/*common*/
.p_dft {
	color: #1e1e1e;
	font-size: 10px;
	line-height: 1.5em;
	font-weight: 300;
	word-break: keep-all;
	letter-spacing: -0.5px;
}
.c_org {
	color: #f08200;
}
@media (max-width:768px){
	.p_dft {
		font-size: 13px;
	}
}

/*ss_tit*/
.ss_tit {
	color: #1e1e1e;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
}
.stit p strong {
	font-weight: 500;
}
@media (max-width:768px){
	.ss_tit {
		font-size: 15px;
	}
}
/*stitbox*/
.stitbox {
	display: table;
	width: 100%;
	height: 64px;
}
.stitbox .stit {
	display: table-cell;
	vertical-align: middle;
}
.stitbox .stit h1 {
	color: #1e1e1e;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 500;	
	margin-bottom: 0px;
}
.stitbox .stit h1 span {
	display: inline-block;
	position: relative;
	padding: 0px 80px;
}
.stitbox .stit h1 span .st_deco {
	position: absolute;
	top: 0;
}
.stitbox .stit h1 span .st_deco.st_deco01 {
	left: 0;
}
.stitbox .stit h1 span .st_deco.st_deco02 {
	right: 0;
}
.stitbox .stit .lined {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.stitbox .stit .lined:after {
	content: "";
	display: inline-block;
	height: 30px;
	width: 1px;
	background-color: #1e1e1e;
}
@media (max-width:768px){
	.stitbox {
		height: 30px;
	}
	.stitbox .stit h1 {
		font-size: 20px;
	}
	.stitbox .stit h1 span {
		padding: 0px 40px;
	}
	.stitbox .stit h1 span .st_deco {
		height: 30px;
	}
	.stitbox .stit .lined {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.stitbox .stit .lined:after {
		height: 15px;
	}
}
/*table*/
@media (max-width: 768px){
	.table_cmt {
		font-size: 12px;
		line-height: 1.4em;
		color: #181818;
		font-weight: 400;
		letter-spacing: -1px;
	}
	.table_wrp {
		overflow-x: scroll;
	}
}
/*warranty_search*/
.warranty_search .wt_box {
	border: 0;
	max-width: 700px;
	padding: 50px 50px;
	margin: 0 auto;
	background-color: #fcfcfc;
	border-radius: 30px;
	border: 1px solid rgba(0,0,0,0.1);
}
.warranty_search .wt_box .t_tit {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.warranty_search .wt_box .t_tit h1 {
	color: #1e1e1e;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}
.warranty_search .wt_box .t_tit h1 img {
    vertical-align: middle;
}
.warranty_search .wt_box .t_tit p {
	font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
}
.warranty_search .table.tt_talbe {
	border-top: 2px solid #ed1c24;
}
.warranty_search .table.text-center thead tr th,
.warranty_search .table.text-center tbody tr td,
.warranty_search .table.text-center tbody tr th {
	text-align: center;
}
.warranty_search .table thead tr th,
.warranty_search .table tbody tr td,
.warranty_search .table tbody tr th {
	border: 0px solid #eee !important;
    text-align: left;
    font-size: 18px;
    color: #1e1e1e;
    vertical-align: middle;
    font-weight: 600 !important;
}
.warranty_search .table thead tr th,
.warranty_search .table tbody tr th {
	background-color: transparent;
	font-weight: 400;
}
.warranty_search .table thead tr th span.strong_r,
.warranty_search .table tbody tr th span.strong_r {
	color: #ca2110;
}
.warranty_search .table tbody tr td {	
}
.warranty_search .table thead tr th label,
.warranty_search .table thead tr td label,
.warranty_search .table tbody tr th label,
.warranty_search .table tbody tr td label,
.warranty_search .table thead tr th input,
.warranty_search .table thead tr td input,
.warranty_search .table tbody tr th input,
.warranty_search .table tbody tr td input {
	vertical-align: middle;
	margin: 0px;
	font-size: 18px;
}
.warranty_search .table tbody tr td label {
	margin-right: 10px;
	font-weight: 400;
}
.warranty_search .table thead tr th label,
.warranty_search .table tbody tr th label{
	font-weight: 600;
}
.warranty_search .table tbody tr td {
	text-align: left;
}
.warranty_search .table .form-control {
	border-radius: 0px;
	border: 1px solid #ddd;
	box-shadow: 0 0 0;
	font-size: 16px;
	vertical-align: middle;
	height: 45px;
	border-radius: 4px;
}
.warranty_search .table select.form-control,
.warranty_search .table .form-control[type="tel"],
.warranty_search .table .form-control[type="email"],
.warranty_search .table .form-control[type="text"] {
	display: inline-block;
}
.warranty_search .table .form-control.short_form {
	max-width: 80px;
}
.warranty_search .table .form-control.short_form2 {
	max-width: 200px;
}
.warranty_search .table p {
	font-size: 16px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
}
.warranty_search .table tbody tr td.btn_wrp {
    border: 0px solid #f08200 !important;
}
.warranty_search .btnItem {
    width: 100%;
}
.warranty_search .btn.btn_print {
	padding: 5px 15px;
    margin: 0;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 400;
}
.warranty_search .tb_bt h4 {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top: 20px;
}
@media (max-width:768px) {	
	.warranty_search .wt_box {
		padding: 20px 15px;
		border-radius: 10px;
	}
	.warranty_search .wt_box .t_tit h1 {
		font-size: 16px;
	}
	.warranty_search .wt_box .t_tit h1 img {
		width: 80px;
	}
	.warranty_search .wt_box .t_tit p {
		font-size: 15px;
	}
	.warranty_search .table_wrp {
		overflow-x: auto;
	}
	.warranty_search .table thead tr th,
	.warranty_search .table tbody tr td,
	.warranty_search .table tbody tr th {
		font-size: 15px;
		word-break: keep-all;
	}	
	.warranty_search .btn {
    	padding: 10px 15px;
		font-size: 15px !important;
	}
	.warranty_search .btn.btn_print {
    	padding: 5px 15px;
		font-size: 11px;		
	}
	.warranty_search .table .form-control,	
	.warranty_search .table p {
		font-size: 14px;
		height: 45px;
	}
    .warranty_search .table .form-control.short_form {
        max-width: 55px;
    }
	.warranty_search .tb_bt h4 {
		font-size: 13px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.warranty_search .tb_bt .logo_wrp img {
		width: 100px
	}
}
/*wrt_info_wrp*/
.wrt_info_wrp {
	margin-top: 60px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 10px;
}
.wrt_info_wrp .wrt_info {
	margin-top: 20px;
}
.wrt_info_wrp .wrt_info h4 {
	color: #1e1e1e;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.wrt_info_wrp .wrt_info h5 {
	margin-top: 10px;
	font-weight: 400;
}
.wrt_info_wrp .wrt_info ul li {
	margin-bottom: 0px;
	position: relative;
	padding-left: 25px;
	line-height: 20px;
}
.wrt_info_wrp .wrt_info ul li span {
	position: absolute;
	left: 0;
}
.wrt_info_wrp .wrt_info ul li:last-child {
	margin-bottom: 0;
}
@media (max-width:768px) {
	.wrt_info_wrp {
		padding: 15px;
	}
	.wrt_info_wrp .wrt_info {
		margin-top: 20px;
	}
	.wrt_info_wrp .wrt_info h4 {
		font-size: 15px;
	}
	.wrt_info_wrp .wrt_info ul li {
		margin-bottom: 3px;
	}
}