/* reset */

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	
	font-family: 'Nanum Gothic';
/* 	'나눔고딕', 'NanumGothic'; */
	font-size: 12px;
    color: #666666;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font: inherit;
    color: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 기본설정 */
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #fc6114;
}

.a-gray a {
	color: #999999;
}
.a-gray a:hover {
	color: #aaaaaa;
}

.div-left {
	float: left;
}
.div-right {
	float: right;
}

.width-1355 {
	width: 100%;
	min-width: 1355px;
	clear: both;
}

.width-1085 {
	width: 1085px;
}
.width-1083 {
	width: 1083px;
}
.width-850 {
	width: 850px;
	margin-right: 0;
}
.width-805 {
	width: 805px;
}
.width-730 {
	width: 730px;
}
.width-478 {
	width: 478px;
}
.width-410 {
	width: 410px;
	padding-top: 30px;
	padding-left: 50px;
}
.width-410-img {
	width: 410px;
	/*padding-top: 20px; */
	padding-left: 20px;
	padding-right: 20px;
}
.width-300 {
	width: 300px;
}
.width-250 {
	width: 250px;
}
.width-200 {
	width: 200px;
}
.width-170 {
	width: 170px;
}
.width-150 {
	width: 150px;
}
.width-125 {
	width: 125px;
}
.width-100 {
	width: 100px;
}
.width-50 {
	width: 50px;
}
.width-35 {
	width: 35px;
}

.height-10 {
	height: 10px;
}
.height-15 {
	height: 15px;
}
.height-55 {
	height: 55px;
}

.margin-top-8 {
	margin-top: 8px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-70 {
	margin-top: 70px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}

.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-40 {
	margin-left: 40px;
}
.margin-left-50 {
	margin-left: 50px;
}
.margin-left-100 {
	margin-left: 100px;
}
.margin-left-170 {
	margin-left: 170px;
}
.margin-left-200 {
	margin-left: 200px;
}
.margin-left-235 {
	margin-left: 235px;
}
.margin-left-450 {
	margin-left: 450px;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-right-20 {
	padding-right: 20px;
}

.nav ul {
	padding-top: 15px;
}
.nav ul li {
	display: inline;
	border-left: 1px solid #cccccc;
	font-weight: 800;
	padding: 0 10px;
}
.nav ul li:first-child {
	border-left: none;
}

/* header_top */
.header-area {
	height: 122px;
	border-top: 6px solid #fa6114;
	border-bottom: 1px solid #cccccc;
}

.pop-area {
	width: 100%;
	min-width: 1085px;
	clear: both;
}
.header-pop {
	height: 80px;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #cccccc;
}
.header-top{
	height: 43px;
}
.header-bottom {
	height: 78px;
}
.header-line {
	height: 1px;
	background-color: #cccccc;
}

.header-bottom ul {
	padding-top: 32px;
}
.header-bottom ul li {
	border: 0;
	padding: 0 40px;
}
.header-bottom a {
	font-size: 15px;
}
.header-pop ul {
	padding-top: 35px;
}
.header-pop ul li {
	display: inline;
	border-left: 0;
}
.header-pop a {
	font-size: 15px;
	font-weight: 800;
	margin-right: 35px;
}
.header-pop a:hover {
	padding: 0 0 29px 0;
	border-bottom: 1px solid #fa6114;
	border-bottom: 1px solid #fa6114;
}

/* 드롭다운 메뉴 */
.pop-menu-table {
	position: absolute;
	z-index: 1000;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #777777;
}
dt {
	height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 30px;
	padding-left: 50px;
	font-size: 15px;
	color: #fc6114;
/* 	color: #ffffff; */
}
dd:last-child {
	margin-bottom: 14px;
}
.menu-dd {
	width: 30px;
	padding-top: 18px;
	margin-left: 50px;
	border-top: 1px solid #000000;
}
.select-area {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 13px;
	color: #000000;
}
.select-area:hover {
	color: #ffffff;
	background-color:#678a2f;
}

/* footer area */
.footer-area {
	height: 232px;
	border-top: 1px solid #d9d9d9;
}

.footer-top{
	height: 61px;
}
.footer-bottom {
	height: 169px;
	color: #999999;
}
.footer-line {
	height: 1px;
	background-color: #d9d9d9;
}

.footer-top ul {
	padding-top: 24px;
}
.footer-top ul li {
	padding: 0 20px;
}

.b_icon_td {
	width: 40px;
	padding-top: 14px;
}

.family-site {
	width: 177px;
	height: 37px;
	font-weight: 800;
	text-align: center;
	padding-top: 24px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.footer-company-row {
	padding-top: 30px;
	padding-bottom: 12px;
}
.footer-company {
	font-size: 14px;
	font-weight: 800;
}

.footer-info-row {
	padding-top: 7px;
}
.footer-info {
	padding-right: 25px;
}

/* 메인페이지 - rolling banner */
.banner-area {
	width: 1355px;
	height: 475px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.banner-area-2 {
	width: 1355px;
	height: 475px;
	position: absolute;
	overflow: hidden;
}
.banner-area-2 img { height: 475px; position: absolute;  }
.grad-gray {
	width: 100%;
    height: 475px;
    background: -webkit-linear-gradient(#cfcfcf, #eeeeee, #cfcfcf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cfcfcf, #eeeeee, #cfcfcf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cfcfcf, #eeeeee, #cfcfcf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cfcfcf, #eeeeee, #cfcfcf); /* Standard syntax (must be last) */
}
.clip-trapezoid {
/* 	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%); */
/* 	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%); */
}

/* 메인페이지 - contents area */
.contents-bottom {
	height: 614px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	background-color: #ffffff;
}

/* 메인페이지 - contents area - sub  */
.contents-box {
	width: 513px;
	background-color: #ffffff;
	padding: 10px 15px 10px 15px;
}

/* 메인페이지 - quick menu */
.quick-menu {
	padding-top: 25px;
}

.table-quick-menu td{
	padding-left: 14px;
	padding-bottom: 14px;
}
.table-quick-menu td:first-child{
	padding-left: 0;
}

/* 메인페이지 - 주문하기 quick menu */
.table-sub-menu td{
	padding: 3px 20px;
}


.notice ul li {
	width: 226px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

/* 컨텐츠페이지 - contents area */
.contents-area {
/* 	border-top: 1px solid #fa6114; */
/* 	margin-top: -1px; */
}

/* 마이페이지 - contents area */
.mypage-area {
/* 	margin-top: -1px; */
}
.mypage-box-1 {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 850px;
	height: 43px; 
	background-color: #eeeeee;
	border: 1px solid #bcbcbc;
}

/* 마이페이지 - left menu */
.left-menu {
	width: 185px;
}
.left-menu ul li {
	width: 165px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: 800;
}
.left-menu ul li:last-child {
	border: 0;
}
.left-menu-border {
	border-bottom: 1px solid #e0e0e0;
}

/* 컨텐츠페이지 - left menu */
.left-menu-2 ul li {
	font-weight: 700;
	border-bottom: 1px solid #e0e0e0;
}

/* 작업가이드 팝업 페이지 - left menu */
.left-menu-3 ul li {
	font-weight: 700;
}

/* 컨텐츠페이지 - right contents */
.right-contents {
	width: 900px;
}

/* side - quick button */
.quick_button {
	width:185px;
	margin-bottom: 40px;
}
.quick_button ul li {
	width:185px;
	padding: 0;
	margin: 0;
	border: 0;
}

/* input */
.input-text-195 {
	width: 195px;
	height: 30px;
	border: 1px solid #c2c2c2;
}
.input-text-475 {
	width: 475px;
	height: 30px;
	border: 1px solid #c2c2c2;
}

/* font */
.font-info {
	color: #fc660f;
}

/* login */
.login-box-730 {
	width: 730px;
	height: 410px;
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
}

.login-box-730 table tr {
	height: 43px;
}
.login-box-730 table tr td {
	vertical-align: top;
}

.btn-login {
	width: 124px;
	height: 78px;
	background: url(../img/b_login.png) no-repeat;
	border: 0;
	outline: none;
	cursor:pointer;
}

.btn-id {
	width: 122px;
	height: 26px;
	background: url(../img/b_id.png) no-repeat;
	border: 0;
	cursor:pointer;
}
.btn-pw {
	width: 122px;
	height: 26px;
	background: url(../img/b_pw.png) no-repeat;
	border: 0;
	cursor:pointer;
}
.btn-reg {
	width: 122px;
	height: 26px;
	background: url(../img/b_member.png) no-repeat;
	border: 0;
	cursor:pointer;
}

/* order */
.title-category {
	width: 100%;
	height: 50px;
	margin-top: 30px;
	border-bottom: 2px solid #fa6419;
}

.title-main {
	font-size: 20px;
	font-weight: 800;
	margin-top: 10px;
}
.title-sub {
	margin-top: 17px;
	margin-left: 10px;
}
.title-opt-1 {
	font-size: 15px;
	font-weight: 800;
/* 	margin-top: 16px; */
    text-align: center;
}
.title-opt-2 {
	font-size: 13px;
	font-weight: 800;
/* 	margin-top: 16px; */
}
.title-opt-3 {
	width: 150px;
	margin-left: 60px;
	font-size: 12px;
	font-weight: 800;
	margin-top: 20px;
}
.title-opt-4 {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: 800;
}
.title-opt-5 {
	width: 65px;
	padding:0 5px 0 5px;
}

.order-area {
/* 	border: 1px solid #e0e0e0; */
/* 	border-right: 0; */
/*	margin-bottom: 30px;*/
}

.order-area table {
	width: 632px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.order-area table tr {
	height: 44px;
/* 	border-top: 1px solid #e0e0e0; */
	border-bottom: 1px solid #e9e9e9;
	padding-top: 10px;
	padding-left: 10px;
}
.order-area table tr:first-child {
/* 	border-top: 0; */
	background-color: #ededed;
}
.order-area table tr td {
	vertical-align: middle;
}
.order-area table tr td:first-child {
	width: 75px;
	padding-left: 20px;
	padding-right: 20px;
}

.price-area {
	clear: both;
	height: 60px;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.price-label {
	font-weight: 800;
}
.price-number {
	background: none;
	border: 0;
	padding: 0;
	text-align: right;
	color: #fa6114;
	font-size: 20px;
	font-weight: 800;
}
.price-number-2 {
	background: none;
	border: 0;
	padding: 0;
	text-align: right;
	color: #777777;
	font-size: 15px;
	font-weight: 800;
}

.jumoon-number {
	background: none;
	border: 0;
	padding: 0;
	color: #fa6114;
	font-size: 20px;
	font-weight: 800;
}

.option-area {
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.option-box table {
	width: 1000px;
	background-color: #ededed;
	border-top: 1px solid #b8b8b8;
	border: 1px solid #b8b8b8;
	margin-top: 40px;
	margin-bottom: 40px;
}
.option-box table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}
.option-box label {
	color: #000000;
}

.option-width {
	float: left;
	width: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.option-width-2 {
	float: left;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.option-div {
	height:50px;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
	display: none;
}

.order-cart-area {
	margin-bottom: 40px;
}
.order-cart-area table {
	width: 850px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 0;
}
.order-cart-area table tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.order-cart-area table tr:last-child {
	background-color: #ededed;
	font-weight: 800;
}
.order-cart-area table tr:first-child {
	background-color: #ededed;
	font-weight: 800;
}
.order-cart-area table tr td {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	line-height: 18px;
}

.order-sheet-area {
	margin-bottom: 40px;
}

.order-sheet-area table {
	width: 850px;
	border: 1px solid #e0e0e0;
	margin-right: 0;
}
.order-sheet-area table tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.order-sheet-area table tr td {
	border: 1px solid #e0e0e0;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}
.order-sheet-area table tr td:first-child {
	width: 110px;
	background-color: #ededed;
	text-align: center;
	font-weight: 800;
	color: #000000;
	line-height: 18px;
}
.order-sheet-title {
	width: 110px;
	background-color: #ededed;
	text-align: center;
	font-weight: 800;
	color: #000000;
	line-height: 18px;
}

.sheet-div {
	margin-bottom: 0;
}

.order-notice-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.order-notice-area table {
	width: 850px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 0;
}
.order-notice-area table tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.order-notice-area table tr:first-child {
	background-color: #ededed;
	font-weight: 800;
}
.order-notice-area table tr td {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	line-height: 18px;
}

.tax-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tax-area table {
	width: 850px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 1px solid #e0e0e0;
	margin-right: 0;
}
.tax-area table tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.tax-area table tr td {
	color: #000000;
	vertical-align: middle;
	line-height: 18px;
	padding-left: 10px;
}
.tax-area table tr td:first-child {
	background-color: #ededed;
	font-weight: 800;
	text-align: center;
	padding-left: 0;
}
.tax-title {
	width: 120px;
	background-color: #ededed;
	font-weight: 800;
	text-align: center;
	padding-left: 0;
}

.tax-list-area {
	margin-bottom: 20px;
}

.tax-list-area table {
	width: 850px;
	border: 1px solid #e0e0e0;
}
.tax-list-area table>thead>tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ededed;
}
.tax-list-area table>thead>tr>th {
	border-right: 1px solid #e0e0e0;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	line-height: 18px;
}
.tax-list-area table>tbody>tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #ffffff;
}
.tax-list-area table>tbody>tr>td {
	border-right: 1px solid #e0e0e0;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	line-height: 18px;
}

.order-list-area {
	margin-bottom: 60px;
}

.order-list-area table {
	width: 850px;
	border: 1px solid #e0e0e0;
}
.order-list-area table tr {
	height: 100px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.order-list-area table tr:first-child {
	height: 45px;
	background-color: #ededed;
}
.order-list-area table tr td {
	border-right: 1px solid #e0e0e0;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	line-height: 18px;
}

.order-icon-area table tr td {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	color: #6f9c0e;
}
.order-icon-area table tr:first-child {
	height: 20px;
}
/* .option-box-2 table { */
/* 	width: 1085px; */
/* 	border-bottom: 0; */
/* } */
/* .option-box-2 table tr { */
/* 	height: 50px; */
/* 	border-top: 1px solid #e0e0e0; */
/* 	padding-top: 10px; */
/* 	padding-left: 10px; */
/* } */
/* .option-box-2 table tr:first-child { */
/* 	border-top: 0; */
/* } */
/* .option-box-2 table tr td:first-child { */
/* 	width: 170px; */
/* 	padding-left: 90px; */
/* } */
/* .option-box-2 table tr td:last-child { */
/* 	text-align: right; */
/* 	padding-right: 50px; */
/* } */

.input-order {
	padding: 8px;
	border: 1px solid #cfcfcf;
/* 	margin-top: 8px; */
}
.input-search {
	padding: 2px;
	border: 1px solid #cfcfcf;
	margin-top: 8px;
}
.input-sheet {
	padding: 5px;
	border: 1px solid #cfcfcf;
}
.input-label {
	padding: 0;
	border: 0;
	text-align: center;
}

/* join */
.agree-area {
	width: 802px;
	height: 200px;
	border-top: 2px solid #77b514;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.agree-iframe {
	width: 768px;
	height: 130px;
	border: 0;
	margin-top: 10px;
	margin-left: 20px;
}


/* popup */
.layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.layer .pop-layer {display:block;}
.pop-layer {display:none; position: absolute; top: 50%; left: 50%; width: 410px; height:auto;  background-color:#fff; border: 5px solid #d1d1d1; z-index: 10;
        overflow:hidden; overflow-y:auto; -webkit-overflow-scrolling:touch;}	
.pop-layer .pop-container {padding: 20px 25px;}
.pop-layer p.ctxt {color: #666; line-height: 25px;}
.pop-layer .p-title-area {width: 100%; margin-bottom:20px; padding-bottom: 10px; border-bottom: 1px solid #DDD; text-align:right;}
.pop-layer .p-title {float:left; margin-top:10px; font-weight: 800; font-size:16px;}



.pop-esti-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pop-esti-area table {
/* 	width: 850px; */
	border-top: 2px solid #c2c2c2;
	border: 1px solid #e0e0e0;
}
.pop-esti-area table tr {
	height: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.pop-esti-area table tr td {
	color: #000000;
	vertical-align: middle;
	line-height: 18px;
	padding-left: 10px;
}
.pop-esti-title {
	width: 90px;
	background-color: #ededed;
	font-weight: 800;
	text-align: center;
	padding-left: 0;
}
.pop-esti {
	font-weight: 800;
	margin: 30px 0 10px 5px;
}


.pop-table-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pop-table-area table {
	width: 850px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 1px solid #e0e0e0;
}
.pop-table-area table tr {
	height: 45px;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 10px;
	padding-left: 10px;
}
.pop-table-area table tr td {
	color: #000000;
	vertical-align: middle;
	line-height: 18px;
	padding-left: 10px;
}
.pop-table-area table tr td:first-child {
	width: 120px;
	background-color: #ededed;
	font-weight: 800;
	text-align: center;
	padding-left: 0;
}
.pop-table-title {
	width: 120px;
	background-color: #ededed;
	font-weight: 800;
	text-align: center;
	padding-left: 0;
}
.pop-title {
	font-weight: 800;
	margin: 30px 0 10px 5px;
}


.pop-file-area {
	margin-bottom: 20px;
}
.pop-file-area table {
	width: 850px;
	border: 1px solid #e0e0e0;
	border-top: 2px solid #c2c2c2;
}
.pop-file-area table tr {
	height: 45px;
	padding-top: 10px;
}
.pop-file-area table tr:first-child {
	background-color: #ededed;
	font-weight: 800;
}
.pop-file-area table tr td {
	border: 1px solid #e0e0e0;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

.border-01 {
	padding: 5px;
	border: 1px solid #c9c9c9;
	background-color: #f2f2f2;
}
.border-02 {
	width: 330px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #c9c9c9;
	background-color: #f2f2f2;
}
.cal-table-01 {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #ffffff;
}


/* 떠다니는 메뉴 (Floating Menu) */
#floatdiv { 
    position:fixed; _position:absolute; _z-index:-1;
    min-width:170px;
    overflow:hidden;
    right:0px;
    top:120px;
    background-color: transparent;
    margin:0;
    padding:0;
}

#floatdiv talbe{
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
#floatdiv talbe tr{
	height:30px;
}
#floatdiv talbe tr td{
	vertical-align:middle;
}
#floatdiv talbe tr td:last-child{
	vertical-align:middle;
	text-align:right;
}

#floatdiv ul  { list-style: none;background-color: #f0f0f0; }
#floatdiv li  { text-align: left; }
#floatdiv .title { text-align: center; }
#floatdiv .rtext { text-align: right; color:#ff0000;float:right;  }
#floatdiv .sline    { border-top:0; padding-bottom: 20px; }
#floatdiv .eline { border-bottom: 0; font-size:13px; padding-top: 20px; }
#floatdiv .last { padding-top: 20px; padding-bottom: 20px; }

.wrap-loading{ /*화면 전체를 어둡게 합니다.*/
	z-index: 999;
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.2); /*not in ie */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');    /* ie */
}
.wrap-loading div{ /*로딩 이미지*/
	z-index: 999;
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -21px;
	margin-top: -21px;
}
.display-none{ /*감추기*/
	display:none;
}
