@charset "UTF-8";



.opinion_wrap {width:auto;}
.radio_list {width:80%;}
.radio_list >li:not(:last-child) {width:20%; margin-right:0;}
.radio_list >li label {width:auto;}

@media screen and (max-width: 960px){
	.radio_list {width:100%;}	
}
@media screen and (max-width: 480px){
	.radio_list >li:not(:last-child) {width:auto;}
	}


.correct-wrap {border-top:2px solid #333; word-break:break-all;}
.correct-wrap ol{overflow:hidden}
.correct-wrap ol li{padding:14px 0 15px 10px; border-bottom:1px solid #ccc; text-align:left;font-size:1.000em;}
.correct-wrap ol li a{display:block;}
.correct-wrap ol > li:last-child{border-bottom:1px solid #333;}
.correct-wrap ol li div.correct-view{padding:20px 30px;background:#f5f5f5;margin-top:5px;display:none;}
.correct-wrap ol li div.correct-view ol{overflow:hidden}
.correct-wrap ol li div.correct-view ol li{padding:5px 0 5px 0px; border-bottom:0px;}
.correct-wrap ol li div.correct-view iframe{border:0px;}
.marginauto{margin:auto;}
.uhVision p {margin:0}


/*레프트메뉴*/
#lnb{width:20%; float:left; margin-top:30px;}
#lnb .lnb_menu {
	background:#2d60a5;
    position:relative; 
    overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:115px;
	line-height:1.0em;
}

#lnb .lnb_menu h2 {padding: 8px 0 12px 0;
    font-family: 'Noto Sans Korean DemiLight';
    text-align: center;
    font-size: 2em;
    letter-spacing: -.6px;
    color: #fff;
	margin-top:35px;}

#lnb #sideNav {position:relative;width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; /* padding-top:5px; */}
#lnb #sideNav .btnClose {position:absolute; top:-40px; left:-1px; width:30px; height:40px; border:1px solid #ddd; border-bottom:none; background:#f5f5f5; border-radius:2px 2px 0 0; font-size:0; line-height:0;}
#lnb #sideNav .btnClose:before {content:''; position:absolute; top:7px; left:50%; margin-left:-6px; width:12px; height:12px; background:url('../../assets/images/sub/sp_ico_layout.png') no-repeat 0 -185px;}
#lnb #sideNav .sideNavMenu {float:left; background:#fff; /*-webkit-box-sizing:border-box; */box-sizing:border-box; width:100%; border:1px solid #d7d7d7; border-top:none;/* padding:10px 0px; */}
#lnb #sideNav .sideNavMenu > ul {display:block; position: relative; margin:0 auto;}
#lnb #sideNav .sideNavMenu > ul > li {display:block; position:relative; border-bottom:1px solid #e0e0e0;}
#lnb #sideNav .sideNavMenu > ul > li:first-child {margin-top:0;}
#lnb #sideNav .sideNavMenu > ul > li:last-child {border-bottom:none;}
#lnb #sideNav .sideNavMenu > ul > li li {position:relative;}
#lnb #sideNav .sideNavMenu > ul > li > a {display:block; position:relative; padding:15px 30px 15px 15px; border-radius:2px;
color:#333; font-size:1.0em; line-height:1.2; text-align:left; text-decoration:none; /*-webkit-box-sizing:border-box; */box-sizing:border-box;}
#lnb #sideNav .sideNavMenu > ul > li:hover > a, #sideNav .sideNavMenu > ul > li > a:focus {background-color:#323b50; color:#fff; /*border-bottom:1px solid #323b50;*/}
#lnb #sideNav .sideNavMenu > ul > li .btnMenuDropDown {display:block; position:absolute; top:6px; right:0; width:30px; overflow:hidden; text-indent:-9999px;}
#lnb #sideNav .sideNavMenu > ul > li .btnMenuDropDown:before {content:''; position:absolute; top:50%; left:50%; margin:-4px 0 0 0px; width:9px; height:9px; text-align:center; background:url('../../assets/images/sub/bg_arrow_sidenav_depth1.png') no-repeat 0 0;}
#lnb #sideNav .sideNavMenu > ul > li .btnMenuDropDown:hover:before, #sideNav .sideNavMenu > ul > li .btnMenuDropDown:focus:before {margin:-4px 0 0 0px; width:9px; height:9px; background:url('../../assets/images/sub/bg_arrow_sidenav_depth1.png') no-repeat 0 0;}
#lnb #sideNav .sideNavMenu > ul > li > .btnMenuDropDown {top:8px; right:5px;}
#lnb #sideNav .sideNavMenu > ul > li.active > a { /* background:url('../../assets/images/sub/sp_ico_snsArrow.png') no-repeat 95% 50%; */ 
background-color:#323b50;; color:#fff; border-radius:0; border-color:#2f4b8c; padding: 15px 12px 15px 15px;}
#lnb #sideNav .sideNavMenu > ul > li.active > .btnMenuDropDown:before {margin:35px 0 0 0px; width:9px; height:9px;}
#lnb #sideNav .sideNavMenu > ul > li.active > ul {display:block;}
#lnb #sideNav .sideNavMenu > ul > li > ul {display:none; position:relative; 
padding:7px 5px 7px 13px; overflow:hidden; background:#f3f7fc}
#lnb #sideNav .sideNavMenu > ul > li > ul > li {position:relative;  background: url(../images/ico/ico-dotted-grey.png) no-repeat 4px 17px; padding-left:10px;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li.active{position:relative;  background: url(../images/ico/ico-dotted-blue.png) no-repeat 4px 17px; padding-left:10px;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li:first-child {padding-top:0}
#lnb #sideNav .sideNavMenu > ul > li > ul > li:last-child {padding-bottom:0}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > a {display:block; padding:6px 10px 6px 5px; color:#666; font-size:1em;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li.active > a, #sideNav .sideNavMenu > ul > li > ul > li:hover > a, #sideNav .sideNavMenu > ul > li > ul > li > a:focus {color:#333; font-weight:bold;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li.active > .btnMenuDropDown:before {margin:-2.5px 0 0 -4px; width:8px; height:5px; background-position:-40px 0;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li.active > ul {display:block;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul {display:none; padding:6px 14px; margin:0 0 4px 0; overflow:hidden; border-radius:3px; font-size:110%;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > a {padding:5px 16px 5px 0;display:block; color:#666; font-size:95%;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li.active > a, #sideNav .sideNavMenu > ul > li > ul > li > ul > li:hover > a, #sideNav .sideNavMenu > ul > li > ul > li > ul > li > a:focus {color:#333; font-weight:bold;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li { padding:3px 8px 2px 10px; position:relative; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li a:before { content:""; width:3px; height:3px; position:absolute;top:10px; /*top:47% !important;*/ left:5% !important; background:#c7c7c7; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li a { padding-left:4px; color:#aeaeae; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li.active > a, #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li:hover > a, #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li > a:focus {color:#333; font-weight:bold;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > .btnMenuDropDown { width:25px; height:25px; right:0; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul {padding:3px 3px 3px 8px !important; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li:first-child { margin-top:4px; }
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > ul > li:last-child { margin-bottom:4px; }

/* 컨텐츠 */
.content_wrap{width:76%; float:right; min-height:500px; padding-bottom:5%; position:relative; background:url('../images/sub/subBg.png') no-repeat top right;}
.content_wrap .sub_tit{width:100%; padding:20px 0 15px 0; margin-bottom:35px;}
.sub_tit{overflow:hidden; position:relative; width:100%;}
.sub_tit h1{color:#262626; padding-bottom:15px; font-size:2.3em; font-weight:500; margin:0; letter-spacing:-1px; border-bottom:1px solid #464646;}
.scrum{margin:20px 0 30px 0;}
.scrum span.home{top:0px; display:inline-block; width:22px; height:22px; background:url('../images/sub/home.png') no-repeat; margin-right:4px;}
.scrum span.arrow{width:7px; height:10px; background:url('../images/sub/scrum_arrow.png')no-repeat left center; padding:6px 4px 6px 12px; vertical-align:top;}
.tit_link{position:absolute; right:0; top:95px;}
.tit_link ul li {float:left; padding-left:5px;}
.tit_link ul a {display:block; border-radius:17px; width:34px; height:34px; line-height:27px; text-align:center;}
.tit_link ul span {color:#fff;}

@media (max-width:1199px){
.content_wrap img{max-width:100%;margin-top:0; margin-bottom:10px;}
}

@media (min-width:1200px){
	.content_wrap img {
		max-width: 100%; margin:0;
	}
}
@media (max-width:1024px){
#lnb{display:none;}
.content_wrap{width:100%; display:block; padding:0px 15px;}
.content_wrap .sub_tit{padding:0px 0px 20px 0px;}
.tit_link{position:relative; float:right; top:0; margin-top:10px;}
}

@media all and (min-width:1024px) { /* pc ver */
    #lnb #sideNav {float:left; border-top:none; border-bottom:none; height:100%; padding-bottom:0;}
    #lnb #sideNav .btnClose {display:none;} 
}
@media all and (min-width:1200px) { /* pc ver2 */
/*#lnb {position:absolute; top:240px;width: 240px;}
.content_wrap {    width: 915px;}
*/
}
@media all and (min-width:768px) and (max-width:1023px) { /* tablet ver */
    #lnb #sideNav {display:none; position:fixed; z-index:99; top:141px; bottom:0; left:13px;/* -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);*/ box-shadow:0 2px 4px rgba(0,0,0,0.1);}
    #lnb #sideNav .btnClose {position:absolute; top:-40px; left:-1px; width:30px; height:40px; border:1px solid #ddd; border-bottom:none; background:#f5f5f5; border-radius:2px 2px 0 0; font-size:0; line-height:0;}
    #lnb #sideNav .btnClose:before {content:''; position:absolute; top:7px; left:50%; margin-left:-6px; width:12px; height:12px; background:url('../../assets/img/common/sp_ico_layout.png') no-repeat 0 -185px;}
    #lnb #sideNav.opened {display:block;}
    #lnb #sideNav.opened .sideNavMenu {height:100%; overflow:auto; overflow-x:hidden;}
    #lnb #sideNav.opened + .sideNavBackDv {display:block; position:fixed; top:0; left:0; bottom:0; right:0; background:rgba(255,255,255,0.5); z-index:98;}
	}

@media all and (max-width:915px) {
.subContent img{width:100%}
.content_wrap{background:none;}
}
@media all and (max-width:767px) { /* mobile ver */
    #lnb #sideNav {display:none;}
	.sub_tit h1{font-size:1.8em;}
}

@media (max-width:640px){
}

@media (max-width:400px){
	.content .sub_tit{padding:8px 20px 8px 20px;}
}


/* 공통 */
.frameborder-0 { border:0; }
.font-blue2 {
    color: #389de5; font-size:110%;
}
.cnt-atomic {position:relative; z-index:6;}
.cnt-atomic dt {position:relative; z-index:5; margin:0 auto; padding:5px 0; width:255px; border-radius:2px; background:#0f83d5; text-align:center; color:#fff;}
.cnt-atomic dd {position:relative; z-index:4; margin-top:-17px; padding:32px 5px 28px 5px; border-top:2px solid #000; border-bottom:1px solid #000;}
.title_h4{font-size:16px; margin-top:10px; margin-bottom:10px;}




/*공공누리*/
.content-footer {width:100%; margin-top:50px; border-top:1px solid #333333; border-bottom:1px solid #333333; padding:25px 0 25px 46px;}
.content-footer .img-open {float:left;}
.content-footer .content-footer-comment {margin-left:83px; line-height:22px; float:left;}
.content-footer .path {background:#f6f6f6; padding:3px 8px; text-align:center; border-radius:3px; display:inline-block;}
.content-footer:after {clear:both; display:block; content:"" ;}

@media all and (max-width:1199px) {
.content-footer {width:100%; margin-top:50px; border-top:1px solid #333333; border-bottom:1px solid #333333; padding:25px 0;}
	.content-footer .img-open {clear:left !important; text-align:center; width:100%; padding-bottom:20px;}
	.content-footer .content-footer-comment {width:95%; margin-left:0px; line-height:22px;clear:both;}
	}


/* Position Style ������ 2015-10-16 */
.clear {overflow:hidden;}
.fL {float:left;}
.fR {float:right;}
.aL {text-align:left !important;}
.aR {text-align:right;}
.aC {text-align:center !important;/*  *zoom:1; */}
.aT {vertical-align:top;}
.aM {vertical-align:middle;}
.aB {vertical-align:bottom;}
.block {display:block;}
.i-block {display:inline-block;}
.pRelative {position:relative;}

/* font-color Style ������ */
.fc-orange {color:#ed5537 !important;}
.fc-333 {color:#333 !important;}
.fc-999 {color:#999 !important;}
.fc-blue1 {color:#1979da !important;}

.division1 {border-top:1px solid #ddd;}
.division2 {border-top:1px solid #ddd; margin-top:50px; margin-bottom:50px;}

ul.bul-ty1 { width:100%; } /* gray 3*3 */
ul.bul-ty1 li { background:url("../images/bul/bul_ty1.gif") 0 10px no-repeat; padding:0 0 0 9px; margin-top:4px; color:#999; font-size:15px;color:#666;}
ul.bul-ty1 li:first-child { margin-top:0; }
ul.bul-ty1.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

ul.bul-ty2 { width:100%; } /* gray 3*3 */
ul.bul-ty2 li { background:url("../images/bul/bul_ty2.gif") 0 8px no-repeat; padding:0 0 0 17px; color:#999; font-size:15px;}
ul.bul-ty2 li:first-child { margin-top:0; }
ul.bul-ty2.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

ul.bul-ty3 {width:100%; margin-bottom:30px; margin-left:10px;}
ul.bul-ty3 > li {background:url("../images/bul/bul_ty3.gif") 0 10px no-repeat; padding:0 0 0 9px; margin-top:4px; color:#666; font-size:0.875em;}
ul.bul-ty3 > li ul li {padding-left:7px; background:url("../images/bul/bul_ty4.gif") 0 10px no-repeat;}
ul.bul-ty3 > li:first-child {margin-top:0;}
ul.bul-ty3.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

@media (max-width: 600px) and (min-width: 200px) {
	.vision .btn-file-download {
		position: absolute;
		left: 30px;
		bottom: 20px;max-width:50%
	}
	#content .vision .btn-file-download img {
		max-width: 80%;
	}
	.ml0 {margin-left:0 !important}
	.mb2 {margin-bottom:2px}
	.ulsan-song {background:none; height:334px;padding-top:0 !important}
}

@media (max-width: 400px) and (min-width: 200px) {
	#content .vision .btn-file-download img {
		max-width: 50%;
	}
}
 
/* tab menu */
.tab-titlemenu {overflow:hidden;}
.tab-titlemenu li {position:relative; display:inline-block; min-width:210px; border:1px solid #d6d6d6;}
.tab-titlemenu li a {display:block; padding-right:20px; padding-left:10px; height:40px; font-size:1.143em; line-height:37px; color:#222;}
.tab-titlemenu li a:hover{display:block; padding-right:20px; padding-left:10px; height:40px; font-size:1.143em; line-height:37px; color:#fff; background:#146ed8;}
.tab-titlemenu li span.mif-enter {position:absolute; top:50%; right:16px; margin-top:-6px; color:#999;}
.tab-titlemenu li.on {background:#146ed8;}
.tab-titlemenu li.on a {margin-left:15px; padding-right:10px; padding-left:13px; background:#146ed8; color:#fff;}
.tab-titlemenu li.on span.mif-checkmark {position:absolute; top:50%; left:7px; margin-top:-5px; font-size:12px; color:#fff;}

@media (max-width:992px){
.tab-titlemenu li{width:100%; min-width:auto;}
}


/* 컨텐츠 타이틀*/
.c-tit01 {position:relative;font-size:23px;color:#2b405b;padding-top:13px;margin-bottom:30px;line-height:1;}
.c-tit01:after {content:'';position: absolute;left:0;top:0;width:8px;height:4px;background:#07469b;}
.c-tit01:before {content:'';position: absolute;left:0;top:0;width:24px;height:4px;background:#4a8fdd;}
.c-tit02 {position:relative;font-size:20px;color:#005fca;margin-bottom:25px;line-height:1;}
.c-tit02 span { font-size:14px; color:#666; }
.c-tit03 {position:relative;font-size:1.125em;color:#49586c;padding-left:15px;margin-bottom:15px;line-height:1;}
.c-tit03:after {content:'';position: absolute;left:0;top:7px;width:4px;height:4px;border-radius:4px;background:#49586c;}

@media all and (max-width:768px){
	.c-tit01 {font-size:1.125em;margin-bottom:20px;}
	.c-tit02 {font-size:1.063em;margin-bottom:15px;}
	.c-tit03 {font-size:0.938em;background-position:0 3px;padding-left:10px;margin-bottom:10px;}
}

/* 공백 */
.gap {height:40px;clear:both;display:block;}
.sgap {height:25px;clear:both;display:block;}
.ssgap {height:15px;clear:both;display:block;}

/* contents info */
.contents-info {padding:15px 15px 15px 20px; border-radius:10px; background:#f6f6f6;}
.contents-info li {padding:6px 10px 7px 10px; background:url(../images/ico/ico-dotted-grey.png) no-repeat 2px 15px;}
.contents-info li span {color:#0f83d5;}
.contents-info li a span  {color:#fff;}
ul.contents-info-list li {padding:3px 0px 3px 10px; background:url(../images/ico/ico-dotted-grey.png) no-repeat 2px 12px; /* margin-bottom:20px; */}
ul.contents-info-list li ul li {padding:2px 0px 2px 5px; background:none; margin-bottom:0px;}

/* contents info2 */
.contents-info2 {padding:10px 10px 10px 20px; border-radius:10px;
border-width:2px; border-style:solid; border-color:#4e98c8;}
.contents-info2 .tit {font-size: 1.143em;
    font-family: 'Noto Sans Korean Medium'; color:#111;}

ul.lst-square {padding:3px 5px 0 3px; color:#222;}
.gov-info-open-list li {margin-left:15px;}
.gov-info-open-list li ul li{margin-left:0}
ul.lst-square li, .gov-info-open-list li {padding:2px 12px; background:url(../images/ico/ico-dotted-grey.png) no-repeat 1px 12px;}
ul.lst-square li ul li, ul.lst-square li ol li, .gov-info-open-list li ul li {padding:2px 0px; background:none !important;}
ul.lst-square li dt, ul.lst-square li dd {padding:2px 9px;}
ul.lst-square li .button, ul.lst-square li .button2 {position:relative; top:-3px;}
ul.lst-square.blue li {background:url(../images/ico/ico-dotted-blue.png) no-repeat 1px 12px;}
ul.lst-arrow {padding:3px 5px 0 3px;}
ul.lst-arrow li {padding:2px 0 2px 12px; background:url(../images/ico/ico-title-arrow2.gif) no-repeat left 10px;}
ul.lst-arrow li ul li, ul.lst-arrow li ol li {padding-left:9px; background:none;}

/* basic content border */
.basic-content {margin-top:30px; padding:20px 0; border-width:2px 0 1px 0; border-style:solid; border-color:#333;}
.basic-content ul.contents-info-list li:nth-last-child(1) {margin-bottom:0;}

/* title */
/* .tit-arrow-icon {position:relative; padding-left:15px; background:url(../images/ico/ico-title-arrow.gif) left 8px no-repeat; font-size:1.143em;} */
.tit-arrow-icon {position:relative; padding-left:21px; background:url(../images/ico/ico-title-arrow.gif) left 0px no-repeat; 
font-size:1.143em; font-family:'Noto Sans Korean Medium'; margin-bottom:10px;}
.tit-arrow-icon2 {position:relative; padding-left:12px; background:url(../images/ico/ico-title-depth2-arrow.gif) left 4px no-repeat; margin-top:15px}
.tit-dotted-icon.blue {position:relative; background:url(../images/ico/ico-dotted-blue.png) no-repeat 4px 13px;}

/* content tab */
.tab-contentmenu {overflow-y:hidden; overflow-x:auto;}
.tab-contentmenu ul {white-space:nowrap;}
.tab-contentmenu li {display:inline-block; margin-right:-2px; border-width:1px 1px 0 1px; border-style:solid; border-color:#ccc;}
.tab-contentmenu li:nth-last-child(1) {margin-right:0;}
.tab-contentmenu li a {display:block; padding:0 10px; min-width:110px; height:32px; 
background:#f5f5f5; line-height:32px; text-align:center;}
.tab-contentmenu li.on {border-width:3px 1px 0 1px; border-color:#3e61b2;}
.tab-contentmenu li.on a {background:#fff; line-height:29px; height:30px; color:#333;}

/* 만족도 */
.wrp-satisfied {position:relative; margin-top:10%; margin-bottom:20px;padding:25px 140px 25px 160px; border:1px solid #d2dde8;  overflow:hidden; background:#f3f8fd url(../images/ico/satisfyIcon.png) 43px center no-repeat;}
.wrp-satisfied dl {overflow:hidden;}
.wrp-satisfied dt {clear:both; font-size:1.143em; color:#333;}
.wrp-satisfied label {float:left; margin-top:6px; margin-right:30px;}
.wrp-satisfied label.last {margin-right:0;}
.wrp-satisfied span {display:inline-block; margin-right:-3px;}
.wrp-satisfied button {position:absolute; top:50%; right:36px; margin-top:-18px; min-width:0; width:88px; border:0;}


@media (max-width:725px){
.wrp-satisfied{padding:25px 15px; background:#f3f8fd; width:100%; margin-top:3%; display:inline-block;}
.wrp-satisfied button {position: initial; width:100%; margin-top:0;}
}

/* 댓글 */
.wrp-recommend {margin-top:40px;}
.wrp-recommend .set-icon-sns {margin-bottom:10px;}
.wrp-recommend .set-icon-sns a {display:inline-block; width:48px; padding:4px 0; line-height:0; text-align:center; vertical-align:top;}
.wrp-recommend .set-icon-sns a .icon {display:inline-block; height:26px; background-image:url(../images/ico/ico-sprite-reply.png); background-repeat:no-repeat;}
.wrp-recommend .btn-sns-twitter {background:#28a9e0;}
.wrp-recommend .btn-sns-facebook {background:#2d589e;}
.wrp-recommend .btn-sns-kakao {background:#fbcb00;}
.wrp-recommend .btn-sns-google {background:#da4835;}
.wrp-recommend .btn-sns-naver {background:#2db400;}
.wrp-recommend .btn-sns-twitter .icon {width:22px; background-position:0 -50px;}
.wrp-recommend .btn-sns-facebook .icon {width:10px; background-position:-30px -50px;}
.wrp-recommend .btn-sns-kakao .icon {width:11px; background-position:-60px -50px;}
.wrp-recommend .btn-sns-google .icon {width:26px; background-position:-90px -50px;}
.wrp-recommend .btn-sns-naver .icon {width:23px; background-position:-120px -50px;}
.wrp-recommend form {margin-bottom:20px;}	
.wrp-recommend form .button {min-width:90px; vertical-align:middle;}
.wrp-recommend .article {position:relative; margin-top:20px; padding:7px 5px 15px 70px; overflow:hidden; border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#f5f5f5;}
.wrp-recommend .user-pic {position:absolute; top:12px; left:10px;}
.wrp-recommend .user-pic .img-holder {width:45px; height:45px; overflow:hidden; border-radius:23px; background:url(../images/ico/ico-sprite-reply.png) no-repeat;}
.wrp-recommend .user-pic .img-holder img {width:100%; min-height:45px;}
.wrp-recommend .user-pic span {position:absolute; top:-2px; right:-4px; width:18px; height:18px; overflow:hidden; background:url(../images/ico/ico-sprite-reply.png) no-repeat;}
.wrp-recommend .user-pic span.icon-sns-twitter {background-position:-50px 0;}
.wrp-recommend .user-pic span.icon-sns-facebook {background-position:-68px 0;}
.wrp-recommend .user-pic span.icon-sns-kakao {background-position:-86px 0;}
.wrp-recommend .user-pic span.icon-sns-googleplus {background-position:-104px 0;}
.wrp-recommend .user-pic span.icon-sns-naver {background-position:-122px 0;}
.wrp-recommend .user-cont {margin-top:8px;}


/* margin-top */
.mt-3{margin-top:-3px;}

/* text-align */
.text-align-left{text-align:left !important;}
.text-align-right{text-align:right !important;}
.text-align-center{text-align:center !important;}

/* title */
.tit-h2 {font-size:1.3em; font-weight:600; color:#222;}
/* .tit-depth-arrow-icon {position:relative; padding-left:15px; background:url(../images/ico/ico-title-arrow.gif) left 8px no-repeat; font-size:1.143em;} */
.tit-depth-arrow-icon {position:relative; padding-left:24px; background:url(../images/ico/ico-title-arrow.gif) left 4px no-repeat;
 font-size:1.143em; line-height:1.4em;font-family:'Noto Sans Korean Medium'; margin-bottom:10px;}
.tit-depth2-arrow-icon {padding-left:15px;
background:url(../images/ico/ico-title-depth2-arrow.gif) 4px 4px no-repeat; color:#2f4b8c;   
margin-bottom:5px;font-family: 'Noto Sans Korean Medium';}

/* height and width*/
.h30{height:30px;}
.w50-p{width:50%;}

/* float */
.fl{float:left;}
.fr{float:right;}
@media all and (max-width:900px) {
	ol li .fl{float:none;}
	ol li .fr{float:none;}
	.w50-p{width:100%;}
}


/* color */
.font-blue1 {color: #3e61b2;}
.font-blue2 {color:#389de5;}
.font-blue3 {color:#096bb1;}
.font-orange1 {color:#fc6630;}
.font-orange2 {color:#f87b4e;}
.font-orange3 {color:#e44b15;}
.font-black {color:#333333;}
.font-grey1 {color:#666666;}
.font-grey2 {color:#aaaaaa;}
.font-grey3 {color:#f5f5f5;}
.font-red {color:#e22b2b;}

.align-right {text-align:right;}
.align-left {text-align:left;}
.align-center {text-align:center;}
.fright {float:right;}
.overflow{overflow:hidden;}


.font-size12 {font-size:0.857em;}
.font-size16 {font-size:1.143em;}
.font-size18 {font-size:1.286em;}
.font-bold {font-family:'Noto Sans Korean Medium';}

.maximg {max-width:100%;}

/* margin */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}
.mr55 {margin-right:55px;}
.mr60 {margin-right:60px;}
.mr65 {margin-right:65px;}
.mr70 {margin-right:70px;}
.mr75 {margin-right:75px;}
.mr80 {margin-right:80px;}
.mr85 {margin-right:85px;}
.mr90 {margin-right:90px;}
.mr95 {margin-right:95px;}
.mr100 {margin-right:100px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
/* .mb100 {margin-bottom:100px;} */
.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;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}
.ml85 {margin-left:85px;}
.ml90 {margin-left:90px;}
.ml95 {margin-left:95px;}
.ml100 {margin-left:100px;}

.txt-callulsan {margin:75px 0 0 21px; padding:0 10px 0 36px; background:url(../images/ico/ico-finger-arrow.jpg) left center no-repeat; font-size:1.143em; color:#000;}
.btn-my-minwon {display:block; width:100%; padding:0 !important; height:40px !important; line-height:40px !important;}
.txt-charter {margin-bottom:20px; padding:20px; border:1px solid #aaa; border-radius:4px;}
.txt-charter h4 {font-size:1.3em; line-height:1.2; margin-top:0px;}
.txt-charter p {margin-top:0.4em;margin-bottom:0;}

/* 주소 인풋박스 */
.wrp-address {position:relative; padding-right:73px; max-width:60%;}
.wrp-address .inbox {display:block !important;}
.wrp-address button {position:absolute; top:0; right:0;}
.wrp-hopetime {position:relative; padding-right:100px; max-width:230px;}
.wrp-hopetime .inbox {display:block !important;}
.wrp-hopetime button {position:absolute; top:0; right:0;}

.multi_content h4 {margin-bottom:10px;}

/* 시민창안 검색 */
.wrp-citizen-search {position:relative; margin-top:15px;}
.wrp-citizen-search .left {float:left;}
.wrp-citizen-search .right {float:right;}
.wrp-citizen-search .itembox {display:inline-block; position:relative; padding-left:61px;}
.wrp-citizen-search .itembox.person {margin-right:10px; padding-left:49px;}
.wrp-citizen-search .itembox * {vertical-align:middle;}
.wrp-citizen-search .itembox label {position:absolute; top:50%; left:0; margin-top:-10px; line-height:20px;}
.wrp-citizen-search .inbox {display:inline-block; width:80px;}
.wrp-citizen-search .itembox.subject .inbox {width:120px;}
.wrp-citizen-search .button2.calendar {min-width:0; padding:0 10px;}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {padding:4px 0 !important;}
#ui-datepicker-div {z-index:250 !important;}
@media all and (max-width:1000px) {
	.wrp-citizen-search .left, .wrp-citizen-search .right {float:none;}
	.wrp-citizen-search .left {margin-bottom:15px;}
	.wrp-citizen-search .itembox {display:block;}
	.wrp-citizen-search .itembox.person {margin:0 0 11px 0; padding-left:61px;}
	.wrp-citizen-search .itembox.person, .wrp-citizen-search .itembox.subject {padding-right:80px;}
	.wrp-citizen-search .itembox.person .inbox, .wrp-citizen-search .itembox.subject .inbox {display:block;  width:auto;}
	.wrp-citizen-search button.search {position:absolute; bottom:0; right:0; padding:0 22px; min-width:0; height:79px; line-height:79px;}
}

@media all and (min-width:641px) and (max-width:960px) {
	.txt-charter {padding:1.8em;}
}

@media all and (max-width:960px) {
	.wrp-hopetime, .wrp-address {max-width:100%;}
}

@media all and (max-width:640px) {
	.txt-charter {margin:30px 0; padding:1.2em;}
	.txt-charter h4 {font-size:1.714em;}
}

@media all and (max-width:360px) {
	.wrp-citizen-search .itembox.date .inbox {padding:0; width:72px;}
}




/*공공데이터*/


  .LMY_sub_box01 {width:100%; padding:20px 0px; font-size:14px; color:#666; }
  .LMY_sub_box01 .sub_tt01 { color:#1962b1; font-size:32px; font-family:'Nanum Brush' ; }
 
  .my_s_box01 {max-width:640px; margin-top:20px; padding:20px 0px; float:left; border:1px solid #0C6; background:url(../images/sub/sb_img_gd_01.jpg) left 4px no-repeat}


.introduce{background:#fff url('../images/sub/sb_img_gd_01.jpg') no-repeat 0 100%;  padding-bottom:180px;background-size:100% auto;margin-top:30px; }
.introduce > h4{background:url('../images/sub/bg_introduce_h4.png') no-repeat;background-size:auto 100%;font-family:'THEFACESHOP INKLIPQUID','더페이스샵 잉크립퀴드체';font-size:4.0em;font-weight:normal;padding-left:40px;margin-bottom:40px; color:#181818; /*color:#1962b1;*/ }
.introduce > p{line-height:1.6;}
.introduce table.basicT{border-top:2px solid #d6d6d6;border-spacing:0;padding:0;table-layout:fixed;margin-bottom:20px;}
.introduce table.basicT td, .introduce .basicT th{padding:15px;}
.introduce table.basicT td{text-align:left;}
.introduce .btnArea > a{display:inline-block;margin:2px;}


.sub_table01 {width:100%;margin:auto;}  
.sub_table01 th{border:1px solid #e2e2e2;font-weight:bold;padding:10px;color:#FFF;font-size:16px;font-weight:600; text-align:center; background:#77b0e1; line-height:20px;} 
.sub_table01 td.cc{padding:7px;border:1px solid #e2e2e2;font-size:12px;text-align:center;}
.sub_table01 td{padding:13px;border:1px solid #e2e2e2;font-size:13px;text-align:left; color:#7a7979;}


/*table2*/
table.basicT2{width:53%;  border-spacing: 0;padding: 0; table-layout: fixed; margin-bottom: 20px; width: 53%;}
table.basicT2 tbody tr:nth-child(1){border-top:3px solid #d6d6d6;}
table.basicT2 tbody th {  background: #f9f9f9;border-bottom: 1px solid #dbdbdb;  padding: 15px; font-weight: bold;  text-align: center;}
table.basicT2 tbody td {  border-bottom: 1px solid #dbdbdb;  padding: 15px; text-align: left;}




/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:0px solid #ccc;background:#2590a4;color:#FFF;text-decoration:none;vertical-align:middle;  border-radius:3px;}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:0px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle; border-radius:3px;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}


a.btnStyle4{padding:5px 50px 5px 15px;background:#1763b1 url('../images/sub/arrow_btnstyle4.gif') no-repeat 100% 0;;background-size:auto 100%;color:#fff;border-radius:2px;display:inline-block;margin:4px 0;}
a.btnStyle5{padding:12px 50px 12px 20px;background:#1b8cdd url('../images/sub/arrow_btnstyle5.png') no-repeat 93% 50%;color:#fff;border-radius:3px;}

/*시의상징*/
@media all and (min-width:1200px) {
   .ulsancolor .ulsancolor_1 {height:360px; }
  .ulsancolor .ulsancolor_1 .ucolor_box {background:#D7D5CE; padding:20px 0px; text-align:center; width:295px; height:290px; float:left;}
  .ulsancolor .ulsancolor_1 .ucolor_box h4{background:#0F83D5; padding:10px 0px; color:#fff;}
  .ulsancolor .ulsancolor_1 .mce10 {margin:0 10px;}
  .ulsancolor .ulsancolor_1 .ucolor_box ul{padding: 10px 0px 0px 20px;}
  .ulsancolor .ulsancolor_1 .ucolor_box ul li {text-align:left;}
}
@media all and (max-width:1199px) {
  .ulsancolor .ulsancolor_1 .ucolor_box {background:#D7D5CE; padding:20px 0px; text-align:center; width:100%;}
  .ulsancolor .ulsancolor_1 .ucolor_box h4{background:#0F83D5; padding:10px 0px; color:#fff;}
  .ulsancolor .ulsancolor_1 .mce10 {margin:20px 0px;}
  .ulsancolor .ulsancolor_1 .ucolor_box ul{padding: 10px 0px 0px 20px;}
  .ulsancolor .ulsancolor_1 .ucolor_box ul li {text-align:left;}
}

@media all and (min-width:992px) {
   .ulsancolor .ulsancolor_3 {overflow:hidden;}
  .ulsancolor .ulsancolor_3 .ucolorpalet {width:310px; float:left; margin-bottom:10px;}
  .ulsancolor .ulsancolor_3 .last {width:620px; float:left; margin-bottom:10px;}
}
@media all and (max-width:991px) {
   .ulsancolor .ulsancolor_3 .ucolorpalet {width:100%;}
   .ulsancolor .ulsancolor_3 .last {width:100%;}
}

/*울산문양*/
.ulsanpattern {overflow:hidden;}
.ulsanpattern_2 .pattern_title {background:#dddddd; padding:10px; margin-top:30px; overflow:hidden;}
.ulsanpattern_2 .pattern_title .stit_pattern {color:#989696; padding:5px 5px 0px 10px;float:left; text-align:center;}
.ulsanpattern_2 .pattern_content p{margin:10px 0;}

.ulsanpattern_2 .pattern_title .basic {color:#9c6093;}
.ulsanpattern_2 .pattern_title .orange {color:#d16604}
.ulsanpattern_2 .pattern_title .green {color:#458e22}
.ulsanpattern_2 .pattern_title .blue {color:#272a91}
.ulsanpattern_2 .pattern_title .purple {color:#542f8f}

@media all and (min-width:992px) {
.ulsanpattern_2 .pattern_content ul li img {border:1px solid #ccc;}
.ulsanpattern_2 .pattern_content ul li {width:25%; text-align:center; float:left;}
.ulsanpattern_2 .pattern_title .ltit_pattern {font-weight:600; font-size:1.6em; float:left;}
}
@media all and (max-width:991px) {
.ulsanpattern_2 .pattern_content ul li img {width:100%; border:1px solid #ccc;}
.ulsanpattern_2 .pattern_content ul li {width:50%; text-align:center; float:left;}
.ulsanpattern_2 .pattern_title .ltit_pattern {font-weight:600; font-size:1.4em;}
}

.userInfo_con ul {padding-left:20px;}
.userInfo_con ul li ul {padding-left:15px;}
.userInfo_con ul li {line-height:1.95em;}
.userInfo_con h5{margin-top:25px; color:#627bba; font-weight:bold;}

.part-img-area_n{background-position: center; height: 330px; min-height: 330px; 
background: url('/humanframe/theme/ulsan2017/assets/images/bg/ulsan_background_n.jpg') no-repeat 0;}



/*시민신문고위원회*/
.tab-ombudsman li {min-width:24.5%;}
div.obd_ti {font-weight:bold; font-size:1.4em;}
div.obd_ti p {margin:0}
div.obd_txt .name {font-weight:bold; font-size:1.2em}

.organ-wrap .organobd  button{height:auto; line-height:26px;}
@media (max-width:960px){
.organ-wrap .organobd  button{min-width:100%;}

	}

@media (min-width:992px) and (max-width:1199px) {
	.tab-ombudsman li:first-child {min-width:30%;}
.tab-ombudsman li {min-width:20%;}
}

@media (min-width:1200px){
.organ-wrap .organobd .depth4 {
    width:auto;
    position: absolute;
    top: 180px;
    left: 50%;
    overflow: hidden;
    margin-left: -300px;
}
.organ-wrap .organobd .depth4 .depth4_L {float:left;}
.organ-wrap .organobd .depth4 .depth4_R {float:right;}}

/*백서*/
table.tb_whitepaper th {border-right:1px solid #ccc; padding-right:0.3em !important; padding-left:0.3em !important; text-align:center !important;}
table.tb_whitepaper th.end {border-right:0;}
table.tb_whitepaper td {padding:0 !important;}
table.tb_whitepaper td .index {border-bottom:0;}
table.tb_whitepaper td .index li {padding:0.5em 1em 0.55em 1em;}
table.tb_whitepaper td .last {border-bottom:0 !important;}
table.tb_whitepaper td a.label {margin-left:5px;}
table.tb_whitepaper p {padding:0.5em 1em 0.55em 1em; border-bottom:1px solid #ccc;}
table.tb_whitepaper dl {border-bottom:1px solid #ccc;}
table.tb_whitepaper dt {padding:0.5em 1em 0.55em 1em; font-weight:normal !important; font-family: 'Noto Sans Korean Medium' !important;}
table.tb_whitepaper dd p {padding:0.5em 1em 0.55em 0; border-top:1px solid #ccc; border-bottom:0;}
table.tb_whitepaper dd ul, table.tb_whitepaper dd ol {border-top:1px solid #ccc;}
table.tb_whitepaper dd li {padding:0.3em 1em 0.35em 0;}
table.tb_whitepaper dd p, table.tb_whitepaper dd ol, table.tb_whitepaper dd ul {padding-left:1.5em;}
table.tb_whitepaper dd p + ul, table.tb_whitepaper dd p + ol {padding-left:2em;}
@media all and (max-width:640px) {
	table.tb_whitepaper td .index li {padding:0.4em 0.5em 0.45em 0.9em;}
	table.tb_whitepaper p {padding-right:0.5em; padding-left:0.5em;}
	table.tb_whitepaper dt {padding-right:0.5em; padding-left:0.5em;}
	table.tb_whitepaper dd li {padding-right:0.5em;}
	table.tb_whitepaper dd p, table.tb_whitepaper dd ol, table.tb_whitepaper dd ul {padding-left:0.9em;}
	table.tb_whitepaper dd p + ul, table.tb_whitepaper dd p + ol {padding-left:1.5em;}
}



/*연혁*/
.contents-info h4{margin-bottom:5px;}



/*이용약관*/
.userInfo_con ul {padding-left:20px;}
.userInfo_con ul li ul {padding-left:15px;}
.userInfo_con ul li {line-height:1.95em;}
.userInfo_con h5{margin-top:25px; color:#627bba; font-weight:bold; margin-bottom:10px;}

/*링크페이지*/
.lst-linkpage {margin-left:20px;margin-bottom:10px;}

/*배너모음*/

.lst_banner h3{font-size:14px; background:#f5f5f5; border:1px solid #e8e8e8; padding:5px 10px; color:#2f4b8c;}
.lst_banner ul {margin:12px 15px 15px 15px;}

/*파일뷰어*/
.cnt-fileviewer{margin-bottom:20px; border-bottom:1px solid #e8e8e8; padding-bottom:20px;}
.cnt-fileviewer dl img{margin-right:10px;}
.cnt-fileviewer dl dd{padding:10px 0}


p.tit-dotted-icon {
    position: relative;
    padding: 3px 5px 0 15px;
    background: url(../images/ico/ico-dotted-grey.png) no-repeat 4px 13px;
}

.privacy_cctv h4{font-size:16px; margin-bottom:8px; margin-top:30px;}
.privacy p{line-height:22px; margin-bottom:5px;}
.privacy dl,.privacy ul{margin-bottom:10px; margin-left:10px;}
.privacy dt{font-weight:500;}
.privacy dd{margin-left:15px; margin-top:5px;}
.privacy ul li {line-height:24px;}

table.border td{padding-left:1em}
table.tb_whitepaper_n td {padding:10px 15px !important; border-right: 1px solid #ccc;}
table.tb_whitepaper_n td:last-child, table.tb_whitepaper_n th:last-child {border-right:0; text-align:center;}


.hb1{clear:both; display:block;position:relative;min-height:0;margin:1.333em 0 .666em;padding:0 0 0 .666em;font-weight:600;line-height:1.333;letter-spacing:-1px;font-weight:normal;}
.hb1.h1{font-size:2.0em;background:url(../../img/lib/h1bg.png) no-repeat 0 .25em;}
.hb1.h2{font-size:2.0em;padding:0;/*padding:.3em 0 0 0;background:url(../../img/lib/h2bg.png) no-repeat;*/}
.hb1.h3{font-size:1.6em;padding:0 0 0 1.1em;background:url('../images/ico/h3bg.png') no-repeat 0 .333em;color:#154383;}
.hb1.h4{font-size:1.3em;padding:0 0 0 1.3em;background:url('../images/ico/h4bg.png') no-repeat 3px 6px;color:#333;}
.hb1.h5{font-size:1.2em;background:url(../../img/lib/h5bg.png) no-repeat 0 .291em;color:#089;}
.hb1.h6{font-size:1.1em;background:url(../../img/lib/h6bg.png) no-repeat 0 .366em;}
.hb1.hb0{background:transparent;border:0;padding-left:0;} /* added 20160511 */

.hb3.h4{font-size:1.3em; position: relative; margin-bottom: 21px; padding-left: 25px; color: #424242;}
.hb3.h4:before{ width:12px; height:4px; display: block;	position: absolute;	top:8px;	left: 0;	background-color:#009e4e;	content: '';}
	
/* 불릿없는제목*/
.hb2{display:block;position:relative;min-height:0;margin:.666em 0;padding:0;font-weight:bold;line-height:1.333;letter-spacing:-1px;}
.hb2.h1{font-size:2.0em;} /* =28/14 */
.hb2.h2{font-size:1.857em;font-weight:normal;border-bottom:1px solid #ddd;padding-bottom:.7em;} /* =26/14 */
.hb2.h3{font-size:1.429em;} /* =20/14 */
.hb2.h4{font-size:1.286em;} /* =18/14 */
.hb2.h5{font-size:1.143em;} /* =16/14 */
.hb2.h6{font-size:1.071em;} /* =15/14 */

.txt{margin:10px 0 10px 23px;}
strong{font-weight:bold !important;}

/* Anchor */
:link,
:visited{} /* ☆ */

/* Other styled text tags.. Emphasis (≥ Contrast 4.5:1) 20160608  */
em,
.em{color:#e65700;} /* 강조색 기본 */
.em1{color:#e00;} /* 빨 red */
.em1-2{color:#e54;} /* 다홍 red (Contrast 3.49:1) */
.em2{color:#a60;} /* 주 orange (dung) */
.em3{color:#770;} /* 노 yellow */
.em4{color:#080;} /* 초 green */
.em4-5{color:#078;} /* 청록 cyan (green blue) */
.em5{color:#37c;} /* 파 blue */
.em5-6{color:#24c;} /* 암청 cobalt blue */
.em6{color:#009;} /* 남 navy */
.em7{color:#363ba1;} /* 보 violet */
.em8{color:#c2c;} /* 심홍 magenta (blue red) */
.em9{color:#d06;} /* 분홍 pink */
.em0{color:#000;} /* 흑 black */

/* Paragraph */
p.bu{position:relative;padding:0 0 0 1.2em;background:url('../images/ico/li1bg.png') no-repeat 5px 8px; margin:10px 0;}
img.border{padding:0.5em; margin:0.5em; border:1px solid #dadde0;}
.center{text-align:center;}
/* List */

ul.bu{list-style:none;margin-left:0;padding:0;text-align:left;}
ul.bu ul{list-style:none;margin:.6em 0;padding:0;}
ul.bu li{margin:.9em 0;padding:0 0 0 1.2em;}
ul.bu>li,
ul.bu.bu1>li{background:url('../images/ico/li1bg.png') no-repeat 5px 10px;}
ul.bu li ul>li,
ul.bu.bu2 li{background:url('../images/ico/li2bg.png') no-repeat 5px 9px;}
ul.bu li li ul>li,
ul.bu.bu3 li{background:url(../img/lib/li3bg.png) no-repeat 0 .333em;}
ul.bu li li li ul>li,
ul.bu.bu4 li{background:url(../img/lib/li4bg.png) no-repeat 0 .333em;}
.square{list-style:decimal !important}
ul.bu li.noBu{background:none;}
.stitle{font-size:1.5em; font-weight:bold;}

/* numList */
ol.numList{list-style:none;margin-left:20px;padding:0 0 0 2.1em;text-align:left;}
ol.numList li{margin:.333em 0;}
ol.numList>li:before {display: inline-block; width: 1.333em; height: 1.333em; margin: 0 .5em 0 -2.1em; padding: 1px 2px 2px 1px; border-radius: 9999px; background: #00a53b; color: #fff; font-size: .929em;
    font-family: Verdana,Arial,sans-serif; line-height: 1.333; letter-spacing: -1px; text-align: center; vertical-align: middle;}
ol.numList>li:nth-child(1):before{content:'1'}
ol.numList>li:nth-child(2):before{content:'2'}
ol.numList>li:nth-child(3):before{content:'3'}
ol.numList>li:nth-child(4):before{content:'4'}
ol.numList>li:nth-child(5):before{content:'5'}
ol.numList>li:nth-child(6):before{content:'6'}
ol.numList>li:nth-child(7):before{content:'7'}
ol.numList>li:nth-child(8):before{content:'8'}
ol.numList>li:nth-child(9):before{content:'9'}
ol.numList>li:nth-child(10):before{content:'10'}


.bg01{background:#f3f8fd;}
.bg02{background:#f3f8fd; border:1px solid #d2dde8;}
.bd01{border:1px solid #d2dde8;}
.pd1em{padding:1em !important; margin:0.666em 0;}
.bgNone{background:none;}
.txt_box{width:100%; height:300px; padding:10px; overflow-y:scroll; border:2px solid #dddddd; margin-top:1em;}
.w100{width:100%;}

/* FAQ */
.faq{overflow:hidden; width:100%; border-top:1px solid #000; }
.faq span{display:inline-block; float:left; font-size:1.6em; line-height:1.2em; width:30px; height:30px; text-align:center; font-family:'Noto Sans Korean Light'; border-radius:2px;}
.faq p{display:inline-block; width:calc(100% - 45px); float:left; margin-left:15px;}
.faq dt{overflow:hidden; width:100%; font-weight:bold; clear:both; padding:15px 0; border-bottom:1px dotted #ddd;}
.faq dt span{color:#fff; background:#00a53b;}
.faq dd{overflow:hidden; clear:both; width:100%; padding:15px 0; background:#fbfbfb; border-bottom:1px solid #ccc;}
.faq dd span{color:#000; background:#ddd;}


/* 처리절차 */
.process{overflow:hidden; width:100%; margin:20px 0;}
.process li{float:left; min-height:100px; vertical-align:middle; text-align:center; margin-bottom:10px; list-style:none;font-family: 'Noto Sans Korean medium';}
.process li div.step{float:left; width:calc(100% - 30px); min-height:100px; display: table; position: relative; text-align:center; padding:1em; border-top:2px solid #0091c5; border-right:1px solid #ddd; border-left:1px solid #ddd; border-bottom:1px solid #ddd; list-style:none;font-family: 'Noto Sans Korean medium';}
.process li div.step p{display:inline-block; position:relative;}
.process li:after{display:block; width:30px; height:95px; content:''; float:left; margin:0 auto; background:url('../images/sub/proArrowR.png') center no-repeat;}
.process li.invers:after{display:block; width:30px; height:95px; content:''; float:right; margin:0 auto; background:url('../images/sub/proArrowL.png') center no-repeat;}
.process li.both:after{display:block; width:30px; height:95px; content:''; float:right; margin:0 auto; background:url('../images/sub/proArrowB.png') center no-repeat;}
.process li:last-child:after{display:none;}
/* .process li.invers:last-child:after{display:block !important;} */
.process li img{display:block; margin:0 auto 10px;}

.process_box{overflow:hidden; border-top:2px solid #0091c5; border-right:1px solid #ddd; border-left:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px;}
.pro01 li{width:100%;}
.pro01 li:after{clear:both;content:''; width:100%; height:8px; background:url('../images/sub/proArrowD.png') center no-repeat; margin-top:10px;}
.pro03 li{width:calc(100% / 3);}
.pro04 li{width:calc(100% / 4);}
.pro05 li{width:calc(100% / 5);}
.pro06 li{width:calc(100% / 6);}
.cell{display:table-cell; vertical-align:middle;}
.proArrowD{display:block; width:100%; height:30px; float:left; margin:0 auto; background:url('../images/sub/proArrowD.png') center no-repeat;}
.proArrowR{display:inline-block; width:30px; height:30px; float:left; margin:0 10px; background:url('../images/sub/proArrowR.png') center no-repeat;}
.w1{display:block; width:100%; height:70px; border-radius:50px; text-align:center; border:2px solid #ddd; padding-top:10px;}
.wArrow{display:block;}
.w2{ display:block; width:100%; height:70px; border-radius:50px; text-align:center; background:#146ed8e3; color:#fff; padding-top:22px;}

@media (max-width: 765px){
.process li{width:100%; padding:5px; min-height:50px; margin:0 auto; text-align:left; line-height:1.5em;}
.process li:after{clear:both;content:''; width:100%; height:8px; background:url('../images/sub/proArrowD.png') center no-repeat; margin-top:10px;}
.process li.invers:after{clear:both;content:''; width:100%; height:8px; background:url('../images/sub/proArrowU.png') center no-repeat; margin-top:10px;}
.process li.both:after{display:block; width:100%;  height:16px; content:''; float:right; background:url('../images/sub/proArrowBInv.png') center no-repeat; margin-top:10px;}
.process li div.step{width:100%;}

.process li img{display:none;}
/* .process li br{display:none;} */

}

/* 상단안내문구 */
.infoBox{overflow:hidden; width:100%; min-height:130px; border-bottom:2px solid #5f7082; padding:1.5em 1em 1.5em 250px; margin:1em 0;}
.infoBox span{display:block;color:#0061d4; font-size:1.3em; font-family:'Noto Sans Korean Regular'; margin-bottom:0.5em;}

@media (max-width: 765px){
.infoBox{padding:1em;}
}


/* 인풋 너비값 */
.nameW{width:80%;}
.telW01{width:60px;}
.telW02{width:80px;}


/* 조직운영 정보공개 */
.box01{border:1px solid #dadde0; padding:0.5em;}

@media (min-width: 769px){
.orgDataOpen .col-md-6{width:48% !important;}
}

/* 문의처 */
.contact{font-size:1.1em;}
.circle1{display:inline-block; width:25px; height:25px; text-align:center; color:#fff; background:#fc6630; border-radius:25px;}

/* 행정서비스 */
.public{overflow:hidden;}
.public .col-md-3{width:100%;}
.public .col-md-3 img{width:100%;}

/* 군정백서 */
.gunj100{width:100%; overflow:hidden; clear:both; padding-bottom:20px;}
.gunj100 .col-md-6 ul{width:98%; margin:0 auto;}
.gunj100 ul li{overflow:hidden; width:100%; border-bottom:1px dashed #ddd;}
.gunj100 ul li.line{border-bottom:1px solid #bbb;}
.gunj100 h4{margin-top:0 !important;}
.gunj100 ul li:last-child{border-bottom:none;}
.gunj100 ul li .tit{display: block; float: left; padding: 10px 0 0 15px; font-size: 1.071em; background: url('../images/ico/li1bg.png') no-repeat 0 1.2em;}
.gunj100 ul li .downL{float: right; padding:0.5em 0;}

@media (max-width: 991px){
.gunj100 .col-md-6 ul{width:100%;}
}

/* 통계연보 */
.averg{width:100%; overflow:hidden; clear:both; padding-bottom:20px;}
.averg li{overflow:hidden; width:100%; border-bottom:1px dashed #ddd; margin-bottom:5px;}
.averg li:last-child{border-bottom:none;}
.averg li .tit{display: block; float: left; padding: 10px 0 10px 15px; font-size: 1.071em;/*  background: url('../images/ico/li1bg.png') no-repeat 0 1.2em; */}
.averg li .downL{float: right; padding:0.5em 0;}

/* 예산 */
.budget{width:100%; overflow:hidden; clear:both; padding-bottom:20px;}
.budget .col-md-6 ul{width:98%; margin:0 auto;}
.budget ul li{overflow:hidden; width:100%; border-bottom:1px dashed #ddd;}
.budget ul li.line{border-bottom:1px solid #bbb;}
.budget h4{margin-top:0 !important;}
.budget ul li:last-child{border-bottom:none;}
.budget ul li .tit{display: block; float: left; padding: 10px 0 0 15px; font-size: 1.071em; background: url('../images/ico/li1bg.png') no-repeat 0 1.2em;}
.budget ul li .downL{float: right; padding:0.5em 0;}

@media (max-width: 991px){
.budget .col-md-6 ul{width:100%;}
}

/* 박스링크 */
.boxLink{clear: both; overflow: hidden; padding: 13px 20px 13px 30px; border-top: 2px solid #5f7082; border-bottom: 1px solid #5f7082; background: #f9f9f9; margin-bottom:20px;}
.boxLink ul {width:100%; margin-right: 4px; overflow: hidden;}
.boxLink li {float: left; width:calc(100% / 5); padding: 0px 0px 0px 15px; line-height: 25px; background: url('../images/ico/li3bg.png') no-repeat 0px center;}


@media (max-width: 991px){
.boxLink{padding:0; border:0; position:relative;}
.boxLink ul{width:calc(100% - 30px); height:200px;overflow: auto; border:1px solid #5f7082; border-top:none; position: absolute; z-index:999999; background:#fff;}
.boxLink li {width:100%; margin-right:0; background:none; padding-left:0; }
.boxLink li a{display:inline-block; width:100%; padding-left:10px;}
.boxLink li a:hover{background:#ddd;}
.boxLink > div > a{display:block !important; height:50px; padding:10px; line-height:30px; border:1px solid #000;}
.boxLink div a span{float: right; margin-right: 15px; margin-top: 10px; display: block; width:12px; height: 12px; text-indent:-9999px; background:url('../images/ico/selArrowUp.png') no-repeat 0;}
.boxLink div a span.close{float:right; margin-right:15px; margin-top:10px; display:block; width:12px; height:12px;text-indent:-9999px; background:url('../images/ico/selArrowDown.png') no-repeat 0;}
}


/* 세출현황 검색 */
.searchList{overflow:hidden;}
.searchList > dl{width:90%; margin:0 auto;}
.searchList > dl > dt{float:left; width:calc((100% / 4) - 70px); height:40px; padding:0.5em 0.5em 0 0.8em; background: url('../images/ico/li1bg.png') no-repeat 0 1.0em;}
.searchList > dl > dd{float:left; width:calc((100% / 4) + 70px); height:40px; padding:0.5em 0.5em 0 0.5em;}
.searchList > dl > dd input.w100{width:90%;}
.searchList > dl > dd input.w80{width:80%;}

@media (max-width: 991px){
.searchList > dl > dt{width:30%;}
.searchList > dl > dd{width:70%;}
}


/* 나눔장터 */
.share{overflow:hidden; clear:both;}
.share img{float:left; width:100%;}

/* 채용안내 */
.jobSelect .title {display: inline-block;font-size: 14px; font-weight: 600; background:url('../images/ico/li1bg.png') no-repeat 5px 8px; padding-left:15px;}
.jobSelect .a_s_select {width: 100px; height: 30px; padding: 0 3px;}
.jobSelect span{margin:0;}


/* 다문화지원사업 */
.damhArea{overflow:hidden; width:100%; margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ddd;}
.damhArea > p{float:left; width:30%;}
.damhArea > p > img{width:100%;}
.damhArea > ul{float:left; width:calc(70% - 20px); margin-left:20px;}

@media (max-width:640px) {
	.damhArea > p, .damhArea > ul{width:100%; margin-left:0;}
}

/*상징물*/
.symbol {width:100%; margin:0 0 30px 0; padding-bottom:30px; border-bottom:1px dashed #ddd;}
.symbol .img_Symbol {float:left; width:calc(30% - 20px)!important;  margin:0 20px 0 0; padding:0;}
.symbol .img_Symbol img{width:100%;}
.symbol dl.Symbol_Txt {float:right; width:calc(70% - 20px); margin-left:20px;}
.symbol dl.Symbol_Txt dt {font-size:18px; font-family: NanumGothicB; color: #2876ae; height:30px; margin:0 0 10px;  }
.symbol dl.Symbol_Txt dt span {color:#797979; font-size:15px; margin-left:5px;}
.symbol ul.btn_down { margin:0; padding:0; }
.symbol ul.btn_down li { float:left; margin:0 10px 0 0; padding:0; }

@media (max-width:640px) {
	.symbol .img_Symbol, .symbol dl.Symbol_Txt{width:100% !important; margin-left:0;}
}

.mascot img{width:100%;}

/*울주군민의 노래*/
.song {height:210px; margin:0;padding:0; background:url(../images/sub/song_bg.gif) top right no-repeat;}
.song p.txt {width:420px ;margin:0 0 12px; text-align:left;}
.songList {margin:20px 0 0;padding:0;}
.songList li {float:left; margin:0 20px 12px 0;padding:0;}
.songList li a{width:150px;}
/* div.songpaper {position:relative; width:690px; height:1600px; background:url(../images/sub/Music_Book.gif) center top no-repeat; background-size:100%;} */
div.songpaper {overflow:hidden; width:90%; text-align:center; margin:0 auto;}
div.songpaper img{width:100%; border:1px solid #ddd; padding:30px 0 20px 0; margin:30px 0;}
div.songpaper dl.songTxt {overflow:hidden;text-align:left; margin:0 auto;}
div.songpaper dl.songTxt dt {font-weight:bold; color:#0c7038; margin:0 0 10px; line-height:20px; font-size:1.5em; }
div.songpaper dl.songTxt dd {line-height:20px; color:#333;  margin:0 0 10px;}
div.songpaper dl.songTxt dd dl.songAera dt {color:#444; margin:0 0 10px; line-height:16px; font-size:15px;}
div.songpaper dl.songTxt dd dl.songAera dd {color:#444; margin:0 0 20px; line-height:20px; font-size:13px;}

/* 관내도서비스 */
.mapService{overflow:hidden; width:100%;}
.mapService img{float:left; width:50%; margin-top:65px;}
.mapService .mapDownload{float:left; margin-left:30px; width:calc(50% - 30px);}

@media (max-width:766px) {
	.mapService img, .mapService .mapDownload{width:100%; margin:0;}
}

/* 자매결연도시 */
.relation{overflow:hidden;}
.relation p{float:left; width:35%; min-width:250px;}
.relation p img{width:100%;}
.relation div{float:left; margin-left:20px;}
.relHistory span.date{font-weight:bold; color:#e65700; font-size:1.1em; margin-right:10px;}

@media (max-width:699px) {
	.relation p, .relation div{width:100%; margin-left:0;}
}

/* 메인배너모음 */
.mbannList{overflow:hidden; width:100%; border:1px solid #ddd; padding:1em; margin-bottom:20px;}
.mbannList dt{float:left; width:50%; font-weight:bold;}
.mbannList dd{float:left; width:50%; text-align:center;}

/*공공누리 오픈이미지*/
.openImg{overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px; margin:20px 0;}
.openImg img{display:inline-block; float:left; margin-right:20px;}
.openImg p{display:inline-block; float:left; width:calc(100% - 260px)}


/* 공유재산폼 */
.insel{width:100%;}
.insel dt{float:left; width:15%; margin:5px 0; line-height:35px; background:url('../images/ico/li1bg.png') no-repeat 5px 15px; padding-left:15px;}
.insel dd{float:left; width:35%; margin:5px 0;}
.insel dd select{width:200px; margin:5px 0; border:1px solid #ddd; height:30px;}
.insel dd input{width:40%; margin:5px 0;} 
