@charset "utf-8";

/*202507 cma 가져온 페이지 wts 화면 오류 대응*/
*{
	margin:0;
	padding:0;
	font-size:14px;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
a:link, a:visited, a:hover, a:active{color:inherit;}

.contents-wrap{
	line-height: 1;
	color : #000;
}
.contents-wrap * {
	box-sizing: border-box;
}

.lay-type1 * {
    font-size:inherit;
}
.lay-type1 img{
    vertical-align: baseline;
}
.lay-type1 .input-text{
	height: 26px;
    line-height: 22px;
    margin: 0 5px 0 5px;
    padding: 0 5px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    background: #fafafa;
    box-sizing: border-box;
}
.lay-type1 .input-check, 
.lay-type1 .input-radio{
	position: static;
	width: 14px;
    height: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
