@charset "utf-8";

body {
    width:100%;
    font-family:"굴림", AppleGothic, sans-serif;
	margin:0px;
	padding:0px;
	font-size:small;
	line-height: 1.5em;
	background:url(../img/main_image.jpg) no-repeat left top;
	background-size: cover;
	height:100%;
}
html { height:100%;}
#wrap {
	position:absolute;
	width:984px;
	left:50%;
	top:50%;
	overflow: hidden;
	margin-left:-480px;
	margin-top:-350px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
    margin:0; padding:0;
}

img {
  border:0;
}

/* float 해제 */
.clear {
	display: inline-block;
}
.clear:after {
	content: *.*;
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
* html .clear {	height:1%;}

/* ul ol caption 기본*/
ul , ol {
	list-style:none;
}
ul.show,ol.show {
	list-style:square;
	margin-left:10px;
}

legend, caption {
	position:absolute;
	left: 0; top :0;
	visibility:hidden;
	overflow:hidden;
	line-height: 0;
	width:0;
	height:0;
	margin:0;
	padding:0;
    font:0/0 Arial;
}
legend.show, caption.show{
    position:relative;
	visibility:visible;
	font-size:9pt;
	line-height: 20px;
	width:100%;
	height:20px;
	color:#000;
} /*다시 visible 되게*/


/* 데이터 디폴트 테이블 */
.tabledata {
	width:705px;
	border-left: 1px solid #e1e1e1;
	TEXT-ALIGN: justify;
	TEXT-DECORATION:none;
	border-collapse:collapse;
    border-spacing: 0;
}
.tabledata td {
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:2px 5px 2px 5px;
    border-spacing: 0; 
	white-space:nowrap;
	text-align:center;
}
.tabledata th {
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:2px 5px 2px 5px;
    border-spacing: 0; 
	white-space:nowrap;
	text-align:center;
}
table.tabledata thead {
	background:url(../img/table_th.gif) left top no-repeat;
	width:704px;
	height:44px;
	color:#FFF;
}
.tabledata td {
	background-color:#f9f9f9;
}
.tabledata td.title {
	width:100%;
	white-space:normal;
}

/* 디폴트로 선이 그려진 테이블의 선을 없애고 줄 사이에 라인 삽입 */
.tablenoline {
	margin:0 auto;
	border:0
}
.tablenoline * {
	padding:0;
	margin:0;
}
.tablenoline th {
	padding:0;
	margin:0;
	border:0;
	text-align:center;
}
.tablenoline td {
	padding:0;
	margin:0;
	border:0;
	text-align:center;
}
.tablenoline .td_line {
	background:url(../board/images/dot.gif);
	height:1px;
}

/* 접근성을 위한 히든 */
.access {
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
.access a {
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
.hidden_obj {
    position:absolute;
	left: 0; top :0; 
	visibility:hidden;
	overflow:hidden;
	height:0;
    line-height: 0;
	width:0;
	margin:0;
	padding:0;font:0/0 Arial
}
input.basic {
	width:138px;
	height:15px;
	border:1px solid #a6a3a3;
	margin:0 9px 8px 0;
	.margin:0 7px 8px 0;
}
input.blog {
	width:99%;
	height:15px;
	border:1px solid #DCD7D7;
}
input.search {
	width:120px;
	height:19px;
	border: 3px solid #8F8C8C;
	vertical-align:top;
	color:#8C8888;
	padding-top:4px;
}
select.search {
	height:19px;
	border: 1px solid #b8b8b8;
}
input.inputfile {
	width:400px;
	height:20px;
	border:1px solid #b8b8b8;
}
input.subject {
	width:39em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.subject_short {
	width:15em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.zip {
	width:3em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.jumin1 {
	width:7em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.jumin2 {
	width:8em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.tel {
	width:4em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.email01 {
	width:7em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.email02 {
	width:10em;
	height:15px;
	border: 1px solid #b8b8b8;
}
input.add {
	width:25em;
	height:15px;
	border: 1px solid #b8b8b8;
}

/* 링크 */
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#0C0;
	text-decoration:none;
}

hr {
	display:none;
} /* 코드시에만 hr 선 보임 */

form {
	margin:0;
}

/* 약어 툴팁  */
abbr, acronym {
	border-bottom:1px dotted;
	cursor: help;
}
/* 스크린리더 약어를 한단어로 읽기 */
abbr {
	speak:spell-out;
}
acronym {
	speak:normal;
}

.handy {
	cursor:pointer;
	cursor:hand;
}
label {
    cursor:pointer;
	cursor:hand;
}

/* 드랍캡 첫글자 꾸미기 */
.drop {
	float:left;
	font-size: 400%;
	line-height: 1em;
	margin: 4px 10px 10px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;
}

.png24{tmp:expression(setPng24(this));} /*  png  */

/* 글정렬 */
.t_center {
	text-align:center;
}
.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}

/* 이미지 엘리먼트 정렬 */
.t_top {
	vertical-align:top;
}
.t_middle {
	vertical-align:middle;
}
.t_bottom {
	vertical-align:bottom;
}

/* 이미지 엘리먼트 정렬 */
.t_top {
	vertical-align:top;
}
.t_middle {
	vertical-align:middle;
}
.t_bottom {
	vertical-align:bottom;
}

/* 마진 */
.l05_m {
	margin-left:5px;
}
.r05_m {
	margin-right:5px;
}
.t05_m {
	margin-top:5px;
}
.b05_m {
	margin-bottom:5px;
}
.l10_m {
	margin-left:10px;
}
.r10_m {
	margin-right:10px;
}
.t10_m {
	margin-top:10px;
}
.t15_m {
	margin-top:15px;
}
.b20_m {
	margin-bottom:20px;
}
.l20_m {
	margin-left:20px;
}
.r20_m {
	margin-right:20px;
}
.t20_m {
	margin-top:20px;
}
.b10_m {
	margin-bottom:10px;
}
.b30_m {
	margin-bottom:30px;
}
.l50_m {
	margin-left:50px;
}
.r50_m {
	margin-right:50px;
}
.t50_m {
	margin-top:50px;
}
.b50_m {
	margin-bottom:50px;
}
.l05_p {
	padding-left:5px;
}
.r05_p {
	padding-right:5px;
}
.t05_p {
	padding-top:5px;
}
.b05_p {
	padding-bottom:5px;
}
.l10_p {
	padding-left:10px;
}
.r10_p {
	padding-right:10px;
}
.t10_p {
	padding-top:10px;
}
.b10_p {
	padding-bottom:10px;
}

/*색상 */
.fcolor_blue {color: #007496}
.fcolor_gray {color: #898787}

/*백이미지 감춤*/
.nobackground {background:none;}


/* 도미노코리아 */
#leaf {
	position:absolute;
	left:0;
	top:0;
}
/* 헤더 */
#header{
	width:100%;
	position:relative;
}

#header p img {
  position:absolute;
	top:22px;
	right:0;
}
/* 메인 */
#main {
	width:100%;
	margin:50px 0;
}
#main_cont {
	width:620px;
	background-color:rgba(255,255,255,0.5);
	padding:50px 30px;
	margin:0 auto;
	border:2px solid #0e5da0;
	border-radius:5px;
}
#main_cont p#system_text {
	margin-top:10px;
	text-align:center;
}
#main_cont #search {
	margin:0 auto;
	margin-top:30px;
	width:100%;
	text-align:center;
}
#main_cont #search #search_text {
    margin-bottom:10px;
}
#main_cont #search input {
    padding:0 3px;	
}
#main_cont #search input#sn_no {
    margin-right:10px;	
}

/* 조회화면 */
#view_num {
	width:489px;
	border:2px solid #0e5da0;
	margin:10px auto;
	text-align:center;
    padding:5px 23px;
	font-size:115%;
	background:#f2f1f1;	
}
#view_num strong {
	color:#033f48;
}	
#view_cont {
	width:489px;
	margin:10px auto;
	background:#f4f3f3;
	padding:10px 23px;	
}
#view_cont p#view_result {
	font-size:115%;
	border-bottom:1px solid #9b9b9b;
	padding:5px;
}
#view_cont p#view_result strong {
	color:#ff0000;	
}
#view_cont table {
	TEXT-DECORATION:none;
	border-collapse:collapse;
    border-spacing: 0;
	margin-top:20px;
	font-size:110%;
}
#view_cont table th {
	width:94px;	
	padding:3px 0 3px 6px;
	text-align:left;
}
#view_cont p#bt {
	margin-top:14px;
	text-align:right;	
}
#footer {
	text-align:right;	
	border-top:1px solid #ffffff;
}
#login_box {
	height:157px;
	margin:100px 0 0 63px;
}
#login_box input {
	width:331px;
	height:19px;
	border: 3px solid #b6b6b6;
	vertical-align:top;
	margin-bottom:10px;
	color:#8C8888;
	padding:4px 0 0 3px;
}
#login {
	width:352px;	
}
#login, #login_bt {
	float:left;
}