@charset "utf-8";

/*web font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

@font-face {
  font-family: "NouvelRKR";
  src: url("/resources/fonts/NouvelR KR-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NouvelRKRBold";
  src: url("/resources/fonts/NouvelR KR-Semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NouvelR";
  src: url("/resources/fonts/NouvelR-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NouvelRBold";
  src: url("/resources/fonts/NouvelR-Semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*reset*/
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
} 

fieldset, img, abbr,acronym { border:0 none; } 
ol, ul { list-style:none; }

table {
	border-collapse: separate;
	border-spacing:0;
	border:0 none;
}
caption, th, td {
	text-align:left;
	font-weight: normal;
	border:0 none;
}
table caption {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
}
ins { text-decoration:none; }
del { text-decoration:line-through; }

blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

hr { display:none; }

a {color: #333;}
a:link, a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

legend {
  display: none;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR';
}

/*common*/
html,
body {
  width: 100%;
  height: 100%;
  background: #F8F8FA;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #090606;
}
* {
  box-sizing: border-box;
}
.clear_float:after {
  content: "";
  clear: both;
  display: block;
}
.pos_relative {
  position: relative;
}

/*width*/
.wid100p {
  width: 100%;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt20 {
  margin-top: 20px;
}

/*input*/
input:focus {
  outline:none;
}
input:disabled {
  opacity: 0.5;
}
input[type="text"] {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-appearance: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;  
}
input[type="number"] {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-appearance: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;  
}
input[type="password"] {
  padding-left: 6px;
  padding-right: 6px;
  -webkit-appearance: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;  
}
.input_style {
  height: 40px;
  background: #F8F8FA;
  border: 1px solid #DEDEDE;
  border-radius: 0;
}
.input_style2 {
  height: 46px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
.input_box {
  height: 60px;
  padding-top: 15px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding-left: 1px;
}
.input_box input[type="text"].input_style3 {
  height: 28px;
  width: 98%;
  line-height: 28px;
  border: none;
  font-size: 1.25rem;
}
input::placeholder {
  position: relative;
  top: 0px;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 0.9375rem;
  color: #B7B7B7;
}
input::-webkit-input-placeholder {
  position: relative;
  top: 0px;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 0.9375rem;
  color: #B7B7B7;  
}
input::-ms-input-placeholder {
  position: relative;
  top: 0px;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 0.9375rem;
  color: #B7B7B7;    
}
input.input_style3::placeholder {
  top: 0;
  font-size: 1.25rem;
}

/*select*/
.select_style {
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;	
  background: url(../img/pc/bg_select.png) right 7px no-repeat;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;
}
select:focus {
  outline:none;
}

/*radio*/
.checks {
  display: inline-block;
	position: relative;
  text-align: center;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
}
.checks input[type="radio"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}
.checks input[type="radio"] + label { 
	display: inline-block; 
	position: relative; 
	padding-left: 26px; 
	cursor: pointer; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
  color: #8D8D89;
}
.checks input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 2px; 
	width: 20px; 
	height: 20px; 
	text-align: center; 
  background: url(../img/pc/img_radio.png) left top no-repeat;
  box-sizing: border-box;
}
.checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { 
}
.checks input[type="radio"]:checked + label:before { 
  background: url(../img/pc/img_radio_check.png) left top no-repeat;
}

.checks.has_label input[type="radio"] + label {
  padding-left: 24px;
}
.checks.has_label input[type="radio"] + label::before {
  top: 2px;
  left: 0;
}
.checks.has_label input[type="radio"]:checked + label:after {
  top: 7.5px;
  left: 5px;
}
.checks.has_label input[type="radio"]:checked + label {
  color: #5F5F5C;
}

/*checkbox*/
.checklabel {
  display: inline-block; 
  position: relative; 
  padding-left: 22px; 
  cursor: pointer; 
  line-height: 16px; 
  margin-right: 15px;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
}
.checklabel:last-child {
  margin-right: 0;
}
.checklabel input {
  position: absolute; 
  opacity: 0; 
  cursor: pointer; 
  height: 0; 
  width: 0;
}
.checklabel .checkmark {
  position: absolute; 
  top: -2px; 
  left: -6px; 
  height: 18px; 
  width: 18px; 
  background-color: #B7B7B7;
  border: none;
  border-radius: 2px;
}
.checklabel input:checked ~ .checkmark {
  background-color: #FFCC33;
}
.checklabel .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 6px; 
  top: 1px; 
  width: 5px; 
  height: 10px; 
  border: solid white; 
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}

/*textarea*/
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance:  
}
textarea:focus {
  outline: none;
}
.wrap_tarea {
  border-top: 2px solid #2C2928;
}
.tarea_sytle {
  width: 100%;
  height: 170px;
  padding: 0;
  padding: 10px;
  border-top: none;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-radius: 0;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;
}
.tarea_sytle::placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;
}
.tarea_sytle::-webkit-input-placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;  
}
.tarea_sytle:-ms-input-placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;    
}

.tarea_style2 {
  width: 100%;
  height: 250px;
  padding: 0;
  padding: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;
  outline: none;
}
.tarea_style2::placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;
}
.tarea_style2::-webkit-input-placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;  
}
.tarea_style2:-ms-input-placeholder {
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  color: #B7B7B7;    
}

/*button*/
button {
  cursor: pointer;
  
}
button:disabled {
  opacity: 0.5;
  cursor: auto;
}
.btn_style1 {
  height: 40px;
  background: #8D8D89;
  border-radius: 2px;
  font-size: 0.875rem;
  color: #fff;
}
.btn_style1:active {
  background: #5F5F5C;
}
.btn_style2 {
  width: 100%;
  height: 60px;
  background: #FFCC33;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2C2928;
}
.btn_style2:active {
  background: #F8BF12;
}
.btn_style3 {
  height: 46px;
  background: #8D8D89;
  border-radius: 2px;
  font-size: 0.875rem;
  color: #fff;
}

/*login*/
#login {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 100px;
  background: #fff;
}
.wrap_login {
  position: relative;
  width: 76%;
/*  height: 100%;*/
  margin: 0 auto;
  padding-top: 70px;  
  text-align: center;
}

#hdLogin {
  position: relative;
  height: 70px;
  padding: 17px 20px;
}
.logo_auto img {
  width: 97px;
}
.logo_login {
  position: absolute;
  top: 17px;
  right: 20px;
}
.logo_login img {
  /* width: 60px; */
  height: 41.4px;
}

.hd_login {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  color: #090606;
}
.input_login {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.input_login input {
  width: 100%;
  height: 46px;
  padding-left: 36px;
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
  font-size: 1rem;
  color: #5F5F5C;
}
.id_login {
  position: relative;
}
.id_login:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/mb/icon_id.png) left top no-repeat;
  background-size: cover;
}
.pw_login {
  position: relative;
}
.pw_login:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/mb/icon_pw.png) left top no-repeat;
  background-size: cover;
}
.btn_login {
  margin-top: 20px;
  text-align: center;
}
.btn_login button {
  width: 90%;
  height: 46px;
  background: #FFCC33;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #090606;
}
.ck_info {
  width: 90%;
  margin: 18px auto 0 auto;
  font-size: 0.875rem;
}
.ck_info li {
  float: left;
  width: 50%;
  text-align: left;
}
.ck_info li:first-child {
  position: relative;
}
.ck_info li:first-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background: #DEDEDE;
}
.ck_info li:last-child {
  text-align: right;
}
.user_id_input {
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid #090606;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
}
.btn_findpw {
  position: relative;
  top: -3px;
}
.cs_info {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
}
.cs_info p {
  display: inline-block;
  width: 100%;
  height: 40px;
  border: 1px solid #DEDEDE;
  border-radius: 26px;
  text-align: center;
}
.cs_info p span.icon_cs {
  position: relative;
  top: 6px;
  color: #b7b7b7;
}
.cs_info p span.tel {
  font-size: 0.9rem;
  font-weight: 600;
}

/*checkbox*/
.chk_id {
  display: inline-block; 
  position: relative; 
  padding-left: 24px; 
  cursor: pointer; 
  line-height: 16px; 
  margin-right: 15px;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  font-family: 'NouvelRKR', 'NouvelR', 'Roboto','Noto Sans KR',;
}
.chk_id:last-child {
  margin-right: 0;
}
.chk_id input {
  position: absolute; 
  opacity: 0; 
  cursor: pointer; 
  height: 0; 
  width: 0;
}
.chk_id .checkmark {
  position: absolute; 
  top: -3px; 
  left: 0; 
  height: 20px; 
  width: 20px; 
  border: 2px solid #090606;
  border-radius: 2px;
}
.chk_id input:checked ~ .checkmark {
  border: 2px solid #090606;
}
.chk_id .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.chk_id input:checked ~ .checkmark:after {
  display: block;
}
.chk_id .checkmark:after {
  left: 5px; 
  top: 1px; 
  width: 5px; 
  height: 10px; 
  border: solid #090606; 
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg); 
  -ms-transform: rotate(45deg); 
  transform: rotate(45deg);
}

/*modal*/
.wrap_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 150px;
  background-color:rgba(0,0,0,0.4);
  z-index: 200;        
}
.wrap_modal#findPW {
  padding-top: 100px;
}
.cont_modal {
  position: relative;
  width: 85%;
  height: auto;    
  margin: auto;     
  background-color: #fff;   
  overflow: hidden;
  border-radius: 4px;
}
.hd_modal {
  position: relative;
  padding: 23px 0 36px 0;
  text-align: center;
  font-size: 1.125rem;
}
.btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #8D8D89;
}
.body_modal {
  padding: 0 20px;  
}
.input_modal {
  position: relative;
}
.input_modal .input_phone {
  width: 56%;
}
.input_modal button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
}
.btn_modal {
  width: 100%;
  height: 60px;
  margin-top: 24px;
  background: #FFCC33;
  font-size: 1.125rem;
  color: #2C2928;
}

/*나의 NOPS 정보*/
.hd_info {
  position: relative;
  height: 48px;
  padding: 8px 0 0 20px;
  background: #fff;
  border-bottom: 1px solid #F2F2F3;
  font-size: 1.125rem;
}
.hd_info span.icon_acc {
  position: relative;
  top: 5px;
}
.box_info_tbl {
  padding: 20px;
}
.icon_close {
  position: absolute;
  top: 12px;
  right: 15px;
}
.change_pw input[type='password']::placeholder {
  font-size: 0.9375rem;
  letter-spacing: -0.6px;
  word-spacing: -0.6px;
}
.change_pw {
  display: none;
}
.btn_change_pw {
  position: relative;
  left: -2px;
}
.btn_area {
  margin-top: 20px;
}

/*header*/
#mHeader {
  position: relative;
  height: 48px;
  padding-top: 10px;
  padding-left: 16px;
  background: #FFCC33;
  border-bottom: 1px solid #FFC002;
}
h1 img {
  width: 46px;
}
/* hamburger icon */
.mob_menu {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}  
.nav_icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.nav_icon span {
  background-color: #00021A;
  position: absolute;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 2px;
  transition-duration: 500ms
}
.nav_icon span:nth-child(1){
  top:0px;
  left: 0px;
}
.nav_icon span:nth-child(2){
  top: 7px;
  left: 0px;
  opacity:1;
}
.nav_icon span:nth-child(3){
  top:14px;
  left: 0px;
}
.nav_icon.open span:nth-child(1){
  transform: rotate(45deg);
  top: 9px;
}
.nav_icon.open span:nth-child(2){
  opacity:0;
}
.nav_icon.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 9px;
}
.nav_icon.open span {
  background: #000327 !important;
}  

#mMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0, 0.4);  
}
.wrap_gnb {
  position: absolute;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  background: #2C2928;
}
.hd_gnb {
  padding: 8px 18px 17px 18px;
  background: #FFCC33;
  color: #2C2928;
}
.txt_gnb1 {
  margin-bottom: 6px;
  font-size: 1rem;
}
.txt_gnb1 span {
  position: relative;
  top: 4px;
  color: #fff;
}
.txt_gnb2 {
  padding-left: 28px;
  font-size: 1.125rem;
}
#mGnb li a {
  display: inline-block;
  padding: 18px;
  width: 100%;
  border-bottom: 1px solid #4A4746;
  color: #fff;
}
#mGnb li a:active {
  background: #3B3837;
}
#mGnb li a span {
  position: relative;
  top: 6px;
  margin-right: 10px;
  color: #FFCC33;
}
.btn_logout {
  text-align: center;
}
.btn_logout button {
  width: 80%;
  height: 40px;
  margin-top: 24px;
  background: #2C2928;
  border: 1px solid #8D8D89;
  border-radius: 4px;
  font-size: 1rem;
  color: #8D8D89;
}
.btn_logout button:active {
  background: #8D8D89;
  color: #2C2928;
}
.btn_logout button span {
  position: relative;
  top: 3px;
  margin-right: 4px;
}



/*NOPS 입력*/
/*contents*/
#mContents {
  padding: 0 10px 100px 10px;
}
h2.tit_page {
  margin-top: 18px;
  margin-bottom: 11px;
  text-align: center;
  font-size: 1.375rem;
}
.box_content {
  padding: 12px;
  background: #fff;
}
.tit_style {
  position: relative;
  padding-left: 32px;
  font-size: 1.125rem;
}
.tit_style span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  padding: 1px 0 0 1px;
  background: #F4B700;
  border-radius: 2px;
  color: #fff;
}
.mtbl_style1 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-top: 2px solid #2C2928;
}
.mtbl_style1 th,
.mtbl_style1 td {
  height: 60px;
  border-bottom: 1px solid #DEDEDE;
}
.mtbl_style1 th {
  width: 30%;
  background: #FFF5D8;
  border-left: none;
  text-align: center;
}
.mtbl_style1 td {
  width: 70%;
  padding: 10px;
  border-right: none;
  color: #5F5F5C;
}
.btn_search_car {
  position: relative;
  top: -1px;
}
.td_wid_split input {
  width: 60%;
}
.td_wid_split button {
  width: 37%;
}
.mtbl_style1 th .th_star {
  padding-left: 14px;
  background: url(../img/pc/icon_star.png) left 4px no-repeat;
}
.input_num {
  width: 84%;
}
.td_phone input,
.td_phone button {
  width: 65%;
}
.txt_phone {
  display: inline-block;
  width: 30%;
  text-align: right;
}

.mtbl_style2 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-top: 2px solid #2C2928;
}
.mtbl_style2 tr > th,
.mtbl_style2 tr > td {
  padding-left: 15px;
  padding-right: 15px;
}
.mtbl_style2 tr > th {
  height: 60px;
  background: #F8F8FA;
  font-size: 1.125rem;
}
.mtbl_style2 tr > td {
  height: 70px;
  border-bottom: 1px solid #DEDEDE;
}
.mtbl_style2 tr > td>.checks:first-child {
  margin-right: 15px;
}

.btn_sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 92px;
  padding: 16px;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -1px 10px 0.5px rgba(0,0,0,0.1);
  text-align: center;
}

/*개인정보 제공동의*/
.btn_send_num {
  position: relative;
  left: -1px;
}
.txt_agree1 {
  margin-top: 30px;
  font-size: 1rem;
}
.box_agree {
  width: 100%;
  height: 96px;
  overflow: auto;
  margin-top: 10px;
  padding: 6px;
  background: #fff;
  border: 1px solid #DEDEDE;
  font-size: 0.875rem;
  font-weight: 400;
  color: #B7B7B7;
}
.ck_agree {
  margin-top: 8px;
  text-align: right;
  color: #2C2928;
}
.btn_area.mt30 {
  margin-top: 30px;
}

/*차량 정보 조회*/
.icon_search_car img {
  position: relative;
  top: 2px;
  width: 24px;
}
.car_list {
  padding: 0 4px;
}
.car_list li {
  margin-top: 20px;
  padding: 14px 20px;
  border: 4px solid #DEDEDE;
  border-radius: 4px;
}
.car_list li:after {
  content: "";
  clear: both;
  display: block;
}
.car_list li a>div, .car_list li>div {
  float: left;
}
.car_list li a>div:first-child,.car_list li>div:first-child {
  width: 35%;
}
.car_list li a>div:last-child, .car_list li>div:last-child {
  /* position: relative;*/
  /* width: 72%;*/
  /* padding: 6px 0 0 14px; */
  position: relative;
  width: 64%;
  padding: 6px 0 0 14px;
  float: none;
  text-align: center;
  display: inline-block;
}
.txt_wrap {
  position: relative;
}
.txt_wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 54px;
  background: #DEDEDE;  
}
.txt_car1 {
  font-size: 1.25rem;
  color: #2C2928;
}
.txt_nm {
  font-size: 1rem;
  color: #5F5F5C;
}
.txt_car_num {
  /* padding-left: 26px; */
  /*background: url(../img/mb/bg_renault.png) left 6px no-repeat;*/
  background-size: 22px 28px;
  font-size: 1.625rem;
  color: #5F5F5C;
  line-height: 44px;
}

/*NOPS 자거점*/
.txt_result {
  font-size: 0.875rem;
  color: #5F5F5C;
}
.car_list.search_list {
  padding: 0;
}

/*NOPS 수정*/
.btn_style2.wid50p {
  width: 48%;
}
.btn_sticky .wid50p:first-child {
  margin-right: 2%;
}

/*1:1 문의하기*/
.tit_qa {
  margin: 20px 0 0 20px;
}

/*문의게시판*/
.tit_qa_list {
  position: relative;
}
.sum_qa {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 0.875rem;
  color: #5F5F5C;
}
.mtbl_style3 {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-top: 2px solid #2C2928;
}
.mtbl_style3 th {
  height: 46px;
  padding-left: 20px;
  background: #F8F8FA;
  color: #5F5F5C;
}
.mtbl_style3 tr th:first-child {
  width: 55%;
}
.mtbl_style3 tr th:last-child {
  width: 45%;
}
.mtbl_style3 td {
  position: relative;
  height: 70px;
  padding: 0 20px;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.125rem;
}
.txt_ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.txt_ellipsis>* {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon_answer_none {
  position: absolute;
  top: 22px;
  right: 20px;
}
.icon_answer {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #F4B700;
}
.hd_qa_list a {
  padding-right: 30px;
}
.mtbl_style3 tr.has_answer th {
  background: #FFF5D8;
}

/*문의 상세*/
.question {
  margin-top: 12px;
  padding: 18px 10px 0 10px;
  border-top: 2px solid #2C2928;
}
.txt_question {
  width: 100%;
  min-height: 120px;
  margin-top: 10px;
  padding: 10px;
  background: #F8F8FA;
  border: 1px solid #DEDEDE;
  color: #8D8D89;
}
.answer {
  margin-top: 20px;
  padding: 18px 10px 20px 10px;
  background: #FFF5D8;
  border-top: 2px solid #2C2928;
}
.txt_answer {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
  padding: 10px;  
  background: #F8F8FA;
  border: 1px solid #DEDEDE;
  color: #8D8D89;  
}

































