@charset "utf-8";


/* 컨텐츠 바로가기 */
#accessibility {position:relative;text-align:center;z-index:1000;}
#accessibility ul {position:absolute;left:0;top:0;width:100%;}
#accessibility li {position:absolute;left:0;top:0;width:100%;}
#accessibility li a {overflow:hidden; display:block;width:0; height:0;text-indent:-999px;color:#000;white-space:nowrap; }
#accessibility li a:hover, #accessibility li a:focus, #accessibility li a:active { width:auto; height:auto; text-indent:0;padding:5px; background:#e8f6fb; border:1px solid #ddd;}

/* common input btn */
.typeBtn {cursor:pointer;border:0;margin:0;padding:0;} /* input button */
#topMenuBtnSearch {width:38px;height:18px;background:url(/images/common/btn_top_serarch.gif) no-repeat 0px 0px;}
#mainBtnChoice {width:41px;height:20px;background:url(/images/main/btn_choice.gif) no-repeat 0px 0px;}
#mainBtnChoice2 {width:41px;height:20px;background:url(/images/main/btn_choice2.gif) no-repeat 0px 0px;}
#mainBtnMovement {width:41px;height:20px;background:url(/images/main/btn_movement.gif) no-repeat 0px 0px;}
input.btnConfirm {width:41px;height:21px;background:url(/WDB_common/images/btn/btn_Confirm.gif) no-repeat 0 0;}
input.btnCancel {width:41px;height:21px;background:url(/images/btn/btn_cancel.gif) no-repeat 0 0;}
input.btnSelect {width:42px;height:21px;background:url(/images/btn/btn_select_1.gif) no-repeat 0 0;}
input.btnSearch {width:41px;height:21px;background:url(/images/btn/btn_search_1.gif) no-repeat 0 0;}
input.btnReset {width:54px;height:21px;background:url(/images/btn/btn_reset.gif) no-repeat 0 0;}
input.btnApp {width:65px;height:21px;background:url(/images/btn/btn_app.gif) no-repeat 0 0;}
input.btnMobile {width:41px;height:21px;background:url(/WDB_common/images/btn/btn_mobile_1.gif) no-repeat 0 0;}
.input_tNone{font-size:0; line-height:0; text-indent:-9999px;}

/* form type */
input.check { margin-top:0; margin-bottom:3px; margin-right:3px; }
	* html input.check { margin-bottom:5px; }
	*:first-child+html input.check { margin-bottom:5px; }
input.radio { margin-top:-4px; vertical-align:middle; }
	* html input.radio { margin-top:-5px; }
	*:first-child+html input.radio { margin-top:-5px; }
input.text {height:16px; padding:1px 3px 1px 3px; font-size:11px; border:1px solid #c5c5c5;}
	* html input.text { height:14px; padding-top:1px; }
	*:first-child+html input.text { height:14px; padding-top:1px; }
input.file {height:16px; padding:1px 3px 1px 3px; font-size:11px; border:1px solid #c5c5c5;}
	* html input.file { height:14px; padding-top:1px; }
	*:first-child+html input.file { height:14px; padding-top:1px; }
.radioCheck a.radio { display:block; float:left; height:21px; margin-top:0; padding-left:16px; font-size:12px;line-height:21px;text-decoration:none; background:url(/WDB_common/images/btn/btn_radio_off.gif) no-repeat left center; }
.radioCheck a.on { background:url(/WDB_common/images/btn/btn_radio_on.gif) no-repeat left center; }
.select {}

/* 한영모드변환 1한글,2영문 
.imeMode1 {ime-mode:active;}
.imeMode2 {ime-mode:inactive;}
*/

/* font color */
.fc1 { color:#012e13 !important;}
.fc2 { color:#ad5114 !important;}
.fc3 { color:#4986a8 !important;}
.fc4 { color:#ff3535 !important;}
.fcRed {color:red !important;} .fcBlue {color:blue !important;} 
.fc_red{color:#ff3535 !important;}
.fc_blue{color:#0063d5 !important;}
.fc_black{color:#000 !important;}
.fc_green{color:#078708 !important;}
.fc_orange{color:#c84600 !important;}
.fc_pink{color:#f90071 !important;}
.point_blue{display:inline-block;padding:4px 10px 3px;background:#0027ef;border-radius:3px;font-size:12px;line-height:16px;color:#fff;}
.point_blue2{display:inline-block;padding:4px 10px 3px;background:#272289;border-radius:3px;font-size:12px;line-height:16px;color:#fff;}
.point_orange{display:inline-block;padding:4px 10px 3px;background:#c84600;border-radius:3px;font-size:12px;line-height:16px;color:#fff;}
.point_pink{display:inline-block;padding:4px 10px 3px;background:#f90071;border-radius:3px;font-size:12px;line-height:16px;color:#fff;}
.point_green{display:inline-block;padding:4px 10px 3px;background:#078708;border-radius:3px;font-size:12px;line-height:16px;color:#fff;}

/* font size */
.fb {font-weight:bold;}
.fb_normal{font-weight:normal;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15b {font-size:15px;font-weight:bold;}

/* line */
.under {text-decoration:underline;}

/* layer type selectbox */
.selectType1 { height:17px; padding:3px 0 0 5px; border:1px solid #cdcdcd; cursor:pointer;  z-index:10;background: url(/WDB_common/images/btn/btn_selectBox01.gif) no-repeat right 0; }
	* html .selectType1 { height:16px; padding-top:4px; }
	.layerList  { position:absolute; top:25px; width:85px; padding:0 5px; font-size:12px;line-height:14px; border:1px solid #c7c7c7; background-color:#fff; }
	.layerList li { margin:7px 0; }
	.layerList a:hover { text-decoration:none; font-weight:bold; }		
	.layerList1 { top:23px !important; }
	.dasi { display:block; float:left; margin:0 5px; font-size:12px;line-height:21px; }

/* align */
.alignL { text-align:left !important; }
.alignR { text-align:right !important; }
.alignC { text-align:center !important; }
.floatN { float:none !important; }
.floatL { float:left; }
.floatR { float:right; }
.clearB {clear:both;}
.hid {overflow:hidden;}
.left10 { padding-left:10px; text-align:left !important; }
.left20 { padding-left:20px; text-align:left !important; }
.right10 { padding-right:10px; text-align:right !important; }
.right20 { padding-right:20px; text-align:right !important; }
.btnC {padding-top:10px;text-align:center;}

/* width */
.wid10 { width:10px;} .wid110 { width:110px;} .wid210 { width:210px;} .wid310 { width:310px;}
.wid15 { width:15px;} .wid115 { width:115px;} .wid215 { width:215px;} .wid315 { width:315px;}
.wid20 { width:20px;} .wid120 { width:120px;} .wid220 { width:220px;} .wid320 { width:320px;}
.wid25 { width:25px;} .wid125 { width:125px;} .wid225 { width:225px;} .wid325 { width:325px;}
.wid30 { width:30px;} .wid130 { width:130px;} .wid230 { width:230px;} .wid330 { width:330px;}
.wid35 { width:35px;} .wid135 { width:135px;} .wid235 { width:235px;} .wid335 { width:335px;}
.wid40 { width:40px;} .wid140 { width:140px;} .wid240 { width:240px;} .wid340 { width:340px;}
.wid45 { width:45px;} .wid145 { width:145px;} .wid245 { width:245px;} .wid345 { width:345px;}
.wid50 { width:50px;} .wid150 { width:150px;} .wid250 { width:250px;} .wid350 { width:350px;}
.wid450 { width:450px;} .wid550 { width:550px;} .wid650 { width:650px;} .wid750 { width:750px;}
.wid55 { width:55px;} .wid155 { width:155px;} .wid255 { width:255px;}
.wid60 { width:60px;} .wid160 { width:160px;} .wid260 { width:260px;}
.wid65 { width:65px;} .wid165 { width:165px;} .wid265 { width:265px;}
.wid70 { width:70px;} .wid170 { width:170px;} .wid270 { width:270px;}
.wid75 { width:75px;} .wid175 { width:175px;} .wid275 { width:275px;}
.wid80 { width:80px;} .wid180 { width:180px;} .wid280 { width:280px;}
.wid85 { width:85px;} .wid185 { width:185px;} .wid275 { width:285px;}
.wid90 { width:90px;} .wid190 { width:190px;} .wid290 { width:290px;}
.wid95 { width:95px;} .wid195 { width:195px;} .wid295 { width:295px;}
.wid98 { width:98px;}
.wid100 { width:100px;} .wid200 { width:200px;} .wid300 { width:300px;} .wid400 { width:400px;}
.wid500 { width:500px;} .wid600 { width:600px;} .wid700 { width:700px;} .wid800 { width:800px;}
.wid70p {width:70%;} .wid95p {width:95%;}

* html .wid120 { width:118px;}

/* margin , padding */
.mt5 { margin-top:5px;} .mt15 { margin-top:15px;} .mt25 { margin-top:25px;} .mt35 { margin-top:35px;}
.mt10 { margin-top:10px;} .mt20 { margin-top:20px;} .mt30 { margin-top:30px;}
.mt_10 {margin-top:-10px;} .mt_15 {margin-top:-15px;}  .mt_5 {margin-top:-5px;}
.mt_20 {margin-top:-20px;} .mt_25 {margin-top:-25px;}  .mt_30 {margin-top:-30px;}
.mt_35 {margin-top:-35px;} .mt_40 {margin-top:-40px;}  .mt_50 {margin-top:-50px;}
.mr5 { margin-right:5px;} .mr15 { margin-right:15px;} .mr25 { margin-right:25px;}
.mr10 { margin-right:10px;} .mr20 { margin-right:20px;}
.ml5 { margin-left:5px; } .ml10 { margin-left:10px; } .ml15 { margin-left:15px; } .ml20 { margin-left:20px; } .ml25 { margin-left:25px; }
.ml30 { margin-left:30px; } .ml35 { margin-left:35px; } .ml40 { margin-left:40px; } .ml50 { margin-left:50px; } .ml60 { margin-left:60px; } .ml65 { margin-left:65px; } .ml150 { margin-left:150px; }
.mb0 { margin-bottom:0px;} .mb5 { margin-bottom:5px;} .mb10 { margin-bottom:10px;} .mb15 { margin-bottom:15px;} .mb20 { margin-bottom:20px;}
.pt5 { padding-top:5px;} .pt10 { padding-top:10px;} .pt15 { padding-top:15px;} .pt20 { padding-top:20px;}
.pr25 { padding-right:25px !important; } /* !important; 이중선언무시 */
.pd0{padding:0 !important;}
.mg0{margin:0 !important;}

.allRss {height:33px;text-align:right;}
.allRss .align {float:right;}
.allRss .fbLike {float:left;display:inline-block;padding:3px 5px 0 0;}
.allRss .twLike {float:left;display:inline-block;padding:3px 5px 0 0;}
.allRss .twLike iframe {width: 90px !important;}
/* .allRss .twLike .twitter-share-button { min-width: 90px !important;} */

/* bul */
.bul {clear:both;font-size:12px;line-height:16px;}
.bul_ol {padding:0 0 0px 7px;font-size:12px;line-height:16px;}
.bul_ol li {padding:0 0 5px 0;background:none;}
.bul_ol li p {padding:0 0 0px 15px;}
.bul_ol li.decimal {padding:0 0 0 0;margin:0 0 0 30px;list-style-type:decimal;background:none;}
.bul_ol li.upper-roman {padding:0 0 0 0;margin:0 0 0 30px;list-style-type:upper-roman;background:none;}
h3.bul1 {position:relative;padding:2px 0 8px 18px;color:#1c70a0;font-size:12px;line-height:16px;font-weight:bold;background:url(/WDB_common/images/bul/bul_1.gif) no-repeat 0 4px;z-index:0;}
*:first-child+html h3.bul1 {height:1%;}
* html h3.bul1 {background-position:0 0px;}
h4.bul1 {padding:7px 0 0px 7px;color:#333;}
.bul2 {padding:0 0 0px 7px;font-size:12px;line-height:16px;}
.bul2 li {padding:0 0 6px 11px;background:url(/WDB_common/images/bul/bul_2.gif) no-repeat 0 5px;}
* html .bul2 li {background-position:0 3px;}
.bul2 li p {padding:5px 0;}
.bul2 li.non {background:none; padding-left:0;}
.bul3 {padding:0 0 0px 5px;font-size:12px;line-height:16px;}
.bul3 li {padding:0 0 4px 7px;background:url(/WDB_common/images/bul/bul_3.gif) no-repeat 0 7px;}
* html .bul3 li {background-position:0 5px;}
.bul3 li p {padding:5px 0;}
.bul3 li.non {background:none; padding-left:5px;}
.bul4 {padding:0;font-size:12px;line-height:16px;}
.bul4 li {padding:0 0 2px 7px;background:none;}
.bul4 li.non {background:none; padding-left:7px;}
.bul4 li p {padding:5px 0;}
.bul4 em {display:block;float:left;width:10px;margin-left:-10px;}
	* html .bul4 em {margin-left:-5px;margin-right:-2px;}
.bul4 li.wid1 {padding:0 0 2px 7px;background:none;}
.bul4 li.wid1 p {padding:5px 0;}
.bul4 em {display:block;float:left;width:10px;margin-left:-10px;}
	* html .bul4 li.wid1 em {margin-left:-5px;margin-right:-2px;}
.bul4 li.wid2 {padding:0 0 0 18px;}
.bul4 li.wid2 em {padding:0 0 0 10px;display:block;float:left;width:18px;margin-left:-18px;}
	* html .bul4 li.wid2 em {margin-left:-9px;margin-right:-2px;}
.bul4 li.wid3 {padding:0 0 0 40px;}
.bul4 li.wid3 em {display:block;float:left;width:33px;margin-left:-33px;}
	* html .bul4 li.wid3 em {margin-left:-17px;margin-right:-2px;}
.bul4 li.wid4 {padding:0 0 0 45px;}
.bul4 li.wid4 em {display:block;float:left;width:55px;margin-left:-50px;}
	* html .bul4 li.wid4 em {margin-left:-25px;margin-right:-2px;}
.bul4 li.wid5 {padding:0 0 0 55px;}
.bul4 li.wid5 em {display:block;float:left;width:60px;margin-left:-60px;}
	* html .bul4 li.wid5 em {margin-left:-30px;margin-right:-2px;}
.bul4 li.wid6 {padding:0 0 0 65px;}
.bul4 li.wid6 em {display:block;float:left;width:70px;margin-left:-70px;}
	* html .bul4 li.wid6 em {margin-left:-35px;margin-right:-2px;}
.bul4 li .bul5 {padding:0;font-size:12px;line-height:16px;}
.bul4 li .bul5 li {padding:0 0 0 10px;background:none;}
.bul4 li .bul5 em {display:block;float:left;width:10px;margin-left:-10px;}
	* html .bul4 li .bul5 em {margin-left:-5px;margin-right:-2px;}

.bgnon{background:none !important;}
.bul2 ol li.decimal {padding-left:0;margin:0 0 0 15px;list-style-type:decimal;background:none;}

.bul p {padding:5px 0;}
p.text1 {padding:5px 0 5px 7px;font-size:12px;line-height:16px;color:#666;}
p.text2 {padding:5px 0 5px 17px;font-size:12px;line-height:16px;color:#666;}
p.text3 {padding:10px 0 5px 7px;font-size:12px;line-height:16px;color:#666;}
p.text4 {padding:0 0 5px 15px;font-size:12px;line-height:16px;color:#666;}
p.textC {padding:5px 0 5px;text-align:center;font-size:12px;line-height:16px;color:#666;}
p.textC {padding:5px 0 5px;text-align:center;font-size:12px;line-height:16px;color:#666;}
p.img1 {margin:0px 0 0px -7px;font-size:12px;line-height:16px;color:#666;}
p.img2 {margin:0px 0 0px -17px;font-size:12px;line-height:16px;color:#666;}

.bulBtn {overflow:hidden;font-size:12px;line-height:14px;}
	.bulBtn:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	/* Hides from IE-mac \*/
	* html .bulBtn {height:1%;}
	.bulBtn {display:block;}
	/* End hide from IE-mac */
	.bulBtn a {float:left;display:block;height:21px;margin-bottom:4px;color:#ffffff;font-size:12px;font-weight:bold;line-height:14px;text-decoration:none;background:url(/WDB_common/images/btn/bg_btn_left_1.gif) no-repeat 0 0;}
	.bulBtn span {float:left;display:block;height:20px;padding:2px 24px 0 7px;color:#ffffff;white-space: nowrap;cursor:pointer;background:url(/WDB_common/images/btn/bg_btn_right_1.gif) no-repeat right 0;}
	.bulBtn .btn2 {background:url(/WDB_common/images/btn/bg_btn_left_1.gif) no-repeat 0 0;}
	.bulBtn .btn2 span {padding:2px 7px 0 7px;background:url(/WDB_common/images/btn/bg_btn_right_2.gif) no-repeat right 0;}
	.bulBtn .btn3 {background:url(/WDB_common/images/btn/bg_btn_left2_1.gif) no-repeat 0 0;}
	.bulBtn .btn3 span {padding:2px 7px 0 7px;background:url(/WDB_common/images/btn/bg_btn_right2_1.gif) no-repeat right 0;}
	.bulBtn .btn4 {background:url(/WDB_common/images/btn/bg_btn_left3_1.gif) no-repeat 0 0;}
	.bulBtn .btn4 span {padding:1px 5px 2px 5px;color:#777777;font-weight:normal;background:url(/WDB_common/images/btn/bg_btn_right3_1.gif) no-repeat right 0;}
		*:first-child+html .bulBtn a span {width:100%;}
	.bulBtn .mg {margin-right:4px;}
	.bulBtn div {margin:0 auto;}
	.bulBtn div span.button {float:left;display:block;height:21px;margin-top:-1px;margin-right:2px;}
a.btn_sw {display:inline-block;background:url(/WDB_common/images/btn/bg_btn_left_1.gif) no-repeat 0 0;font-size:12px;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;}
a.btn_sw span,a.btn_sw strong {margin-right:-2px;display:block;padding:2px 22px 3px 10px;color:#fff;background:url(/WDB_common/images/btn/bg_btn_right_1.gif) no-repeat 100% 0;}
a.btn_sw2 {display:inline-block;background:url(/WDB_common/images/btn/bg_btn_left3_1.gif) no-repeat 0 0;font-size:12px;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;}
a.btn_sw2 span,a.btn_sw2 strong {margin-right:-2px;display:block;padding:1px 10px 1px 8px;color:#777777;background:url(/WDB_common/images/btn/bg_btn_right3_1.gif) no-repeat 100% 0;}
a.btn_sw3 {display:inline-block;background:url(/WDB_common/images/btn/bg_btn_left_1.gif) no-repeat 0 0;font-size:12px;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;}
a.btn_sw3 span,a.btn_sw3 strong {background:url(/WDB_common/images/btn/bg_btn_right_2.gif) no-repeat 100% 0;display:block;padding:2px 10px 3px 10px;font-size:12px;color:#fff;letter-spacing:-1px;}
a.btnBlank {display:inline-block;height:23px;padding-right:31px;font-size:12px;color:#000;line-height:23px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat right -48px;}
a.btnBlank span, a.btnBlank strong {display:inline-block;height:23px;line-height:23px;padding-left:6px;color:#000;cursor:pointer;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat 0 -48px;}
a.btnBlank em {display:inline-block;height:23px;line-height:23px;color:#539417;}
a.btnMove {display:inline-block;height:23px;padding-right:31px;font-size:12px;color:#000;line-height:23px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat right -71px;}
a.btnMove span, a.btnMove strong {display:inline-block;height:23px;line-height:23px;padding-left:6px;color:#000;cursor:pointer;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat 0 -71px;}
a.btnMove em {display:inline-block;height:23px;line-height:23px;color:#539417;}
a.btnFile {display:inline-block;height:23px;padding-right:31px;font-size:12px;color:#000;line-height:23px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat right -94px;}
a.btnFile span, a.btnFile strong {display:inline-block;height:23px;line-height:23px;padding-left:6px;color:#000;cursor:pointer;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat 0 -94px;}
a.btnFile em {display:inline-block;height:23px;line-height:23px;color:#539417;}
a.btnNull {display:inline-block;height:23px;padding-right:6px;font-size:12px;color:#000;line-height:23px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat right -117px;}
a.btnNull span, a.btnNull strong {display:inline-block;height:23px;line-height:23px;padding-left:6px;color:#000;cursor:pointer;background:url(/WDB_common/images/common/textbtn_common.png) no-repeat 0 -94px;}
a.btnNull em {display:inline-block;height:23px;line-height:23px;padding-left:21px;}
a.btnNull em.ebook {background:url(/WDB_common/images/icon/mime_ebook.gif) no-repeat 0 50%;}
a.btnNull em.pdf {background:url(/WDB_common/images/icon/mime_pdf2.gif) no-repeat 0 50%;}
a.btnNull em.jpg {background:url(/WDB_common/images/icon/mime_jpg.gif) no-repeat 0 50%;}
a.btnNull em.gif {background:url(/WDB_common/images/icon/mime_gif.gif) no-repeat 0 50%;}
h3.bul1 a.btnBlank, h3.bul2 a.btnBlank, h3.bul1 a.btnMove, h3.bul1 a.btnFile {position:absolute;right:0;top:0;}
h3.bul1 .ar, h3.bul2 .ar{position:absolute;right:0;bottom:0; font-weight:normal;}
a.btnGray {display:inline-block;background:#f5f5f5; border:1px solid #ddd; font-size:12px;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;}
a.btnGray span,a.btnGray strong {margin-right:-2px;display:block;padding:4px 12px 3px 12px;color:#666;}
a.btn_c_blue {display:inline-block;background:#56669b;border-radius:5px; border:1px solid #123657;font-size:14px;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;}
a.btn_c_blue span,a.btn_c_blue strong {display:block;padding:12px 15px 11px 15px;font-size:14px;color:#fff;letter-spacing:-1px;}

/* round box */
.round_box_type01 {position:relative;border:1px solid #dedede;background-color:#ffffff;}
	* html .round_box_type01 {height:1%;}
	*:first-child+html .round_box_type01 {height:1%;}
.round_box_guide {position:relative;width:100%;}
.round_box_type01 .l_t_corner {position:absolute;display:block;left:-1px;top:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_1.gif) no-repeat left top;}
.round_box_type01 .r_t_corner {position:absolute;display:block;right:-1px;top:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_1.gif) no-repeat right top;}
.round_box_type01 .l_b_corner {position:absolute;display:block;left:-1px;bottom:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_1.gif) no-repeat left bottom;}
.round_box_type01 .r_b_corner {position:absolute;display:block;right:-1px;bottom:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_1.gif) no-repeat right bottom;}
.round_box_contents {margin:10px;} /*.round_box_contents {position:relative;padding:10px;} */
	.round_box_contents:after {content: ".";display:block;height: 0;clear:both;visibility:hidden;}
	/* Hides from IE-mac \*/
	* html .round_box_contents {height: 1%;}
	.round_box_contents {display:block;}
	/* End hide from IE-mac */

.round_box_type02 {position:relative;background-color:#ededed;}
	* html .round_box_type02 {height:1%;}
	*:first-child+html .round_box_type02 {height:1%;}
.round_box_type02 .l_t_corner {position:absolute;display:block;left:0px;top:0px;width:5px;height:5px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_2.gif) no-repeat left top;}
.round_box_type02 .r_t_corner {position:absolute;display:block;right:0px;top:0px;width:5px;height:5px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_2.gif) no-repeat right top;}
.round_box_type02 .l_b_corner {position:absolute;display:block;left:0px;bottom:0px;width:5px;height:5px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_2.gif) no-repeat left bottom;}
.round_box_type02 .r_b_corner {position:absolute;display:block;right:0px;bottom:0px;width:5px;height:5px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_2.gif) no-repeat right bottom;}
.round_box_type02 .round_box_guide {position:relative;width:100%;margin:0;padding:5px 0;}

.round_box_type03 {position:relative;border:1px solid #ffc171;background-color:#fff9eb;}
	* html .round_box_type03 {height:1%;}
	*:first-child+html .round_box_type03 {height:1%;}
.round_box_type03 .l_t_corner {position:absolute;display:block;left:-1px;top:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_3.gif) no-repeat left top;}
.round_box_type03 .r_t_corner {position:absolute;display:block;right:-1px;top:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_3.gif) no-repeat right top;}
.round_box_type03 .l_b_corner {position:absolute;display:block;left:-1px;bottom:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_3.gif) no-repeat left bottom;}
.round_box_type03 .r_b_corner {position:absolute;display:block;right:-1px;bottom:-1px;width:4px;height:4px;font-size:0;background:url(/WDB_common/images/bg/bg_round_box_3.gif) no-repeat right bottom;}
.round_box_type03 p.point {padding:0 0 0 20px !important;font-weight:bold;background:url(/WDB_common/images/icon/icon_point.gif) no-repeat 0 0;}

.nemo_br_box{padding:10px 20px 8px 20px;  text-align:center; font-size:13px; line-height:20px; font-weight:bold; border:3px solid #eee; }

/* tab layout */
.tab1 {overflow:hidden;margin:25px 0 20px 0;padding:0 0 10px 10px;font-size:12px;line-height:16px;border:2px solid #dedede;}
	.tab1:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	/* Hides from IE-mac \*/
	* html .tab1 {height:1%;}
	.tab1 {display:block;}
	/* End hide from IE-mac */
	.tab1 li {float:left;margin:10px 0 0 5px;}
	.tab1 li a {display:block;height:27px;color:#ffffff;font-weight:bold;text-decoration:none;background:url(/WDB_common/images/tab/bg_tab_left_off.gif) no-repeat 0 0;}
		* html .tab1 li a {float:left;}
	.tab1 li a span {display:block;height:23px;padding:4px 5px 0 5px;white-space: nowrap;cursor:pointer;background:url(/WDB_common/images/tab/bg_tab_right_off.gif) no-repeat right 0;}
		* html .tab1 li a span {float:left;}
	.tab1 li a:hover {background:url(/WDB_common/images/tab/bg_tab_left_on.gif) no-repeat 0 0;}
	.tab1 li a:hover span {background:url(/WDB_common/images/tab/bg_tab_right_on.gif) no-repeat right 0;}
	.tab1 li a:active {background:url(/WDB_common/images/tab/bg_tab_left_on.gif) no-repeat 0 0;}
	.tab1 li a:active span {background:url(/WDB_common/images/tab/bg_tab_right_on.gif) no-repeat right 0;}
	.tab1 li.on a {background:url(/WDB_common/images/tab/bg_tab_left_on.gif) no-repeat 0 0;}
	.tab1 li.on a span {background:url(/WDB_common/images/tab/bg_tab_right_on.gif) no-repeat right 0;}

.tab2 {position:relative;margin:0 0 20px 0;padding:1px;background-color:#fff;border:1px solid #dbdbdb;}
	* html .tab2 {height:1%;}
	*:first-child+html .tab2 {height:1%;}
.tab2 ul {overflow:hidden;padding:11px 14px;background:#f6f6f6;}
.tab2 ul li {float:left;margin:0 15px 8px 0;padding-left:15px;white-space: nowrap;color:#666666;background:url(/WDB_common/images/tab/tab2_bul.gif) no-repeat 0 4px;}
.tab2 ul li a:hover, .tab2 ul li a.on, .tab2 ul li.on a {color:#216db5;text-decoration:underline;}


/* table layout */
.tableTitle {font-size:12px;line-height:16px;}
.tableTitle .ar {padding:0;margin:0;text-align:right;}
.tableTitle .ar2 {padding:0;margin:-20px 0 0 0;text-align:right;}
.tableUnit {font-size:12px;line-height:16px;padding:0;margin:0;text-align:right;}
.tableUnit.at20 {margin-top:-20px;}
.table1 {clear:both; width:100%;margin-top:5px;border-top:1px solid #4d8dca;border-collapse:collapse;border-spacing:0px;empty-cells:show;}
.table1 caption.dns {overflow:hidden;width:0;height:0;font-size:0;}
.table1 thead th {height:20px;padding:4px 5px 3px;text-align:center;color:#4986a8;font-size:12px;line-height:16px;font-weight:bold;border-bottom:1px solid #d9d9d9;border-left:1px solid #d9d9d9;background:#f5fcff;}
.table1 thead th.bg11{background:#f90071; color:#fff;}
.table1 thead th.bg22{background:#0027ef; color:#fff;}
.table1 thead th.bg33{background:#0c8d00; color:#fff;}
.table1 tbody th {height:20px;padding:4px 0px 3px 5px;text-align:center;color:#4986a8;font-size:12px;line-height:16px;border-bottom:1px solid #d9d9d9;border-left:1px solid #d9d9d9;background:#f5fcff;}
.table1 tbody th.bgn {color:#666666;font-weight:normal;background:none;}
.table1 tbody th.bgn2 {color:#666666;font-weight:normal;}
.table1 tbody td {height:20px;padding:4px 5px 3px 5px;text-align:center;color:#666666;font-size:12px;line-height:16px;border-bottom:1px solid #d9d9d9;border-left:1px solid #d9d9d9;}
.table1 tbody ul.none li {padding-left:0;background:none;}
.table1 .bg1 {color:#666666;font-weight:bold;background:#f7f7f7;}
.table1 .bg2 {color:#666666;font-weight:bold;background:#e6f1fa;}
.table1 .bg3 {background:#f5fcff;}
.table1 .bg4 {background:#e6f1fa;}
.table1 .bg5 {background:#F7FAE6;}
.table1 .bg6 {background:#FAEFE6;}
.table1 .al {text-align:left;} .table1 .ac {text-align:center;} .table1 .ar {text-align:right;} .table1 .vt {vertical-align:top;}
.table1 .bd0 {border-left:0;} .table1 .bl1 {border-left:1px solid #d9d9d9;} .table1 .bR0 {border-right:0px;} .table1 .bR1 {border-right:1px solid #d9d9d9;}
.table1.pol thead th,
.table1.pol tbody td {padding:3px 0;border:1px solid #d9d9d9;}
.table1.pol tbody td.ok {background:#1c70a0;color:#fff;}
.tableBottom {margin-top:3px;text-align:right;font-size:12px;line-height:16px;}
.table1.table1spc tbody td{letter-spacing:-0.06em; font-size:12px;}
/* 구청장 */
/*
.table1 .bg1_tit {background:#006E7B; color:#fff; font-size:12px; font-weight:bold; }
.table1 .bg2_tit {background:#007B4F; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg3_tit {background:#993718; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg4_tit {background:#C47002; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg5_tit {background:#67AA00; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg6_tit {background:#4C4D9B; color:#fff; font-size:12px; font-weight:bold; }
.table1 .bg7_tit {background:#9B5889; color:#fff; font-size:12px;  font-weight:bold;}
*/
.table1 .bg1_tit {background:#6F50C7; color:#fff; font-size:12px; font-weight:bold; }
.table1 .bg2_tit {background:#499C58; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg3_tit {background:#C75078; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg4_tit {background:#4D71AD; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg5_tit {background:#23806D; color:#fff; font-size:12px;  font-weight:bold;}
.table1 .bg6_tit {background:#C96043; color:#fff; font-size:12px; font-weight:bold; }
.table1 .bg7_tit {background:#5191AD; color:#fff; font-size:12px;  font-weight:bold;}



/* 페이지담당자 */
.dataPerson {position:absolute;top:-210px;left:50%;width:670px;margin:0 0 0 -277px;border:1px solid #dbdbdb;background:#eeeeee;}
.dataPerson .bg {position:relative;height:71px;border:2px solid #eeeeee;background:#ffffff;}
.dataPerson h3 {position:absolute;width:100px;height:65px;left:10px;top:12px;letter-spacing:-1px;text-align:center;vertical-align:top;font-size:14px;line-height:14px;font-weight:bold;}
.dataPerson .pog {width:525px;padding:11px 0 0 125px;}
.dataPerson .person {height:26px;background:url(/WDB_common/images/common/bul_dataperson_2.gif) repeat-x  bottom;}
.dataPerson .add {height:30px;}
.dataPerson .add li {width:230px;}
.dataPerson li {float:left;font-size:12px;line-height:14px;padding:3px 0 2px  7px;}
.dataPerson li em {display:block;float:left;width:80px;height:16px;padding:2px 0 0  7px;font-size:12px;line-height:14px;font-weight:bold;color:#ffffff;background:url(/WDB_common/images/common/bul_dataperson_1.gif) no-repeat 0 0;}
.dataPerson li p {float:left;padding:1px 0 1px 7px;}


/* 페이지만족도 */
.satisfactionSurvey {position:absolute;top:-120px;left:50%;width:670px;margin:0 0 0 -277px;border:1px solid #dbdbdb;background:#f7f7f7;}
.satisfactionSurvey h3 {position:absolute;width:180px;height:65px;left:7px;top:12px;padding-left:10px;text-align:left;vertical-align:top;font-size:13px;line-height:14px;font-weight:bold;}
.satisfactionSurvey .surForm {width:485px;padding:12px 0 0 181px;font-size:12px;line-height:14px;}
.satisfactionSurvey .surForm span {display:block;float:left;width:77px;height:34px;color:#666666;}
.satisfactionSurvey .surForm span.bg1 {background:url(/WDB_common/images/common/bul_survey_1.gif) no-repeat 19px 19px;}
.satisfactionSurvey .surForm span.bg2 {background:url(/WDB_common/images/common/bul_survey_2.gif) no-repeat 19px 19px;}
.satisfactionSurvey .surForm span.bg3 {background:url(/WDB_common/images/common/bul_survey_3.gif) no-repeat 19px 19px;}
.satisfactionSurvey .surForm span.bg4 {background:url(/WDB_common/images/common/bul_survey_4.gif) no-repeat 19px 19px;}
.satisfactionSurvey .surForm span.bg5 {background:url(/WDB_common/images/common/bul_survey_5.gif) no-repeat 19px 19px;}
.satisfactionSurvey .surForm #subBtnSurvey {margin-left:5px;}
.satisfactionSurvey .surForm .text {clear:both;margin-top:5px;padding:5px 5px 10px;color:#777777;font-size:12px;line-height:14px;border-top:1px solid #ededed;}
.satisfactionSurvey .surForm #subBtnSurvey2 {margin-left:4px;}
.satisfactionSurvey .surForm #subBtnSurvey {width:64px;height:21px;background:url(/WDB_common/images/common/btn_survey_1.gif) no-repeat 0px 0px;}
.satisfactionSurvey .surForm #subBtnSurvey2 {width:113px;height:21px;background:url(/WDB_common/images/common/btn_survey_2.gif) no-repeat 0px 0px;}
.satisfactionSurvey .surResult {width:445px;padding:12px 0 0 224px;font-size:12px;line-height:14px;}
.satisfactionSurvey .surResult li {width:375px;padding-left:70px;font-size:12px;line-height:16px;background:url(/images/bul/bul_3.gif) no-repeat 0 7px;}
	* html .satisfactionSurvey .surResult li {background-position:0 5px;}
.satisfactionSurvey .surResult li span {display:block;float:left;width:60px;margin-left:-60px;}
	* html .satisfactionSurvey .surResult li span {margin-left:-30px;margin-right:-2px;}

/* QrCode */
.qrCode {position:absolute;top:-365px;left:50%;width:670px;margin:0 0 0 -277px;text-align:right;}
.qrCode .qrCodeLeyout {position:relative;text-align:right;display:inline-block;width:670px;border:1px solid #dbdbdb;background:#eeeeee;}
.qrCode .qrCodeLeyout .qrCodeCont {padding:4px;border:2px solid #eeeeee;background:#ffffff;}
.qrCode .qrCodeLeyout .qrCodeCont .txt {position:absolute;left:19px;top:30px;}
.qrCode .qrCodeLeyout .qrCodeCont .btn {position:absolute;left:423px;top:47px;}
.qrCode .qrCodeLeyout .qrCodeCont .bg {display:inline-block;width:112px;height:112px;margin:0 15px 0 0;padding:22px 0 0  27px;text-align:left;background:url(/WDB_common/images/common/bg_qrcode_1.gif) no-repeat 0 0;}


/* errer 페이지 */
#error_base {background:url(/WDB_common/images/img/message_base_1.gif) repeat-x;}
#error_base .error_wrap {position:relative;width:680px;margin:0 auto;padding:100px 0 200px 0;z-index:2;}
#error_base .error_wrap h1.error_logo {border-bottom:3px solid #2758a7;}
#error_base .error_wrap .error_cont {width:610px;padding:40px 20px 80px 20px;}
#error_base .error_wrap .error_cont h2 {padding:30px 0 0;color:#333333;font-size:17px;line-height:18px;font-weight:bold;text-align:center;}
#error_base .error_wrap .error_cont .img {padding-top:10px;text-align:center;}
#error_base .error_wrap .error_cont .bulBtn {margin:20px 0 0 260px;}

/* message 페이지 */
#message_base {background:url(/WDB_common/images/img/message_base_1.gif) repeat-x;}
#message_base .message_wrap {position:relative;width:680px;margin:0 auto;padding:100px 0 200px 0;z-index:2;}
#message_base .message_wrap h1.message_logo {border-bottom:3px solid #2758a7;}
#message_base .message_wrap .message_cont {width:610px;padding:40px 20px 80px 20px;}
#message_base .message_wrap .message_cont h2 {padding:30px 0 0;color:#333333;font-size:17px;line-height:18px;font-weight:bold;text-align:center;}
#message_base .message_wrap .message_cont .img {padding-top:10px;text-align:center;}
#message_base .message_wrap .message_cont .bulBtn {margin:20px 0 0 260px;}


/* popup 공통 */
.popup1 {position:relative;font-size:12px;line-height:14px;}
.popup1 .icon {position:absolute;right:20px;top:10px;text-align:right;}
.popup1 h1 {height:43px;padding-left:11px;color:#ffffff;font-size:14px;line-height:40px;font-weight:bold;background:url(/WDB_common/images/bg/bg_popup_1.gif) repeat-x;}
.popup1 .popup_view {padding:15px;}
.popup1 .popFooter {position:relative;margin-top:10px;height:25px;background:url(/WDB_common/images/bg/bg_popup_3.gif) repeat-x;}
.popup1 .popFooter .bg {position:absolute;width:100%;height:25px;/*background:url(/WDB_common/images/icon/icon_popup_1.gif) no-repeat center 0;*/z-index:2;}
.popup1 .popFooter .btn {position:absolute;right:10px;top:2px;text-align:right;z-index:3;}
.popup1 h3.popBul1 {padding:0 0 4px 18px;color:#1c70a0;font-size:12px;line-height:14px;font-weight:bold;background:url(/WDB_common/images/bul/bul_1.gif) no-repeat 0 1px;}
.popup1 .popBul2 {padding:0 0 2px 7px;}
.popup1 .popBul2 li {padding:0 0 2px 11px;color:#666666;background:url(/WDB_common/images/bul/bul_2.gif) no-repeat 0 6px;}
.popup1 .popBul3 {padding:0 0 6px 4px;}
.popup1 .popBul3 li {padding:0 0 0 7px;color:#666666;background:url(/WDB_common/images/bul/bul_3.gif) no-repeat 0 7px;}
.popup1 .popBul3 li.wid2 {padding:0 0 0 40px;}
.popup1 .popBul3 li.wid2 em {display:block;float:left;width:33px;margin-left:-33px;letter-spacing:-1px;}
	* html .popup1 .popBul3 li.wid2 em {margin-left:-17px;margin-right:-2px;}
input#btnpopCen {width:42px;height:21px;background:url(/WDB_common/images/btn/btn_popup_2.gif) no-repeat 0 0;}

.popup2 {position:relative;font-size:12px;line-height:14px;}
.popup2 .icon {position:absolute;right:20px;top:10px;text-align:right;}
.popup2 h1 {height:43px;padding-left:11px;color:#ffffff;font-size:14px;line-height:40px;font-weight:bold;background:url(/WDB_common/images/bg/bg_popup_1.gif) repeat-x;}
.popup2 .popup_view {padding:15px 15px 50px 15px;}
.popup2 h3.popBul1 {padding:0 0 4px 18px;color:#1c70a0;font-size:12px;line-height:14px;font-weight:bold;background:url(/WDB_common/images/bul/bul_1.gif) no-repeat 0 1px;}
.popup2 .popBul2 {padding:0 0 2px 7px;}
.popup2 .popBul2 li {padding:0 0 2px 11px;color:#666666;background:url(/WDB_common/images/bul/bul_2.gif) no-repeat 0 6px;}
.popup2 .popBul3 {padding:0 0 6px 4px;}
.popup2 .popBul3 li {padding:0 0 0 7px;color:#666666;background:url(/WDB_common/images/bul/bul_3.gif) no-repeat 0 7px;}
.popup2 .popBul3 li.wid2 {padding:0 0 0 40px;}
.popup2 .popBul3 li.wid2 em {display:block;float:left;width:33px;margin-left:-33px;letter-spacing:-1px;}
	* html .popup2 .popBul3 li.wid2 em {margin-left:-17px;margin-right:-2px;}
.popFooter2 {position:absolute;bottom:0;width:100%;margin-top:10px;height:25px;background:url(/WDB_common/images/bg/bg_popup_3.gif) repeat-x;}
.popFooter2 .bg {position:absolute;width:100%;height:25px;background:url(/WDB_common/images/icon/icon_popup_1.gif) no-repeat center 0;z-index:2;}
.popFooter2 .btn {position:absolute;right:10px;top:2px;text-align:right;z-index:3;}

/* 회원가입 popup 중복검색 */
.popup3 {padding-bottom:30px;height:1%;}
.popup3 .dup {padding:15px;}
.popup3 .dup div.idcheck {height:16px;padding-left:20px;background:url(/images/bul/bul_popup_1.gif) no-repeat 0 0;}
.popup3 .dup div.idcheck span {display:block;float:left;height:16px;padding-right:20px;color:#1c70a0;font-weight:bold;background:url(/images/bul/bul_popup_2.gif) no-repeat right 0;}
.popup3 .dup p {padding:1px 0;color:#666666;}
.popup3 .dup .btn {padding-top:10px;text-align:center;}
	* html .popup3 .dup .btn input {display:block;}
	*:first-child+html .popup3 .dup .btn input {display:block;}
.popup3 .frm {padding:15px;border-top:1px dotted #c4c4c4;}
.popup3 .frm p {padding-left:17px;color:#666666;}
.popup3 .frm .popBul2 {padding-top:3px;}
.popup3 .frm2 {padding:15px;border-bottom:1px dotted #c4c4c4;}
.popup3 .frm2 .popBul2 {padding-top:3px;}

/* 특별팝업 */
.pop_wrap{background:#fff;}
.pop_wrap .top_title{}
.pop_wrap .top_title h2{padding:0;margin:0;}
.pop_wrap .ban_list{overflow:hidden;}
.pop_wrap .ban_list li{float:left;width:400px;}
.pop_wrap .ban_list li a{display:block; width:400px;height:94px;font-size:1px; line-height:1px; border:none;}
/*
.pop_wrap .ban_list li a.ban_01{background:url('/WDB_common/images/popup/20150824/c_ban_01.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_01:hover{background:url('/WDB_common/images/popup/20150824/c_ban_01_on.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_02{background:url('/WDB_common/images/popup/20150824/c_ban_02.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_02:hover{background:url('/WDB_common/images/popup/20150824/c_ban_02_on.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_03{background:url('/WDB_common/images/popup/20150824/c_ban_03.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_03:hover{background:url('/WDB_common/images/popup/20150824/c_ban_03_on.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_04{background:url('/WDB_common/images/popup/20150824/c_ban_04.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_04:hover{background:url('/WDB_common/images/popup/20150824/c_ban_04_on.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_05{background:url('/WDB_common/images/popup/20150824/c_ban_05.jpg') no-repeat 0 0;}
.pop_wrap .ban_list li a.ban_05:hover{background:url('/WDB_common/images/popup/20150824/c_ban_05_on.jpg') no-repeat 0 0;}
*/
.pop_wrap .con_box{display:none;} 
.pop_wrap .con_box .img_box{position:relative;height:388px;} 
.pop_wrap .con_box .img_box .btn_go{display:block; position:absolute; z-index:10; right:18px;width:125px;height:35px;font-size:1px; line-height:1px; text-indent:-9999px;background:url('/WDB_common/images/popup/20150824/bg_a.png') no-repeat 0 0;} 
.pop_wrap .con_box .img_box .btn_go.btn_go1{top:299px;}
.pop_wrap .con_box2 .img_box .btn_go.btn_ham{top:259px;}
.pop_wrap .con_box .btn_pop_all{text-align:center;overflow:hidden; } 
.pop_wrap .con_box .btn_pop_all a{margin-left:5px;}
.pop_wrap .con_box .btn_pop_all a:first-child{margin-left:0;}
.bottom_btn{position:relative; height:26px; background:#303030; }
.bottom_btn .btn_today_close{float:left;}
.bottom_btn .btn_pop_close{float:right;}
.p_pop_box{display:none; position:absolute; z-index:999; left:410px; top:-5px; width:400px;  border:5px solid #d5d5d5;}
.p_pop_box .p_pop_con{}
.p_pop_box .p_pop_con .b_btn_bottom{height:26px;background:#303030; text-align:right;}
.p_pop_box .p_pop_con .b_btn_bottom a{display:block; padding:3px 10px;font-weight:bold; font-size:16px; line-height:20px;color:#fff;}
.p_pop_box .p_pop_con .b_btn_bottom a:hover{text-decoration:none;}

/* 약관보기 */
#info_scroll{overflow-y:auto;height:200px;padding:10px;color:#666;border:1px solid #ccc;}
#info_scroll2{padding:10px;color:#666;border:1px solid #ccc;}
#info_scroll2 .chk_box{padding-top:0;}
#info_scroll .info_a:hover{text-decoration:none;}

.info_scroll{overflow-y:auto;height:200px;padding:10px;color:#666;border:1px solid #ccc;}
.info_scroll2{padding:10px;color:#666;border:1px solid #ccc;}
.info_scroll2 .chk_box{padding-top:0;}
.info_scroll .info_a:hover{text-decoration:none;}

.bokji input[type="text"]{ime-mode:active;}
.topSearch input.searchText2{ime-mode:active;}
textarea{ime-mode:active;}
.chk_box{padding-top:8px;text-align:center;}
.file_black{color:#333 !important;} /* 1mb이하는 검은색 */
.file_blue{color:#0070C0 !important;} /* 1mb~10mb는 파란색 */
.file_red{color:#B71414 !important;} /* 20mb이하는 빨간색 */
.num_txt{overflow:hidden; margin-bottom:10px; padding:7px 10px 5px 10px; background:#dce8f0;}
.num_txt li{float:left; margin-right:25px; }
.num_txt li .tit{font-weight:bold; color:#333; font-size:12px;}

		/* 페이지담당자 */
		.dataPerson2 {position:relative;width:565px;height:33px;margin:14px 0 0 137px;border:1px solid #a0c87a;border-left:0;}
		.dataPerson2 h3 {position:absolute;height:0;line-height:0;font-size:0px;}
		.dataPerson2 li {float:left;font-size:11px;line-height:14px;padding:0;}
		.dataPerson2 li em {display:block;float:left;height:33px;padding:0 5px !important;font-size:11px !important;line-height:33px;font-weight:bold;color:#57980a;border-left:1px solid #a0c87a;background:#f8faf6;}
		.dataPerson2 li p {display:block;float:left;height:33px;padding:0 12px 0 5px;font-size:11px !important;line-height:33px;border-left:1px solid #a0c87a;}

/* 특별팝업 창닫기 */
.tpop_btn{text-align:right;padding:3px 15px; background:#0b3032;  color:#fff; font-size:12px;}
.tpop_btn a{color:#fff;font-size:12px;}
.tpop_btn label{cursor:pointer;}
.tpop_btn a:hover{text-decoration:none;}

/* 동영상 상세페이지 */
.video_hid{overflow:hidden;}
.video_hid .video_left{float:left; width:48.5%;}
.video_hid .video_right{float:right; width:48.5%;}

/* 파일첨부 */
.popup1{background:#fafafa;}
.popup1 .top_logo{text-align:center; padding:15px 0 20px;}
.popup1 .input_file{display:block;padding-bottom:15px;text-align:center; }
.popup1 .input_pop_txt{display:block;text-align:center;  }
.popup1 .input_pop_txt input[type="file"]{display:inline-block;border:none; background:#fff; }
.popup1 .input_pop_txt input[type="hidden"]{ background:#000; }
.popup1 .input_pop_txt .line{display:inline-block; height:24px;padding-top:2px;border:1px solid #ddd;vertical-align:middle;}

.popup3{padding-bottom:0;}
.popup3 .frm{border-top:none;}
input.btnConfirm2 {width:56px;height:26px;background:url(/WDB_common/images/common/btn_file_ok.jpg) no-repeat 0 0;text-indent:-9999em;}
input.file {height:22px; padding:1px 3px 1px 3px; font-size:12px; border:1px solid #c5c5c5;}
	* html input.file { height:20px; padding-top:1px; }
	*:first-child+html input.file { height:20px; padding-top:1px; }
.popup1 .popFooter{padding-bottom:25px;background:none; text-align:Center;}

/* 특별팝업 */
.pop_vedio_wrap{position:relative; }
.pop_vedio_wrap img{font-size:0; line-height:0;}
.pop_vedio_wrap .pop_vedio_box{position:absolute; z-index:1; background:#000;}
.pop_vedio_wrap.pop_vedio_wrap_1{}
.pop_vedio_wrap.pop_vedio_wrap_1 .pop_vedio_box{ left:15px; bottom:15px; width:571px; height:310px;}
.pop_vedio_wrap.pop_vedio_wrap_1 .pop_vedio_box a.play{display:block; position:absolute; z-index:10; left:0; top:0; }

/* 신고필증 */
.printArea{width:744px;overflow:hidden;}
.printArea .phil_top{position:relative;width:744px;height:418px;}
.printArea .phil_top .txt{position:absolute;z-index:1;left:0;bottom:50px;width:100%;text-align:center;font-size:36px;line-height:45px;color:#000;font-weight:bold;}
.printArea .phil_top img{width:744px;height:418px;}
.printArea .phil_mid{position:relative;width:744px;height:272px;}
.printArea .phil_mid .tit1{position:absolute;z-index:1;left:43px;top:33px;width:87px;text-align:center;font-size:16px;line-height:24px;color:#000;}
.printArea .phil_mid .num1{position:absolute;z-index:1;left:140px;top:33px;width:227px;text-align:center;font-size:18px;line-height:24px;color:#000;font-weight:bold;}
.printArea .phil_mid .tit2{position:absolute;z-index:1;left:373px;top:33px;width:87px;text-align:center;font-size:16px;line-height:24px;color:#000;}
.printArea .phil_mid .num2{position:absolute;z-index:1;left:465px;top:33px;width:227px;text-align:center;font-size:18px;line-height:24px;color:#000;font-weight:bold;}
.printArea .phil_mid .tit3{position:absolute;z-index:1;left:42px;bottom:126px;width:87px;text-align:center;font-size:16px;line-height:24px;color:#000;}
.printArea .phil_mid .num3{position:absolute;z-index:1;left:142px;bottom:126px;width:535px;text-align:left;font-size:18px;line-height:24px;color:#000;font-weight:bold;}
.printArea .phil_mid .tit4{position:absolute;z-index:1;left:42px;bottom:33px;width:87px;text-align:center;font-size:16px;line-height:24px;color:#000;}
.printArea .phil_mid .num4{position:absolute;z-index:1;left:142px;bottom:33px;width:535px;text-align:left;font-size:18px;line-height:24px;color:#000;font-weight:bold;}
.printArea .phil_mid img{width:744px;height:272px;}
.printArea .phil_btm{position:relative;width:744px;height:363px;}
.printArea .phil_btm img{width:744px;height:363px;}

.m0{margin:0px !important; }
.m1{margin:1px !important; }
.m2{margin:2px !important; }
.m3{margin:3px !important; }
.m4{margin:4px !important; }
.m5{margin:5px !important; }
.m6{margin:6px !important; }
.m7{margin:7px !important; }
.m8{margin:8px !important; }
.m9{margin:9px !important; }
.m10{margin:10px !important; }
.m11{margin:11px !important; }
.m12{margin:12px !important; }
.m13{margin:13px !important; }
.m14{margin:14px !important; }
.m15{margin:15px !important; }
.m16{margin:16px !important; }
.m17{margin:17px !important; }
.m18{margin:18px !important; }
.m19{margin:19px !important; }
.m20{margin:20px !important; }
.m21{margin:21px !important; }
.m22{margin:22px !important; }
.m23{margin:23px !important; }
.m24{margin:24px !important; }
.m25{margin:25px !important; }
.m26{margin:26px !important; }
.m27{margin:27px !important; }
.m28{margin:28px !important; }
.m29{margin:29px !important; }
.m30{margin:30px !important; }
.m31{margin:31px !important; }
.m32{margin:32px !important; }
.m33{margin:33px !important; }
.m34{margin:34px !important; }
.m35{margin:35px !important; }
.m36{margin:36px !important; }
.m37{margin:37px !important; }
.m38{margin:38px !important; }
.m39{margin:39px !important; }
.m40{margin:40px !important; }
.m41{margin:41px !important; }
.m42{margin:42px !important; }
.m43{margin:43px !important; }
.m44{margin:44px !important; }
.m45{margin:45px !important; }
.m46{margin:46px !important; }
.m47{margin:47px !important; }
.m48{margin:48px !important; }
.m49{margin:49px !important; }
.m50{margin:50px !important; }


.mt0{margin-top:0px !important; }
.mt1{margin-top:1px !important; }
.mt2{margin-top:2px !important; }
.mt3{margin-top:3px !important; }
.mt4{margin-top:4px !important; }
.mt5{margin-top:5px !important; }
.mt6{margin-top:6px !important; }
.mt7{margin-top:7px !important; }
.mt8{margin-top:8px !important; }
.mt9{margin-top:9px !important; }
.mt10{margin-top:10px !important; }
.mt11{margin-top:11px !important; }
.mt12{margin-top:12px !important; }
.mt13{margin-top:13px !important; }
.mt14{margin-top:14px !important; }
.mt15{margin-top:15px !important; }
.mt16{margin-top:16px !important; }
.mt17{margin-top:17px !important; }
.mt18{margin-top:18px !important; }
.mt19{margin-top:19px !important; }
.mt20{margin-top:20px !important; }
.mt21{margin-top:21px !important; }
.mt22{margin-top:22px !important; }
.mt23{margin-top:23px !important; }
.mt24{margin-top:24px !important; }
.mt25{margin-top:25px !important; }
.mt26{margin-top:26px !important; }
.mt27{margin-top:27px !important; }
.mt28{margin-top:28px !important; }
.mt29{margin-top:29px !important; }
.mt30{margin-top:30px !important; }
.mt31{margin-top:31px !important; }
.mt32{margin-top:32px !important; }
.mt33{margin-top:33px !important; }
.mt34{margin-top:34px !important; }
.mt35{margin-top:35px !important; }
.mt36{margin-top:36px !important; }
.mt37{margin-top:37px !important; }
.mt38{margin-top:38px !important; }
.mt39{margin-top:39px !important; }
.mt40{margin-top:40px !important; }
.mt41{margin-top:41px !important; }
.mt42{margin-top:42px !important; }
.mt43{margin-top:43px !important; }
.mt44{margin-top:44px !important; }
.mt45{margin-top:45px !important; }
.mt46{margin-top:46px !important; }
.mt47{margin-top:47px !important; }
.mt48{margin-top:48px !important; }
.mt49{margin-top:49px !important; }
.mt50{margin-top:50px !important; }


.mr0{margin-right:0px !important; }
.mr1{margin-right:1px !important; }
.mr2{margin-right:2px !important; }
.mr3{margin-right:3px !important; }
.mr4{margin-right:4px !important; }
.mr5{margin-right:5px !important; }
.mr6{margin-right:6px !important; }
.mr7{margin-right:7px !important; }
.mr8{margin-right:8px !important; }
.mr9{margin-right:9px !important; }
.mr10{margin-right:10px !important; }
.mr11{margin-right:11px !important; }
.mr12{margin-right:12px !important; }
.mr13{margin-right:13px !important; }
.mr14{margin-right:14px !important; }
.mr15{margin-right:15px !important; }
.mr16{margin-right:16px !important; }
.mr17{margin-right:17px !important; }
.mr18{margin-right:18px !important; }
.mr19{margin-right:19px !important; }
.mr20{margin-right:20px !important; }
.mr21{margin-right:21px !important; }
.mr22{margin-right:22px !important; }
.mr23{margin-right:23px !important; }
.mr24{margin-right:24px !important; }
.mr25{margin-right:25px !important; }
.mr26{margin-right:26px !important; }
.mr27{margin-right:27px !important; }
.mr28{margin-right:28px !important; }
.mr29{margin-right:29px !important; }
.mr30{margin-right:30px !important; }
.mr31{margin-right:31px !important; }
.mr32{margin-right:32px !important; }
.mr33{margin-right:33px !important; }
.mr34{margin-right:34px !important; }
.mr35{margin-right:35px !important; }
.mr36{margin-right:36px !important; }
.mr37{margin-right:37px !important; }
.mr38{margin-right:38px !important; }
.mr39{margin-right:39px !important; }
.mr40{margin-right:40px !important; }
.mr41{margin-right:41px !important; }
.mr42{margin-right:42px !important; }
.mr43{margin-right:43px !important; }
.mr44{margin-right:44px !important; }
.mr45{margin-right:45px !important; }
.mr46{margin-right:46px !important; }
.mr47{margin-right:47px !important; }
.mr48{margin-right:48px !important; }
.mr49{margin-right:49px !important; }
.mr50{margin-right:50px !important; }

.mb0{margin-bottom:0px !important; }
.mb1{margin-bottom:1px !important; }
.mb2{margin-bottom:2px !important; }
.mb3{margin-bottom:3px !important; }
.mb4{margin-bottom:4px !important; }
.mb5{margin-bottom:5px !important; }
.mb6{margin-bottom:6px !important; }
.mb7{margin-bottom:7px !important; }
.mb8{margin-bottom:8px !important; }
.mb9{margin-bottom:9px !important; }
.mb10{margin-bottom:10px !important; }
.mb11{margin-bottom:11px !important; }
.mb12{margin-bottom:12px !important; }
.mb13{margin-bottom:13px !important; }
.mb14{margin-bottom:14px !important; }
.mb15{margin-bottom:15px !important; }
.mb16{margin-bottom:16px !important; }
.mb17{margin-bottom:17px !important; }
.mb18{margin-bottom:18px !important; }
.mb19{margin-bottom:19px !important; }
.mb20{margin-bottom:20px !important; }
.mb21{margin-bottom:21px !important; }
.mb22{margin-bottom:22px !important; }
.mb23{margin-bottom:23px !important; }
.mb24{margin-bottom:24px !important; }
.mb25{margin-bottom:25px !important; }
.mb26{margin-bottom:26px !important; }
.mb27{margin-bottom:27px !important; }
.mb28{margin-bottom:28px !important; }
.mb29{margin-bottom:29px !important; }
.mb30{margin-bottom:30px !important; }
.mb31{margin-bottom:31px !important; }
.mb32{margin-bottom:32px !important; }
.mb33{margin-bottom:33px !important; }
.mb34{margin-bottom:34px !important; }
.mb35{margin-bottom:35px !important; }
.mb36{margin-bottom:36px !important; }
.mb37{margin-bottom:37px !important; }
.mb38{margin-bottom:38px !important; }
.mb39{margin-bottom:39px !important; }
.mb40{margin-bottom:40px !important; }
.mb41{margin-bottom:41px !important; }
.mb42{margin-bottom:42px !important; }
.mb43{margin-bottom:43px !important; }
.mb44{margin-bottom:44px !important; }
.mb45{margin-bottom:45px !important; }
.mb46{margin-bottom:46px !important; }
.mb47{margin-bottom:47px !important; }
.mb48{margin-bottom:48px !important; }
.mb49{margin-bottom:49px !important; }
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important; }
.ml1{margin-left:1px !important; }
.ml2{margin-left:2px !important; }
.ml3{margin-left:3px !important; }
.ml4{margin-left:4px !important; }
.ml5{margin-left:5px !important; }
.ml6{margin-left:6px !important; }
.ml7{margin-left:7px !important; }
.ml8{margin-left:8px !important; }
.ml9{margin-left:9px !important; }
.ml10{margin-left:10px !important; }
.ml11{margin-left:11px !important; }
.ml12{margin-left:12px !important; }
.ml13{margin-left:13px !important; }
.ml14{margin-left:14px !important; }
.ml15{margin-left:15px !important; }
.ml16{margin-left:16px !important; }
.ml17{margin-left:17px !important; }
.ml18{margin-left:18px !important; }
.ml19{margin-left:19px !important; }
.ml20{margin-left:20px !important; }
.ml21{margin-left:21px !important; }
.ml22{margin-left:22px !important; }
.ml23{margin-left:23px !important; }
.ml24{margin-left:24px !important; }
.ml25{margin-left:25px !important; }
.ml26{margin-left:26px !important; }
.ml27{margin-left:27px !important; }
.ml28{margin-left:28px !important; }
.ml29{margin-left:29px !important; }
.ml30{margin-left:30px !important; }
.ml31{margin-left:31px !important; }
.ml32{margin-left:32px !important; }
.ml33{margin-left:33px !important; }
.ml34{margin-left:34px !important; }
.ml35{margin-left:35px !important; }
.ml36{margin-left:36px !important; }
.ml37{margin-left:37px !important; }
.ml38{margin-left:38px !important; }
.ml39{margin-left:39px !important; }
.ml40{margin-left:40px !important; }
.ml41{margin-left:41px !important; }
.ml42{margin-left:42px !important; }
.ml43{margin-left:43px !important; }
.ml44{margin-left:44px !important; }
.ml45{margin-left:45px !important; }
.ml46{margin-left:46px !important; }
.ml47{margin-left:47px !important; }
.ml48{margin-left:48px !important; }
.ml49{margin-left:49px !important; }
.ml50{margin-left:50px !important; }

/* 최신글 아이콘 */
.ico_new{
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    height: .16rem;
    line-height: .16rem;
    border-radius: .02rem;
    background-color: #b20000;
    color: #fff;
    font-size: 10px;
    margin-top: -2px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}