@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	font-family: 'Nanum Gothic', sans-serif;
	color:#666;
	background-color:transparent;
}
form, p, div, ul, ol, dl, dt, dd, li, table, tr, th, td, input, h1, h2, h3, h4, h5, h6, a, caption, select {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
}
form, p, div, ul, ol, dl, dt, dd, li, table, tr, th, td, input, h1, h2, h3, h4, h5, h6, a, caption, select {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
}
address { font-style:normal; }
ul, li, ol, dl, dd { list-style:none; }

fieldset { 
	border:0; 
	margin: 0;
	padding: 0;
}
legend { position:absolute; visibility:hidden; overflow:hidden; }  
.dipy_n, hr { position:absolute; visibility:hidden; width:0px; height:0px; overflow:hidden; }  

/*skip navi*/
#accessibility { 
	position:absolute; top:10px; left:900px; z-index:2;}
#accessibility a { position:absolute; left:5px; top:10px; display:block; overflow:hidden;}
#accessibility a:hover, #accessibility a:focus, #accessibility a:active { height:auto; color:#333333; }
 
p, div, th, td, select, input {
    font-size: 11px;
	color: #666;
	font-family: 'Nanum Gothic', sans-serif;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:active, a:hover {
	color: #0e6eb1;
	text-decoration: none;
}
img, 
input.image {
	border: 0 none; vertical-align:top;
}
input.text, 
textarea, 
select {
	border: 1px solid #c9c9c9;
	background: #fff;
}
select.m {
	border: 2px solid #0788d2;
	background: #fff;
}
input, select, textarea {
	vertical-align: middle;
	color: #666;
}
input, input.type-text {
	padding: 0; margin:0;
}
select {
	font-size: 12px;
	font-family: 'Nanum Gothic', sans-serif;
}
span.button, 
img.button, 
a.button {
	cursor: pointer;
	vertical-align: middle;
}
input.type-radio {
	width: 13px;
	height: 13px;
	margin: 0 0 0;
}
input.type-text {
	border: 1px solid #666;
	height: 17px;
}
input.type-checkbox {
	width: 14px;
	height: 14px;
	margin: 0;
}
img.action {
	cursor: pointer;
	vertical-align: middle;
}
div.btn img {
	vertical-align: middle;
}
input.none {
	border: none;
	background: transparent;
	padding: 4px 0 0;
}
.float_l { float:left; }
.float_r { float:right; }
.clear_b { clear:both; }
.img {margin: 0 auto; text-align: center;}


/***********link*************/
.b_greenlink {color:#666; }
a.b_greenlink:link {color:#666;text-decoration: none;}
a.b_greenlink:visited {color:#666;text-decoration: none;}
a.b_greenlink:hover {color: #1fa29d;text-decoration: underline; font-weight:bold;}
a.b_greenlink:active {color:#1fa29d;text-decoration: none; font-weight:bold;}

.b_darkbluelink {color:#225587; }
a.b_darkbluelink:link {color:#225587;text-decoration: none; font-weight:bold;}
a.b_darkbluelink:visited {color:#225587;text-decoration: none; font-weight:bold;}
a.b_darkbluelink:hover {color: #225587;text-decoration: underline; font-weight:bold;}
a.b_darkbluelink:active {color:#225587;text-decoration: none; font-weight:bold;}


.nolinelink {color:#666}
a.nolinelink:link {color:#666;text-decoration: none; }
a.nolinelink:visited {color:#666;text-decoration: none; }
a.nolinelink:hover {color: #666;text-decoration: none; }
a.nolinelink:active {color:#666;text-decoration: none; }

.linelink {color:#666}
a.linelink:link { text-decoration:underline; }
a.linelink:visited { text-decoration:underline; }
a.linelink:hover { text-decoration:underline; }
a.linelink:active { text-decoration:underline; }

.bluelink { color:#3057af; }
a.bluelink:link {color:#3057af; text-decoration: none;}
a.bluelink:visited {color:#3057af; text-decoration: none;}
a.bluelink:hover {color: #3057af; text-decoration: none; }
a.bluelink:active {color:#666; text-decoration: none; }



/*base--------------------------*/
input { font-size:12px; color:#797979; font-family:NanumGothic; line-height:17px; }
textarea { font-size:12px; color:#797979; font-family:NanumGothic; line-height:17px; }
select	 { font-size:12px; color:#797979; font-family:NanumGothic; line-height:17px; }
caption { position:absolute; visibility:hidden; width:0; height:0; overflow:hidden; }
.cells_s { border-collapse:separate; }


/*position-------------------------------*/
.justify { text-align:justify; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.top {vertical-align:top; }
.middle {vertical-align:middle; }
.bottom {vertical-align:bottom; }

/***********font*************/
/*style*/
.wfont { font-weight:bold; }
.nfont { font-weight:normal; }

/*size*/
.sfont { font-size:11px; }
.big_font { font-size:13px; }
/*face*/
.dface { font-family: Dotum, "³ª´®°íµñ", sans-serif; }
.aface { font-family: Arial }
/*line-height*/
.lh_13 { line-height:13px; }
.lh_14 { line-height:14px; }
.lh_15 { line-height:15px; }
.lh_16 { line-height:16px; }
.lh_17 { line-height:17px; }
.lh_20 { line-height:20px; }
.lh_25 { line-height:25px; }
.lh_27 { line-height:27px; }
/*letter-spacing*/
.ls_1 { letter-spacing:-1px; }

/***********color*************/
.blue_color { color:#0e6eb1; }
.purple_color { color:#4f3377; }
.pink_color { color:#822674; }
.red_color { color:#be0f0f; }
.white_color { color:#fff; }
.orange_color { color:#e85708; }
.bluegreen_color { color:#55a8a1; }
.green_color { color:#6ead13; }



input.input{ padding:0px 5px; height:18px; border:1px solid #ddd; line-height:18px; }
input.input2 { padding:0px 0px;  border:1px solid #ddd; line-height:18px; }
select.select{ padding:0px 0px; height:18px; border:1px solid #ddd; line-height:18px; }
textarea.textarea{padding:0px 5px; height:260px; border:1px solid #ddd; line-height:24px;}
input.input_radio{position:relative; margin-top:-2px; margin-right:3px; }

.pt_20 { padding-top:10px; }
.pl_15 { padding-left:15px;  }
.pl_25 { padding-left:25px;  }
.pl_45 { padding-left:45px;  }
.pr_10 { padding-right:10px; }
.ml_10 { margin-left:10px;  }
.ml_20 { margin-left:20px;  }
.tl { text-align:left; }
.tc { text-align:center; }
.h20 { height:20px; }
.h30 { height:30px; }

.w30 { width:30px; }
.w50 { width:50px; }




ul.pro_tab { display:block;  width:100%; height:30px; padding-top:10px; padding-left:10px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; background-color:#f3f3f3; margin-bottom:5px; }
ul.pro_tab li { float:left; padding-right:5px;  }



/*table*/
table.car { width:900px;  padding:0px;  background-color: #e0e0e0; border: solid 1px #eeeeee;  }
table.car td { padding:5px; background-color:#f4f4f4; text-align:center; }
table.car td.tl { text-align:left; padding-left:10px; }
table.car td.car_font { font-size:13px; color:#525da0; font-weight:bold; text-align:center; width:150px;   }
table.car td.td50 { width:100px; padding-left:0; }



table.car2 { width:100%;  padding:0px;   margin:0 auto; text-align:center;   }
table.car2 td { padding:8px;  text-align:left;   border-bottom: 1px dotted #ddd;  }
p.rfont { color:red; margin:0; padding:0; text-align:center; }
table.car2 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.car2 th { padding:2px;  text-align:center;   border-bottom: 1px dotted #ddd; background-color:#eeeeee;  }
.car2_btn {  padding-left:300px; margin:50px 0; }

table.car3 { width:100%;  padding:0px;   margin:0 auto;   }
table.car3 td { padding:8px;  text-align:center;   border-bottom: 1px dotted #ddd; vertical-align:top;  }
p.rfont { color:red; margin:0; padding:0; text-align:center; }
table.car3 td.td_gray {  background-color:#eeeeee; border:  solid 1px #ffffff; width:200px; text-align:left;   }
table.car3 td.td_gray_left { background-color:#eeeeee; width:200px; text-align:left; }
table.car3 th { padding:2px;  text-align:center;   border-bottom: 1px dotted #ddd;  }
.car3_btn {  padding-left:300px; margin:50px 0; }

div.div_rfont   { color:red;  padding:20px; }
table.car4 { width:900px;  padding:0px;  border-top: solid 2px #eeeeee;   margin-top:20px;   }
table.car4 td { padding:14px;  text-align:center;   border-bottom: 1px dotted #ddd;  }
table.car4 td.none { border:0; }
table.car4 th.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px; height:30px;  }
table.car4 td.td_gray {  background-color:#f5f5f5; border:  solid 3px #ffffff; width:150px;  }
table.car4 th { padding:2px;  text-align:center;   border-bottom: 1px dotted #ddd;  }

table.car5 { width:900px;  padding:0px; margin-top:20px;   }
table.car5 td { padding:14px;  text-align:center;}
table.car5 td.none { border:0; }
table.car5 th.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px; height:30px;  }
table.car5 td.td_gray {  background-color:#f5f5f5; border:  solid 3px #ffffff; width:150px;  }
table.car5 th { padding:2px;  text-align:center;}

table.idboard { border-bottom: 1px dotted #ddd; }
td.txt   {  text-align:center; padding-top:20px; font-size:15px; line-height:27px;  }
td.txt span {  font-size:35px; color:#779aff; letter-spacing:-0.1em; }
span.txt {  font-size:35px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;}
td.txt span.stxt {  font-size:13px; color:#ff1a1b;   }

p.rfont { color:red; margin:0; padding:0; text-align:center; }
.idboard00_btn {  padding-left:300px; margin:50px 0; }

table.idboard00 { width:100%;  padding:0px;   margin-top:10px; margin-left:10px;  }
table.idboard00 td { padding:8px;  text-align:center; border-bottom: 1px dotted #ddd; }
table.idboard00 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00 th { height:37px; background:url(../image/board_th_gray.png) repeat-x right top; }
table.idboard00 h3 { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;    }

table.idboard01 { width:100%;  padding:0px;   margin-top:10px; margin-left:10px; margin: 0 auto;}
table.idboard01 td { padding:8px; border-bottom: 1px dotted #ddd;  }
table.idboard01 th { height:37px; background:url(../image/board_th_gray.png) repeat-x right top; }
table.idboard01 h3 { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;    }

.idboard02 { clear:both; }

table.Midboard00 { width:320px;  padding:0px; }
table.Midboard00 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.Midboard00 th { height:37px; background:url(../image/board_th_gray.png) repeat-x right top; }

table.idboard00_detial { width:100%; height:auto; overflow:hidden; padding:0px;   margin-top:10px;   border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;  }
table.idboard00_detial td { height:20px; padding:2px; line-height:20px; text-align:center;   border-bottom: 1px dotted #ddd;  }
table.idboard00_detial td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00_detial th { padding:1px;  text-align:center;   border-bottom: 1px dotted #ddd; background-color:#eeeeee;  }
.idboard00_detial_btn {  padding-left:300px; margin:50px 0; }

/*½ºÅ²00 ±Û¾²±â ÆäÀÌÁö ½ºÅ¸ÀÏ*/
table.idboard00_detial2 { width:100%; padding:0px;   margin-top:10px;   border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;  }
table.idboard00_detial2 td { padding:2px 2px 2px 5px;  text-align:left;   border-bottom: 1px dotted #ddd;  }
table.idboard00_detial2 td.print_btn a:hover{ background-color:#000; }
table.idboard00_detial2 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00_detial2 th { padding:1px;  text-align:center; color:#ffffff;  border-bottom: 1px dotted #ddd; background-color:#888888;  }
table.idboard00_detial2 th.title{ height:35px; background-color:#555555; }
table.idboard00_detial2 th.title_02{ width:80px; height:30px; }

/*´ä±ÛÆäÀÌÁö*/
table.idboard00_detial2 td.replay{
	height:50px;
}
table.idboard00_detial2 td .replay_btn{
	padding:7px 25px;
	background-color:#555555;
	-webkit-border-radius:0 5px 0 5px;
	-moz-border-radius:0 5px 0 5px;
	-o-border-radius:0 5px 0 5px;
	border-radius:0 5px 0 5px;
	-webkit-box-shadow:1px 1px 1px 0 #dddddd;
	-o-box-shadow:1px 1px 1px 0 #dddddd;
	box-shadow:1px 1px 1px 0 #dddddd;
	color:#ffffff;
	font-weight:700;
}
table.idboard00_detial2 td .replay_btn:hover{ background-color:#333333; }

table.idboard00_detial2 .input{ width:180px; height:30px; line-height:30px; }
.idboard00_detial2_btn {  padding-left:300px; margin:50px 0; }

table.idboard00_detial4 { width:100%;  padding:0px;   margin-top:10px;}
table.idboard00_detial4 td { padding:2px;  text-align:center;   border-bottom: 1px dotted #ddd;  }
table.idboard00_detial4 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00_detial4 th { padding:1px;  text-align:center;   border-bottom: 1px dotted #ddd; background-color:#eeeeee;  }
.idboard00_detial_btn {  padding-left:300px; margin:50px 0; }

table.Midboard00_detial2 { width:100%;  padding:0px;   margin-top:10px;   border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;  }
table.Midboard00_detial2 td { padding:2px;  text-align:left;   border-bottom: 1px dotted #ddd;  }
table.Midboard00_detial2 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.Midboard00_detial2 th { padding:1px;  text-align:center;;   border-bottom: 1px dotted #ddd; background-color:#eeeeee;  }

table.idboard00_detial3 { width:300px;  padding:0px;   margin-top:10px;   border-top: 0px solid #ddd; border-bottom: 0px solid #ddd;  }
table.idboard00_detial3 td { padding:2px;  text-align:left;   border-bottom: 1px dotted #ddd;  }
table.idboard00_detial3 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff;   }
table.idboard00_detial3 th { padding:2px;  text-align:center;;   border-bottom: 1px dotted #ddd; background-color:#eeeeee;  }
.idboard00_detial3_btn {  padding-left:300px; margin:50px 0; }

.auto { background:#f1f1f1; width:465px;height:65px; margin-top:10px; text-align:center; padding-top:18px;   border: 1px solid #ddd; }
span.next_txt {  font-size:13px; color:#333333; letter-spacing:-0.1em;  font-weight:bold;  }
div.agreebox { width:400px; height: 200px; overflow-y: scroll;  border: 1px solid #ddd; padding:5px; margin-bottom:30px;  }

.login_mainContent{background-color:transparent;}
.id_login { width:460px; height:180px; background:url('../../images/login_bg.png') no-repeat; margin:0 auto; position:relative;}
.login_note{width:124px; height:70px; margin-left:226px; position:absolute; z-index:800; margin-top:56px; float:left; display:block;}
.id_login .login_entry { width:120px; height:27px;}
.id_login .login_entry input[type="text"],
.id_login .login_entry input[type="password"]{width:116px; height:25px; line-height:25px;}
.id_login .login_entry.pw{margin-top:15px;}

.id_logout { width:460px; height:180px; background:url('../../images/logout_bg.png') no-repeat; margin:0 auto; position:relative; }
.id_logout .logout{ width:122px; height:32px; background:url('../../images/logout_btn.png') no-repeat; position:absolute; top:75px; left:250px; }

.login_btn{width:70px; height:70px; float:right; margin-top:56px; margin-right:26px; }
/*
.login_mainContent{background-color:transparent;}
.id_login { width:430px; height:150px; background:url('../../images/login_bg.png') no-repeat; margin:0 auto; position:relative;}
.login_note{width:130px; height:70px; margin-left:195px; position:absolute; z-index:800; margin-top:42px; float:left; display:block;}
.id_login .login_entry { width:125px; height:25px;}
.id_login .login_entry input {width:125px; height:21px;}
.id_login .login_entry.pw{margin-top:18px;}

*/
table.mainboard00 { width:220px; height:60px;  padding:0px; }
table.mainboard00 td { height:; padding:0px;  text-align:center; }
table.mainboard00 td  h3  { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;  float:left; padding-left:3px;   }
table.mainboard00 td p { float:right; padding-right:10px; }
table.mainboard00 td.title {  border-bottom: 1px solid #cfcfcf; padding-bottom:8px;}
table.mainboard00 td.date { font-size:11px; color:#a6a6a6; text-align:center; padding-left:5px; line-height:22px;}
table.mainboard00 td.dot {width:3px; font-size:11px; color:#a6a6a6; font-weight:bolder; line-height:22px; }

table.mainboard00 td.txt { text-align:left; color:#666666; padding-left:5px; line-height:22px; }
.txt a:link {color:#666; text-decoration: none; }
.txt a:visited {color:#666; text-decoration: none; }
.txt a:hover {color: #000000; text-decoration: none; }
.txt a:active {color:#666; text-decoration: none; }



table.mainboard01 { width:100%;  padding:0px;   margin-top:10px; margin-left:10px;  }
table.mainboard01 td { padding:0px;  text-align:center;   }
table.mainboard01 td  h3  { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;  float:left; padding-left:3px;   }
table.mainboard01 td p { float:right; padding-right:10px; }
table.mainboard01 td img { border: 1px solid #ddd; margin-top:10px; }
table.mainboard01 td.br { border-right: 1px dotted #ddd;   }
table.mainboard01 td.txt { text-align:left; vertical-align:top; padding-left:10px; width:200px; word-break: break-all; table-layout: fixed; line-height:19px; padding-top:8px;  }

table.mainboard01 td.title {  border-bottom: 1px solid #cfcfcf; padding-bottom:8px;  }
table.mainboard01 td.date { font-size:11px; color:#a6a6a6; }
table.mainboard01 td.num { font-size:11px; color:#a6a6a6; }



table.countboard01 { width:100px; height:30px;  padding:0px;   margin-top:10px; margin-left:10px;  }
table.countboard01 td { padding:0px;  text-align:center; font-size:12px;  }
table.countboard01 td  h3  { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold;  float:left; padding-left:3px;   }
table.countboard01 td p { float:right; padding-right:10px; }
table.countboard01 td img { border: 1px solid #ddd; margin-top:10px; }
table.countboard01 td.br { border-right: 1px dotted #ddd;   }
table.countboard01 td.txt { text-align:left; vertical-align:top; padding-left:10px; width:200px; word-break: break-all; table-layout: fixed; line-height:19px; padding-top:8px;  }

table.countboard01 td.title {  border-bottom: 1px solid #cfcfcf; padding-bottom:8px;  }
table.countboard01 td.date { font-size:11px; color:#a6a6a6; }
table.countboard01 td.num { font-size:11px; color:#a6a6a6; }


.left_nav {
	width: 200px;
	height: auto;
	position: relative;
	background: #dddddd;
}

.left_nav > .left_nav_title {
	width: 200px;
	height: 40px;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	line-height: 40px;
}

.left_nav > .left_nav_head {
	width: 200px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	background: url('../img/nav_head_bg.png') no-repeat;
	font-weight: bold;
	text-align: center;

}

.left_nav > .left_nav_head a {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.left_nav > .left_nav_head a:hover {
	color: #ffff86;
}

.left_nav > .left_nav_menu {
	width: 200px;
	height: auto;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}

.left_nav > .left_nav_menu ul {
	width: 200px;
	height: auto;
	position: relative;
}

.left_nav > .left_nav_menu ul li {
	width: 200px;
	height: 30px;
	position: relative;
	display: block;
}

.left_nav > .left_nav_menu ul li a {
	font-size: 13px;
	color: #333333;
	line-height: 30px;
	display: block;
	text-align: left;
	padding-left: 10px;
}

.left_nav > .left_nav_menu ul li a span {
	color: #ff0000;
	font-weight: bold;
}

.left_nav > .left_nav_menu ul li a:hover {
	color: #ffffff;
	background: url('../img/nav_on.png') no-repeat;
	padding-left: 22px;
	font-weight: bold;
}

.left_nav > .left_nav_menu ul li a.active {
	color: #ffffff;
	background: url('../img/nav_on.png') no-repeat;
	padding-left: 22px;
	font-weight: bold;
}

/*====================================== Ãß°¡ÄÚµå ======================================*/

table.idboard00 { width:100%;  padding:0px;   margin: 0px; border-top: 0px solid #000000; }
p.rfont { color:red; margin:0; padding:0; text-align:center; }
table.idboard00 td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00 th { height:25px; background-color: transparent; color: #fff; font-family: 'Nanum Gothic'; font-size: 12px; border-right: 1px solid #ccc; padding: 0px; }
table.idboard00 th.m { height:25px; background-color: #0064b7; color: #ffffff; font-family: 'Nanum Gothic'; font-size: 13px; border-right: 1px solid #cccccc; border-bottom: 2px solid #2892ea; padding: 0px; }
table.idboard00 td { height: 32px; font-size: 12px; text-align:center; color: #6f6f6f; }
table.idboard00 td.td_space06 { height: 6px; padding: 0px; margin: 0px; border: none; }
.idboard00_btn {  padding-left:300px; margin:50px 0; }


table.idboard00 h3 { font-size:15px; color:#779aff; letter-spacing:-0.1em;  font-weight:bold; }


table.idgallery { width:100%; padding:0px; margin: 0px; padding-top: 0px; }
table.idgallery td { font-size: 12px; text-align:center; color: #6f6f6f; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
table.idgallery td a { font-size: 14px; color: #fff; font-weight: bold;}
table.idgallery td a:hover { font-size: 14px; color: #fff; }
.idgallery .img_board{ margin:0 auto; }

.idgallery_menu { width: 100%; position: relative;}

.idgallery_menu ul {
	display: inline-block;
	padding-left: 10px;
}

.idgallery_menu ul li {
	float: left;
	text-align: left;
}

.idgallery_menu ul li span {
	background: #333333;
	color: #ffffff;
	display: inline-block;
	margin-right: 3px;
	padding: 5px 10px;
	-webkit-border-radius: 3px 3px 0px 0px;
     -moz-border-radius: 3px 3px 0px 0px;
          border-radius: 3px 3px 0px 0px;
}

.idgallery_menu ul li span:hover {
	background: #333333;
}

.idgallery_menu ul li span a {
	color: #ffffff;
	font-weight: bold;
}

.idgallery_menu ul li span a:hover {
	color: #fff200;
}



table.idboard00_m { width:100%;  padding:0px;   margin: 0px;}
table.idboard00_m th { padding: 0px 5px; height: 25px; background-color: #984400; color: #ffffff; font-family: 'Nanum Gothic'; font-size: 13px; border-right: 1px solid #dddddd;}
table.idboard00_m th.nor { border-right: none; }
table.idboard00_m td { padding: 0px 5px; height: 32px; font-size: 12px; text-align:center; color: #6f6f6f; border-bottom: 1px solid #e7e7e7; }
table.idboard00_m td.td_space06 { height: 6px; padding: 0px; margin: 0px; border: none; }

table.idboard02_m { width:100%;  padding:0px;   margin: 0px;}
table.idboard02_m th { padding: 0px 5px; height: 25px; background-color: #984400; color: #ffffff; font-family: 'Nanum Gothic'; font-size: 15px; border-right: 1px solid #dddddd;}
table.idboard02_m th.nor { border-right: none; }
table.idboard02_m td { height: 32px; font-size: 12px; text-align:center; color: #6f6f6f;}
table.idboard02_m td.td_space06 { height: 6px; padding: 0px; margin: 0px; border: none; }
table.idboard02_m td.td_bl { border-top: 2px solid #e7e7e7; border-bottom: 2px solid #e7e7e7; border-left: 1px solid #e7e7e7; padding: 5px 5px;}
table.idboard02_m td.td_br { border-top: 2px solid #e7e7e7; border-bottom: 2px solid #e7e7e7; border-right: 1px solid #e7e7e7; padding: 5px 5px;}


table.idboard00_detail_m { width:100%; height: auto; padding:0px;  border-top: 2px solid #984400; border-bottom: 1px solid #984400;}
table.idboard00_detail_m td { padding:2x;  text-align:center; }
table.idboard00_detail_m td.td_title01 { border-bottom: 1px solid #984400; border-right: 2px solid #984400}
table.idboard00_detail_m td.td_title02 { border-bottom: 2px solid #984400; border-right: 2px solid #984400}
table.idboard00_detail_m td.td_space10 { height: 10px; padding: 0px; margin: 0px; border: none; }
table.idboard00_detail_m th { text-align:center; background:#984400; color: #ffffff; padding: 0px; border-left: 2px solid #984400; }
table.idboard00_detail_m th.th_title { border-bottom: 1px solid #984400; text-align: left; background: transparent; padding: 0px; padding-left: 10px; padding-bottom: 10px; border-right: none;}
table.idboard00_detail_m th.th01 { border-bottom: 1px solid #ffffff; border-right: 1px solid #984400; }
table.idboard00_detail_m th.th02 { border-right: 1px solid #984400; border-bottom: 1px solid #984400; }


table.idboard00_detail { width:100%; height: auto; padding:0px;  border-top: 0px solid #000000; border-bottom: 1px solid #b2b2b2; padding-top: 30px;}
table.idboard00_detail td { padding:2x;  text-align:center; }
table.idboard00_detail td.td_gray {  background-color:#f5f5f5; border:  solid 1px #ffffff; width:150px;  }
table.idboard00_detail td.td_space10 { height: 10px; padding: 0px; margin: 0px; border: none; }
table.idboard00_detail th { text-align:center; background:transparent; color: #000000; padding: 0px; border-right: 1px solid #c5c5c5; }
table.idboard00_detail th.th_title { border-bottom: 1px solid #b2b2b2; text-align: left; background: transparent; padding: 0px; padding-left: 10px; padding-bottom: 10px; border-right: none;}
table.idboard00_detail th.bg_blue { background-color: #3880c7; }
.idboard00_detail_btn {  padding-left:300px; margin:50px 0; }


/*===========================°ßÀû°Ô½ÃÆÇ===========================*/
table.estimate_board {
	width: 714px;
	height: 100%;
	padding: 0px;
	margin-bottom:30px;
	border: 1px solid #cccccc;
}

table.estimate_board td {
	padding: 10px 10px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

table.estimate_board td:hover {
	background: #f5f5f5;
}

table.estimate_board td.td_head {
	padding: 10px 5px;
	background: #eeeeee;
	border-right: 1px solid #cccccc;
	font-weight: bold;
	font-size:13px;
	text-align: center;
}

table.estimate_board td.td_nobg {
	height:40px;
	padding: 8px 0px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

table.estimate_board td.td_nobg:hover {
	background: #ffffff;
}

table.estimate_board td select{
	width:80px;
	text-align:center;
	padding:8px 10px;
}
table.estimate_board td input#imgSelect2{
	padding:3px 10px;
}

table.estimate_board td textarea{
	padding:10px 10px;
}

/*===========================°ßÀû°Ô½ÃÆÇ ¸ð¹ÙÀÏ===========================*/
table.M_estimate{
	width:320px;
	height:auto;
	overflow:hidden;
}

table.M_estimate td{ border-bottom:1px solid #f5f5f5; }

table.M_estimate .title{
	width:80px;
	padding:7px 0;
	background-color:#666666;
	color:#ffffff;
	font-weight:700;
	text-align:center;
	border-bottom:1px solid #ffffff;
}
table.M_estimate .note{
	padding-left:10px;
}

/*===========================¿¡½ºÅ´°Ô½ÃÆÇ===========================*/

table.skim_idboard {
	width:100%; 
	padding:0px;
	margin: 0px;
	border-top: 2px solid #000000;
}
p.rfont {
	color:red;
	margin:0;
	padding:0;
	text-align:center;
}
table.skim_idboard td.td_gray {
	background-color:#f5f5f5;
	border:solid 1px #ffffff;
	width:150px;
}
table.skim_idboard th {
	height:30px;
	background-color: #000;
	color: #fff;
	font-family: 'Nanum Gothic';
	font-size: 12px;
	border-right: 1px solid #888;
	padding: 0px;
	line-height:30px;
	vertical-align:center;
}
table.skim_idboard th.m {
	height:25px;
	background-color: #0064b7;
	color: #ffffff;
	font-family: 'Nanum Gothic';
	font-size: 13px;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #2892ea;
	padding: 0px;
}
table.skim_idboard td {
	height: 36px;
	font-size: 12px;
	text-align:center;
	color: #6f6f6f;
	border-bottom:1px solid #eee;
	vertical-align:center;
}
table.skim_idboard td.td_space06 {
	height: 6px;
	padding: 0px;
	margin: 0px;
	border: none;
}
.idboard00_btn {  padding-left:300px; margin:50px 0; }
a.board_btn { 
	background: #333;
	color: #ffffff;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px; 
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-moz-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
}

a.board_btn:hover {
	background: #1B2B54;
}

.note:hover {
	background: #f5f5f5;
}
.note a:hover{
	color:#000;
}

/*°Ô½ÃÆÇ ±Û¾²±â ÆäÀÌÁö ½ºÅ¸ÀÏ*/
table.skim_idboard_detial2{
	width:100%; 
	padding:0px;
	margin: 0px;
	border:0;
}
table.skim_idboard_detial2 .writing th{
	color:#fff;
	line-height:35px;
	background-color:#000;
	border-bottom:3px solid #fff;
}
table.skim_idboard_detial2 .title th{
	width:100px;
	height:40px;
	background-color:#666;
	color:#fff;
}
table.skim_idboard_detial2 .title td{ padding-left:10px;}
table.skim_idboard_detial2 .title td input{
 height:30px;
 vertical-align: middle;
}

table.skim_idboard_detial2 .detail_btn td{
	padding: 10px 0;
}
table.skim_idboard_detial2 .detail_btn td a{
	padding:7px 25px;
	background-color:#555555	;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px; 
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-moz-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
	color:#fff;
	font-size:13px;
	font-weight:700;
}
table.skim_idboard_detial2 .detail_btn td a:hover{ background-color:#333333; }
table.idgallery .board_btn{ font-size:12px; }
table.idgallery .board_btn:hover{ font-size:12px; }

#btnAddRow{
	width:auto;
	padding:5px 10px;
	border:0;
	background-color:#555555;
	color:#fff;
	font-weight:600;
	cursor:pointer;
}
#btnAddRow:hover{
	background-color:#333333;
}

/*°Ô½ÃÆÇ »ó¼¼ ÆäÀÌÁö ½ºÅ¸ÀÏ*/
table.board_detail{ border-top:1px solid #666; }
table.board_detail th{
	color:#fff;
	background-color:#888888;
	height:30px;
	border-top:1px solid #ffffff;
}
table.board_detail td{
	border-top:1px solid #dddddd;
}

table.board_detail .print_btn{
	height:50px;
}
table.board_detail td.print_btn a{
	padding:7px 15px;
	background-color:#555555;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	-o-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-o-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
	color:#ffffff;
}
table.board_detail td.print_btn a:hover{ background-color:#333333; }
table.board_detail #print_page{ padding:20px 0; }
table.board_detail tr{
	border-bottom:3px solid #fff;
}

table.skim_dview{
	border-top:0;
	border-bottom:0;
	margin-top:30px;
}

table.reply{
	width:100%;
	height:auto;
	background-color:#f5f5f5;
	margin-top:50px;
	padding:20px 80px;
}
table.reply .title th{
	line-height:30px;
	background-color:#666;
	color:#fff;
}
table.reply .title td{
	line-height:30px;
	padding-left:10px;
	background-color:#fff;
}

table.reply tr td a{
	padding:5px 15px;
	background-color:#888;
	color:#fff;
	border:2px solid #ccc;
}
table.reply tr td a:hover{ background-color:#555; }
table.tc{ height:50px; padding:10px 0; }
table.tc td a{
	padding:7px 25px;
	background-color:#555555;
	color:#fff;
	font-weight:700;
	font-size:13px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px; 
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-moz-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
}
table.tc td a:hover{ background-color:#333333; }

table.skim_dview .note_list td{
	border-bottom:1px solid #aaa;
	text-align:left;
	height:25px;
	padding:0;
}
table.skim_dview .note_list th span{ color:#333; }

/*¾ÆÀÌµðºñ¹Ð¹øÈ£Ã£±â ÆäÀÌÁö*/
/*È¸¿ø°¡ÀÔ ÆäÀÌÁö*/
.join_membership{
	width:964px;
	height:auto;
	position:relative;
	display:block;
	text-align:center;
}
.join_membership h1{
	text-align:center;
	font-size:15px;
	line-height:50px;
	color:#333;
	font-family: 'Nanum Gothic', serif;
}
.join_membership .agreement{
	width:800px;
	height:auto;
	margin:0 auto;
	font-size:13px;
	color:#888;
}
.agreement .agreebox{
	width:760px;
	height:200px;
	padding:15px 20px;
	overflow-y:scroll;
	border:1px solid #ccc;
	text-align:left;
	line-height:20px;
}
.agreement .agreebox.space{
	margin-top:30px;
}

.agreement_btn{
	width:800px;
	height:40px;
	text-align:center;
	margin-top:20px;
}
.agreement_btn .btn{
	padding:5px 15px;
	line-height:26px;
	background-color:#555555;
	font-size:12px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px; 
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-moz-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
	color:#fff;
}
.agreement_btn .btn:hover {
	background-color:#333333;
}

.information{
	width:800px;
	height:auto;
	margin:0 auto;
}
.skim_membership{
	width:800px;
	height:auto;
	margin-top:0;
	background-color:#fafafa;
}

.skim_membership tr th.title{
	width:150px;
	height:40px;
	background-color:#666;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:700;
	line-height:40px;
}
.skim_membership td.check{
	padding-left:10px;
	text-align:left;
	vertical-align:middle;
}
.skim_membership td.check:hover{
	background:#eee;
}
input[type="text"],
input[type="password"]{
	width:150px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding-left:5px;
	border:1px solid #ccc;
}
select.choice { line-height: 30px; font-size: 12px; padding: 7px; width: 100px; border:1px solid #ccc;}

.join_btn{
	width:100%;
	height:40px;
	text-align:center;
	margin-top:20px;
}
.join_btn .btn{
	padding:5px 15px;
	line-height:26px;
	background-color:#555555;
	font-size:12px;
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px; 
	-webkit-box-shadow: 1px 1px 0px 1px #cccccc;
	-moz-box-shadow: 1px 1px 0px 1px #cccccc;
	box-shadow: 1px 1px 0px 1px #cccccc;
	color:#fff;
}
.join_btn .btn:hover {
	background-color:#333333;
}



/*¾ÆÀÌµðºñ¹Ð¹øÈ£Ã£±â ÆäÀÌÁö*/
.finder{
	width:800px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
	background-color:#fafafa;
}
.finder.space{
	margin-top:30px;
}

.finder h1{
	text-align:center;
	font-size:15px;
	line-height:20px;
	padding-top:15px;
	color:#333;
	font-family: 'Nanum Gothic', serif;
}
.finder p{
	font-family: 'Nanum Gothic', serif;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#888;
}

.finder_wrap{
	width:300px;
	height:auto;
	margin:0 auto;
	margin-top:15px;
}

.finder table{ margin-top:0; }
.finder table tr th.title{
	width:100px;
	height:30px;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#666;
}
.finder table td.check input{
	width:180px;
	height:32px;
	margin-left:5px;
	padding-left:5px;
	border:1px solid #ccc;
}
a.btn .finder-btn{
	width:290px;
	height:40px;
	background-color:#555555;
	margin:0 auto;
	font-size:12px;
	font-weight:700;
	color:#fff;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
a.btn .finder-btn:hover{ background-color:#333333; }




/*¸ð¹ÙÀÏ °Ô½ÃÆÇ ½ºÅ¸ÀÏ*/
table.skim_mobileb{
	width:100%;
	height:auto;
}

table.skim_mobileb .title th{
	background-color:#000000;
}

table.skim_mobileb .msearch{
	width:60px;
	height:30px;
	padding:5px 5px;
}
/*»ó¼¼ÆäÀÌÁö*/
table.Mboard_detail{ border-top:1px solid #666; }
table.Mboard_detail .title th{
	color:#fff;
	background-color:#666;
	height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}
table.Mboard_detail td{
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}
table.Mboard_detail tr{
	border-bottom:3px solid #fff;
}

table.Mboard_detail{
	border-top:0;
	border-bottom:0;
	margin-top:30px;
}


/*½ºÅ² 17 ½ºÅ¸ÀÏ*/
.board17{
	width:694px;
}
.board17 tr.title a{ font-size:15px; }

/*¸ÞÀÎ move ÃßÃâ*/
.als-container{
	width:430px;
	height:60px;
}



/*===========================°ßÀû°Ô½ÃÆÇ===========================*/
/*
table.estimate_board {
	width: 964px;
	height: 100%;
	padding: 0px;
}

table.estimate_board tr .reservation{
	width:100%;
	height:35px;
	background-color:#000;
	line-height:35px;
	color:#fff;
	border-bottom:3px solid #fff;
}

table.estimate_board th.td_head {
	width:150px;
	height:45px;
	background: #666;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	color:#fff;
	border-bottom:2px solid #fff;
}
table.estimate_board td.info_text{
	height:45px;
	padding-left:10px;
	border-bottom:1px dotted #ddd;
}
table.estimate_board td.info_text:hover{
	background-color:#fafafa;
}

.info_text > input[type="text"],
.info_text > input[type="password"],
 input[type="text"],
 input[type="password"]{
	padding-left:10px;
	vertical-align: middle;	
	height: 30px;
	line-height: 30px;
	border:1px solid #ccc;
}
select.tel_select { line-height: 30px; font-size: 12px; padding: 7px; width: 100px; }

table.estimate_board td.td_nobg{
	height:45px;
	font-weight:700;
	font-size:13px;
	border-bottom:1px solid #ddd;
}
table.estimate_board td.td_nobg a{
	padding:15px 30px;
	background-color:#333;
	color:#fff;
}
table.estimate_board td.td_nobg a:hover{ background-color:#000; }

table.estimate_list tr td{
	line-height:35px;
	border-bottom:1px solid #ddd;
}
*/