@charset "utf-8";
@import url("./layout.css");
@import url("./contents.css");
@import url("./board.css");
@import url("./graybar.css");
/********************
	Default set
********************/
html, body {width:100%; height:100%; margin:0; padding:0;}
body {font-size:0.8em; line-height:140%; font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#666;}
textarea {font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#666;}
input, select {padding:0; font-size:0.9em; font-family:"돋움", Dotum, "굴림", Gulim, "Lucida Grande", Tahoma, Verdana, AppleGothic, sans-serif; color:#666;}

input[type=text], input[type=file], input[type=password] {padding:2px; border:1px solid #d4d4d4;}

a:link {color:#666; cursor:pointer; text-decoration:none;}
a:visited {color:#666; cursor:pointer; text-decoration:none;}
a:active, a:hover {color:#355596; cursor:pointer; text-decoration:underline;}

input.radio {border:0 !important; padding:0;}

/********************
	Element selector
********************/
form {margin:0; padding:0;}
img {border:0;}
noscript {position:absolute; z-index:10; background:#efefef;}
noscript p {margin:0;}
label {cursor:pointer;}
legend {visibility:hidden; height:0; width:0; font-size:0; line-height:0; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}
caption {visibility:hidden; height:0; width:0; font-size:0; line-height:0; overflow:hidden;}
hr.section {display:none;/*visibility:hidden; height:0; width:0; font-size:0; line-height:0; overflow:hidden;*/}

/********************
	Global selector
********************/
p.onPage {padding:0; margin:0;}
h1.onPage, h2.onPage, h3.onPage, h4.onPage {padding:0; margin:0; font-size:0.9em;}
ul.onPage, dl.onPage, dt.onPage, dd.onPage, ol.onPage {padding:0; margin:0; list-style:none;}
ul.onPage li, ol.onPage li, dl.onPage dt, dl.onPage dd, dl.onPage dl.onPage {padding:0; margin:0; list-style:none;}
fieldset.onPage {border:none; padding:0; margin:0;}
form fieldset {border:none; padding:0; margin:0;}

.clear {clear:both; font-size:0; line-height:0; overflow:hidden; height:0; }
.cBoth {clear:both;}
.floatL {float:left;}
.floatR {float:right;}
.floatN {float:none;}
.haslayout {overflow:hidden; _zoom:1;}

.bdNone {border:none !important;}
.bgNone {background-image:none !important;}
.bcNone {background-color:none !important;}

.oflowH {overflow:hidden;}
.none {display:none !important;}
.blockIn {display:inline-block;}
.block {display:block !important;}
.inline {display:inline;}
.show {visibility:visible !important; display:static !important; height:auto !important; width:auto !important; overflow:auto !important;  position:static;}

.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}
.txtT,
.txtT * {vertical-align:top !important;}
.txtM,
.txtM * {vertical-align:middle !important;}
.txtB,
.txtB * {vertical-align:bottom !important;}
.txtTB {vertical-align:text-bottom !important;}

/********************
	Margin
********************/
.mTxxl {margin-top:100px !important;}
.mTxl {margin-top:50px !important;}
.mTl {margin-top:30px !important;}
.mTm {margin-top:20px !important;}
.mTs {margin-top:15px !important;}
.mTxs {margin-top:10px !important;}
.mTxxs {margin-top:5px !important;}
.mTNo {margin-top:0px !important;}

.mRxxl {margin-right:100px !important;}
.mRxl {margin-right:50px !important;}
.mRl {margin-right:30px !important;}
.mRm {margin-right:20px !important;}
.mRs {margin-right:15px !important;}
.mRxs {margin-right:10px !important;}
.mRxxs {margin-right:5px !important;}
.mRNo  {margin-right:0px !important;}

.mBxxl {margin-bottom:100px !important;}
.mBxl {margin-bottom:50px !important;}
.mBl {margin-bottom:30px !important;}
.mBm {margin-bottom:20px !important;}
.mBs {margin-bottom:15px !important;}
.mBxs {margin-bottom:10px !important;}
.mBxxs {margin-bottom:5px !important;}
.mBNo {margin-bottom:0px !important;}

.mLxxl {margin-left:100px !important;}
.mLxl {margin-left:50px !important;}
.mLl {margin-left:30px !important;}
.mLm {margin-left:20px !important;}
.mLs {margin-left:15px !important;}
.mLxs {margin-left:10px !important;}
.mLxxs {margin-left:5px !important;}
/********************
	Padding
********************/
.pTl {padding-top:30px !important;}
.pTm {padding-top:20px !important;}
.pTs {padding-top:15px !important;}
.pTxs {padding-top:10px !important;}
.pTxxs {padding-top:5px !important;}

.pRl {padding-right:30px !important;}
.pRm {padding-right:20px !important;}
.pRs {padding-right:15px !important;}
.pRxs {padding-right:10px !important;}
.pRxxs {padding-right:5px !important;}

.pBl {padding-bottom:30px !important;}
.pBm {padding-bottom:20px !important;}
.pBs {padding-bottom:15px !important;}
.pBxs {padding-bottom:10px !important;}
.pBxxs {padding-bottom:5px !important;}

.pLl {padding-left:30px !important;}
.pLm {padding-left:20px !important;}
.pLs {padding-left:15px !important;}
.pLxs {padding-left:10px !important;}
.pLxxs {padding-left:5px !important;}

.pTNo {padding-top:0 !important;}
.pLNo {padding-left:0 !important;}
.pRNo {padding-right:0 !important;}
.pBNo {padding-bottom:0 !important;}
.pdNo {padding:0 !important;}


/************************************************************
	Custom Definition
************************************************************/
/* Text color */
.txtOrg {color:#F60 !important;}
.txtBlue {color:#2B80DF !important;}
.txtBlue2 {color:#336699 !important;}
.txtGrn  {color:#00988b !important;}
.txtGrn02 {color:#5FA512 !important;}
.txtPur  {color:#980072 !important;}
.txtRed {color:#ff0000 !important;}

/* Text size */
.fXLarge {font-size:1.4em;}
.fLarge {font-size:1.2em;}
.fsmall {font-size:0.9em;}
.fXSmall {font-size:0.84em;}

.bold{font-weight:bold !important;}
.normal {font-weight:normal !important;}

/* Letter spacing */
.letterS {letter-spacing:-0.04em;}

/* Title */
h2.tit01 {clear:both; margin:0 0 10px 0; padding:0 0 0 20px; font-size:1.2em; color:#6427c8;  background:transparent url('/images/common/bul/bulH201.gif') no-repeat left 2px;}
h2.tit02 {margin:0; padding:0 0 7px 15px; font-size:1.1em; font-weight:bold; background:url('/images/common/board/bgFaqTitle.gif') no-repeat 0 2px;}
h2.tit03 {margin:0 0 10px 0; padding:0 0 0 15px; font-size:1.2em; color:#646464;  background:transparent url('/images/common/bul/bulH203.gif') no-repeat left 4px;}
h2.tit04 {margin:0 0 10px 0; padding:0 0 0 20px; font-size:1.2em; color:#3ea590;  background:transparent url('/images/common/bul/bulH204.gif') no-repeat left 2px;}
h2.tit05 {margin:0 0 10px 0; padding:0 0 0 20px; font-size:1.2em; color:#2B80DF; background:transparent url('/images/common/bul/bulH205.gif') no-repeat left 2px;}
h2.tit06 {margin:0 0 10px 0; padding:0 0 0 15px; font-size:1.2em; color:#646464;  background:transparent url('/images/common/bul/bulH206.gif') no-repeat left 4px;}


h3.tit01 {margin:0 0 10px 0; padding:0 0 0 20px; font-size:1.0em; background:url('/images/common/bul/bulArr01.gif') no-repeat 3px 2px;}
h3.tit02 {margin:0 0 10px 0; padding:0 0 0 15px; font-size:1.0em; background:url('/images/common/bul/bulH302.gif') no-repeat 3px 6px;}


/* List */

ul.bulDot {list-style-type:none; list-style-position:outside; margin:0; padding:0 0 15px 0;}
ul.bulDot li, p.bulDot {margin:0; padding:0 0 0 7px; background:url('/images/common/bul/bulDot.gif') no-repeat left 7px;}

ul.bulDot02 {list-style-type:none; list-style-position:outside; margin:0; padding:0 0 15px 0;}
ul.bulDot02 li, p.bulDot {margin:0; padding:0 0 0 7px; background:url('/images/common/bul/bulDot02.gif') no-repeat left 8px;}


ul.bul01 {list-style-type:none; list-style-position:outside; margin:0 0 0 15px; padding:0 0 15px 0;}
ul.bul01 li {margin:0; padding:0 0 0 7px; background:url('/images/common/bul/bulDotBlue.gif') no-repeat left 7px;}

ul.bul02 {list-style-type:none; list-style-position:outside; margin:0; padding:0 0 15px 0;}
ul.bul02 li {margin:0; padding:0 0 0 7px; background:url('/images/common/bul/bulDotBlue.gif') no-repeat left 7px;}

ul.dash {list-style-type:none; list-style-position:outside; margin:0 0 5px 0; padding:0;}
ul.dash li {padding:0 0 0 10px;margin:0; background:url('/images/common/bul/bulDash.gif') left 8px no-repeat;}

ul.dash02, dl.dash02{list-style-type:none; list-style-position:outside; margin:0 0 5px 0; padding:0;}
ul.dash02 li, dl.dash02 dt{padding:0 0 0 8px; margin:0; background:url('/images/common/bul/bulDash02.gif') left 8px no-repeat;}

ul.list, ol.list{overflow:hidden; _zoom:1; list-style-type:none; margin:0; padding:0;}
ul.list li, ol.list li{float:left; margin:0; padding:0;}

dl.greenTop{overflow:hidden; _zoom:1; margin:0; padding:0;}
dl.greenTop dt, p.greenTop{margin:20px 0 0 0; padding:5px 0 0 0; font-weight:bold; background:url('/images/common/bul/bulGreenTop.gif') no-repeat left top;}
dl.greenTop dd{margin:10px 0 0 0; padding:0;}

dl.blueTop{overflow:hidden; _zoom:1; margin:0; padding:0;}
dl.blueTop dt, p.blueTop{margin:20px 0 0 0; padding:5px 0 0 0; font-weight:bold; background:url('/images/common/bul/bulBlueTop.gif') no-repeat left top;}
dl.blueTop dd{margin:10px 0 0 0; padding:0;}


dl.bulArr01, ul.bulArr01{overflow:hidden; _zoom:1; margin:0; padding:0;}
dl.bulArr01 dt, p.bulArr01, ul.bulArr01 li{margin:10px 0 0 0; padding:0 0 0 20px; font-size:1.0em; font-weight:bold; background:url('/images/common/bul/bulArr01.gif') no-repeat 3px 2px;}
dl.bulArr01 dd{margin:10px 0 0 0; padding:0 0 0 20px;}

/* dl dt dd */
.bullet01 {margin:0 0 0 10px; padding:0;}
.bullet01 dt {margin:0; padding:0 0 0 20px; font-weight:bold; background:url('/images/common/bul/') no-repeat left 2px;}
.bullet01 dd {margin:0; padding:0 0 5px 22px; background:url('/images/common/bul/bulDotBlue.gif') no-repeat 12px 7px;}

/* Data-Table */
table.data {width:100%; border-top:1px solid #abb9d6; border-collapse:collapse; empty-cells:show;}
table.data .first {border-left:0;}
table.data th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.data thead th {border-top:2px solid #9267d8; border-bottom:1px solid #e5e5e5; background:#f4f0fb; color:#6427c8; text-align:center;}
table.data thead th.bgStyle01 {border-top:0px; background:#f9f9fb; color:#727272;}
table.data tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px;}
table.data tfoot th,
table.data tfoot td {background:#f4f0fb; color:#6427c8; text-align:center; font-weight:bold;}
table.data td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}

table.data02 {width:100%; border-top:1px solid #abb9d6; border-collapse:collapse; empty-cells:show;}
table.data02 .first {border-left:0;}
table.data02 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.data02 thead th {border-top:2px solid #9267d8; border-bottom:1px solid #e5e5e5; background:#f4f0fb; color:#6427c8; text-align:center;}
table.data02 tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; background:#f4f0fb; color:#6427c8;}
table.data02 td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}

/* 진흥원 소개  그린컬러 테이블 */
table.data03 {width:100%; border-top:1px solid #8FC059; border-collapse:collapse; empty-cells:show;}
table.data03 .first {border-left:0;}
table.data03 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.data03 thead th {border-top:2px solid #8FC059; border-bottom:1px solid #e5e5e5; background:#F9F9FB; color:#666666; text-align:center;}
table.data03 td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}


/* 정보공개  블루컬러 테이블 */
table.data04 {width:100%; border-top:1px solid #6AA6E9; border-collapse:collapse; empty-cells:show;}
table.data04 .first {border-left:0;}
table.data04 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.data04 thead th {border-top:2px solid #6AA6E9 !important; border-bottom:1px solid #e5e5e5; background:#F0F6FD; color:#2B80DF; text-align:center;}
table.data04 thead th.bg02{background:#F9F9FB; color:#727272;}
table.data04 thead th.bg05{border-top:none !important;}
table.data04 tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; font-weight:normal;}
table.data04 tbody th.bg03{background:#F9F9FB; color:#727272; font-weight:bold;}
table.data04 td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}
table.data04 tbody td.bg04{background:#F7F7F7; color:#888888; font-weight:bold;}

/**/
table.dataStep02 {width:100%; border-top:1px solid #67bcd8; border-collapse:collapse; empty-cells:show;}
table.dataStep02 .first {border-left:0;}
table.dataStep02 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.dataStep02 thead th {border-top:2px solid #67bcd8; border-bottom:1px solid #e5e5e5; background:#f9f9fb; color:#2b2c32; font-weight:normal; text-align:center;}
table.dataStep02 thead th.bgStyle01 {border-top:0px; background:#f9f9fb; color:#727272;}
table.dataStep02 tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; background:#f9f9fb; font-weight:normal;}
table.dataStep02 tfoot th,
table.dataStep02 tfoot td {background:#f4f0fb; color:#6427c8; text-align:center; font-weight:bold;}
table.dataStep02 td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}

table.dataStep04 {width:100%; border-top:1px solid #3ea590; border-collapse:collapse; empty-cells:show;}
table.dataStep04 .first {border-left:0;}
table.dataStep04 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.dataStep04 thead th {border-top:2px solid #3ea590; border-bottom:1px solid #e5e5e5; background:#ecf5f4; color:#2b2c32; text-align:center;}
table.dataStep04 thead th.bgStyle01 {border-top:0px; background:#f9f9fb; color:#727272;}
table.dataStep04 tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; background:#fafafa;}
table.dataStep04 tfoot th,
table.dataStep04 tfoot td {background:#f4f0fb; color:#6427c8; text-align:center; font-weight:bold;}
table.dataStep04 td {vertical-align:top; padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}

/* 진흥원 소개  그린컬러 테이블 */
.tabelStep06 {border-top:1px solid #8FC059;}
.tabelStep06 * {vertical-align:middle;}
table.dataStep06 {width:100%; border-collapse:collapse; empty-cells:show;}
table.dataStep06 .first {border-left:0;}
table.dataStep06 th {padding:6px 7px; border-left:1px solid #e0e0e0;}
table.dataStep06 thead th {border-top:2px solid #3ea590; border-bottom:1px solid #e5e5e5; background:#ecf5f4; color:#2b2c32; text-align:center;}
table.dataStep06 thead th.bgStyle01 {border-top:0px; background:#f9f9fb; color:#727272;}
table.dataStep06 tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; background:#fafafa;}
table.dataStep06 tfoot th,
table.dataStep06 tfoot td {background:#f4f0fb; color:#6427c8; text-align:center; font-weight:bold;}
table.dataStep06 td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}

table.dataStep04 td p {margin:0; padding:3px; font-weight:bold;}

table.center th,
table.center td {text-align:center;}
table.left th,
table.left td {text-align:left;}

/*tabStyle01*/
.tabStyle01 {clear:both; overflow:hidden; _zoom:1; margin:0; padding:0 0 15px 0;}
.tabStyle01 ul {list-style-type:none; margin:0; padding:0; overflow:hidden; _zoom:1; border-bottom:1px solid #2869b9;}
.tabStyle01 li {float:left; margin:0; padding:0 3px 0 0;}

.tabStyle01 li.professor {float:right; padding:0;}

.tabStyle01 li a {display:block; _display:inline-block; height:31px; margin:0; padding:0 20px; border:1px solid #bfbfbf; border-bottom:0; color:#898989; font-weight:bold; line-height:250%; letter-spacing:-0.05em; font-size:0.86em;}
.tabStyle01 li a.on, .tabStyle01 li a:hover {background:url('/images/common/bg/bgTabStyle01.gif') repeat-x 0 0; color:#fff !important;text-decoration:none;}

/* ######### box ######### */
/* 주요사업 */
.boxRound676Step01 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step01.gif') repeat-y left top;}
.boxRound676Step01 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step01Bottom.gif') no-repeat left bottom;}
.boxRound676Step01 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step01Top.gif') no-repeat left top;}

.boxRound676Step02 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step02.gif') repeat-y left top;}
.boxRound676Step02 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step02Bottom.gif') no-repeat left bottom;}
.boxRound676Step02 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step02Top.gif') no-repeat left top;}

.boxRound676Step03 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step03.gif') repeat-y left top;}
.boxRound676Step03 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step03Bottom.gif') no-repeat left bottom;}
.boxRound676Step03 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step03Top.gif') no-repeat left top;}

.boxRound676Step04 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step04.gif') repeat-y left top;}
.boxRound676Step04 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step04Bottom.gif') no-repeat left bottom;}
.boxRound676Step04 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step04Top.gif') no-repeat left top;}

.boxRound676Step05 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step05.gif') repeat-y left top;}
.boxRound676Step05 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step05Bottom.gif') no-repeat left bottom;}
.boxRound676Step05 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step05Top.gif') no-repeat left top;}

.boxRound676Step06 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step06.gif') repeat-y left top;}
.boxRound676Step06 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step06Bottom.gif') no-repeat left bottom;}
.boxRound676Step06 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step06Top.gif') no-repeat left top;}


.boxRound676Step07 {width:676px; margin-bottom:20px; background:url('/images/common/bg/bgBoxRound676Step07.gif') repeat-y left top;}
.boxRound676Step07 .boxBtm {background:url('/images/common/bg/bgBoxRound676Step07Bottom.gif') no-repeat left bottom;}
.boxRound676Step07 .boxTop {padding:15px; background:url('/images/common/bg/bgBoxRound676Step07Top.gif') no-repeat left top;}

.boxRound676 {width:676px; margin-bottom:20px; background:url('/images/common/bg/boxRound676.gif') repeat-y left top;}
.boxRound676 .boxBtm {background:url('/images/common/bg/boxRound676Bottom.gif') no-repeat left bottom;}
.boxRound676 .boxTop {padding:15px; background:url('/images/common/bg/boxRound676Top.gif') no-repeat left top;}


.boxRound207 {width:207px; margin:0; background:url('/images/common/bg/bgBoxGround207.gif') repeat-y left top;}
.boxRound207 .boxBtm {background:url('/images/common/bg/bgBoxGround207Bottom.gif') no-repeat left bottom;}
.boxRound207 .boxTop {padding:10px; background:url('/images/common/bg/bgBoxGround207Top.gif') no-repeat left top;}

.boxRound635 {width:635px; margin:0; background:url('/images/common/bg/bgBoxGround635.gif') repeat-y left top;}
.boxRound635 .boxBtm {background:url('/images/common/bg/bgBoxGround635Bottom.gif') no-repeat left bottom;}
.boxRound635 .boxTop {padding:10px; background:url('/images/common/bg/bgBoxGround635Top.gif') no-repeat left top;}

.boxBlue635 {width:676px; margin-bottom:20px; background:url('/images/common/bg/boxBlue635.gif') repeat-y left top;}
.boxBlue635 .boxBtm {background:url('/images/common/bg/boxBlue635Btm.gif') no-repeat left bottom;}
.boxBlue635 .boxTop {padding:15px 25px 15px 15px; background:url('/images/common/bg/boxBlue635Top.gif') no-repeat left top;}


.boxRoundGray635 {width:635px; margin:0; background:url('/images/common/bg/bgBoxRoundGray635.gif') repeat-y left top;}
.boxRoundGray635 .boxBtm {background:url('/images/common/bg/bgBoxRoundGray635Bottom.gif') no-repeat left bottom;}
.boxRoundGray635 .boxTop {padding:10px; background:url('/images/common/bg/bgBoxRoundGray635Top.gif') no-repeat left top;}



.boxRoundPupple01 {width:260px; margin:0; padding:0 0 0 20px; background:url('/images/business/bgBoxRoundPupple01.gif') no-repeat 0 0;}
.boxRoundPupple02 {margin:0; padding:10px 0px 10px 0px; background:url('/images/business/bgBoxRoundPupple02.gif') no-repeat right 0; color:#fff; font-weight:bold; line-height:100%;}

.boxPurpleBrd {border:1px solid #c8b5e7; margin:0 0 20px 0; padding:15px;}
.boxPurpleBrd ul.dot {list-style-type:none; margin:10px 0 0 0; padding:0;}
.boxPurpleBrd ul.dot li {margin:0; padding:0 0 0 7px; background:url('/images/common/bul/bulDotBlue.gif') no-repeat left 7px;}


.boxContentsManager {width:676px; margin:20px 0; background:url('/images/common/bg/bgBoxContentsManager.gif') repeat-y left top;}
.boxContentsManager .boxBtm {background:url('/images/common/bg/bgBoxContentsManagerBottom.gif') no-repeat left bottom;}
.boxContentsManager .boxTop {padding:15px; background:url('/images/common/bg/bgBoxContentsManagerTop.gif') no-repeat left top;}
.boxContentsManager * {vertical-align:middle;}

/* text 템플릿 */
p.bul01 {margin:0; padding:0 0 10px 7px;background:url('/images/common/bul/bulDotBlue.gif') no-repeat left 7px;}
p.bul01 * {vertical-align:middle;}

/* 들여쓰기 */
.indent00 {margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #eee;}
.indent01 {padding:0 0 15px 20px;}


/* 컨텐츠 관리자 */
.contentsManager {margin:20px 0 20px 0; padding:0; line-height:100%;}
.contentsManager img {vertical-align:middle;}


/* ####################################
	이미지 + 텍스트 템플릿
#################################### */
/* 이미지 왼쪽 텍스트 오른쪽 */
.leftImgTemp {margin:0;padding:0;overflow:hidden;_zoom:1;}
.leftImgTemp img {float:left; margin:0 20px 0 0;}
.leftImgTemp .text {float:left; width:75%;}
.leftImgTemp .text dl {clear:both; margin:0;padding:0;}
.leftImgTemp .text dt {margin:0;padding:0 0 10px 0; font-weight:bold;}
.leftImgTemp .text dd {margin:0;padding:0 0 10px 0;}
.leftImgTemp .text dd img {float:none; margin:0;}

/* 이미지와 오른쪽 텍스트 (리스트 블릿) */
.leftImgTemp02 {margin:0; padding:15px 0 30px 0; border-top:1px solid #cecece; overflow:hidden; _zoom:1;}
.leftImgTemp02 img {float:left; margin:0 20px 0 0;}
.leftImgTemp02 .text {float:left; width:78%;}
.leftImgTemp02 .text dl {clear:both;margin:0;padding:0;}
.leftImgTemp02 .text dt {margin:0;padding:0 0 5px 0; border-bottom:1px dotted #cecece; font-weight:bold; font-size:1.1em; color:#6427c8;}
.leftImgTemp02 .text dd {margin:0;padding:5px 0 5px 0;}
.leftImgTemp02 .text dd ul {list-style-type:none; margin:0; padding:0;}
.leftImgTemp02 .text dd ul li {margin:0; padding:0 0 0 15px; background:url('/images/common/bul/bulDotGray.gif') no-repeat 8px 7px;}

/* 이미지 왼쪽 텍스트 오른쪽 */
.rightImgTemp {margin:0;padding:0;overflow:hidden;_zoom:1;}
.rightImgTemp img {float:right; margin:0 20px 0 0;}
.rightImgTemp .text {float:left; width:60%; padding-left:20px;}
.rightImgTemp .text dl {clear:both; margin:0;padding:0;}
.rightImgTemp .text dt {margin:0;padding:0 0 10px 0; font-weight:bold;}
.rightImgTemp .text dd {margin:0;padding:0 0 10px 0;}
.rightImgTemp .text dd img {float:none; margin:0;}





/* 알림마당 - 알림판 */
.tabEventList {
	overflow:hidden;
	_zoom:1;
	height:32px;
	margin:0 0 20px 0;
	padding:0;
	background:url('/images/common/bg/bgTabEventListUl.gif') repeat-x 0 0;
}
.tabEventList ul {list-style-type:none; margin:0; padding:0;}
.tabEventList li {
	float:left;
	margin:0 3px 0 0;
	padding:0;
	border:1px solid #bfbfbf;
	border-width:0 1px;
	font-weight:bold;
}
.tabEventList li a:hover {text-decoration:none;}
.tabEventList li a {display:block; margin:0; padding:8px 7px; background:url('/images/common/bg/bgTabEventList.gif') repeat-x 0 0;}
.tabEventList li.on a {color:#fff;background:url('/images/common/bg/bgTabEventListOn.gif') repeat-x 0 0;}
.tabEventList li.on a:hover {text-decoration:none; color:#fff !important;}



/* ###################################################################################
	quick menu
 ################################################################################### */

.mainQuick {position:absolute; right:0; top:12px; z-index:900;}




#quickMenu {margin:0; padding:0;}

#quickMenu .menu {width:84px; margin:0 0 5px 0; padding:0 0 3px 0; background:url('/images/quick/bgQuick.gif') no-repeat 0 bottom;}
#quickMenu .menu dl {margin:0; padding:0;}
#quickMenu .menu dt {margin:0; padding:0; font-size:0; line-height:0;}
#quickMenu .menu dd {margin:0; padding:0; font-size:0; line-height:0;}
#quickMenu .menu ul {list-style-type:none; margin:0; padding:0;}
#quickMenu .menu ul li {margin:0; padding:0;}

#quickMenu .search {width:84px; margin:0 0 5px 0; padding:0 0 10px 0; background:url('/images/quick/bgQuick.gif') no-repeat 0 bottom;}
#quickMenu .search dl {margin:0; padding:0;}
#quickMenu .search dt {margin:0; padding:0; font-size:0; line-height:0;}
#quickMenu .search dd {margin:0; padding:0;}
#quickMenu .search dd .officerSearch {margin:0; padding:10px 0 0 0; border:0;}
#quickMenu .search dd .officerSearch div {width:70px; margin:0 auto; padding:0; border:1px solid #bbb;}
#quickMenu .search dd .officerSearch div * {vertical-align:middle;}
#quickMenu .search dd .officerSearch div .inputQuickSearch {width:40px; padding:2px; border:0;}




/* secsv 보안서버구축안내서 대표사이트는 사용안함  */
/*보안서버 구축안내서_신청*/
fieldset.guide {overflow:hidden; _zoom:1; width:676px; margin:30px 0; padding:0;}
fieldset.guide div { margin:0; padding:0;}
fieldset.guide div p {margin:0 0 5px 0; padding:0;}
fieldset.guide div label {width:130px; display:inline-block; font-weight:bold; margin:0 15px 0 0; padding:0; text-align:right;}
fieldset.guide div input {padding:2px; margin:0;}
fieldset.guide .btn {clear:both; margin:20px 0 0 0; padding:10px 0 0 0;text-align:center; border-top:1px solid #c5c5c5;}


/* ####################################################

	게시판 뷰 페이지 관리자에서 입력했을 때 쓰는 css 절대! 지우지 마시오!!!

########################################################## */
	.brdTitle {margin:0; padding:0; font-size:1.6em; font-weight:bold; text-align:center;}
	.brdText {margin:0; padding:20px 0;}
	.brdOl {list-style-type:none; margin:0; padding:0;}
	.brdOl li {list-style-type:none; margin:0; padding:0; font-weight:bold;}
	.brdOl li div {padding:7px 5px 7px 15px; font-weight:normal;}
	.brdOl li ol {list-style-type:none; margin:0; padding:7px 0 7px 15px;}
	.brdOl li ol li {list-style-type:none; margin:0; padding:0; font-weight:normal;}
	.brdOl li ol li ol {list-style-type:none; margin:0; padding:7px 0 7px 15px;}
	.brdOl li ol li ol li {list-style-type:none; margin:0; padding:0;}

	table.brdTable {width:100%; border-top:1px solid #ccc; border-collapse:collapse; empty-cells:show;}
	table.brdTable .first {border-left:0;}
	table.brdTable th {padding:6px 7px; border-left:1px solid #ccc;}
	table.brdTable thead th {border-top:2px solid #ccc; border-bottom:1px solid #e5e5e5; background:#eaeaea;}
	table.brdTable thead th.bgStyle01 {border-top:0px; background:#f9f9fb; color:#727272;}
	table.brdTable tbody th {border:1px solid #e0e0e0; border-width:0 0 1px 1px; background:#f9f9f9;}
	table.brdTable td {padding:6px 7px; border:1px solid #e0e0e0; border-width:0 0 1px 1px;}
/* ########################################################## */