@charset "utf-8";

/* 공통정의 */
h1.title{margin:15px 0 70px 0;font-size:32px;line-height:32px;letter-spacing:-3px;}
h1.title span{padding-right:5px;background:url('/img/common/h1_title_bg.png') repeat;border-radius:5px}/* 배경으로 인한 글자가림 방지 */
h2.title{margin:30px 0 16px 0;padding:2px 0 0 27px;font-size:18px;color:#2a56a9;line-height:22px;font-weight:700;background:url('/img/common/h2_dot.png') no-repeat 0 2px}
h3.title{margin:20px 0 16px 5px;padding:0 0 0 22px;font-size:16px;color:#333;line-height:22px;background:url('/img/common/h3_dot.png') no-repeat 0 3px;}
h4.title{margin:20px 0 10px 10px;padding:1px 0 0 21px;font-size:16px;line-height:22px;background:url('/img/common/h4_dot.png') no-repeat 0 5px;}
h5.title{margin:20px 0 10px 10px;padding:1px 0 0 15px;font-size:15px;line-height:22px;background:url('/img/common/li_p_dot5.png') no-repeat 5px 8px}

h1.title+h2.title{margin-top:0}
h2.title+h3.title{margin-top:16px}/* h2.title에 인접해있는 h3 title만 적용 */
h3.title+h4.title{margin-top:16px}/* h3.title에 인접해있는 h4 title만 적용 */
.guide_txt .content h3.title:first-child,.guide_txt .content h4.title:first-child{margin-top:5px}/* guide_txt에 오는 첫 h3.title, h4.title만 적용 */

/* dl 타이틀 */
.dl_title{margin-top:15px}
.dl_title dt{font-weight:bold}
.dl_title dd{margin:5px 0 15px 10px}

/* h2뒤에 오는 li*/
.h_li{margin-bottom:10px}
.h_li li{position:relative;margin:0 0 5px 15px;padding-left:12px;background:url('/img/common/li_p_dot1.png') no-repeat 0 8px}
.h_li li ul,.h_li li ol{margin:3px 0 10px 0;}
.h_li li li{margin:0 0 0 0;padding-left:9px;background:url('/img/common/li_p_dot2.png') no-repeat 0 8px}
.h_li li li li{background:url('/img/common/li_p_dot3.png') no-repeat 0 10px}
.h_li li li li li{background:url('/img/common/li_p_dot4.png') no-repeat 0 10px}


/* 기본 li아이콘 #1 */
.li_dot1{margin-bottom:10px}
.li_dot1 li{position:relative;margin-bottom:5px;padding-left:12px;background:url('/img/common/li_p_dot1.png') no-repeat 0 8px}
.li_dot1 li ul,.li_dot1 li ol{margin:3px 0 10px 0;}
.li_dot1 li li{margin:0 0 0 0;padding-left:9px;background:url('/img/common/li_p_dot2.png') no-repeat 0 8px}
.li_dot1 li li li{background:url('/img/common/li_p_dot3.png') no-repeat 0 10px}
.li_dot1 li li li li{background:url('/img/common/li_p_dot4.png') no-repeat 0 10px}

/* 기본 li아이콘 #2 */
.li_dot2{margin-bottom:10px}
.li_dot2 li{position:relative;margin-bottom:5px;padding-left:9px;background:url('/img/common/li_p_dot2.png') no-repeat 0 8px}
.li_dot2 li ul,.li_dot2 li ol{margin:3px 0 10px 0;}
.li_dot2 li li{background:url('/img/common/li_p_dot3.png') no-repeat 0 10px}

/* 기본 li아이콘 #3 */
.li_dot3{margin-bottom:10px}
.li_dot3 li{position:relative;margin-bottom:5px;padding-left:9px;background:url('/img/common/li_p_dot3.png') no-repeat 0 10px}
.li_dot3 li ul,.li_dot3 li ol{margin:3px 0 10px 0;}
.li_dot3 li li{background:url('/img/common/li_p_dot4.png') no-repeat 0 10px}

/* 기본 li아이콘 #4 */
.li_dot4{margin-bottom:10px}
.li_dot4 li{position:relative;margin-bottom:4px;padding:1px 0 0 21px;background:url('/img/common/h4_dot.png') no-repeat 0 5px}
.li_dot4 li ul,.li_dot4 li ol{margin:3px 0 10px 0;}
.li_dot4 li li{margin-bottom:0;padding-left:12px;background:url('/img/common/li_p_dot1.png') no-repeat 0 10px}

/* dot 없는 li */
.li_none li{position:relative;margin:0 0 5px 0 !important;padding:0 !important;background:none !important;}
.li_none li ul,.li_none li ol{margin:3px 0 10px 9px !important;}
.li_bold li{font-weight:bold;}

/* 숫자가 있는 li */
.li_num li{position:relative;margin-left:20px !important;margin-bottom:5px !important;padding-left:0 !important;list-style-type:decimal;background:none !important}

/* 숫자가 있는 li2 */
.li_num2 li{position:relative;margin-bottom:5px;padding-left:25px}
.li_num2 li .num{position:absolute;top:3px;left:0;width:17px;height:17px;font-size:11px;color:#fff;text-align:center;line-height:16px;background:url('/img/common/num_bg.png') no-repeat}


/* 기본아이콘 col나누기 */
.dli2:after,.dli3:after,.dli4:after{display:block;clear:both;content:''}
ul.dli2 li,ol.dli2 li{float:left;width:46%;}/* 2칸 */
ul.dli3 li,ol.dli3 li{float:left;width:29%;}/* 3칸 */
ul.dli4 li,ol.dli4 li{float:left;width:21%;}/* 4칸 */


/* h뒤에 오는 p */
.h2_p{margin:0 0 10px 0;}/* h2뒤에 오는 p */
.h3_p{margin:0 0 10px 5px;}/* h3뒤에 오는 p */
.h4_p{margin:0 0 10px 10px;}/* h3뒤에 오는 p */
.h5_p{margin:0 0 10px 20px;}/* h5뒤에 오는 p */

/* h뒤에 오는 p dot */
.h_dot{margin:0 0 0 15px;padding-left:12px;background:url('/img/common/li_p_dot1.png') no-repeat 0 9px}

/* 기본 dot 아이콘 */
.dot0{padding-left:21px;background:url('/img/common/h4_dot.png') no-repeat 0 2px}
.dot1{padding-left:9px;background:url('/img/common/li_p_dot1.png') no-repeat 0 9px}
.dot2{padding-left:9px;background:url('/img/common/li_p_dot2.png') no-repeat 0 10px}
.dot3{padding-left:9px;background:url('/img/common/li_p_dot3.png') no-repeat 0 10px}
.dot4{padding-left:9px;background:url('/img/common/li_p_dot4.png') no-repeat 0 11px}
.dot5{padding-left:9px;background:url('/img/common/li_p_dot5.png') no-repeat 0 8px}

/* 새창아이콘 */
.blank{padding:0 35px 2px 0;background:url('/img/common/ic_blank.gif') no-repeat center right}

/* 상단안내글 #1 */
.guide_txt{position:relative;margin-bottom:20px;border-top:2px solid #5c81c6;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;background:url('/img/common/guide_bg.jpg') no-repeat right top;}
.guide_txt .content{display:inline-block;padding:30px 30px 30px 170px;min-height:60px;word-break: keep-all;}
.guide_txt .content.ic01{background:url('/img/common/icon_img01.png') no-repeat 50px 25px;}
.guide_txt .content.ic_quize{background:url('/img/geumjeong/sub/ic_quiz.png') no-repeat 50px center;}
.guide_txt .content h2,.guide_txt .content h3{margin-bottom:5px;font-size:16px}

/* 상단안내글 #2 */
.guide_txt2{position:relative;margin-bottom:20px;background:#f1f5fc;border:1px solid #dadee6;}
.guide_txt2 .content{display:inline-block;padding:20px 30px 20px 110px;word-break: keep-all;}
.guide_txt2 .content.ic_notice{background:url('/img/common/icon_notice.png') no-repeat 30px 20px;}
.guide_txt2 .content h2,.guide_txt2 .content h3{margin-bottom:5px;font-size:16px}

.guide_txt3{position:relative;clear:both;margin-bottom:20px;padding:20px;background:#f1f5fc;border:1px solid #dadee6;}
.guide_txt3 .ic_notice{position:relative;padding-left:22px;font-size:13px;min-height:22px;background:url('/img/common/ic_atten.png') no-repeat 0 4px;}
.guide_txt3 .ri_con{position:absolute;top:15px;right:16px;z-index:10}

.guide_txt4{position:relative;clear:both;margin-bottom:20px;padding:10px;  border-bottom:1px solid #dddddd;}
.guide_txt4 h3.title{margin: 0;}
.guide_txt4 .content{ display:block; padding:5px 0 0 0; margin-bottom:45px;}
.guide_txt4 .ri_con{position:absolute;bottom:15px; right:16px;}
.guide_txt4.ic_01{ padding-left:130px; min-height:100px; background:url('/img/common/ic_01.png') no-repeat 15px 15px;}
.guide_txt4.ic_02{ padding-left:130px; min-height:100px; background:url('/img/common/ic_02.png') no-repeat 15px 15px;}
.guide_txt4.ic_03{ padding-left:130px; min-height:100px; background:url('/img/common/ic_03.png') no-repeat 15px 15px;}
.guide_txt4.ic_04{ padding-left:130px; min-height:100px; background:url('/img/common/ic_04.png') no-repeat 15px 15px;}
.guide_txt4.ic_05{ padding-left:130px; min-height:100px; background:url('/img/common/ic_05.png') no-repeat 15px 15px;}
.guide_txt4.ic_06{ padding-left:130px; min-height:100px; background:url('/img/common/ic_06.png') no-repeat 15px 15px;}
.guide_txt4.ic_07{ padding-left:130px; min-height:100px; background:url('/img/common/ic_07.png') no-repeat 15px 15px;}
.guide_txt4.ic_08{ padding-left:130px; min-height:100px; background:url('/img/common/ic_08.png') no-repeat 15px 15px;}

/* 사각박스 */
.con_box{position:relative;padding:20px 25px;background:#f6f6f6;border:1px solid #d8d8d8;word-break: keep-all;}
.con_box h2:first-child,.con_box h3:first-child,.con_box h4:first-child{margin-top:0}

.ic_point{padding-left:25px;background:url('/img/common/ic_point.png') no-repeat left 3px}

/* 텍스트 탭메뉴 유형01 - 최대 7칸 */
.tab_txt01{margin-bottom:15px;padding:18px 15px 13px 13px;background:#f1f5fc;border:1px solid #dadee6}
.tab_txt01:after{display:block;clear:both;content:''}
.tab_txt01 ul{display:inline-block;width:100%;}
.tab_txt01 li{float:left;margin:0 0 5px 0;font-size:14px;line-height:15px;}
.tab_txt01 li a{display:block;margin:0 0 0 5px;padding:12px 5px 0 34px;height:28px;text-decoration:none;letter-spacing:-1px;background:#fff url('/img/common/tab_bg.png') no-repeat 12px center;border:1px solid #ccc}
.tab_txt01 li a:hover,.tab_txt01 li a.on,.tab_txt01 li a:focus{color:#098de0;}
.tab_txt01 li a.on,.tab_txt01 li a:hover{color:#fff;background:#0f5acd url('/img/common/tab_bg_on.png') no-repeat 12px center;border:1px solid #0f5acd}

ul.li2 li,ol.li2 li{width:50%;}/* 2칸 */
ul.li3 li,ol.li3 li{width:33%;}/* 3칸 */
ul.li4 li,ol.li4 li{width:25%;}/* 4칸 */
ul.li5 li,ol.li5 li{width:20%;}/* 5칸 */
ul.li6 li,ol.li6 li{width:16.6%;}/* 6칸 */
ul.li7 li,ol.li7 li{width:14.2%;}/* 7칸 */

/* 텍스트 탭메뉴 유형02 - 최대5칸 */
.tab_txt02{margin-bottom:15px;padding:18px 15px 13px 25px;background:#f1f5fc;border:1px solid #dadee6}
.tab_txt02:after{display:block;clear:both;content:''}
.tab_txt02 ul{display:inline-block;width:100%;}
.tab_txt02 li{float:left;margin:0 0 8px 0;font-size:14px;line-height:15px;}
.tab_txt02 li a{display:block;padding:2px 10px 2px 23px;text-decoration:none;background:url('/img/common/tab_bg2.png') no-repeat 0 center;}
.tab_txt02 li a:hover,.tab_txt02 li a.on,.tab_txt02 li a:focus{color:#0e51b8;font-weight:bold;background:url('/img/common/tab_bg2_on.png') no-repeat 0 center;}

/* 텍스트 탭메뉴 유형03 */
.tab_txt03{margin:15px 0;width:100%;border-bottom:1px solid #ccc}
.tab_txt03:after{display:block;clear:both;content:''}
.tab_txt03 li{float:left;text-align:center;font-size:15px}
.tab_txt03 li a{display:block;margin-right:-1px;padding:13px 30px 13px 30px;color:#555;line-height:15px;text-decoration:none;background:#f6f6f6;border-top:2px solid #aeaeae;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
.tab_txt03 li a.on{position:relative;margin-bottom:-1px;color:#0f5acd;font-weight:bold;background:#fff;border-top:2px solid #0f5acd;border-bottom:1px solid #fff;border-left:1px solid #ccc;border-right:1px solid #ccc;z-index:10}


/* 이미지 탭 */
.tab_img{height:100%;overflow:hidden}
.tab_img li{float:left;margin:10px 0;width:50%;line-height:18px;text-align:center}
.tab_img li p{text-align:center}
.tab_img.li_3 li{width:33% !important}
.tab_img.li_1 li{width:100% !important}

/* 테이블공통 */
.tbl_txt{margin-top:-20px;font-size:13px;text-align:right;}
.tbl_txt2{margin-top:-15px;font-size:13px;text-align:right;}/* li안에 사용시 */
.th_left tbody th{text-align:left}
.td_left tbody td{text-align:left}
.td_left2 tbody th+td,.td_left2 tbody tr td:first-child{text-align:left}/* th 다음에 오는 td만 왼쪽정렬 */
.td_left2 tbody td[rowspan]+td{text-align:left}
.td_left3 tbody tr td:first-child + td{text-align:left}
.td_right tbody td,.td_right tfoot td{text-align:right}
.t_typel th,.t_typel td{border:0}
.t_typel {width:100%;font-size:14px;border-spacing:0;border-top:2px solid #5c81c6;border-left:0;border-right:0;border-bottom:1px solid #ccc;border-collapse: collapse}
.t_typel tr { text-align: center; }
.t_typel thead th{padding:10px 0;color:#333;line-height:18px;background:#f6f6f6;border-bottom:1px solid #afafaf;border-left:1px solid #afafaf;}
.t_typel thead th:first-child{border-left:0}
/*.t_typel thead tr:nth-of-type(2) th:first-child{border-left:1px solid #ccc !important;}*/
.t_typel thead tr th.fnone{border-left:0 !important;}
.t_typel thead th[colspan]{border-bottom:1px solid #afafaf;}/* th가 두줄이상으로 합쳐질때 border-bottom 값 */
.t_typel thead th[rowspan]{border-right:1px solid #afafaf;}/* th가 두줄이상으로 합쳐질때 border-right 값 */
.t_typel thead th[rowspan]:last-child{border-right:0}
.t_typel thead th.none{border-bottom:1px solid #4ba0d8;}/* th가 한줄일때 class추가 */
.t_typel tbody th{padding:10px 5px;color:#264683;font-weight:bold;background:#f1f5fc;border-bottom:1px solid #ccc}
.t_typel tbody th[rowspan]{border-right:1px solid #ccc}
.t_typel tbody tr:first-child th,.t_typel tbody tr:first-child td{border-top:1px solid #a5a5a5}
.t_typel tbody td{padding:10px 5px;background:#fff;border-left:1px solid #ccc;border-bottom:1px solid #ccc}
.t_typel tbody td:first-child{border-left:0}
.t_typel tbody td[rowspan]{border-right:1px solid #ccc}
.t_typel tbody td[rowspan]:last-child{border-right:0}
.t_typel tbody td+th{border-left:1px solid #ccc}
.t_typel tfoot th{padding:10px 5px;color:#264683;background:#f1f5fc;border-right:1px solid #ccc;}
.t_typel tfoot td{padding:10px 5px;border-left:1px solid #ccc;}
.t_typel tfoot td[colspan]{border-left:0}
.t_typel tbody th.line,.t_typel tbody td.line,.t_typel tbody tr.line td,.t_typel tbody tr.line th{border-bottom:1px dashed #ccc}
.t_typel thead tr th.h_line,.t_typel tbody th.h_line{border-left:1px solid #ccc}
.t_typel tr.h_line th{border-left:1px solid #ccc}
.t_typel tr.h_line th:first-child{border-left:0}
.t_typel tr.bg th,.t_typel tr.bg td,.t_typel th.bg,.t_typel td.bg{background:#f6f6f6 !important}
.thead_bg thead th{background:#f1f5fc}

/* 기본버튼(게시판용) */
.btn01{display:inline-block;font-size:13px;vertical-align:middle;background:#2769cc;border:1px solid #1c4c93}
.btn001{display:inline-block;font-size:13px;vertical-align:middle;background:#747474;border:1px solid #575757}
.btn01 a,
.btn01 button,
.btn01 input,
.btn001 a,
.btn001 button,
.btn001 input{position:relative; margin:0; display:-moz-inline-stack; display:inline-block; padding:0 18px;height:30px;font-size:13px;color:#fff;line-height:28px;text-decoration:none;white-space:nowrap;background:none;vertical-align:top;cursor:pointer;border:0;}
.btn01.gray{background-color:#747474;border:1px solid #575757}
.btn01.dot,
.btn001.dot{background-image:url('/img/common/btn_dot.png') ;background-repeat:no-repeat;background-position: right center}
.btn01.dot a,
.btn01.dot button,
.btn01.dot input,
.btn001.dot a,
.btn001.dot button,
.btn001.dot input{padding-right:25px;text-decoration:none;}

.btn01.big{background-color: #2769cc;border: 1px solid #1c4c93}
.btn01.big.gray{background-color: #747474;border:1px solid #575757;}
.btn01.big a{height: 40px;line-height: 40px;font-size: 15px;padding-left: 25px;padding-right: 33px;}

.btn01.big{background-color: #2769cc;border: 1px solid #1c4c93}
.btn01.big.gray{background-color: #747474;border:1px solid #575757;}
.btn01.big a{height: 40px;line-height: 40px;font-size: 15px;padding-left: 25px;padding-right: 33px;}

/* 파일아이콘 버튼 */
.btn02{display:inline-block;margin:1px 0;font-size:13px;vertical-align:middle;line-height:30px;background:#fff;border-top:1px solid #d8d8d8;border-right:1px solid #ababab;border-bottom:1px solid #ababab;border-left:1px solid #d8d8d8}
.btn02 a{display:block;padding:0 16px 0 35px;height:32px;text-decoration:none}
.btn02.ic_jpg{background:#fff url('/img/common/ic_jpg.png') no-repeat 13px center}
.btn02.ic_ai{background:#fff url('/img/common/ic_ai.png') no-repeat 13px center}
.btn02.ic_pdf{background:#fff url('/img/common/ic_pdf.png') no-repeat 13px center}
.btn02.ic_ex{background:#fff url('/img/common/ic_ex.png') no-repeat 13px center}
.btn02.ic_hwp{background:#fff url('/img/common/ic_hwp.png') no-repeat 13px center}
.btn02.ic_down{background:#fff url('/img/common/ic_down.png') no-repeat 13px center}

/* 작은 버튼 */
.btn03{display:inline-block;margin:1px 5px;font-size:12px;vertical-align:middle;line-height:22px;background:#fff;border:1px solid #2769cc}
.btn03 a{display:block;padding:0 13px;height:24px;color:#2769cc !important;text-decoration:none}
.btn03.ic_down a{padding-left:27px;background:#fff url('/img/common/ic_down2.png') no-repeat 11px center}
.btn03.ic_down2{border:1px solid #3b8b00}
.btn03.ic_down2 a{color:#3b8b00 !important;padding-left:27px;background:#fff url('/img/common/ic_down3.png') no-repeat 11px center}
.btn03.ic_down3{border:1px solid #db771e}
.btn03.ic_down3 a{color:#e7730c !important;padding-left:27px;background:url('/img/common/ic_down4.png') no-repeat 11px center}
.btn03.ic_view a{padding-left:27px;background:#fff url('/img/common/ic_view.png') no-repeat 11px center}
.btn03.ic_dot a{padding-right:23px;background:#fff url('/img/common/btn_dot2.png') no-repeat right center}
.btn03.ic_plus a{padding-left:23px;background:#fff url('/img/common/ic_plus.png') no-repeat 10px center}
.btn03.ic_min a{padding-left:23px;background:#fff url('/img/common/ic_minus.png') no-repeat 10px center}

/* 이미지 버튼 */
.btn04{display:inline-block;font-size:13px;vertical-align:middle;background:#1170d7 url('/img/common/btn_bg.jpg') repeat-x;background-size:cover}
.btn04 a,
.btn04 button,
.btn04 input{position:relative; margin:0; display:-moz-inline-stack; display:inline-block; padding:0 18px;height:30px;font-size:13px;color:#fff;line-height:28px;text-decoration:none;white-space:nowrap;background:none;border:0;}
.btn04 a,
.btn04 button,
.btn04 input{vertical-align:top; cursor:pointer;}

/* 작은 버튼2 */
.btn05{display:inline-block;margin:1px 5px;font-size:12px;vertical-align:middle;line-height:17px;background:#fff;border:1px solid #2769cc}
.btn05 a{display:block;margin-right:-5px;padding:0 10px 0 5px;height:18px;color:#2769cc !important;text-decoration:none}
.btn05.ic_dot a{padding-right:20px;background:url('/img/common/btn_dot2.png') no-repeat right 6px}
.btn06{display:inline-block;margin:1px 5px;font-size:12px;vertical-align:middle;line-height:17px;background:#fff;border:1px solid #adadad}
.btn06 a{display:block;margin-right:-5px;padding:2px 12px 2px 9px;height:18px;color:#777 !important;text-decoration:none}
.btn06.ic_dot a{padding-right:22px;background:url('/img/common/btn_dot3.png') no-repeat right 7px}

.img_left{float:left;margin:0 20px 20px 0}
.img_right{float:right;margin:0 0 20px 20px}

/* 동주민센터 시설안내 (왼쪽:이미지, 오른쪽:텍스트) */
.imgTxtList{width:100%;position:relative;overflow: hidden;}
.imgTxtList > li{clear:both;margin-bottom:40px;overflow: hidden;}
.imgTxtList > li img{display:inline-block;float:left;margin-right:20px;}
.imgTxtList > li .textBox{display:inline-block;width:380px;margin-top:8px;float:left;}
.imgTxtList > li .textBox h3{margin-top:0;}

/* 동주민센터 부서소개*/
.part_guide{padding:20px 30px;background:#f1f5fc;border:1px solid #dadee6}
.part_guide ul{height:100%;overflow:hidden}
.part_guide ul li{position:relative;float:left;margin-bottom:5px;padding-left:120px;width:255px}
.part_guide ul li .name{position:absolute;top:0;left:0;padding-left:20px;color:#0e51b8;font-weight:bold;background:url('/img/common/h4_dot.png') no-repeat 0 5px;}
.map_box{border:1px solid #c0c0c0}


/* 동주민센터 행정서비스헌장 */
.charter{width:100%;border:1px solid #ccc;}
.charter > dt{height:60px;color:#fff;font-size:16px;line-height:62px;font-weight:bold;background:url('/img/geumjeong/sub/charter_top_bg.gif') no-repeat;padding-left:60px;}
.charter > dt > span{display:inline-block;width:25px;height:20px;background:url('/img/geumjeong/sub/ic_dong_link01.png') no-repeat;}
.charter > dd{padding:25px;background:url('/img/geumjeong/sub/charter_bottom_bg.gif') no-repeat right bottom;}
.charter > dd > p{font-weight:bold;margin-bottom:30px;}



/* 모바일 이미지 확대보기(새창) */
.mblink{position:relative}
.mblink a{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-indent:-999px}

@media all and (max-width:600px){
	/* 모바일 테이블 가로스크롤 */
	.mb_scroll{position:relative;}
	.mb_scroll .tbBox{position:relative;padding-top:20px;width:100%;overflow:auto}
	.mb_scroll table{width:800px}
	.mb_scroll::before{position:absolute;top:-5px;right:0;content:'좌우Scroll ▶';font-size:13px}
}
@media all and (max-width:480px){
	.mblink a{display:block}
}

/* 이미지 왼쪽정렬 콘텐츠 */
.ph_left_lay{width:100%}
.ph_left_lay:after{display:block;clear:both;content:''}
.ph_left_lay .content{float:right;}
.ph_left_lay .content h2:first-child{margin-top:0}
.ph_left_lay .content h3:first-child{margin-top:0}

/* 페이지만족도 */
#change{position:relative;clear:both;margin-top:70px;font-size:12px}
#change .page_infor{position:relative;margin-bottom:10px;padding:15px 20px 15px 20px;overflow:hidden;border:1px solid #ccc}
#change .page_infor dl{height:100%;line-height:13px;overflow:hidden;}
#change .page_infor dl:first-child{border-top:0}
#change .page_infor dt{float:left;color:#666;}
#change .page_infor dd{float:left;margin:0 20px 0 5px;color:#5e759d}
#change .page_infor .infor_con dt{padding-left:20px;background:url('/img/common/ic_page_infor.png') no-repeat left 0}
#change .page_infor .infor_con dt.ic2{background-position:left -30px} 
#change .page_infor .infor_con dt.ic3{background-position:left -60px} 
#change .page_infor .mod_data{position:absolute;right:0;top:15px}
#change .ch_check{padding:20px 20px 20px 140px;height:100%;overflow:hidden;background:url('/img/common/ic_page.gif') no-repeat 30px center;border:1px solid #ccc}
#change .ch_check dt{font-size:15px;color:#2a56a9;font-weight:bold}
#change .ch_check dd{margin-top:5px;color:#7f7f7f}
#change .ch_check dd label{margin-right:10px}
#change .ch_check dd .input_stat{padding:8px 0 0 5px;width:100%;height:24px;font-size:13px;color:#7d7d7d;border:1px solid #d4d4d4;border-width:1px 0 1px 1px}
#change .ch_check dd span{display:block;padding:5px 0;}
#change .ch_check dd .w_btn{position:absolute;top:1px;right:0;width:64px;height:34px;font-size:13px;color:#fff;background:#696969;border:0;cursor:pointer;}
#change .ch_check dd+dd{position:relative;padding-right:64px}

/* 사이트맵(본청) */
.psitemap_con h2{margin:30px 0 0 0;padding:2px 0 0 27px;font-size:18px;color:#2a56a9;line-height:22px;font-weight:700;background:url('/img/common/h2_dot.png') no-repeat 0 2px}
.psitemap_con h3{margin:20px 0 10px 5px;padding:20px 0 0 22px;font-size:16px;color:#333;line-height:22px;background:url('/img/common/h3_dot.png') no-repeat 0 23px;border-top:1px dashed #bbb}
.psitemap_con h2+h3{margin-top:0;border-top:0}
.psitemap_con h2 a{color:#2a56a9}
.psitemap_con h3 a{color:#333}
.psitemap_con ul{padding:15px 25px;background:#f6f6f6;border:1px solid #e3e3e3}
.psitemap_con ul:after{display:block;clear:both;content:''}
.psitemap_con ul li{float:left;margin:2px 20px 2px 0;padding-left:10px;background:url('/img/common/li_p_dot1.png') no-repeat 0 8px}

/* 사이트맵(본청외 사이트) */
.sitemap_con{text-align:left}
.sitemap_con:after{display:block;clear:both;content:''}
.sitemap_con > li{display:inline-block;width:215px;margin:0 12px 50px 12px;vertical-align:top;text-align:left}
.sitemap_con > li h2{font-size:18px;color:#0e51b8;text-align:center;border-top:3px solid #0f5acd;border-bottom:1px solid #bbb}
.sitemap_con > li h2 a{display:block;padding:15px 0;color:#0e51b8;}
.sitemap_con > li ul li{padding:15px;font-size:15px;font-weight:bold;border-bottom:1px dotted #bbb}
.sitemap_con > li ul li > a{display:inline-block;}
.sitemap_con > li ul li ul{margin:5px 0 10px 8px}
.sitemap_con > li ul li ul li{padding:4px 5px 4px 10px;font-size:14px;font-weight:normal;border-bottom:0;line-height:18px;background:url('/img/common/li_p_dot1.png') no-repeat 0 10px}
.sitemap_con > li ul li ul li ul{margin:5px 0 5px -8px;}
.sitemap_con > li ul li ul li ul li{padding:3px 0 3px 9px;font-size:13px;background:url('/img/common/li_p_dot4.png') no-repeat 0 12px}

/* 팝업 */
.pop_wrap{position:relative;background:#fff;border:2px solid #2c6dd1;}
.pop_wrap h2{padding:15px 20px;font-size:16px;color:#fff;background:#2c6dd1}
.pop_wrap .pguid_txt{padding:20px;color:#0e51b8;font-weight:bold;background:#f1f5fc;border-bottom:1px solid #cfd5e0}
.pop_wrap .pop_box{padding:25px}
.pop_wrap .pop_box h3:first-child{margin-top:0}
.pop_wrap .btn_close{position:absolute;top:10px;right:10px}
.pop_wrap .btn_close a{display:block;padding:10px}
.pop_wrap .no_event{display:inline-block;margin:30px 0;padding:20px 0 20px 75px;font-size:18px;background:url('/img/common/ic_schedule.gif') no-repeat}

.root_daum_roughmap_landing{width:100% !important}/* 다음지도 api 가로값 100%로 */        

/* 공공누리 */
.nuri_box{padding-left:280px;}
.nuri_wrap a:focus{outline-style:dashed;outline-width:3px }/*접근성 태두리 안보여서 수정 */

@media all and (max-width: 640px){
	.nuri_box{padding:65px 0 0 0}
}                        