@charset "utf-8";

/*web font*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,300&display=swap');

body {
  opacity: 0;
}

/*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;
}

/*common*/
html,
body {
  height: 100%;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #090606;
}
body {
  background: #F2F2F3;
}
* {
  box-sizing: border-box;
}
.clear_float:after {
  content: "";
  clear: both;
  display: block;
}
.pos_relative {
  position: relative;
}

/*margin*/
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt54 {
  margin-top: 54px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mb17 {
  margin-bottom: 17px;
}

/*padding*/
.pd0 {
  padding: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl20 {
  padding-left: 20px;
}

/*input*/
.input_style {
  height: 30px;
  width: 420px;
  border: none;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #5F5F5C;
}
input::placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #B7B7B7;
}
input::-webkit-input-placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #B7B7B7;  
}
input:-ms-input-placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #B7B7B7;    
}
.input_style.wid100p {
  width: 100%;
}
.input_style.wid90p {
  width: 90%;
}
.input_style.wid30 {
  width: 30px;
}
.input_style.wid40 {
  width: 40px;
}
.input_style.wid200 {
  width: 200px;
}
.input_style.wid270 {
  width: 270px;
}
.input_style.wid310 {
  position: relative;
  top: 1px;
  width: 310px;
}
.input_style.wid390 {
  width: 390px;
}
.input_style.wid410 {
  width: 410px;
}
.input_style.wid520 {
  width: 520px;
}

input[type="tel"] {
  border-bottom: 1px solid #DEDEDE;
}

.input_style2 {
  height: 30px;
  width: 140px;
  padding-left: 10px;
  background: #FFF5D8;
  border: 1px solid #DEDEDE;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #5F5F5C;
}

/*select*/
.select_style {
  width: 420px;
  height: 30px;
  -webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;	
  background: url(../img/pc/bg_select.png) right 5px no-repeat;
  border: none;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
/*  color: #B7B7B7;*/
  color: #5F5F5C;
}
.select_style:active {
  border: none;
}
select::-ms-expand {
  display: none;
}
.select_style.wid100 {
  width: 100px;
}
.select_style.wid100p {
  width: 100%;
}

/*radio*/
.checks {
	position: relative;
  text-align: center;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
}
.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: 30px; 
	cursor: pointer; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
  	color: #8D8D89;
  	height: 24px;
    line-height: 24px;
}
.checks input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 8px; 
	top: -15px; 
	width: 20px; 
	height: 20px; 
	text-align: center; 
/*
	background: #fff; 
	border: 2px solid #B7B7B7; 
	border-radius: 50%; 
*/
  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: #fff; 
	border-color: #5F5F5C; 
*/
  background: url(../img/pc/img_radio_check.png) left top no-repeat;
}
.checks input[type="radio"]:checked + label:after { 
/*
	content: ''; 
	position: absolute; 
	top: -10px; 
	left: 13px; 
	width: 9.5px; 
	height: 9.5px; 
	background: #FFF26E; 
	border-radius: 50%; 
*/
}
.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: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
}
.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: 20px; 
  width: 20px; 
  background-color: #fff;
  border: 1px solid #B7B7B7;
}
.checklabel input:checked ~ .checkmark {
  background-color: #FFF26E;
  border: 1px solid #FFF26E;
}
.checklabel .checkmark:after {
  content: ""; 
  position: absolute; 
  display: none;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel .checkmark:after {
  left: 5px; 
  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*/
.tarea_sytle {
  width: 100%;
  height: 110px;
  padding: 10px 20px;
  border-top: 2px solid #000000;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #5F5F5C;
}
textarea::placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #B7B7B7;
}
textarea::-webkit-input-placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #B7B7B7;  
}
textarea:-ms-input-placeholder {
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  color: #B7B7B7;    
}
.tarea_sytle2 {
  width: 100%;
  height: 430px;
  padding: 10px 20px 10px 0;
  border: none;
  font-family: 'Roboto','Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1rem;
  color: #5F5F5C;
}
.tarea_sytle2.height255 {
  height: 255px;
}

/*button*/
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: auto;
}
.btn_style1 {
  position: relative;
  height: 32px;
  padding-left: 30px;
  padding-right: 10px;
  background: #FFF26E;
  border-radius: 2px;
  font-size: 0.875rem;
  color: #000000;
}
.btn_style1 span {
  position: absolute;
  top: 4px;
  left: 4px;
}
.btn_style1:hover {
  background: #F8BF12;
}

.btn_style2 {
  height: 30px;
  padding-left: 16px;
  padding-right: 16px;
  background: #8D8D89;
  border-radius: 2px;
  font-size: 0.875rem;
  color: #fff;
}
.btn_style2:hover {
  background: #5F5F5C;
}

.btn_style3 {
  position: relative;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #FFF26E;
  border-radius: 2px;
  font-size: 1rem !important;
  color: #000000;
}
.btn_style3 span {
  position: relative;
  top: 5px;
}
.btn_style3:hover {
  background: #000000;
  color: #FFF26E;
}

.btn_style4 {
  width: 93px;
  height: 32px;
  background: #000000;
  border-radius: 2px;
  font-size: 0.8125rem;
  color: #F2F2F3;
}
.btn_style4:hover {
  background: #090606;
}

.btn_style5 {
  position: relative;
  height: 32px;
  padding-left: 32px;
  padding-right: 10px;
  background: #000000;
  border-radius: 2px;
  font-size: 0.8125rem;
  color: #F2F2F3;
}
.btn_style5:hover {
  background: #090606;
}
.btn_style5 span {
  position: absolute;
  top: 4px;
  left: 6px;
}

/*header*/
.hd_top {
  padding: 18px 0;
  background: #fff;
}
.wrap_hd_top {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
h1 img {
  /* width: 60px; */
  height: 41.4px;
}
.top_menu {
  position: absolute;
  top: 5px;
  right: 0;
}
.top_menu li {
  float: left;
  font-size: 0.8125rem;
  color: #8D8D89;
}
.top_menu .icon_account {
  position: relative;
  top: 8px;
  color: #FFF26E;
}
.btn_log {
  position: relative;
  top: 3px;
  width: 100px;
  height: 30px;
  margin-left: 20px;
  border: 2px solid #B7B7B7;
  border-radius: 15px;
  font-size: 0.75rem;
  color: #B7B7B7;
}
.btn_log span {
  position: relative;
  padding-left: 19px;
}
.btn_log span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 16px;
  background: url(../img/pc/icon_logout.png) left top no-repeat;
}
_:-ms-fullscreen, :root .btn_log span:before {
  top: 4px;
}
.btn_log:hover {
  background: #B7B7B7;
  border: 2px solid #B7B7B7;
  color: #fff;
}
.btn_log:hover span:before {
  background-image: url(../img/pc/icon_logout_white.png);
}
.hd_gnb {
  background: #000000;
}
.wrap_hd_gnb {
  width: 1400px;
  margin: 0 auto;
}
#gnb li {
  float: left;
  position: relative;
  margin-right: 60px;
  font-size: 1rem;
}
#gnb li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #DEDEDE;
}
#gnb li.has_2depth a {
  position: relative;
  padding-right: 16px;
}
#gnb li.has_2depth a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  left: 8px;
  width: 5px;
  height: 5px;
  border: none;
  border: 2px solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#gnb li.has_2depth:hover a:after {
  border-color: #FFF26E;
}
#gnb li:hover a {
  border-bottom: 3px solid #FFF26E;
  color: #FFF26E;
}
#gnb li a span {
  position: relative;
  top: 6px;
  margin-right: 6px;
}
.depth2 {
  display: none;
  position: absolute;
  top: 56px;
  left: -30px;
  width: 140px;
  height: 84px;
  padding-top: 3px;
  background: #FFF26E;
  z-index: 10;
}
.gnb_cs .depth2 {
  left: -15px;
}
#gnb li.has_2depth:hover .depth2 {
  display: block;
}
#gnb .depth2 li {
  float: none;
  width: 140px;
  height: 40px;
  margin-right: 0;
}
#gnb .depth2 li a {
  display: inline-block;
  width: 140px;
  height: 40px;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 20px;
  line-height: inherit;
  font-size: 0.8125rem;
  color: #090606;
}
#gnb li.has_2depth .depth2 a:after {
  display: none;
}
#gnb .depth2 li a:hover {
  background: #F8BF12;
  border-bottom: none;
}
.icon_nops {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/pc/icon_menu1.png) left top no-repeat;
}
#gnb li a:hover .icon_nops {
  background: url(../img/pc/icon_menu1_hover.png) left top no-repeat;
}

/*footer*/
#footer {
  padding: 40px 0 50px 0;
  text-align: center;
} 
.wrap_ft {
  width: 1400px;
  margin: 0 auto;
  font-size: 0.8125rem;
  color: #8D8D89;
}

/*NOPS 입력*/
.wrap_content {
  width: 1400px;
  margin: 0 auto;
  padding-top: 30px;
}
.wrap_h2 {
  position: relative;
}
.wrap_content h2 {
  font-size: 1.5rem;
}
.wrap_content h2 span {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 300;
  color: #8D8D89;
}

.location {
  position: absolute;
  bottom: 0;
  right: 0;
}
.location li {
  float: left;
  margin-left: 5px;
  font-size: 0.875rem;
  color: #8D8D89;
}
.location li a {
  position: relative;
  color: #8D8D89;
}
.location li:after {
  content: "";
  display: inline-block;
  position: relative;
  right: 3px;
  top: -8px;
  width: 7px;
  height: 7px;
  border: none;
  border: 2px solid #8D8D89;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);  
}
.location li:nth-child(2):after {
  margin-left: 5px;
  top: -2px;
}
.location li:last-child:after {
  display: none;
}
.location li:nth-child(2) {
  position: relative;
  top: 2px;
}
.location li:nth-child(3) {
  position: relative;
  top: 2px;
}
.location li:last-child {
  color: #5F5F5C;
}
.box_content {
  margin-top: 20px;
  padding: 27px 20px 56px 20px;
  background: #fff;
  box-shadow: 0 3px 15px -5px rgba(0,0,0,0.1);
}
.top_tbl {
  position: relative;
}
.tit_tbl {
  font-size: 1.125rem;
}
.tit_tbl span {
  position: relative;
  top: 6px;
}
.btn_top_tbl {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap_tble {
  margin-top: 22px;
}

/*table style1*/
.tbl_style1 {
  width: 100%;
  border-top: 2px solid #000000;
}
.tbl_style1 th,
.tbl_style1 td {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #DEDEDE;
}
.tbl_style1 th {
  width: 200px;
  background: #F8F8FA;
  text-align: center;
}
.tbl_style1 td {
  color: #5F5F5C;
}
.tbl_style1 th .essential {
  position: relative;
}
.tbl_style1 th .essential:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 5px;
  width: 10px;
  height: 11px;
  background: url(../img/pc/icon_star.png) left top no-repeat;  
}
.tbl_style1 td {
  padding-left: 30px;
  padding-right: 30px;
}
.btn_confirm {
  position: absolute;
  top: 10px;
  right: 0;
}

/*table style2*/
.tbl_style2 {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #000000;
}
.tbl_style2 th,
.tbl_style2 td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.tbl_style2 tr.th_title th {
  border-bottom: 1px solid #000000;
}
.tbl_style2 th {
  background: #F8F8FA;
  text-align: center;
}

.tbl_style2 th:nth-child(1) {
  border-left: none;
}
.tbl_style2 td:nth-child(1) {
  border-left: none;
  color: #5F5F5C;
}

.check_list th:nth-child(1),
.check_list td:nth-child(1) {
  width: 300px;
}
.check_list th:nth-child(2),
.check_list td:nth-child(2) {
  width: 100px;
}
.check_list th:nth-child(3),
.check_list td:nth-child(3) {
  width: 100px;
}
.check_list th:nth-child(4),
.check_list td:nth-child(4) {
  width: 300px;
}
.check_list th:nth-child(5),
.check_list td:nth-child(5) {
  width: 560px;
}

.tbl_style2 .tit_list th {
  padding-left: 40px;
  text-align: left;
  cursor: pointer;
}
.tit_list th>div {
  position: relative;
}
.tit_list th>div:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/pc/icon_down.png) left top no-repeat;
}
.tit_list.open th>div:after {
  background: url(../img/pc/icon_up.png) left top no-repeat;
}
.icon_list {
  display: inline-block;
  width: 40px;
}
.icon_list img {
  position: relative;
  top: 1px;
  width: 35px;
}
.nm_list {
  position: relative;
  margin-left: 40px;
  padding-left: 10px;
  border-left: 1px solid #DEDEDE;
}
.nm_list:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -40px;
  width: 35px;
  height: 30px;
  background-size: 35px 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nm_list.icon_light:before {
  background-image: url(../img/pc/icon_light.png);
}
.nm_list.icon_oil:before {
  background-image: url(../img/pc/icon_oil.png);
}
.nm_list.icon_vision:before {
  background-image: url(../img/pc/icon_vision.png);
}
.nm_list.icon_safe:before {
  background-image: url(../img/pc/icon_safe.png);
}
.nm_list.icon_tire:before {
  background-image: url(../img/pc/icon_tire.png);
}
.nm_list.icon_etc:before {
  background-image: url(../img/pc/icon_etc.png);
}

.tbody_list {
  display: none;
}
.tbody_list.tbody_list1 {
  display: block;
}
.tbl_style2 td.bord_none {
  border-bottom: none;
} 
.th_inner_tbl {
  padding-left: 40px;
}

.wrap_textarea {
  margin-top: 22px;
}
.btn_area {
  margin-top: 40px;
  text-align: center;
}

/*modal*/
.wrap_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 100px;
  background-color:rgba(0,0,0,0.4);
  z-index: 200;        
}
.cont_modal {
  position: relative;
  width: 600px;
  height: auto;    
  margin: auto;     
  background-color: #fff;   
  overflow: hidden;
  outline:0;
}
.hd_modal {
  position: relative;
  height: 50px;
  padding: 10px 0 0 20px;
  background: #FFF26E;
  font-size: 1.125rem;
}
.hd_modal span {
  position: relative;
  top: 5px;
}
.hd_modal span.btn_close {
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.hd_modal span.btn_close2 {
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.body_modal {
  padding: 20px 20px 35px 20px;
}
/*휴대번호 인증 modal*/
.box_txt {
  width: 100%;
  height: 96px;
  overflow: auto;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #DEDEDE;
  font-size: 0.875rem;
  color: #B7B7B7;
  line-height: 1.5;
}
.ckbox {
  margin-top: 10px;
  text-align: right;
  font-size: 0.8125rem;
}

.modal_table1 {
  width: 100%;
  table-layout: fixed;
}
.modal_table1 th,
.modal_table1 td {
  height: 50px;
  border-bottom: 1px solid #DEDEDE;
}
.modal_table1 tr:first-child th,
.modal_table1 tr:first-child td {
  border-top: 1px solid #DEDEDE;
}
.modal_table1 th {
  background: #F8F8FA;
  text-align: center;
}
.modal_table1 td {
  padding-left: 20px;
}

.wrap_modal_step2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 350px;
  background-color:rgba(0,0,0,0.3);
  z-index: 200;   
}
.wrap_modal_step2 .cont_modal {
  width: 350px;
}
.wrap_modal_step2 .hd_modal {
  padding-top: 12px;
}
.send_num {
  padding-top: 82px;
  background: url(../img/pc/img_send.png) center top no-repeat;
  text-align: center;
}
.btn_modal {
  margin-top: 20px;
  text-align: center;
}

/*차량검색 modal*/
.icon_car_search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/pc/icon_search_car.png) left top no-repeat;
  background-size: 24px 24px;
}
.box_car_search {
  height: 50px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.box_car_search button {
  position: relative;
  top: -2px;
}
.wrap_scroll_tbl {
  height: 302px;
  overflow-x: hidden;
  overflow-y: auto;
}
 
.modal_table2 {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000000;
  table-layout: fixed;
}
.modal_table2 th,
.modal_table2 td {
  height: 50px;
  border: 1px solid #DEDEDE;
  text-align: center;  
}
.modal_table2 th:first-child,
.modal_table2 td:first-child {
  border-left: none;
}
.modal_table2 th:last-child,
.modal_table2 td:last-child {
  border-right: none;
}
.modal_table2 th {
  background: #F8F8FA;
  border-bottom: 1px solid #000000;
}
.modal_table2 td {
  color: #5F5F5C;
}
.modal_table2 tr:hover td {
  background: #FFF5D8;
}

/*정비알림*/
.box_notice {
  width: 100%;
  min-height: 96px;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid #DEDEDE;
  font-size: 0.875rem;
  color: #5F5F5C;
}

/*자거점 이력보기*/
.tab_menu {
  position: relative;
  left: 1px;
  margin-top: 20px;
}
.tab_menu li {
  float: left;
  width: 240px;
  height: 60px;
  margin: -1px 0 0 -1px;
  padding-top: 18px;
  background: #F8F8FA;
  border: 1px solid #DEDEDE;
  border-bottom: none;
  text-align: center;
  font-size: 1.125rem;
  color: #5F5F5C;
  cursor: pointer;
}
.tab_menu li.selected {
  background: #FFF26E;
  border: 1px solid #FFF26E;
  border-bottom: none;
  color: #090606;
}
.box_content.tab_conts {
  margin: 0;
  border-top: 2px solid #FFF26E;
}
.tab_con2 {
  display: none;
}
.tab_con3 {
  display: none;
}

.tbl_style3 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #000000;
}
.tbl_style3 th,
.tbl_style3 td {
  height: 50px;
  border-bottom: 1px solid #DEDEDE;
}
.tbl_style3 tr:last-child th,
.tbl_style3 tr:last-child td {
  border-bottom: 1px solid #000000;
}
.tbl_style3 th {
  background: #F8F8FA;
  text-align: center;
}
.tbl_style3 td {
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #DEDEDE;
}
.tbl_style3 td:last-child {
  border-right: none;
}
.td_calendar {
  position: relative;
}
.td_calendar:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url(../img/pc/icon_calendar.png) left top no-repeat;
}
.btn_area_right {
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #5F5F5C;
  text-align: right;
}
.txt_sum {
  font-size: 0.875rem;
  color: #5F5F5C; 
}
.icon_excel {
  position: relative;
  top: 2px;
  left: 4px;
  width: 15px;
}
.wrap_tbl_scroll {
  width: 100%;
  /* height: 452px; */
  overflow-x: hidden;
  overflow-y: auto;
}
.tbl_style4 {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000000;
}
.tbl_style4 th,
.tbl_style4 td {
  height: 50px;
  border: 1px solid #DEDEDE;
  text-align: center;
}
.tbl_style4 th:first-child,
.tbl_style4 td:first-child {
  border-left: none;
}
.tbl_style4 th:last-child,
.tbl_style4 td:last-child {
  border-right: none;
}
.tbl_style4 th {
  background: #F8F8FA;
  border-bottom: 1px solid #000000;
}
.tbl_style4 td {
  padding: 10px;
  color: #5F5F5C;
}
.tbl_style4 tr:nth-child(even) td {
  background: #FFFAED;
}
.top_shop .btn_top_tbl {
  top: -8px;
}
.icon_y {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFF26E;
  border-radius: 50%;
  color: #fff;
}
.icon_n {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.2;
  background: #B7B7B7;
  border-radius: 50%;
  color: #fff;
}
.icon_print {
  color: #FFF26E;
  cursor: pointer;
}
.btn_area_revise {
  position: relative;
  margin-top: 20px;
}

/*점검이력현황*/
.tbl_stats.tbl_style4 {
  table-layout: fixed;
}
.tbl_style4.tbl_tb_stats {
  border-top: none;
}
.wrap_tbl_tb {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tbl_style4.tbl_tb_stats tr:first-child td {
  border-top: none;
}
.tbl_style4.tbl_tf_stats {
  border: none;
}
.tbl_style4.tbl_tf_stats tr td {
  height: 60px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.tbl_style4.tbl_tf_stats tr td:first-child {
  background: #F8F8FA;
}
.wrap_tbl_period {
  max-height: 551px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*사용자 관리*/
.wrap_tbl_setting {
  height: 652px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrap_tbl_setting tr {
  cursor: pointer;
}
.icon_done {
  color: #F8BF12;
}
.icon_block {
  color: #B7B7B7; 
}

/*사용자 추가 modal*/
.modal_table3 {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #000000;
  table-layout: fixed;
}
.modal_table3 th,
.modal_table3 td {
  height: 50px; 
  border-bottom: 1px solid #DEDEDE;
}
.modal_table3 th {
  width: 120px;
  background: #F8F8FA;
  text-align: center;
}
.modal_table3 td {
  width: 340px;
  padding: 0 20px;
}
.notice_input {
  padding-top: 82px;
  background: url(../img/pc/img_notice.png) center top no-repeat;
  text-align: center;
}

/*1:1문의하기,문의게시판*/
.tbl_style1 td.td_padd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn_area_right.border_none {
  border-bottom: none;
}
.tbl_style4 td.td_left {
  text-align: left;
}
.tbl_style1 th.th_answer {
  background: #FFF5D8;
}
.btn_area_right2 {
  text-align: right;
}
.wrap_tbl_qa {
  height: 652px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tbl_style1 td.td_height {
  min-height: 280px;
}
.m_height {
  min-height: 200px;
}
.notice_answer {
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
}
.notice_answer span {
  display: inline-block;
  width: 480px;
  height: 80px;
  padding: 14px 0 0 102px;
  background: url(../img/pc/icon_answer.png) 45px 12px no-repeat;
  border: 4px solid #FFF5D8;
  text-align: left;
  font-size: 0.9375rem;
  color: #8D8D89;
}

#NopsInputTitle{
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #090606;
    margin: 0;
    padding: 0;
}
























