/*iOS 11.0 버전!*/
/*constant(safe-area-inset-top);*/
/*constant(safe-area-inset-right);*/
/*constant(safe-area-inset-bottom);*/
/*constant(safe-area-inset-left);*/
/*!*iOS 11.2 이상*!*/
/*env(safe-area-inset-top);*/
/*env(safe-area-inset-right);*/
/*env(safe-area-inset-bottom);*/
/*env(safe-area-inset-left);*/
.scroller {
  cursor: pointer;
}

:root {
  --mint: #58ddd0;
  --navy: #0f2434;
  --light-navy: #204766;
}

#toast {
  position: fixed;
  bottom: 1%;
  left: 50%;
  padding: 15px 20px;
  transform: translate(-50%, 10px);
  border-radius: 30px;
  overflow: hidden;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s, transform .5s;
  background: rgba(0, 0, 0, .35);
  color: #fff;
  z-index: 10000;
  width: 90%;
  text-align: center;
}

#toast.reveal {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

/* [라디오 버튼 커스텀 스타일 변경 실시] */
label {
  font-size: 18px;
  line-height: 2rem;
  padding: 0.2em 0.4em;
}

span {
  vertical-align: middle;
}

.easy .name {
  font-size: 1.2rem;
  font-weight: 500;
}

.easy [type="radio"] {
  vertical-align: middle;
  /*appearance: none;*/
  border: max(2px, 0.1em) solid gray;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  transition: border 0.5s ease-in-out;
  background-color: white;
  margin-left: 10px;
  margin-right: 5px;
}

.easy [type="radio"]:checked {
  border: 0.15em solid gray;
  margin-left: 10px;
  margin-right: 5px;
  background: #25cebc;
}

/*[type="radio"]:focus-visible {
  outline-offset: max(2px, 0.1em);
  outline: max(2px, 0.1em) dotted tomato;
}*/

.easy [type="radio"]:hover {
  box-shadow: 0 0 0 max(4px, 0.2em) white;
  cursor: pointer;

}

.easy [type="radio"]:disabled {
  background-color: lightgray;
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
  margin: 5px 5px 5px 5px;
  background: black;
  background-size: 10px 10px;
}

/* .easy [type="radio"]:disabled+span {
  opacity
} */

/*.map_div {*/
/*  padding: 0 0 calc(constant(safe-area-inset-top) + 35px);*/
/*  padding: 0 0 calc(env(safe-area-inset-top) + 35px);*/
/*}*/
.p15 {
  padding: 15px 0 !important;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.mt0 {
  margin-top: 0px !important;
  ;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 30px !important;
}

.fontsize20 {
  font-size: 20px !important
}

.cheavicolor1 {
  color: #37c7b4 !important;
  text-align: center
}

.cheavicolor1 h1 {
  text-align: center;
  color: #37c7b4 !important;
}

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

.text-left {
  text-align: left !important;
}

/*.map_div {*/
/*  padding: 0 0 calc(constant(safe-area-inset-bottom));*/
/*  padding: 0 0 calc(env(safe-area-inset-bottom));*/
/*}*/
body {
  padding: 0 0 calc(constant(safe-area-inset-bottom)) !important;
  padding: 0 0 calc(env(safe-area-inset-bottom)) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.font8,
.bottomMenu>ul>li>p,
.mainSwipeBarType1>.right>.bar>.text>p,
.mainSwipeBarType2>.right>.bar>.text>p,
.mainSwipeBarType3>.right>.bar>.text>p,
.rangeInfo>ul>li {
  font-size: 8px;
}

.font10,
.mapFilterNumber,
.mapDataContainer>.top>ul>li>.text>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>p,
.reserveDetailContainer>.top>.inside>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>p,
.warning>.text>p,
.searchResultContainer>ul>li>.content>ul>li>.text>p,
.loginRegisterContainer>ul>li>.head>p,
.chargingGraphBox>.inside>.max>p,
.homeUserInfo>.inside>.left>.badge,
.homeStationList>.head>.left>p,
.homeStationList>.list>.inside>ul>li>.left>.infoText>p,
.homeStationList>.list>.inside>ul>li>.right>p,
.chargingStatusContainer>.number>p,
.stationListContainer>ul>li>.left>.infoText>p,
.stationListContainer>ul>li>.right>p {
  font-size: 10px;
}

.font11,
.popupContainer>.box>.inside>.head>ul>li>p,
.mypageDataList>ul>li>.inside>ul>li>h3,
.mypageDataList>ul>li>.inside>ul>li>p,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>p,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status>p,
.reserveDetailContainer>.top>.inside>.head>ul>li>h2,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>h2,
.reserveDetailContainer>.top>.inside>.head>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>p,
.reserveDetailContainer>.top>.inside>ul>li>h2,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>h2,
.mapExplanationContainer>ul>li>.list>ul>li>.text>p,
.qrcodeContainer>.overlay>.content>.inside>p,
.mypageContainer>ul>li>.head>p,
.carInfoBox>.left>p,
.carInfoBoxType2>.left>p,
.carInfoBoxType2Active>.left>p,
.carInfoBoxNoData>p,
.carInfoDetailContainer>.selectCarImg>.head>p,
.chaeviPassInfoBox>ul>li>.top>ul>li>h1,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>h1,
.chaeviPassInfoBox>ul>li>.top>ul>li>p,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>p,
.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>h1,
.chaeviPassInfoBox>ul>li>.bottom>ul>li,
.chaeviPassInfoBox>ul>li>.bottomType2>ul>li,
.chaeviPayBox>.infoList>.infoText>h1,
.chaeviPayBox>.infoList>.infoText>p,
.carSelectionContainer>ul>li>.text>p {
  font-size: 11px;
}

.font12,
.infoText>p,
.mainSwipeType1>.left>h1,
.mainSwipeType1>.right>p,
.mainSwipeType2>.left>h1,
.mainSwipeType2>.right>p,
.mainSwipeType3>.left>h1,
.mainSwipeType3>.right>p,
.mainSwipeType4>.left>h1,
.mainSwipeType4>.right>p,
.mainSwipeBarType1>.left>h1,
.mainSwipeBarType1>.right>.bar>.text>h1,
.mainSwipeBarType2>.left>h1,
.mainSwipeBarType2>.right>.bar>.text>h1,
.mainSwipeBarType3>.left>h1,
.mainSwipeBarType3>.right>.bar>.text>h1,
.myChaeviContainer>p,
.searchResultContainer>ul>li>.content>ul>li>.text>.distance,
.loginRegisterContainer>ul>li>.error>p,
.cardContent>.favBox>p,
.chargingInfoBox>.right>p {
  font-size: 12px;
}

.homeUserInfo>.inside>.left>.carinfo>.nickname {
  font-size: 18px;
}

.font13,
.buttonType1,
.buttonType2,
.buttonType3,
.buttonType4,
.buttonType5,
.buttonType6,
.buttonType7,
.buttonType8,
.buttonType9,
.buttonType10,
.buttonLogin,
.topHead>p,
.rangeResult>h1,
.popupDataList>ul>li>.head>h1,
.maskedOptionBox>.head>h1,
.placeDetailDataContainer>ul>li>.left,
.placeDetailDataContainer>ul>li>.right>ul>li>p,
.placeDetailDataContainer>ul>li>.right>ul>li>h1,
.placeDetailDataContainer>ul>li>.right>.type>ul,
.naviSelectContainer>ul>li>.box>h1,
.naviSelectContainer>ul>.checkBox>p,
.reserveDetailContainer>.contentContainer>.boxType1>.head>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.head>h2,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>p,
.searchResultContainer>ul>li>.content>ul>li>.text>h1,
.mapExplanationContainer>ul>li>.list>ul>li>.text>h1,
.qrcodeContainer>.overlay>.content>.inside>a,
.loginRegisterContainer>ul>li>.head,
.loginRegisterContainer>ul>.checkBox>p,
.loginRegisterContainer>ul>.checkBox>.link>a,
.loginRegisterContainer>.subButton>ul>li>a,
.mypageContainer>ul>li>.content>.credit>ul>li>.left,
.mypageContainer>ul>li>.content>.credit>ul>li>.right,
.mypageContainer>ul>li>.menuList>ul>li>.left>p,
.cardContent>.overlay>.bottomButton>a,
.addCard>.inside>.button>p,
.carInfoBox>.left>h1,
.carInfoBoxType2>.left>h1,
.carInfoBoxType2Active>.left>h1,
.carInfoBoxNoData>h1,
.carInfoDetailContainer>.selectCarImg>.head>h1,
.chargingInfoBox>.left>h1,
.csBox>.inside>.content>p,
.agreementBox>.left>h1,
.agreementDetailBox>.inside>.content>p,
.chaeviPayBox>.paymentInfo>h1,
.chaeviPayBox>.infoList>ul>.checkBox>p,
.chaeviPayBox>.total>.inside>.left,
.homeStationList>.list>.inside>ul>li>.left>.infoText>h1,
.stationListContainer>ul>li>.left>.infoText>h1,
.carSelectionContainer>ul>li>.text>h1 {
  font-size: 13px;
}

.font15,
.textBoxType1,
.textBoxType2,
.selectBoxType1,
.selectBoxType2,
.buttonType9,
.buttonType10,
.popupContainer>.box>.inside>.head>ul>li>h2,
.popupContainer>.box>.inside>.textContent>p,
.topNav>ul>li>h1,
.topNav>ul>li>a,
.topNavAlarm>ul>li>h1,
.topNavAlarm>ul>li>a,
.datePickerContainer>ul>li>.dateBox,
.month>ul>li:nth-child(2),
.week>ul>li>.number>p,
.mypageDataList>ul>li>.inside>ul>li>h1,
.mypageDataList>ul>li>.inside>ul>li>h2,
.inputSearch,
.mapContainer>.mapPlaceDetailContainer>.content>.closed,
.mapDataContainer>.top>ul>li>.text>h1,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>h1,
.reserveDetailContainer>.top>.inside>.head>ul>li>h1,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.content>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>h1,
.mapExplanationContainer>ul>li>.head,
.qrcodeContainer>.overlay>.content>.inside>h1,
.loginRegisterContainer>ul>li>.inputContainer>.link>a,
.loginRegisterContainer>ul>li>.buttonContainer>p,
.mypageContainer>ul>li>.head>h1,
.chaeviPassBannerBox>.inside>.left>h1,
.chargingGraphBox>.head>h1,
.csBox>.inside>.content>h1,
.agreementDetailBox>.inside>.content>h1,
.chaeviPassContainer>.top>h1,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2>h1,
.chaeviPayBox>.paymentInfo>p,
.chaeviPayBox>.total>.inside>.right,
.homeChaeviPassBannerBox>.inside>.left>h2,
.homeChaeviPassBannerBox>.inside>.right>h1,
.homeStationList>.head>.left>h1 {
  font-size: 15px;
}

.font20,
.popupContainer>.box>.inside>.head>ul>li>h1,
.topHead>h1,
.chargingInfoBox>.right>h1,
.homeUserInfo>.inside>.left>.name>h1,
.homeChaeviPassBannerBox>.inside>.left>h1,
.chargingStatusContainer>.number>h1 {
  font-size: 20px;
}

.paddingHorizontal15,
.searchListContainer>ul>li:nth-child(2) {
  padding: 0 15px;
}

.paddingHorizontal25,
.sidePadding,
.topNav>ul,
.topNavAlarm>ul,
.topNavHome>ul,
.mapDataContainer>.top,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2,
.mapDataContainer>.bottom,
.chaeviPassInfoBox>ul>li.mapDataContainer>.bottomType2,
.reserveDetailContainer>.top,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2,
.reserveDetailContainer>.contentContainer>.boxType1,
.reserveDetailContainer>.contentContainer>.priceContainer,
.warning {
  padding: 0 25px;
}

.paddingVertical12,
.bottomMenu>ul>li {
  padding: 12px 0;
}

.paddingVertical15,
.range {
  padding: 15px 0;
}

.paddingVertical20 {
  padding: 20px 0;
}

.paddingVertical25,
.popupContainer>.box>.inside>.textContent>p {
  padding: 25px 0;
}

.topNav,
.topNavAlarm,
.topNavHome {
  padding: 25px 0 25px !important;
  font-size: 15px;
  text-align: center;
}

.textContent>p,
.topNav,
.topNavAlarm,
.topNavHome {
  padding: 25px 0;
  font-size: 15px;
  text-align: center;
}

.paddingTop20,
.mapExplanationContainer>ul>li:last-child {
  padding-top: 20px;
}

.paddingTop25 {
  padding-top: 25px;
}

.paddingTop35 {
  padding-top: 35px;
}

.paddingBottom20,
.popupContainer>.box>.inside>.head,
.popupDataList,
.mapExplanationContainer>ul>li {
  padding-bottom: 20px;
}

.paddingBottom25,
.mapContainer>.mapPlaceDetailContainer>.content {
  padding-bottom: 25px;
}

.paddingBottom35 {
  padding-bottom: 35px;
}

.paddingBottom65 {
  padding-bottom: 65px;
}

.paddingBottom80 {
  padding-bottom: 80px;
}

.paddingBottom120 {
  padding-bottom: 120px;
}

.paddingLeft15,
.mypageContainer>ul>li>.menuList>ul>li>.right,
.csBox>.inside>.button,
.agreementBox>.button {
  padding-left: 15px;
}

.marginVertical10,
.mapDataContainer>.top>ul>li>.text>.info,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info {
  margin: 10px 0;
}

.marginVertical15,
.mapContainer>.mapPlaceDetailContainer>.handleContainer {
  margin: 15px 0;
}

.marginVertical20 {
  margin: 20px 0;
}

.marginVertical25 {
  margin: 25px 0;
}

.marginTop0 {
  margin-top: 0 !important;
}

.marginTop5,
.mainSwipeType1>.right>p,
.mainSwipeType2>.right>p,
.mainSwipeType3>.right>p,
.mainSwipeType4>.right>p,
.mainSwipeBarType1>.right>.bar>.text,
.mainSwipeBarType2>.right>.bar>.text,
.mainSwipeBarType3>.right>.bar>.text,
.reserveDetailContainer>.top>.inside>ul>li:first-child,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li:first-child,
.mapExplanationContainer>ul>li>.list>ul>li>.text>p,
.chargingInfoBox>.right>p,
.chargingGraphBox>.bottomLine,
.homeStationList>.list>.inside>ul>li>.left>.infoText>p,
.stationListContainer>ul>li>.left>.infoText>p,
.carSelectionContainer>ul>li>.text>p {
  margin-top: 5px;
}

.marginTop10,
.popupContainer>.box>.inside>.head>ul>li>p,
.reserveDetailContainer>.top>.inside>ul>li,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li,
.loginRegisterContainer>ul>li>.error,
.csBox>.inside>.content>p,
.chaeviPayBox>.paymentInfo>p,
.homeChaeviPassBannerBox>.inside>.left>h1 {
  margin-top: 10px;
}

.marginTop15,
.mapContainer>.mapOptionContainer>.inside>.filterContainer,
.naviSelectContainer>ul>li>.box>h1,
.qrcodeContainer>.overlay>.content>.inside>p,
.addCard>.inside>.button>p,
.carInfoBoxNoData>h1,
.chargingStatusContainer>.number {
  margin-top: 15px;
}

.marginTop20,
.mypageDataList,
.mypageDataList>.filterBox,
.chargingGraphBox>.head,
.chaeviPayBox>.infoList>.infoText {
  margin-top: 20px;
}

.marginTop25,
.chaeviPayBox>.total>.inside {
  margin-top: 25px;
}

.marginTop30,
.loginRegisterContainer>.subButton>ul {
  margin-top: 30px;
}

.marginTop35,
.chaeviPassInfoBox {
  margin-top: 35px;
}

.marginLeft5,
.mainSwipeType1>.right>p,
.mainSwipeType2>.right>p,
.mainSwipeType3>.right>p,
.mainSwipeType4>.right>p,
.myChaeviContainer>p,
.carInfoBoxType2Active>.left>p,
.chargingInfoBox>.right>p,
.chargingStatusContainer>.number>p {
  margin-left: 5px;
}

.marginLeft10,
.naviSelectContainer>ul>.checkBox>p,
.loginRegisterContainer>ul>.checkBox>p,
.chaeviPayBox>.infoList>ul>.checkBox>p,
.homeUserInfo>.inside>.left>.name>.button,
.homeStationList>.head>.left>p,
.homeStationList>.list>.inside>ul>li>.right>p,
.stationListContainer>ul>li>.right>p {
  margin-left: 10px;
}

.marginLeft10,
.naviSelectContainer>ul>.checkBox>p,
.loginRegisterContainer>ul>.checkBox>p {
  margin-left: 10px;
}

.marginLeft20,
.mapDataContainer>.top>ul>li>.text>.info>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li:nth-child(2),
.homeStationList>.head>.right,
.mapDataContainer>.top>.modal-top-second-row>li:nth-child(2),
.mapDataContainer>.top>div>.modal-top-second-row>li:nth-child(2) {
  margin-left: 20px;
}

.marginRight5,
.mainSwipeBarType1>.right>.bar>.text>h1,
.mainSwipeBarType2>.right>.bar>.text>h1,
.mainSwipeBarType3>.right>.bar>.text>h1,
.loginRegisterContainer>ul>li>.error>p,
.cardContent>.favBox>img,
.chargingGraphBox>.inside>ul>li {
  margin-right: 5px;
}

.marginRight10,
.infoText>p,
.buttonType1>img,
.buttonType2>img,
.buttonType3>img,
.buttonType4>img,
.buttonType5>img,
.buttonType6>img,
.buttonType7>img,
.buttonType8>img,
.buttonType9>img,
.buttonType10>img,
.mainSwipeType1>.left>img,
.mainSwipeType2>.left>img,
.mainSwipeType3>.left>img,
.mainSwipeType4>.left>img,
.mainSwipeBarType1>.left>img,
.mainSwipeBarType2>.left>img,
.mainSwipeBarType3>.left>img,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>.dot,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status>.dot,
.placeDetailDataContainer>ul>li>.right>ul>li>p,
.naviSelectContainer>ul>li,
.reserveDetailContainer>.contentContainer>.boxType1>.content>ul>li,
.warning>.ico,
.mapExplanationContainer>ul>li>.list>ul>li>.ico,
.loginRegisterContainer>.stepContainer>ul>li,
.loginRegisterContainer>ul>li>.checkRadioContainer>ul>li,
.mypageContainer>ul>li>.menuList>ul>li>.left>img,
.chaeviPassBannerBox>.inside>.left>img,
.homeStationList>.list>.inside>ul>li>.left>.station,
.stationListContainer>ul>li>.left>.station,
.carSelectionContainer>ul>li>.ico,
.mapDataContainer>.top>div>ul>li>.status>.dot {
  margin-right: 10px;
}

.mapDataContainer>.top>ul>li>.status>.dot {
  margin-right: 5px;
}

.marginRight15,
.buttonContainer>ul>li,
.buttonType9>img,
.buttonType10>img,
.mypageDataList>.filterBox>ul>li,
.mapDataContainer>.top>ul>li>.thumbnail,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.thumbnail,
.mapDataContainer>.top>ul>li>.button>ul>li,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.button>ul>li,
.placeDetailDataContainer>ul>li>.left,
.searchResultContainer>ul>li>.content>ul>li>.logo,
.loginRegisterContainer>ul>li>.buttonContainer>p,
.cardContent>.overlay>.inside>ul>li,
.mapDataContainer>.top>.thumbnail,
.mapDataContainer>.top>div>ul>li>.button>ul>li {
  margin-right: 15px;
}

.marginRight20,
.mapDataContainer>.top>ul>li>.text>.info>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li:nth-child(2),
.placeDetailDataContainer>ul>li>.right>ul>li,
.mapDataContainer>.top>.modal-top-second-row>li:nth-child(2),
.mapDataContainer>.top>div>.modal-top-first-row>li:nth-child(1),
.mapDataContainer>.top>div>.modal-top-second-row>li:nth-child(2) {
  margin-right: 20px;
}

.marginBottom0 {
  margin-bottom: 0 !important;
}

.marginBottom5,
.searchResultContainer>ul>li>.content>ul>li>.text>h1,
.mypageContainer>ul>li>.head>h1,
.carInfoDetailContainer>.selectCarImg>.head>h1,
.chargingGraphBox>.inside>.max>p,
.homeUserInfo>.inside>.left>.name {
  margin-bottom: 5px;
}

.marginBottom10,
.topHead>h1,
.mypageDataList>ul>li>.inside>ul,
.popupDataList>ul>li,
.popupDataList>ul>li>.head>h1,
.maskedOptionBox>.head>h1,
.placeDetailDataContainer>ul>li>.right>ul,
.placeDetailDataContainer>ul>li>.right>.type>ul>li,
.reserveDetailContainer>.contentContainer>.boxType1>.head,
.reserveDetailContainer>.contentContainer>.boxType1>.content>ul>li,
.mapExplanationContainer>ul>li>.head,
.mapExplanationContainer>ul>li>.list>ul>li,
.loginRegisterContainer>ul>li>.head,
.loginRegisterContainer>ul>li>.inputContainer,
.loginRegisterContainer>ul>li>.checkRadioContainer>ul>li,
.popupLoginList>ul>li,
.mypageCarInfoContainer>ul>li,
.carInfoBox>.left>h1,
.carInfoBoxType2>.left>h1,
.carInfoBoxType2Active>.left>h1,
.carInfoBoxNoData>h1,
.carInfoDetailContainer>.selectCarImg>.head,
.chargingGraphBox>.inside>.max,
.chaeviPassInfoBox>ul>li>.top>ul,
.chaeviPassInfoBox>ul>li>.topType2>ul,
.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>h1,
.chaeviPassInfoBox>ul>li>.bottomType3>ul>li,
.chaeviPayBox>.infoList>.infoText>h1,
.chaeviPayBox>.infoList>.infoText>p,
.homeUserInfo>.inside>.left>.badge,
.homeStationList>.list>.inside>ul>li,
.carSelectionContainer>ul>li {
  margin-bottom: 10px;
}

.marginBottom15,
.buttonContainer>ul,
.mypageDataList>ul>li>.inside>.top,
.mypageContainer>ul>li>.content>.credit>ul>li,
.chargingGraphBox>.head>h1,
.chaeviPassInfoBox>ul>li>.top,
.chaeviPassInfoBox>ul>li>.topType2,
.chaeviPassInfoBox>ul>li>.top>img,
.chaeviPassInfoBox>ul>li>.topType2>img,
.chaeviPayBox>.infoList>ul>li,
.homeStationList>.head,
.stationListContainer>ul>li {
  margin-bottom: 15px;
}

.marginBottom20,
.mypageDataList>.filterBox,
.naviSelectContainer>ul,
.reserveDetailContainer>.contentContainer>.boxType2>ul,
.loginRegisterContainer>ul>li,
.mypageContainer>ul>li>.head,
.mypageContainer>ul>li>.menuList>ul>li {
  margin-bottom: 27px;
}

.marginBottom25,
.topHead>.logo,
.placeDetailDataContainer>ul>li,
.reserveDetailContainer>.top,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2,
.loginRegisterContainer>.stepContainer {
  margin-bottom: 25px;
}

.marginBottom30,
.loginRegisterContainer>.subButton>ul,
.mypageContainer>ul>li>.content>.credit {
  margin-bottom: 30px;
}

.marginBottom35,
.topHead,
.qrcodeContainer>.overlay>.content>.inside>p {
  margin-bottom: 35px;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  /* font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif; */
  font-family: "SUIT";
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input:focus,
select:focus,
button:focus {
  border: none;
  outline: none;
}

.WattNumber,
.mainSwipeType1>.right>h1,
.mainSwipeType1>.right>p,
.mainSwipeType2>.right>h1,
.mainSwipeType2>.right>p,
.mainSwipeType3>.right>h1,
.mainSwipeType3>.right>p,
.mainSwipeType4>.right>h1,
.mainSwipeType4>.right>p,
.mainSwipeBarType1>.right>.bar>.text>h1,
.mainSwipeBarType1>.right>.bar>.text>p,
.mainSwipeBarType2>.right>.bar>.text>h1,
.mainSwipeBarType2>.right>.bar>.text>p,
.mainSwipeBarType3>.right>.bar>.text>h1,
.mainSwipeBarType3>.right>.bar>.text>p,
.chargingInfoBox>.right>h1,
.chargingInfoBox>.right>p,
.chargingStatusContainer>.number>h1,
.chargingStatusContainer>.number>p {
  font-family: "Montserrat", sans-serif;
}

.iconButtonLeft {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.iconButtonRight {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topios {
  padding: calc(constant(safe-area-inset-top)) 0 0 0 !important;
  padding: calc(env(safe-area-inset-top)) 0 0 0;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bgWhite {
  background: #fff;
}

.colorWhite {
  color: #FFFFFF !important;
  font-weight: normal;
}

.bgGray {
  background: #F7F8FA;
}

.divider {
  width: 100%;
  height: 1px;
  background: #e7e7ed;
}

.popupNoPadding {
  padding: 0 !important;
}

.sidePadding {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.type1Bg {
  /*background: #00d56a;*/
  background: #25cebc;
}

.type2Bg {
  /*background: #ff507f;*/
  background: #4feb9d;
}

.type3Bg {
  /*background: #959698;*/
  background: #FDD219;
}

.type1Border {
  border: 1px solid rgba(0, 213, 106, 0.7);
}

.type2Border {
  border: 1px solid rgba(255, 80, 127, 0.7);
}

.type3Border {
  border: 1px solid rgba(149, 150, 152, 0.7);
}

.type1Text {
  /*color: #00d56a;*/
  color: #25cebc;
}

.type2Text {
  /*color: #ff507f;*/
  color: #4feb9d;
}

.type3Text {
  /*color: #959698;*/
  color: #FDD219;
}

.type4Text {
  color: #14C6AC;
}

.type5Text {
  color: #000000;
}

.infoText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoText>p {
  color: #96999f;
  font-weight: 400;
}

.infoText>p:last-child {
  margin-right: 0;
}

.checkRadioBoxType1>input {
  display: none;
}

.checkRadioBoxType1>input:checked+label {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}


.checkRadioBoxType1>label {
  width: auto;
  height: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}



.checkRadioBoxType2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkRadioBoxType2>input {
  display: none;
}

.checkRadioBoxType2>input:checked+label {
  background: #25CEBC;
  border: 1px solid #25CEBC;
  color: #fff;
}

.checkRadioBoxType2>label {
  width: 30px;
  height: 30px;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}


.checkRadioBoxType3>input {
  display: none;
}

.checkRadioBoxType3>input:checked+label {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}


.checkRadioBoxType3>label {
  width: auto;
  height: 100%;
  padding: 10px 20px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkRadioBoxType6>input {
  display: none;
}

.checkRadioBoxType6>input:checked+label {
  background: #25CEBC;
  border: 1px solid #25CEBC;
  color: #fff;
}


.checkRadioBoxType6>label {
  width: max-content;
  height: 30px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
}

.checkRadioBoxType6 {
  height: 20px;
  margin-top: 0px;
}

.searchFaq {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px;
  border: 2px solid #BFBFBF;
}

.searchFaq>.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textBoxType1 {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e9ebf4;
  color: #000;
  border-radius: 10px;
}

.textBoxType1::-webkit-input-placeholder {
  color: #96999f;
}

.textBoxType1:-ms-input-placeholder {
  color: #96999f;
}

.textBoxType1::-ms-input-placeholder {
  color: #96999f;
}

.textBoxType1::placeholder {
  color: #96999f;
}

.textBoxType2 {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(transparent) no-repeat #e9ebf4 center right 20px;
  color: #000;
  border-radius: 10px;
  background: #d6d9e6;
  color: #96999f;
}

.textBoxType2::-webkit-input-placeholder {
  color: #96999f;
}

.textBoxType2:-ms-input-placeholder {
  color: #96999f;
}

.textBoxType2::-ms-input-placeholder {
  color: #96999f;
}

.textBoxType2::placeholder {
  color: #96999f;
}

.selectBoxType1 {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/img/ver2/common/down_arrow_ico.svg") no-repeat #e9ebf4 center right 20px;
  color: #000;
  border-radius: 10px;
}

.selectBoxType1::-webkit-input-placeholder {
  color: #96999f;
}

.selectBoxType1:-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType1::-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType1::placeholder {
  color: #96999f;
}

.selectBoxType2 {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/img/ver2/common/down_arrow_ico.svg") no-repeat #e9ebf4 center right 20px;
  color: #000;
  border-radius: 10px;
  padding: 15px;
  font-size: 13px !important;
  border-radius: 5px;
}

.selectBoxType2::-webkit-input-placeholder {
  color: #96999f;
}

.selectBoxType2:-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType2::-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType2::placeholder {
  color: #96999f;
}

.selectBoxType3 {
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/img/ver2/common/down_arrow_ico.svg") no-repeat #FFFFFF center right 20px;
  color: #000;
  padding: 15px;
  font-size: 16px !important;
}

.selectBoxType3::-webkit-input-placeholder {
  color: #96999f;
}

.selectBoxType3:-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType3::-ms-input-placeholder {
  color: #96999f;
}

.selectBoxType3::placeholder {
  color: #96999f;
}

.buttonContainer {
  width: 100%;
}

.buttonContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.marginBottom15,
.buttonContainer>ul {
  margin-bottom: 15px;
}

.marginBottom20,
.naviSelectContainer>ul,
.reserveDetailContainer>.contentContainer>.boxType2>ul,
.loginRegisterContainer>ul>li {
  margin-bottom: 20px;
}

.marginBottom25,
.topHead>.logo,
.placeDetailDataContainer>ul>li,
.reserveDetailContainer>.top {
  margin-bottom: 5.7rem;
}

.marginBottom25,
.topHead>.step {
  margin-bottom: 5.7rem;
  display: flex;
  justify-content: center;
}

.marginBottom30,
.loginRegisterContainer>.subButton>ul {
  margin-bottom: 30px;
}

.marginBottom35,
.topHead,
.qrcodeContainer>.overlay>.content>.inside>p {
  margin-bottom: 15px;
}


.buttonContainer>ul:last-child {
  margin-bottom: 0;
}

.buttonContainer>ul>li {
  width: 100%;
}

.buttonContainer>ul>li:last-child {
  margin-right: 0;
}

.buttonContainer .buttonType1,
.buttonContainer .buttonType2 {
  font-size: 13px !important;
}

.buttonType1 {
  width: 100%;
  /*padding: 20px 0;*/
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 100px;
  border: 1px solid #000;
}

.buttonType1>strong {
  font-size: 13px !important;
}

.buttonType2 {
  width: 100%;
  /*padding: 20px 0;*/
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #959698;
}

.buttonType3 {
  width: 100%;
  /*padding: 20px 0;*/
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #e7e7ed;
}

.buttonType4 {
  width: 100%;
  /*padding: 20px 0;*/
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e7e7ed;
  background: #96999f;
  border-radius: 100px;
  border: 1px solid #e7e7ed;
}

.buttonType5 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #fff;
  cursor: pointer;
}

.buttonType6 {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #e7e7ed;
  cursor: pointer;
}

.buttonType6 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #25CEBC;
  border-radius: 100px;
  border: 1px solid #25CEBC;
  cursor: pointer;
}

.buttonType7 {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #fff;
  cursor: pointer;
}

.buttonType8 {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #25CEBC;
  cursor: pointer;
}

.buttonType9 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #25CEBC;
  cursor: pointer;
}

.buttonType10 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #e9ebf4;
  cursor: pointer;
}

.buttonLogin {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7ed;
  border-radius: 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.buttonLogin>img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buttonWidthAuto {
  width: auto !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 50px;
  font-size: 14px;
}

.bottomMenu {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.bottomMenu>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottomMenu>ul>li {
  width: 100%;
  border-top: 1px solid #e7e7ed;
  text-align: center;
  cursor: pointer;
}

.bottomMenu>ul>li>p {
  margin-top: 6px;
  color: #b3b8c1;
}

.bottomMenu>ul>.active {
  border-top: 1px solid #000;
  color: #000;
}

.bottomMenu>ul>.active>p {
  color: #000;
}

.stationPinContainer {
  position: absolute;
}

.stationPinContainer>.pinType1 {
  position: relative;
}

.stationPinContainer>.pinType1>.circle {
  width: 31px;
  height: 31px;
  border-radius: 30px;
  background: #00d56a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 213, 106, 0.3);
  box-shadow: 0px 5px 15px 10px rgba(0, 213, 106, 0.3);
  top: 0;
  left: 0;
}

.stationPinContainer>.pinType1>.circle>img {
  position: absolute;
  top: 5px;
  left: 5px;
}

.stationPinContainer>.pinType1>.favorite {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stationPinContainer>.pinType1>.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #00d56a;
  position: absolute;
  left: 15px;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stationPinContainer>.pinType2 {
  position: relative;
}

.stationPinContainer>.pinType2>.circle {
  width: 31px;
  height: 31px;
  border-radius: 30px;
  background: #ff507f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(255, 80, 127, 0.3);
  box-shadow: 0px 5px 15px 10px rgba(255, 80, 127, 0.3);
  top: 0;
  left: 0;
}

.stationPinContainer>.pinType2>.circle>img {
  position: absolute;
  top: 5px;
  left: 5px;
}

.stationPinContainer>.pinType2>.favorite {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stationPinContainer>.pinType2>.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ff507f;
  position: absolute;
  left: 15px;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.stationPinContainer>.pinType3 {
  position: relative;
}

.stationPinContainer>.pinType3>.circle {
  width: 31px;
  height: 31px;
  border-radius: 30px;
  background: #959698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(149, 150, 152, 0.3);
  box-shadow: 0px 5px 15px 10px rgba(149, 150, 152, 0.3);
  top: 0;
  left: 0;
}

.stationPinContainer>.pinType3>.circle>img {
  position: absolute;
  top: 5px;
  left: 5px;
}

.stationPinContainer>.pinType3>.favorite {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stationPinContainer>.pinType3>.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #959698;
  position: absolute;
  left: 15px;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popupContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
}

.popupContainer>.box {
  width: 100%;
  padding: 0 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popupContainer>.box>.inside {
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

.popupContainer>.box>.inside>.head {
  width: 100%;
}

.popupContainer>.box>.inside>.head>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popupContainer>.box>.inside>.head>ul>li {
  width: 100%;
}

.popupContainer>.box>.inside>.head>ul>li>h1>span {
  color: #b3b8c1;
}

.popupContainer>.box>.inside>.head>ul>li>h2 {
  text-align: center;
}

.popupContainer>.box>.inside>.head>ul>li>p {
  font-weight: 400;
}

.popupContainer>.box>.inside>.head>ul>.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popupContainer>.box>.inside>.textContent {
  width: 100%;
  text-align: center;
}

.popupContainer>.box>.inside>.textContent>p {
  font-weight: 400;
}

.topNavButton {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topNav {
  width: 100%;
}

.topNav>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* justify-content: end; */
}

.topNav>ul>li {
  width: 60%;
  text-align: center;
}

.topNav>ul>li:first-child {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.topNav>ul>li:last-child {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topNav>ul>li>a {
  text-decoration: underline;
  color: #000;
}

.topNavAlarm {
  width: 100%;
}

.topNavAlarm>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topNavAlarm>ul>li {
  width: 60%;
  text-align: center;
}

.topNavAlarm>ul>li:first-child {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNavAlarm>ul>li:last-child {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topNavAlarm>ul>li>a {
  text-decoration: underline;
  color: #000;
}

.topNavHome {
  width: 100%;
}

.topNavHome>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: end;
}

.topNavHome>ul>li {
  text-align: center;
}

.topNavHome>ul>li:first-child {
  width: 100%;
  text-align: left;
}

.topNavHome>ul>li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNavHome>ul>li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 10px;
}

.topNavHome>ul>li>a {
  text-decoration: underline;
  color: #000;
}

.grayBgContainer,
.grayBgContainerType2 {
  width: 100%;
  height: calc(100% - 92px);
  background: #e9ebf4 !important;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.grayBgContainer::-webkit-scrollbar,
.grayBgContainerType2::-webkit-scrollbar {
  display: none;
}

.grayBgContainerType2 {
  height: calc(100% - 75px);
}

.topHead {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topHead>h1 {
  color: #000;
}

.topHead>p {
  color: #96999f;
  font-weight: 400;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.swiper-slide {*/
/*  width: 90% !important;*/
/*}*/

.datePickerContainer {
  width: 100%;
}

.datePickerContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.datePickerContainer>ul>li {
  width: 100%;
}

.datePickerContainer>ul>li:nth-child(2) {
  width: auto;
  padding: 0 5px;
}

.datePickerContainer>ul>li>.dateBox {
  width: 100%;
  padding: 15px;
  font-weight: 400;
  border-radius: 5px;
  background: #e9ebf4;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.datePickerContainer>ul>li>.dateBox>.button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calendar {
  width: 100%;
}

.month {
  width: 100%;
}

.month>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.month>ul>li>img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.month>ul>li:nth-child(2) {
  margin: 0 15px;
}

.week {
  width: 100%;
}

.week>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.week>ul>li {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.week>ul>li>.number {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.week>ul>li>.number>p {
  color: #000;
}

.week>ul>li>.selected {
  background: #25CEBC;
}

.week>ul>li>.selected>p {
  color: #fff;
}

.week>ul>li>.deactive>p {
  color: #c9c9d0;
}

.mypageDataList {
  width: 100%;
}

.mypageDataList>.filterBox {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypageDataList>.filterBox>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypageDataList>.filterBox>ul>li {
  width: 70%;
}

.mypageDataList>.filterBox>ul>li:last-child {
  margin-right: 0;
}

.mypageDataList>.filterBox>ul>li:nth-child(2) {
  width: 30%;
}

.mypageDataList>.filterBox>ul>.fullWidth {
  width: 100%;
}

.mypageDataList>ul {
  width: 100%;
}

.mypageDataList>ul>li {
  width: 100%;
  padding: 20px 25px;
  border-bottom: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypageDataList>ul>li>.inside {
  width: 100%;
}

.mypageDataList>ul>li>.inside>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypageDataList>ul>li>.inside>ul>li {
  width: 100%;
}

.mypageDataList>ul>li>.inside>ul>li>h1 {
  color: #000;
}

.mypageDataList>ul>li>.inside>ul>li>h2 {
  font-weight: 500;
}

.mypageDataList>ul>li>.inside>ul>li>h3 {
  font-weight: 400;
  color: #96999f;
}

.mypageDataList>ul>li>.inside>ul>li>p {
  color: #000;
}

.mypageDataList>ul>li>.inside>ul>li:nth-child(2) {
  text-align: right;
}

.mypageDataList>ul>.smallList {
  padding: 0 25px 15px 25px;
  border-bottom: none;
}

.emojiDataList>ul {
  width: 100%;
  padding: 20px 25px 0px 25px;
}

.emojiDataList>ul>li {
  width: 100%;
  border-bottom: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.emojiDataList>ul>li>.inside {
  width: 100%;
}

.emojiDataList>ul>li>.inside>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emojiDataList>ul>li>.inside>ul>li {
  width: 100%;
}

.emojiDataClass {
  border: 2px solid #25CBDC;
}

.emojiTable>tbody>tr>td>ul {
  width: 100%;
}

.emojiTable>tbody>tr>td>ul>li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.emojiTable>tbody>tr>td>ul>li>.inside {
  width: 100%;
}

.emojiTable>tbody>tr>td>ul>li>.inside>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emojiTable>tbody>tr>td>ul>li>.inside>ul>li {
  width: 100%;
}

.mypageDataList>ul>.smallList {
  padding: 0 25px 15px 25px;
  border-bottom: none;
}

.mainSwipeType1 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaedf4;
  background: linear-gradient(133deg, #eaedf4 0%, #eaedf4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeType1>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType1>.left>h1 {
  color: #96999f;
  font-weight: 500;
}

.mainSwipeType1>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType1>.right>h1 {
  font-size: 30px;
  color: #000;
}

.mainSwipeType1>.right>p {
  color: #000;
}

.mainSwipeType2 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeType2>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType2>.left>h1 {
  color: #fff;
  font-weight: 500;
}

.mainSwipeType2>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType2>.right>h1 {
  font-size: 30px;
  color: #fff;
}

.mainSwipeType2>.right>p {
  color: #fff;
}

.mainSwipeType3 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaedf4;
  background: linear-gradient(133deg, #eaedf4 0%, #eaedf4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeType3>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType3>.left>h1 {
  color: #96999f;
  font-weight: 500;
}

.mainSwipeType3>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType3>.right>h1 {
  font-size: 30px;
  color: #000;
}

.mainSwipeType3>.right>p {
  color: #000;
}

.mainSwipeType4 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeType4>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType4>.left>h1 {
  color: #fff;
  font-weight: 500;
}

.mainSwipeType4>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeType4>.right>h1 {
  font-size: 20px;
  color: #fff;
}

.mainSwipeType4>.right>p {
  color: #fff;
}

.mainSwipeBarType1 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeBarType1>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType1>.left>h1 {
  color: #fff;
  font-weight: 500;
}

.mainSwipeBarType1>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType1>.right>.bar>.guage {
  width: 130px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.mainSwipeBarType1>.right>.bar>.guage>.active {
  height: 6px;
  border-radius: 6px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

.mainSwipeBarType1>.right>.bar>.text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.mainSwipeBarType1>.right>.bar>.text>h1 {
  font-weight: 500;
}

.mainSwipeBarType1>.right>.bar>.text>p {
  font-weight: 400;
  margin-top: 2px;
}

.mainSwipeBarType2 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #D30F1E 0%, #ED7DA4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeBarType2>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType2>.left>h1 {
  color: #fff;
  font-weight: 500;
}

.mainSwipeBarType2>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType2>.right>.bar>.guage {
  width: 130px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.mainSwipeBarType2>.right>.bar>.guage>.active {
  height: 6px;
  border-radius: 6px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

.mainSwipeBarType2>.right>.bar>.text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.mainSwipeBarType2>.right>.bar>.text>h1 {
  font-weight: 500;
}

.mainSwipeBarType2>.right>.bar>.text>p {
  font-weight: 400;
  margin-top: 2px;
}

.mainSwipeBarType3 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #24629B 0%, #003668 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.mainSwipeBarType3>.left {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType3>.left>h1 {
  color: #fff;
  font-weight: 500;
}

.mainSwipeBarType3>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainSwipeBarType3>.right>.bar>.guage {
  width: 130px;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.mainSwipeBarType3>.right>.bar>.guage>.active {
  height: 6px;
  border-radius: 6px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}

.mainSwipeBarType3>.right>.bar>.text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.mainSwipeBarType3>.right>.bar>.text>h1 {
  font-weight: 500;
}

.mainSwipeBarType3>.right>.bar>.text>p {
  font-weight: 400;
  margin-top: 2px;
}

.font8,
.mainSwipeBarType1>.right>.bar>.text>p,
.mainSwipeBarType2>.right>.bar>.text>p,
.mainSwipeBarType3>.right>.bar>.text>p,
.rangeInfo>ul>li {
  font-size: 8px;
}

.bottomMenu>ul>li>p {
  font-size: 12px;
}

.font10,
.mapFilterNumber,
.mapDataContainer>.top>ul>li>.text>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>p,
.reserveDetailContainer>.top>.inside>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>p,
.warning>.text>p,
.searchResultContainer>ul>li>.content>ul>li>.text>p,
.loginRegisterContainer>ul>li>.head>p,
.chargingGraphBox>.inside>.max>p,
.homeUserInfo>.inside>.left>.badge,
.homeStationList>.head>.left>p,
.homeStationList>.list>.inside>ul>li>.left>.infoText>p,
.homeStationList>.list>.inside>ul>li>.right>p {
  font-size: 10px;
}

.font11,
.popupContainer>.box>.inside>.head>ul>li>p,
.mypageDataList>ul>li>.inside>ul>li>h3,
.mypageDataList>ul>li>.inside>ul>li>p,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>p,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status>p,
.reserveDetailContainer>.top>.inside>.head>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>p,
.reserveDetailContainer>.top>.inside>ul>li>h2,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>h2,
.mapExplanationContainer>ul>li>.list>ul>li>.text>p,
.qrcodeContainer>.overlay>.content>.inside>p,
.mypageContainer>ul>li>.head>p,
.carInfoBox>.left>p,
.carInfoBoxType2>.left>p,
.carInfoBoxType2Active>.left>p,
.carInfoBoxNoData>p,
.carInfoDetailContainer>.selectCarImg>.head>p,
.chaeviPassInfoBox>ul>li>.top>ul>li>h1,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>h1,
.chaeviPassInfoBox>ul>li>.top>ul>li>p,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>p,
.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>h1,
.chaeviPassInfoBox>ul>li>.bottom>ul>li,
.chaeviPassInfoBox>ul>li>.bottomType2>ul>li,
.chaeviPayBox>.infoList>.infoText>h1,
.chaeviPayBox>.infoList>.infoText>p {
  font-size: 11px;
}

.font12,
.infoText>p,
.mainSwipeType1>.left>h1,
.mainSwipeType1>.right>p,
.mainSwipeType2>.left>h1,
.mainSwipeType2>.right>p,
.mainSwipeType3>.left>h1,
.mainSwipeType3>.right>p,
.mainSwipeType4>.left>h1,
.mainSwipeType4>.right>p,
.mainSwipeBarType1>.left>h1,
.mainSwipeBarType1>.right>.bar>.text>h1,
.mainSwipeBarType2>.left>h1,
.mainSwipeBarType2>.right>.bar>.text>h1,
.mainSwipeBarType3>.left>h1,
.mainSwipeBarType3>.right>.bar>.text>h1,
.myChaeviContainer>p,
.searchResultContainer>ul>li>.content>ul>li>.text>.distance,
.loginRegisterContainer>ul>li>.error>p,
.cardContent>.favBox>p,
.chargingInfoBox>.right>p,
.homeUserInfo>.inside>.left>.nickname {
  font-size: 12px;
}

.font12,
.searchResultContainer>ul>li>.content>ul>li>.text>.distance {
  font-size: 1.478rem !important;
}


.font13,
.buttonType1,
.buttonType2,
.buttonType3,
.buttonType4,
.buttonType5,
.buttonType6,
.buttonType7,
.buttonType8,
.buttonType9,
.buttonType10,
.buttonLogin,
.topHead>p,
.rangeResult>h1,
.popupDataList>ul>li>.head>h1,
.maskedOptionBox>.head>h1,
.placeDetailDataContainer>ul>li>.left,
.placeDetailDataContainer>ul>li>.right>ul>li>p,
.placeDetailDataContainer>ul>li>.right>ul>li>h1,
.placeDetailDataContainer>ul>li>.right>.type>ul,
.naviSelectContainer>ul>li>.box>h1,
.naviSelectContainer>ul>.checkBox>p,
.reserveDetailContainer>.contentContainer>.boxType1>.head>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.head>h2,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>p,
.searchResultContainer>ul>li>.content>ul>li>.text>h1,
.mapExplanationContainer>ul>li>.list>ul>li>.text>h1,
.qrcodeContainer>.overlay>.content>.inside>a,
.loginRegisterContainer>ul>li>.head,
.loginRegisterContainer>ul>.checkBox>p,
.loginRegisterContainer>ul>.checkBox>.link>a,
.loginRegisterContainer>.subButton>ul>li>a,
.mypageContainer>ul>li>.content>.credit>ul>li>.left,
.mypageContainer>ul>li>.content>.credit>ul>li>.right,
.mypageContainer>ul>li>.menuList>ul>li>.left>p,
.cardContent>.overlay>.bottomButton>a,
.addCard>.inside>.button>p,
.carInfoBox>.left>h1,
.carInfoBoxType2>.left>h1,
.carInfoBoxType2Active>.left>h1,
.carInfoBoxNoData>h1,
.carInfoDetailContainer>.selectCarImg>.head>h1,
.chargingInfoBox>.left>h1,
.csBox>.inside>.content>p,
.agreementBox>.left>h1,
.agreementDetailBox>.inside>.content>p,
.chaeviPayBox>.paymentInfo>h1,
.chaeviPayBox>.infoList>ul>.checkBox>p,
.chaeviPayBox>.total>.inside>.left,
.homeStationList>.list>.inside>ul>li>.left>.infoText>h1,
.stationListContainer>ul>li>.left>.infoText>h1,
.carSelectionContainer>ul>li>.text>h1 {
  font-size: 13px;
}

.font15,
.popupContainer>.box>.inside>.textContent>p,
.topNav>ul>li>h1,
.topNavAlarm>ul>li>h1,
.inputSearch,
.mapContainer>.mapPlaceDetailContainer>.content>.closed,
.mapDataContainer>.top>ul>li>.text>h1,
.reserveDetailContainer>.top>.inside>.head>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.content>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>h1,
.mapExplanationContainer>ul>li>.head,
.mypageContainer>ul>li>.menuList>ul>li>.left>p {
  font-size: 15px;
}

.font15,
.textBoxType1,
.textBoxType2,
.selectBoxType1,
.selectBoxType2,
.buttonType9,
.buttonType10,
.popupContainer>.box>.inside>.head>ul>li>h2,
.popupContainer>.box>.inside>.textContent>p,
.topNav>ul>li>h1,
.topNav>ul>li>a,
.topNavAlarm>ul>li>h1,
.topNavAlarm>ul>li>a,
.datePickerContainer>ul>li>.dateBox,
.month>ul>li:nth-child(2),
.week>ul>li>.number>p,
.mypageDataList>ul>li>.inside>ul>li>h1,
.mypageDataList>ul>li>.inside>ul>li>h2,
.inputSearch,
.mapContainer>.mapPlaceDetailContainer>.content>.closed,
.mapDataContainer>.top>ul>li>.text>h1,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>h1,
.reserveDetailContainer>.top>.inside>.head>ul>li>h1,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.content>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>h1,
.mapExplanationContainer>ul>li>.head,
.qrcodeContainer>.overlay>.content>.inside>h1,
.loginRegisterContainer>ul>li>.inputContainer>.link>a,
.loginRegisterContainer>ul>li>.buttonContainer>p,
.mypageContainer>ul>li>.head>h1,
.chaeviPassBannerBox>.inside>.left>h1,
.chargingGraphBox>.head>h1,
.csBox>.inside>.content>h1,
.agreementDetailBox>.inside>.content>h1,
.chaeviPassContainer>.top>h1,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2>h1,
.chaeviPayBox>.paymentInfo>p,
.chaeviPayBox>.total>.inside>.right,
.homeChaeviPassBannerBox>.inside>.left>h2,
.homeChaeviPassBannerBox>.inside>.right>h1,
.homeStationList>.head>.left>h1 {
  font-size: 15px;
}

.font13,
.buttonType1,
.buttonType2,
.buttonType3,
.buttonType4,
.buttonType5,
.topHead>p,
.rangeResult>h1,
.popupDataList>ul>li>.head>h1,
.maskedOptionBox>.head>h1,
.placeDetailDataContainer>ul>li>.left,
.placeDetailDataContainer>ul>li>.right>ul>li>p,
.placeDetailDataContainer>ul>li>.right>ul>li>h1,
.placeDetailDataContainer>ul>li>.right>.type>ul,
.naviSelectContainer>ul>li>.box>h1,
.naviSelectContainer>ul>.checkBox>p,
.reserveDetailContainer>.contentContainer>.boxType1>.head>h1,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType2>ul>li>p,
.searchResultContainer>ul>li>.content>ul>li>.text>h1,
.mapExplanationContainer>ul>li>.list>ul>li>.text>h1,
.qrcodeContainer>.overlay>.content>.inside>a,
.loginRegisterContainer>ul>li>.head,
.loginRegisterContainer>ul>.checkBox>p,
.loginRegisterContainer>.subButton>ul>li>a {
  font-size: 15px;
}

.font15,
.textBoxType1,
.selectBoxType1,
.popupContainer>.box>.inside>.head>ul>li>h2,
.popupContainer>.box>.inside>.textContent>p,
.topNav>ul>li>h1,
.topNav>ul>li>a,
.topNavAlarm>ul>li>h1,
.topNavAlarm>ul>li>a,
.inputSearch,
.mapContainer>.mapPlaceDetailContainer>.content>.closed,
.mapDataContainer>.top>ul>li>.text>h1,
.reserveDetailContainer>.top>.inside>.head>ul>li>h1,
.reserveDetailContainer>.contentContainer>.boxType1>.content>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>p,
.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>h1,
.mapExplanationContainer>ul>li>.head,
.qrcodeContainer>.overlay>.content>.inside>h1,
.loginRegisterContainer>ul>li>.inputContainer>.link>a,
.loginRegisterContainer>ul>li>.buttonContainer>p,
.mypageContainer>ul>li>.head>h1,
.mapDataContainer>.top>div>ul>li>.text>h1 {
  font-size: 17px;
}

.font20,
.popupContainer>.box>.inside>.head>ul>li>h1 {
  font-size: 20px;
}

.font20,
.popupContainer>.box>.inside>.head>ul>li>h1,
.topHead>h1,
.chargingInfoBox>.right>h1,
.homeUserInfo>.inside>.left>.name>h1,
.homeChaeviPassBannerBox>.inside>.left>h1,
.chargingStatusContainer>.number>h1 {
  font-size: 20px;
}

.paddingHorizontal15,
.searchListContainer>ul>li:nth-child(2) {
  padding: 0 15px;
}

.paddingHorizontal25,
.sidePadding,
.topNav>ul,
.topNavAlarm>ul,
.topNavHome>ul,
.mapDataContainer>.top,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2,
.mapDataContainer>.bottom,
.chaeviPassInfoBox>ul>li.mapDataContainer>.bottomType2,
.reserveDetailContainer>.top,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2,
.reserveDetailContainer>.contentContainer>.boxType1,
.reserveDetailContainer>.contentContainer>.priceContainer,
.warning {
  padding: 0 25px;
}

.paddingVertical12,
.bottomMenu>ul>li {
  padding: 12px 0;
}

.paddingVertical15,
.range {
  padding: 15px 0;
}

.paddingVertical20 {
  padding: 20px 0;
}

.paddingVertical25,
.popupContainer>.box>.inside>.textContent>p {
  padding: 25px 0;
}

.paddingTop20,
.mapExplanationContainer>ul>li:last-child {
  padding-top: 20px;
}

.paddingTop25 {
  padding-top: 25px;
}

.paddingTop35 {
  padding-top: 35px;
}

.paddingBottom20,
.popupContainer>.box>.inside>.head,
.popupDataList,
.mapExplanationContainer>ul>li {
  padding-bottom: 20px;
}

.paddingBottom25,
.mapContainer>.mapPlaceDetailContainer>.content {
  padding-bottom: 25px;
}

.paddingBottom35 {
  padding-bottom: 35px;
}

.paddingBottom65 {
  padding-bottom: 65px;
}

.paddingBottom120 {
  padding-bottom: 120px;
}

.paddingLeft15,
.mypageContainer>ul>li>.menuList>ul>li>.left {
  font-size: 15px;
}

.paddingLeft15,
.mypageContainer>ul>li>.menuList>ul>li>.complaintReport>.left {
  font-size: 15px;
}

.paddingLeft15,
.mypageContainer>ul>li>.menuList>ul>li>.right,
.csBox>.inside>.button,
.agreementBox>.button {
  padding-left: 15px;
  font-size: 15px;
}

.marginVertical10,
.mapDataContainer>.top>ul>li>.text>.info,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info {
  margin: 10px 0;
}

.marginVertical15,
.mapContainer>.mapPlaceDetailContainer>.handleContainer {
  margin: 15px 0;
}

.marginVertical20 {
  margin: 20px 0;
}

.marginVertical25 {
  margin: 25px 0;
}

.marginTop0 {
  margin-top: 0 !important;
}

.marginTop5,
.mainSwipeType1>.right>p,
.mainSwipeType2>.right>p,
.mainSwipeType3>.right>p,
.mainSwipeType4>.right>p,
.mainSwipeBarType1>.right>.bar>.text,
.mainSwipeBarType2>.right>.bar>.text,
.mainSwipeBarType3>.right>.bar>.text,
.reserveDetailContainer>.top>.inside>ul>li:first-child,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li:first-child,
.mapExplanationContainer>ul>li>.list>ul>li>.text>p,
.chargingInfoBox>.right>p,
.chargingGraphBox>.bottomLine,
.homeStationList>.list>.inside>ul>li>.left>.infoText>p,
.stationListContainer>ul>li>.left>.infoText>p,
.carSelectionContainer>ul>li>.text>p {
  margin-top: 5px;
}

.marginTop10,
.popupContainer>.box>.inside>.head>ul>li>p,
.reserveDetailContainer>.top>.inside>ul>li,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li,
.loginRegisterContainer>ul>li>.error,
.csBox>.inside>.content>p,
.chaeviPayBox>.paymentInfo>p,
.homeChaeviPassBannerBox>.inside>.left>h1 {
  margin-top: 10px;
}

.marginTop15,
.mapContainer>.mapOptionContainer>.inside>.filterContainer,
.naviSelectContainer>ul>li>.box>h1,
.qrcodeContainer>.overlay>.content>.inside>p,
.addCard>.inside>.button>p,
.carInfoBoxNoData>h1,
.chargingStatusContainer>.number {
  margin-top: 15px;
}

.marginTop20,
.mypageDataList,
.mypageDataList>.filterBox,
.mypageContainer>ul>li>.content>.credit,
.chargingGraphBox>.head,
.chaeviPayBox>.infoList>.infoText {
  margin-top: 20px;
}

.marginTop25,
.chaeviPayBox>.total>.inside {
  margin-top: 25px;
}

.marginTop30,
.loginRegisterContainer>.subButton>ul {
  margin-top: 30px;
}

.marginTop35,
.chaeviPassInfoBox {
  margin-top: 35px;
}

.marginLeft5,
.mainSwipeType1>.right>p,
.mainSwipeType2>.right>p,
.mainSwipeType3>.right>p,
.mainSwipeType4>.right>p,
.myChaeviContainer>p,
.carInfoBoxType2Active>.left>p,
.chargingInfoBox>.right>p,
.chargingStatusContainer>.number>p {
  margin-left: 5px;
}

.marginLeft10,
.naviSelectContainer>ul>.checkBox>p,
.loginRegisterContainer>ul>.checkBox>p,
.chaeviPayBox>.infoList>ul>.checkBox>p,
.homeUserInfo>.inside>.left>.name>.button,
.homeStationList>.head>.left>p,
.homeStationList>.list>.inside>ul>li>.right>p,
.stationListContainer>ul>li>.right>p {
  margin-left: 10px;
}

.marginLeft20,
.mapDataContainer>.top>ul>li>.text>.info>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li:nth-child(2),
.homeStationList>.head>.right {
  margin-left: 20px;
}

.marginRight5,
.mainSwipeBarType1>.right>.bar>.text>h1,
.mainSwipeBarType2>.right>.bar>.text>h1,
.mainSwipeBarType3>.right>.bar>.text>h1,
.loginRegisterContainer>ul>li>.error>p,
.cardContent>.favBox>img,
.chargingGraphBox>.inside>ul>li {
  margin-right: 5px;
}

.marginRight10,
.infoText>p,
.buttonType1>img,
.buttonType2>img,
.buttonType3>img,
.buttonType4>img,
.buttonType5>img,
.buttonType6>img,
.buttonType7>img,
.buttonType8>img,
.buttonType9>img,
.buttonType10>img,
.mainSwipeType1>.left>img,
.mainSwipeType2>.left>img,
.mainSwipeType3>.left>img,
.mainSwipeType4>.left>img,
.mainSwipeBarType1>.left>img,
.mainSwipeBarType2>.left>img,
.mainSwipeBarType3>.left>img,
.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>.dot,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status>.dot,
.placeDetailDataContainer>ul>li>.right>ul>li>p,
.naviSelectContainer>ul>li,
.reserveDetailContainer>.contentContainer>.boxType1>.content>ul>li,
.warning>.ico,
.mapExplanationContainer>ul>li>.list>ul>li>.ico,
.loginRegisterContainer>.stepContainer>ul>li,
.loginRegisterContainer>ul>li>.checkRadioContainer>ul>li,
.mypageContainer>ul>li>.menuList>ul>li>.left>img,
.chaeviPassBannerBox>.inside>.left>img,
.homeStationList>.list>.inside>ul>li>.left>.station,
.stationListContainer>ul>li>.left>.station,
.carSelectionContainer>ul>li>.ico {
  margin-right: 10px;
}

.marginRight15,
.buttonContainer>ul>li,
.buttonType9>img,
.buttonType10>img,
.mypageDataList>.filterBox>ul>li,
.mapDataContainer>.top>ul>li>.thumbnail,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.thumbnail,
.mapDataContainer>.top>ul>li>.button>ul>li,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.button>ul>li,
.placeDetailDataContainer>ul>li>.left,
.searchResultContainer>ul>li>.content>ul>li>.logo,
.loginRegisterContainer>ul>li>.buttonContainer>p,
.cardContent>.overlay>.inside>ul>li,
.mapDataContainer>.top>div>ul>li>.button>ul>li {
  margin-right: 15px;
}

.marginRight20,
.mapDataContainer>.top>ul>li>.text>.info>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li:nth-child(2),
.placeDetailDataContainer>ul>li>.right>ul>li {
  margin-right: 20px;
}

.marginBottom0 {
  margin-bottom: 0 !important;
}

.marginBottom5,
.searchResultContainer>ul>li>.content>ul>li>.text>h1,
.mypageContainer>ul>li>.head>h1,
.carInfoDetailContainer>.selectCarImg>.head>h1,
.chargingGraphBox>.inside>.max>p,
.homeUserInfo>.inside>.left>.name {
  margin-bottom: 5px;
}

.marginBottom10,
.topHead>h1,
.mypageDataList>ul>li>.inside>ul,
.popupDataList>ul>li,
.popupDataList>ul>li>.head>h1,
.maskedOptionBox>.head>h1,
.placeDetailDataContainer>ul>li>.right>ul,
.placeDetailDataContainer>ul>li>.right>.type>ul>li,
.reserveDetailContainer>.contentContainer>.boxType1>.head,
.reserveDetailContainer>.contentContainer>.boxType1>.content>ul>li,
.mapExplanationContainer>ul>li>.head,
.mapExplanationContainer>ul>li>.list>ul>li,
.loginRegisterContainer>ul>li>.head,
.loginRegisterContainer>ul>li>.inputContainer,
.loginRegisterContainer>ul>li>.checkRadioContainer>ul>li,
.popupLoginList>ul>li,
.mypageCarInfoContainer>ul>li,
.carInfoBox>.left>h1,
.carInfoBoxType2>.left>h1,
.carInfoBoxType2Active>.left>h1,
.carInfoBoxNoData>h1,
.carInfoDetailContainer>.selectCarImg>.head,
.chargingGraphBox>.inside>.max,
.chaeviPassInfoBox>ul>li>.top>ul,
.chaeviPassInfoBox>ul>li>.topType2>ul,
.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>h1,
.chaeviPassInfoBox>ul>li>.bottomType3>ul>li,
.chaeviPayBox>.infoList>.infoText>h1,
.chaeviPayBox>.infoList>.infoText>p,
.homeUserInfo>.inside>.left>.badge,
.homeStationList>.list>.inside>ul>li,
.carSelectionContainer>ul>li {
  margin-bottom: 10px;
}

.marginBottom15,
.buttonContainer>ul,
.mypageDataList>ul>li>.inside>.top,
.mypageContainer>ul>li>.content>.credit>ul>li,
.chargingGraphBox>.head>h1,
.chaeviPassInfoBox>ul>li>.top,
.chaeviPassInfoBox>ul>li>.topType2,
.chaeviPassInfoBox>ul>li>.top>img,
.chaeviPassInfoBox>ul>li>.topType2>img,
.chaeviPayBox>.infoList>ul>li,
.homeStationList>.head,
.stationListContainer>ul>li {
  margin-bottom: 15px;
}

.marginBottom20,
.mypageDataList>.filterBox,
.naviSelectContainer>ul,
.reserveDetailContainer>.contentContainer>.boxType2>ul,
.loginRegisterContainer>ul>li,
.mypageContainer>ul>li>.head,
.mypageContainer>ul>li>.menuList>ul>li {
  /*margin-bottom: 20px;*/
}

.placeDetailDataContainer>ul>li:first-child {
  margin-top: 5px;
}

.marginBottom25,
.placeDetailDataContainer>ul>li,
.reserveDetailContainer>.top {
  margin-bottom: 25px;
}

.marginBottom25,
.topHead>.logo,
.placeDetailDataContainer>ul>li,
.reserveDetailContainer>.top,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2,
.loginRegisterContainer>.stepContainer {
  margin-bottom: 25px;
}

.marginBottom30,
.loginRegisterContainer>.subButton>ul,
.mypageContainer>ul>li>.content>.credit {
  margin-bottom: 30px;
}


.marginBottom35,
.topHead,
.qrcodeContainer>.overlay>.content>.inside>p {
  margin-bottom: 35px;
}

.inputSearch {
  width: 100%;
  background: transparent;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inputSearch::-webkit-input-placeholder {
  color: #b3b8c1;
}

.inputSearch:-ms-input-placeholder {
  color: #b3b8c1;
}

.inputSearch::-ms-input-placeholder {
  color: #b3b8c1;
}

.inputSearch::placeholder {
  color: #b3b8c1;
}

.inputSearch:focus .searchContainer {
  background: #000;
}

.range {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.range>.bar {
  width: 100%;
  height: 5px;
  background: #c9c9d0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
}

.range>.barActive {
  width: 50%;
  height: 5px;
  background: #25CEBC;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
}

.range>.handleStart {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.rangeInfo {
  width: 100%;
}

.rangeInfo>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rangeInfo>ul>li {
  width: 100%;
  text-align: center;
  color: #959698;
}

.rangeInfo>ul>li:first-child {
  text-align: left;
}

.rangeInfo>ul>li:last-child {
  text-align: right;
}

.rangeResult {
  width: 100%;
  text-align: center;
}

.rangeResult>h1 {
  color: #25CEBC;
}

.mapReserveButton {
  display: inline-block;
  padding: 11px 15px;
  background: #fff;
  /* border: 1px solid #25CEBC; */
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
}

.mapReserveActive {
  /* background: #25CEBC !important;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(37, 206, 188, 0.1) !important;
  box-shadow: 0px 5px 15px 5px rgba(37, 206, 188, 0.1) !important;
  color: #fff !important; */
}

.mapChaeviPassButton {
  display: inline-block;
  padding: 11px 15px;
  background: #fff;
  /* border: 1px solid #25CEBC; */
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
}

.mapFilterButton {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);*/
  background: #fff;
  cursor: pointer;
}

.mapFilterActive {
  background: #000;
}

.mapFilterNumber {
  width: 17px;
  height: 17px;
  border-radius: 21px;
  background: #25CEBC;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -4px;
}

.mapContainer {
  width: 100%;
  height: 100%;
  position: relative;
  background: #e9ebf4;
}

.mapContainer>.mapOptionContainer {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
}

.mapContainer>.mapOptionContainer>.inside {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapContainer>.mapOptionContainer>.inside>.searchContainer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  background: #fff;
  padding: 0 25px;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchListContainer1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  /* padding: 0 25px; */
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.mapContainer>.mapOptionContainer>.inside>.searchContainer>.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filterContainer::-webkit-scrollbar {
  display: none;
}

.mapContainer>.mapOptionContainer>.inside>.filterContainer {
  width: 100%;
  padding-top: 4px;
}

.mapContainer>.mapOptionContainer>.inside>.filterContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mapContainer>.mapOptionContainer>.inside>.filterContainer>ul>li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapContainer>.mapOptionContainer>.inside>.filterContainer>ul>li:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mapContainer>.mapPlaceDetailContainer {
  width: 100%;
  position: absolute;
  bottom: 66px;
  left: 0;
  background: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  -webkit-box-shadow: 0px -5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 15px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.mapContainer>.mapPlaceDetailContainer>.handleContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mapContainer>.mapPlaceDetailContainer>.handleContainer>.handle {
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background: #b3b8c1;
}

.mapContainer>.mapPlaceDetailContainer>.content>.closed {
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.mapContainer>.myMapReserveContainer {
  position: absolute;
  bottom: 140px;
  left: 25px;
  z-index: 99;
  /*background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 10px rgb(0 0 0 / 15%);
  box-shadow: 0px 5px 15px 10px rgb(0 0 0 / 15%); */
}

.myMapSearchHereButton {
  display: inline-block;
  border: 1px solid #58DDD0;
  padding: 0px 15px;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  color: #000;
  cursor: pointer;
  font-size: 12px;
  height: 24px;
  width: 70%;
  margin: 20px auto 0 auto;
  visibility: hidden;
}

.filterContainerHead,
.filterContainerTail {
  width: 36px !important;
}

.myMapSearchHereButton>img {
  width: 16px;
  height: 16px;
}

.myMapSearchHereButton>p {
  margin: 0 auto;
}

.mapContainer>.myChaeviContainer {
  position: absolute;
  bottom: 10%;
  left: 25px;
  z-index: 99;
}

.mapContainer>.myChaeviContainer.active {
  background: transparent;
  color: #fff;
}

.mapContainer>.myChaeviContainer>img {
  width: 30px;
}

.mapContainer>.myFavoriteContainer {
  position: absolute;
  /*bottom: 140px;*/
  top: 170px;
  right: 25px;
  z-index: 99;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
}

.mapContainer>.myFavoriteContainer>img {
  width: 20px;
}

.mapContainer>.myLocationContainer {
  position: absolute;
  /*bottom: 80px;*/
  top: 230px;
  right: 25px;
  z-index: 99;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
}

.mapContainer>.myQrAuthContainer {
  position: absolute;
  /*bottom: 80px;*/
  top: 290px;
  right: 25px;
  z-index: 99;
  background: #fff;
  width: 40px;
  height: 56px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes opacityRadar1 {
  from {
    opacity: 0;
    width: 25px;
    height: 25px;
  }

  50% {
    opacity: 0.5;
    width: 100px;
    height: 100px;
  }

  to {
    opacity: 0;
    width: 25px;
    height: 25px;
  }
}

@keyframes opacityRadar1 {
  from {
    opacity: 0;
    width: 25px;
    height: 25px;
  }

  50% {
    opacity: 0.5;
    width: 100px;
    height: 100px;
  }

  to {
    opacity: 0;
    width: 25px;
    height: 25px;
  }
}

@-webkit-keyframes opacityRadar2 {
  from {
    opacity: 0;
    width: 100px;
    height: 100px;
  }

  50% {
    opacity: 0.5;
    width: 200px;
    height: 200px;
  }

  to {
    opacity: 0;
    width: 100px;
    height: 100px;
  }
}

@keyframes opacityRadar2 {
  from {
    opacity: 0;
    width: 100px;
    height: 100px;
  }

  50% {
    opacity: 0.5;
    width: 200px;
    height: 200px;
  }

  to {
    opacity: 0;
    width: 100px;
    height: 100px;
  }
}

.mapDotContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*.mapDotContainer .dot {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 5px solid #fff;
  background: #25CEBC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}*/

.mapDotContainer .dot {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 2.5px solid #fff;
  background: #FF4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  box-shadow: 2px 2px 4px #92000029;
}

/*.mapDotContainer .radar1 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #25CEBC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: opacityRadar1;
  animation-name: opacityRadar1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}*/

.mapDotContainer .radar1 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #FF4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.2;
}

.mapDotContainer .radar2 {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: #25CEBC;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: opacityRadar2;
  animation-name: opacityRadar2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mapDataContainer {
  width: 100%;
}

.mapDataContainer>.top,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
}

.mapDataContainer>.top>ul,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul,
.mapDataContainer>.top>div>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paddingVertical25,
.popupContainer>.box>.inside>.textContent>p,
.topNav,
.topNavAlarm,
.topNavHome .mapDataContainer>.top>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li:nth-child(2) {
  width: 100%;
}

.mapDataContainer>.top>ul>li>.thumbnail>img,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.thumbnail>img,
.mapDataContainer>.top>.thumbnail>img {
  /*width: 36px;*/
  height: 36px;
  /*border-radius: 25px;*/
  overflow: hidden;
  /*border: 1px solid #e7e7ed;*/
}

.mapDataContainer>.top>ul>li>.text,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text,
.mapDataContainer>.top>ul>li>.status,
.mapDataContainer>.top>div>ul>li>.text,
.mapDataContainer>.top>div>ul>li>.status {
  width: 100%;
}

.mapDataContainer>.top>ul>li>.text>.info,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info {
  width: 100%;
}

.mapDataContainer>.top>ul>li>.text>.info>ul,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li {
  font-weight: 400;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li>.verticalBar,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.verticalBar {
  width: 1px;
  height: 10px;
  background: #e7e7ed;
}

.mapDataContainer>.top>ul>li>.verticalBar,
.mapDataContainer>.top>div>ul>li>.verticalBar {
  width: 1px;
  height: 20px;
  background: #e7e7ed;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status,
.mapDataContainer>.top>ul>li>.status,
.mapDataContainer>.top>div>ul>li>.status,
.mapDataContainer>.top>ul>li>div>.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>.dot,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>.info>ul>li>.status>.dot,
.mapDataContainer>.top>div>ul>li>.status>.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.mapDataContainer>.top>ul>li>.status>.dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.mapDataContainer>.top>ul>li>.text>p,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.text>p {
  color: #96999f;
  font-size: 1.478rem !important;
}

.mapDataContainer>.top>ul>li>.thumbnail>p,
.mapDataContainer>.top>.thumbnail>p {
  color: #96999f;
  font-size: 1.478rem !important;
  text-align: center;
}

.mapDataContainer>.top>ul>li>.button,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.button,
.mapDataContainer>.top>div>ul>li>.button {
  width: 100%;
}

.mapDataContainer>.top>ul>li>.button>ul,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.button>ul,
.mapDataContainer>.top>div>ul>li>.button>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapDataContainer>.top>ul>li>.button>ul>li:last-child,
.chaeviPassInfoBox>ul>li.mapDataContainer>.topType2>ul>li>.button>ul>li:last-child,
.mapDataContainer>.top>div>ul>li>.button>ul>li:last-child {
  margin-right: 0;
}

.mapDataContainer>.bottom,
.chaeviPassInfoBox>ul>li.mapDataContainer>.bottomType2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.maskedDataBox {
  width: 100%;
  /* height: 350px; */
  height: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.maskedDataBox::-webkit-scrollbar {
  display: none;
}

.popupDataList {
  width: 100%;
}

.popupDataList>ul {
  width: 100%;
}

.popupDataList>ul>li {
  width: 100%;
}

.popupDataList>ul>li>.head {
  width: 100%;
}

.popupDataList>ul>li>.head>h1 {
  font-weight: 500;
}

.popupDataList>ul>li:last-child {
  margin-bottom: 0;
}

.maskedOptionBox {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F8FA;
}

.maskedOptionBox>.head {
  width: 100%;
}

.maskedOptionBox>.head>h1 {
  font-weight: 500;
  font-size: 1.478rem;
}

.maskedOptionBox>ul {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.maskedOptionBox>ul::-webkit-scrollbar {
  display: none;
}

.maskedOptionBox>ul>li {
  display: inline-block;
}

.placeDetailDataContainer {
  width: 100%;
  display: inline-block;
}

.placeDetailDataContainer>ul {
  width: 100%;
}

.placeDetailDataContainer>ul>li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px !important;
}

.placeDetailDataContainer>ul>li:last-child {
  margin-bottom: 0;
}

.placeDetailDataContainer>ul>li>.left {
  flex: 0 0 22%;
  font-size: 13px;
  margin-right: 10px !important;
}

.placeDetailDataContainer>ul>li>.right {
  /*width: 100%;*/
  flex: 0 0 80%;
  font-size: 1.478rem;
  text-align: left;
}

.placeDetailDataContainer>ul>li>.right>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  height: 100%;
  justify-content: space-between;
}

.placeDetailDataContainer>ul>li>.right>ul:last-child {
  margin-bottom: 0;
}

.placeDetailDataContainer>ul>li>.right>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.placeDetailDataContainer>ul>li>.right>ul>li>p {
  color: #96999f;
  font-size: 13px !important;
}

.placeDetailDataContainer>ul>li>.right>ul>li>h1 {
  font-weight: 400;
  font-size: 1.478rem !important;
}

.placeDetailDataContainer>ul>li>.right>ul>li>h1>span {
  color: #25CEBC;
}

.placeDetailDataContainer>ul>li>.right>.type {
  width: 100%;
}

.placeDetailDataContainer>ul>li>.right>.type>ul {
  width: 100%;
}

.placeDetailDataContainer>ul>li>.right>.type>ul>li {
  /*width: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.placeDetailDataContainer>ul>li>.right>.type>ul>li:last-child {
  margin-bottom: 0;
}

.placeDetailDataContainer>ul>li>.right>.type>ul>li>.left {
  /*width: 100%;*/
  color: #96999f;
  font-weight: 400;
  font-size: 13px;
}

.placeDetailDataContainer>ul>li>.right>.type>ul>li>.right {
  /*width: 100%;*/
  text-align: right;
  font-weight: 400;
  margin-right: 20px;
  font-size: 13px;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li>p {
  font-size: 1.478rem !important;
}

.mapDataContainer>.top>ul>li>.text>.info>ul>li>.status>p,
.mapDataContainer>.top>div>ul>li>.status>p {
  font-size: 1.478rem !important;
}

.mapDataContainer>.top>ul>li>.status>p,
.mapDataContainer>.top>ul>li>.status>h2,
.mapDataContainer>.top>ul>li>div>.status>p {
  font-size: 12px !important;
}

.naviSelectContainer {
  width: 100%;
}

.naviSelectContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.naviSelectContainer>ul:last-child {
  margin-bottom: 0;
}

.naviSelectContainer>ul>li {
  width: 100%;
}

.naviSelectContainer>ul>li:last-child {
  margin-right: 0;
}

.naviSelectContainer>ul>li>.box {
  width: 100%;
  border-radius: 5px;
  padding: 25px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7ed;
  box-sizing: border-box;
  text-align: center;
}

.naviSelectContainer>ul>li>.box>img {
  width: 45px;
  height: 45px;
}

.naviSelectContainer>ul>li>.box>h1 {
  font-weight: 500;
}

.naviSelectContainer>ul>.checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.naviSelectContainer>ul>.checkBox>p {
  font-weight: 400;
}

.naviSelectContainer>ul>.active>.box {
  border: 1px solid #25CEBC;
}

.reserveDetailContainer {
  width: 100%;
}

.reserveDetailContainer>.top,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserveDetailContainer>.top>.inside,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside {
  width: 100%;
  background: #F7F8FA;
  /*padding: 25px;*/
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.reserveDetailContainer>.top>.inside>.head,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head {
  width: 100%;
}

.reserveDetailContainer>.top>.inside>.head>ul,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reserveDetailContainer>.top>.inside>.head>ul>li,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li {
  width: 100%;
}

.reserveDetailContainer>.top>.inside>.head>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li:nth-child(2) {
  text-align: right;
}

.reserveDetailContainer>.top>.inside>.head>ul>li>h2,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>h2 {
  color: #959698;
  font-weight: 400;
}

.reserveDetailContainer>.top>.inside>.head>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>.head>ul>li>p {
  color: #25CEBC;
}

.reserveDetailContainer>.top>.inside>ul,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul {
  width: 100%;
}

.reserveDetailContainer>.top>.inside>ul>li,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li {
  width: 100%;
}

.reserveDetailContainer>.top>.inside>ul>li>p,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>p {
  color: #959698;
  font-weight: 400;
}

.reserveDetailContainer>.top>.inside>ul>li>h2,
.chaeviPassInfoBox>ul>li.reserveDetailContainer>.topType2>.inside>ul>li>h2 {
  font-weight: 400;
}

.reserveDetailContainer>.contentContainer {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.boxType1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserveDetailContainer>.contentContainer>.boxType1>.head {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.boxType1>.head>h1 {
  font-weight: 400;
}

.reserveDetailContainer>.contentContainer>.boxType1>.head>h2 {
  font-weight: 500;
}

.reserveDetailContainer>.contentContainer>.boxType1>.content {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.boxType1>.content>p {
  font-weight: 400;
}

.reserveDetailContainer>.contentContainer>.boxType1>.content>ul {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reserveDetailContainer>.contentContainer>.boxType2 {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul:last-child {
  margin-bottom: 0;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul>li {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul>li:nth-child(2) {
  text-align: right;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul>li>h1 {
  font-weight: 500;
}

.reserveDetailContainer>.contentContainer>.boxType2>ul>li>p {
  font-weight: 400;
}

.reserveDetailContainer>.contentContainer>.priceContainer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserveDetailContainer>.contentContainer>.priceContainer>ul {
  border: 1px solid #25CEBC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.reserveDetailContainer>.contentContainer>.priceContainer>ul>li {
  width: 100%;
}

.reserveDetailContainer>.contentContainer>.priceContainer>ul>li>h1 {
  color: #25CEBC;
}

.reserveDetailContainer>.contentContainer>.priceContainer>ul>li:nth-child(2) {
  text-align: right;
}

.warning {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.warning>.text {
  width: 100%;
}

.warning>.text>p {
  color: #ff507f;
}

.searchListContainer {
  width: 100%;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  /*padding-top:constant(safe-area-inset-top);
  padding-top:env(safe-area-inset-top);*/
}

.searchListContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchListContainer>ul>li:nth-child(2) {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchResultContainer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchResultContainer>ul {
  width: 100%;
}

.searchResultContainer>ul>li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e7e7ed;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-justify-content: space-between;
  align-content: space-between;
  width: 100%;
  align-items: center;
  padding-right: 30px;
}

.searchResultContainer>ul>li>img {
  width: 30px;
  /*height:30px;*/
  height: auto;
  /*border-radius: 15px;*/
  border-radius: 0px;
  /*border: 1px solid #e7e7ed;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}

.searchResultContainer>ul>li div {
  display: flex;
  flex-flow: column;
  /*flex:0 0 75%;*/
  max-width: 75%;
}

.searchResultContainer>ul>li div>h1 {
  font-size: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 20px;
  white-space: nowrap;
  width: 95%;

  display: block;
  text-overflow: ellipsis;
}

.searchResultContainer>ul>li div>p {
  color: #959698;
  font-weight: 400;
  font-size: 13px;

}

.searchResultContainer>ul>li p {
  font-size: 13px;
}

.searchResultContainer>ul>li:first-child {
  border-top: 1px solid #e7e7ed;
}

.searchResultContainer>ul>li>.content {
  width: 100%;
}

.searchResultContainer>ul>li>.content>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchResultContainer>ul>li>.content>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchResultContainer>ul>li>.content>ul>li>.logo>img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchResultContainer>ul>li>.content>ul>li>.text {
  width: 100%;
}

.searchResultContainer>ul>li>.content>ul>li>.text>p {
  color: #959698;
  font-weight: 400;
}

.searchResultContainer>ul>li>.content>ul>li>.text>.distance {
  color: #000;
}

.searchResultContainer>ul>li>.content>ul>li:first-child {
  width: 100%;
}

.searchResultContainer>ul>li>.content>ul>li:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.searchNearResultContainer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchNearResultContainer>ul {
  width: 100%;
}

.searchNearResultContainer>ul>li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e7e7ed;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-justify-content: space-between;
  align-content: space-between;
  width: 100%;
  align-items: center;
  padding-right: 30px;
}

.searchNearResultContainer>ul>li>img {
  width: 30px;
  /*height:30px;*/
  height: auto;
  /*border-radius: 15px;*/
  border-radius: 0px;
  /*border: 1px solid #e7e7ed;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}

.searchNearResultContainer>ul>li div {
  display: flex;
  flex-flow: column;
  /*flex:0 0 75%;*/
  max-width: 75%;
}

.searchNearResultContainer>ul>li div>h1 {
  font-size: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 20px;
  white-space: nowrap;
  width: 95%;

  display: block;
  text-overflow: ellipsis;
}

.searchNearResultContainer>ul>li div>p {
  color: #959698;
  font-weight: 400;
  font-size: 13px;

}

.searchNearResultContainer>ul>li p {
  font-size: 13px;
}

.searchNearResultContainer>ul>li:first-child {
  border-top: 1px solid #e7e7ed;
}

.searchNearResultContainer>ul>li>.content {
  width: 100%;
}

.searchNearResultContainer>ul>li>.content>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchNearResultContainer>ul>li>.content>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchNearResultContainer>ul>li>.content>ul>li>.logo>img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchNearResultContainer>ul>li>.content>ul>li>.text {
  width: 100%;
}

.searchNearResultContainer>ul>li>.content>ul>li>.text>p {
  color: #959698;
  font-weight: 400;
}

.searchNearResultContainer>ul>li>.content>ul>li>.text>.distance {
  color: #000;
}

.searchNearResultContainer>ul>li>.content>ul>li:first-child {
  width: 100%;
}

.searchNearResultContainer>ul>li>.content>ul>li:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mapExplanationContainer {
  width: 100%;
}

.mapExplanationContainer>ul {
  width: 100%;
}

.mapExplanationContainer>ul>li {
  width: 100%;
  border-bottom: 1px solid #e7e7ed;
}

.mapExplanationContainer>ul>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mapExplanationContainer>ul>li>.list {
  width: 100%;
}

.mapExplanationContainer>ul>li>.list>ul {
  width: 100%;
}

.mapExplanationContainer>ul>li>.list>ul>li {
  width: 100%;
  border: 1px solid #e7e7ed;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapExplanationContainer>ul>li>.list>ul>li:last-child {
  margin-bottom: 0;
}

.mapExplanationContainer>ul>li>.list>ul>li>.text {
  width: 100%;
}

.mapExplanationContainer>ul>li>.list>ul>li>.text>h1 {
  font-weight: 400;
}

.mapExplanationContainer>ul>li>.list>ul>li>.text>p {
  font-weight: 400;
  color: #959698;
}

.downupPopup {
  display: flex;
  flex-flow: column;
}

.downupPopup>.handleContainer>.handle {
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background: #b3b8c1;
  margin: 0 auto;
}

.charge_detail_downuppop {
  position: fixed;
  bottom: 0px;
  background: #FFFFFF;
  margin-bottom: 20px;
}

.CashSelectPop_downuppop {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #FFFFFF;
  height: 250;
  border-radius: 20px 20px 0px 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.placeDetailDataContainerParent {
  height: 100%;
}

.bottomMenu {
  z-index: 991 !important;
}


#rev_modal>.modal-dialog {
  top: 20%;
  /*margin-top: -50px;*/
}

.mapDataContainer {
  margin-bottom: 406px;
  overflow: hidden;
}

.radio_group {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.radio_group1 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.boxType1 .content .radio_group::-webkit-scrollbar {
  display: none;
}

.radio_group.company_group {
  display: flex;
  /* flex-flow: column wrap; */
  flex-wrap: wrap;
  overflow-x: auto;
  justify-content: stretch;
  /* height: 130px; */
  padding-bottom: 10px;
}

/*
.form_round_selector {
  display: inline-block;
  margin-top:1.5rem;
  margin-bottom:0.5rem;
  flex:0 0 auto;
}
*/

.maskedDataBox.noScroll {
  overflow-y: inherit !important;
  display: inline-block;
}

.maskedDataBox.noScroll .popupDataList {
  padding-bottom: 0px;
  margin-bttom: -20px;
}

.form_round_selector {
  display: inline-block;
  padding: 10px;
  border-radius: 5.1rem;
  border: 1px solid #e8e8ec;
  line-height: 1;
  background: #fff;
  margin-bottom: 0.5rem;
  flex: 0 0 auto;
  font-size: 1.2rem;
  justify-content: left;
  align-items: center;
  display: flex;
  min-width: 45px;
  justify-content: center;
  margin-right: 5px;
}

.form_round_selector1 {
  display: inline-block;
  padding: 10px;
  border-radius: 5.1rem;
  border: 1px solid #e8e8ec;
  line-height: 1;
  background: #fff;
  margin-bottom: 0.5rem;
  flex: 0 0 auto;
  font-size: 1.2rem;
  justify-content: left;
  align-items: center;
  display: flex;
  min-width: 45px;
  justify-content: center;
  margin-right: 5px;
}

.form_round_selector.select {
  background: black;
}

.form_round_selector.active {
  background: #000000;
}

.form_round_selector1.active {
  background: #000000;
}

.form_round_selector .filtercheckbox {
  display: none;
}

.form_round_selector .name {
  /*margin-left:-12px !important;*/
  margin: 0px;
  padding: 0px;
}

.form_round_selector1 .name {
  /*margin-left:-12px !important;*/
  margin: 0px;
  padding: 0px;
}

.form_round_selector input[type="radio"]:checked+.name,
.form_round_selector input[type="checkbox"]:checked+.name {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.form_round_selector1 input[type="radio"]:checked+.name,
.form_round_selector1 input[type="checkbox"]:checked+.name {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.mt-5 {
  margin-top: 5px;
}

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

.mt-15 {
  margin-top: 15px;
}

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

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}


.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.border-bt-gray {
  border-bottom: 1px solid #e7e7ed;
}

.bg-white {
  background: #FFFFFF;
}

.timerow {
  height: 62px;
  display: none;
}

.timeinforow {
  height: 52px;
  color: #96999f;
  font-weight: 400;
  font-size: 1.478rem !important;
  padding-top: 10px;
}

.modal-top-first-row {
  display: flex;
  width: 100%;
}

.modal-top-first-row>li:nth-child(2) {
  max-width: 70%;
  overflow-y: scroll
}

div>.modal-top-first-row>li:nth-child(1) {
  max-width: 75%;
  overflow-y: scroll
}

.modal-top-second-row {
  display: flex;
  width: 100%;
  padding-top: 3px;
}

.modal_station_name {
  white-space: nowrap;
  margin-right: 10px;
  overflow-y: scroll
}

.downupPopup-content {
  height: 100% !important;
  background: #FFFFFF;
}

.loadingimg {
  text-align: center;
  padding-top: 20%;
  height: 80%;
  width: 100%;
  display: none
}

.modal-body .textContent {
  padding: 25px 0;
  font-size: 15px;
  text-align: center
}

/* slider */
#slider-round {
  margin: 0 10px;
}

.slider_labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
}

.slider-styled,
.slider-styled .noUi-handle {
  box-shadow: none;
}

/* Hide markers on slider handles */
.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
  display: none;
}

#slider-round {
  height: 5px;
  border: 0;
  background: #d6deda;
}

#slider-round .noUi-connect {
  background: #5bc9df;
}

#slider-round .noUi-handle {
  height: 20px;
  width: 20px;
  top: -8px;
  right: -7px;
  /* half the width */
  border-radius: 50%;
  border: 0;
  background: #5bc9df;
}

#slider-round2 {
  margin: 0 10px;
}

#slider-round2 {
  height: 5px;
  border: 0;
  background: #d6deda;
}

#slider-round2 .noUi-connect {
  background: #5bc9df;
}

#slider-round2 .noUi-handle {
  height: 20px;
  width: 20px;
  top: -8px;
  right: -7px;
  /* half the width */
  border-radius: 50%;
  border: 0;
  background: #5bc9df;
}

.modalInputSearch {
  width: 100%;
  background: transparent;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}

.modalInputSearch::-webkit-input-placeholder {
  color: #b3b8c1;
}

.modalInputSearch:-ms-input-placeholder {
  color: #b3b8c1;
}

.modalInputSearch::-ms-input-placeholder {
  color: #b3b8c1;
}

.modalInputSearch::placeholder {
  color: #b3b8c1;
}

.modalInputSearch:focus .searchContainer {
  background: #000;
}


.ui-menu .ui-menu-item {
  display: flex;
}

.qrcode {
  text-align: center;
}

.timezone {
  width: 100%;
  font-size: 1.975rem;
  text-align: center;
}

.searchListContainerMenu>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
}

.searchListContainerMenu>ul li {
  font-size: 15px;
  width: 50%;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchListContainerMenu>ul li.active {
  font-weight: 500;
  background: #FFFFFF;
  border-bottom: 1px solid darkred;
}

.searchNotData {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #6e7074;
  line-height: 4
}

.searchLoading {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0px;
  text-align: center;
  font-size: 16px;
  color: #b3b8c1;
  z-index: 999997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.searchLoading>img {
  width: 80%;
  margin-top: 50%
}


.qrcodeContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9ebf4;
}

.qrcodeContainer>.exampleImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.qrcodeContainer>.exampleImg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qrcodeContainer>.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.qrcodeContainer>.overlay>.scanIco {
  position: absolute;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.qrcodeContainer>.overlay>.content {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

.qrcodeContainer>.overlay>.content>.inside {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.qrcodeContainer>.overlay>.content>.inside>a {
  color: #fff;
  text-decoration: none;
}

.createQrcodeContainer {
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.createQrcodeContainer>.img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.createQrcodeContainer>.img>img {
  width: 100%;
}

.loginRegisterContainer {
  width: 100%;
}

.loginRegisterContainer>.stepContainer {
  width: 100%;
}

.loginRegisterContainer>.stepContainer>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loginRegisterContainer>.stepContainer>ul>li {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: #e9ebf4;
}

.loginRegisterContainer>.stepContainer>ul>li:last-child {
  margin-right: 0;
}

.loginRegisterContainer>.stepContainer>ul>.active {
  background: #25CEBC;
}

.loginRegisterContainer {
  width: 100%;
}

.loginRegisterContainer>ul {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loginRegisterContainer>ul>li {
  width: 100%;
}

.loginRegisterContainer>ul>li:last-child {
  margin-bottom: 0;
}

.loginRegisterContainer>ul>li>.head {
  font-weight: 500;
  position: relative;
}

.loginRegisterContainer>ul>li>.inputContainer {
  width: 100%;
  position: relative;
}

.loginRegisterContainer>ul>li>.inputContainer>.link>a {
  color: #14c6Ac;
}

.loginRegisterContainer>ul>li>.head>p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-weight: 400;
  color: #96999f;
}

.loginRegisterContainer>ul>li>.inputContainer {
  width: 100%;
  position: relative;
}

.loginRegisterContainer>ul>li>.inputContainer:last-child {
  margin-bottom: 0;
}

.loginRegisterContainer>ul>li>.inputContainer>.link {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loginRegisterContainer>ul>li>.inputContainer>.pwdlink {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loginRegisterContainer>ul>li>.inputContainer>.pwdlink>a {
  color: #14C6AC;
  font-weight: 500;
  font-size: 15px;
}

.loginRegisterContainer>ul>li>.inputContainer>.pwdlink>.black {
  color: #000;
}

.loginRegisterContainer>ul>li>.checkRadioContainer {
  width: 100%;
}

.loginRegisterContainer>ul>li>.checkRadioContainer>ul {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginRegisterContainer>ul>li>.error {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginRegisterContainer>ul>li>.error>p {
  color: #ff507f;
  font-weight: 400;
}

.loginRegisterContainer>ul>li>.error>p:last-child {
  margin-right: 0;
}

.loginRegisterContainer>ul>li>.buttonContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginRegisterContainer>ul>li>.buttonContainer>p {
  color: #14C6AC;
}

.loginRegisterContainer>ul>li>.number>p {
  color: #14C6AC;
}

.loginRegisterContainer>ul>.checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.loginRegisterContainer>ul>.checkBox>p {
  font-weight: 400;
}

.loginRegisterContainer>ul>.checkBox>.link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loginRegisterContainer>ul>.checkBox>.link>a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}

.loginRegisterContainer>.subButton {
  width: 100%;
}

.loginRegisterContainer>.subButton>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginRegisterContainer>.subButton>ul>li>a {
  color: #000;
  text-decoration: none;
}

.loginRegisterContainer>.subButton>ul>li:nth-child(2n) {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  height: 30px;
}

.popupLoginList {
  width: 100%;
}

.popupLoginList>ul {
  width: 100%;
}

.popupLoginList>ul>li {
  width: 100%;
}

.popupLoginList>ul>li:last-child {
  margin-bottom: 0;
}

.mypageContainer {
  width: 100%;
}

.mypageContainer>ul {
  width: 100%;
}

.mypageContainer>ul>li {
  width: 100%;
}

.mypageContainer>ul>li>.head {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}

.mypageContainer>ul>li>.head>p {
  color: #96999f;
  font-size: 13px;
}

.mypageContainer>ul>li>.content {
  width: 100%;
  margin-bottom: 25px;
}

.mypageContainer>ul li .content .credit {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypageContainer>ul li .content .credit>ul {
  width: 100%;
  margin-top: 5px;
}

.mypageContainer>ul li .content .credit>ul>li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.mypageContainer>ul li .content .credit>ul li:last-child {
  margin-bottom: 0;
}

.mypageContainer>ul li .content .credit>ul li .left {
  width: 100%;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 14px;
}

.mypageContainer>ul li .content .credit>ul li .right {
  width: 100%;
  text-align: right;
  font-size: 14px;
}

.mypageContainer>ul>li>.menuList {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypageContainer>ul>li>.menuList>ul {
  width: 100%;
}

.mypageContainer>ul>li>.menuList>ul>li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.mypageContainer>ul>li>.menuList>ul>li:last-child {
  margin-bottom: 0;
}

.mypageContainer>ul>li>.menuList>ul>li>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypageContainer>ul>li>.menuList>ul>li>.complaintReport>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypageContainer>ul>li>.menuList>ul>li>.right {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypageContainer>ul>li>.menuList>ul>li>.complaintReport>.right {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.cardContent {*/
/*  width: 100%;*/
/*  height: 205px;*/
/*  border-radius: 10px;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*}*/

.cardContent>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardContent>.favBox {
  padding: 15px 20px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.cardContent>.favBox>p {
  color: #fff;
  font-weight: 400;
}

.cardContent>.settingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.cardContent>.settingBox>img {
  max-width: 30px;
  max-height: 30px;
  margin: auto;
}

.cardContent>.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.cardContent>.overlay>.inside {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cardContent>.overlay>.inside>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardContent>.overlay>.inside>ul>li {
  width: 100%;
}

.cardContent>.overlay>.inside>ul>li:last-child {
  margin-right: 0;
}

.cardContent>.overlay>.topButton {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cardContent>.overlay>.bottomButton {
  position: absolute;
  right: 15px;
  bottom: 15px;
}


.cardContent>.overlay>.bottomButton>a {
  color: #fff;
  text-decoration: underline;
}

.addCard {
  border: 1px solid #e7e7ed;
  height: 90%;
  margin-left: 10px;
  margin-right: 10px !important;
}

.addCard>.inside {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.addCard>.inside>.button {
  text-align: center;
}

.chaeviPassBannerBox {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPassBannerBox>.inside {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #58ddd0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPassBannerBox>.inside>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chaeviPassBannerBox>.inside>.left>h1 {
  font-weight: 600;
  color: #fff;
}

.chaeviPassBannerBox>.inside>.right {
  width: 100%;
  max-width: 125px;
}

.mypageCarInfoContainer {
  width: 100%;
}

.mypageCarInfoContainer>ul {
  width: 100%;
}

.mypageCarInfoContainer>ul>li {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mypageCarInfoContainer>ul>li:last-child {
  margin-bottom: 0;
}

.carInfoBox,
.carInfoBoxType2,
.carInfoBoxType2Active {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.carInfoBox>.left,
.carInfoBoxType2>.left,
.carInfoBoxType2Active>.left {
  width: 100%;
  text-align: left;
}

.carInfoBox>.left>p,
.carInfoBoxType2>.left>p,
.carInfoBoxType2Active>.left>p {
  color: #96999f;
  font-weight: 400;
}

.carInfoBox>.right,
.carInfoBoxType2>.right,
.carInfoBoxType2Active>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.carInfoBox>.right>img,
.carInfoBoxType2>.right>img,
.carInfoBoxType2Active>.right>img {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carInfoBoxType2>.left,
.carInfoBoxType2Active>.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carInfoBoxType2>.left>h1,
.carInfoBoxType2Active>.left>h1 {
  margin-bottom: 0;
}

.carInfoBoxType2Active {
  border-bottom: 1px solid #25CEBC;
  border-top: 1px solid #25CEBC;
}

.carInfoBoxType2Active>.left>p {
  font-weight: 500;
  color: #25CEBC;
}

.carInfoBoxNoData {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7ed;
  text-align: center;
  border-radius: 5px;
}

.carInfoBoxNoData>p {
  color: #96999f;
  font-weight: 400;
}

.carInfoDetailContainer {
  width: 100%;
}

.carInfoDetailContainer>.selectCarImg {
  width: 100%;
}

.carInfoDetailContainer>.selectCarImg>.head {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carInfoDetailContainer>.selectCarImg>.head>h1 {
  font-weight: 500;
}

.carInfoDetailContainer>.selectCarImg>.head>p {
  color: #96999f;
}

.chargingInfoBox {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.chargingInfoBox>.left {
  width: 100%;
  text-align: left;
}

.chargingInfoBox>.left>h1 {
  color: #96999f;
  font-weight: 600;
}

.chargingInfoBox>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chargingGraphBox {
  width: 100%;
}

.chargingGraphBox>.head {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chargingGraphBox>.inside {
  width: 100%;
  max-width: 375px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.chargingGraphBox>.inside>.max {
  width: 100%;
}

.chargingGraphBox>.inside>.max>.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e7e7ed;
}

.chargingGraphBox>.inside>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chargingGraphBox>.inside>ul>li {
  width: 3px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chargingGraphBox>.inside>ul>li:last-child {
  margin-right: 0;
}

.chargingGraphBox>.inside>ul>li>.bar {
  width: 3px;
  border-radius: 3px;
  background: #25CEBC;
}

.chargingGraphBox>.bottomLine {
  width: 100%;
  height: 1px;
  background: #e7e7ed;
}

.csBox {
  width: 100%;
  border-bottom: 1px solid #e7e7ed;
}

.csBox:first-child {
  border-top: 1px solid #e7e7ed;
}

.csBox>.inside {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.csBox>.inside>.content {
  width: 100%;
}

.csBox>.inside>.content>h1 {
  font-weight: 600;
}

.csBox>.inside>.content>p {
  color: #96999f;
}

.csBox>.inside>.button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agreementBox {
  width: 100%;
  border: 1px solid #e7e7ed;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agreementBox>.left {
  width: 100%;
}

.agreementBox>.left>h1 {
  font-weight: 600;
}

.agreementBox>.button {
  width: auto;
}

.agreementDetailBox {
  width: 100%;
}

.agreementDetailBox>.inside {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.agreementDetailBox>.inside>.content {
  width: 100%;
}

.agreementDetailBox>.inside>.content>h1 {
  font-weight: 600;
}

.agreementDetailBox>.inside>.content>p {
  color: #96999f;
}

.chaeviPassContainer {
  width: 100%;
}

.chaeviPassContainer>.top,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2 {
  width: 100%;
  padding: 45px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.chaeviPassContainer>.top>.bgImg,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2>.bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.chaeviPassContainer>.top>.bgImg>img,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2>.bgImg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chaeviPassContainer>.top>h1,
.chaeviPassInfoBox>ul>li.chaeviPassContainer>.topType2>h1 {
  color: #fff;
  font-weight: 600;
}

.chaeviPassInfoBox {
  width: 100%;
}

.chaeviPassInfoBox>ul {
  width: 100%;
}

.chaeviPassInfoBox>ul>li {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPassInfoBox>ul>li>.top,
.chaeviPassInfoBox>ul>li>.topType2 {
  width: 100%;
}

.chaeviPassInfoBox>ul>li>.top>img,
.chaeviPassInfoBox>ul>li>.topType2>img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 15px;
}

.chaeviPassInfoBox>ul>li>.top>ul,
.chaeviPassInfoBox>ul>li>.topType2>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chaeviPassInfoBox>ul>li>.top>ul:last-child,
.chaeviPassInfoBox>ul>li>.topType2>ul:last-child {
  margin-bottom: 0;
}

.chaeviPassInfoBox>ul>li>.top>ul>li,
.chaeviPassInfoBox>ul>li>.topType2>ul>li {
  width: 100%;
}

.chaeviPassInfoBox>ul>li>.top>ul>li>h1,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>h1 {
  color: #96999f;
  font-weight: 400;
}

.chaeviPassInfoBox>ul>li>.top>ul>li>p,
.chaeviPassInfoBox>ul>li>.topType2>ul>li>p {
  color: #000;
  font-weight: 400;
}

.chaeviPassInfoBox>ul>li>.top>ul>li:nth-child(2),
.chaeviPassInfoBox>ul>li>.topType2>ul>li:nth-child(2) {
  text-align: right;
}

.chaeviPassInfoBox>ul>li>.topType2 {
  background: #F7F8FA;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPassInfoBox>ul>li>.bottom,
.chaeviPassInfoBox>ul>li>.bottomType2 {
  width: 100%;
  background: #F7F8FA;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>h1 {
  font-weight: 500;
}

.chaeviPassInfoBox>ul>li>.bottom>h1,
.chaeviPassInfoBox>ul>li>.bottomType2>ul>h1 {
  font-size: 11px;
  font-weight: 500;
}

.chaeviPassInfoBox>ul>li>.bottom>ul,
.chaeviPassInfoBox>ul>li>.bottomType2>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

.chaeviPassInfoBox>ul>li>.bottom>ul>li,
.chaeviPassInfoBox>ul>li>.bottomType2>ul>li {
  color: #b3b8c1;
}

/* .chaeviPassInfoBox > ul > li > .bottom > ul > li, .chaeviPassInfoBox > ul > li > .bottomType2 > ul > .chaeviPassInfoBoxV2 > li { */
/* font-size:11px; */
/* padding-top:10px; */
/* color: #b3b8c1; */
/* } */

.chaeviPassInfoBox>ul>li>.bottomType2 {
  padding: 0;
  background: transparent;
}

.chaeviPassInfoBox>ul>li>.bottomType3 {
  padding: 0;
  background: transparent;
}

.chaeviPassInfoBox>ul>li>.bottomType3>ul {
  display: block;
  gap: 0;
}

.chaeviPassInfoBox>ul>li>.bottomType3>ul>li:last-child {
  margin-bottom: 0;
}

.chaeviPayBox {
  width: 100%;
}

.chaeviPayBox>.paymentInfo {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPayBox>.paymentInfo>h1 {
  font-weight: 500;
  color: #000;
}

.chaeviPayBox>.paymentInfo>p {
  color: #25CEBC;
}

.chaeviPayBox>.infoList {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPayBox>.infoList>ul {
  width: 100%;
}

.chaeviPayBox>.infoList>ul>li {
  width: 100%;
}

.chaeviPayBox>.infoList>ul>li:last-child {
  margin-bottom: 0;
}

.chaeviPayBox>.infoList>ul>.checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chaeviPayBox>.infoList>ul>.checkBox>p {
  font-weight: 400;
}

.chaeviPayBox>.infoList>.infoText {
  width: 100%;
  display: block;
}

.chaeviPayBox>.infoList>.infoText>h1 {
  color: #000;
  font-weight: 500;
}

.chaeviPayBox>.infoList>.infoText>p {
  font-weight: 400;
  color: #353535;
}

.chaeviPayBox>.infoList>.infoText>p:last-child {
  margin-bottom: 0;
}

.chaeviPayBox>.total {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chaeviPayBox>.total>.inside {
  width: 100%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #25CEBC;
  border-radius: 10px;
}

.chaeviPayBox>.total>.inside>.left {
  width: 100%;
}

.chaeviPayBox>.total>.inside>.right {
  width: 100%;
  text-align: right;
  font-weight: 700;
  color: #25CEBC;
}

.loginRegisterContainer>.inputContainer>h1 {
  font-weight: 400;
  color: #353535;
  font-size: 11px;
}

.loginRegisterContainer>.inputContainer>p {
  font-weight: 400;
  color: #353535;
  font-size: 11px;
  padding-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.homeContentContainer {
  width: 100%;
}

.homeUserInfo {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homeUserInfo>.inside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  /* align-items: flex-end; */
  align-items: center;
}

.homeUserInfo>.inside>.left {
  width: 100%;
}

.homeUserInfo>.inside>.left .badge {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #000;
  font-weight: 400;
  display: inline-block;
  background: #FFFFFF;
  font-size: 10px;
  color: #000;
}

.homeUserInfo>.inside>.left .badgepass {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #0054FF;
  font-weight: 400;
  display: inline-block;
  background: #FFFFFF;
  font-size: 10px;
  color: #0054FF;
}

.homeUserInfo>.inside>.left>.carinfo>.name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeUserInfo>.inside>.left>.carinfo>.name>.button>img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homeUserInfo>.inside>.left>.name {
  width: 100%;
  color: #000;
  font-weight: 400;
  padding: 10px 0px 0px 0px;
}


.homeUserInfo>.inside>.left>.nickname {
  width: 100%;
  color: #96999f;
  font-weight: 400;
}

.homeUserInfo>.inside>.right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.homeUserInfo>.inside>.right>img {
  height: 70px;
}

.homeChaeviPassBannerBox {
  width: 100%;
  /* padding: 0 25px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.homeChaeviPassBannerBox>.inside {
  width: 100%;
  padding: 35px 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.homeChaeviPassBannerBox>.inside>.bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px;
}

.homeChaeviPassBannerBox>.inside>.bgImg>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homeChaeviPassBannerBox>.inside>li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
}

.homeChaeviPassBannerBox>.inside>li>a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
}

.homeChaeviPassBannerBox>.inside>li>.bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 10px;
}

.homeChaeviPassBannerBox>.inside>li>.bgImg>img {
  width: 100%;
  height: 100%;
}

.homeChaeviPassBannerBox>.inside>.left {
  width: 100%;
}

.homeChaeviPassBannerBox>.inside>.left>h2 {
  font-weight: 600;
  color: #fff;
}

.homeChaeviPassBannerBox>.inside>.left>h1 {
  color: #fff;
}

.homeChaeviPassBannerBox>.inside>.right {
  width: 100%;
  max-width: 125px;
}

.homeChaeviPassBannerBox>.inside>.right>h1 {
  color: #fff;
  text-align: right;
}

.homeStationList {
  width: 100%;
}

.homeStationList>.head {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeStationList>.head>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeStationList>.head>.left>p {
  color: #96999f;
  font-weight: 400;
}

.homeStationList>.head>.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px;
}

.homeStationList>.list {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homeStationList>.list>.inside {
  width: 100%;
  background: #F7F8FA;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.homeStationList>.list>.inside>ul {
  width: 100%;
}

.homeStationList>.list>.inside>ul>li {
  width: 100%;
  background: #fff;
  padding: 0.625rem 0.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.06);
}

.homeStationList>.list>.inside>ul>li:last-child {
  margin-bottom: 0;
}

.homeStationList>.list>.inside>ul>li>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeStationList>.list>.inside>ul>li>.left>.station>.circle {
  width: 60px;
  height: 45px;
  border-radius: 28px;
  position: relative;
  font-size: 13px;
}

.homeStationList>.list>.inside>ul>li>.left>.station>.circle>img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homeStationList>.list>.inside>ul>li>.left>.station>.circle>div {
  height: 50%;
  display: flex;
}

.homeStationList>.list>.inside>ul>li>.left>.station>.circle>div>p {
  margin: auto;
}

.homeStationList>.list>.inside>ul>li>.left>.infoText {
  width: 100%;
  display: block;
}

.homeStationList>.list>.inside>ul>li>.left>.infoText>p {
  color: #96999f;
}

.homeStationList>.list>.inside>ul>li>.right {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeStationList>.list>.inside>ul>li>.right>.badge {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.myAlarmDataList>ul>li {
  width: 100%;
  padding: 20px 25px;
  border-bottom: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myAlarmDataList>ul>li:nth-child(1) {
  width: 100%;
  padding: 20px 25px;
  border-top: 1px solid #e7e7ed;
  border-bottom: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.myAlarmDataList>ul>li>ul,
.myAlarmDataList>ul>li>ul>li>.inside>ul,
.myAlarmDataList>ul>li>ul>li>.inside0>ul,
.myAlarmDataList>ul>li>ul>li>.inside1>ul,
.allNav>ul {
  display: flex;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li>div>img,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li>div>img,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(1)>div,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(1)>div,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(1)>div {
  width: 50px;
  height: 50px;
  border-radius: 70%;
  overflow: hidden;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(2)>ul,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(2)>ul,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(2)>ul {
  margin-left: 10px;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(2)>ul>li>.Title,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(2)>ul>li>.Title,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(2)>ul>li>.Title {
  font-size: 15px;
  font-weight: bold;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(2)>ul>li>.Contents,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(2)>ul>li>.Contents,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(2)>ul>li>.Contents {
  font-size: 12px;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(3)>ul,
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(3)>ul,
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(3)>ul {
  margin-left: 10px;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(1),
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(1),
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(1),
.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(3),
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(3),
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(3) {
  flex: 1 1 0;
}

.myAlarmDataList>ul>li>ul>li>.inside>ul>li:nth-child(2),
.myAlarmDataList>ul>li>ul>li>.inside0>ul>li:nth-child(2),
.myAlarmDataList>ul>li>ul>li>.inside1>ul>li:nth-child(2) {
  flex: 5 1 0;
}

.myAlarmDataList>ul>li>ul>li:nth-child(1) {
  flex: 6 1 0;
}

.myAlarmDataList>ul>li>ul>li:nth-child(2) {
  flex: 1 1 0;
}

.myAlarmDataList>ul>li>ul>li>.deleteImgArea {
  margin: 0px 0px auto auto;
  width: fit-content;
}

.inside1 {
  color: #cbc9c9;
}

.allNav {
  margin-bottom: 10px;
}

.allNav>ul>li>p {
  font-size: 15px;
  text-decoration: underline;
  text-underline-position: under;
}

.allNav>ul>li:nth-child(1) {
  flex: 20 1 0;
}

.allNav>ul>li:nth-child(3) {
  flex: 0.1 1 0;
}

.allNav>ul>li:nth-child(2),
.allNav>ul>li:nth-child(4) {
  flex: 5 1 0;
}

.swal-title {
  margin: 0px;
  font-size: 16px;
  margin-bottom: 28px;
}

.swal-button--confirm {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #25CEBC;
  font-size: 12px;
  border: 2px solid #25CEBC;
}

.swal-button--cancel {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 12px;
  border: 1px solid #e7e7ed;
}

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

.swal-button--confirm_v2 {
  padding: 7px 19px;
  border-radius: 20px;
  background-color: #000;
  font-size: 12px;
  border: 2px solid #000;
  width: 200px;
}


@-webkit-keyframes chargingAnimation1 {
  from {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

@keyframes chargingAnimation1 {
  from {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

@-webkit-keyframes chargingAnimation2 {
  from {
    opacity: 0;
    width: 80px;
    height: 80px;
  }

  50% {
    opacity: 0.2;
    width: 150px;
    height: 150px;
  }

  to {
    opacity: 0;
    width: 80px;
    height: 80px;
  }
}

@keyframes chargingAnimation2 {
  from {
    opacity: 0;
    width: 80px;
    height: 80px;
  }

  50% {
    opacity: 0.2;
    width: 150px;
    height: 150px;
  }

  to {
    opacity: 0;
    width: 80px;
    height: 80px;
  }
}

@-webkit-keyframes chargingAnimation3 {
  from {
    opacity: 0;
    width: 100px;
    height: 100px;
  }

  50% {
    opacity: 0.2;
    width: 210px;
    height: 210px;
  }

  to {
    opacity: 0;
    width: 100px;
    height: 100px;
  }
}

@keyframes chargingAnimation3 {
  from {
    opacity: 0;
    width: 100px;
    height: 100px;
  }

  50% {
    opacity: 0.2;
    width: 210px;
    height: 210px;
  }

  to {
    opacity: 0;
    width: 100px;
    height: 100px;
  }
}

.chargingStatusContainer {
  width: 100%;
}

.chargingStatusContainer>.chargingCircle {
  width: 210px;
  height: 210px;
  position: relative;
  border-radius: 110px;
  border: 1px solid #e7e7ed;
  margin: 0 auto;
}

.chargingStatusContainer>.chargingCircle>.active {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110px;
  background: #25CEBC;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: chargingAnimation1;
  animation-name: chargingAnimation1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}

.chargingStatusContainer>.chargingCircle>.chargingAnimation1 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110px;
  background: #25CEBC;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: chargingAnimation2;
  animation-name: chargingAnimation2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.chargingStatusContainer>.chargingCircle>.chargingAnimation2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 110px;
  background: #25CEBC;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: chargingAnimation3;
  animation-name: chargingAnimation3;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.chargingStatusContainer>.number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chargingStatusContainer>.number>h1 {
  font-weight: 600;
}

.chargingStatusContainer>.number>p {
  font-weight: 400;
  margin-top: 5px;
}

.stationListContainer {
  width: 100%;
  padding: 25px 25px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stationListContainer>ul {
  width: 100%;
}

.stationListContainer>ul>li {
  width: 100%;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.06);
}

.stationListContainer>ul>li:last-child {
  margin-bottom: 0;
}

.stationListContainer>ul>li>.left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stationListContainer>ul>li>.left>.station>.circle {
  width: 45px;
  height: 45px;
  border-radius: 28px;
  position: relative;
}

.stationListContainer>ul>li>.left>.station>.circle>img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stationListContainer>ul>li>.left>.infoText {
  width: 100%;
  display: block;
}

.stationListContainer>ul>li>.left>.infoText>p {
  color: #96999f;
}

.stationListContainer>ul>li>.right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stationListContainer>ul>li>.right>.badge {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.stationDetailMapContainer {
  width: 100%;
  height: 300px;
  position: relative;
  background: #e7e7ed;
}

.carSelectionContainer {
  width: 100%;
}

.carSelectionContainer>ul {
  width: 100%;
}

.carSelectionContainer>ul>li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carSelectionContainer>ul>li:last-child {
  margin-bottom: 0;
}

.carSelectionContainer>ul>li>.text {
  width: 100%;
}

.carSelectionContainer>ul>li>.text>h1 {
  font-weight: 400;
}

.carSelectionContainer>ul>li>.text>p {
  font-weight: 400;
  color: #959698;
}

.modal-top-first-row>.boxrightbtns {
  max-width: 100% !important;
  overflow-y: auto !important;
}

.mapDataContainer>.top>.modal-top-second-row>li:nth-child(2) {
  margin-right: 0px;
}

button.close>span {
  font-size: 3.6rem;
}

.breakwrapper {
  display: flex;
  flex-direction: column;
}

.breakwrapper .tit_page {
  font-size: 4.578rem;
}

.breakwrapper .header_inner_title {
  padding: 10px;
  border-bottom: 1px solid #e2e2e4;
}

.breakwrapper .header_inner_title .btn_close {
  top: 0px;
  width: 25px;
  height: 25px;
  right: 10px;
  left: auto;
}

.breakwrapper .header_inner_title .tit_page {
  text-align: left;
}

.breakwrapper .contents .block_add_photo {
  margin-top: 10px;
}

.breakwrapper .contents .block_add_photo .addImg {
  width: 60px;
  height: 60px;
}

.breakwrapper .contents .block_add_photo .addImg+.addImg {
  margin-left: 12px;
}

.breakwrapper .contents ._txt_primary {
  font-size: 4.278rem;
  color: #25CEBC;
}

.breakwrapper .contents .form_textarea {
  font-size: 4.278rem;
  padding: 10px;
}

.breakwrapper .bottom {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 4.578rem
}

.boxrightbtns {
  position: absolute;
  right: 10px;
}

.snsloginbtn>img {
  width: 14.4rem;
  border-radius: 50px;
}

.btn_pwd_show>img {
  width: 6.4rem;
}

.buttonContainer .social_login {
  display: flex;
  margin-top: 0px !important;
  justify-content: space-around !important;
}

.buttonContainer .social_login div img {
  max-width: 60px !important;
}


.contents_inner {
  padding: 0px;
}

/* 이용약관 */
/*.termsWrap{margin-top:7.5rem;}*/
.terms_box {
  font-size: 3.5rem;
  border: 0px solid #e8e8ec;
  /*border-radius:3rem;*/
  background: #fff;
  overflow: hidden;
}

.terms_box+.terms_box {
  /*margin-top:1rem;*/
}

.terms_box .article {
  margin-top: 1rem;
}

.terms_box .article .tit {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.terms_box .article p+p {
  margin-top: 1rem;
}

.terms_box .accordion_body {
  border-top: 1px solid #e8e8ec;
  font-size: 1.4rem;
}

.terms_box .accordion_btn {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  width: 100%;
}

.termsmodal-btn {
  width: 100%;
  height: 60px;
  font-size: 1.7rem;
}

/* 이용약관동의 */
.img_chaevi {
  margin-top: 13.5rem;
  margin-bottom: 19.5rem;
  text-align: center;
}

.img_chaevi img {
  width: 65.4rem;
}

.terms_agree_list .ters_agree_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #979797;
}

.terms_agree_list .ters_agree_header a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #5bc9df;
  border-bottom: 1px solid #5bc9df;
}

.terms_agree_list .ters_agree_header .form_checkbox .name {
  font-size: 1.8rem;
  font-weight: 600;
}

.terms_agree_list .terms_agree_body {
  margin-top: 3rem
}

.terms_agree_list .terms_agree_body li {
  margin-top: 2rem
}

.terms_agree_list .terms_agree_body li .form_checkbox {
  width: 100%;
}

.terms_agree_list .terms_agree_body li .form_checkbox .name {
  justify-content: space-between;
}

.form_checkbox {
  display: inline-block;
  position: relative;
}

.form_checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.form_checkbox .name {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.form_checkbox .name:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 2.4rem;
  background: url(/assets/img/ico_checkbox.png) no-repeat top center / 100%;
}

.form_checkbox input[type="checkbox"]:checked+.name:after {
  background-position: bottom center;
}

.btnArea {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
}

.btnArea .btn {
  width: 100%;
  font-size: 1.7rem;
  line-height: 18px;
  display: flex;
  justify-content: center;
  height: 62px;
  align-items: center;
  color: #FFFFFF;
  background: #000000;
  padding: 10px;
}

.black {
  color: #000 !important;
}

.completemodal .modal-title {
  text-align: center;
}

.completemodal .buttonType2 {
  padding: 20px 0;
  font-size: 13px;
}

.completemodal .buttonType6 {
  font-size: 13px;
}

/* 마이채비 */
.contents {
  flex: 1;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollInner {
  padding: 0 14px 14px;
  margin-right: 14px;
  white-space: nowrap;
}

.mypage_menu {
  display: inline-block;
  text-align: center;
  margin-right: 6rem;
}

.mypage_menu img {
  width: 24rem;
  border-radius: 50%;
  box-shadow: 2.4rem 3rem 6rem 0 rgba(0, 0, 0, 0.15), 0 0.6rem 0.9rem 0 rgba(0, 0, 0, 0.1), inset 0.9rem 0.6rem 0.3rem 0 #454b51;
}

.mypage_menu span {
  display: block;
  margin-top: 3rem;
  font-size: 3.6rem;
  color: #fff;
}

.mycard {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-right: 0px;
  border-radius: 13px;
  overflow: hidden;
}

.mycard .cardInfo {
  position: relative;
  height: 100%;
  font-size: 14px;
}

.mycard .btn_change {
  color: #fff;
}

.mycard .btn_change:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.4rem;
  margin-left: 2rem;
  background: url('/assets/img/ico_next.svg') no-repeat center / cover;
}

.mycard .cardside {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 20px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/chaevicard.png') no-repeat center / cover;
  ;
}

.mycard .cardside_lexus {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 21px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/lexuscard.png') no-repeat center / cover;
  ;
}

.mycard .cardside_porsche {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 20px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/porschecard.png') no-repeat center / cover;
  ;
}

.mycard .cardside_etronwhite {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 20px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/etroncard_white.png') no-repeat center / cover;
  ;
}

.mycard .cardside_etronblack {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 20px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/etroncard_black.png') no-repeat center / cover;
}

.mycard .cardside_volkswagen {
  display: flex;
  flex-direction: column;
  box-shadow: 8px 10px 20px 0 #19283a, 0 2px 3px 0 #0e3565;
  background: url('/assets/img/card/card_volkswagen.png') no-repeat center / cover;
  ;
}

.mycard .card_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  width: 100%;
}

.mycard .card_body {
  flex: 1;
}

.mycard .card_bottom {
  display: flex;
  justify-content: flex-end;
  padding: 0 6rem 6rem 6rem;
}

.mycard .form_card_checkbox {
  display: flex;
  align-items: center;
}

.mycard .form_card_checkbox input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  border: 1px solid #fff;
  border-radius: 1rem;
}

.mycard .form_card_checkbox input[type="checkbox"]:checked {
  background: url('/assets/img/bg_card_checked.svg') no-repeat center / cover
}

.mycard .qrcodeside {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mycard .qrcodeside .btn_change {
  position: absolute;
  bottom: 6rem;
  right: 6rem;
  color: #5bc9df;
}

.mycard .qrcodeside .btn_change:after {
  background-image: url('/assets/img/ico_next_g.svg');
}

.mycard .qrcodeside .btn_showQrcode {
  display: block;
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 4.5rem;
}

.mycard .qrcodeside .btn_showQrcode img {
  width: 100%;
}

.mycard .qrcodeside .card_qrcode {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25.2rem;
  transform: translate(-50%, -50%);
}

.mycard .qrcodeside .card_qrcode img {
  width: 100%;
}

.mycard.showQr .qrcodeside {
  display: block;
}

.mycard .card_name {
  width: 100%;
}

.tit_myCard {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 25px;
}

.tit_myCard .tit {
  font-size: 14px;
  font-weight: 500;
}

.tit_myCard .link {
  font-weight: 600;
  color: #fff;
}

.tit_myCard .link:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.4rem;
  margin-left: 2rem;
  background: url(/assets/img/ico_next_g.png) no-repeat center / cover;
}

.add_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

.add_card img {
  width: 7.2rem;
}

.mycard .txt_line {
  width: 100%;
  padding: 0 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mycard .card_num {
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mycard .cardside_etronblack {
  color: #FFFFFF;
}

/* scrollbar */
.simplebar-track.simplebar-horizontal {
  left: 6rem !important;
  right: 6rem;
  height: 1px !important;
  background: rgba(255, 255, 255, .2) !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0 !important;
  height: 1px !important;
}

.simplebar-scrollbar:before {
  opacity: 1 !important;
  background-color: #fff !important;
}

/* 차량충전상태 */
/* 차량충전상태 */
.chargingInfo {
  width: calc(100% - 12rem);
  padding: 6rem;
  color: #2c2c2c;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1.5rem 4.5rem 0 rgba(0, 0, 0, 0.15);
  font-size: 3.9rem;
}

.chargingInfo .tit {
  font-size: 5.4rem;
  font-weight: 400;
  text-align: center;
}

.charging_graph {
  text-align: center;
}

.charging_graph .charging_status {
  color: #7c8289;
}

.charging_graph .charging_status strong {
  font-size: 7.2rem;
  color: #2c2c2c;
  ;
}

.graph_bar {
  position: relative;
  width: 100%;
  height: 1.8rem;
  border-radius: 15rem;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background: #eeeded;
  overflow: hidden;
}

.graph_bar .innerbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 0;
  border-radius: 15rem;
  background-image: linear-gradient(to left, #5bc9df, #00b5da 0%);
}

.charging_time {
  display: flex;
  border-top: 1px solid #d6deda;
  border-bottom: 1px solid #d6deda;
}

.charging_time .info {
  width: 50%;
  padding: 6rem;
  text-align: center;
}

.charging_time .info strong {
  font-size: 7.2rem;
  font-weight: 500;
}

.charging_time .info span {
  color: #7c8289;
}

.chargingInfo .charging_price {
  text-align: right;
  color: #7c8289;
}

.chargingInfo .charging_price span {
  display: inline-block;
  color: #2c2c2c;
}

.chargingInfo .charging_price strong {
  display: inline-block;
  margin: 0 2.4rem;
  font-size: 9.6rem;
  font-weight: 500;
  color: #5bc9df;
}

.btn_refresh {
  display: block;
  padding: 1.8rem 0;
  text-align: center;
  background: #1b4965;
}

.btn_refresh img {
  width: 4.5rem;
}

.carname {
  display: flex;
}

.carname p {
  font-weight: 500;
  color: #25CEBC;
  padding-left: 10px;
}

.carmodal-body li {
  margin-bottom: 10px;
}

/* .deletebtn {background: #572222;color:#FFFFFF !important;font-size:10px !important;padding:2px 5px;border-radius:3px} */
.deletebtn {
  background: transparent;
  color: rgb(150, 150, 150) !important;
  font-size: 11px !important;
  padding: 2px 5px;
  width: 23px;
  height: 21px;
  border-radius: 23px;
  border: 1px solid rgb(150, 150, 150);
}

.deletebtnImg {
  background: transparent;
  padding: 3px 3px;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  border: 1px solid rgb(150, 150, 150);
}

.itemcenter {
  align-items: center !important;
}

.left.logininfo {
  font-size: 15px;
  align-items: center;
  color: #9e9e9e;
}

.accordion_btn {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  text-align: left;
  padding: 5px 0 5px 5px;
  background: #FFFFFF;
  font-weight: 120;
  font-size: 14px;
}

.accordion_body {
  background: #f6f6f6;
  font-weight: 120;
  font-size: 14px;
  padding: 5px 0 5px 5px;
}

.shinbtn {
  position: absolute;
  right: 20px;
  top: 50px;
}

.chaeviPassInfoBox .right {
  position: absolute;
  right: 50px;
  width: 50px !important;
}

.chaeviPassInfoBox .right img {
  position: relative;
  top: -27px;
  height: 20px;
}

.chaeviPassInfoBox .bottom.top ul {
  justify-content: center;
}

.chaeviPassInfoBox .bottom.top ul:first-child li {
  border-bottom: 1px solid #37c7b4;
}

.infotxt1 {
  color: #96999f;
  font-size: 10px;
}

.chargeper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}

.customlist .bordtitle {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customlist .bordtitle .left {
  width: 80%
}

.customlist .bordcontent {
  width: 90%;
  padding-bottom: 20px;
  padding: 20px 25px;
  width: 100%;
  background: #F7F8FA;
}


.faqData.bordtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqData.bordtitle .left {
  width: 80%
}

.faqData.bordcontent {
  width: 90%;
  padding-bottom: 20px;
}

.pncrnumber {
  color: #14C6AC;
  font-size: 70px;
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.swiper-slide>div {
  min-height: 87px;
}

.swiper-slide>.mycard {
  min-height: 87px;
  max-width: 225px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

#ui-datepicker-div {
  position: unset !important;
  display: none;
  width: 100% !important;
  ;
  height: 321px !important;
  ;
  border: 0px !important;
  ;
}

.ui-widget-header {
  border: 0px !important;
  background: #FFFFFF !important;
}

.ui-widget-header .ui-datepicker-title {
  font-size: 15px;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url("/assets/img/ver2/mypage/left_arrow_ico.svg") !important;
  background-position: center !important;
  width: 20px !important;
  height: 20px !important;
}

.ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url("/assets/img/ver2/mypage/right_arrow_ico.svg") !important;
  background-position: center !important;
  width: 20px !important;
  height: 20px !important;
}

.ui-datepicker-calendar thead {
  display: none;
}

.ui-datepicker-calendar tbody td {
  height: 40px !important;
}

.ui-datepicker-calendar tbody td a {
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  border: 0px !important;
  font-size: 15px !important;
}

.ui-datepicker-unselectable.ui-state-disabled span {
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  border: 0px !important;
  font-size: 15px !important;
  color: #454545;
}

.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: #25CEBC !important;
}

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

.gmnoprint,
.gm-control-active.gm-fullscreen-control {
  display: none;
}

.subtitlebox {
  width: 50% !important;
  margin: 0 auto;
  color: #000000 !important;
}

.subtitlebox li {
  border-bottom: 1px solid #000000;
  color: #000000 !important;
}

.subtitlebox li h1 {
  font-weight: 400;
  color: #000000 !important;
}

.itemtitle {
  font-weight: 400;
  color: #37c7b4 !important;
  font-size: 13px !important;
  font-weight: 800
}


/* google map */
.googleme {
  position: absolute;
  z-index: 997
}

.googlemapDotContainer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.googlemapDotContainer .dot {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  border: 5px solid #fff;
  background: #25CEBC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.googlemapDotContainer .radar1 {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #25CEBC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: opacityRadar1;
  animation-name: opacityRadar1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.googlemapDotContainer .radar2 {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: #25CEBC;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: opacityRadar2;
  animation-name: opacityRadar2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.greencolor {
  color: #25CEBC;
}

.resetbtn {
  background: transparent;
}

.carmain {
  flex-flow: column !important;
  text-align: left !important;
  align-items: baseline !important;
  background: #f6f6f6;
  padding: 10px;
}

.carmain .cardname {
  background: transparent;
  color: #000000 !important;
}

.carmain .cardnumbody {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
  color: #000000 !important;
}

.carmain .cardnumbody span {
  margin: 20px 0px;
  display: block;
}

.carmain .cardnum {
  width: 60px;
  border: 1px solid #CCCCCC;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  color: #000000;
  margin-bottom: 10px;
}

.cardinfo {
  padding: 0px;
}

.cardinfo p {
  font-size: 1.3rem !important;
}

.cardbtns ul li button {
  border-radius: 10px;
}

.popswiper .swiper-slide {
  width: 100% !important;
}

.popswiper .swiper-slide img {
  width: 100% !important;
}

.popswiper .swiper-slide ul {
  width: 100% !important;
}

.flexleftbtn {
  justify-content: left !important;
}

.findmapReserveButton {
  display: inline-block;
  padding: 11px 15px;
  background: #fff;
  border: 1px solid #25CEBC;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
  box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 10%);
  color: #000;
  cursor: pointer;
}

.findmapReserveButton img {
  width: 16px;
  margin-right: 3px;
}

.findmapReserveButton p {
  font-size: 1.478rem !important;
}

.font3rem {
  font-size: 3rem !important;
}

.mapinfo img {
  width: 20px;
}

.mapinfo {
  width: 80px;
  display: flex;
  align-items: end;
}

.border0 {
  border: 0px !important;
}

.m045 {
  margin: 0 45px !important;
}

.p025 {
  padding: 0 25px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.drivingHeader {
  padding: 15px 25px;
  padding-top: calc(constant(safe-area-inset-top) + 15px);
  padding-top: calc(env(safe-area-inset-top) + 15px);
}

.drivingTitle {
  font-size: 18px;
  white-space: nowrap;
  overflow-x: scroll;
  padding-top: 7px;
}

.mapInfo {
  display: none;
  position: relative;
  top: -87px;
  color: #000000;
  background: #FFFFFF;
  width: 168px;
  margin: 0 auto;
  font-size: 2rem;
  padding: 10px 20px;
  border-radius: 16px;
}

#nevi_modal {
  z-index: 99999
}

.slick-track {
  height: 35vh !important;
}

.slick-slide {
  max-height: 40vh !important;
}

.slickbuttonContainer {
  position: absolute !important;
  bottom: 0px;
  width: calc(100vw - 10vw) !important;
}

.drivingbuttonContainer {
  width: 100% !important;
  padding: 0px;
}

.slickbuttonContainer .slicksubbuttonContainer {
  position: relative !important;
  bottom: 0px;
}

.slickbuttonContainer .slicksubbuttonContainer .buttonType3 {
  min-width: 120px !important;
}

.driving_charge_slick-content {
  height: 100% !important;
}

.driving_charge_slick>.handleContainer>.handle {
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background: #b3b8c1;
  margin: 0 auto;
}

.driving_charge_slick {
  transform: translate(0%, 100vh);
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  top: 513.5px;
  height: 453.5px;
  left: 0px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  will-change: transform;
  background-color: #fff;
}

.driving_charge_slick.active {
  transition: transform 400ms ease 0s !important;
  transform: translate(0, 0) !important;
}

.searchResultContainer>ul>li div:nth-child(2) {
  width: 75%;
}

.popupmodal .popswiper {
  border-radius: 20px 20px 0 0;
}

.popupmodal .termsmodal-btn {
  font-size: 15px !important;
}

.popupmodal .modal-dialog {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.popupmodal .termsmodal-btn:nth-child(1) {
  border-right: 1px solid #e7e7ed;
}

.popupnormal-btn {
  padding: 0px !important;
  display: flex;
  text-align: center !important;
}

.popupnormal-btn button {
  margin: 0px;
}

.popupnormal-btn button:nth-child(1) {
  border-right: 1px solid #e7e7ed;
}

.popupnormal-btn button:nth-child(2) {
  margin-left: 0px !important;
}

.popupnormal-btn .downswiper-pagination {
  position: absolute;
  bottom: 70px !important;
  z-index: 999;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
  right: 10px;
  left: auto;
  width: auto;
  background-color: rgba(128, 128, 128, 0.5);
  color: white;
}

#downpopupmodal .closeButton {
  display: none;
}

#downpopupmodal {
  background: transparent !important;
}

#downpopupmodal .modal-dialog {
  margin: 0px !important;
}

#downpopupmodal .modal-dialog .modal-body {
  padding: 0px !important;
}

#downpopupmodal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#downpopupmodal button {
  margin: 0px;
}

#downpopupmodal button:nth-child(2) {
  background: #FFFFFF !important;
}

#downpopupmodal button:nth-child(3) {
  margin-left: 0px !important;
  background: #FFFFFF !important;
}

#downpopupmodal .closeButton {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  z-index: 999;
}

#downpopupmodal_noti .closeButton {
  display: none;
}

#downpopupmodal_noti {
  background: transparent !important;
}

#downpopupmodal_noti .modal-dialog {
  margin: 0px !important;
}

#downpopupmodal_noti .modal-dialog .modal-body {
  padding: 0px !important;
}

#downpopupmodal_noti .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}

#downpopupmodal_noti button {
  margin: 0px;
}

#downpopupmodal_noti button:nth-child(2) {
  background: #FFFFFF !important;
}

#downpopupmodal_noti button:nth-child(3) {
  margin-left: 0px !important;
  background: #FFFFFF !important;
}

#downpopupmodal_noti .closeButton {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  z-index: 999;
}

.downupPopup-footer {
  height: 60px;
}



.membercard {
  display: none;
}

.form_radiobox .name {
  font-size: 1.8rem;
  font-weight: 600;
}

.form_radiobox {
  display: inline-block;
  position: relative;
}

.form_radiobox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.form_radiobox .name {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.form_radiobox .name:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  background: url(/assets/img/ico_checkbox.png) no-repeat top center / 100%;
}

.form_radiobox input[type="radio"]:checked+.name:before {
  background-position: bottom center;
}

.form_round_selector.active,
.form_round_selector.active input[type="radio"]:checked.name {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.list-inline {
  display: flex;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.brandagreebox {
  background: #f6f6f6;
  padding: 10px;
}

.brandagreebox .brandagree {
  height: 430px;
  font-size: 14px;
  overflow-y: auto;
  background: #FFFFFF;
  padding: 15px;
}

.tremsagreetext {
  max-height: 450px;
  overflow-y: auto;
}

.joinstep2headtitle {
  display: flex;
}

.joinstep2headtitle .subtitle {
  display: flex;
  align-items: center
}

.joinstep2headtitle .subtchoice {
  margin-left: 10px
}

.joinstep2headtitle .subtchoice .form_radio_selector {
  padding: 10px;
  border-radius: 5.1rem;
  border: 1px solid #e8e8ec;
  line-height: 1;
  background: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  min-width: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  min-width: 50px;
}

.joinstep2headtitle .subtchoice .form_radio_selector span {
  width: 100%;
  text-align: center;
}

.joinstep2headtitle .subtchoice .form_radio_selector.active,
.joinstep2headtitle .subtchoice .form_radio_selector.active input[type="radio"]:checked.name {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.reddot {
  color: darkred;
  padding: 7px 5px 0 0;
}

.infotext {
  color: #96999f;
  font-weight: 500;
  font-size: 10px !important;
  word-spacing: -2px;
}

.txt14 {
  font-size: 14px !important;
}

.bannerSwiper .swiper-slide {
  width: 100% !important;
}

.bannerSwiper .swiper-slide img {
  width: 100% !important;
}

.bannerSwiper .swiper-slide ul {
  width: 100% !important;
}


/**
custom
 */
.customwriteobj {
  /*display:none;*/
}

.customwriteobj .custom_dropdown {
  width: 100%;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
}

.customwriteobj .custom_textarea {
  width: 100%;
  height: 40vh;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e7e7ed;
  border-radius: 5px;
}


.panel-default {
  border-color: #dddddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px 5px rgb(0 0 0 / 8%);
  box-shadow: 0px 1px 3px 5px rgb(0 0 0 / 8%);
  border-radius: 8px
}

.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #d7d7d7;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.panel-heading ul {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.panel-heading .title {
  font-size: 17px;
  ;
  color: #FFFFFF;
}

.panel-heading .info {
  font-size: 13px;
  vertical-align: middle;
  ;
  color: #FFFFFF;
}

.panel-body {
  padding: 15px;
  color: #96999f;
}

.panel-body ul li {
  font-size: 13px;
}

.panel-body .itemlist {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 10px;
}

.panel-body .itemlist li {
  width: 28%;
}

.panel-body .itemlist li .buttonType2 {
  font-size: 12px;
  text-align: center;
  color: #96999f;
}

.panel-body .infotxt {
  font-size: 12px;
  color: #96999f;
}

.panel-body .itemlist li .buttonType2 span {
  display: contents;
  color: #58ddd0;
}

.panel-body .buyitem {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.longpanel .panel-body .itemlist li .buttonType2 {
  border-color: #58ddd0;
  border-radius: 5px;
}

.standpanel .panel-body .itemlist li .buttonType2 {
  border-color: #1b4965;
  border-radius: 5px;
}

.ecopanel .panel-body .itemlist li .buttonType2 {
  border-color: #d9d8d6;
  border-radius: 5px;
}

.lotteautoleasepanel .panel-body .itemlist li .buttonType2 {
  border-color: #d9d8d6;
  border-radius: 5px;
}

.longtitlebg {
  background: #58ddd0;
}

.standtitlebg {
  background: #1b4965;
}

.ecotitlebg {
  background: #d9d8d6;
}

.minititlebg {
  background: black;
}

.lotteautoleasetitlebg {
  background: red;
}

.longborder {
  border: 1px solid #58ddd0;
}

.standborder {
  border: 1px solid #1b4965;
}

.ecoborder {
  border: 1px solid #d9d8d6;
}

.miniborder {
  border: 1px solid black;
}

.lotteautoleaseborder {
  border: 1px solid red;
}

.no-shadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
}


.buttonType11 {
  width: 100%;
  /*padding: 20px 0;*/
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #ffffff;
}

/* .newgraybg {background:#f4f3f3;} */


.surveyHead {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.surveyHeadIn {
  width: 100%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px inset #000;
}

.surveyHead>h2 {
  color: #000;
  font-size: 14px;
}

.right {
  text-align: right;

}

.surveyHeadIn>h2 {
  display: block;
  font-size: 1.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.surveyHeadIn>h3 {
  display: block;
  font-size: 1.10em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.right>p {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.surveyBody {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.surveyBody>p {
  display: block;
  font-size: 1.30em;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.surveyBody>.checkRadioContainer>ul>li {
  width: 100%;
  padding: 8px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.surveyBody>.checkRadioContainer>ul>li>.checkRadioBoxType2 {
  padding: 0px 0px 10px 0px;
}

.surveyBody>.checkRadioContainer>ul>li>.checkRadioBoxType2>p {
  display: block;
  font-size: 1.30em;
  padding: 0px 10px 0px 0px;
}

.surveyBody>.checkRadioContainer>ul>li>.checkRadioBoxType2>label {
  width: 20px;
  height: 20px;
}

.surveyBody>ul>li {
  width: 100%;
  padding: 0px 10px;
}

.surveyBody>ul>li>.checkRadioBoxType2 {
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.surveyBody>ul>li>.checkRadioBoxType2>label {
  width: 20px;
  height: 20px;
}

.surveyBody>ul>li>.checkRadioBoxType2>p {
  font-size: 1.30em;
}


textarea {
  width: 100%;
  font-size: 1.30em;
}

.searchmapColumn>p {
  font-size: 13px !important;
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}

.searchmapColumn>.member {
  color: #1B4965;
  background: #58DDD0;
}

.searchmapColumn>.roam {
  color: #58DDD0;
  background: #1B4965;
}

.searchmapColumn>.nomember {
  color: #1B4965;
  background: #D9D8D6;
}

.status_available_long {
  color: #000000;
  background: #4feb9d;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
}

.status_fault_long {
  color: #ffffff;
  background: #959698;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
}

.status_charging_long {
  color: #ffffff;
  background: #ff507f;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
}

.status_available_short {
  color: #000000;
  background: #4feb9d;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
}

.status_fault_short {
  color: #ffffff;
  background: #959698;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
}

.status_charging_short {
  color: #ffffff;
  background: #ff507f;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
}

/* 앱 오류문의 접수 */
.filterBox .block_add_photo {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.filterBox .block_add_photo .addImg {
  display: flex;
  flex: none;
  position: relative;
  width: 36rem;
  height: 36rem;
  background: #fff;
  overflow: hidden;
}

.filterBox .block_add_photo .addImg img {
  width: 100%;
  height: 100%;
}

.filterBox .block_add_photo .addImg+.addImg {
  margin-left: 6rem;
}

.filterBox .block_add_photo .addImg .btn_del {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
}

.filterBox .block_add_photo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filterBox .block_add_photo .addImg {
  width: 60px;
  height: 60px;
}

.filterBox .block_add_photo .addImg+.addImg {
  margin-left: 12px;
}

.imgDeleteBtn {
  width: 100%;
  height: 100%;
}

.imgDeleteBtn:before,
.imgDeleteBtn:after {
  position: absolute;
  left: 8px;
  top: 4px;
  content: ' ';
  height: 10px;
  width: 2px;
  background-color: #c7c7c7;
}

.imgDeleteBtn:before {
  transform: rotate(45deg);
}

.imgDeleteBtn:after {
  transform: rotate(-45deg);
}

.contents .block_add_photo .addImg .btn_del {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: buttonface;
}

.homeUserInfo>.inside>.right>.rightInner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeUserInfo>.inside>.right>.rightInner {
  width: 80px;
  height: 80px;
  border-radius: 70%;
  overflow: hidden;
}

form>.inputContainer {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

form>.inputContainer>.link {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

form>.inputContainer>.link>a {
  color: #14c6Ac;
  font-size: 13px;
}

.stTextBoxType1 {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e9ebf4;
  color: #000;
  border-radius: 10px;
  font-size: 13px;
}

.qrcodeside {
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mypageContainer>ul>li>.content>.credit {
  margin-top: 5px;
}

.cardinside {
  /* position: absolute; 
  transform: translate(-50%, -50%);*/
  top: 50%;
  left: 50%;
}

.cardinside>ul {
  display: flex;
}

.cardinside>ul>li {
  flex: 1 1 0;
}

.couponmodal-body>ul>li>.head {
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
}

.couponmodal-body>ul>li {
  margin-bottom: 10px;
}

.couponmodal-body,
.couponmodal-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.myChargingStatus>ul {
  display: flex;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  height: 60px;
  margin: auto 25px;
  border-radius: 10px 10px;
}

.myChargingStatus>ul>li:first-child {
  text-align: center;
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.myChargingStatus>ul>li:last-child {
  flex: 2 1 0;
  /* display: flex; */
  align-items: center;
}

.myChargingStatus>ul>li:first-child>p {
  color: #fff;
  font-size: 20px;
  margin: auto;
  font-weight: bold;
}

.myChargingStatus>ul>li:last-child>div>p {
  color: #fff;
  font-size: 14px;
  margin-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.myChargingStatus>ul>li:last-child>div>.charginginfo {
  margin-top: auto;
  margin-bottom: 0px;
}

.myChargingStatus>ul>li:last-child>div>.charginginfo2 {
  margin-top: 0px;
  margin-bottom: auto;
}

.charginginfocontainer {
  height: 50%;
  display: flex;
}

.availableinhome {
  color: #25cdbc;
}

.notusedinhome {
  color: #FDD219;
}

.charginginhome {
  color: #4feb9d;
}

.homeBottomSlide>ul>.head>.left>h1 {
  font-size: 15px;
}

.homeBottomSlide>ul>.head>.left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeBottomSlide>ul {
  width: 100%;
  height: 250px;
}

.homeBottomSlide>ul>.head {}

.homeBottomSlide>ul>.list {
  width: 100%;
  height: 100%;
}

.homeBottomSlide>ul>.list>ul>li {
  text-align: left;
  font-size: 13px;
  /* margin-top: 20px; */
}

.homeBottomSlide>ul>.list>ul>li>.notice-line>.boardtitle {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homeBottomSlide>ul>.list>ul>li>.notice-line {
  padding-top: 5px;
}

.homeBottomSlide>ul>.list>ul>li:first-child>.notice-line {
  padding-top: 10px !important;
}

.homeBottomSlide>ul>.list>ul>li>.boardtimestamp {
  font-size: 10px;
  color: rgb(175, 175, 175);
}

.notice-tit {
  color: #25cdbc;
  font-size: 12px;
  margin-right: 5px;
  align-self: center;
}

.notice-tit-off {
  display: none;
}

.notice-line {
  display: flex;
}

.notice-more {
  padding-top: 8px;
  font-size: 12px;
  color: rgb(175, 175, 175);
}

.myNoticeData>ul>.morepagetitlecontainer {
  width: 100%;
  padding: 50px 20px 25px 20px;
  border-top: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myNoticeData>ul>.morepagetimestampcontainer {
  width: 100%;
  padding: 0px 20px 25px 20px;
  /* border-bottom: 1px solid #e7e7ed; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.myNoticeData>ul>.morepagebodycontainer {
  width: 100%;
  padding: 20px 20px 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

.myNoticeData>ul>.morepagesbbscontainer {
  width: 100%;
  padding: 20px 20px 25px 20px;
  border-top: 1px solid #e7e7ed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}

.myNoticeData>ul>.morepagesbbscontainer>.morepagesbbshead {
  font-weight: bold;
  margin-right: 5px;
}

.myNoticeData>ul>.morepagetitlecontainer>.morepagetitle {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

.myNoticeData>ul>li>.morepagetimestamp {
  font-size: 13px;
  text-align: left;
  color: rgb(175, 175, 175);
}

.myNoticeDataList {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.myNoticeDataList>.NoticeListContainer {
  border-top: 1px solid #e7e7ed;
  max-width: 100%;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList {
  margin-top: 15px;
  max-width: 100%;
  display: flex;
}

.myNoticeDataList>.NoticeListContainer>.Content {
  margin-bottom: 15px;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>li>.Mover {
  align-self: center;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>.titonContainer1,
.myNoticeDataList>.NoticeListContainer>.NoticeList>li:nth-child(3) {
  width: 7%;
  display: flex;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>.titoffContainer1 {
  width: 0%;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>.titonContainer2 {
  width: 86%;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>.titoffContainer2 {
  width: 93%;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>li>.TitleContainer {
  display: inline-block;
  width: 95%;
}

.myNoticeDataList>.NoticeListContainer>.NoticeList>li>.TitleContainer>.Title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bannerswiper-pagination {
  position: absolute;
  bottom: 15px !important;
  z-index: 999;
  margin-right: 15px;
  margin-left: auto;
  font-size: 13px;
  text-align: center;
  right: 10px;
  left: auto;
  width: auto;
  background-color: rgba(128, 128, 128, 0.5);
  color: white;
  width: 45px !important;
}

.myPageChaeviPassBannerBox {
  width: 100%;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.userInfoBox {
  /*border-top: 1px solid #e7e7ed;
	border-bottom: 1px solid #e7e7ed; */
  margin-top: 20px;
}

.userInfoBox>.inside {
  display: flex;
  width: 100%;
  padding: 0px 20px;
}

.userInfoBox>.inside>.left {
  margin-left: 10px;
}

.userInfoBox>.inside>.right {
  margin-right: 10px;
  margin-left: auto;
  width: 30%;
  display: flex;
}

.userInfoBox>.inside>.left>.myName {
  width: 100%;
  height: 55%;
  display: flex;
}

.userInfoBox>.inside>.left>.myPassInfo {
  width: 100%;
  height: 45%;
  display: flex;
}

.userInfoBox>.inside>.left>.myName>p {
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

.userInfoBox>.inside>.left>.myPassInfo>p {
  margin: auto;
  margin-top: 0px;
  font-size: 15px;
}

.userInfoBox>.inside>.left>.myPassInfo>p:nth-child(1) {
  color: #25cebc;
  border-radius: 10px 10px;
  border: 1px solid #25cebc;
  padding-left: 5px;
  padding-right: 5px;
}

.buttonTypeMyInfo {
  margin-top: auto;
  margin-bottom: auto;
  /* height: 50%; */
  height: 40px;
  font-size: 15px;
  width: 100%;
  /* padding: 20px 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #25cebc;
  border-radius: 10px 10px;
  /* border: 1px solid #25cebc; */
  cursor: pointer;
}

.myChargerateContainer {
  height: 60px;
  margin: 10px 20px;
}

.myChargerateSwipeType2 {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.myChargerateContainer>.myChargerateSwipeType2>.left>h1 {
  font-size: 15px;
  color: #fff;
}

.myChargerateContainer>.myChargerateSwipeType2>.left {
  width: 20%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myChargerateContainer>.myChargerateSwipeType2>.right {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myChargerateContainer>.myChargerateSwipeType2>.right>h1 {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.subject {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 25px;
}

.subject>.mint {
  color: #25cdbc;
}

.usagestatuscontainer {
  border-radius: 10px 10px;
  border: 1px solid #25cebc;
  margin: 20px 20px;
}

.usagestatuscontainer>ul {
  display: flex;
}

.usagestatuscontainer>ul>li {
  flex: 1 1 0;
  text-align: center;
  margin: 5px auto;
}

.usagestatuscontainer>ul>li>p:first-child {
  font-size: 15px;
  color: rgb(125, 125, 125);
}

.usagestatuscontainer>ul>li>p:last-child {
  font-size: 18px;
  font-weight: bold;
}

.connexioncontainer {
  margin: 25px 25px;
}

.connexioncontainer>p {
  font-size: 16px;
  color: rgb(75, 75, 75);
}

.connexioncontainer>.connexion {
  font-size: 18px;
  display: flex;
  font-weight: bold;
}

.connexioncontainer>.connexion>p:nth-child(2) {
  color: rgb(175, 175, 175);
}

.connexioncontainer>.connexion>p:last-child {
  margin-right: 0px;
  margin-left: auto;
}

.topMenuContainer {
  width: 100%;
}

.topMenuContainer>ul {
  display: flex;
}

.topMenuContainer>ul>li {
  flex: 1 1 0;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.topMenuContainer>ul>.menuActice {
  border-bottom: 3px solid #25cebc;
}

.topMenuContainer>ul>.menuInActice {
  border-bottom: 1px solid #EEEEEE;
}

.monthpickerContainer {
  width: 100;
  margin: auto 25px 20px;
}

.monthpickerContainer>ul {
  display: flex;
}

.monthpickerContainer>ul>li:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #25cebc;
}

.monthpickerContainer>ul>li:last-child {
  display: flex;
  margin-left: 10px;
}

.monthpickerContainer>ul>li:last-child>img {
  width: 22px;
  height: 22px;
  margin: auto;
}

.usagereportcontainer {
  border-radius: 10px 10px;
  margin: 20px 20px;
  /*background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);*/
  background: linear-gradient(90deg, #2BC4B1 0%, #06A2B8 50%, #5DC81C 100%);
}

.usagereportcontainer>ul {
  display: flex;
}

.usagereportcontainer>ul>li {
  flex: 1 1 0;
  text-align: center;
  margin: 5px auto;
}

.usagereportcontainer>ul>li>p:first-child {
  font-size: 12px;
  /* color: #fbff00; */
  color: #fff;
}

.usagereportcontainer>ul>li>p:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.mypageDataListCustom>ul>li {
  padding: 10px 25px !important;
}

.myReceiptInfo>div>ul>li>ul {
  display: flex;
}

.myReceiptInfo>div>ul>li>ul>li {
  flex: 1 1 0;
  font-size: 16px;
  color: rgb(125, 125, 125);
}

.myReceiptInfo>div>ul>li>ul>li:last-child {
  text-align: right;
}

.myReducedCarbonInfo>div>ul>li>ul {
  display: flex;
}

.myReducedCarbonInfo>div>ul>li>ul>li {
  flex: 1 1 0;
  font-size: 14px;
}

.myReducedCarbonInfo>div>ul>li>ul>li:last-child {
  text-align: center;
}

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

.modal-totalli>ul>li {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: bold;
}

.revStation>li:last-child {
  width: 30% !important;
}

.buttonCardAdd {
  margin: auto 20px;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(100, 100, 100);
  background: rgb(200, 200, 200);
  border-radius: 100px;
  /* border: 1px solid #25cebc; */
  cursor: pointer;
}

.slideOff {
  opacity: .6;
  z-index: 10;
}

.downmodalbutton {
  display: flex;
}

.downmodalbutton>p {
  align-self: center;
  margin: 0 auto;
}

.downmodalrow {
  border-bottom: 1px solid rgb(200, 200, 200);
}

.moreInfoBox>.inside>.profile>.rightInner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moreInfoBox>.inside>.profile>.rightInner {
  width: 80px;
  height: 80px;
  border-radius: 70%;
  overflow: hidden;
}

.moreInfoBox>.inside>.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.moreInfoBox>.inside>.profile>img {
  height: 70px;
}

.moreInfoBox>.inside {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  /* align-items: flex-end; */
  align-items: center;
  margin: 15px 20px;
}

.moreInfoBox>.inside>.left {
  margin-left: 5px;
}

.moreInfoBox>.inside>.right {
  margin-right: 0px;
  margin-left: auto;
  width: 30%;
  display: flex;
  height: 70px;
}

.moreInfoBox>.inside>.left>.myName {
  width: 100%;
  height: 55%;
  display: flex;
}

.moreInfoBox>.inside>.left>.myPassInfo {
  width: 100%;
  height: 45%;
  display: flex;
}

.moreInfoBox>.inside>.left>.myName>p {
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

.moreInfoBox>.inside>.left>.myPassInfo>p {
  margin: auto;
  margin-top: 0px;
  font-size: 15px;
}

.moreInfoBox>.inside>.left>.myPassInfo>p:nth-child(1) {
  color: #25cebc;
  border-radius: 10px 10px;
  border: 1px solid #25cebc;
  padding-left: 5px;
  padding-right: 5px;
}

.moreActionContainer {
  margin: 25px auto 20px;
}

.moreActionContainer>ul {
  display: flex;
  margin: auto 20px;
}

.moreActionContainer>ul>li {
  flex: 1 1 0;
  margin: auto 5px;
}

.searchPanel {
  display: flex;
  margin: auto 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.searchPanel>.searchTextContainer {
  width: 80%;
  margin-right: 10px;
  display: flex;
}

.searchPanel>.searchTextContainer>input {
  font-size: 15px;
  width: 100%;
  border: 2px solid #25cebc;
}

.buttonTypeSearch {
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
  font-size: 15px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #25cebc;
  border-radius: 10px 10px;
  cursor: pointer;
}

.wrapper {
  position: relative;
}

#switch {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.switch_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 19px;
  background: #fff;
  border: 2px solid #25cebc;
  border-radius: 20px;
  transition: 0.2s;
}

.switch_label:hover {
  background: #efefef;
}

.onf_btn {
  position: absolute;
  top: 1px;
  left: 5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #25cebc;
  transition: 0.2s;
}

/* checking style */
#switch:checked+.switch_label {
  background: #25cebc;
  border: 2px solid #25cebc;
}

#switch:checked+.switch_label:hover {
  background: #25cebc;
}

/* move */
#switch:checked+.switch_label .onf_btn {
  left: 18px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}

/* 1 */
#settingswitch {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.settingswitch_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: 0.2s;
}

.settingswitch_label:hover {
  background: #ccc;
}

.settingswitch_onf_btn {
  position: absolute;
  top: 1px;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: white;
  transition: 0.2s;
}

/* checking style */
#settingswitch:checked+.settingswitch_label {
  background: #25cebc;
  border: 2px solid #25cebc;
}

#settingswitch:checked+.settingswitch_label:hover {
  background: #25cebc;
}

/* move */
#settingswitch:checked+.settingswitch_label .settingswitch_onf_btn {
  left: 26px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}

/* 2 */
#settingswitch2 {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.settingswitch2_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: 0.2s;
}

.settingswitch2_label:hover {
  background: #ccc;
}

.settingswitch2_onf_btn {
  position: absolute;
  top: 1px;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: white;
  transition: 0.2s;
}

/* checking style */
#settingswitch2:checked+.settingswitch2_label {
  background: #25cebc;
  border: 2px solid #25cebc;
}

#settingswitch2:checked+.settingswitch2_label:hover {
  background: #25cebc;
}

/* move */
#settingswitch2:checked+.settingswitch2_label .settingswitch2_onf_btn {
  left: 26px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}

/* 3 */
#settingswitch3 {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.settingswitch3_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: 0.2s;
}

.settingswitch3_label:hover {
  background: #ccc;
}

.settingswitch3_onf_btn {
  position: absolute;
  top: 1px;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: white;
  transition: 0.2s;
}

/* checking style */
#settingswitch3:checked+.settingswitch3_label {
  background: #25cebc;
  border: 2px solid #25cebc;
}

#settingswitch3:checked+.settingswitch3_label:hover {
  background: #25cebc;
}

/* move */
#settingswitch3:checked+.settingswitch3_label .settingswitch3_onf_btn {
  left: 26px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}


/* 4 */
#settingswitch4 {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.settingswitch4_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  background: #ccc;
  border: 2px solid #ccc;
  border-radius: 20px;
  transition: 0.2s;
}

.settingswitch4_label:hover {
  background: #ccc;
}

.settingswitch4_onf_btn {
  position: absolute;
  top: 1px;
  left: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: white;
  transition: 0.2s;
}

/* checking style */
#settingswitch4:checked+.settingswitch4_label {
  background: #25cebc;
  border: 2px solid #25cebc;
}

#settingswitch4:checked+.settingswitch4_label:hover {
  background: #25cebc;
}

/* move */
#settingswitch4:checked+.settingswitch4_label .settingswitch4_onf_btn {
  left: 26px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}

.vocbottom {
  margin: auto 25px;
  font-size: 18px;
}

.vocbottom>.workingTime {
  display: flex;
  margin-top: 10px;
}

.vocbottom>.workingTime>p {
  margin-right: 10px;
}

.vocgray {
  color: rgb(125, 125, 125);
}

.searchListHistoryIOS {
  margin-top: 50px !important;
}

.searchListHistory {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgb(75, 75, 75);
  z-index: 999;
  left: 0px;
}

.searchListHistory {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgb(75, 75, 75);
  z-index: 999;
  left: 0px;
}

.searchListHistory {
  position: absolute;
  top: 60px;

  width: 100%;
  background: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgb(75, 75, 75);
  z-index: 999;
  left: 0px;
}

.searchListHistory>.searchListHistoryTitle {
  color: rgb(150, 150, 150);
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.searchListHistory>.searchListHistoryTitle>li:nth-child(1) {
  width: 70%;
}

.searchListHistory>.searchListHistoryTitle>li:nth-child(2) {
  width: 20%;
  text-decoration: underline;
  text-align: center;
}

.searchListHistory>.searchListHistoryTitle>li:nth-child(3) {
  width: 10%;
  text-decoration: underline;
  text-align: center;
}

.searchListHistory>.searchListHistoryBody {
  color: rgb(150, 150, 150);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.searchListHistory>.searchListHistoryBody>ul {
  display: flex;
  margin-top: 5px;
}

.searchListHistory>.searchListHistoryBody>ul>li:nth-child(1) {
  color: #000;
  width: 70%;
}

.searchListHistory>.searchListHistoryBody>ul>li:nth-child(2) {
  width: 20%;
  text-align: center;
}

.searchListHistory>.searchListHistoryBody>ul>li:nth-child(3) {
  color: #000;
  width: 10%;
  text-align: center;
}

.filterContainerBody {
  margin-left: 5px;
}

.mapFilterListButton {
  width: 25%;
  height: 90%;
  margin: auto 2px;
  font-size: 12px;
  background: #fff;
  border: 2px solid #25cebc;
  border-radius: 20px 20px;
  font-weight: bold;
  display: flex;
}

.mapFilterListButton>p {
  align-self: center;
  text-align: center;
  margin-left: 7px;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%
}

.mapFilterListButton>img {
  align-self: center;
  margin-left: auto;
  margin-right: 3px;
  height: 6px;
  width: 20%;
}

.mapFilterListButton1 {
  /*width: fit-content;*/
  width: 33%;
  height: 90%;
  margin: auto 2px;
  font-size: 12px;
  background: #fff;
  border: 2px solid #25cebc;
  border-radius: 20px 20px;
  font-weight: bold;
  display: flex;
}

.mapFilterListButton1>p {
  align-self: center;
  text-align: center;
  margin-left: 7px;
  margin-right: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%
}

.mapFilterListButton1>img {
  align-self: center;
  margin-left: 13px;
  margin-right: 2px;
  height: 14px;
  width: 14px;
}

.filter_detail_body {
  padding-bottom: 0px !important;
}

.filter_section {
  padding-bottom: 0px !important;
}

.filter_footer {
  padding-top: 0px !important;
}

.settingModalMenu {
  display: flex;
  margin: 20px 20px;
}

.settingModalRemark {
  margin: auto 20px;
}

.settingModalMenu>p {
  width: 87%;
  font-size: 21px;
}

.settingModalMenu>div {
  width: 52px;
}

.settingModalRemark {
  font-size: 15px;
  color: rgb(125, 125, 125);
}

.filtersettingfold {
  display: flex;
  margin: 30px 20px 10px;
}

.filtersettingfold>p {
  width: 100%;
  font-size: 21px;
}

.filtersettingfold>img {
  width: 20px;
  height: 20px;
  align-self: center;
}

.cardinputbtnContainer {
  display: flex;
}

.cardinputbtnContainer>div {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.cardinputbtnContainer>.naverContainer {
  display: flex;
}

.cardinputbtnContainer>div>.npayBtn {
  width: 100%;
  margin: auto;
  align-self: center;
}

.mycardinfo-npayContainer {
  display: flex;
}

.mycardinfo-npayContainer>p {
  font-size: 15px;
  align-self: center;
}

.mycardfooterlistmenu {
  display: flex;
  height: 50px;
  width: 100%;
  margin-bottom: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
}

.mycardfooterlistmenu>ul {
  display: flex;
  width: 100%;
  box-shadow: 0px 5px 15px 10px rgba(210, 210, 210, 0.3);
}

.mycardfooterlistmenu>ul>li {
  flex: 1 1 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(210, 210, 210, 0.3);
  background: #fff
}

.mycardfooterlistmenu>ul>li>p {
  align-self: center;
}

.buttonTypeMoreNav {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px;
  width: 100%;
  padding: 8px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #25cebc;
  border-radius: 10px 10px;
  /* border: 1px solid #25cebc; */
  cursor: pointer;
  text-align: center;
}

.buttonTypeMoreNav>p {
  margin-top: 3px;
}

.topContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.topContainer .topMenuContainer>ul>li {
  margin-bottom: 5px !important;
}

.mapdetailbody {
  margin-top: 155px;
  margin-bottom: 55px;
}

.mapdetailbodyIOS {
  margin-top: 110px !important;
}

.mapdetailbody>.mapdetail_cpinfo {
  /* margin: auto auto 20px; */
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 4px solid rgba(210, 210, 210, 0.3);
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_head {
  font-size: 16px;
  font-weight: bold;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul {
  width: 100%;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li {
  margin: 15px auto 25px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header {
  font-size: 16px;
  display: flex;
  margin-bottom: 10px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>p,
.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>div {
  margin: auto 10px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.cpinfo_speed {
  width: 100px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>p:last-child {
  text-align: right;
  margin-right: 0px !important;
  margin-left: auto;
  font-size: 13px;
}

/* available */
.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_available_Number {
  border-radius: 50%;
  /*background: #4feb9d;*/
  background: #58DDD0;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_available_Number>p {
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_available_Status {
  /*color: #4feb9d;*/
  color: #58DDD0;
  font-weight: bold;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container {
  /*border: 2px solid #4feb9d;*/
  border: 2px solid #58DDD0;
  border-radius: 10px 10px;
  font-size: 12px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul {
  display: flex;
  margin: 10px auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li {
  flex: 1 1 0;
  width: 100%;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul {
  width: 100%;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul>li {
  flex: 1 1 0;
  text-align: center;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul>li>* {
  align-self: center;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul>li>img {
  height: 50px;
  opacity: 0.2;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul>li>.imageOn {
  opacity: 1 !important;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_available_Container>ul>li>ul>li>p {
  font-size: 15px;
}

/* //available */

/* charging */
.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_charging_Number {
  border-radius: 50%;
  /*background: #ff507f;*/
  background: #4feb9d;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_charging_Number>p {
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_charging_Status {
  /*color: #ff507f;*/
  color: #4feb9d;
  font-weight: bold;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container {
  /*border: 2px solid #ff507f;*/
  border: 2px solid #4feb9d;
  border-radius: 10px 10px;
  font-size: 12px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul {
  display: flex;
  margin: 10px auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li {
  flex: 1 1 0;
  width: 100%;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul {
  width: 100%;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul>li {
  flex: 1 1 0;
  text-align: center;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul>li>* {
  align-self: center;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul>li>img {
  height: 50px;
  opacity: 0.2;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul>li>.imageOn {
  opacity: 1 !important;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_charging_Container>ul>li>ul>li>p {
  font-size: 15px;
}

/* //charging */

/* fault */
.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_fault_Number {
  border-radius: 50%;
  /*background: #959698;*/
  background: #FDD219;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_fault_Number>p {
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.cpinfo_header>.status_fault_Status {
  /*color: #959698;*/
  color: #FDD219;
  font-weight: bold;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container {
  /*border: 2px solid #959698;*/
  border: 2px solid #FDD219;
  border-radius: 10px 10px;
  font-size: 12px;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul {
  display: flex;
  margin: 10px auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li {
  flex: 1 1 0;
  width: 100%;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul {
  width: 100%;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul>li {
  flex: 1 1 0;
  text-align: center;
  display: flex;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul>li>* {
  align-self: center;
  margin: auto;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul>li>img {
  height: 50px;
  opacity: 0.2;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul>li>.imageOn {
  opacity: 1 !important;
}

.mapdetailbody>.mapdetail_cpinfo>.mapdetail_cpinfo_body>ul>li>.status_fault_Container>ul>li>ul>li>p {
  font-size: 15px;
}

/* //fault */

.mapdetailbody>.mapdetail_feeinfo {
  /* margin: auto auto 20px; */
  padding: 20px;
  border-bottom: 4px solid rgba(210, 210, 210, 0.3);
}

.mapdetailbody>.mapdetail_feeinfo>.mapdetail_feeinfo_head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mapdetailbody>.mapdetail_voc {
  /* margin: auto auto 20px; */
  padding: 20px;
  border-bottom: 4px solid rgba(210, 210, 210, 0.3);
  font-size: 16px;
  color: rgb(150, 150, 150);
  text-align: center;
}

.dummyChargerTypeContainer>ul {
  display: flex;
}

.dummyChargerTypeContainer>ul>li {
  flex: 1 1 0;
}

.dummyChargerTypeContainer>ul>li>ul>li {
  text-align: center;
  margin: 5px auto;
}

.dummyChargerTypeContainer>ul>li>ul>li>p {
  font-size: 12px;
}

.dummyChargerTypeContainer>ul>li>ul>li>img {
  height: 50px;
  opacity: 0.1;
}

.dummyChargerTypeContainer>ul>li>ul>li>.active {
  opacity: 1.0;
}

.homeBoardTabContainer {
  width: 100%;
  display: flex;
  padding: 0 25px;
}

.homeBoardTabContainer>.homeBoardTab {
  flex: 1 1 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 2px 3px 4px;
}

.homeBoardTabContainer>.Active {
  border-bottom: 2px solid #25cdbc;
}

.corpAllCard {
  width: 100px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.corpAllCard>div {
  align-self: center;
}

.corpAllCard>.selectBox2 {
  position: absolute;
  right: 0px;
  top: 45px;
  font-size: 16px;
  width: 250px;
  z-index: 999;
}

.selectBox2 * {
  box-sizing: border-box;
}

.selectBox2 {
  position: relative;
  width: 250px;
  height: 1px;
  background-size: 20px;
  cursor: pointer;
}

/* .selectBox2:after {
  content: '';
  display: block; 
  width: 2px;
  height: 100%; 
  position: absolute; 
  top: 0; 
  right: 35px;
  background: lightcoral;
} */

.selectBox2 .label {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding-left: 15px;
  background: transparent;
  cursor: pointer;
}

.selectBox2 .optionList {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  background: #25cebc;
  color: #fff;
  list-style-type: none;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  max-height: 0;
  transition: .3s ease-in;
}

.selectBox2.active .optionList {
  max-height: 500px;
}

.selectBox2 .optionItem {
  border-bottom: 1px dashed rgb(170, 72, 72);
  padding: 5px 15px 5px;
  transition: .1s;
}

.selectBox2 .optionItem>img {
  width: 21px;
  height: 12px;
  margin-right: 5px;
  display: none;
}

.selectBox2 .optionItem.active>img {
  width: 21px;
  height: 12px;
  margin-right: 5px;
  display: unset;
}

.selectBox2 .optionItem:hover {
  /* background: rgb(175, 93, 93); */
  background: #1c8b7f;
}

.selectBox2 .optionItem.active {
  background: #1c8b7f;
}

.selectBox2 .optionItem:last-child {
  border-bottom: 0 none;
}

.selectBox2 .optionList::-webkit-scrollbar {
  width: 6px;
}

.selectBox2 .optionList::-webkit-scrollbar-track {
  background: transparent;
}

.selectBox2 .optionList::-webkit-scrollbar-thumb {
  background: #303030;
  border-radius: 45px;
}

.selectBox2 .optionList::-webkit-scrollbar-thumb:hover {
  background: #303030;
}

.chaeviChargeInfoBox {
  margin-top: 100px;
}

.chaeviChargeInfoBox>ul {
  display: flex;
}

.chaeviChargeInfoBox>ul>li {
  flex: 1 1 0;
  text-align: center;
}

.chaeviChargeInfoBox>ul>li:first-child {
  border-right: 1px solid rgb(200, 200, 200);
}

.chaeviChargeInfoFlex {
  display: flex;
}

.chaeviChargeInfoFlex>h1 {
  margin-left: auto;
  align-self: end;
}

.chaeviChargeInfoFlex>p {
  margin-right: auto;
  align-self: end;
  margin-bottom: 4px;
}

#filter_detail_body2>ul {
  display: flex;
}

#filter_detail_body2>ul>li {
  flex: 1 1 0;
}

.buttonAllStatus,
.buttonAvStatus {
  width: 90px;
  height: 30px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #959698;
  font-size: 13px;
  margin: auto;
}

.buttonAllStatus.active,
.buttonAvStatus.active,
.mapFilterListButton.active {
  color: #fff;
  background: #25CEBC;
  border: 1px solid #25CEBC;
}

.buttonAllStatus.active,
.buttonAvStatus.active,
.mapFilterListButton1.active {
  color: #fff;
  background: #25CEBC;
  /*border: 1px solid #25CEBC;*/
}

.topNavIOS {
  margin-top: 25px !important;
}

.totalPayment {
  margin: 5px 25px;
  font-size: 15px;
}

.totalPayment>ul {
  margin: 5px;
  margin-top: 30px;
}

.totalPayment>ul>.amount {
  float: right;
  color: #25cebc;
}

.detailPayment {
  margin: 5px 25px;
  margin-top: 35px;
  font-size: 15px;
}


.detailPayment>ul {
  margin: 5px;
  margin-top: 20px;
  list-style: none;
}

.detailPayment>ul>li {
  margin-top: 25px;
  font-size: 10px;
}

.detailPayment>ul>li.gray {
  color: gray;
}

.detailPayment>ul>li>p {
  float: right;
}

.detailPayment>ul>li>u.detailHistory {
  float: right;
  color: gray;
}

.detail_history_body>.detailHistoryContainer>table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 2px;
  border-bottom: 1px solid #e3e7eb;
}

.detail_history_body>.detailHistoryContainer>table>tbody>tr.first {
  border-bottom: 1px solid #e3e7eb;
  border-top: 1px solid #e3e7eb;
}

.detail_history_body>.detailHistoryContainer>table>tbody>tr>td {
  vertical-align: middle;
}

.detail_history_body>.detailHistoryContainer>table>tbody>tr>td>h1.body {
  font-weight: 400;
  font-size: 12px !important;
  text-align: center;
}

.detailhistoryColumn>p {
  font-size: 13px !important;
  text-align: center;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}

.wrapper.topios>.footer_button {
  position: fixed;
  background-color: #25cebc;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  line-height: 80px;
  color: white;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content {}

.stepper-wrapper {
  margin-top: 10%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

/*.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 7.2px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid black;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 2;
}*/
.stepper-item2.before::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #25CEBC;
  width: 100%;
  top: 7.2px;
  left: -50%;
  z-index: 2;
}

.stepper-item2.before::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid gray;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 2;
}

.stepper-item2.after::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #25CEBC;
  width: 100%;
  top: 7.2px;
  left: -50%;
  z-index: 2;
}

.stepper-item2.after::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #25CEBC;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 2;
}

.stepper-item2::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid gray;
  width: 100%;
  top: 7.2px;
  left: -50%;
  z-index: 2;
}

.stepper-item2::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid gray;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 2;
}

.step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  margin-bottom: 6px;
  border: 2px solid gray;
  color: gray;
}

.step-counter.active {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  margin-bottom: 6px;
  border: 2px solid #25CEBC;
  color: #25cebc;
}

.step-counter .complete {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  margin-bottom: 6px;
  background-color: #25cebc;
}

.step-name.active {
  color: #25cebc;
}

.stepper-item.active {
  /*font-weight: bold;*/
  color: #25cebc;
}

.stepper-item.completed {
  /*font-weight: bold;*/
  /*color: #25cebc;*/
  color: gray;
}

.completed .step-counter {
  /* background-color: #25cebc; */
  background-color: white;
  border: 2px solid gray;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid gray;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  border-bottom: 1px solid black;
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.stepper-item2.active {
  /*font-weight: bold;*/
  color: #25cebc;
}

.stepper-item2.completed {
  /*font-weight: bold;*/
  /*color: #25cebc;*/
  color: gray;
}

.completed .step-counter {
  /* background-color: #25cebc; */
  background-color: white;
  border: 2px solid gray;
}

.stepper-item2.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid gray;
  width: 100%;
  top: 7.2px;
  left: 50%;
  z-index: 3;
}

.stepper-item2:first-child::before {
  border-bottom: 1px solid black;
  content: none;
}

.stepper-item2:last-child::after {
  content: none;
}

.myOccupyStatus>ul {
  display: flex;
  background: linear-gradient(133deg, #2FC6B3 0%, #009DB9 100%);
  height: 60px;
  margin: auto 25px;
  border-radius: 10px 10px;
}

.myOccupyStatus>ul>li:first-child {
  text-align: center;
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.myOccupyStatus>ul>li:last-child {
  flex: 2 1 0;
  /* display: flex; */
  align-items: center;
}

.myOccupyStatus>ul>li:first-child>p {
  color: #fff;
  font-size: 20px;
  margin: auto;
  font-weight: bold;
}

.myOccupyStatus>ul>li:last-child>div>p {
  color: #fff;
  font-size: 14px;
  margin-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.myOccupyStatus>ul>li:last-child>div>.charginginfo {
  margin-top: auto;
  margin-bottom: 0px;
}

.myOccupyStatus>ul>li:last-child>div>.charginginfo2 {
  margin-top: 0px;
  margin-bottom: auto;
}

.cardReissuedList {
  margin: 5px 25px;
  margin-top: 35px;
  font-size: 15px;
}


.cardReissuedList>ul {
  margin: 5px;
  margin-top: 20px;
  list-style: none;
}

.cardReissuedList>ul>li {
  margin-top: 20px;
  font-size: 10px;
}

.cardReissuedList>ul>li.gray {
  color: gray;
}

.cardReissuedList>ul>li>p {
  float: right;
  color: black;
  text-align: right;
  word-break: keep-all;
  width: 70%
}

.cardReissuedList>ul>li>u.detailHistory {
  float: right;
  color: gray;
}

.select {
  position: relative;
}

.select .option-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}

.select.active .option-list {
  max-height: none;
}

/* 테마 적용하기 */
#theme {}

#theme .select {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

#theme .select:hover {
  color: #333;
  transition: all .3s;
}

#theme .select .text {}

#theme .select .option-list {
  list-style: none;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#theme .select .option-list .option {
  padding: 10px 15px;
}

#theme .select .option-list .option:hover {
  background-color: #f2f2f2;
}

.mapContainer>.myChaeviNearContainer {
  position: absolute;
  bottom: 10%;
  right: 25px;
  z-index: 99;
}

/*input[id="cpo"]{
    accent-color: #25cebc;
	border-color: white;
}*/

div>p#mainCardType {
  background: url(/assets/img/ver2/common/down_arrow_ico.svg) no-repeat bottom right 10px;
}

.searchListBorder {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  /* padding-top: 15px; */
  display: flex;
  height: 50px;
}

.searchListBorder>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchListBorder>ul>li:nth-child(2) {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchListBorder1 {
  border-radius: 100px;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  /* padding-top: 15px; */
  display: flex;
  height: 45.5px;
}

.searchListBorder1>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchListBorder1>ul>li:nth-child(2) {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.paddingHorizontal15,
.searchListBorder1>ul>li:nth-child(2) {
  padding: 0 15px;
}

.searchNotData1 {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #6e7074;
  line-height: 4
}

.paddingHorizontal15,
.searchListBorder>ul>li:nth-child(2) {
  padding: 0 15px;
}

.iconSearchButton {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-dialog.modal-dialog-nomargin {
  margin: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*body.modal-open > div#filter_modal.modal.fade.in {
	position: fixed;
}*/

/*modal-open > #filter_modal.modal.fade.in > .modal-dialog.modal-dialog-nomargin {
	margin: 0px;
	position: fixed;
    bottom: 0;
    width: 100%;
}*/

.highlight {
  /*font-weight : bold;*/
  color: #25CEBC;
}

.settingModalMenu>p.font18 {
  width: 87%;
  font-size: 18px;
}

.settingModalRemark>p.font13 {
  font-size: 13px;
}

.cd1tip {
  position: relative;
  display: inline-block;
}

.cd1tip .tip {
  /*visibility: hidden;*/
  width: 150px;
  background: #959698;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  /* border-radius: 7px; */
  position: absolute;
  z-index: 1;
  top: -55px;
  left: -1%;
  opacity: 0.8;
}

/* 풀선 화살표 */
.cd1tip .tip::after {
  content: "";
  position: absolute;
  border-top: 9px solid #959698;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
  top: 98%;
  right: 44%;
}

.cd1tip:hover .tip {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s;
}

.mannertip {
  position: relative;
  /*display: inline-block;*/
}

.mannertip .mannertips {
  /*visibility: hidden;*/
  width: 70%;
  height: 60px;
  background: #424242;
  color: #ffffff;
  /*font-weight: bold;*/
  text-align: left;
  padding: 10px 12px;
  /* border-radius: 7px; */
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 17%;
}

.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  display: inline;
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  display: inline;
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

.editableform-loading {
  background: url('../img/loading.gif') center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url('../img/clear.png') center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;

  top: 50%;
  right: 6px;
  margin-top: -6px;

}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  display: inline;
}

.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-unsaved:after {
  /*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

input.underline {
  border: 0;
  border-bottom: 1px solid black;
  font-size: large;
  width: 100%;
}

/* 라운드진 체크박스 */
input[id="cpo"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
  border: 0.8px solid #999;
  border-radius: 3px;
  vertical-align: middle;
}

input[id="cpo"]::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}

/* 여기가 체크표시를 위한 코드 */
input[id="cpo"]:checked {
  /*background-color: #25cdbc;*/
  background-color: #25cdbc;
  border-color: rgba(255, 255, 255, 0.3);
  border-color: #25cdbc;
  color: white;
}

/* 여기가 체크표시를 위한 코드 */
input[id="cpo"]:checked::before {
  border-radius: 4px;
  transform: scale(1) translate(-50%, -50%)
}

/* disable된 check 색상 */
input[id="cpo"][disabled] {
  background-color: #9999;
  ;
}

.cpinfo_remain {
  color: #96999f;
  font-size: 16px;
  margin: auto 10px;
  margin-bottom: 10px;
}

.paymentContainer {
  margin-top: 30px;
  width: 100%;
}

.paymentContainer>ul {
  display: flex;
}

.paymentContainer>ul>li {
  flex: 1 1 0;
}

.paymentContainer>ul>li>* {
  width: 100%;
  text-align: center;
}

.checkRadioBoxType4>input:checked+label {
  /*background: white;*/
  border: 1px solid #25CEBC;
  /*color: #fff;*/
}


.checkRadioBoxType4>label {
  width: 80%;
  height: 100%;
  padding: 10px 20px;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cashRegContainer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  box-sizing: border-box;
  bottom: 0px;
}

.checkRadioBoxType5>input {
  display: none;
}

.checkRadioBoxType5>input:checked+label {
  /*background: white;*/
  border: 1px solid #25CEBC;
  /*color: #fff;*/
}

.formBox {
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}


.checkRadioBoxType5>label {
  width: 80%;
  height: 100%;
  padding: 10px 20px;
  align-items: center;
  -webkit-box-align: left;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c9c9d0;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cashRegtextBox {
  height: 100%;
  padding: 10px 0px;
  align-items: center;
  text-align: left;
  justify-content: center;
  -webkit-box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* 오버레이 관련  */
.overlay-marker {
  position: relative;
  float: left;
  bottom: 20px;
  width: 85px;
  height: 40px;
}

.overlay-marker.overlay-available {
  background-image: url('/assets/img/ver2/overlay/available.svg');
}

.overlay-marker.overlay-charging {
  background-image: url('/assets/img/ver2/overlay/charging.svg');
}

.overlay-marker.overlay-fault {
  background-image: url('/assets/img/ver2/overlay/fault.svg');
}

.overlay-container {
  width: 100%;
  height: 70%;
  display: flex;
}

.overlay-container>img {
  height: 15px;
  margin: auto;
  margin-right: 0px;
}

.overlay-bg {
  position: absolute;
}

.overlay-count {
  margin: auto;
}

.overlay-count>span {
  font-weight: bold;
  font-size: 15px;
}

.overlay-font-mint {
  color: var(--mint);
}

.overlay-img-fav {
  position: absolute;
  right: -8px;
  top: -2px;
}

.overlay-pnc {
  position: absolute;
  top: -38px;
  height: 100%;
  width: 55%;
  z-index: -1;
  overflow: hidden;
  border-radius: 7px 0 0 0;
  border-left: 1px solid #fff;
  left: 10px;
}

.overlay-pnc>p {
  position: absolute;
  color: var(--mint);
  margin-left: 5px;
  margin-top: 2px;
  font-weight: 500;
  font-size: 11px;
  z-index: 2;
}

.overlay-img-pnc {
  width: 100%;
  height: 100%;
  background-color: var(--light-navy);
  border-radius: 0 7px 0 0;
  transform: skew(30deg) translate(-5px, 0px);
  border: 1px solid #fff;
}

.overlay-reserve {
  position: absolute;
  top: -38px;
  right: 0px;
  height: 100%;
  width: 55%;
  z-index: -2;
  overflow: hidden;
  border-radius: 0 7px 0 0;
  border-right: 1px solid #fff;
  right: 10px;
}

.overlay-reserve>p {
  position: absolute;
  color: #fff;
  right: 0px;
  margin-right: 5px;
  margin-top: 2px;
  font-weight: 500;
  font-size: 11px;
  z-index: 2;
}

.overlay-img-reserve {
  width: 100%;
  height: 100%;
  background-color: var(--mint);
  border-radius: 7px 0 0 0;
  transform: skew(-30deg) translate(5px, 0px);
  border: 1px solid #fff;
}

.overlay-non-dp {
  display: none !important;
}

.body-vstack {
  height: 100vh;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.vstack-h-auto {
  flex: 1;
}

.vstack-h-full {
  min-height: 0;
}

.lightning-body {
  padding: 10px 20px 10px 20px;
}

.lightning-title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #1C1C1C;
}

.lightning-title-mint {
  color: #58DCCF;
}

.lightning-title-green {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #008A7C;
}

.lightning-title-img {
  width: 42%;
  transform: translateX(10%);
}

.lightning-quiz-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lightning-answer-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.lightning-quiz-body-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.lightning-answer-body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.lightning-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #1C1C1C;
}

.lightning-body-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #6B6B6B;
}

.lightning-timeout-text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 2px 10px;
  color: #FF2E20;
  width: fit-content;
}

.lightning-btn {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 18px;
}

.lightning-btn-disable {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 18px;
  background-color: #EEEEEE;
  color: #B5B5B5;
}

.lightning-btn:hover,
.lightning-btn:active {
  opacity: 0.7;
}

.lightning-btn-mint {
  background-color: #58DCCF;
  color: #fff;
}

.lightning-btn-black {
  background-color: #1C1C1C;
  color: #fff;
}

.lightning-btn-white {
  background-color: #FFFFFF;
  color: #1C1C1C;
  border: 1px solid #1C1C1C;
}

.lightning-btn-tip {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px;
  background-color: #fff;
  color: #1C1C1C;
  border: 1px solid #CCC;
  width: fit-content;
  padding: 8px 12px !important;
}

.lightning-btn-tipmint {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px;
  background-color: rgba(88, 220, 207, 0.1);
  color: #19BCAC;
  border: 1px solid #19BCAC;
  width: fit-content;
  padding: 8px 12px !important;
}

.lightning-remark-container {
  background-color: #F8F8F8;
  border-radius: 6px;
  padding: 20px 20px;
}

.lightning-remark-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #464646;
}

.container-bottom {
  padding: 10px 20px 40px 20px;
}

.container-bottom-adv {
  padding: 30px 30px 50px 30px;
  background-color: #EEE;
}

.lightning-remark-body {
  display: flex;
  color: #464646;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
}

.lightning-description-title {
  display: flex;
  color: #6B6B6B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lightning-description {
  display: flex;
  color: #6B6B6B;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 2px;
}

.lightning-description-container {
  padding: 20px 20px;
}

.lightning-remark-body-red {
  /* color: #FF2E20; */
  font-size: 16px !important;
  font-weight: 400;
}

.lightning-remark-body>p:first-child {
  padding-left: 5px;
  padding-right: 5px;
}

.lightning-remark-body>p:last-child {
  flex: 1;
}

.lightning-divider {
  border-top: 1px solid #B5B5B5;
}

.lightning-calendar {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #B5B5B5;
  text-align: left;
  padding: 10px 0;
  gap: 5px;
}

.lightning-calendar-divider {
  padding-left: 10px;
  padding-right: 10px;
}

.lightning-history-items {
  padding: 10px 0;
}

.lightning-history-items-empty {
  flex: 1;
  display: flex;
  padding: 50px 0;
}

.lightning-history-items-empty>div {
  margin: auto;
}

.lightning-history-items-empty>div>img {
  max-width: 140px;
  margin-bottom: 20px;
}

.lightning-history-items-empty>div>p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #464646;
}

.lightning-history-item {
  border-bottom: 1px solid #F3F3F3;
  padding: 20px;
}

.lightning-history-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #1C1C1C;
}

.lightning-history-cate {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #6B6B6B;
}

.lightning-history-data {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1C1C1C;
}

.lightning-badge-charge {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 100px;
  color: #FFF;
  background-color: #58DCCF;
}

.lightning-badge-buy {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 100px;
  color: #FFF;
  background-color: #008A7C;
}

.lightning-badge-get {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 100px;
  color: #FFF;
  background-color: #FFCA0F;
}

.lightning-badge-refund {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 100px;
  color: #FFF;
  background-color: #464646;
}

.lightning-tab-bar {
  width: 100%;
}

.lightning-tab {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 0;
  text-align: center;
  color: #C5C5C5;
  border-bottom: 1px solid #EEEEEE;
}

.lightning-tab.active {
  color: #1C1C1C !important;
  border-bottom: 2px solid #1C1C1C !important;
}

.quiz-correct {
  background-color: rgba(81, 164, 255, 0.1);
  z-index: 0;
}

.quiz-incorrect {
  background-color: rgba(248, 248, 248, 1);
  z-index: 0;
}

.lightning-timer {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid #6B6B6B;
  border-radius: 30px;
  color: #6B6B6B;
  padding: 2px 10px;
}

.lightning-timer-val {
  color: #19BCAC;
}

.jump {
  transition: transform 0.3s ease;
}

.up {
  transform: translateY(-20px);
}

.pos-relative {
  position: relative !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.align-self-center {
  align-self: center !important;
}

.vstack {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.h-min-content {
  height: min-content !important;
}

.h-max-content {
  height: max-content !important;
}

.align-items-center {
  align-items: center !important
}

.overflow-hidden {
  overflow: hidden !important;
}

@font-face {
  font-family: "SUIT";
  font-weight: 100;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 200;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 300;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Light.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 400;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 500;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 600;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 700;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "SUIT";
  font-weight: 800;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-Heavy.ttf') format('truetype');
}


@font-face {
  font-family: "SUIT";
  font-weight: 900;
  font-style: normal;
  src: url('/assets/font/Suit/SUIT-ExtraBold.ttf') format('truetype');
}

.swiper-slide-img {
  border-radius: 8px;
}

.sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease;
  max-height: 80vh;
  overflow-y: auto;
}

.sheet.show {
  bottom: 0;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.overlay.show {
  display: block;
}

.sheet-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.month-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #1C1C1C;
  margin: 15px 0;
}

.month-nav-btns {
  display: flex;
  gap: 28px;
  color: #19BCAC;
}

.month-nav-btns>span {
  min-width: 20px;
  text-align: center;
}

#calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.day {
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.day:hover {
  background: #e5f7f5;
}

.day.selected {
  background: rgba(25, 188, 172, 0.12);
  color: #19BCAC;
  font-weight: 700;
  font-size: 20px;
}

.confirm-btn {
  width: 100%;
  padding: 15px;
  background: #58DCCF;
  color: #FFF;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.calendar-header {
  display: flex;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #B5B5B5;
  gap: 10px;
}

.calendar-header>* {
  flex: 1;
}

.popup-sheet-body {
  padding: 24px;
}

.popup-sheet-img {
  width: 56px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-sheet-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 15px;
}

.popup-sheet-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #464646;
}

.popup-sheet {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: bottom 0.3s ease;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 24px;
  background-color: #FFF;
  text-align: center;
  display: none;
  z-index: 10000;
}

.popup-sheet.show {
  display: block;
}

.popup-sheet-footer {
  display: flex;
}

.popup-sheet-btn {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #EEEEEE;
  padding: 20px 0;
}

.popup-sheet-btn-confirm {
  color: #909090;
}

.popup-sheet-btn-yes {
  color: #19BCAC;
}

.picker-modal {
  width: 320px;
  margin: 40px auto;
  background: white;
  padding: 20px 15px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.picker-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

.close-btn {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #444;
}

.current-display {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #06bfa8;
  text-align: left;
}

.picker-container {
  margin-top: 25px;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* 중앙 강조 영역 */
.picker.highlight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 100%;
  border-radius: 8px;
  background: rgba(240, 240, 240, 0.7);
  pointer-events: none;
}

.picker-column {
  height: 200px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  color: #999;
  font-size: 18px;
}

.picker-column div {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}

.picker-column .selected {
  font-weight: 700;
  color: #111;
}

/* 선택 버튼 */
.confirm-btn {
  margin-top: 25px;
  width: 100%;
  background: #33d8c4;
  color: white;
  border: none;
  font-size: 18px;
  padding: 14px 0;
  border-radius: 10px;
  cursor: pointer;
}

.loading-overlay {
  display: none;
  /* 초기에는 숨김 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(4px);
}

/* 로딩 스피너 */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: #58DDD0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}