@charset "utf-8";

/* common */
body.open,
body.full {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.modal {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  box-sizing: border-box;
}
.modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.modal.open,
.modal.full {
  display: block;
}
.modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  min-width: 39rem;
  max-width: 39rem;
  text-align: center;
  background: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  z-index: 101;
}
.modal.full .inner {
  left: 0;
  top: 0;
  transform: inherit;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}
.modal .con {
  padding: 3rem 3.5rem;
}
.modal .title {
  margin-bottom: 2rem;
  padding-right: 3rem;
  font-size: 2.5rem;
  color: #0c0d0e;
  text-align: left;
  font-weight: bold;
}
.modal .title .reset {
  display: inline-block;
  margin-left: 0.75rem;
  margin-top: -0.25rem;
  font-size: 1.7rem;
  color: #92979b;
  text-decoration: underline;
  border: none;
  background: none;
  vertical-align: middle;
}
.modal .input {
  text-align: left;
}
.modal .input .area {
  position: relative;
}
.modal .input input[type="text"] {
  width: 100%;
  text-align: right;
  color: #0c0d0e;
  font-weight: 500;
}
.modal .input .unit {
  position: absolute;
  bottom: 0;
  line-height: 5rem;
  font-size: 1.875rem;
  color: #c1c6c9;
  font-weight: 400;
  z-index: 1;
}
.modal .front .unit {
  left: 1.25rem;
}
.modal .back .unit {
  right: 1.25rem;
}
.modal .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.125rem solid #eaeaef;
}
.modal .btn button {
  flex: 1;
  height: 6rem;
  font-size: 1.85rem;
  line-height: 6rem;
  font-weight: 500;
}
.modal .btn button + button {
  border-left: 0.0625rem solid #eaeaef;
}
.modal .btn .green {
  color: #00ab68;
}
.modalClose {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 6rem;
  height: 6rem;
  font-size: 0;
  color: #fff;
  background: url(https://image.autowini.com/IMG/markup/ic_close.svg) no-repeat
  center;
  background-size: 3rem;
}
.modalClose:hover {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
.modalWeek {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  color: #d0d0d0;
  font-weight: 300;
  transform: translateX(-50%);
}
.modalWeek img {
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  vertical-align: top;
}
.toast {
  opacity: 0;
  position: fixed;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1rem 1.5rem;
  width: calc(100% - 2rem);
  height: 6rem;
  background: rgba(37, 37, 37, 0.9);
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 1s;
}
.toast .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.toast .inner span {
  font-size: 1.625rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.04rem;
}
.toast .inner a {
  font-size: 1.625rem;
  text-align: right;
  color: #00ab68;
  text-decoration: none;
  font-weight: 500;
}
.toast.on {
  opacity: 100%;
  bottom: 8rem;
  transition: all 0.5s;
}
/* // common */

.bottomPop .inner {
  top: auto;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 1rem 1rem 0 0;
  position: fixed;
  height: 80%;
  overflow-y: auto;
}
.bottomPop .con {
  padding: 3rem 0;
}
.bottomPop .con .title {
  padding: 0 3rem;
}
.bottomPop .con button {
  display: block;
  width: 100%;
  height: 5.25rem;
  line-height: 5.25rem;
  font-size: 2rem;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.bottomPop .con button.checked {
  color: #00ab68;
}
.languagePop .con {
  display: flex;
  flex-wrap: wrap;
}
.languagePop .con .title {
  width: 100%;
}
.languagePop .con button {
  width: 50%;
  padding: 0 3.5rem;
}
.currencyPop .con {
  display: flex;
  flex-direction: column;
}
.currencyPop .con .btnCon {
  display: flex;
  flex-direction: column;
  padding: 0 3rem;
}
.currencyPop .con button {
  width: 50%;
}

.yearPop .input label,
.pricePop .input label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.625rem;
  color: #45484b;
}
.yearPop .sub {
  display: flex;
  gap: 1rem;
}
.yearPop .sub .input {
  flex: 1;
}
.pricePop .input + .input,
.fuelPop .input + .input {
  margin-top: 1.5rem;
}

.rightPop .inner {
  top: 0;
  left: auto;
  right: 0;
  transform: none;
  width: 39rem;
  height: 100vh;
  overflow-y: scroll;
  border-radius: 0;
}
.rightPop .modalClose {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.rightPop .con {
  padding: 0;
}
.rightPop .topFix {
  position: fixed;
  top: 0;
  right: 0;
  width: 39rem;
  height: 13.375rem;
  background: #fff;
  z-index: 1;
}
.rightPop .title {
  display: flex;
  align-items: center;
  padding: 2.5rem 7rem 2rem 2rem;
  margin: 0;
  justify-content: space-between;
}
.rightPop .title .cnt {
  margin-left: 0.5rem;
  color: #00ab68;
  font-weight: 500;
  font-size: 2rem;
}
.rightPop .filterBy {
  padding: 0 0 2rem;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: left;
  border-bottom: 2px solid #c1c6c9;
  background: #fff;
}
.rightPop .filterBy button {
  display: inline-block;
  margin: 0 0.2rem;
  height: 3.5rem;
  line-height: 3.25rem;
  font-size: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  color: #45484b;
  font-weight: 500;
  background: #f4f7fa url(https://image.autowini.com/IMG/markup/ic_clear.svg)
  right 0.75rem center no-repeat;
  background-size: 2rem;
  border: 2px solid #c1c6c9;
  border-radius: 3.5rem;
}
.rightPop .filterBy button:first-child {
  margin-left: 2rem;
}
.rightPop .filterBy button:last-child {
  margin-right: 2rem;
}
.rightPop .filterArea {
  padding-top: 13.375rem;
}
.filterArea .btnDrop {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  text-align: left;
  padding: 0 4.5rem 0 2rem;
  height: 6rem;
  line-height: 1;
  font-size: 2rem;
  color: #0c0d0e;
  text-decoration: none;
  background: url(https://image.autowini.com/IMG/markup/ic_drop.svg) right
  1.5rem center no-repeat;
  background-size: 2rem;
  border-bottom: 2px solid #c1c6c9;
  transition: all 0.1s;
}
.filterArea .btnDrop b {
  font-weight: bold;
}
.filterArea .btnDrop span {
  font-size: 1.875rem;
  text-align: right;
  color: #0c0d0e;
}
.filterArea .btnDrop.act {
  background: url(https://image.autowini.com/IMG/markup/ic_drop_on.svg) right
  1.5rem center no-repeat;
  background-size: 2rem;
}
.filterArea .btnDrop.on {
  background: url(https://image.autowini.com/IMG/markup/ic_up.svg) right 1.5rem
  center no-repeat;
  background-size: 2rem;
}
.filterArea .btnDrop.sub {
  background-color: #e4eaef;
  grid-template-columns: 1fr;
}
.filterArea .btnDrop.sub b {
  font-weight: 500;
}
.filterArea .flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem;
  border-bottom: 1px solid #c1c6c9;
}
.filterArea .flex .center {
  font-size: 1.25rem;
  color: #c1c6c9;
  font-weight: 500;
}
.filterArea .flex .btnSub {
  margin-left: 0.5rem;
  padding: 0 1rem;
  height: 5rem;
  width: 100%;
  line-height: 1;
  font-size: 1.875rem;
  color: #fff;
  background: #202f38;
  border: 2px solid #000;
  border-radius: 0.5rem;
}
.filterArea .filterItems {
  display: none;
  background: #f4f7fa;
}
.filterArea .btnDrop.on + .filterItems {
  display: block;
}
.filterItems .input {
  border-bottom: 1px solid #c1c6c9;
}
.filterItems .input label {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 5rem;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 5.5rem;
}
.filterItems .input input:checked + label {
  background-color: #f3f9ed;
}
.filterItems .input label:after {
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.filterItems .input .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.filterItems .input .left img {
  width: 3.125rem;
}
.filterItems.featured .input .left {
  display: block;
}
.filterItems.featured .input .left em {
  display: none;
}
.filterItems.featured .input .left img {
  width: auto;
  height: 2.75rem;
}
.filterItems.featured .input label:after {
  top: 1.5rem;
  left: 2rem;
  transform: none;
}
.filterItems.featured .input input:checked + label em {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #707578;
}
.filterItems .input .left b {
  font-size: 1.875rem;
  color: #45484b;
  line-height: 1.1;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.filterItems .input .cnt {
  width: 5rem;
  text-align: right;
  font-size: 1.75rem;
  color: #303030;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.filterItems .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.filterItems .grid .color {
  text-align: left;
  border-bottom: 1px solid #c1c6c9;
}
.filterItems .grid .color:last-child {
  width: 100%;
}
.filterItems .color label {
  display: flex;
  align-items: center;
  padding: 0 2rem 0 5.5rem;
  height: 6rem;
}
.filterItems .color label:after {
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  border-radius: 2.75rem;
  border: 1px solid #c1c6c9;
}
.filterItems .color .all:after {
  background-image: url(https://image.autowini.com/IMG/markup/bg_colorAll.png);
}
.filterItems .color .C180:after {
  background: #fff;
}
.filterItems .color .C020:after {
  background: #000;
}
.filterItems .color .C080:after {
  background: #acacac;
}
.filterItems .color .C060:after {
  background: #464646;
}
.filterItems .color .C150:after {
  background: #e1e1e1;
}
.filterItems .color .C030:after {
  background: #0049d7;
}
.filterItems .color .C140:after {
  background: #de0029;
}
.filterItems .color .C190:after {
  background: #f9e000;
}
.filterItems .color .C110:after {
  background: #e17e08;
}
.filterItems .color .C999:after {
  background-image: url(https://image.autowini.com/IMG/markup/bg_colorOthers.png);
}
.filterItems .color input:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.125rem;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background: url(https://image.autowini.com/IMG/markup/bg_clolorCheck.svg)
  center no-repeat;
  background-size: 2.75rem;
  z-index: 1;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1010;
}

.backdrop.show {
  display: block;
}

.shippingSchPop .con p {
  padding-right: 2rem;
  font-size: 1.825rem;
  text-align: left;
}
.shippingSchPop .con p + p {
  padding: 0;
  margin-top: 2rem;
}
.shippingSchPop .con p b {
  font-weight: 500;
  text-decoration: underline;
}

.mainRoRoPop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 111111;
  width: 680px;
}
.mainRoRoPop.show {
  display: block;
}
.mainRoRoPop .modal-content {
  background: #fff;
  border-radius: 16px;
}
.mainRoRoPop .main_modalBox {
  padding: 70px 36px 50px;
  color: #606568;
  font-size: 28px;
  line-height: 1.3;
}
.mainRoRoPop .txt02 {
  padding: 0 0 16px;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  color: #00ab68;
}
.mainRoRoPop .box {
  padding: 24px 40px;
  line-height: 1.6;
  text-align: left;
  margin: 18px 0 12px;
  background: #f4f7fa;
  border-radius: 6px;
}
.mainRoRoPop .modal-content .main_modalBox .box .quickLink {
  display: block;
  text-align: center;
  margin-top: 1rem;
  background: #00ab68;
  color: #fff;
  padding: 1rem 0;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
}
.mainRoRoPop .btnWeek {
  position: absolute;
  bottom: -80px;
  height: 80px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 28px;
  line-height: 80px;
  vertical-align: middle;
  text-align: center;
}
.mainRoRoPop .btnWeek img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}
.mainRoRoPop .main_modalBox .popClose {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: url(https://image.autowini.com/IMG/mobile/common/icon_close_black.png)
  center no-repeat;
  background-size: 32px;
  opacity: 0.8;
}

.reminder_popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  z-index: 10000;
  max-width: 350px;
  padding: 35px 30px 30px;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  border-radius: 7px;
}
.reminder_popup.show {
  display: block;
}
.reminder_popup .closeBtn {
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 25px;
  background: url(https://image.autowini.com/IMG/mobile/common/btn_pop_close.png)
  no-repeat center;
  width: fit-content;
  height: fit-content;
}
.reminder_popup .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reminder_popup .badge_section {
  width: 120px;
  height: 120px;
  max-width: 120px;
}
.reminder_popup .reminder_text {
  padding: 16px 0 30px;
}
.reminder_popup img {
  width: 100%;
  height: 100%;
}
.reminder_popup h2,
.reminder_popup .reminder_title p {
  padding: 10px 0;
  margin: 0;
  font-size: 30px;
  color: #0c0d0e;
  font-weight: bold;
  width: 100%;
}
.reminder_popup h2 span {
  vertical-align: middle;
}
.reminder_popup p {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
.reminder_popup .reminder_title {
  padding: 35px 0 0;
}
.reminder_popup .reminder_title span {
  font-size: 18px;
  font-weight: bold;
}
.reminder_popup .membership_link {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 500;
  background-color: #00ab68;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 12px;
  cursor: pointer;
  text-align: center;
}
.txtHolidayPopup {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
}

.reminder_popup span.memberBasic {
}
.reminder_popup span.memberSilver {
  color: #707578;
}
.reminder_popup span.memberGold {
  color: #dc8e19;
}
.reminder_popup span.memberPlatinum {
  color: #1682db;
}
.reminder_popup span.memberDiamond {
  color: #218a55;
}

.georgiaPop {position: fixed; left: 50%; transform: translateX(-50%); bottom: 7rem; padding: 2rem; width: 100%; max-width: 720px; box-sizing: border-box; background: #000000D9; z-index: 10000;}
.georgiaPop h6 {color: #fff; font-size: 32px; font-weight: 700; white-space: nowrap;}
.georgiaPop p {margin-top: 8px; font-size: 26px; color: #C1C6C9; line-height: 1.6;}
.georgiaPop p a {text-decoration: underline; color:#C1C6C9; font-weight: 700; cursor: pointer;}
.georgiaPop .buttonWrapper {margin-top: 24px; display:flex; gap: 16px;}
.georgiaPop .buttonWrapper button {padding: 13px 0; font-size: 26px; border-radius: 8px; border: none; font-weight: 500; cursor: pointer;}
.georgiaPop .buttonWrapper .georgiaPopDeclineBtn {width: 30%; color: #92979B; background-color: #070707;}
.georgiaPop .buttonWrapper .georgiaPopAgreeBtn {width: 70%; color: #fff; background-color: #00AB68;}

.summerPop .con {
  padding:0
}
.summerPop .con .img{
  display:block
}
.summerPop .con .img img{
  width:100%
}
.summerPop .modalClose{
  background:transparent;
  z-index: 1;
}
.summerPop .btn_3days{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:6rem;
  z-index: 1;
}