@charset "utf-8";
@import url(default.css);

.p_navi {
  position:absolute; 
  top:50%; 
  transform:translateY(-50%); 
  left:50%; 
  width:500px; 
  height:600px; 
  margin-left:-105px; 
  padding:12px 13px 0 13px; 
  border-bottom:1px solid #fff; 
  border-radius:10px; 
  background-color:#fff; 
  box-shadow:0 2px 3px 0 rgba(0,0,0,0.33); 
  z-index:1000;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .p_navi {
    position:absolute; 
    top:50%; 
    transform:translateY(-50%); 
    left:50%; 
    width:500px; 
    height:600px; 
    margin-left:-300px; 
    padding:11px 13px 0 13px; 
    border-bottom:1px solid #fff; 
    border-radius:10px; 
    background-color:#fff; 
    box-shadow:0 2px 3px 0 rgba(0,0,0,0.33); 
    z-index:1000;
  }
} /* 크롬 핵 */
.p_navi h5 {
  margin-bottom:3px;
  padding-bottom:8px;
  border-bottom:1px solid #bababa;
  font-weight:700 !important; 
  font-size:14px; 
  color:#f7941d;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .p_navi h5 {
    margin-bottom:3px; 
    padding-bottom:9px; 
    border-bottom:1px solid #bababa;
    font-family:'ngb', '나눔고딕', 'NanumGothicBold', sans-serif; 
    font-weight:700 !important; 
    font-size:14px; color:#f7941d;
  }
} /* 크롬 핵 */
.p_navi h5 span a {
  display:block; 
  float:right; 
  width:11px; 
  height:11px; 
  margin-top:2px; 
  background:url(../../images/ico/close_pop.png) no-repeat;
}
.p_navi .con {
  font-size:12px; 
  line-height:18px;
}

.p_navi .con .liter {padding-top:10px;}
.p_navi .con .liter li {float:left;}
.p_navi .con .liter li.txt {padding-top:4px; font-size:12px; color:#333; font-weight: bold;}
.p_navi .con .liter li.txt span {color:#666; font-weight: bold;}
.p_navi .con .liter input[type="text"] {width:73px; margin:4px 2px 0 6px; border:none; border-bottom:1px solid #f7941d !important; font-size:14px; color:#f7941d; text-align:center;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.p_feeset .con .liter input[type="text"] {width:73px; margin:3px 2px 0 6px; padding-bottom:1px; border:none; border-bottom:1px solid #f7941d !important; font-size:14px; color:#f7941d; text-align:center;}} /* 크롬 핵 */


/* 설정완료 버튼 */
.p_navi .con .btn_ok a {
  width:110px; 
  height:19px; 
  margin:19px auto 0; 
  padding:0 !important; 
  text-align:center;
}
.btn_ok a {
  display:block; 
  border-radius:2px; 
  font-size:12px; 
  padding:2px 8px 3px 5px; 
  border:1px solid #f7941d; 
  background-color:#f7941d; 
  color:#fff;
}
/* //설정완료 버튼 */



/* 타이틀(제목) 텍스트 */
.titletext {
  display:block; /* display: flex;*/
  margin:8px 0;
  padding-top:6px;
  color:#333;
  font-weight: bold;
  align-items: center;
}

.t_name {
  margin-right: 5px;
}

.reset_btn {
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.guidance {
  color: #ff2323;
  font-weight: 600;
  font-size: 10px;
}

/* (1)탐색 옵션 - 스위치 옵션 */ 
.container_option {
  margin: 0 5px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.switch_group {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* 텍스트 좌측 정렬 */
}

.switch-container {
  display: flex;
  justify-content: flex-end;
  /* 스위치 우측 정렬 */
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ababab;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 6px;
  bottom: 4px;
  background-color: #fff;
  transition: .3s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #ff7800;
}

input:checked+.slider:before {
  transform: translateX(18px);
}
/* //(1)탐색 옵션 - 스위치 옵션 */ 

/* (2)탐색 옵션 - 버튼 옵션(제한없음/사용자설정) */
.option_btn {
  width: calc(50% - 10px);
  justify-content: space-between;
  margin-bottom: 5px;
}

.title {
  margin: 0;
  font-weight: bold;
  margin-bottom: 5px;
}

.btn_none {
  display: flex;
  align-items: center;
}

.opbtn {
  margin-top: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: -0.6px;
}

.option_btn .on {
  background-color:#ff7800;
  color: #fff;
  border: none;
  margin-right: 5px;
  font-weight: bold;
  border: 1px solid #ff7800;
}

.option_btn .off {
  background-color: #f9f9f9;
  margin-right: 5px;
  border: 1px solid #ccc;
}

.input_group {
  display: flex;
  align-items: center;
}

.input_write {
  border: none;
  border-bottom: 1px solid #f7941d;
  width: 62px;
  margin-left:5px;
  opacity: 90%;
  text-align: center;
  font-size: 11px;
}

.option_btn .on .input_write {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.fix_txt {
  margin-right: 5px;
  font-weight: bold;
  color: #666;
}

.option_btn .on .fix_txt {color: #fff;}
/* //(2)탐색 옵션 - 버튼 옵션(제한없음/사용자설정) */



/* 통행료 - 차종 설정 / 주유비 설정 - 버튼 */

.car_price {
  display: flex;
  justify-content: space-between;
}

.btnbox {
  flex: 1;
  padding: 4px;
  margin: 0 3px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.btnbox.on {
  border: 1px solid #ff7800;
  background-color: #fff1e659;
  box-shadow: 0 1px 3px rgba(83, 83, 83, 0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.btnbox.on .title {
  color: #fff;
  background-color: #ff7800;
}

.btnbox:hover {
  border: 1px solid #f7941d;
  box-shadow: 0 1px 3px rgba(83, 83, 83, 0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.btnbox .title {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color:#ababab;
  border-radius: 5px;
}

.btnbox .car_type {
  margin-top: 5px;
  font-size: 11px;
  color:#333;
}

.btnbox.on .car_type {
  font-weight:bold;
  letter-spacing: -0.2px;
}

.fuel_type {
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fuel_type .write {
  border: none;
  opacity: 90%;
  font-size: 12px;
  color: inherit;
  text-align: center;
  outline: none;
  width: 60px;
  border-bottom: 1px solid #f79826;
  margin-top: 6px;
}

.btnbox.on .fuel_type .write {
  color: #333;
  font-weight: bold;
}

.fuel_type .unit {
  font-weight: bold;
  margin: 6px 0 0 5px;
}




