﻿@charset "utf-8";

/*-----------------------------------------------------------------------------------------------*/
/*                   Basic Browsers (for IE 9(6,7,8), chrome, FF 4, safari 5)                    */
/*                   Version: HTML 4.01, CSS2                                                    */
/*                   Author: Hwang sang yun                                                      */
/*                   Email: richclub9@naver.com                                                  */
/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*                                          BASIC STYLES                                         */
/*-----------------------------------------------------------------------------------------------*/

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,thead,tbody,tfoot,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;-webkit-text-size-adjust:100%}
body,input,textarea,select,button,table{font-family:'돋움',Dotum,AppleGothic,sans-serif;font-size:12px;line-height:1.5; color:#666666;}
select{height:20px; margin-top:1px; font-size:11px; color:#888}
table{border-collapse:collapse; /*border-collapse:separate; /*분리표현*/}
img,fieldset{border:0;}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none; color:#538082;}
a:hover,a:active,a:focus{text-decoration:none; color:#538082;}
a:focus,input:focus,button:focus,textarea:focus{/*outline:3px solid #d7f07f*/} /* 수정 (2011-11-02) */
button{cursor:pointer}
.blind, caption, legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0}
html:first-child select{padding-right:6px; height:20px;} /* Opera 9 & Below Fix */ 
option{padding-right:6px;} /* Firefox Fix */
strong{color:#7d7d7d}


body{background:#fff}
#skipnav{overflow:hidden;position:relative;width:100%}
#skipnav a{display:block;overflow:hidden;height:0px;width:0px;margin:0 -1px -1px 0;font-size:0;line-height:0}
#skipnav a:hover,#skipnav a:active,#skipnav a:focus{width:auto;height:32px;margin:0;padding:15px 0 0 15px;background:#20262c;font-size:1.25em;font-weight:700;line-height:1;color:#fff;text-decoration:none;outline:none}

/* =form */
input[type=radio]{display:inline-block; margin-top:-3px; margin-right:3px; margin-right:0}
input[type=checkbox]{display:inline-block; margin-top:-3px; margin-top:-2px; margin-right:3px}
input[type=image]{display:inline-block; margin-top:-1px}
/*input[type=text],input[type=password],input[type=file]{padding:3px 1px 0px; border:1px solid #BFBFBF; background-color:#fff;}
input[type=file]{height:19px !important}
textarea{overflow:hidden; overflow-y:auto; padding:1px; border:1px solid #BFBFBF; background-color:#fff; vertical-align:middle}
*/

/* =scrollbar
div,textarea{scrollbar-face-color:#fff; scrollbar-highlight-color:#fff; scrollbar-3dlight-color:#D2D2D2; scrollbar-darkshadow-color:#fff; scrollbar-shadow-color:#fff; scrollbar-arrow-color:#D2D2D2; scrollbar-track-color:#D2D2D2}
*/

/* ie6
---------------------------------------------------------*/
.ie6{padding-bottom:5px;background:#20262c;text-align:center}
.ie6 p{padding:10px 0 5px;font-size:1.5em;color:#00ff00}
.ie6 a{margin:0 10px;font-weight:700;color:#ffffff;text-decoration:underline}

/*
	Display
---------------------------------------------------------*/
.show{display:block !important}
.inline{display:inline !important}
.hide{display:none !important}

/*
	Float
---------------------------------------------------------*/
.fl{float:left}
.fr{float:right}
.clear{clear:both}

/*
	rollover
---------------------------------------------------------*/
.rolloverCss a img, .rolloverCss a input {display:inline}
.rolloverCss a img.over, .rolloverCss a input.over {display:none}
.rolloverCss a:hover {position:relative}
.rolloverCss a:hover img, .rolloverCss a:hover input {display:none}
.rolloverCss a:hover img.over, .rolloverCss a:hover input.over {display:inline}

/*
	Text-align
---------------------------------------------------------*/
.tl{text-align:left !important}
.tc{text-align:center !important}
.tr{text-align:right !important}


/*
	Vertical-align
---------------------------------------------------------*/
.vt {vertical-align:top; position:relative;}
.vab {vertical-align:bottom;}
.vm {vertical-align:middle;}
.vamfix input {vertical-align:middle;}
.vamfix select {vertical-align:middle;}
.vamfix textarea {vertical-align:middle;}
.vamfix img {position:relative; vertical-align:middle; margin-top:-2px;}


/*
	Margin
---------------------------------------------------------*/
.m0 {margin:0px !important;}
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px !important;}
.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb50 {margin-bottom:50px !important;}
.ml30 {margin-left:16px !important;}



/*
	Padding
---------------------------------------------------------*/
.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pt15{padding-top:15px !important;}
.pt50{padding-top:50 !important}
.pr0{padding-right:0 !important}
.pr15{padding-right:15px !important;}
.pr30{padding-right:30px !important;}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}
.pb55{padding-bottom:55px !important;}
.pb60{padding-bottom:60px !important;}
.pl0{padding-left:0 !important}
.pl15{padding-left:15px !important}
.pl20{padding-left:20px !important}
.pl25{padding-left:25px !important}
.pl35{padding-left:35px !important}
.pl45{padding-left:45px !important}
.pl50{padding-left:50px !important}
.pl55{padding-left:55px !important}
.pl60{padding-left:60px !important}
.pl70{padding-left:70px !important}
.pl95{padding-left:95px !important}
.pl110{padding-left:110px !important}
.pl160{padding-left:160px !important}
.pl180{padding-left:180px !important}


/*
	Border
---------------------------------------------------------*/
.br0{border:0 !important}
.brt0{border-top:0 !important}
.brr0{border-right:0 !important}
.brb0{border-bottom:0 !important}
.brl0{border-left:0 !important}


/*
	Cursor
---------------------------------------------------------*/
.cur_hand{cursor:pointer}
.nofocus{outline:none; selector-dummy:expression(this.hideFocus=true)}/*링크 점선없애기*/


/* Text
---------------------------------------------------------*/
.ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis}/*글이 넘어가면 자름*/
.fwnor{font-weight:normal}

/* 
   no-view
---------------------------------------------------------*/
.blind{position:absolute; left:-1000%; top:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden}
.caption{position:absolute; visibility:hidden; width:0; height:0; overflow:hidden; font:0}
iframe.cover{position:absolute; bottom:-3px; left:-3px; z-index:-99; filter:alpha(opacity=0)}

/* 
   dot
---------------------------------------------------------*/
.dot01 {background:url(../../images/common/dot02.gif) no-repeat 0 5px; padding-left:15px;}
.dot02 {background:url(../../images/common/dot03.gif) no-repeat 15px 4px; padding-left:25px;}
.dot03 {background:url(../../images/common/dot04.gif) no-repeat 40px 4px; padding-left:50px;}
.dot04 {background:url(../../images/common/dot05.gif) no-repeat 25px 4px; padding-left:32px;}
.dot05 { padding-left:39px; color:#979797;}
.dot06 { padding-left:19px; color:#979797;}
.dot07 { padding-left:15px; color:#979797;}
.dot08 { padding-left:1px; color:#979797;}
.dot09 { padding-left:15px; color:#979797;}
.dot10 { padding-left:15px; padding-top:15px; color:#979797;}


/* 
   btn
---------------------------------------------------------*/
.btn01 {text-align:right; padding:15px 12px 0 0;}



/* 
   color
---------------------------------------------------------*/
.black {font-size:15px; color:#222222; font-weight:bold;}
.red {color:#d60028;}
.gray {color:#444444; font-weight:bold;}
.green {color:#538082;}

/*
	page
---------------------------------------------------------*/
.page {text-align:center;}
.page a {font-size:11px; color:#666666; text-decoration:none; }
.page a:hover {font-size:11px; color:#666666; text-decoration:underline; }
.page .on {font-weight:bold;}
.page .last {background:none;}
.page span {background:url(../images/etc/bar04.gif) no-repeat top right; padding-right:8px; margin:0 0 0 3px;} 


/*
	table_type 
-------------------------------------------------------- */
.table_type {position:relative; clear:both;  border-top:1px solid #4b8d8e; margin:10px 0; width:620px; }
.table_type table {width:100%} 
.table_type table th {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; background:#f1f5f5; color:#2d8485; }
.table_type table td {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; text-align:center; }
.table_type table .bo {border-right:none;}
.table_type table .ce {text-align:left; padding-left:20px;}
.table_type table strong {background:url(../../images/common/dot04.gif) no-repeat 0px 3px; padding-left:10px;}

.table_type01 {border-top:2px solid #4b8d8e; margin:0 0 30px 0; width:660px; }
.table_type01 table {width:660px;} 
.table_type01 table th {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; background:#f1f5f5; color:#2d8485; }
.table_type01 table td {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; text-align:center; }
.table_type01 table .bo {border-right:none;}
.table_type01 table .ce {text-align:left; padding-left:20px;}
.table_type01 table strong {background:url(../../images/common/dot04.gif) no-repeat 0px 3px; padding-left:10px;}

.table_type02 {background:url(../../images/common/table01.gif) no-repeat 20px 0;  margin:0 0 30px 0; width:660px; }
.table_type02 table {width:628px; margin-left:20px;} 
.table_type02 table th {padding:7px 0 3px 0;  height:17px; background:url(../../images/common/bar01.gif) no-repeat 0 18px; }
.table_type02 table th.bar {background:none;}
.table_type02 table td {padding:8px 0 3px 0; border-bottom:1px solid #cccccc; text-align:center; }
.table_type02 table .left {text-align:left; padding-left:15px;}
.table_type02 table img {padding:15px 0 30px 0;}

.table_type02_02 {background:url(../../images/common/table02.gif) no-repeat 10px 0;  margin:0 0 30px 0; width:680px; }
.table_type02_02 table {width:670px; margin-left:10px;} 
.table_type02_02 table th {padding:7px 0 3px 0;  height:17px; background:url(../../images/common/bar01.gif) no-repeat 0 18px; }
.table_type02_02 table th.bar {background:none;}
.table_type02_02 table td {padding:8px 0 3px 0; border-bottom:1px solid #cccccc; text-align:center; }
.table_type02_02 table .left {text-align:left; padding-left:15px;}
.table_type02_02 table img {padding:15px 0 30px 0;}

.table_type03 {border-top:2px solid #4b8d8e; margin:0 0 10px 0; width:660px; }
.table_type03 table {width:660px;} 
.table_type03 table th {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; background:#f1f5f5; color:#2d8485; }
.table_type03 table td {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; text-align:center; }
.table_type03 table .bo {border-right:none;}
.table_type03 table .ce {text-align:left; padding-left:20px;}
.table_type03 table strong {background:url(../../images/common/dot04.gif) no-repeat 0px 3px; padding-left:10px;}

.table_type04 {border-top:2px solid #4b8d8e; margin:0 0 10px 0; width:625px; margin-left:15px; }
.table_type04 table {width:625px; } 
.table_type04 table th {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; background:#f1f5f5; color:#2d8485; }
.table_type04 table td {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; text-align:center; }
.table_type04 table .bo {border-right:none;}
.table_type04 table .ce {text-align:left; padding-left:20px;}
.table_type04 table strong {background:url(../../images/common/dot04.gif) no-repeat 0px 3px; padding-left:10px;}

.table_type05 {position:relative; clear:both;  border-top:1px solid #4b8d8e; margin:10px 0; width:640px; height:470px; overflow-x:hidden; overflow-y:auto;  }
.table_type05 table {width:100%} 
.table_type05 table th {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; background:#f1f5f5; color:#2d8485; }
.table_type05 table td {padding:6px 0 5px 0; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc; text-align:center; }
.table_type05 table .bo {border-right:none;}
.table_type05 table .ce {text-align:left; padding-left:10px;}
.table_type05 table .cr {text-align:right; padding-right:10px;}
.table_type05 table strong {background:url(../../images/common/dot04.gif) no-repeat 0px 3px; padding-left:10px;}