@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

::before, ::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "NotoSans", "Audi", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.7px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  display: block;
}

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

strong {
  font-weight: 800;
}

:lang(en) {
  letter-spacing: 0;
  font-family: "Audi", sans-serif;
}

/* 테이블 스타일 초기화 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

th, td {
  font-weight: 500;
}

td {
  word-wrap: break-word;
  word-break: keep-all;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

address, caption, em, var {
  font-style: normal;
  font-weight: inherit;
}

/* 링크 */
a {
  color: #000000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* 이미지, 폼관련 요소 */
img {
  border: 0;
  vertical-align: top;
  width: 100%;
}

select,
input,
textarea {
  width: 100%;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  font-family: "NotoSans", "Audi", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password] {
  font-family: sans-serif;
}

input[type=text],
input[type=submit],
input[type=password],
input[type=search],
input[type=number],
input[type=reset],
input[type=email],
input[type=tel],
input[type=search],
input[type=file],
input[type=email],
input[type=tel] {
  height: 45px;
  padding: 0 14px;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #1a1a1a;
  outline: none;
}

input[type=password]:focus {
  color: #000;
}

input[readonly] {
  background: #fff;
  color: #999;
}
input[readonly]:focus {
  border: 1px solid #ddd;
}

input:disabled {
  opacity: 1;
  background: #fff;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

select {
  height: 45px;
  padding: 0 15px;
}

textarea {
  padding: 10px 15px;
  overflow: auto;
  resize: none;
  line-height: 1.5;
  font-size: 13px;
}

button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 15px;
}

sup {
  vertical-align: super;
}

.hidden, .ui-datepicker .ui-icon {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

::-webkit-scrollbar {
  display: none;
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}

.break-all {
  word-break: break-all;
}

html,
body,
#wrap {
  min-height: 100vh;
  overflow-y: scroll;
}

html,
body {
  position: relative;
}
html.fixed,
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

#container {
  flex-grow: 1;
}
#container.no-grow {
  flex-flow: unset;
}
#container.no-grow #content {
  padding-bottom: 0;
}

#content {
  padding-top: 35px;
  padding-bottom: 60px;
}

.inner-box {
  padding: 0 20px;
}

.inner-left {
  padding-left: 20px;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 50;
  background: #fff;
  transition: 0.3s ease-out;
}
.header-wrap .btn-back {
  position: relative;
  display: block;
  width: 10px;
  height: 19px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 50;
}
.header-wrap .btn-back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%) scale(1.0526315789, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0526315789, 1) rotate(45deg);
  margin-left: 4px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.header-wrap .btn-home {
  position: absolute;
  top: 15px;
  right: 67.5px;
  z-index: 50;
}
.header-wrap .js_side_open {
  position: absolute;
  top: 17px;
  right: 26px;
  z-index: 50;
}
.header-wrap.fix {
  position: fixed;
  height: 50px;
}
.header-wrap.fixed {
  position: fixed;
  height: 50px;
}
.header-wrap.fixed:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #000000;
}

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  padding: 65px 0 0 20px;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.3s ease-out;
}
.side-nav.active {
  transform: translateX(0);
}
.side-nav .btn-close {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 17px;
  right: 26px;
}
.side-nav .btn-close:before, .side-nav .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #1a1a1a;
}
.side-nav .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.side-nav .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.side-nav .nav-util .user-info {
  position: relative;
  min-height: 50px;
  padding: 5px 0 23px;
  border-bottom: 3px solid #000;
  font-size: 0;
}
.side-nav .nav-util .user-info a {
  display: inline-block;
  font-size: 19px;
  color: #000;
  font-weight: 200;
}
.side-nav .nav-util .user-info a strong {
  font-weight: 200;
}
.side-nav .nav-util .user-info .lnb-btn {
  position: absolute;
  top: 0;
  right: 26px;
}
.side-nav .nav-util .user-info .lnb-btn-notice {
  position: relative;
  margin-right: 30px;
}
.side-nav .nav-util .user-info .lnb-btn-notice.ani-active .ico-notice {
  animation: bell 3s 2;
}
.side-nav .nav-util .user-info .lnb-btn-notice.active:after {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  right: -8px;
  width: 5px;
  height: 5px;
  background: #bb0a30;
  border-radius: 100%;
}
.side-nav .nav-util ul {
  display: flex;
  border-top: 1px solid #1c1d22;
}
.side-nav .nav-util ul li {
  width: 100%;
}
.side-nav .nav-util ul li:nth-child(n+2) {
  border-left: 1px solid #1c1d22;
}
.side-nav .nav-util ul a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 73px;
  color: inherit;
  text-align: center;
  font-size: 13px;
}
.side-nav .nav-util ul a [class^=ico] {
  margin-bottom: 6px;
}
.side-nav .nav-util ul a .mnu {
  display: block;
  width: 100%;
}
.side-nav .nav-wrap {
  position: relative;
  height: 100%;
}
.side-nav .nav-list {
  padding-top: 45px;
  width: calc(100% - 120px);
  height: 70vh;
  overflow-y: scroll;
}
.side-nav .nav-list li {
  margin-top: 26px;
}
.side-nav .nav-list li:first-child {
  margin-top: 0;
}
.side-nav .nav-list li .dep1 {
  padding-bottom: 9px;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  font-family: "Audi", sans-serif;
  color: #000000;
  letter-spacing: 0;
}
.side-nav .nav-list li .dep1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.side-nav .nav-list li ul {
  display: none;
}
.side-nav .nav-list li ul li {
  margin-top: 14px;
}
.side-nav .nav-list li ul li:first-child {
  margin: 0;
}
.side-nav .nav-list li ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 200;
}
.side-nav .nav-list li ul li .dep2:after {
  display: inline-block;
  margin-left: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  transition: 0.5s;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #808080;
}
.side-nav .nav-list li ul li ul li a {
  font-size: 14px;
}
.side-nav .nav-list li.active .dep1:after {
  width: 100%;
}
.side-nav .nav-list li.active ul {
  margin-top: 29px;
}
.side-nav .nav-list li.active ul li ul {
  margin: 10px 0;
  padding-left: 20px;
}
.side-nav .nav-list li.nav-item {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.side-nav .nav-list li.nav-item:first-child {
  margin-top: 0;
}
.side-nav .nav-list li.nav-item .dp1 {
  padding-bottom: 9px;
  position: relative;
  font-size: 19px;
  font-weight: 800;
  font-family: "Audi", sans-serif;
  color: #000000;
  letter-spacing: 0;
}
.side-nav .nav-list li.nav-item .dp1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.side-nav .nav-list li.nav-item .dp2 {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-nav .nav-list li.nav-item .dp2 li {
  margin-top: 12px;
}
.side-nav .nav-list li.nav-item .dp2 li:first-child {
  margin: 0;
}
.side-nav .nav-list li.nav-item .dp2 a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #666666;
}
.side-nav .nav-list li.nav-item.active .dp1:after {
  width: 100%;
}
.side-nav .nav-list li.nav-item.active .dp2 {
  display: block;
  height: auto;
  margin-top: 29px;
}
.side-nav .nav-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: #f2f2f2;
  text-align: center;
  padding-top: 45px;
}
.side-nav .nav-favorite .title {
  font-size: 14px;
  color: #000000;
}
.side-nav .nav-favorite .btn-more {
  position: absolute;
  bottom: 126px;
  left: 50%;
  transform: translateX(-50%);
}
.side-nav .nav-favorite .btn-add {
  display: block;
  width: 86px;
  height: 30px;
  position: absolute;
  bottom: 89px;
  left: 50%;
  font-size: 13px;
  font-weight: 200;
  background: #e1e1e1;
  border-radius: 30px;
  line-height: 30px;
  transform: translateX(-50%);
}
.side-nav .nav-favorite .fa-wrap {
  height: 100%;
  padding-top: 30px;
}
.side-nav .nav-favorite ul {
  height: calc(100% - 200px);
  overflow-y: scroll;
}
.side-nav .nav-favorite ul li {
  margin-top: 30px;
}
.side-nav .nav-favorite ul li a span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 200;
  color: #000000;
}
.side-nav .nav-favorite ul li:first-child {
  margin-top: 0;
}

.footer-wrap {
  position: relative;
  z-index: 9;
  padding: 30px 20px;
  background: #fff;
  color: #4c4c4c;
}
.footer-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #d9d9d9;
}
.footer-wrap .footer-link ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .footer-link ul li {
  position: relative;
}
.footer-wrap .footer-link ul li a {
  display: block;
  color: #4c4c4c;
  font-size: 13px;
}
.footer-wrap .footer-link ul li:nth-child(n+2) {
  padding-left: 20px;
}
.footer-wrap .footer-mark {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.footer-wrap .footer-mark .logo {
  width: 13%;
}
.footer-wrap .footer-mark .logo a {
  display: inline-block;
  height: 100%;
}
.footer-wrap .footer-mark .logo a img {
  max-width: 34px;
  image-rendering: -webkit-optimize-contrast;
}
.footer-wrap .footer-mark ul li {
  font-size: 12px;
  line-height: 1.63;
  color: #848484;
  font-weight: 300;
  letter-spacing: -0.07em;
}
.footer-wrap .footer-mark ul li span {
  font-weight: bold;
}
.footer-wrap .footer-mark ul li a {
  color: inherit;
}
.footer-wrap .footer-sns {
  padding: 5px 0 20px;
  font-size: 0;
}
.footer-wrap .footer-sns li {
  display: inline-block;
}
.footer-wrap .footer-sns li:nth-child(n+2) {
  margin-left: 10px;
}
.footer-wrap .footer-sns li a {
  font-size: 0;
  display: block;
}
.footer-wrap .footer-sns .copy {
  margin-top: 15px;
  color: #999999;
  font-size: 12px;
}

.quick-btn {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 101;
  transition: 0.5s;
}
.quick-btn.scroll-top {
  transform: translateY(-65px);
}
.quick-btn.scroll-down {
  transform: translateY(-15px);
}
.quick-btn.active a.btn-location {
  background: #fff;
}
.quick-btn.active a.btn-location:after {
  background: url("../images/sp/sp_common.png") -65px -150px no-repeat;
  background-size: 250px auto;
}
.quick-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  background: #bb0a30;
  border-radius: 100%;
  box-shadow: 5px 4px 14px -1px rgba(0, 0, 0, 0.3);
}
.quick-btn a:after {
  content: "";
  display: block;
}
.quick-btn a.btn-location {
  opacity: 1;
  transition: 0.5s;
}
.quick-btn a.btn-location:after {
  width: 15px;
  height: 22.5px;
  background: url("../images/sp/sp_common.png") -170px 0px no-repeat;
  background-size: 250px auto;
}
.quick-btn a.btn-chat {
  opacity: 1;
  transition: 0.5s;
}
.quick-btn a.btn-chat:after {
  width: 27px;
  height: 22.5px;
  background: url(../images/chat.png) no-repeat;
  background-size: cover;
}
.quick-btn a.btn-chat .badge {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 2px 4px;
  border: 1px solid #f31e4c;
  border-radius: 6px;
  background-color: #fff;
  font-size: 8px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #f31e4c;
  text-transform: uppercase;
}
.quick-btn a.btn-plus {
  background: #fff;
}
.quick-btn a.btn-plus .icon-more {
  width: 13.5px;
  height: 13.5px;
}
.quick-btn a.btn-plus .icon-more:after, .quick-btn a.btn-plus .icon-more:before {
  background-color: #bb0a30;
}
.quick-btn .quick-plus {
  display: none;
  position: absolute;
  bottom: 130px;
  right: 0;
}
.quick-btn .quick-plus ul li {
  position: relative;
}
.quick-btn .quick-plus ul li a {
  background: #fff;
}
.quick-btn .quick-plus ul li a .desc {
  display: block;
  width: 130%;
  text-align: right;
  position: absolute;
  top: 50%;
  left: -87px;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  transform: translateY(-50%);
}
.quick-btn .quick-plus ul li a:after {
  content: "";
  display: block;
}
.quick-btn .quick-plus ul li a.quick-as:after {
  width: 24px;
  height: 24px;
  background: url("../images/sp/sp_common.png") 0px -35px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-charge:after {
  width: 23px;
  height: 23px;
  background: url("../images/sp/sp_common.png") -30px -35px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-campain:after {
  width: 19px;
  height: 19px;
  background: url("../images/sp/sp_common.png") -160px -210px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-drive:after {
  width: 22px;
  height: 22px;
  background: url("../images/sp/sp_common.png") -185px -210px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-model:after {
  width: 24px;
  height: 24px;
  background: url("../images/sp/03_01.png");
  background-size: 100%;
}
.quick-btn .quick-plus ul li a.quick-scramble:after {
  width: 24px;
  height: 24px;
  background: url("../images/sp/sp_common.png") -60px -35px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-cs:after {
  width: 26.5px;
  height: 23px;
  background: url("../images/sp/sp_common.png") -90px -35px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-calculate:after {
  width: 23px;
  height: 23px;
  background: url("../images/sp/sp_common.png") -174px -945px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus ul li a.quick-chat:after {
  width: 23px;
  height: 23px;
  background: url("../images/sp/sp_common.png") -202px -945px no-repeat;
  background-size: 250px auto;
}
.quick-btn .quick-plus .quick-close {
  position: relative;
  font-size: 0;
}
.quick-btn .quick-plus .quick-close:after {
  width: 11px;
  height: 11.5px;
  background: url("../images/sp/sp_common.png") -85px -150px no-repeat;
  background-size: 250px auto;
}
.quick-btn .dim {
  z-index: -1;
  opacity: 0.9;
}

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 31;
  opacity: 0.8;
}
.dim.actvie-datepicker {
  display: block;
  z-index: 160;
}

.intro {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.intro .intro-wrap {
  width: 100%;
  height: 100%;
}
.intro .intro-item {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0%;
  background-position: center center;
  background-size: 100%;
  font-size: 0;
  transition: 0.6s ease-out;
  opacity: 0;
}
.intro .intro-item .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  transition: 0.1s ease-out;
}
.intro .intro-item .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
}
.intro .intro-item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.intro .intro-item.item-01 {
  opacity: 1;
}
.intro .intro-item.item-01 .box:after {
  display: none;
}
.intro .intro-item.item-01 .box img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.intro .intro-item.item-06 {
  background: #000;
}
.intro .intro-item.item-06 .box img {
  height: auto;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.intro .intro-item.item-06 .box:after {
  display: none;
}
.intro .intro-item.active {
  opacity: 1;
}
.intro .intro-item.active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /*  크롬 */
  -moz-transform: translate(-50%, -50%) scale(1.1);
  /* FireFox */
  -o-transform: translate(-50%, -50%) scale(1.1);
  /* Opera */
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition-delay: 0.3s;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.intro .intro-item2 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  background-position: center center;
  background-size: 100%;
  font-size: 0;
  transition: 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
}
.intro .intro-item2 .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  transition: 0.1s ease-out;
}
.intro .intro-item2 .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
}
.intro .intro-item2 img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
.intro .intro-item2.item-01 {
  left: 0;
}
.intro .intro-item2.item-01 .box:after {
  display: none;
}
.intro .intro-item2.item-01 .box img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.intro .intro-item2.item-06 {
  background: #000;
}
.intro .intro-item2.item-06 .box img {
  height: auto;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.intro .intro-item2.active {
  left: 0;
}
.intro .intro-item2.active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /*  크롬 */
  -moz-transform: translate(-50%, -50%) scale(1.1);
  /* FireFox */
  -o-transform: translate(-50%, -50%) scale(1.1);
  /* Opera */
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition-delay: 0.3s;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

#error {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
}
#error .error-wrap {
  text-align: center;
}
#error .error-wrap .logo {
  display: block;
  margin: 70px 0 110px;
}
#error .error-wrap .content .ico-error {
  margin-left: 9px;
}
#error .error-wrap .content .text {
  margin-top: 30px;
}
#error .error-wrap .content .text p {
  font-size: 15px;
  color: #4c4c4c;
}
#error .error-wrap .content .text p.v2 {
  margin-top: 15px;
  font-size: 17px;
  color: #000;
}
#error .error-wrap .content .btn-wrap {
  margin-top: 45px;
}

#loader.active {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  to {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  to {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
#loader.active .dim {
  display: block;
  opacity: 0.3;
}
#loader.active .aui-preloader,
#loader.active .aui-preloader__spinner,
#loader.active .aui-preloader__clipper,
#loader.active .aui-preloader__circle {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 60px;
  width: 60px;
  z-index: 50;
}
#loader.active .aui-preloader {
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-animation: rotate 1.5s cubic-bezier(0.4, 0, 0, 1) infinite both;
  animation: rotate 1.5s cubic-bezier(0.4, 0, 0, 1) infinite both;
  -webkit-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0);
}
#loader.active .aui-preloader:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
#loader.active .aui-preloader .aui-preloader__spinner {
  -webkit-animation: rotate 1.5s cubic-bezier(0.75, 0.02, 0.5, 1) infinite both;
  animation: rotate 1.5s cubic-bezier(0.75, 0.02, 0.5, 1) infinite both;
}
#loader.active .aui-preloader .aui-preloader__clipper {
  width: 30px;
  overflow: hidden;
  border-color: inherit;
}
#loader.active .aui-preloader .aui-preloader__circle {
  border: 3px solid;
  border-color: #BB0A30 transparent transparent #BB0A30;
  border-radius: 50%;
  -webkit-animation: spin 1.5s cubic-bezier(0.75, 0.02, 0.5, 1) infinite both;
  animation: spin 1.5s cubic-bezier(0.75, 0.02, 0.5, 1) infinite both;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.pop-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.pop-layer .dim {
  z-index: 1;
}
.pop-layer .today {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.pop-layer .today .chk-box label {
  color: #fff;
  font-size: 15px;
}
.pop-layer .today .chk-box .checkbox {
  background: transparent;
  border: 1px solid #fff;
}
.pop-layer .today .chk-box input[type=checkbox] + .checkbox:before, .pop-layer .today .chk-box input[type=checkbox] + .checkbox:after {
  background: transparent;
}
.pop-layer .today .chk-box input[type=checkbox]:checked ~ .checkbox:before, .pop-layer .today .chk-box input[type=checkbox]:checked ~ .checkbox:after {
  background: #fff;
}
.pop-layer .today .chk-box.selected input[type=checkbox] + .checkbox {
  border-color: #fff;
}
.pop-layer .today .chk-box.selected label {
  color: #fff;
}
.pop-layer .pop-wrap {
  position: relative;
  z-index: 2;
  width: 92%;
  background: #fff;
}
.pop-layer .pop-title {
  margin: 0 20px;
  padding: 30px 0 22px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #000000;
}
.pop-layer .pop-title .sub-title {
  margin-top: 15px;
  font-size: 15px;
  color: #808080;
  font-weight: 500;
}
.pop-layer .pop-content {
  overflow: auto;
  overflow-x: hidden;
  max-height: 60vh;
  padding: 0 20px;
}
.pop-layer .pop-content.ver02 {
  padding-bottom: 50px;
  max-height: 92vh;
}
.pop-layer .pop-content.ver03 {
  padding-bottom: 50px;
  max-height: 78vh;
}
.pop-layer .pop-content.ver03 .list-01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pop-layer .pop-content.ver03 .agree-list .side a {
  display: block;
  width: 8px;
  height: 14px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  font-size: 0;
  width: 25px;
  height: 25px;
}
.pop-layer .pop-content.ver03 .agree-list .side a::before {
  content: "";
  position: absolute;
  bottom: 241px;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.pop-layer .pop-content.ver03 .agree-list .check-text-box .text-box-01 {
  font-size: 13px;
  padding-bottom: 10px;
}
.pop-layer .pop-content.ver03 .agree-list .check-text-box .text-box-02 {
  font-size: 13px;
  padding-bottom: 20px;
}
.pop-layer .pop-content.ver03 .agree-list .check-text-box .text-box-02 ::before {
  display: block;
  content: "";
  position: absolute;
  top: 104px;
  left: 96px;
  width: 24px;
  height: 24px;
  background: url(../images/sp/sp_common.png) -225px -35px no-repeat;
  background-size: 250px auto;
}
.pop-layer .pop-content.ver03 .agree-list .check-text-box .text-check-box-list {
  display: grid;
}
.pop-layer .pop-content.ver03 .agree-list .chk-box {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
}
.pop-layer .pop-content.ver03 .agree-list .chk-box label {
  font-size: 12px;
}
.pop-layer .pop-content .pop-text-title {
  margin-bottom: 20px;
}
.pop-layer .pop-content .pop-text {
  padding: 60px 0 50px;
  text-align: center;
  line-height: 1.3;
}
.pop-layer .pop-content .pop-text.ver02 {
  margin-bottom: 30px;
  padding: 50px 0 30px 0;
  border-bottom: 1px solid #b3b3b3;
}
.pop-layer .pop-content .pop-text strong {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 1.3;
}
.pop-layer .pop-content .pop-text p {
  margin-top: 20px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 18px;
}
.pop-layer .pop-content .pop-text p .tip {
  color: #bb0a30;
}
.pop-layer .pop-close {
  display: flex;
  justify-content: space-between;
}
.pop-layer .pop-close a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 25px;
}
.pop-layer .btn-close {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: 10px;
  right: 10px;
  font-size: 0;
}
.pop-layer .btn-close:before, .pop-layer .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #000;
}
.pop-layer .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.pop-layer .btn-close.v2 {
  background-color: #fff;
}
.pop-layer .btn-pop-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  bottom: -30px;
  font-size: 12px;
  color: #fff;
}
.pop-layer .btn-pop-close .close {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  font-size: 12px;
}
.pop-layer .btn-pop-close .close:before, .pop-layer .btn-pop-close .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.3847763108px;
  height: 1px;
  background-color: #fff;
}
.pop-layer .btn-pop-close .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer .btn-pop-close .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.pop-layer .btn-wrap {
  margin-top: 0;
}
.pop-layer .btn-wrap [class^=btn-type] {
  font-weight: 400;
}
.pop-layer .btn-wrap [class^=btn-type]:nth-of-type(2) {
  margin-left: 0;
}
.pop-layer .btn-wrap .btn-type2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.pop-layer .btn-wrap .btn-type2.v2 {
  border-left: 0;
}
.pop-layer.active {
  display: flex;
}
.pop-layer.active .dim {
  display: block;
}

.pop-layer-iframe,
.pop-layer-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.pop-layer-iframe.pop-notice-2 .pop-content,
.pop-layer-full.pop-notice-2 .pop-content {
  height: 78vh;
}
.pop-layer-iframe .pop-wrap,
.pop-layer-full .pop-wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.pop-layer-iframe .fix-header,
.pop-layer-full .fix-header {
  margin: 0 20px;
  padding: 28px 0 20px;
  border-bottom: 3px solid #000;
}
.pop-layer-iframe .fix-header strong,
.pop-layer-full .fix-header strong {
  font-size: 16px;
  font-weight: 600;
  color: #bb0a30;
}
.pop-layer-iframe .fix-header h2,
.pop-layer-full .fix-header h2 {
  font-weight: bold;
  font-size: 22px;
}
.pop-layer-iframe .fix-header.v2,
.pop-layer-full .fix-header.v2 {
  border: 0;
}
.pop-layer-iframe .pop-header,
.pop-layer-full .pop-header {
  padding: 0 0 20px;
  border-bottom: 3px solid #000;
}
.pop-layer-iframe .pop-header strong,
.pop-layer-full .pop-header strong {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.pop-layer-iframe .pop-header .sub,
.pop-layer-full .pop-header .sub {
  font-size: 14px;
  color: #808080;
  padding-top: 15px;
}
.pop-layer-iframe .pop-content,
.pop-layer-full .pop-content {
  overflow: hidden;
  overflow-y: auto;
  height: 90vh;
}
.pop-layer-iframe .pop-content .pop-top,
.pop-layer-full .pop-content .pop-top {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 3px solid #000;
  text-align: center;
}
.pop-layer-iframe .pop-content .pop-top .title,
.pop-layer-full .pop-content .pop-top .title {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.pop-layer-iframe .pop-content .pop-top .title.v2,
.pop-layer-full .pop-content .pop-top .title.v2 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.pop-layer-iframe .pop-content .pop-top .tag-box,
.pop-layer-full .pop-content .pop-top .tag-box {
  margin-top: 15px;
}
.pop-layer-iframe.active,
.pop-layer-full.active {
  display: block;
}
.pop-layer-iframe .btn-close,
.pop-layer-full .btn-close {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: 10px;
  right: 10px;
  font-size: 0;
}
.pop-layer-iframe .btn-close:before, .pop-layer-iframe .btn-close:after,
.pop-layer-full .btn-close:before,
.pop-layer-full .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #000;
}
.pop-layer-iframe .btn-close:before,
.pop-layer-full .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer-iframe .btn-close:after,
.pop-layer-full .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.pop-layer-iframe .btn-close.clone-01,
.pop-layer-full .btn-close.clone-01 {
  top: 22px;
}
.pop-layer-iframe .btn-close.v2,
.pop-layer-full .btn-close.v2 {
  top: 25px;
  right: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
}
.pop-layer-iframe .btn-close.v2:before, .pop-layer-iframe .btn-close.v2:after,
.pop-layer-full .btn-close.v2:before,
.pop-layer-full .btn-close.v2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.9705627484px;
  height: 1px;
  background-color: #fff;
}
.pop-layer-iframe .btn-close.v2:before,
.pop-layer-full .btn-close.v2:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer-iframe .btn-close.v2:after,
.pop-layer-full .btn-close.v2:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.pop-layer-iframe .btn-wrap,
.pop-layer-full .btn-wrap {
  margin-top: 0;
}
.pop-layer-iframe .btn-wrap.fixedBar [class^=btn-type],
.pop-layer-full .btn-wrap.fixedBar [class^=btn-type] {
  height: 70px;
  line-height: 70px;
}
.pop-layer-iframe .btn-wrap [class^=btn-type],
.pop-layer-full .btn-wrap [class^=btn-type] {
  font-weight: 400;
}
.pop-layer-iframe .btn-wrap [class^=btn-type]:nth-of-type(2),
.pop-layer-full .btn-wrap [class^=btn-type]:nth-of-type(2) {
  margin-left: 0;
}
.pop-layer-iframe .btn-wrap .btn-type2,
.pop-layer-full .btn-wrap .btn-type2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}
.pop-layer-iframe .btn-wrap .btn-type2.v2,
.pop-layer-full .btn-wrap .btn-type2.v2 {
  border-left: 0;
}

.pop-layer-iframe .pop-content {
  height: 100%;
}
.pop-layer-iframe .btn-close {
  top: 25px;
  right: 25px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.pop-layer-iframe .btn-close:before, .pop-layer-iframe .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.9705627484px;
  height: 1px;
  background-color: #000;
}
.pop-layer-iframe .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-layer-iframe .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop-video .pop-content {
  padding: 0;
  background: #000;
}
.pop-video .play-area iframe {
  width: 100%;
}
.pop-video .play-area video {
  width: 100%;
}
.pop-video .btn-close {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: -40px;
  right: -10px;
  font-size: 0;
}
.pop-video .btn-close:before, .pop-video .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #fff;
}
.pop-video .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-video .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop-layer-up .pop-wrap {
  position: absolute;
  top: initial;
  bottom: initial;
  transition: all 0.4s ease;
  margin-top: 100vh;
}
.pop-apply .pop-wrap .fix-header {
  padding: 15px 0 20px;
  border: none;
}
.pop-apply .pop-wrap .fix-header .logo {
  width: 86px;
  height: 29px;
  margin-left: auto;
}
.pop-apply .pop-wrap .pop-content .event .event-wrap {
  margin-top: 18px;
}
.pop-apply .pop-wrap .btn-close {
  right: unset;
  left: 10px;
}

.pop-complete .pop-wrap .pop-content .pop-icon {
  padding: 60px 0 22px;
  text-align: center;
}
.pop-complete .pop-wrap .pop-content .pop-text {
  padding: 0 0 50px;
}
.pop-complete .pop-wrap .pop-content .pop-text p {
  line-height: 24px;
}

#pop-favorite .pop-header {
  margin: 0 20px;
  padding-top: 28px;
}
#pop-favorite .pop-wrap {
  overflow: hidden;
}
#pop-favorite .favorite-list {
  padding-bottom: 220px;
}
#pop-favorite .favorite-list li {
  margin-top: 30px;
}
#pop-favorite .favorite-list .title {
  font-size: 17px;
  font-weight: 600;
  color: #bb0a30;
  padding-bottom: 20px;
}
#pop-favorite .favorite-list .list .fa {
  display: inline-block;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  border-radius: 30px;
  font-size: 15px;
  color: #000000;
  margin: 10px 10px 0 0;
  transition: 0.4s all;
}
#pop-favorite .favorite-list .list .fa.active {
  background: #000000;
  color: #fff;
}
#pop-favorite .btn-wrap {
  margin-top: 0;
}
#pop-favorite .btn-wrap .btn-type2 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}

#pop-light-booking .pop-content {
  padding-bottom: 40px;
}
#pop-light-booking .pop-content .pop-text {
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
}
#pop-light-booking .pop-content p {
  font-size: 14px;
}
#pop-light-booking .pop-content .list-dot {
  padding: 15px 0 20px;
  text-align: left;
}
#pop-light-booking .pop-content .list-dot li strong {
  display: inline-block;
  margin-top: 0;
  color: #000;
}
#pop-light-booking .pop-content .list-dot + a {
  display: block;
  height: 43px;
  line-height: 41px;
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
#pop-light-booking .pop-content .list-dot + a i {
  margin-right: 10px;
}

#pop-owner .pop-content .pop-text {
  margin-bottom: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
}
#pop-owner .pop-content p {
  font-size: 14px;
}
#pop-owner .pop-content .list-dot {
  padding: 15px 0 40px;
}

#pop-owner2 .pop-content {
  padding: 23px 20px 45px;
}

#pop-date .btn-wrap .btn-type2 {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
}

#pop-model-detail .fix-header {
  border-bottom: 0;
}
#pop-model-detail .pop-content .box-wrap .title-wrap {
  margin-top: 20px;
  padding: 13px 15px;
  background: #f2f2f2;
}
#pop-model-detail .pop-content .box-wrap .title-wrap .title-type {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
#pop-model-detail .pop-content .box-wrap .title-wrap .side {
  right: 15px;
  font-size: 13px;
  color: #bb0a30;
}
#pop-model-detail .pop-content .box-wrap .box-cont {
  padding: 20px 0 20px 17px;
  border-bottom: 1px solid #b3b3b3;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap {
  margin-top: 0;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap + .guide-text {
  margin-top: 20px;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap dl dt {
  width: 40%;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap dl dd {
  width: 60%;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 {
  margin: -25px 0 -20px;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl {
  margin: 0;
  padding: 25px 0 20px;
  position: relative;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl dt,
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl dd {
  margin-top: 15px;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl dt:first-child {
  margin: 0;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl dd:nth-child(2) {
  margin: 0;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl + dl {
  border-top: 1px dashed #b3b3b3;
}
#pop-model-detail .pop-content .box-wrap .box-cont .info-wrap.v2 dl .chk-box {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#pop-model-detail .pop-content .box-wrap:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
#pop-model-detail .pop-content .box-wrap:first-child .title-wrap {
  margin-top: 0;
}
#pop-model-detail .pop-content .box-wrap:last-child {
  margin-bottom: 30px;
}
#pop-model-detail .pop-content .box-wrap + .btn-wrap {
  margin-top: 30px;
}
#pop-model-detail .pop-content .box-wrap .electric-car {
  display: none;
  padding: 20px 17px 0;
}
#pop-model-detail .pop-content .box-wrap .electric-car p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
#pop-model-detail .pop-content .box-wrap .electric-car ul {
  margin-left: 16px;
}
#pop-model-detail .pop-content .box-wrap .electric-car ul li {
  position: relative;
  margin-bottom: 10px;
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.6;
}
#pop-model-detail .pop-content .box-wrap .electric-car ul li::before {
  content: "※";
  position: absolute;
  left: -16px;
  top: 0;
  width: 20px;
  height: 20px;
}
#pop-model-detail .pop-content .box-wrap .electric-car.on {
  display: block;
}
#pop-model-detail .pop-content .btn-wrap {
  margin-top: 0;
}
#pop-model-detail .pop-content .btn-wrap.v2 {
  margin: 10px 0 0;
}
#pop-model-detail .pop-content .btn-wrap.v2 .btn-type {
  position: relative;
  border: 0;
}
#pop-model-detail .pop-content .btn-wrap.v2 .btn-type .ico-download5 {
  margin-left: 7px;
  vertical-align: -2px;
}
#pop-model-detail .pop-content .btn-wrap.v2 .btn-type .icon-arr-r {
  margin-left: 7px;
  position: relative;
  display: inline-block;
  width: 7px;
  height: 16px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
#pop-model-detail .pop-content .btn-wrap.v2 .btn-type .icon-arr-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) scale(0.875, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(0.875, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#pop-model-detail .pop-content .btn-wrap.v2 .btn-type:last-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #f2f2f2;
  transform: translateY(-50%);
}
#pop-model-detail .pop-content .btn-wrap .btn-type2 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
#pop-model-detail .pop-content .btn-wrap .btn-type2.v2 {
  border-left: 1px solid #000;
}
#pop-model-detail .pop-content .btn-wrap .btn-type2:nth-child(n+2) {
  margin-left: 10px;
}
#pop-model-detail .pop-content .guide-box {
  margin-top: 20px;
}
#pop-model-detail .pop-content .btn-tire {
  display: block;
  margin: 20px 0 5px;
  font-size: 15px;
  color: #666666;
  text-align: right;
}
#pop-model-detail .pop-content .btn-tire .icon-arr-r {
  margin-left: 5px;
}
#pop-model-detail .pop-content .btn-tire .icon-arr-r:before {
  border-color: #666666;
}

#pop-model-center .fix-header {
  border-bottom: 0;
}
#pop-model-center .select-wrap {
  text-align: center;
  padding: 0 20px;
}
#pop-model-center .select-box {
  margin: 20px 0 15px;
}
#pop-model-center .select-box.v2 {
  display: inline-block;
  width: inherit;
}
#pop-model-center .select-box.v2 select {
  width: inherit;
  padding: 0 43px 0 28px;
}
#pop-model-center .box-car {
  padding: 20px 10px;
  background: #f2f2f2;
  text-align: center;
}
#pop-model-center .box-car > img {
  width: 284px;
  margin: 0 auto;
}
#pop-model-center .box-car p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
#pop-model-center .text {
  border-bottom: 1px solid #000;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 19px;
  padding: 20px 0 15px;
  text-align: center;
}
#pop-model-center .event-list {
  margin-bottom: 30px;
}
#pop-model-center .event-list li {
  padding: 35px 0 20px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
}
#pop-model-center .event-list li .tag-box {
  margin-bottom: 10px;
}
#pop-model-center .event-list li p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
#pop-model-center .event-list li .btn-wrap {
  margin-top: 30px;
}
#pop-model-center .nodata-wrap {
  padding: 50px 0;
}
#pop-model-center .nodata-wrap p {
  margin-top: 29px;
}

#pop-service-detail .sv-cont {
  padding-bottom: 80px;
}
#pop-service-detail .sv-list {
  margin: 0 20px;
}
#pop-service-detail .sv-list ul {
  font-size: 0;
  width: 100%;
  margin: 25px 0 10px;
}
#pop-service-detail .sv-list li {
  position: relative;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: calc(50% - 5px);
  text-align: center;
  justify-content: center;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
#pop-service-detail .sv-list li:nth-child(even) {
  margin-left: 10px;
}
#pop-service-detail .sv-list li span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  vertical-align: middle;
}
#pop-service-detail .sv-list li [class^=ico-] {
  margin-top: -4px;
  margin-right: 7px;
}
#pop-service-detail .sv-list li .ico-vouch {
  margin-right: 4px;
  margin-top: -6px;
}
#pop-service-detail .sv-list li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background: #cccccc;
  transform: translateY(-50%);
}
#pop-service-detail .sv-list li:first-child:before {
  display: none;
}
#pop-service-detail .sv-car-list {
  padding: 25px 20px 20px;
  text-align: center;
  font-size: 15px;
  color: #bb0a30;
  font-weight: 600;
  line-height: 20px;
}
#pop-service-detail .info-wrap {
  margin-top: 15px;
  padding: 0 20px 40px;
}
#pop-service-detail .info-wrap dl dt {
  width: 20%;
  color: #666666;
  letter-spacing: -0.8px;
}
#pop-service-detail .info-wrap dl dd {
  width: 80%;
  letter-spacing: -0.8px;
}
#pop-service-detail .btn-wrap {
  padding: 0;
  border-bottom: 1px solid #000;
}
#pop-service-detail .btn-wrap .btn-type2 {
  font-size: 16px;
  font-weight: 600;
}
#pop-service-detail .btn-wrap .btn-type2 .ico-location2 {
  margin-right: 5px;
  vertical-align: -6px;
}
#pop-service-detail .btn-wrap .btn-type2 .ico-call2 {
  margin-right: 5px;
  vertical-align: -6px;
}
#pop-service-detail .btn-wrap .btn-type2.v2 {
  border-left: 0;
}
#pop-service-detail .btn-wrap .btn-type2.star {
  width: 40%;
}

#pop-etron-guide-detail .pop-content,
#pop-news-detail .pop-content {
  height: 98vh;
}
#pop-etron-guide-detail .pop-content .board-wrap,
#pop-news-detail .pop-content .board-wrap {
  padding-bottom: 80px;
}
#pop-etron-guide-detail .pop-content .board-wrap .news-top,
#pop-news-detail .pop-content .board-wrap .news-top {
  margin-bottom: 25px;
}
#pop-etron-guide-detail .btn-close.v2,
#pop-news-detail .btn-close.v2 {
  top: 25px;
  right: 25px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
#pop-etron-guide-detail .btn-close.v2:before, #pop-etron-guide-detail .btn-close.v2:after,
#pop-news-detail .btn-close.v2:before,
#pop-news-detail .btn-close.v2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.9705627484px;
  height: 1px;
  background-color: #000;
}
#pop-etron-guide-detail .btn-close.v2:before,
#pop-news-detail .btn-close.v2:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#pop-etron-guide-detail .btn-close.v2:after,
#pop-news-detail .btn-close.v2:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

#pop-filter .pop-wrap .pop-header {
  position: relative;
  padding: 20px 0;
}
#pop-filter .pop-wrap .pop-header .side .ico-return2 {
  margin-left: 10px;
  vertical-align: -3px;
}
#pop-filter .pop-wrap .pop-content {
  padding-top: 60px;
}
#pop-filter .pop-wrap .pop-content .filter-box {
  padding: 30px 0 10px;
}
#pop-filter .pop-wrap .pop-content .filter-box .title {
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 20px;
}
#pop-filter .pop-wrap .pop-content .filter-box.filter-sub {
  display: none;
  border-top: 1px solid #b3b3b3;
}
#pop-filter .pop-wrap .pop-content .chk-wrap {
  display: block;
  font-size: 0;
  margin: 0;
}
#pop-filter .pop-wrap .pop-content .chk-wrap .chk-box {
  margin-right: 30px;
  margin-bottom: 20px;
}
#pop-filter .pop-wrap .pop-content .chk-wrap .chk-box .checkbox {
  margin-right: 6px;
}
#pop-filter .pop-wrap .pop-content .chk-wrap .chk-box + .chk-box {
  margin-left: 0;
}
#pop-filter .pop-wrap .pop-content .chk-wrap .chk-box:last-child {
  margin-right: 0;
}

.pop-lamps-info .detail-view {
  padding-bottom: 50px;
}
.pop-lamps-info .detail-view .list_type {
  text-align: center;
  display: grid;
}
.pop-lamps-info .detail-view .list_type > dl {
  margin: 0 20px;
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
}
.pop-lamps-info .detail-view .list_type > dl dt img {
  width: 79px;
  margin: 0 auto;
}
.pop-lamps-info .detail-view .list_type > dl dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 200;
  color: #808080;
}
.pop-lamps-info .detail-view .list_type > dl dd strong {
  display: block;
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.pop-lamps-info .detail-view .list_type > dl dd .ico_light {
  width: 23.5px;
  height: 23.5px;
  margin: 0 6px;
}
.pop-lamps-info .detail-view .list_type .list_step {
  margin: 0 0 30px;
  padding: 0 20px;
  font-size: 15px;
}
.pop-lamps-info .detail-view .list_type .list_step.full_img > li {
  padding-left: 0;
}
.pop-lamps-info .detail-view .list_type .list_step.full_img > li .title {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.pop-lamps-info .detail-view .list_type .list_step.full_img > li .cont {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  word-break: keep-all;
}
.pop-lamps-info .detail-view .list_type .list_step.full_img .ico_light {
  display: inline-block;
  width: 23.5px;
  height: 23.5px;
  margin: 0 6px;
  vertical-align: middle;
}
.pop-lamps-info .detail-view .list_type .list_step > li {
  position: relative;
  margin-top: 25px;
  padding: 0 0 0 56px;
  text-align: left;
}
.pop-lamps-info .detail-view .list_type .list_step > li dl {
  padding: 3px 0 0;
  border: 0;
  letter-spacing: -0.713px;
}
.pop-lamps-info .detail-view .list_type .list_step > li dl dt {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.pop-lamps-info .detail-view .list_type .list_step > li dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
  word-break: keep-all;
}
.pop-lamps-info .detail-view .list_type .list_step > li dl dd .ico_light {
  display: inline-block;
  width: 23.5px;
  height: 23.5px;
  margin: 0 6px;
  vertical-align: middle;
}
.pop-lamps-info .detail-view .list_type .list_step > li dl dd img {
  display: inline-block;
  width: 23.5px;
  height: 23.5px;
  margin: 0 6px;
  vertical-align: middle;
}
.pop-lamps-info .detail-view .list_type .list_step > li > .ico_light {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.pop-lamps-info .detail-view .list_type .list_bar li {
  margin-top: 5px;
}
.pop-lamps-info .detail-view .list_type .list_bar li p:before {
  display: inline-block;
  content: "-";
  color: #666666;
  margin-right: 3px;
}
.pop-lamps-info .detail-view .list_type .list_bar li:first-child {
  margin: 0;
}
.pop-lamps-info .detail-view .list_type .light_guide_area {
  background: #f2f2f2;
  padding: 15px 20px;
  text-align: left;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .ico_warning_1 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/light/ico_warning_1.png") no-repeat;
  background-size: 100%;
  vertical-align: -8px;
  margin-right: 4px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .ico_warning_2 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/light/ico_warning_2.png") no-repeat;
  background-size: 100%;
  vertical-align: -8px;
  margin-right: 4px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .ico_warning_3 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/light/ico_warning_3.png") no-repeat;
  background-size: 100%;
  vertical-align: -8px;
  margin-right: 4px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .ico_warning_4 {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/light/ico_warning_4.png") no-repeat;
  background-size: 100%;
  vertical-align: -9px;
  margin-right: 4px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .guide_info {
  margin-top: 20px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area .guide_info:first-child {
  margin-top: 0;
}
.pop-lamps-info .detail-view .list_type .light_guide_area dl dt {
  font-size: 15px;
  font-weight: 400;
}
.pop-lamps-info .detail-view .list_type .light_guide_area dl dt .ico_warning_light {
  vertical-align: -4px;
  margin-right: 10px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area dl dt .ico_warning_light2 {
  vertical-align: -4px;
  margin-right: 10px;
}
.pop-lamps-info .detail-view .list_type .light_guide_area dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
  word-break: keep-all;
}
.pop-lamps-info .detail-view .list_type .light_guide_area dl dd .ico_light {
  display: inline-block;
  width: 23.5px;
  height: 23.5px;
  margin: 0 6px;
  vertical-align: middle;
}
.pop-lamps-info .btn-wrap .btn-type2 {
  height: 50px;
  line-height: 50px;
}
.pop-lamps-info .btn-wrap .btn-type2.v2 {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.pop-lamps-info .slick-arrow {
  position: fixed;
  top: inherit;
  bottom: 0;
  transform: translateY(0);
  background: transparent;
  font-size: 16px;
  display: inline-block;
  width: 50%;
  height: 50px;
  font-weight: 600;
  z-index: 30;
}
.pop-lamps-info .slick-arrow.slick-prev {
  left: 0;
  background: #fff;
  border-top: 1px solid #000000;
}
.pop-lamps-info .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  width: 10.5px;
  height: 19px;
  background: url("../images/sp/sp_common.png") 0px -130px no-repeat;
  background-size: 250px auto;
  vertical-align: -4px;
  margin-right: 14px;
}
.pop-lamps-info .slick-arrow.slick-next {
  right: 0;
  background: #000000;
  color: #fff;
  transform: none;
}
.pop-lamps-info .slick-arrow.slick-next:after {
  content: "";
  display: inline-block;
  width: 10.5px;
  height: 19px;
  vertical-align: -4px;
  background: url("../images/sp/sp_common.png") -15px -130px no-repeat;
  background-size: 250px auto;
  margin-left: 14px;
}
.pop-lamps-info .slick-arrow.slick-disabled.slick-prev {
  color: #b3b3b3;
}
.pop-lamps-info .slick-arrow.slick-disabled.slick-prev:before {
  opacity: 0.2;
}
.pop-lamps-info .slick-arrow.slick-disabled.slick-next {
  color: #666666;
}
.pop-lamps-info .slick-arrow.slick-disabled.slick-next:after {
  opacity: 0.2;
}

.pop-update .pop-wrap .pop-content .pop-text {
  padding: 30px 0;
}
.pop-update .pop-wrap .pop-content .pop-text .title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #bb0a30;
  font-weight: 300;
}
.pop-update .pop-wrap .pop-content .pop-text strong {
  font-size: 20px;
  letter-spacing: -0.8px;
}
.pop-update .pop-wrap .pop-content .pop-text p {
  margin-top: 15px;
}

#pop-main-popup .pop-wrap {
  margin: 0 !important;
}
#pop-main-popup .pop-content {
  padding: 0;
}
#pop-main-popup .pop-content .slick-dots {
  bottom: 14px;
}
#pop-main-popup .pop-content .slick-dots li button {
  background: #000000;
  opacity: 0.2;
}
#pop-main-popup .pop-content .slick-dots li.slick-active button {
  opacity: 1;
}

#pop-catalog .pop-title {
  text-align: center;
}
#pop-catalog .catalog-list {
  padding: 30px 0;
}
#pop-catalog .catalog-list ul {
  font-size: 0;
}
#pop-catalog .catalog-list ul li {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
}
#pop-catalog .catalog-list ul li .icon-box {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 100%;
}
#pop-catalog .catalog-list ul li .icon-box [class^=ico-] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pop-catalog .catalog-list ul li p {
  padding: 13px 0 18px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
#pop-catalog .catalog-list ul li .btn-type {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
#pop-catalog .catalog-list ul li .btn-type .ico-download5 {
  margin-left: 7px;
}
#pop-catalog .catalog-list ul li .btn-type .icon-arr-r {
  margin-left: 7px;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 15px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  vertical-align: -3px;
}
#pop-catalog .catalog-list ul li .btn-type .icon-arr-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1.0666666667, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0666666667, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
#pop-catalog .catalog-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 161px;
  background: #f2f2f2;
}
#pop-catalog .catalog-list ul li:first-child {
  padding-right: 10px;
}
#pop-catalog .catalog-list ul li:first-child:before {
  display: none;
}
#pop-catalog .catalog-list ul li:last-child {
  padding-left: 10px;
}

#pop-login .pop-title {
  text-align: center;
}
#pop-login .pop-content {
  padding: 20px 20px 40px;
}
#pop-login .pop-content .text {
  padding: 10px 0 0 14px;
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
#pop-login .pop-content .list-dot.v3 li strong {
  color: #000000;
  font-weight: 600;
}
#pop-login .pop-content .list-dot.v3 li p {
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4c;
}

.pop-bio-login .pop-text {
  padding: 30px 0;
}
.pop-bio-login .pop-text .title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #bb0a30;
  font-weight: 300;
}
.pop-bio-login .pop-text strong {
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 25px;
}
.pop-bio-login .pop-text p {
  margin-top: 15px;
}

#pop-location .pop-content {
  padding: 0;
}
#pop-location .pop-content .pop-text {
  padding: 50px 0 35px;
}
#pop-location .pop-content .pop-text p {
  margin-top: 15px;
}

.popup-agree.pop-layer-full .agree-wrap {
  padding: 0 20px 100px;
}
.popup-agree.pop-layer-full .agree-wrap.ver2 {
  padding: 0 20px;
}
.popup-agree .fix-header {
  margin: 0 20px;
  padding: 30px 0 17px;
  font-size: 22px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 2px solid #000000;
}
.popup-agree .fix-header strong {
  font-size: 22px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}
.popup-agree .fix-header strong.v2 {
  font-size: 16px;
  color: #bb0a30;
  line-height: 21px;
}
.popup-agree .agree-wrap {
  margin: 20px 0 0;
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 1.5;
}
.popup-agree .agree-wrap div h3 {
  background: #f2f2f2;
  padding: 5px;
  font-size: 14px;
  color: #000000;
  margin: 3px 0;
}
.popup-agree .agree-wrap p {
  padding: 0;
  word-break: keep-all;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
}
.popup-agree .agree-wrap p strong {
  display: block;
  margin-top: 25px;
  color: #000;
}
.popup-agree .agree-wrap p a {
  color: #000000;
  border-bottom: 1px solid #000000;
  display: inline-block;
  margin-top: 10px;
}
.popup-agree .agree-wrap p.text-guide {
  margin-top: 10px;
  font-size: 11px;
}
.popup-agree .agree-wrap .title {
  display: block;
  padding: 0 0 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.popup-agree .agree-wrap .title.v2 {
  font-size: 15px;
}
.popup-agree .agree-wrap .title.v3 {
  padding: 30px 0 0;
}
.popup-agree .agree-wrap .title2 {
  display: block;
  padding: 0 0 5px;
}
.popup-agree .agree-wrap .title2 + p {
  padding-left: 16px;
}
.popup-agree .agree-wrap .text {
  font-size: 15px;
  font-weight: 700;
}
.popup-agree .agree-wrap .list-dot {
  padding: 10px 0 0 0;
}
.popup-agree .agree-wrap .list-dot li {
  padding-left: 14px;
  margin-top: 10px;
}
.popup-agree .agree-wrap .list-dot li:first-child {
  margin-top: 0;
}
.popup-agree .agree-wrap ul,
.popup-agree .agree-wrap ol {
  padding: 0 0 0 15px;
}
.popup-agree .agree-wrap ul li,
.popup-agree .agree-wrap ol li {
  padding: 0;
  word-break: keep-all;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.popup-agree .agree-wrap .table-type.v2 p {
  padding: 0;
}
.popup-agree .agree-wrap .table .align-middle {
  vertical-align: middle;
}
.popup-agree .agree-wrap .table .chk-box label {
  font-size: 12px;
}
.popup-agree .agree-wrap .table .chk-box .checkbox {
  width: 18px;
  height: 18px;
}
.popup-agree .agree-wrap .table .chk-box input[type=radio]:checked ~ .checkbox:after {
  width: 7px;
  height: 7px;
}
.popup-agree .agree-wrap .table .chk-box + .chk-box {
  margin-left: 0;
  margin-top: 10px;
}
.popup-agree .agree-wrap .table .chk-wrap .chk-box + .chk-box {
  margin-top: 0;
}
.popup-agree .agree-wrap .btn-agree-wrap {
  margin-top: 40px;
}
.popup-agree .table {
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 12px;
  color: #333;
}
.popup-agree .table .text-left {
  text-align: left;
}
.popup-agree .table th,
.popup-agree .table td {
  border: 1px solid #888;
  padding: 10px;
}
.popup-agree .table td p {
  font-size: 12px;
  border: 0;
}
.popup-agree .table th {
  background: lightgray;
  text-align: center;
  vertical-align: middle !important;
}
.popup-agree .table .circle {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 100%;
  vertical-align: middle;
  font-size: 0;
}
.popup-agree .table-1 td:first-child {
  background: lightgray;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.popup-agree .table .form-box {
  text-align: center;
}
.popup-agree .table .form-box input {
  margin: 0 8px 4px 0;
}
.popup-agree .table .form-box label {
  font-size: 12px;
}
.popup-agree .table .form-box label:first-of-type {
  margin-right: 8px;
}
.popup-agree .table td p a {
  word-break: break-all;
  border-bottom: 0;
  text-decoration: underline;
}
.popup-agree .table td p strong {
  margin-top: 0;
}
.popup-agree .table td ul {
  padding: 0;
}
.popup-agree .table td ul li {
  font-size: inherit;
  color: inherit;
}
.popup-agree .table + p {
  margin-top: 20px;
}
.popup-agree .member-wrap .btn-wrap-01 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list {
  padding: 0 0 10px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box {
  padding-left: 30px;
  padding-right: 30px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-box-01 .text-01 {
  font-size: 13px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-box-02 {
  margin-top: 10px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-box-02 ::before {
  display: block;
  content: "";
  position: absolute;
  top: 45px;
  left: 105px;
  width: 24px;
  height: 24px;
  background: url(../images/sp/sp_common.png) -225px -35px no-repeat;
  background-size: 250px auto;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-box-02 .text-02 {
  font-size: 13px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-check-box-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-check-box-list .chk-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.popup-agree .member-wrap .agree-wrap .agree-box .agree-list .check-text-box .text-check-box-list .chk-box + .chk-box {
  margin-left: 0;
}
.popup-agree .member-wrap .btn-wrap {
  position: fixed;
  bottom: 60px;
  width: 100%;
  padding: 0 20px;
}
.popup-agree .member-wrap .btn-wrap .btn-type2 {
  font-size: 16px;
}
.popup-agree .terms-wrap {
  padding: 15px 20px 60px 35px;
}
.popup-agree .terms-wrap ul {
  list-style: decimal;
}
.popup-agree .terms-wrap ul li {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.35px;
}
.popup-agree .terms-wrap ul li + li {
  margin-top: 10px;
}
.popup-agree .terms-wrap ul li .list-dash {
  list-style: none;
}
.popup-agree .terms-wrap ul li .list-dash li {
  position: relative;
  padding-left: 12px;
}
.popup-agree .terms-wrap ul li .list-dash li.star::before {
  content: "*";
}
.popup-agree .terms-wrap ul li .list-dash li::before {
  position: absolute;
  content: "-";
  left: 0;
}

.popup-address .pop-wrap .fix-header {
  margin: 0 20px;
  padding: 30px 0 0;
}
.popup-address .pop-wrap .fix-header .search-wrap {
  margin-top: 35px;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input {
  font-size: 20px;
  border-bottom: 3px solid #000;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input::placeholder {
  color: #b3b3b3;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item input::-webkit-credentials-auto-fill-button {
  background-color: white;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear {
  right: 30px;
  bottom: 10px;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-search {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30px;
  background-color: #fff;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-search img {
  width: 20px;
}
.popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::before, .popup-address .pop-wrap .fix-header .search-wrap .form-item .btn-clear.v2::after {
  content: "";
  width: 16px;
  background-color: #000000;
}
.popup-address .pop-wrap .fix-header .search-wrap .result-count {
  margin-top: 30px;
  font-size: 13px;
  text-align: right;
}
.popup-address .pop-wrap .pop-content {
  padding-bottom: 50px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap {
  margin-top: 40px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap.no-result {
  margin-top: 25px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap p {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .text-wrap p.sub-guide {
  margin-top: 20px;
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example {
  margin-top: 40px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li + li {
  margin-top: 30px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dt,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dd {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .address-example li dl dd {
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list {
  margin-top: 25px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li:not(:first-child) {
  margin-top: 15px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dt,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dd {
  font-size: 15px;
  line-height: 1.47;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .result-list li dl dd {
  color: #b3b3b3;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 50px;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li.active a {
  color: #1a1a1a;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li .btn-prev2,
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li .btn-next {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
}
.popup-address .pop-wrap .pop-content .address-wrap .result-wrap .result-list-wrap .pagination li a {
  font-size: 15px;
  color: #b3b3b3;
}

.layer-address iframe {
  top: 100px !important;
}
.layer-address .btn-close {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 17px;
  right: 26px;
}
.layer-address .btn-close:before, .layer-address .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #1a1a1a;
}
.layer-address .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.layer-address .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.pop-tire-energy .fix-header {
  margin: 0 20px;
  padding: 30px 0 17px;
  font-size: 22px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 2px solid #000000;
  text-align: center;
}
.pop-tire-energy .pop-content {
  padding-bottom: 80px;
}
.pop-tire-energy .table-wrap {
  margin: 0 -10px;
}
.pop-tire-energy .table-wrap table {
  margin: 0;
}
.pop-tire-energy .table-wrap table tr:first-child th,
.pop-tire-energy .table-wrap table tr:first-child td {
  border-top: 1px solid #000;
}
.pop-tire-energy .table-wrap + .table-wrap {
  margin-top: 25px;
}
.pop-tire-energy .title {
  padding: 30px 0 18px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
}
.pop-tire-energy .fixedBar {
  position: absolute;
}
.pop-tire-energy .fixedBar .btn-type2 {
  height: 50px;
  line-height: 50px;
}

#pop-model-trim .trim-box {
  padding: 18px 20px 0;
}
#pop-model-trim .trim-box + .trim-box {
  padding-top: 30px;
}
#pop-model-trim .box-wrap .title-wrap {
  margin-top: 20px;
  padding: 13px 15px;
  background: #f2f2f2;
}
#pop-model-trim .box-wrap .title-wrap .title-type {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
#pop-model-trim .box-wrap .title-wrap .side {
  right: 15px;
  font-size: 13px;
  color: #bb0a30;
}
#pop-model-trim .box-wrap .box-cont {
  padding: 20px 0 20px 17px;
  border-bottom: 1px solid #b3b3b3;
}
#pop-model-trim .box-wrap .box-cont .info-wrap {
  margin-top: 0;
}
#pop-model-trim .box-wrap .box-cont .info-wrap + .guide-text {
  margin-top: 20px;
}
#pop-model-trim .box-wrap .box-cont .info-wrap dl dt {
  width: 40%;
}
#pop-model-trim .box-wrap .box-cont .info-wrap dl dd {
  width: 60%;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 {
  margin: -25px 0 -20px;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl {
  margin: 0;
  padding: 25px 0 20px;
  position: relative;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl dt,
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl dd {
  margin-top: 15px;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl dt:first-child {
  margin: 0;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl dd:nth-child(2) {
  margin: 0;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl + dl {
  border-top: 1px dashed #b3b3b3;
}
#pop-model-trim .box-wrap .box-cont .info-wrap.v2 dl .chk-box {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#pop-model-trim .box-wrap:first-child .box-cont {
  border: 0;
}
#pop-model-trim .box-wrap:first-child .title-wrap {
  margin-top: 0;
}

#pop-card .member-form {
  padding: 30px 20px 0;
}
#pop-card .member-form .text-wrap {
  margin-top: 30px;
}
#pop-card .member-form .text-wrap p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #666666;
  letter-spacing: -1px;
}
#pop-card .member-form .text-wrap p.v2 {
  color: #000;
  font-size: 15px;
}
#pop-card .member-form .text-wrap p + p {
  margin-top: 30px;
}
#pop-card .btn-wrap.fixedBar .btn-type2 {
  font-weight: 600;
  font-size: 16px;
}

.pop-point .search-wrap {
  background: #f2f2f2;
}
.pop-point .search-wrap .search-form {
  padding: 7px 20px 13px;
}
.pop-point .search-wrap .search-form .form-item {
  position: relative;
}
.pop-point .search-wrap .search-form .form-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.pop-point .search-wrap .search-form .form-item.form-text {
  width: 50px;
  text-align: center;
  line-height: 40px;
  justify-content: center;
}
.pop-point .search-wrap .search-form input[type=text] {
  padding: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
}
.pop-point .point-wrap .nodata-wrap {
  padding-top: 135px;
}
.pop-point .point-wrap .top {
  position: relative;
  padding: 20px 0 10px;
  border-bottom: 3px solid #000;
}
.pop-point .point-wrap .top .title {
  font-size: 14px;
  font-weight: 600;
}
.pop-point .point-wrap .top .side {
  font-size: 22px;
  font-weight: 600;
}
.pop-point .point-wrap .table-wrap {
  margin: 0 -20px;
  padding: 30px 10px 20px;
}
.pop-point .point-wrap .table-wrap + .table-wrap {
  border-top: 5px solid #f2f2f2;
}
.pop-point .point-wrap .table-wrap .table-type2 {
  margin: 0;
}
.pop-point .point-wrap .table-wrap .table-type2.v2 tbody tr:first-child th,
.pop-point .point-wrap .table-wrap .table-type2.v2 tbody tr:first-child td {
  border-top: 1px solid #000;
}
.pop-point .point-wrap .btn-wrap {
  margin-top: 20px;
  padding-bottom: 120px;
}

.pop-booking .fix-header.v2 {
  border-bottom: 3px solid #000;
}
.pop-booking .booking-wrap {
  padding: 20px 20px 0;
}
.pop-booking .booking-wrap .nodata-wrap {
  padding-top: 115px;
}
.pop-booking .booking-wrap .guide-box {
  padding-top: 100px;
  background: #fff;
}
.pop-booking .booking-wrap .guide-box .guide-top {
  margin-bottom: 30px;
}
.pop-booking .booking-wrap .guide-box strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}
.pop-booking .booking-wrap .guide-box p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
.pop-booking .booking-wrap .top {
  position: relative;
}
.pop-booking .booking-wrap .top .title {
  font-size: 16px;
}
.pop-booking .booking-wrap .table-wrap {
  margin: 0 -20px;
  padding: 30px 10px 20px;
}
.pop-booking .booking-wrap .table-wrap + .table-wrap {
  border-top: 5px solid #f2f2f2;
}
.pop-booking .booking-wrap .table-wrap .table-type2 {
  margin: 0;
}
.pop-booking .booking-wrap .table-wrap .table-type2.v2 tbody tr:first-child th,
.pop-booking .booking-wrap .table-wrap .table-type2.v2 tbody tr:first-child td {
  border-top: 1px solid #000;
}
.pop-booking .booking-wrap .btn-wrap {
  margin-top: 10px;
}
.pop-booking .booking-wrap .btn-wrap .btn-type2 {
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  font-size: 16px;
}
.pop-booking .booking-wrap .text-box {
  margin-top: 20px;
}

#pop-filter2 .pop-content {
  padding: 30px 0;
}
#pop-filter2 .pop-content .tab-type3 li {
  width: calc(50% + 1px);
}
#pop-filter2 .pop-content .filter-box {
  padding: 20px 0 10px;
}
#pop-filter2 .pop-content .filter-box .title {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 20px;
}
#pop-filter2 .pop-content .chk-wrap {
  display: block;
  font-size: 0;
  margin: 0;
}
#pop-filter2 .pop-content .chk-wrap .chk-box {
  width: 33.3%;
  margin-bottom: 20px;
}
#pop-filter2 .pop-content .chk-wrap .chk-box label {
  display: inline-block;
}
#pop-filter2 .pop-content .chk-wrap .chk-box .checkbox {
  margin-right: 6px;
}
#pop-filter2 .pop-content .chk-wrap .chk-box .checkbox + label {
  width: calc(100% - 31px);
  font-size: 15px;
  line-height: 19px;
}
#pop-filter2 .pop-content .chk-wrap .chk-box + .chk-box {
  margin-left: 0;
}
#pop-filter2 .pop-content .chk-wrap .chk-box:last-child {
  margin-right: 0;
}

#pop-service-light .pop-content p {
  padding: 30px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
#pop-service-light .pop-content .sv-light-list {
  padding-top: 30px;
  border-top: 1px solid #b3b3b3;
  padding-bottom: 100px;
}
#pop-service-light .pop-content .sv-light-list ul {
  font-size: 0;
}
#pop-service-light .pop-content .sv-light-list ul li {
  display: inline-block;
  width: calc(33.3% - 7px);
  margin-right: 10px;
  margin-bottom: 30px;
}
#pop-service-light .pop-content .sv-light-list ul li .thumb {
  width: 79px;
  margin: 0 auto 20px;
}
#pop-service-light .pop-content .sv-light-list ul li .chk-wrap {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #b3b3b3;
}
#pop-service-light .pop-content .sv-light-list ul li .chk-wrap .chk-box {
  width: 100%;
}
#pop-service-light .pop-content .sv-light-list ul li .chk-wrap .chk-box label {
  color: #000;
  vertical-align: top;
}
#pop-service-light .pop-content .sv-light-list ul li .chk-wrap .chk-box .checkbox + label {
  width: calc(100% - 28px);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -1px;
}
#pop-service-light .pop-content .sv-light-list ul li:nth-child(3n) {
  margin-right: 0;
}
#pop-service-light .pop-content .sv-light-list ul li.active .thumb {
  box-shadow: 0 6px 7px 1px rgba(0, 0, 0, 0.3);
}
#pop-service-light .btn-wrap .btn-type2 {
  font-size: 16px;
  font-weight: 600;
}

.pop-notice .pop-title {
  text-align: center;
}
.pop-notice .pop-content {
  padding: 15px 20px 40px;
}
.pop-notice .pop-content .desc {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.pop-notice .pop-content .link {
  font-family: "NotoSans", sans-serif;
  display: block;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
  text-decoration: underline;
}
.pop-notice .pop-content .text {
  color: #4c4c4c;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.3;
}
.pop-notice .pop-content .list-dot.v3 li strong {
  color: #000000;
  font-weight: 600;
}
.pop-notice .pop-content .list-dot.v3 li p {
  font-size: 14px;
  line-height: 18px;
  color: #4c4c4c;
}
.pop-notice .pop-content .list-dot.v3 li p > span {
  display: block;
}
.pop-notice.v2 .logo-wrap {
  width: 240px;
  margin: auto;
}
.pop-notice.v2 .pop-title {
  margin: 0;
  padding: 10px 0 22px;
  border-bottom: 1px solid #000;
}
.pop-notice.v2 .pop-content .desc {
  border-bottom: none;
  font-weight: 400;
  line-height: 26px;
}
.pop-notice.v2 .pop-content .list-num {
  margin-top: 40px;
}
.pop-notice.v2 .pop-content .list-num > li {
  margin-top: 25px;
  padding-left: 0;
  font-size: 16px;
  color: #000;
}
.pop-notice.v2 .pop-content .list-num > li strong {
  font-size: 20px;
  font-weight: 500;
}
.pop-notice.v2 .pop-content .list-num > li p em {
  font-weight: bold;
  text-decoration: underline;
}
.pop-notice.v2 .pop-content .list-num > li a {
  display: inline-block;
  padding-top: 10px;
  font-weight: 500;
}
.pop-notice.v2 .pop-content .term-table-wrap {
  margin-top: 50px;
}
.pop-notice.v2 .pop-content .term-table-wrap p {
  font-size: 14px;
  font-weight: 400;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table {
  margin-top: 15px;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-header {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #f2f2f2;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-body {
  padding-top: 20px;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-body ul {
  margin-top: 5px;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-body ul > li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.pop-notice.v2 .pop-content .term-table-wrap .term-table .t-body ul > li strong {
  font-weight: bold;
  text-decoration: underline;
}
.pop-notice.v3 .logo-wrap {
  text-align: center;
}
.pop-notice.v3 .logo-wrap img {
  width: 240px;
}
.pop-notice.v3 .pop-title {
  margin: 0;
  padding: 10px 0 22px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.pop-notice.v3 .pop-content {
  padding-top: 40px;
}
.pop-notice.v3 .pop-content .desc {
  border: none;
}
.pop-notice.v3 .pop-content .btn-wrap {
  text-align: center;
}
.pop-notice.v3 .pop-content .btn-wrap .btn-link {
  margin-top: 10px;
  font-size: 16px;
}
.pop-notice.pop-notice-2 .pop-content .desc {
  font-weight: 300;
}
.pop-notice.pop-notice-2 .pop-content .desc-13 {
  margin-top: -18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: -0.52px;
}
.pop-notice.pop-notice-2 .pop-content .desc strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.73px;
}
.pop-notice.pop-notice-2 .pop-content .desc b {
  font-weight: 500;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap {
  margin-top: 30px;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-header {
  font-size: 16px;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body {
  font-size: 13px;
  line-height: 1.58;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.58;
  left: -0.65px;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body p.line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body ul {
  margin-top: 15px;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body ul li {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.58;
  left: -0.65px;
  word-break: keep-all;
}
.pop-notice.pop-notice-2 .pop-content .term-table-wrap .term-table .t-body ul li::after {
  position: absolute;
  content: "-";
  top: -1px;
  left: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.58;
}
.pop-notice.pop-notice-2 .pop-content .btn-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.96;
  letter-spacing: -0.52px;
}
.pop-notice.pop-notice-2 .pop-content .guide-wrap {
  margin-bottom: 30px;
}
.pop-notice.pop-notice-2 .pop-content .guide-wrap .guide-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  word-break: keep-all;
}
.pop-notice.pop-notice-2 .pop-content .guide-wrap ul {
  list-style: auto;
  margin-top: 15px;
  margin-left: 20px;
}
.pop-notice.pop-notice-2 .pop-content .guide-wrap ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.pop-type .pop-title {
  text-align: center;
}
.pop-type .pop-content {
  padding: 15px 20px 40px;
}
.pop-type .pop-content .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.pop-type .pop-content .desc.no-line {
  margin: 0;
  padding: 20px 0 0;
  border: none;
}
.pop-type .pop-content .service-center {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid #ddd;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #bb0a30;
  line-height: 22px;
}
.pop-type .pop-content .service-center a {
  font-weight: 400;
  color: #bb0a30;
}
.pop-type .pop-content .refund-check-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: center;
}
.pop-type .pop-content .refund-check-wrap .box-type {
  margin-top: 20px;
  padding: 20px 10px;
  background-color: #f2f2f2;
}
.pop-type .pop-content .refund-check-wrap .box-type dl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.pop-type .pop-content .refund-check-wrap .box-type dl + dl {
  margin-top: 10px;
}
.pop-type .pop-content .refund-check-wrap .box-type dl dt {
  min-width: 74px;
  font-size: 14px;
  color: #4c4c4c;
}
.pop-type .pop-content .refund-check-wrap .box-type dl dd {
  font-size: 14px;
  text-align: left;
}

.pop-pickup .pop-title {
  text-align: center;
}
.pop-pickup .pop-content {
  padding: 15px 20px 40px;
}
.pop-pickup .pop-content .desc {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  text-align: center;
}
.pop-pickup .pop-content p {
  font-size: 15px;
  text-align: center;
  word-break: keep-all;
  line-height: 22px;
  color: #666666;
}

.pop-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 60px;
  line-height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 70px;
  background: rgba(112, 112, 112, 0.8);
  text-align: center;
  transition: 0.3s ease;
}
.pop-message.active {
  display: block;
  z-index: 30;
}
.pop-message p {
  font-size: 13px;
  color: #fff;
}

.pop-service-info .pop-content:has(.scrollable),
.pop-service-info .pop-wrap:has(.scrollable) {
  overflow: hidden;
}
.pop-service-info .service-wrap {
  padding: 0 26px 100px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
}
.pop-service-info .service-wrap.scrollable {
  max-height: calc(100% - 150px);
  padding-bottom: 0;
  overflow-y: scroll;
}
.pop-service-info .service-wrap.scrollable + .btn-wrap {
  position: static;
  width: unset;
  transform: unset;
  margin: 40px 20px;
}
.pop-service-info .service-wrap span {
  display: block;
  font-weight: bold;
}
.pop-service-info .service-wrap a {
  text-decoration: underline;
}
.pop-service-info .service-wrap .list-type li {
  position: relative;
  padding-left: 8px;
  word-break: keep-all;
}
.pop-service-info .service-wrap .list-type li + li {
  margin-top: 5px;
}
.pop-service-info .service-wrap .list-type li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #555;
}
.pop-service-info .btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.pop-service-info .btn-close {
  top: 18px;
}

.pop-key .service-wrap {
  font-size: 15px;
  font-weight: 500;
}
.pop-key .service-wrap p {
  margin-top: 5px;
  font-size: 15.5px;
  font-weight: 400;
}

.pop-pickup-guide .pop-wrap .fix-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 17px;
  border-bottom: 3px solid #000;
}
.pop-pickup-guide .pop-wrap .fix-header strong {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.55px;
  color: #000;
}
.pop-pickup-guide .pop-wrap .pop-content {
  max-width: 400px;
  max-height: 80vh;
  margin: auto;
  padding-bottom: 70px;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list {
  margin-top: 55px;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li + li {
  margin-top: 40px;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li dl dt {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 13px;
  background-color: #000;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li dl dd {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #000;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li .img-box {
  max-width: 233px;
  margin: auto;
  padding-bottom: 15px;
}
.pop-pickup-guide .pop-wrap .pop-content .guide-list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #666666;
}

.pop-cs .pop-wrap .fix-header {
  padding: 85px 17px 0;
  border: none;
}
.pop-cs .pop-wrap .fix-header strong {
  font-family: "Audi_ex", sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1.3px;
}
.pop-cs .pop-wrap .pop-content .cs-wrap {
  margin-top: 60px;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li + li {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d0d0d0;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li + li dl::after {
  width: 42px;
  height: 37px;
  background-image: url(../images/chat-bot.png);
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li .cs-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  text-align: center;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl {
  position: relative;
  margin-top: 17px;
  padding: 30px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl.closed {
  background-color: #919191;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl.closed::after {
  content: none;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl.closed dt {
  font-size: 16px;
  line-height: 20px;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  background-image: url(../images/chat-bubble.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl dt .badge {
  position: absolute;
  top: -16px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #fff;
  text-transform: uppercase;
  background-color: #f61748;
  border-radius: 10px;
}
.pop-cs .pop-wrap .pop-content .cs-wrap ul li dl dd {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: -0.65px;
}

.pop-quattro .pop-content {
  padding: 0;
}
.pop-quattro .pop-content .quattro-wrap {
  padding: 100px 0 88px;
  background: url(../images/quattro/img-popup-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.pop-quattro .pop-content .quattro-wrap .img-wrap {
  width: 230px;
}
.pop-quattro .pop-content .quattro-wrap .text-wrap {
  padding: 0 20px;
}
.pop-quattro .pop-content .quattro-wrap .text-wrap p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.65px;
  color: #fff;
}
.pop-quattro .pop-content .quattro-wrap .text-wrap p strong {
  font-size: 15px;
  font-weight: 400;
}

.pop-add-package .pop-wrap .pop-title {
  text-align: center;
}
.pop-add-package .pop-wrap .pop-content .add-pachage-wrap {
  padding-bottom: 40px;
}
.pop-add-package .pop-wrap .pop-content .add-pachage-wrap .tag-box {
  justify-content: flex-start;
  margin-top: 10px;
}
.pop-add-package .pop-wrap .pop-content .add-pachage-wrap .sv-package-list-wrap .select-list-wrap ul li .form-item .chk-box .detail .package-wrap .package-title dl dd {
  gap: 10px;
}
.pop-add-package .pop-wrap .pop-content .add-pachage-wrap .sv-package-list-wrap .select-list-wrap ul li .form-item .chk-box .detail .package-wrap .package-title dl dd .sale::after {
  right: -6px;
}

.toast-message-wrap {
  position: fixed;
  display: inline-flex;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 92%;
  max-width: 335px;
  transform: translate(-50%, -50%);
}
.toast-message-wrap .toast-message {
  width: 100%;
  padding: 18px 10px;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.check-owner-wrap strong {
  font-weight: 500;
}
.check-owner-wrap .form-item {
  margin-top: 30px;
}
.check-owner-wrap .form-item .notice {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.33px;
}
.check-owner-wrap .form-item .notice b {
  font-weight: 300;
  color: #bb0a30;
}

[class^=btn-wrap] {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
[class^=btn-wrap] [class^=btn] {
  width: 100%;
}
[class^=btn-wrap] + .btn-wrap {
  margin-top: 15px;
}
[class^=btn-wrap] + .btn-wrap + .left {
  display: block;
  text-align: left;
}
[class^=btn-wrap] + .btn-wrap + .left + .btn-wrap {
  margin: 30px 0;
}
[class^=btn-wrap] + .btn-wrap + .left + .left {
  margin-top: 0;
}
[class^=btn-wrap] + .btn-wrap + .left a {
  display: flex;
  align-items: center;
}
[class^=btn-wrap] + .btn-wrap + .left p {
  margin: -8px 0 0 35px;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 18px;
  font-weight: 200;
}

.fixedBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 45;
  padding: 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid #b3b3b3;
  background: #fff;
}
.fixedBar [class^=btn-type] {
  height: 70px;
  line-height: 70px;
}
.fixedBar .btn-type2:nth-child(n+2) {
  margin-left: 0;
}

[class^=btn-type] {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000;
  font-size: 15px;
  text-align: center;
  color: #1a1a1a;
}
[class^=btn-type] strong {
  font-weight: 800;
}
[class^=btn-type].min {
  width: 152px;
}

.btn-type.v2 {
  background: #fff;
  color: #bb0a30;
  border-top: 1px solid #ededed;
}
.btn-type.btn-more {
  border: 1px solid #000;
  border-radius: 100%;
  width: 45px;
}
.btn-type.btn-more .icon-more {
  width: 13px;
  height: 13px;
}
.btn-type.btn-more .icon-more:after, .btn-type.btn-more .icon-more:before {
  background-color: #000;
}
.btn-type.v3 {
  border: 1px solid #666666;
  color: #666666;
}

.btn-type2 {
  height: 50px;
  line-height: 50px;
  background: #000;
  border: 1px solid #000;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.btn-type2 .icon-arr-r {
  margin-left: 3px;
}
.btn-type2 .icon-arr-r:before {
  border-color: #fff;
}
.btn-type2.v2 {
  background: #fff;
  color: #000;
}
.btn-type2.v2 .icon-arr-r {
  margin-left: 3px;
}
.btn-type2.v2 .icon-arr-r:before {
  border-color: #000;
}
.btn-type2.v3 {
  background: #bb0a30;
  color: #fff;
  border-color: #bb0a30;
}
.btn-type2.disabled {
  color: #808080;
  pointer-events: none;
}
.btn-type2:nth-child(n+2) {
  margin-left: 10px;
}

.btn-type3 {
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border: 1px solid transparent;
}
.btn-type3.v2 {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-type3.disabled {
  color: #b3b3b3;
  pointer-events: none;
}
.btn-type3:nth-child(n+2) {
  margin-left: 10px;
}

.btn-type4 {
  height: inherit;
  line-height: 1;
  background: #fff;
  font-size: 13px;
  color: #808080;
  border: 1px solid transparent;
}
.btn-type4 .icon-arr {
  margin: 7px auto 0;
  position: relative;
  display: block;
  width: 15px;
  height: 5px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.btn-type4 .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.6666666667) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.6666666667) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.btn-type4.v2 {
  padding: 10px 0;
  border: 1px solid #000;
  color: #000;
}
.btn-type4.v2 .icon-arr {
  margin: 7px auto 0;
  position: relative;
  display: block;
  width: 16px;
  height: 6px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.btn-type4.v2 .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.75) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.75) rotate(45deg);
  margin-top: -2px;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
}

.btn-type5 {
  width: 57px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #000;
}

.btn-type6 {
  width: auto !important;
  border: none;
  font-weight: bold;
}
.btn-type6 > i {
  margin: 0 5px;
}

[class^=tab-wrap] {
  position: relative;
  padding-top: 20px;
}

.tab-type {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}
.tab-type::-webkit-scrollbar {
  display: none;
}
.tab-type li {
  display: inline-block;
  margin-left: 65px;
  transition: 0.3s;
}
.tab-type li:first-child {
  margin-left: 0;
}
.tab-type li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #999999;
  font-weight: 200;
  padding-bottom: 12px;
}
.tab-type li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #1a1a1a;
  transition: 0.3s;
}
.tab-type li.active a {
  font-weight: 600;
  color: #1a1a1a;
}
.tab-type li.active a:after {
  width: 100%;
}

.tab-type2 {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
}
.tab-type2::-webkit-scrollbar {
  display: none;
}
.tab-type2 li {
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s;
}
.tab-type2 li:first-child {
  margin-left: 0;
}
.tab-type2 li a {
  position: relative;
  display: block;
  min-width: 87px;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  padding: 0 15px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 30px;
  letter-spacing: -1px;
}
.tab-type2 li.active a {
  font-weight: 600;
  color: #fff;
  background: #bb0a30;
  border: 1px solid #bb0a30;
}

.tab-type3 {
  position: relative;
  width: 100%;
  font-size: 0;
}
.tab-type3 li {
  display: inline-block;
  width: calc(33.333% + 1px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
  margin: -1px 0 0 -1px;
}
.tab-type3 li:nth-child(n+2) {
  margin-left: -1px;
}
.tab-type3 li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
}
.tab-type3 li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #b3b3b3;
}
.tab-type3 li.active a {
  color: #bb0a30;
}
.tab-type3 li.active a:after {
  border-width: 2px;
  border-color: #bb0a30;
  z-index: 1;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.btn-all-delete {
  display: inline-block;
  padding: 15px 0;
  font-size: 15px;
  color: #666;
}
.btn-all-delete:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url("../images/sp/sp_common.png") -168.5px -25px no-repeat;
  background-size: 250px auto;
  vertical-align: -3px;
}

.btn-close {
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 57px;
  top: 7px;
  right: 0;
  z-index: 2;
  font-size: 0;
}
.btn-close:before, .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #1a1a1a;
}
.btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.btn-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 5;
  width: 43px;
  height: 43px;
  transform: translateY(-50%);
  font-size: 0;
}
.btn-prev:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 10px;
  background: url("../images/sp/sp_common.png") -189px -25px no-repeat;
  background-size: 250px auto;
  width: 19px;
  height: 12px;
}

.btn-more {
  display: block;
}
.btn-more .icon-more:after, .btn-more .icon-more:before {
  background-color: #999;
}
.btn-more span {
  font-size: 14px;
}
.btn-more.full {
  display: block;
  padding: 25px 0 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.btn-more.full span {
  margin-left: 5px;
  vertical-align: -2px;
}
.btn-more.full .icon-more {
  width: 27px;
  height: 27px;
  background: transparent;
  border: 1px solid #999;
}
.btn-more.full .icon-more:after, .btn-more.full .icon-more:before {
  background-color: #999;
}

.btn-more-detail {
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: 15px 20px 0;
  border: 1px solid #282a30;
  text-align: center;
  font-size: 14px;
}
.btn-more-detail .arr {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 9px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  min-width: 30px;
  min-height: 30px;
  vertical-align: middle;
}
.btn-more-detail .arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.0588235294) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 1.0588235294) rotate(45deg);
  margin-top: -4px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.btn-more-detail.active .arr {
  transform-origin: 50% 50%;
  transform: rotate(-180deg) translateY(2px);
}

.btn-tel {
  font-weight: 700;
  color: #bb0a30;
}

[class^=ico-] {
  display: inline-block;
  background: url("../images/sp/sp_common.png") 0 0 no-repeat;
  background-size: 250px auto;
  vertical-align: middle;
  font-size: 0;
}

.ico-logo-b {
  width: 155px;
  height: 53.3px;
  background-position: 0 -695px;
}

.ico-logo {
  width: 155px;
  height: 53.3px;
  background-position: 0 -695px;
}

.ico-logo2 {
  width: 182px;
  height: 63px;
  background-position: 0 -625px;
}

.ico-menu {
  width: 22px;
  height: 13px;
  background-position: 0 0;
}

.ico-menu-light {
  width: 22px;
  height: 13px;
  background-position: -110px -65px;
}

.ico-home {
  width: 24px;
  height: 19.5px;
  background-position: -136px -65px;
}

.ico-home-light {
  width: 24px;
  height: 19.5px;
  background-position: -80px -65px;
}

.ico-facebook {
  width: 29px;
  height: 29px;
  background-position: -32px 0;
}

.ico-twitter {
  width: 29px;
  height: 29px;
  background-position: -66px 0;
}

.ico-instagram {
  width: 29px;
  height: 29px;
  background-position: -100px 0;
}

.ico-blog {
  width: 29px;
  height: 29px;
  background-position: -134px 0;
}

.ico-audisite {
  width: 29px;
  height: 29px;
  background-position: -220px -620px;
}

.ico-youtube {
  width: 29px;
  height: 29px;
  background-position: -220px -655px;
}

.ico-post {
  width: 29px;
  height: 29px;
  background-position: -220px -690px;
}

.ico-recall {
  width: 27px;
  height: 22.5px;
  background-position: -195px -1px;
}

.ico-recall2 {
  width: 26.5px;
  height: 21px;
  background-position: -185px -300px;
}

.ico-as2 {
  width: 26.5px;
  height: 35px;
  background-position: 0 -65px;
}

.ico-as3 {
  width: 20px;
  height: 24px;
  background-position: -200px -35px;
}

.ico-cs2 {
  width: 24px;
  height: 24px;
  background-position: -170px -35px;
}

.ico-notice {
  width: 15px;
  height: 20px;
  background-position: -125px -35px;
}

.ico-setting {
  width: 19px;
  height: 19px;
  background-position: -145px -35px;
}

.ico-time {
  width: 11.5px;
  height: 11.5px;
  background-position: -230px 0;
}

.ico-dormant {
  width: 35px;
  height: 35px;
  background-position: -165px -65px;
  margin: -2px 0 0 4px;
}

.ico-arrow-down {
  width: 12px;
  height: 7px;
  background-position: -230px -19px;
}

.ico-arrow-down2 {
  width: 20px;
  height: 7.5px;
  background-position: -55px -105px;
}

.ico-arrow-left {
  width: 12px;
  height: 7px;
  transform: rotate(90deg);
  background-position: -230px -19px;
}

.ico-arrow-right2 {
  width: 12px;
  height: 7px;
  transform: rotate(-90deg);
  background-position: -230px -19px;
}

.ico-guide {
  width: 24px;
  height: 24px;
  background-position: -225px -35px;
}

.ico-guide2 {
  width: 24px;
  height: 24px;
  background-position: -225px -65px;
}

.ico-guide3 {
  width: 45px;
  height: 45px;
  background-position: 0px -250px;
}

.ico-location {
  width: 15.5px;
  height: 24.5px;
  background-position: -208px -65px;
}

.ico-star {
  width: 23px;
  height: 22px;
  background-position: 0 -105px;
}
.ico-star.active {
  background-position: -25px -105px;
}

.star-active .ico-star {
  background-position: -25px -105px;
}

.ico-nodata {
  width: 45px;
  height: 45px;
  background-position: -80px -105px;
}

.ico-nodata2 {
  width: 60px;
  height: 60px;
  background-position: 0 -150px;
}

.ico-nodata3 {
  width: 60px;
  height: 60px;
  background-position: 0 -300px;
}

.ico-nodata4 {
  width: 44px;
  height: 42.5px;
  background-position: -155px -450px;
}

.ico-return {
  width: 19.9px;
  height: 19.9px;
  background-position: -130px -105px;
}

.ico-calendar {
  width: 23px;
  height: 24px;
  background-position: -155px -105px;
}

.ico-delete {
  width: 17px;
  height: 20px;
  background-position: -105px -150px;
}

.ico-charge {
  width: 23px;
  height: 23px;
  background-position: -30px -35px;
}

.ico-check {
  width: 24px;
  height: 23px;
  background-position: -125px -150px;
}

.ico-check2 {
  width: 36px;
  height: 33.5px;
  background-position: -35px -65px;
}

.ico-video {
  width: 45px;
  height: 45px;
  background-position: -158px -150px;
}

.ico-video2 {
  width: 45px;
  height: 45px;
  background-position: -63px -330px;
}

.ico-light {
  width: 24px;
  height: 24px;
  background-position: -210px -150px;
}

.ico-list1 {
  width: 21px;
  height: 13px;
  background-position: -185px -130px;
}

.ico-list2 {
  width: 19px;
  height: 20px;
  background-position: -215px -130px;
}

.ico-electric {
  width: 34px;
  height: 32.5px;
  background-position: 0 -210px;
}

.ico-service {
  width: 42px;
  height: 28px;
  background-position: -37px -210px;
}

.ico-coupon {
  width: 34.5px;
  height: 26px;
  background-position: -82px -210px;
}

.ico-center {
  width: 31px;
  height: 32px;
  background-position: -123px -210px;
}

.ico-download {
  width: 35px;
  height: 35px;
  background-position: -215px -180px;
}

.ico-vs {
  width: 35px;
  height: 24.5px;
  background-position: -73px -180px;
}

.ico-download2 {
  width: 13px;
  height: 16px;
  background-position: -120px -180px;
}

.ico-download3 {
  width: 13px;
  height: 16px;
  background-position: -140px -180px;
}

.ico-download5 {
  width: 13px;
  height: 16px;
  background-position: -155px -357px;
}

.ico-mileage {
  width: 45px;
  height: 34px;
  background-position: -50px -250px;
}

.ico-center2 {
  width: 35px;
  height: 34.5px;
  background-position: -100px -250px;
}

.ico-time2 {
  width: 37px;
  height: 37px;
  background-position: -138px -250px;
}

.ico-date {
  width: 35px;
  height: 41px;
  background-position: -180px -250px;
}

.ico-as {
  width: 33px;
  height: 44.5px;
  background-position: -217px -250px;
}

.ico-guide4 {
  width: 11.5px;
  height: 11.5px;
  background-position: -230px -90px;
}

.ico-car {
  width: 24px;
  height: 17.5px;
  background-position: -219px -222px;
}

.ico-package1 {
  width: 24px;
  height: 17.5px;
  background-position: -167px -983px;
}

.ico-package2 {
  width: 24px;
  height: 23px;
  background-position: -196px -983px;
}

.ico-package3 {
  width: 22px;
  height: 23px;
  background-position: -226px -983px;
}

.ico-package4 {
  width: 24px;
  height: 19px;
  background-position: -24px -1021px;
}

.ico-package5 {
  width: 26px;
  height: 21px;
  background-position: -142px -945px;
}

.ico-member {
  width: 18.5px;
  height: 20.5px;
  background-position: -115px -330px;
}

.ico-lock {
  width: 17px;
  height: 19px;
  background-position: -140px -330px;
}

.ico-cancel {
  width: 17px;
  height: 20px;
  background-position: -165px -330px;
}

.ico-logout {
  width: 16.5px;
  height: 17px;
  background-position: -190px -330px;
}

.ico-recall3 {
  width: 48px;
  height: 39.5px;
  background-position: 0 -370px;
}

.ico-setting2 {
  width: 23px;
  height: 23px;
  background-position: 0 -945px;
}

.ico-fa-location {
  width: 15px;
  height: 22.5px;
  background-position: -60px -945px;
}

.ico-fa-location2 {
  width: 15px;
  height: 22.5px;
  background-position: -230px -330px;
}

.ico-call {
  width: 50px;
  height: 50px;
  background-position: 0 -415px;
}

.ico-marker {
  width: 22px;
  height: 33px;
  background-position: -30px -945px;
}

.ico-marker2 {
  width: 22px;
  height: 33px;
  background-position: -90px -380px;
}

.ico-as4 {
  width: 24px;
  height: 24px;
  background-position: 0 -35px;
}

.ico-scramble {
  width: 24px;
  height: 24px;
  background-position: -60px -35px;
}

.ico-vouch {
  width: 23px;
  height: 26.5px;
  background-position: -120px -380px;
}

.ico-location2 {
  width: 15px;
  height: 22.5px;
  background-position: -150px -380px;
}

.ico-call2 {
  width: 22.5px;
  height: 21.5px;
  background-position: -170px -380px;
}

.ico-call3 {
  width: 22.5px;
  height: 21.5px;
  background-position: 0 -470px;
}

.ico-error {
  width: 93.5px;
  height: 105px;
  background-position: -60px -415px;
}

.ico-download4 {
  width: 25px;
  height: 26px;
  background-position: -200px -380px;
}

.ico-arrow-right {
  width: 23.5px;
  height: 10px;
  background-position: -115px -360px;
}

.ico-return2 {
  width: 19.5px;
  height: 19.5px;
  background-position: -230px -380px;
}

.ico-scramble2 {
  width: 24px;
  height: 24px;
  background-position: -155px -415px;
}

.ico-sign {
  width: 24px;
  height: 23px;
  background-position: -185px -415px;
}

.ico-bonnet {
  width: 24px;
  height: 12.5px;
  background-position: -216px -415px;
}

.ico-credit {
  width: 34.5px;
  height: 33.5px;
  background-position: -210px -450px;
}

.ico-pdf {
  width: 35px;
  height: 44px;
  background-position: -155px -500px;
}

.ico-catalog {
  width: 42px;
  height: 35.5px;
  background-position: -200px -500px;
}

.ico-loc-kako {
  width: 67px;
  height: 67px;
  background-position: 0 -550px;
}

.ico-loc-naver {
  width: 67px;
  height: 67px;
  background-position: -75px -550px;
}

.ico-loc-tmap {
  width: 67px;
  height: 67px;
  background-position: -150px -550px;
}

.ico-cs3 {
  width: 40px;
  height: 39px;
  background-position: 0 -500px;
}

.ico-scramble3 {
  width: 41px;
  height: 41px;
  background-position: 0 -760px;
}

.ico-service2 {
  width: 48px;
  height: 32px;
  background-position: -50px -760px;
}

.ico-service3 {
  width: 42px;
  height: 42px;
  background-position: 0 -1045px;
}

.ico-wheel {
  width: 40px;
  height: 43px;
  background-position: -105px -760px;
}

.ico-car2 {
  width: 44px;
  height: 30px;
  background-position: -150px -760px;
}

.ico-gift {
  width: 35px;
  height: 35px;
  background-position: -200px -760px;
}

.ico-mobile {
  width: 22px;
  height: 38.5px;
  background-position: -190px -715px;
}

.ico-electric2 {
  width: 22px;
  height: 22px;
  background-position: 0 -805px;
}

.ico-lightning {
  width: 14px;
  height: 28.5px;
  background-position: -30px -805px;
}

.ico-sch {
  width: 20.5px;
  height: 20.5px;
  background-position: -50px -805px;
}

.ico-marker3 {
  width: 34px;
  height: 38px;
  background-position: -75px -805px;
}

.ico-marker4 {
  width: 37px;
  height: 37px;
  background-position: -115px -805px;
}

.ico-marker5 {
  width: 34px;
  height: 38px;
  background-position: -205px -900px;
}

.ico-filter {
  width: 18px;
  height: 18px;
  background-position: -160px -805px;
}

.ico-gps {
  width: 23px;
  height: 23px;
  background-position: -185px -805px;
}

.ico-charge2 {
  width: 18px;
  height: 16px;
  background-position: -215px -805.5px;
}

.ico-call4 {
  width: 11.5px;
  height: 11px;
  background-position: -237px -805px;
}

.ico-electric3 {
  width: 44px;
  height: 42px;
  background-position: 0 -850px;
}

.ico-connect1 {
  width: 20px;
  height: 21px;
  background-position: -50px -850px;
}

.ico-connect2 {
  width: 20px;
  height: 26.5px;
  background-position: -75px -850px;
}

.ico-connect3 {
  width: 20px;
  height: 17px;
  background-position: -100px -850px;
}

.ico-connect4 {
  width: 20px;
  height: 21.5px;
  background-position: -125px -850px;
}

.ico-point {
  width: 26px;
  height: 26px;
  background-position: -150px -850px;
}

.ico-charge3 {
  width: 23px;
  height: 23px;
  background-position: -182px -850px;
}

.ico-cs4 {
  width: 24px;
  height: 24px;
  background-position: -211px -850px;
}

.ico-delete2 {
  width: 23px;
  height: 23px;
  background-position: -25px -900px;
}

.ico-return3 {
  width: 23px;
  height: 23px;
  background-position: 0 -900px;
}

.ico-nodata5 {
  width: 60px;
  height: 60px;
  background-position: -60px -885px;
}

.ico-mileage2 {
  width: 22px;
  height: 22px;
  background-position: -130px -900px;
}

.ico-date2 {
  width: 20px;
  height: 24px;
  background-position: -160px -900px;
}

.ico-time3 {
  width: 20px;
  height: 20px;
  background-position: -80px -945px;
}

.ico-etron {
  width: 32.5px;
  height: 22.5px;
  background-position: -105px -945px;
}

.icon-more {
  position: relative;
  display: inline-block;
  width: 41.5px;
  height: 41.5px;
  background: #fff;
  border-radius: 100%;
  transform: rotate(-45deg);
  font-size: 0;
  vertical-align: middle;
}
.icon-more:before, .icon-more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.091883092px;
  height: 2px;
  background-color: #bb0a30;
}
.icon-more:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-more:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.icon-more2 {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  transform: rotate(-45deg);
  font-size: 0;
  vertical-align: 0;
}
.icon-more2:before, .icon-more2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.1421356237px;
  height: 1px;
  background-color: #000;
}
.icon-more2:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-more2:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.more-box {
  position: relative;
  border: 1px solid #bb0a30;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.more-box [class^=icon-more3] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-more3 {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  vertical-align: 0;
}
.icon-more3:before, .icon-more3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.7279220613px;
  height: 1px;
  background-color: #bb0a30;
}
.icon-more3:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-more3:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.icon-delete {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.icon-delete:before, .icon-delete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.8994949366px;
  height: 1px;
  background-color: #000;
}
.icon-delete:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-delete:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.check-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #bb0a30;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
}
.check-box .icon-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 25px;
  height: 16px;
}
.check-box .icon-check:before, .check-box .icon-check:after {
  height: 1px;
  background: #fff;
}
.check-box .icon-check:before {
  width: 12px;
  transform: translate(2px, 7px) rotate(45deg);
}
.check-box .icon-check:after {
  width: 22px;
  transform: translate(10px, 15px) rotate(-45deg);
}

.icon-check {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.icon-check:before, .icon-check:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #bb0a30;
  border-radius: 15px;
  transform-origin: 0 0;
}
.icon-check:before {
  width: 7px;
  transform: translate(7px, 10px) rotate(45deg);
}
.icon-check:after {
  width: 11px;
  transform: translate(10px, 15px) rotate(-45deg);
}

.icon-arr-r {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 7px;
  height: 14px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  vertical-align: -1px;
}
.icon-arr-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.icon-notice {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 14px;
  margin: 0 5px;
  background: #999;
  border-radius: 100%;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.icon-notice.v2 {
  background: #282a30;
}
.icon-notice.v3 {
  background: transparent;
  border-color: #000;
  color: #000;
  font-family: Tahoma, sans-serif;
}

.ico-bookmark {
  width: 24px;
  height: 24px;
  background-position: -24px -983px;
}
.ico-bookmark.active {
  background-position: -52.5px -983px;
}
.ico-bookmark.v2 {
  width: 38px;
  height: 38px;
  background-position: -81px -983px;
}

.active .ico-bookmark {
  background-position: -52.5px -983px;
}
.active .ico-bookmark.v2 {
  background-position: -124px -983px;
}

.ico-refresh {
  width: 20px;
  height: 20px;
  background-position: 0 -1021px;
}

.nav-favorite {
  font-size: 0;
}
.nav-favorite i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.nav-favorite .icon-more2 {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  transform: rotate(-45deg);
  font-size: 0;
  vertical-align: 0;
}
.nav-favorite .icon-more2:before, .nav-favorite .icon-more2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.1421356237px;
  height: 1px;
  background-color: #000;
}
.nav-favorite .icon-more2:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-favorite .icon-more2:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.ico-scroll {
  width: 64px;
  height: 16px;
  background-position: -52.5px -1025px;
}

.ico-support1 {
  width: 20px;
  height: 19px;
  background-position: -121px -1025px;
}

.ico-support2 {
  width: 19px;
  height: 17px;
  background-position: -146px -1025px;
}

.ico-support3 {
  width: 22px;
  height: 17px;
  background-position: -170px -1025px;
}

.ico-support4 {
  width: 16px;
  height: 23px;
  background-position: -197px -1025px;
}

.ico-support5 {
  width: 15px;
  height: 20px;
  background-position: -217px -1025px;
}

.ico-support6 {
  width: 22px;
  height: 19px;
  background-position: -214px -1050px;
}

.ico-support7 {
  width: 16px;
  height: 19px;
  background-position: -234.5px -1025px;
}

.ico-support8 {
  width: 20px;
  height: 19px;
  background-position: -214px -1073px;
}

.ico-accident1 {
  width: 50px;
  height: 26px;
  background-position: -47px -1050px;
}

.ico-accident2 {
  width: 36px;
  height: 30px;
  background-position: -102px -1050px;
}

.ico-accident3 {
  width: 35px;
  height: 32px;
  background-position: -142px -1050px;
}

.ico-accident4 {
  width: 28px;
  height: 34px;
  background-position: -182px -1050px;
}

.ico-accident5 {
  width: 45px;
  height: 37px;
  background-position: 0 -1092px;
}

.ico-accident6 {
  width: 50px;
  height: 26px;
  background-position: -49px -1092px;
}

.ico-dispatch {
  width: 14px;
  height: 9px;
  background-position: -167px -1012px;
}

.ico-emergency {
  width: 11px;
  height: 10px;
  background-position: -185px -1012px;
}

.ico-protect {
  width: 19px;
  height: 21px;
  background: url(../images/protect.png) 0 0 no-repeat;
  background-size: contain;
}

.ico-airport {
  width: 22px;
  height: 17px;
  background: url(../images/sp/ico_airport.png) 0 0 no-repeat;
  background-size: contain;
}

.ico-card {
  width: 35px;
  height: 26px;
  background: url(../images/sp/ico_card.png) 0 0 no-repeat;
  background-size: contain;
}

.ico-charging {
  width: 22px;
  height: 17px;
  background: url(../images/sp/ico_charging.png) 0 0 no-repeat;
  background-size: contain;
}

.ico-slim {
  width: 24px;
  height: 19px;
  background: url(../images/sp/ico_slim.png) 0 0 no-repeat;
  background-size: contain;
}

.ico-winter {
  width: 25px;
  height: 28px;
  background: url(../images/sp/ico_winter.png) 0 0 no-repeat;
  background-size: contain;
}

[class^=title-wrap] {
  position: relative;
}
[class^=title-wrap] + .box-wrap {
  border-top: 0;
}
[class^=title-wrap] .btn-side {
  display: block;
  margin-right: -10px;
  margin-top: -3px;
  padding: 10px;
  font-size: 13px;
  line-height: 1;
  color: #666;
}
[class^=title-wrap] .sub-type {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  color: #666666;
  letter-spacing: -0.35px;
}
[class^=title-wrap] .sub-type a {
  border-bottom: 1px solid #1a1a1a;
}

.title-wrap .title-type {
  font-size: 24px;
  line-height: 29px;
  font-weight: 200;
}
.title-wrap .title-type2 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 200;
  color: #666666;
  letter-spacing: -0.35px;
}
.title-wrap .title-type2 span {
  color: #000;
}
.title-wrap .title-type3 {
  font-size: 14px;
}

.page-header {
  position: relative;
  padding: 30px 0 20px;
  border-bottom: 3px solid #000000;
}
.page-header .title-type {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}
.page-header .title-type.v2 {
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  margin-top: 14px;
}
.page-header .title-type.v3 {
  font-size: 17px;
}
.page-header .title-type.v4 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  color: #4c4c4c;
}

.title-type {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  font-weight: 400;
}
.title-type + .list-dot {
  margin-top: 20px;
}
.title-type + .list-dot + .title-type {
  border-top: 1px solid #b3b3b3;
  margin-top: 30px;
  padding-top: 30px;
}

.title-type2 {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}

.title-type3 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}

.step-point {
  position: absolute;
  bottom: 18px;
  right: 0;
  font-size: 0;
}
.step-point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  z-index: -1;
  margin-top: -1px;
}
.step-point i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: #d9d9d9;
  border-radius: 100%;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Audi", sans-serif;
  color: #fff;
  line-height: 25px;
  text-align: center;
  font-style: inherit;
}
.step-point i.active {
  background-color: #bb0a30;
}
.step-point i:first-child {
  margin: 0;
}

.step-point-wrap {
  margin: 25px 0;
  text-align: center;
}
.step-point-wrap .title-type {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 200;
  color: #000000;
}

/*
.step-point2{
	text-align:center;
	font-size:0;
	i{
		position:relative;
		display:inline-block;
		width:25px;height:25px;
		margin-right:10px;
		border:1px solid $CGray7;
		border-radius:100%;
		vertical-align:middle;
		font-size:13px;
		font-family:"Audi", sans-serif;
		color:$CGray7;
		line-height:25px;
		text-align:center;
		font-style:inherit;
		&.active{
			border-color:$CBrand;
			color:$CBrand;
			&:before{
				background:$CBrand;
			}
		}
		&:last-child{
			margin:0;
			&:before{
				display:none;
			}
		}
		&:before{
			content:'';
			position: absolute;
			top: 50%;
			right: -11px;
			width: 11px;
			height: 1px;
			background:$CGray7;
			z-index: -1;
			margin-top:-1px;
		}
	}
}
*/
.step-point2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.step-point2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  z-index: -1;
  margin-top: -1px;
}
.step-point2 i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 0;
  border-radius: 100%;
  vertical-align: middle;
  font-size: 13px;
  font-family: "Audi", sans-serif;
  color: #d9d9d9;
  line-height: 25px;
  text-align: center;
  font-style: inherit;
  background: #fff;
}
.step-point2 i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0%;
  height: 1px;
  background: #d9d9d9;
  z-index: -1;
  margin-top: -1px;
}
.step-point2 i:after {
  border-radius: 100%;
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #d9d9d9;
}
.step-point2 i.active {
  border-color: #fff;
  color: #bb0a30;
  transition-delay: 0.1s;
}
.step-point2 i.active:before {
  width: 11px;
  background: #bb0a30;
  transition: 0.3s;
  transition-delay: 0.4s;
}
.step-point2 i.active:after {
  border-top-color: #bb0a30;
  border-right-color: #bb0a30;
  border-bottom-color: #bb0a30;
  border-left-color: #bb0a30;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.step-point2 i:last-child {
  margin: 0;
}
.step-point2 i:last-child:before {
  display: none;
}

.tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

[class^=tag-type] {
  display: inline-block;
  min-width: 40px;
  padding: 6px 8px;
  border-radius: 20px;
  background: #bb0a30;
  border: 1px solid transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  letter-spacing: -0.975px;
}
[class^=tag-type]:nth-child(n+2) {
  margin-left: 4px;
}
[class^=tag-type].event {
  border-radius: 0;
  background: #fff;
  color: #000000;
  padding: 5px 14px;
}
[class^=tag-type].v2 {
  background: #fff;
  border: 1px solid #bb0a30;
  color: #bb0a30;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
}
[class^=tag-type].v2 .icon-arr-r {
  margin-left: 5px;
}
[class^=tag-type].v2 .icon-arr-r:before {
  border-top: 1px solid #bb0a30;
  border-right: 1px solid #bb0a30;
}

.list-dot > li {
  position: relative;
  padding-left: 14px;
  margin-top: 15px;
  font-size: 13px;
  color: #999999;
  font-weight: 400;
  line-height: 18px;
}
.list-dot > li strong {
  color: #4c4c4c;
  font-weight: 400;
  display: block;
  margin-bottom: 7px;
}
.list-dot > li span {
  color: #bb0a30;
}
.list-dot > li span.bar {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.list-dot > li .btn {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.list-dot > li:first-child {
  margin-top: 0;
}
.list-dot > li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 100%;
}
.list-dot > li.v2 {
  color: #000000;
}
.list-dot > li.v2:before {
  background: #000000;
}
.list-dot.v2 li {
  padding-left: 8px;
  font-size: 13px;
  color: #808080;
}
.list-dot.v2 li:before {
  top: 7px;
  background: #808080;
}
.list-dot.v3 li {
  padding-left: 14px;
  font-size: 15px;
  color: #000000;
  line-height: 20px;
  margin-top: 10px;
}
.list-dot.v3 li:before {
  top: 7px;
  background: #000000;
}
.list-dot.v3 li:first-child {
  margin: 0;
}

.list-text > li {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 18px;
}
.list-text > li span {
  color: #1a1a1a;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
.list-text > li:first-child {
  margin-top: 0;
}

.list-text2 > li {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding-left: 9px;
}
.list-text2 > li:before {
  content: "-";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 15px;
}

.list-type > li {
  position: relative;
  display: flex;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.list-type > li::before {
  display: none;
}
.list-type > li .deco {
  margin-right: 6px;
  /* position:absolute;
  top:0;
  right:calc(100% - 4px);*/
  font-style: normal;
}
.list-type > li.title {
  padding-left: 0;
}
.list-type.v2 > li .deco {
  top: 0;
  right: calc(100% - 12px);
}

.list-num > li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-top: 10px;
  color: #666666;
  padding-left: 35px;
  font-weight: 200;
}
.list-num > li.title {
  padding: 0;
  font-weight: 500;
  color: #000000;
}
.list-num > li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: #e5e5e5;
  border-radius: 100%;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
}
.list-num > li:first-child {
  margin-top: 0;
}
.list-num .list-dot > li {
  font-size: 14px;
  color: #808080;
  line-height: 18px;
  font-weight: 200;
  padding-left: 12px;
  margin-top: 10px;
}
.list-num .list-dot > li:before {
  width: 4px;
  height: 4px;
  background: #666666;
}

.text-box {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  letter-spacing: -0.8px;
}
.text-box.v2 {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  margin-top: 15px;
}

.text-box.v2 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}
.text-box.v2 p strong {
  font-weight: 600;
  color: #000000;
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
}
.text-box.v2 .btn-wrap {
  margin-top: 20px;
}

.guide-box {
  padding: 20px 0 30px;
  background: #f2f2f2;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  letter-spacing: -0.8px;
}
.guide-box span {
  color: #bb0a30;
}
.guide-box .guide-top {
  margin-bottom: 20px;
}
.guide-box .guide-top p {
  margin-top: 15px;
  font-size: 15px;
  color: #808080;
}

.guide-text {
  position: relative;
  padding-top: 5px;
  padding-left: 30px;
  font-size: 13px;
  color: #4c4c4c;
  letter-spacing: -0.713px;
}
.guide-text span {
  display: inline-block;
  padding-bottom: 1px;
  color: #bb0a30;
  border-bottom: 1px solid #bb0a30;
}
.guide-text:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/sp/sp_common.png") -225px -35px no-repeat;
  background-size: 250px auto;
}
.guide-text.v2 {
  padding-top: 0;
  font-size: 14px;
  line-height: 19px;
  padding-left: 0;
font-weight: 300;
}

.guide-text.v2::before {
 display: none;

}

.guide-text2 {
  font-size: 14px;
  font-weight: 200;
  color: #bb0a30;
  letter-spacing: -1px;
}

.list-icon {
  margin-top: 25px;
}
.list-icon li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.list-icon li:first-child {
  margin-top: 0;
}
.list-icon li .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 74px;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.list-icon li dl {
  padding-left: 24px;
}
.list-icon li dl dt {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 30px;
}
.list-icon li dl dd {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

.table-wrap .scroll-box .table-type, .table-wrap .scroll-box .table {
  table-layout: auto;
}
.table-wrap .scroll-box .table-type tbody tr:last-child th, .table-wrap .scroll-box .table-type tbody tr:last-child td, .table-wrap .scroll-box .table tbody tr:last-child th, .table-wrap .scroll-box .table tbody tr:last-child td {
  border-bottom: 0;
}
.table-wrap .scroll-box::-webkit-scrollbar {
  display: block;
}
.table-wrap .scroll-box::-webkit-scrollbar {
  width: 3px;
}
.table-wrap .scroll-box::-webkit-scrollbar-track {
  background: #ccc;
}
.table-wrap .scroll-box::-webkit-scrollbar-thumb {
  background: #bb0a30;
}

.table-type {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 -10px;
}
.table-type th, .table-type td {
  padding: 15px 5px;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #b3b3b3;
  letter-spacing: -0.715px;
}
.table-type th.center, .table-type td.center {
  text-align: center;
}
.table-type thead th {
  border-top: 2px solid #000000;
  font-weight: 700;
  font-size: 15px;
  color: #666666;
  padding: 20px 5px;
}
.table-type tbody th {
  color: #808080;
  line-height: 1.5;
}
.table-type tbody td {
  color: #000000;
  line-height: 1.5;
}
.table-type tbody td strong {
  font-weight: 700;
}

.table-type2 {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 -10px;
}
.table-type2 th, .table-type2 td {
  padding: 7px 5px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #b3b3b3;
  letter-spacing: -0.715px;
  vertical-align: top;
}
.table-type2 th.center, .table-type2 td.center {
  text-align: center;
}
.table-type2 thead th {
  border-top: 2px solid #000000;
  font-weight: 700;
  font-size: 14px;
  color: #666666;
  padding: 7px 5px;
}
.table-type2 tbody th {
  color: #808080;
  line-height: 1.5;
}
.table-type2 tbody td {
  color: #000000;
  line-height: 1.5;
}
.table-type2 tbody td strong {
  font-weight: 700;
}
.table-type2.v2 tbody tr:first-child th, .table-type2.v2 tbody tr:first-child td {
  border-top: 2px solid #000;
}
.table-type2.v3 {
  margin-top: 40px;
}
.table-type2.v3 tbody tr:first-child th,
.table-type2.v3 tbody tr:first-child td {
  border-top: 2px solid #000;
}
.table-type2.v3 tbody th {
  color: #000000;
}
.table-type2.v3 tbody td p {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #999999;
}

.table-type3 {
  border-collapse: collapse;
  text-align: center;
  margin-top: 10px;
}
.table-type3 thead tr th {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: -0.04em;
  border-bottom: 1px solid #000;
}
.table-type3 tbody tr td {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.038em;
  border-bottom: 1px solid #b3b3b3;
  padding: 6px;
}
.table-type3 tbody tr:last-child td {
  border-bottom-color: #000;
}

.table-type4 {
  text-align: left;
  letter-spacing: -0.035em;
}
.table-type4 tr th {
  color: #000;
  width: 80px;
  font-weight: 700;
  vertical-align: middle;
  padding: 7px 0;
}
.table-type4 tr td {
  color: #000;
  font-size: 14px;
  vertical-align: middle;
  padding: 7px 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide, .slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide a, .slick-slide a:focus {
  outline: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 5px;
  transition: 0.3s;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #1a1a1a;
}
.slick-dots li:nth-child(n+2) {
  margin-left: 8px;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  background-color: transparent;
  background: url("../images/sp/sp_common.png") -197px -40px no-repeat;
  background-size: 250px auto;
  font-size: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.recommond-wrap .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
}
.recommond-wrap .progress .progress-ing {
  display: inline-block;
  height: 2px;
  background: #bb0a30;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}
.recommond-wrap .progress .slider_label {
  font-size: 0;
}

.side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.sub-nav-wrap {
  z-index: 110;
}
.sub-nav-wrap .sub-nav-title .icon-arr {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 7px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  vertical-align: 5px;
  margin-left: 10px;
}
.sub-nav-wrap .sub-nav-title .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.875) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.875) rotate(45deg);
  margin-top: 3px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.sub-nav-wrap .sub-nav-list {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 90;
}
.sub-nav-wrap .sub-nav-list li {
  padding-top: 25px;
}
.sub-nav-wrap .sub-nav-list li a {
  font-size: 14px;
  font-weight: 600;
  color: #4c4c4c;
}
.sub-nav-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.sub-nav-wrap.fixed .sub-nav-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  z-index: 70;
  transform: translateX(-50%);
  height: 47px;
  line-height: 47px;
}
.sub-nav-wrap.fixed .sub-nav-title h2 {
  font-size: 16px;
}
.sub-nav-wrap.fixed .sub-nav-title:after {
  display: none;
}
.sub-nav-wrap.fixed .sub-nav-title .icon-arr {
  vertical-align: 1px;
}
.sub-nav-wrap.fixed .sub-nav-list {
  top: 50px;
}
.sub-nav-wrap.active .dim {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 1;
  top: 110px;
}

.sub-nav-wrap,
.sub-nav-wrap3 {
  position: relative;
  width: 100%;
}
.sub-nav-wrap .sub-nav-title,
.sub-nav-wrap3 .sub-nav-title {
  position: relative;
  height: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 51;
}
.sub-nav-wrap .sub-nav-title:after,
.sub-nav-wrap3 .sub-nav-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  background: #000000;
}
.sub-nav-wrap .sub-nav-title h2,
.sub-nav-wrap3 .sub-nav-title h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}

.sub-nav-wrap2 {
  position: relative;
  width: 100%;
  z-index: 10;
}
.sub-nav-wrap2 .sub-nav-title {
  position: relative;
  z-index: 51;
  padding: 17px 10px;
  background: #000000;
}
.sub-nav-wrap2 .sub-nav-title a {
  display: block;
}
.sub-nav-wrap2 .sub-nav-title h2 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.sub-nav-wrap2 .sub-nav-title .icon-arr {
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 10px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  margin-top: -5px;
}
.sub-nav-wrap2 .sub-nav-title .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.0526315789) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 1.0526315789) rotate(45deg);
  margin-top: 4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sub-nav-wrap2 .sub-nav-list {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: left;
  z-index: 90;
  max-height: 287px;
  overflow-y: scroll;
}
.sub-nav-wrap2 .sub-nav-list li {
  padding: 23px 10px;
  border-bottom: 1px solid #f2f2f2;
}
.sub-nav-wrap2 .sub-nav-list li a {
  font-size: 16px;
  font-weight: 800;
}
.sub-nav-wrap2 .sub-nav-list li.active a {
  color: #bb0a30;
}
.sub-nav-wrap2 .sub-nav-list li:last-child {
  border: 0;
}
.sub-nav-wrap2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.sub-nav-wrap2.fixed .sub-nav-title {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  z-index: 70;
  transform: translateX(-50%);
  height: 47px;
  line-height: 47px;
}
.sub-nav-wrap2.fixed .sub-nav-title h2 {
  font-size: 16px;
}
.sub-nav-wrap2.fixed .sub-nav-title:after {
  display: none;
}
.sub-nav-wrap2.fixed .sub-nav-title .icon-arr {
  vertical-align: 1px;
}
.sub-nav-wrap2.fixed .sub-nav-list {
  top: 50px;
}
.sub-nav-wrap2.active .dim {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 1;
  top: 130px;
}

.center-list li {
  position: relative;
  padding: 25px 10px;
  border-top: 1px dashed #b3b3b3;
  font-size: 0;
}
.center-list li:first-child {
  border-top: 0;
}
.center-list li .star {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 10px;
}
.center-list li .chk-box {
  vertical-align: top;
}
.center-list li .cont {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 45px);
  padding-left: 15px;
}
.center-list li .cont p {
  margin-bottom: 15px;
  font-size: 13px;
  color: #808080;
}
.center-list li .cont p.subject {
  font-size: 16px;
  color: #000000;
}
.center-list li .cont p.space {
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
.center-list li .cont p span {
  display: inline-block;
  font-size: 14px;
  color: #bb0a30;
  font-weight: 200;
}
.center-list li .cont p span:nth-of-type(2) {
  margin-left: 15px;
}
.center-list li .cont p:last-child {
  margin: 0;
}
.center-list li .call {
  position: absolute;
  top: 20px;
  right: 5px;
}
.center-list li .delete {
  position: absolute;
  top: 20px;
  right: 16px;
}
.center-list li .tag-box {
  justify-content: left;
  margin-bottom: 13px;
}
.center-list.v2 li .tag-box {
  justify-content: left;
  margin-bottom: 13px;
  margin-left: 21px;
}
.center-list.v2 li .icon-box {
  display: inline-block;
  margin-right: 6px;
}
.center-list.v2 li .cont {
  padding-left: 0;
}
.center-list.v2 li .cont p span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  height: 14px;
  word-break: break-all;
  white-space: initial;
  width: 89%;
}
.center-list.v2 li .bottom .space {
  display: inline-block;
  margin: 0;
}
.center-list.v2 li .bottom .star {
  position: relative;
  top: inherit;
  right: inherit;
  vertical-align: 7px;
  font-size: 0;
  margin-left: 10px;
}

.booking-list {
  margin-top: 20px;
}
.booking-list ul li {
  margin-top: 22px;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}
.booking-list ul li .booking-top {
  position: relative;
  padding: 15px;
  background: #b6b1a9;
  font-size: 0;
}
.booking-list ul li .booking-top span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.booking-list ul li .booking-top span.date {
  margin-left: 20px;
  font-size: 13px;
  color: #e5e5e5;
}
.booking-list ul li .booking-top a {
  right: 15px;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 17px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.booking-list ul li .booking-top a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.booking-list ul li .booking-cont {
  margin: 0;
  padding: 25px 16px 25px;
}
.booking-list ul li .booking-cont dl dt {
  position: relative;
  width: 40%;
  padding-left: 10px;
}
.booking-list ul li .booking-cont dl dt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 100%;
}
.booking-list ul li .booking-cont dl dd {
  width: 60%;
}
.booking-list ul li .booking-cont dl dd span {
  color: #bb0a30;
}
.booking-list ul li.type1 .booking-top {
  background: #bb0a30;
}
.booking-list ul li.type2 .booking-top {
  background: #000000;
}
.booking-list ul li.type3 .booking-top {
  background: #999999;
}
.booking-list ul li:first-child {
  margin-top: 0;
}
.booking-list .btn-wrap {
  margin-top: 20px;
}

.info-wrap {
  margin-top: 40px;
}
.info-wrap dl {
  margin-top: 15px;
  font-size: 0;
}
.info-wrap dl dt,
.info-wrap dl dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
}
.info-wrap dl dt {
  width: 33%;
  color: #b3b3b3;
}
.info-wrap dl dd {
  width: 67%;
  color: #000000;
  word-break: break-all;
}
.info-wrap dl:first-child {
  margin-top: 0;
}

.info-wrap2 {
  padding: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.info-wrap2 dl {
  margin-top: 15px;
  font-size: 0;
}
.info-wrap2 dl dt,
.info-wrap2 dl dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.info-wrap2 dl dt {
  width: 60%;
}
.info-wrap2 dl dd {
  width: 40%;
  color: #000000;
  word-break: break-all;
  text-align: right;
}
.info-wrap2 dl dd span {
  color: #bb0a30;
}
.info-wrap2 dl:first-child {
  margin-top: 0;
}

.info-wrap-dot dl {
  margin-top: 25px;
  font-size: 0;
}
.info-wrap-dot dl dt,
.info-wrap-dot dl dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}
.info-wrap-dot dl dt {
  width: 50%;
  color: #666666;
  padding-left: 11px;
}
.info-wrap-dot dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #666666;
  border-radius: 100%;
}
.info-wrap-dot dl dd {
  width: 50%;
  color: #000000;
  word-break: break-all;
}
.info-wrap-dot dl:first-child {
  margin-top: 0;
}
.info-wrap-dot dl.number dt {
  max-width: 80px;
}
.info-wrap-dot dl.number dd {
  width: calc(100% - 80px);
}

.fin-wrap .apply-btns-wrap h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.fin-wrap .apply-btns-wrap .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.fin-wrap .apply-btns-wrap .btn-wrap.is-1 .btn-type:last-child, .fin-wrap .apply-btns-wrap .btn-wrap.is-3 .btn-type:last-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.fin-wrap .apply-btns-wrap .btn-wrap .btn-type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: unset;
  padding: 20px 14px;
}
.fin-wrap .apply-btns-wrap .btn-wrap .btn-type dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.fin-wrap .apply-btns-wrap .btn-wrap .btn-type dl dd {
  font-size: 12px;
  line-height: 16px;
  color: #4c4c4c;
  word-break: keep-all;
}
.fin-wrap .text-wrap {
  margin-top: 30px;
  text-align: center;
}
.fin-wrap .text-wrap h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}
.fin-wrap .text-wrap .text {
  margin: 5px 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #4c4c4c;
}
.fin-wrap .text-wrap .guide-text {
  margin: 0 15px;
  text-align: left;
}
.fin-wrap .apply-info-wrap {
  margin-top: 20px;
}
.fin-wrap .apply-info-wrap .box-type {
  padding: 13px 15px;
  background-color: #f2f2f2;
}
.fin-wrap .apply-info-wrap .box-type span {
  font-size: 14px;
  font-weight: 500;
}
.fin-wrap .apply-info-wrap dl {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 10px;
}
.fin-wrap .apply-info-wrap dl + dl {
  margin-top: 5px;
}
.fin-wrap .apply-info-wrap dl dt {
  flex-shrink: 0;
  font-size: 14px;
}
.fin-wrap .apply-info-wrap dl dd {
  width: 70%;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  line-height: 18px;
}

.fin-box .check-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #bb0a30;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
}
.fin-box .check-box .icon-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 25px;
  height: 16px;
}
.fin-box .check-box .icon-check:before, .fin-box .check-box .icon-check:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0;
  transform-origin: 0 0;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: 0.2s all;
}
.fin-box .check-box .icon-check:before {
  transform: translate(2px, 7px) rotate(45deg);
}
.fin-box .check-box .icon-check:after {
  transform: translate(10px, 15px) rotate(-45deg);
}
.fin-box .check-box .icon-check.active:before {
  width: 12px;
}
.fin-box .check-box .icon-check.active:after {
  width: 22px;
  transition-delay: 0.2s;
}

.date-list {
  font-size: 0;
}
.date-list li {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-left: 33px;
  text-align: center;
}
.date-list li a {
  font-size: 15px;
}
.date-list li a p {
  color: #4c4c4c;
  font-size: 15px;
}
.date-list li a p:first-child {
  font-weight: 600;
  margin-bottom: 17px;
}
.date-list li.disabled a {
  pointer-events: none;
}
.date-list li.disabled a p {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.date-list li.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #bb0a30;
  border-radius: 100%;
}
.date-list li.active a p {
  color: #bb0a30;
  border-color: #bb0a30;
}
.date-list li:first-child {
  margin-left: 0;
}

.time-list {
  font-size: 0;
}
.time-list li {
  display: inline-block;
  margin-left: 20px;
}
.time-list li a {
  display: inline-block;
  border: 1px solid #000000;
  width: 60px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}
.time-list li.disabled a {
  color: #b3b3b3;
  border-color: #b3b3b3;
  pointer-events: none;
}
.time-list li.active a {
  color: #bb0a30;
  border-color: #bb0a30;
}
.time-list li:first-child {
  margin-left: 0;
}

.datepicker-wrap {
  padding: 40px 10px 33px;
}
.datepicker-wrap .datepicker-header {
  position: relative;
  text-align: center;
}
.datepicker-wrap .datepicker-header h3 {
  font-size: 22px;
  font-weight: 200;
}
.datepicker-wrap .datepicker-header .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.datepicker-wrap .datepicker-header .btn.prev {
  left: 0;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 17px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.datepicker-wrap .datepicker-header .btn.prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  margin-left: 4px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.datepicker-wrap .datepicker-header .btn.next {
  right: 0;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 17px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.datepicker-wrap .datepicker-header .btn.next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.datepicker-wrap .detepicker-cont {
  margin-top: 30px;
}
.datepicker-wrap .detepicker-cont ul {
  font-size: 0;
}
.datepicker-wrap .detepicker-cont ul.title li {
  font-weight: 600;
}
.datepicker-wrap .detepicker-cont ul li {
  display: inline-block;
  width: 14.28%;
  font-size: 15px;
  text-align: center;
}
.datepicker-wrap .detepicker-cont ul li a {
  display: block;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 200;
}
.datepicker-wrap .detepicker-cont ul li.active a {
  background: #000000;
  color: #fff;
}
.datepicker-wrap .detepicker-cont ul li.disabled a {
  color: #b3b3b3;
}

.video-box {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.scroll-box .msg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.scroll-box .msg-box > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.btn-toggle {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 0;
  vertical-align: middle;
}
.btn-toggle span {
  font-size: 14px;
  vertical-align: middle;
}
.btn-toggle .icon-arr {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 4px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.btn-toggle .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.5714285714) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.5714285714) rotate(45deg);
  margin-top: 1px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.btn-toggle .icon-plus {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.btn-toggle .icon-plus:after, .btn-toggle .icon-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000000;
}
.btn-toggle .icon-plus:after {
  width: 15px;
  height: 3px;
  margin-left: -6px;
}
.btn-toggle .icon-plus:before {
  height: 15px;
  width: 3px;
  margin-top: -6.25px;
}
.btn-toggle .icon-plus:before {
  display: none;
}
.btn-toggle.close .icon-arr {
  transform: rotate(-180deg);
}
.btn-toggle.close .icon-plus:before {
  display: block;
}

.btn-toggle2 {
  display: inline-block;
  position: relative;
  background: none;
  font-size: 0;
  vertical-align: middle;
}
.btn-toggle2 .icon-arr {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 4px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.btn-toggle2 .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(1, 0.5714285714) rotate(45deg);
  transform: translate(-50%, -50%) scale(1, 0.5714285714) rotate(45deg);
  margin-top: 1px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.btn-toggle2.close .icon-arr {
  transform: rotate(-180deg);
}

.nodata-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}
.nodata-wrap p {
  margin-top: 16px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.nodata-wrap p.v2 {
  font-weight: 700;
  margin-top: 25px;
}

.term-text {
  padding: 30px 20px;
  line-height: 1.5;
  font-size: 15px;
}
.term-text p {
  margin: 5px 0 25px;
  color: #666;
  font-size: 14px;
}
.term-text p:first-child {
  margin-top: 0;
}
.term-text .table-wrap {
  position: relative;
  margin-bottom: 25px;
}
.term-text .table-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 2px;
  background: #fff;
}
.term-text .table-type2 th,
.term-text .table-type2 td {
  font-size: 12px;
}
.term-text .table-type2 td {
  padding: 10px;
  border-left: 1px solid #eaebed;
  text-align: left;
}

.banner-wrap {
  margin: 30px 0 0;
}
.banner-wrap .title-type {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.banner-wrap .banner-slider .slide-count-wrap {
  position: absolute;
  top: -29px;
  right: 0;
}
.banner-wrap .banner-slider .slide-count-wrap .slide-count {
  display: inline-block;
  width: 48px;
  height: 32px;
  background: #f2f2f2;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
}
.banner-wrap .banner-slider .slide-count-wrap span {
  font-size: 13px;
  font-family: "Audi", sans-serif;
  color: #999999;
  line-height: 17px;
}
.banner-wrap .banner-slider .slide-count-wrap .current {
  color: #1a1a1a;
}
.banner-wrap .banner-box {
  width: 100%;
  font-size: 0;
}
.banner-wrap .banner-box .thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  position: relative;
}
.banner-wrap .banner-box .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner-wrap .banner-box .thumb .tag-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-wrap .banner-box .cont {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 23px;
  font-size: 15px;
  vertical-align: middle;
  text-align: left;
}
.banner-wrap .banner-box .cont .subject {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 40px;
  word-break: break-all;
  white-space: initial;
  height: auto;
  min-height: 22px;
  font-weight: 500;
}
.banner-wrap .banner-box .cont .desc {
  margin-top: 10px;
  font-size: 13px;
  color: #bb0a30;
  font-weight: 400;
}
.banner-wrap .banner-box .cont .date {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 200;
  color: #666666;
  font-family: "Audi", sans-serif;
}

.map-wrap {
  position: relative;
}
.map-wrap .map-chk {
  margin: 20px 0;
  text-align: center;
}
.map-wrap .map-chk .chk-wrap {
  text-align: center;
  justify-content: center;
}
.map-wrap .map-box {
  position: relative;
}
.map-wrap .map-box .my-marker {
  display: inline-block;
  position: absolute;
}
.map-wrap .map-box .map-marker {
  display: inline-block;
  position: absolute;
}
.map-wrap .map-box .map-marker img {
  width: 34px;
  height: 38px;
}
.map-wrap .map-box .map-marker [class^=ico-] {
  position: relative;
}
.map-wrap .map-box .map-marker [class^=ico-]:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 11px;
  height: 8px;
  box-shadow: 7px 9px 10px rgba(0, 0, 0, 0.6);
}

.board-wrap .board-list ul li {
  position: relative;
  padding: 25px 15px;
  border-bottom: 1px solid #b3b3b3;
}
.board-wrap .board-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.board-wrap .board-list ul li .subject {
  font-size: 17px;
  color: #000000;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
  height: 19px;
  word-break: break-all;
  white-space: initial;
}
.board-wrap .board-list ul li .date {
  margin-top: 12px;
  font-size: 15px;
  color: #808080;
}
.board-wrap .board-list ul li .side {
  right: 15px;
  margin-top: -10px;
}
.board-wrap .board-list ul li .icon-arr-r {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 19px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  margin: 0;
  vertical-align: 0;
  font-size: 0;
}
.board-wrap .board-list ul li .icon-arr-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%) scale(1.0526315789, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0526315789, 1) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.board-wrap .board-list ul li.notice {
  background: #f2f2f2;
}
.board-wrap .board-list ul li.notice .subject {
  color: #bb0a30;
}
.board-wrap .board-list .nodata-wrap {
  padding: 105px 0 0;
}
.board-wrap .board-list .nodata-wrap p {
  font-weight: 600;
  margin-top: 25px;
}
.board-wrap .board-list .btn-wrap {
  margin-top: 15px;
}
.board-wrap .news-list {
  margin-top: 25px;
}
.board-wrap .news-list ul {
  padding: 0 20px;
}
.board-wrap .news-list ul li {
  position: relative;
  margin-top: 30px;
  padding: 0;
}
.board-wrap .news-list ul li:first-child {
  margin-top: 0;
}
.board-wrap .news-list ul li a {
  display: block;
}
.board-wrap .news-list ul li .cont {
  position: absolute;
  bottom: 25px;
  left: 24px;
  right: 24px;
}
.board-wrap .news-list ul li .cont .tag-box {
  justify-content: flex-start;
}
.board-wrap .news-list ul li .cont .subject {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  white-space: initial;
  height: auto;
  min-height: 22px;
}
.board-wrap .news-list ul li .cont .date {
  margin: 15px 0 0;
  font-size: 12px;
  color: #fff;
  font-family: "Audi", sans-serif;
  font-weight: 200;
}
.board-wrap .board-view .board-top {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
}
.board-wrap .board-view .board-top .subject {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  width: 90%;
  word-break: break-all;
}
.board-wrap .board-view .board-top .date {
  margin-top: 12px;
  font-size: 15px;
  color: #808080;
}
.board-wrap .board-view .board-top .side {
  top: inherit;
  transform: none;
  bottom: 20px;
}
.board-wrap .board-view .board-cont p {
  line-height: 21px;
  word-break: break-all;
}
.board-wrap .board-view .board-cont span {
  font-size: 15px;
  color: #000000;
  line-height: 21px;
  word-break: keep-all;
}
.board-wrap .board-view .news-top {
  position: relative;
}
.board-wrap .board-view .news-top .cont {
  position: absolute;
  bottom: 25px;
  left: 24px;
  right: 24px;
  z-index: 1;
}
.board-wrap .board-view .news-top .cont .tag-box {
  justify-content: flex-start;
}
.board-wrap .board-view .news-top .cont .subject {
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  white-space: initial;
  height: auto;
  min-height: 22px;
}
.board-wrap .board-view .news-top .cont .date {
  margin: 15px 0 0;
  font-size: 12px;
  color: #fff;
  font-family: "Audi", sans-serif;
  font-weight: 200;
}
.board-wrap .list-wrapper {
  overflow: auto;
}
.board-wrap .list-wrapper .cards-list {
  position: relative;
  padding: 0 20px;
  margin: auto;
}
.board-wrap .list-wrapper .card {
  position: relative;
  min-height: 200px;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  margin-top: 30px;
}
.board-wrap .list-wrapper .card:first-child {
  margin-top: 0;
}
.board-wrap .list-wrapper .card .card-inner {
  background: #fff;
}
.board-wrap .list-wrapper .card .card-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  cursor: pointer;
}
.board-wrap .list-wrapper .card .banner-holder {
  width: 100%;
}
.board-wrap .list-wrapper .card .banner-holder .banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}
.board-wrap .list-wrapper .card .content-holder {
  padding: 0;
  z-index: 1;
  position: relative;
}
.board-wrap .list-wrapper .card .content-holder .inner-content {
  position: relative;
  height: 100%;
  background-color: transparent;
}
.board-wrap .list-wrapper .card .description {
  display: none;
  padding-top: 30px;
}
.board-wrap .list-wrapper .card .btn-close {
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: 10px;
  right: 10px;
  font-size: 0;
}
.board-wrap .list-wrapper .card .btn-close:before, .board-wrap .list-wrapper .card .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #000;
}
.board-wrap .list-wrapper .card .btn-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.board-wrap .list-wrapper .card .btn-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.board-wrap .list-wrapper .card .btn-close.v2 {
  top: 25px;
  right: 25px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.board-wrap .list-wrapper .card .btn-close.v2:before, .board-wrap .list-wrapper .card .btn-close.v2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.9705627484px;
  height: 1px;
  background-color: #000;
}
.board-wrap .list-wrapper .card .btn-close.v2:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.board-wrap .list-wrapper .card .btn-close.v2:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.board-wrap .list-wrapper .card.open .banner-holder {
  position: relative;
}
.board-wrap .list-wrapper .card.open .btn-close {
  visibility: visible;
  opacity: 1;
}
.board-wrap .list-wrapper .card.open .banner {
  border-radius: 0;
}
.board-wrap .list-wrapper .card.open .card-inner {
  height: 98vh;
  overflow-y: scroll;
}
.board-wrap .list-wrapper .card.open .card-content {
  z-index: 500 !important;
  background: #fff;
  border-radius: 0px;
  cursor: default;
}

.select-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 30;
}
.select-bar .btn-open {
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  font-size: 0;
}
.select-bar .btn-open:after {
  content: "";
  display: block;
  width: 20px;
  height: 7.5px;
  margin: 0 auto;
  background: url("../images/sp/sp_common.png") -55px -105px no-repeat;
  background-size: 250px auto;
}
.select-bar .dim.active {
  display: block;
  z-index: 1;
}
.select-bar .select-area {
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.select-bar .select-area .select-info {
  opacity: 0;
  min-height: 90px;
  padding: 10px 30px 40px;
}
.select-bar .select-area .select-info .info-wrap {
  margin: 0;
}
.select-bar .select-area .select-info .info-wrap dl {
  margin-top: 18px;
}
.select-bar .select-area .select-info .info-wrap dl:first-child {
  margin-top: 0;
}
.select-bar .select-area.fix {
  transform: translateY(100%);
  transition: transform 0.3s;
}
.select-bar .select-area.fix .list-option {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
}
.select-bar .select-area.layer {
  bottom: 0;
  display: none;
  z-index: 5;
  padding: 18px 15px 0;
  background-color: #f7f7f7;
}
.select-bar .btn-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin: 0;
  z-index: 10;
}
.select-bar .btn-wrap .btn-type2 {
  height: 60px;
  line-height: 60px;
}
.select-bar .btn-wrap .btn-type2.v2 {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.select-bar .btn-wrap.close {
  display: none;
}
.select-bar.active {
  z-index: 96;
}
.select-bar.active .select-area.fix {
  transform: translateY(0);
  background-color: #fff;
}
.select-bar.active .select-info {
  opacity: 1;
}
.select-bar.active .btn-open:after {
  transform: rotate(-180deg);
}
.select-bar.active .btn-wrap.open {
  display: none;
}
.select-bar.active .btn-wrap.close {
  display: flex;
}
.select-bar.fixedBar .btn-wrap {
  height: auto;
  padding: 10px;
}

@keyframes bell {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-15deg);
  }
  15% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  25% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  35% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  55% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
}
@keyframes Downup {
  0%, 100% {
    transform: translate(0, -5px);
  }
  50% {
    transform: translate(0, 0px);
  }
}
@keyframes Downup2 {
  0%, 100% {
    transform: translate(0, -5px) rotate(-180deg);
  }
  50% {
    transform: translate(0, 0px) rotate(-180deg);
  }
}
@keyframes sizeUpDown {
  0%, 100% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  65.5% {
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes stamp {
  0% {
    transform: translate(200%, -200%);
  }
  30% {
    transform: translate(200%, -200%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes stamp-2 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-10px, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollAni {
  0% {
    top: 0;
    height: 0;
  }
  45% {
    top: 0;
    height: 100%;
  }
  55% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0;
  }
}
.chk-wrap {
  display: flex;
  position: relative;
  margin-top: 15px;
}
.chk-wrap:first-child {
  margin-top: 0;
}
.chk-wrap.row {
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.chk-box {
  display: inline-block;
  text-align: left;
}
.chk-box input[type=checkbox], .chk-box input[type=radio] {
  display: none;
}
.chk-box label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  font-size: 15px;
  color: #999999;
}
.chk-box label span {
  color: #bb0a30;
}
.chk-box label.v2 {
  width: calc(100% - 40px);
}
.chk-box .checkbox {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  background: #fff;
  border: 1px solid #b3b3b3;
}
.chk-box input[type=checkbox] + .checkbox:before, .chk-box input[type=checkbox] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(5px, 10px) rotate(45deg);
  transform: translate(5px, 10px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 7px;
}
.chk-box input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(9px, 15px) rotate(-45deg);
  transform: translate(9px, 15px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 13px;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before, .chk-box input[type=checkbox]:checked ~ .checkbox:after {
  background: #000;
}
.chk-box.selected input[type=checkbox] + .checkbox {
  border-color: #000;
}
.chk-box.selected label {
  color: #000;
}
.chk-box input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 23px;
  height: 23px;
  border: 1px solid #666666;
}
.chk-box input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box input[type=radio]:checked ~ .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
  background: #bb0a30;
  width: 12px;
  height: 12px;
}
.chk-box + .chk-box {
  margin-left: 30px;
}
.chk-box.v2 {
  width: 50%;
  border: 1px solid #b3b3b3;
  transition: 0.3s ease-out;
  text-align: center;
}
.chk-box.v2 label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #b3b3b3;
  transition: 0.3s ease-out;
  padding: 15px 0;
}
.chk-box.v2 + .chk-box {
  margin-left: 10px;
}
.chk-box.v2 .checkbox {
  width: 15px;
  height: 15px;
  display: none;
}
.chk-box.v2.selected {
  border: 1px solid #000000;
}
.chk-box.v2.selected label {
  color: #000000;
}
.chk-box.v3 label {
  font-size: 13px;
  line-height: 18px;
}
.chk-box.v3 .checkbox {
  width: 20px;
  height: 20px;
}
.chk-box.v3 input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(4px, 8px) rotate(45deg);
  transform: translate(4px, 8px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 6px;
}
.chk-box.v3 input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(8px, 12px) rotate(-45deg);
  transform: translate(8px, 12px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 10px;
}
.chk-box.v3 input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid #b3b3b3;
  margin: 0;
}
.chk-box.v3 input[type=radio] + .checkbox:before, .chk-box.v3 input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #b3b3b3;
  border-radius: 15px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box.v3 input[type=radio] + .checkbox:before {
  -webkit-transform: translate(12px, 20px) rotate(45deg);
  transform: translate(12px, 20px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 11px;
}
.chk-box.v3 input[type=radio] + .checkbox:after {
  -webkit-transform: translate(-2px, 6px) rotate(-45deg);
  transform: translate(-2px, 6px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 18px;
}
.chk-box.v3 input[type=radio] + .checkbox + label {
  display: none;
}
.chk-box.v3 input[type=radio]:checked ~ .checkbox:before, .chk-box.v3 input[type=radio]:checked ~ .checkbox:after {
  background: #bb0a30;
}
.chk-box.v3.selected input[type=radio] + .checkbox {
  border-color: #bb0a30;
}
.chk-box.v4 label {
  font-size: 13px;
  line-height: 18px;
}
.chk-box.v4 .checkbox {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.chk-box.v4 input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(6px, 10px) rotate(45deg);
  transform: translate(6px, 10px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 6px;
  background: #b3b3b3;
}
.chk-box.v4 input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(10px, 14px) rotate(-45deg);
  transform: translate(10px, 14px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 10px;
  background: #b3b3b3;
}
.chk-box.v4 input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v4 input[type=checkbox]:checked ~ .checkbox:after {
  background: #bb0a30;
}
.chk-box.v4.selected input[type=checkbox] + .checkbox {
  border-color: #bb0a30;
}
.chk-box.v4.selected label {
  color: #000;
}
.chk-box.v-color label {
  font-size: 16px;
  color: #000000;
}
.chk-box.v-color.selected input[type=checkbox] + .checkbox {
  border-color: #bb0a30;
  background: #bb0a30;
}
.chk-box.v-color input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v-color input[type=checkbox]:checked ~ .checkbox:after {
  background: #FFF;
}
.chk-box.v-color input[type=radio] + .checkbox {
  border-radius: 100%;
  width: 23px;
  height: 23px;
  border: 1px solid #666666;
}
.chk-box.v-color input[type=radio] + .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.chk-box.v-color input[type=radio]:checked ~ .checkbox:after {
  transform: translate(-50%, -50%) scale(1);
  background: #000000;
  width: 12px;
  height: 12px;
}
.chk-box.v-color2 label {
  font-size: 16px;
  color: #000000;
}
.chk-box.v-color2.selected input[type=checkbox] + .checkbox {
  border-color: #000000;
  background: #000000;
}
.chk-box.v-color2 input[type=checkbox]:checked ~ .checkbox:before, .chk-box.v-color2 input[type=checkbox]:checked ~ .checkbox:after {
  background: #FFF;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:before,
.chk-box input[type=radio]:checked ~ .checkbox:before {
  transition-delay: 0ms;
}
.chk-box input[type=checkbox]:checked ~ .checkbox:after,
.chk-box input[type=radio]:checked ~ .checkbox:after {
  transition-delay: 100ms;
}

.all-chk-box .chk-box {
  display: block;
  width: 100%;
  border: 1px solid #b3b3b3;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.all-chk-box .chk-box label {
  color: #666666;
  display: block;
}
.all-chk-box .chk-box label:before {
  content: "";
  display: inline-block;
  width: 13.5px;
  height: 12px;
  margin: 0 7px 0 -13.5px;
  background: url("../images/sp/sp_common.png") -200px -105px no-repeat;
  background-size: 250px auto;
}
.all-chk-box .chk-box .checkbox {
  border: 0;
  width: 33px;
  display: none;
}
.all-chk-box .chk-box input[type=checkbox] + .checkbox:before, .all-chk-box .chk-box input[type=checkbox] + .checkbox:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #666666;
  border-radius: 15px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
.all-chk-box .chk-box input[type=checkbox] + .checkbox:before {
  -webkit-transform: translate(5px, 10px) rotate(45deg);
  transform: translate(5px, 10px) rotate(45deg);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  width: 7px;
}
.all-chk-box .chk-box input[type=checkbox] + .checkbox:after {
  -webkit-transform: translate(9px, 15px) rotate(-45deg);
  transform: translate(9px, 15px) rotate(-45deg);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  width: 13px;
}
.all-chk-box .chk-box input[type=checkbox]:checked ~ .checkbox:before, .all-chk-box .chk-box input[type=checkbox]:checked ~ .checkbox:after {
  background: #000;
}
.all-chk-box .chk-box.selected {
  border-color: #000;
}
.all-chk-box .chk-box.selected input[type=checkbox] + .checkbox {
  border-color: #000;
}
.all-chk-box .chk-box.selected label {
  color: #000;
}
.all-chk-box .chk-box.selected label:before {
  background: url("../images/sp/sp_common.png") -220px -105px no-repeat;
  background-size: 250px auto;
}

.select-box {
  position: relative;
}
.select-box:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 12px;
  height: 7px;
  background: url("../images/sp/sp_common.png") -230px -19px no-repeat;
  background-size: 250px auto;
}
.select-box .title {
  display: none;
}
.select-box select {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-size: 15px;
  color: #b3b3b3;
}
.select-box.selected select {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.select-box.disabled select {
  color: #999;
}
.select-box.v2 {
  position: relative;
  width: 110px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
}
.select-box.v2:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 9.5px;
  height: 6px;
  background: url("../images/sp/sp_common.png") -185px -105px no-repeat;
  background-size: 250px auto;
}
.select-box.v2 .title {
  display: none;
}
.select-box.v2 select {
  height: 35px;
  line-height: 35px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  font-size: 13px;
  color: #000000;
}
.select-box.v2.selected {
  border: 1px solid #000000;
}
.select-box.v2.selected select {
  color: #000000;
}
.select-box.v3 select {
  height: 35px;
  border-bottom: 1px solid #000000;
  font-size: 15px;
  color: #000000;
  background: transparent;
}
.select-box.v4 {
  border-bottom: 3px solid #000000;
  text-align: center;
}
.select-box.v4 select {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  display: inline-block;
  width: inherit;
  border: 0;
  background: transparent;
}
.select-box.v4 select .lt {
  text-align: center;
}
.select-box.v4 .optionText {
  font-size: 22px;
  font-weight: 600;
  line-height: 45px;
  z-index: -1;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-box.v4:after {
  display: inline-block;
  position: relative;
  top: inherit;
  right: inherit;
  transform: translateY(0);
  margin-left: 10px;
}
.select-box.optionActive .optionText:after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 12px;
  height: 7px;
  background: url("../images/sp/sp_common.png") -230px -19px no-repeat;
  background-size: 250px auto;
  display: inline-block;
  position: relative;
  right: inherit;
  margin-left: 10px;
}
.select-box.optionActive:after {
  display: none;
}
.select-box.type2 select {
  padding-left: 10px;
  background: #000000;
  color: #fff;
}
.select-box.type2:after {
  display: none;
}
.select-box.type2 .icon-arr {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 8px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.select-box.type2 .icon-arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.select-box.type3 {
  border: 1px solid #000000;
}
.select-box.type3 select {
  padding-left: 10px;
  color: #000000;
}
.select-box.type3:after {
  right: 10px;
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  vertical-align: middle;
}
.switch-box .switch input {
  display: none;
}
.switch-box .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-box .switch .slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 0;
  top: 50%;
  background: #b3b3b3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(9px, -50%);
  -ms-transform: translate(9px, -50%);
  transform: translate(9px, -50%);
}
.switch-box .switch .slider.round {
  border-radius: 34px;
}
.switch-box .switch .slider.round:before {
  border-radius: 50%;
}
.switch-box .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch-box .switch input:checked + .slider:before {
  -webkit-transform: translate(34px, -50%);
  -ms-transform: translate(34px, -50%);
  transform: translate(34px, -50%);
  width: 16px;
  height: 16px;
  background: #000;
}

.form-item {
  position: relative;
}
.form-item label {
  font-size: 13px;
  color: #4c4c4c;
}
.form-item label em {
  color: #bb0a30;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
  vertical-align: -2px;
}
.form-item input {
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #000000;
  transition: 0.3s ease-out;
}
.form-item input:focus {
  border: 0;
  border-bottom: 1px solid #000000;
}
.form-item input.v2 {
  background: transparent;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.form-item input.v2:focus {
  border: 0;
  border-bottom: 2px solid #fff;
}
.form-item input.v2.active {
  border: 0;
  border-bottom: 1px solid #fff;
}
.form-item input.active {
  border: 0;
  border-bottom: 1px solid #000000;
}
.form-item.active input {
  border: 0;
  border-bottom: 1px solid #000000;
}
.form-item.active input.v2 {
  border: 0;
  border-bottom: 1px solid #fff;
}
.form-item ::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-item ::-moz-placeholder {
  color: #b3b3b3;
}
.form-item ::placeholder {
  color: #b3b3b3;
}
.form-item.srch-item {
  position: relative;
}
.form-item.srch-item input {
  padding-right: 35px;
  background: #f2f2f2;
  border-bottom-color: #000000;
  color: #666666;
  font-weight: 600;
}
.form-item.srch-item input::-webkit-input-placeholder, .form-item.srch-item input::placeholder {
  color: #666666;
  font-weight: 600;
}
.form-item.srch-item .btn-sch {
  position: absolute;
  right: -10px;
  top: 0;
  padding: 10px;
}
.form-item.srch-item .btn-clear {
  right: 32px;
  border: 0;
  background: #cccccc;
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 23px;
}
.form-item.srch-item .btn-clear:before, .form-item.srch-item .btn-clear:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.8994949366px;
  height: 1px;
  background-color: #fff;
}
.form-item.srch-item .btn-clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-item.srch-item .btn-clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.form-group:nth-of-type(n+2) {
  margin-top: 28px;
}
.form-group .form-item [class^=btn-type] {
  position: absolute;
  bottom: 5px;
  right: 0;
  min-width: 87px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 200;
  margin: 0;
}
.form-group .form-item [class^=btn-type].disabled {
  color: #b3b3b3;
}
.form-group .form-item.form-certify .btn-clear {
  right: 104px;
}
.form-group .form-item.form-certify .time {
  position: absolute;
  top: 12px;
  right: 98px;
  font-size: 11px;
  color: #bb0a30;
}
.form-group .form-item.form-certify .time:before {
  display: inline-block;
  content: "";
  width: 11.5px;
  height: 11.5px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url("../images/sp/sp_common.png") -230px 0px no-repeat;
  background-size: 250px auto;
}
.form-group .form-item.form-certify .time + .btn-type2 + .btn-clear {
  right: 154px;
}
.form-group .form-adr input[readonly] {
  background: none;
}
.form-group .form-adr input[readonly]:focus {
  border-bottom: 1px solid #ddd;
}
.form-group .form-adr [class^=btn-] {
  position: absolute;
  top: 15px;
  right: 0;
}
.form-group .select-box {
  width: 100%;
}
.form-group [class^=item] {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 7px;
}
.form-group [class^=item]:first-child {
  margin-top: 0;
}
.form-group [class^=item] [class^=btn-] {
  position: absolute;
  bottom: 8px;
  right: 7px;
  min-width: 67px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
}
.form-group .item-tel input:first-child {
  width: 40%;
  margin-right: 7px;
}
.form-group .item-deli button {
  width: 40%;
  margin-left: 7px;
  background: #ece8e9;
  border-radius: 8px;
  color: #666;
}
.form-group .item-file {
  height: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
}
.form-group .item-file input[type=file] {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  vertical-align: middle;
}
.form-group .item-file label {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 15px;
}
.form-group .item-file label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 17px;
  height: 19px;
  background: url("../images/sp/sp_common.png") -145px -273px no-repeat;
  background-size: 250px auto;
}
.form-group .item-file .upload-name {
  position: absolute;
  top: 0;
  left: 15px;
  width: 80%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 0;
  line-height: 43px;
  font-size: 15px;
  color: #999;
}
.form-group .item-textarea textarea:focus + .textarea-holder {
  display: none;
}
.form-group .item-textarea textarea:not(:placeholder-shown) + .textarea-holder {
  display: none;
}
.form-group .item-textarea textarea::-webkit-input-placeholder {
  font-size: 0;
}
.form-group .item-textarea textarea::placeholder {
  font-size: 0;
}
.form-group .item-textarea .textarea-holder {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  color: #999;
  font-size: 15px;
  line-height: 1.6;
}
.form-group .item-textarea .textarea-holder p {
  font-size: 13px;
}
.form-group .item-price input:nth-child(n+2) {
  margin-left: 8px;
}
.form-group .able-text {
  margin-bottom: 9px;
  color: #bb0a30;
  font-size: 14px;
}

.form-group2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form-group2 .form-item {
  display: inline-flex;
  width: 100%;
  margin-left: 10px;
}
.form-group2 .form-item .select-box {
  width: 100%;
}
.form-group2 .form-item:first-child {
  margin-left: 0;
}

.error-field {
  color: #bb0a30;
  font-size: 13px;
}

.guide-field {
  margin-top: 10px;
  color: #000000;
  font-size: 13px;
  letter-spacing: -0.7px;
  line-height: 17px;
}

.btn-clear {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 23px;
  bottom: 8px;
  right: 0;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 100%;
  font-size: 0;
  opacity: 1;
  transition: 0.3s;
}
.btn-clear:before, .btn-clear:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.8994949366px;
  height: 1px;
  background-color: #000000;
}
.btn-clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.btn-clear.v2 {
  border: 1px solid #fff;
  background: transparent;
}
.btn-clear.v2:before, .btn-clear.v2:after {
  background-color: #fff;
}
.btn-clear.hidden, .ui-datepicker .btn-clear.ui-icon {
  opacity: 0;
}

.textarea-wrap {
  position: relative;
}
.textarea-wrap .counting {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #666;
}

.agree-wrap .side a {
  position: relative;
  display: block;
  width: 8px;
  height: 14px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  font-size: 0;
  width: 25px;
  height: 25px;
}
.agree-wrap .side a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.agree-wrap .agree-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
}
.agree-wrap .agree-list li {
  position: relative;
  margin-top: 15px;
}
.agree-wrap .agree-list li:first-child {
  margin: 0 0 20px 0;
}
.agree-wrap .agree-list li > p {
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
}
.agree-wrap .agree-list li > p a {
  border-bottom: 1px solid #999;
  color: inherit;
}
.agree-wrap .agree-list li .chk-box {
  width: 90%;
}
.agree-wrap .agree-list li .chk-box .checkbox + label {
  width: calc(100% - 40px);
}
.agree-wrap p {
  padding: 15px 0 0;
}
.agree-wrap p a {
  font-size: 13px;
  color: #000000;
}
.agree-wrap p a .arr {
  position: relative;
  display: block;
  width: 8px;
  height: 14px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -2px;
  font-size: 0;
}
.agree-wrap p a .arr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.1428571429, 1) rotate(45deg);
  margin-left: -3px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.terms-box {
  overflow: auto;
  overflow-x: hidden;
  max-height: 166px;
  margin-top: 10px;
  padding: 20px;
  background: #f7f7f7;
  font-size: 12px;
  color: #666;
  line-height: 1.55;
}
.terms-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #1a1a1a;
}
.terms-box.v2 {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.terms-box::-webkit-scrollbar {
  display: block;
}

.select-box {
  position: relative;
}
.select-box .optionText {
  position: absolute;
  width: 90%;
  color: #000;
  top: 0;
  left: 0;
  padding: 0 5%;
}

.ui-datepicker-trigger {
  display: inline-block;
  width: 23px;
  height: 24px;
}

.ui-datepicker {
  display: none;
  z-index: 199 !important;
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  right: 20px;
  left: 20px !important;
  width: 89%;
  padding: 40px 20px 30px;
  background: #fff;
  min-height: 280px;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  overflow: hidden;
  margin-bottom: 33px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 200;
  color: #000000;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.ui-datepicker .ui-datepicker-title select {
  width: auto;
  height: auto;
  padding: 0 5px;
  border: 0;
  line-height: 25px;
  font-size: 21px;
  font-weight: 600;
}
.ui-datepicker .ui-icon {
  background: none !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 25px;
  height: 25px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  visibility: visible;
  margin: 5px auto 0;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  position: relative;
  display: block;
  width: 9px;
  height: 17px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.ui-datepicker .ui-datepicker-prev .ui-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  margin-left: 4px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  position: relative;
  display: block;
  width: 9px;
  height: 17px;
  overflow: hidden;
  vertical-align: -0.2em;
  transition: 0.3s;
}
.ui-datepicker .ui-datepicker-next .ui-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1.0588235294, 1) rotate(45deg);
  margin-left: -4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  position: absolute;
  display: inline-block;
  width: 37px;
  height: 37px;
  top: 9px;
  right: 9px;
  font-size: 0;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:before, .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23.0416305603px;
  height: 1px;
  background-color: #1a1a1a;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
}
.ui-datepicker .ui-datepicker-calendar th {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 5px;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 2px 0;
  text-align: center;
  color: #1a1a1a;
}
.ui-datepicker .ui-datepicker-calendar td > span, .ui-datepicker .ui-datepicker-calendar td > a {
  display: inline-block;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 200;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #b3b3b3;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today span, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #000000;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #bb0a30;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .date-range-selected-start .ui-state-default,
.ui-datepicker .ui-datepicker-calendar .date-range-selected-end .ui-state-default {
  background: #bb0a30;
  color: #fff;
}

/*
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	color:$CBlack;
	font-size:12px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
	background:$CBlack2;
	color:#fff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	//font-weight:700;
}
*/
.search-form {
  position: relative;
}
.search-form input[type=text] {
  padding: 16px 72px 16px 15px;
  border: 0;
  border-radius: 30px;
  background: #f5f5f5;
}
.search-form .btn-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 43px;
  font-size: 0;
}
.search-form .btn-search:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  background: url("../images/sp/sp_common.png") -214px -25px no-repeat;
  background-size: 250px auto;
  width: 19px;
  height: 19px;
}
.search-form.v2 input[type=text] {
  padding: 14px 64px 14px 4px;
  border-radius: 0;
  background: #fff;
  border-bottom: 2px solid #000;
}
.search-form.v2 .btn-search {
  width: 43px;
}
.search-form.v2 .btn-clear {
  right: 43px;
}

.test .form-group.col {
  display: flex;
  align-items: center;
}
.test .form-group.col .form-item {
  width: 100%;
}
.test .form-group.col .form-item + .form-item {
  margin-top: 0;
  margin-left: 10px;
}
.test .form-group.col .gender-box,
.test .form-group.col button {
  margin-left: 10px;
  white-space: nowrap;
}
.test .srch-date-terms {
  overflow: hidden;
  margin-top: 10px;
  border: 2px solid #bb0a30;
  background: #fff;
  border-radius: 23px;
  font-size: 0;
}
.test .srch-date-terms .form-group {
  justify-content: flex-start;
}
.test .srch-date-terms .form-group > span {
  font-size: 11px;
}
.test .srch-date-terms .form-item {
  position: relative;
  width: calc((100% - 60px) / 2);
  text-align: left;
}
.test .srch-date-terms .form-item [class^=ico] {
  position: absolute;
  top: 14px;
  right: 15px;
}
.test .srch-date-terms .btn-type2 {
  width: 60px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  border-radius: 0;
  border: 0;
}
.test .srch-date-terms input[type=date] {
  padding-right: 0;
  border: 0;
  background: 0;
  letter-spacing: -1px;
  text-align: left;
}