@charset "UTF-8"; 

#wrap {position:relative; overflow:hidden;}

/* 서브레이아웃 */
.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:#146ed8;
    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:#f5f5f5;}
#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:16px; right:15px; background: url('../images/ico/moreB.png') center no-repeat; width:13px; height:13px;}
#lnb #sideNav .sideNavMenu > ul > li.active .btnMenuDropDown {background: url('../images/ico/minus.png') center no-repeat;}
#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 15px; padding-left:10px;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li.active{position:relative;  background: url(../images/ico/ico-dotted-blue.png) no-repeat 4px 15px; 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:3px 18px 3px 0;display:block; color:#666; font-size:0.85em;}
#lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > a:before {display:inline-block; content:''; width:5px; height:1px; background:#666;  margin:0 3px 3px 0;}
#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, #lnb #sideNav .sideNavMenu > ul > li > ul > li > ul > li > a:before {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:20px; 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:-3px; border-bottom:1px solid #464646;}
.scrum{margin:20px 0 30px 0; position:relative;}
.scrum span.home{position:absolute; 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; }
.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;}


body{font-size: 16px;}
li{list-style: none;}
#content_wrap{padding-top:50px; padding-bottom:30px;}


/* 공통 */
.bold{font-weight: bold;}
.font_size14{font-size: 14px;}
.display_block{display: block;}
.__white{color: #fff;}
.__white:hover{color: #fff;}
.font_size20{font-size: 20px;}

.tit:after{content: ""; display: block; width: 35px; height: 4px; background-color: #555; margin: 0 auto; margin-top: 20px;}
.tit{font-size: 35px; color: #333; text-align: center; margin-bottom: 50px;}
.txt{color: #333; font-size: 16px;}
.in_tit:before{content: ""; display: block; width: 45px; height: 2px; margin-bottom: 10px; background-color: #333;}
.in_tit{font-size: 29px; color: #333;}

/* 예약안내페이지 */
.res_info{background-color: #f3f3f3; padding: 20px; text-align: center;}
.res_info a{height: 40px; line-height: 38px;}
.res_info .txt{margin-top: 10px; margin-bottom: 17px; font-size: 18px;}
.res_directions{width: 80%; margin: 30px auto 0 auto;}
.res_directions ul:after{content: ""; display: block; clear: both;}
.res_directions li{width: 24%;  float: left; text-align: center; background-color: #f5f5f5; box-sizing: border-box; padding-bottom: 20px; font-size: 17px;}
.res_directions li img{margin-bottom: 15px;}
.res_directions li .nb{width: 100%; display: block; padding: 3px; box-sizing: border-box; background-color: #6f6f6f; color: #fff; margin-bottom: 15px;}
.res_directions .next{width: 13%; height: 50px; background-color: transparent; margin-top: 70px; }
.res_directions2{margin-top: 30px;}
.res_directions2 h3{background-color: #939393; text-align: center; color: #fff; line-height: 37px; font-weight: 400; margin-bottom: 20px;}


/* 박물관소개-인사말 */
.greeting:after{content: ""; display: block; clear: both;}
.Lcon{position: relative; width: 40%; float: left; /* height: 769px; */ overflow: hidden;}
.greeting .name{position: absolute; bottom: 23px; right: 30px; width: 46%; padding: 50px 40px; text-align: right; font-size: 17px; background-color: #191c29; color: #fff; }
.name .bigname{display: block; font-size: 30px; margin-top: 10px; font-weight: 500;}

.Rcon{width: 57%; float: left;}
.Rcon .txt_1{font-weight: 400; font-size: 26px; margin-bottom: 25px;}
.Rcon .image{margin-top: 40px;}
.Rcon .image:after{content: ""; display: block; clear: both;}
.Rcon li{ float: left; width: 31%; margin-right: 3.5%; overflow: hidden;}
.Rcon li:last-child{margin-right: 0;}

/* 박물관소개-개요 */
.bundle:after{content: ""; display: block; clear: both;}
.outline_tit{float: left; width: 25%;}
.outline_Wrap .txt{float: left; width: 75%; margin: 0;}
.outline_Wrap .txt p{line-height: 30px; background-repeat: no-repeat; background-position: left center; background-size: 30px;}
.outline_Wrap .position{padding-left: 50px; margin-bottom: 5px; background-image: url(../images/ico/ico_position.png);}
.outline_Wrap .scale{padding-left: 50px; background-image: url(../images/ico/ico_scale.png);}

.outline_Wrap .history{position: relative; float: left; width: 75%; padding-left: 70px; font-size: 19px; color: #666; box-sizing: border-box;}
.outline_Wrap .history:before{content: ""; display: block; position: absolute; top: 0; left: 9px; width: 1px; height: 100%; background-color: #ccc;}
.outline_Wrap .history li{position: relative; margin-bottom: 15px;}
.outline_Wrap .history li:before{content: ""; display: inline-block; position: absolute; top: 4px; left: -68px; width: 16px; height: 16px; background-image: url(../images/ico/ico_history_point.png); }
.outline_Wrap .history li .black{ color: #111; margin-right: 50px;}

/* 박물관소개-조직 및 업무 */
.org_Wrap{background-image: url(../images/sub/org_line.jpg);background-repeat: no-repeat;background-position: top 24% center;}
.org_Wrap .director{width: 30%; padding: 30px 20px; margin: 0 auto; color: #fff; background-color: #162375;}
.org_Wrap .director .name{padding-bottom: 7px; margin-bottom: 15px; text-align: center; border-bottom: 1px solid #fff; font-weight: 700; font-size: 18px;}
.org_Wrap .director li:before{content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 10px; background-color: #fff; border-radius: 10px; margin-bottom: 3px;}
.org_Wrap .member_Wrap{margin-top:118px;}
.org_Wrap .member_Wrap:after{content: ""; display: block; clear: both;}
.org_Wrap .member{float: left;width:32%;height: 280px;margin-right: 1%;margin-bottom: 1%;padding: 30px 20px;color: #333;background-color: #e9e9e9;box-sizing: border-box;}
.org_Wrap .member:last-child{margin-right: 0;}
.org_Wrap .member .name{padding-bottom: 7px; margin-bottom: 15px; text-align: center; border-bottom: 1px solid #333; font-weight: 700; font-size: 18px;}
.org_Wrap .member .name{padding-bottom: 7px; margin-bottom: 15px; text-align: center; border-bottom: 1px solid #333; font-weight: 700; font-size: 18px;}
.org_Wrap .member li {text-indent:-13px; padding-left:13px; word-break:keep-all;}
.org_Wrap .member li:before{content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 10px; background-color: #c40e0e; border-radius: 10px; margin-bottom: 3px;}


/* 박물관소개-오시는길 */
.__loc-top .bot{background: #fafafa; border: 1px solid #ddd; border-top: none; padding: 25px;}
.__loc-top .bot li:first-child{margin-left:0;}
.__loc-top .bot li{display: inline-block; margin-left: 100px;}
.__loc-top .bot li span{font-size: 16px;}
.__loc-top .bot li > *{display: inline-block; vertical-align: middle;}
.wrap_map .map{height: 450px !important;}
.root_daum_roughmap{width: 100% !important;}
.root_daum_roughmap .wrap_controllers{display: none;}
.traffic_box:after{content: ""; display: block; clear: both;}
.traffic_box .ico{float: left; width: 15%;}
.traffic_box .list_a{float: left; width: 85%;}

.directions_top{width:100%;  background:url(../images/sub/directions_img.jpg)no-repeat; background-position: center center; height:300px;}


/* 박물관소개-박물관MI */
.symbol_Wrap{padding: 40px 80px; background-color: #fafafa; border: 1px solid #dddddd; margin-bottom: 10px;}
.symbol_Wrap h3{display: inline-block; color: #c6a375; font-size: 30px; border-bottom: 2px solid #c6a375; margin-left: 50%; transform: translateX(-50%);}
.brown_border{border: 1px solid #b09775;}
.float_L{float: left;}
.float_R{float: right;}
.after:after{content: ""; display: block; clear: both;}
.width28{width: 28%;}
.width70{width: 70%;}
.symbol_color{padding-left: 20px; background-image: url(../images/ico/ico_list_a.png); background-repeat: no-repeat; background-position: top 9px left;}
.logo_Wrap{width: 49.5%; border: 1px solid #dddddd;}
.signature_Wrap{width: 49.5%; border: 1px solid #dddddd;}
.signature_Wrap li{width: 32.666%; margin-right: 1%}
.signature_Wrap li:last-child{margin-right: 0;}

.b_con div{height: 430px; padding: 30px 20px; box-sizing: border-box;}
.b_con h4{font-size: 25px; font-weight: 400; text-align: center;}
.b_con h4:after{width: 40px; height: 2px; background-color: #d1d1d1; content: ""; display: block; margin: 11px auto 20px auto;}
.kind{padding-left: 20px; background-image: url(../images/ico/ico_list_a.png); background-repeat: no-repeat; background-position: top 9px left;}


/* 전시안내-제1전시장 */
.exhibit{position: relative;}
.exhibit_txt{position: absolute; top: 0; right: 0; width: 43%; height: 100%; background-color: rgba(255, 255, 255, 0.8); padding: 20px; box-sizing: border-box;}
.exhibit_txt_in{height: 100%; border: 2px solid #c6a375; padding: 40px; box-sizing: border-box; word-break:keep-all;}
.exhibit_txt_in .b_txt{margin-bottom: 20px;}
.s_image:after{content: ""; display: block; clear: both;}
.s_image li{float: left; width: 32.666%; margin-right: 1%; overflow: hidden;}
.s_image li:last-child{margin-right: 0;}

.relic:after{content: ""; display: block; clear: both;}
.relic .item{position: relative; float: left; width: 21.25%; height: 235px; margin-right: 5%; margin-bottom: 30px; overflow: hidden;box-shadow: 3px 3px 8px rgba(0,0,0,0.2);}
.relic .item:nth-child(4n+0){margin-right: 0;}
.relic .item .over a {display:block;}
.relic .item .t1{position: absolute; bottom: 0; left: 0; width: 100%; height: 45px; color: #fff; line-height: 45px; text-align: center; background-color: rgba(0,0,0,0.7); }
.relic .item:hover img{transform: scale(1.1); transition: all 0.6s;}
.relic .item:hover .t1{background-color: rgba(172, 32, 32, 0.9);}


/* 전시안내-기획특별전시 */
.one{position: relative;}
.ico_btn{position: absolute; top: 10px; right: 15px; box-shadow: none;}
.ico_btn a{display: block; float: left; margin-left: 10px; text-indent: -9999px; width: 33px; height: 33px; background-size: cover;}
.fb{background-image: url(../images/ico/ico_fb.png);}
.tw{background-image: url(../images/ico/ico_twiter.png);}
.img_poster{float: left;width: 250px; overflow: hidden;}
.img_poster img{width: 100%;}
.prgram-view .con_txt{float: left; width: calc(100% - 100px);}

.__display{background: #ccc; padding: 2px 10px; border-radius: 15px; color: #fff;}
.__display.on{background-color: #ac6734;}


/* 전시안내-기획특별전시-수정191205 */
.guide_box2{position: relative;}
.guide_box2 h4{font-size: 30px; margin-bottom: 20px; line-height: 1.4em; font-weight: 500; color: #222;}
.guide_box2 .c_txt{position: absolute; top: 0; right: 0; width: 39%; height: 100%; padding: 95px 60px; font-size: 17px; background-color: #f1f1f1; box-sizing: border-box;}
.special_Wrap .booking{display: block; width: 210px; height: 40px; line-height: 37px; text-align: center; margin-top: 70px; background-color: #1fa2a2; color: #fff;}
.special_Wrap .booking:hover{background-color: #007e7e; transition: all 0.3s;}

/* 전시안내-야외전시장  */
.__tit{position: relative; margin-bottom: 40px;}
.__tit:nth-child(1){width:64%;}
.outdoor_txt{position: absolute; top: 0; right: 0;  width: 37%; height: 100%; padding: 50px 40px; background-color: #f2f2f2; box-sizing: border-box;}

.outdoor_slide{width: 87%; margin: 0 auto 80px auto;}
.slide_box{width: 100%;}
.bx-wrapper{margin: 0 auto;}
.bx-controls-direction{position: relative;}
.bx-prev{display: block; width: 27px; height: 49px; text-indent: -9999px; background-image: url(../images/sub/slide_L.png); background-repeat: no-repeat; position: absolute; top: -120px; left: -75px;}
.bx-next{display: block; width: 27px; height: 49px; text-indent: -9999px; background-image: url(../images/sub/slide_R.png); background-repeat: no-repeat; position: absolute; top: -120px; right: -75px;}
.outdoor_con{font-size: 14px; margin-top: 10px; color: #a69273;}

/* 학술연구활동- 유물열람안내 */
.bundle:after{content: ""; display: block; clear: both;}
.reading_Wrap .in_tit{float: left; width: 25%;}
.reading_Wrap .txt{float: left; width: 75%; font-size: 16px;}

/* 교육/행사_어린이 고고학 체험교실 */
.event_wrap{border: 2px solid #dcdcdc; padding: 30px 50px;}
.event_wrap ._tit:after{content: ""; display: block; clear: both;}
.event_wrap ._tit .event_image{float: left; width: 30%;}
.event_wrap ._tit .__txt{float: right; width: 70%;}
.event_wrap ._tit .__txt .event_name{display: block; font-size: 23px; font-weight: 600; margin-bottom: 10px; font-family: sans-serif;}
.edu_table{width: 100%;}
.edu_table th{background: #f2f2f2; color: #333; padding: 6px;font-weight: 500; letter-spacing: -0.1em;}
.edu_table td{padding: 6px; background: #fff; border-bottom: #e4e4e4 1px solid; color: #444;}
.edu_table th.line_h{background: #f2f2f2; border-top: #e4e4e4 2px solid; border-bottom: #e4e4e4 1px solid;}
.edu_table td.line_h{border-top: #e4e4e4 2px solid; padding: 5px; background: #fff; border-bottom: #e4e4e4 1px solid;}
.s_event_tit{font-size: 19px; font-weight: 600; color: #1a2789; font-family: sans-serif;}
.t_center{text-align: center;}
._booking{display: inline-block; background-color: #2aa9a6; padding: 10px 29px; color: #fff; margin-top: 15px;transition: all 0.3s;}
._booking:hover{background-color: #129693; color: #fff;}

/* 교육/행사_토요 어린이 체험학습 */
.event_wrap{}
.event_wrap .event_name2{display: block; font-size: 20px; font-weight: 600; margin-bottom: 20px; font-family: sans-serif;}
.event_wrap .info li{font-size: 16px; color: #333;}
.event_wrap .info li strong{color: #888;font-weight: normal;}
.event_wrap .info .float:after{content: ""; display: block; clear: both;}
.event_wrap .info .float strong{float: left;}
.event_wrap .info .float .con_txt{float: left; width: calc(100% - 100px);}



/* 교육행사-참가신청-교육 */
.c_orange{color: #ff8114;}
.c_red{color: #dc3232; }
.c_blue{color: #1647b5 ;}
.prgram-view{margin-bottom: 60px;}
.prgram-view .one{border-top: 1px solid #333; background: #fafafa;border-bottom: 1px solid #ddd;padding: 30px 60px;}
.prgram-view .one:after{content: ""; display: block; clear: both;}
.prgram-view .one .img{float: left;width: 256px;}
.prgram-view .one .info{width: calc(100% - 256px); float: right; padding-left: 65px; box-sizing: border-box;}
.prgram-view .one .info .subject{font-size:22px;font-weight: 500; color: #000; width: 90%;}
.prgram-view .one .info ul{margin-top: 20px;}
.prgram-view .one .info ul li{margin-top: 5px;font-size: 16px;color: #333;}
.prgram-view .one .info ul li:first-child{margin-top: 0px;}
.prgram-view .one .info ul li strong{font-weight: normal;color: #888;}
.prgram-view .one .info ul li:last-child:after{content: ""; display: block; clear: both;}
.prgram-view .one .info ul li:last-child strong{float: left;}
.prgram-view .one .info ul li:last-child .text{float: left; width: 85%;}
.prgram-view .one .info ul li p {font-family:'Noto Sans KR' !important;}

.prgram-view .one .info .btn{margin-top: 15px;}
.prgram-view .one .info .btn .btn1{display: block; height: 40px; line-height: 38px; padding: 0 20px; box-sizing: border-box; transition: 0.3s; width: 140px;text-align: center; color: #fff;background: #12a8a8;}
.prgram-view .one .info .btn .btn1:hover{background-color: #0f9393;}

.prgram-view .two h3{ color: #333; background-color: #e0e0e0; font-weight: 400; text-align: center; padding: 12px; font-size: 19px;}
.prgram-view .two .con{font-size: 15px; padding: 20px 60px; background-color: #fcfcfc;}

.list{width: 100%;}
.list_table{ width: 100%;margin-top: 20px;table-layout: fixed; border-top: 1px solid #333;}
.list_table th{    background: #f4f4f4;padding: 15px 0;font-weight: 500;color: #333;font-size: 15px;}
.list_table tr > *{border-bottom: 1px solid #ddd;
    text-align: center;}
.list_table td{font-size: 14px; padding: 15px 10px;}

/* 교육/행사_참가신청_교육_예약하기 */
.__orange{color: #ff7316; }
.reservation_box{}
.reservation_box .top{text-align: center; background-color: #2aa9a6; padding: 10px 0; color: #fff; font-size: 20px; font-weight: 400;}
.reservation_in {border: 1px solid #2aa9a6; padding: 10px 30px;}
.reservation_in .info{width: 100%;}
.reservation_in .info tr th{height: 36px;width: 100px; text-align: left;font-weight: normal;
}
.reservation_in .info tr > *{padding: 12px 10px; border-bottom: 1px solid #ddd; font-size: 15px;color: #333;}
.form1{max-width: 100%; box-sizing: border-box; border: 1px solid #ddd; height: 36px; padding-left: 5px; color: #333; font-size: 15px;}
.text_align_right{text-align: right;}
.c_grey{color: #606060;}
.cen{text-align: center;}
.__btn1{display: inline-block; height: 40px;line-height: 38px; padding: 0 20px; background: #13736F;color: #fff;font-size: 16px; transition: 0.3s; border: 1px solid #13736F; box-sizing: border-box;}
.__btn2{display: inline-block; height: 33px;line-height: 31px; padding: 0 20px; background: #13736F;color: #fff;font-size: 16px; transition: 0.3s; border: 1px solid #13736F; box-sizing: border-box;}
.__btn1:hover{color: #fff; background-color: #0E5653;}
.__btn2:hover{color: #fff; background-color: #0E5653;}
.__btn3{background-color: #555 !important; color: #fff !important; width: 90px; line-height: 33px;}
.type1:hover{color: #fff; background: #0e9d9a;}
.type2{color: #13736F; background: #fff;}
.type2:hover{color: #fff; background: #13736F;}
.type4{color: #fff; background: #824d28; border: none;}
.type4:hover{background-color: #53341f;}
.type5{color: #ffffff; background: #8d8d8d;border: none;}
.type5:hover{background-color: #676767; color: #fff;}

/* 교육/행사_행사안내 */
/* .__pdt-list{width: 100%; table-layout: fixed; border-top: 1px solid #333;}
.__pdt-list .img{width: 18%;}
.__pdt-list tr > *{border-bottom: 1px solid #ddd; padding: 20px;}
.__pdt-list .subject{color: #111; font-size: 19px; font-weight: 600; margin-bottom: 5px; font-family: sans-serif;}
 */

.__pdt-list {table-layout:fixed;border-top:1px solid #333;width:100%;}
.__pdt-list tr > * {border-bottom:1px solid #ddd;padding:20px;text-align:center;}
.__pdt-list col.img {/*width:210px;*/ width:30%}
.__pdt-list col.people {width:160px;}
.__pdt-list col.state {width:180px;}
.__pdt-list td.info {text-align:left;}
.__pdt-list td.info .ico {margin-bottom:15px;}
.__pdt-list td.info .ico span {margin-right:5px;}
.__pdt-list td.info .subject  a {display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:18px;font-weight:500;color:#000;text-decoration:underline;}
.__pdt-list td.info ul {margin-top:10px;}
.__pdt-list td.info ul li {font-size:15px;}
.__pdt-list td.info ul li strong {color:#888;font-weight:normal;}
.__pdt-list td.info ul li span {color:#000;}
.__pdt-list td.people li {font-size:15px;margin-top:5px;}
.__pdt-list td.people li:first-child {margin-top:0;}
.__pdt-list td.people .people2 {color:#2aa9a6;}
.__pdt-list td.people .people3 {color:#ff7316;}
.__pdt-list td.state li {margin-top:5px;}
.__pdt-list td.state li:first-child {margin-top:0;}
.__pdt-list td.state li > * {display:inline-block;width:110px;height:32px;box-sizing:border-box;border-radius:16px;font-size:15px;text-align:center;line-height:30px;}
.__pdt-list td.state .state1 > * {background:#fff;border:1px dotted #626262;}
.__pdt-list td.state .state2 > * {color:#fff;border:1px solid #855839;background:#915c38;}
.__pdt-list td.state .state3 > * {color:#fff; background:#626262;}
.__pdt-list td.state .state1 > span {background:#f2f2f2;border-color:#cbcbcb;color:#a2a2a2;}
.__pdt-list tr:hover > * {background:#f1fbfe;}
.__pdt-list tr td.nomore {padding:50px;font-size:18px;text-align:center;color:#000;}
.__pdt-list.nocol colgroup {display:none;}


/* 교육행사- 사진게시판 */



/* 게시글 추가 */
.__btn1.type3, .bg2 {color:#fff;background:#909090; border:none;}
.__btn1.type4, .bg1 {color:#fff;background:#824d28; border:none;}
a.bg1:hover {background:#603313; color:#fff;}
a.bg2:hover {background:#666; color:#fff;}

/* 박물관소개-관람안내 */
.tourist_info{height: 320px; background-image: url(../images/sub/tourist_info.jpg); background-repeat: no-repeat; background-position: right center;}
.guide_box_txt{width: 50%; height: 325px; padding: 30px 100px 50px 50px; background-color: #f1f1f1; box-sizing: border-box; font-size: 17px;}
.guide_box_txt h3{font-size: 30px; border-bottom: 2px solid #333; padding-bottom: 12px; margin-bottom: 25px;}
.c_brown{color: #935f18;}

.tour_info_box:after{content: ""; display: block; clear: both;}
.tour_info_box li{ float: left; width: 16.5%; height: 410px; margin-right: 0.1%; padding: 30px 10px 10px 10px; box-sizing: border-box; text-align: center; border: 2px solid #dcdcdc;}
.tour_info_box li:last-child{margin-right: 0;}
.tour_info_box li h5{padding-top: 70px; font-size: 18px; color: #333; background-repeat: no-repeat; background-position: top center; }
.tour_info_box li h5:after{content: ""; display: block; width: 40px; height: 2px; background-color: #555; margin: 8px auto 10px auto;}
.tour_info_box li p{font-size: 15px;}

.tour_info_box li .time{background-image: url(../images/sub/ico_time.png);}
.tour_info_box li .closed_on{background-image: url(../images/sub/ico_closed_on.png);}
.tour_info_box li .admission{background-image: url(../images/sub/ico_admission.png);}
.tour_info_box li .e_servise{background-image: url(../images/sub/ico_e_servise.png);}
.tour_info_box li .r_servise{background-image: url(../images/sub/ico_r_servise.png);}
.tour_info_box li .inquiry{background-image: url(../images/sub/ico_inquiry.png);}
.bundle{position: relative;}
.down_btn{position: absolute; top: 5px; left: 220px;}
.detail_btn{position: absolute; top: 5px; left: 275px;}

.list_a li:before{content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; background-image: url(../images/ico/ico_list_a.png);}
.down_btn{display: block; color: #fff;}


/* 단체관람 */
.c_mint{color: #0E5653;}
.group_see{height: 350px; background-image: url(../images/sub/group_see.jpg); background-repeat: no-repeat; background-position: right center;}
.group_see .guide_box_txt li:before{width: 5px; height: 5px; content: ""; display: inline-block; background-color: #10a0ab; border-radius: 6px; margin-bottom: 3px; margin-right: 8px;}
.group_see .guide_box_txt{height: 350px;}
.group_see .guide_box_txt .small{font-size: 15px; line-height: 1.4em;}
.date_form{width: 100px;}
.status_view_btn{display: inline-block; line-height: 33px; padding: 0 20px; background: #824d28; color: #fff;font-size: 16px; transition: 0.3s; box-sizing: border-box;}

.font_size23{font-size: 23px;}
.status_view{width: 100%;}
.status_view .boder_top{border-top: 2px solid #999;}
.status_view th{font-weight: 500; text-align: center; color: #383838; background-color: #ededed; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e6dbc9; padding: 7px 7px;}
.status_view td{font-weight: normal;border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9;padding: 5px 7px;}
.status_view .border_left{border-left: 1px solid #d9d9d9; }
.choice_btn{display: block; background-color: #ac7c5b; width: 75%; margin: 0 auto; color: #fff;}
.choice_btn:hover{background-color: #835a3d; color: #fff;}

._booking2{display: inline-block; background-color: #13736F; padding: 9px 35px; color: #fff; margin-top: 15px;transition: all 0.3s;}
._booking2:hover {background-color: #0E5653; color:#fff;}

/* 단체관람-예약현황보기 */
.status_view_Wrap{width: 100%; overflow-x: auto;}
.dateTimePicker_wrap2{margin-top: 20px; margin-bottom: 10px;}
.dateTimePicker_wrap2:after{content: ""; display: block; clear: both;}
.date_select{float: left; margin-right: 10px; line-height: 36px; color: #666;}
.situation_view{width: 180px; float: left;}
.status_btn{width: 125px ! important; }


@media (max-width:1199px){
.content_wrap img{max-width:100%;margin-top:0; margin-bottom:10px;}

	/* 박물관소개-인사말 */
	.greeting .name{width: 100%; padding :29px; bottom:0; right:0;}
	.Rcon{margin-left: 3%;}
	.Rcon .image{display: none;}
	
	/* 박물관소개-관람안내 */
	.tour_info_box li{width: 33.33%; margin-right: 0;}
	.tour_info_box li:nth-child(1){border-right: 0; border-bottom: 0;}
	.tour_info_box li:nth-child(2){border-right: 0; border-bottom: 0;}
	.tour_info_box li:nth-child(3){border-bottom: 0;}
	.tour_info_box li:nth-child(4){border-right: 0;}
	.tour_info_box li:nth-child(5){border-right: 0;}

	/* 전시안내-제1전시장 */
	.exhibit_txt{width: 100%;}
	
	/* 단체관람 */
	.guide_box_txt{width: 100%;}
}

@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;} 
    
    
    /* 조직도 */
    .org_Wrap .member{height: 250px;}
    
    
    
}
@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;}
	
	/* 박물관소새-조직 및 업무 */
	.org_Wrap{background: none;}
	.org_Wrap .member_Wrap{margin-top: 10px;}

	/* 전시안내-제1전시장 */
	.exhibit_txt{width: 100%;}
	
	
    
   
    
    /* 단체관람예약현황보기 */
    .situation_view input{height: 36px;}
    
    /* 조직도 */
    .org_Wrap .member{height: 370px;}
}

@media all and (max-width:915px) {
	.subContent img{width:100%}
	.content_wrap{background:none;}
	
	/* 박물관소개-인사말 */
	.greeting .name{position: static; width: 100%; padding : 29px;}
	.Rcon{margin-left: 3%;}
	.Rcon .image{display: none;}

	/* 박물관소개-개요 */
	.outline_Wrap .history li  .pc{display: none;}
	.outline_Wrap .history li .black{display: block;}
	
	/* 박물관소새-조직 및 업무 */
	.org_Wrap .member{height: 370px;}
	
	/* 박물관소개-박물관MI */
	.symbol_Wrap{padding: 15px;}
	.logo_Wrap{width: 100%;}
	.signature_Wrap{width: 100%; margin-top: 10px;}
	.signature_Wrap .kind{height: 46px;}
	
	/* 박물관소개-오시는길 */
	.__loc-top .bot li{margin: 5px 15px !important;}
	

	
	/* 전시안내-기획특별전시 */
	.guide_box2 .c_txt{width: 50%; padding: 20px 40px;}
	
	
	/* 전시안내- 야외전시장 */
	.outdoor_slide{width: 100%;}
	.slide_box{overflow: hidden;}
  
  
  /*오시는길*/
  .directions_top{height: 185px;  background-size: 100%;}

}


@media screen and (max-width: 991px) {	
	.__pdt-list tr > * {padding:10px;}
	.__pdt-list col.people {width:100px;}
	.__pdt-list col.state {width:130px;}
	.__pdt-list td.info .ico {margin-bottom:10px;}
	.__pdt-list td.info .ico span {margin-right:3px;}
	.__pdt-list td.info .subject a {font-size:20px;}
	.__pdt-list td.info ul {margin-top:7px;}
	.__pdt-list td.info ul li {font-size:13px;}
	.__pdt-list td.people li {font-size:13px;margin-top:3px;}
	.__pdt-list td.state li {margin:0 3px;display:inline-block;vertical-align:middle;}
	.__pdt-list td.state li > * {width:100px;height:30px;border-radius:15px;font-size:13px;line-height:28px;}
	.__pdt-list tr td.nomore {padding:40px 0;font-size:15px;}
	
	/* 박물관소개- 조직 및 업무 */
	.org_Wrap .director{width: 100%;}
	.org_Wrap .member{width: 100%; height: auto; margin-bottom: 10px; margin-right: 1%;  }
	.org_Wrap .member_Wrap{margin-top: 10px;}

}
@media all and (max-width:767px) { /* mobile ver */
    #lnb #sideNav {display:none;}
	.sub_tit h1{font-size:1.8em;}
	
	/* 예약안내페이지 */
	.res_directions li{width: 100%; float: none;}
	.res_directions .next{width: 20%; height: auto; margin-top: 30px; margin-left: auto; margin-right: auto;}

	/* 박물관소개-인사말 */
	.greeting .name{position: static; width: 100%; padding : 29px;}
	.Rcon{width:100%; margin-left:0;}
	.Rcon .image{display: none;}
	.Lcon{display: none;}
	
	/* 박물관소개-개요 */
	.outline_tit{width: 100%; margin-bottom: 10px;}
	.outline_Wrap .txt{width: 100%;}
	.outline_Wrap .history{width: 100%;}
	
	/* 박물관소개- 관람안내 */
	.tour_info_box li:nth-child(1){border-right: 2px solid #dcdcdc;}
	.tour_info_box li:nth-child(2){border-right: 2px solid #dcdcdc;}
	.tour_info_box li:nth-child(4){border-bottom: 0; border-right: 2px solid #dcdcdc;}
	.tour_info_box li:nth-child(5){border-bottom: 0; border-right: 2px solid #dcdcdc;}

	/* 박물관소개- 오시는길 */
	.__loc-top .bot{padding: 10px; text-align: left;}
	.__loc-top .bot li{display: block;}
	.__loc-top .bot li span{font-size: 13px;}
	.traffic_box .ico{width: auto; margin-left: 50%; transform: translateX(-50%);}
	.traffic_box .list_a{width: 100%; margin-top: 25px;}
	
	/* 교육/행사_어린이 고고학 체험교실 */
	.event_wrap{padding: 15px;}
	.event_wrap ._tit .event_image{width: 100%; margin-bottom: 10px; text-align:center;}
	.event_wrap ._tit .__txt {width: 100%; padding-left:0 !important;}
	.event_wrap ._booking {margin-left:0 !important;}
	
	
	/*교육행사-참가신청-교육 */
	.prgram-view .one{padding: 15px;}
	.prgram-view .one .img{width:80px;}
	.prgram-view .one .info {width: calc(100% - 80px); padding-left: 15px;}
	.prgram-view .one .info .subject{font-size:14px;}
	.prgram-view .two .con{padding: 20px 20px;}
	
	.reservation_in .info tr > *{padding :5px; font-size: 13px; max-width: 200px;}
	.form1{height: 246px; padding-left: 5px; font-size: 13px;}
	
	/* 교육/행사_행사안내 */
	/* .__pdt-list .img{width: 40%;}
	.__pdt-list tr > *{ padding: 10px;} */
	
		
	.__pdt-list .img {/*display:none;*/ width:100%;}
	.__pdt-list .img img {width:100%;}
	.__pdt-list,
	.__pdt-list tbody,
	.__pdt-list tr {display:block;font-size:0;}
	.__pdt-list tr {border-bottom:1px solid #ddd;padding:5px 0;}
	.__pdt-list tr:after {content:"";display:block;clear:both;}
	.__pdt-list td {display:block;border:none;box-sizing:border-box;display:inline-block;vertical-align:middle;padding:2% 5%;}
	.__pdt-list tr:hover td {background:none;}
	.__pdt-list td.info {width:100%;}
	.__pdt-list td.people {width:30%;}
	.__pdt-list td.state {width:100%;}
	.__pdt-list td.state li > * {width:150px;height:40px;border-radius:20px;font-size:18px;line-height:38px;}
	
	.__pdt-list tr td.nomore {padding:30px 0;font-size:13px;}
	
	.__ico1 {padding:0 5px;min-width:0;font-size:11px;}
		
	
	/* 전시안내-제1전시장 */
	.relic .item{width: 100%; height: 340px;}
	.exhibit_txt{width: 100%; position: static; padding: 0; margin-top: 10px;}
	.s_image li{display: none;}
	
	/* 전시안내-기획특별전시 */
	.img_poster{width:100%; margin-bottom: 10px; margin-top: 45px; }
	.special .one .info{width: 100%;}
	.__display.on{background: none;}
	.__display{background: none; color:#333; padding: 0; }
	.prgram-view .one .info .btn{margin-top: 0;}
	.ico_btn{top: 7px; right: 5px;}
	
	.guide_box2 .c_txt{position: static; width: 100%; padding: 15px;}
	
	/* 전시안내- 야외전시장 */
	.outdoor_txt{position: static; width: 100%;}
	.bx-prev{display: none;}
	.bx-next{display: none;}
	.__txt{position: static; width: 100%; padding: 20px;}
	
	/* 학술연구활동- 유물열람안내 */
	.reading_Wrap .in_tit{float: none; width: 100%; margin-bottom: 10px; font-size:18px;}
	.reading_Wrap .txt{float: none; width: 100%; font-size: 16px;}
	
	/* 단체관람 */
	.group_see{height: auto;}
	.guide_box_txt{width: 100%;height: auto; padding: 15px; }
	.group_see .guide_box_txt{height: auto;}
	
	/* 단체관람-예약현황보기 */
	.date_select{line-height: 25px;}
	.situation_view{width: 39%;}
	.status_btn{width: 125px;}
	.situation_view input{height: 36px;}
	
	/* 박물관소개-관람안내 */
	.tour_info_box li{width: 100%; height: auto; margin-right: 0;}
	
}



.__prgram-view .one {border-top:1px solid #333;background:#fafafa;border-bottom:1px solid #ddd;padding:30px 40px;}
.__prgram-view .one:after {content:"";display:block;clear:both;}
.__prgram-view .one .img {float:left;width:256px;}
.__prgram-view .one .info {width:calc(100% - 256px);float:right;padding-left:65px;box-sizing:border-box;}
.__prgram-view .one .info .subject {font-size:22px;font-weight:500;color:#000;}
.__prgram-view .one .info .ico {margin-top:10px;}
.__prgram-view .one .info .ico span {margin-right:5px;}
.__prgram-view .one .info ul {margin-top:20px;}
.__prgram-view .one .info ul li {margin-top:5px;font-size:16px;color:#333;}
.__prgram-view .one .info ul li:first-child {margin-top:0;}
.__prgram-view .one .info ul li strong {font-weight:normal;color:#888;}
.__prgram-view .one .info .btn {margin-top:40px;}
.__prgram-view .one .info .btn .__btn1 {width:140px;margin-right:10px;text-align:center;}
.__prgram-view .two {margin-top:60px; margin-bottom:60px; }
.__prgram-view .two h3 {background:#13736F;padding:12px;text-align:center;color:#fff;font-size:20px;font-weight:500;}
.__prgram-view .two .con {margin-top:30px;font-size:15px;line-height:1.5em; margin-bottom:30px; width:100%;}
.__prgram-view .two .con * {max-width:100% !important;}


@media all and (max-width:1000px){
	.__prgram-view .one {padding:10px;}
	.__prgram-view .one .img {width:200px;}
	.__prgram-view .one .info {width:calc(100% - 200px);padding-left:30px;}
	.__prgram-view .one .info .subject {font-size:16px;}
	.__prgram-view .one .info .ico {margin-top:7px;}
	.__prgram-view .one .info .ico span {margin-right:3px;}
	.__prgram-view .one .info ul {margin-top:15px;}
	.__prgram-view .one .info ul li {margin-top:3px;font-size:13px;}
	.__prgram-view .one .info .btn {margin-top:20px;}
	.__prgram-view .one .info .btn .__btn1 {width:auto;margin-right:5px;}
	.__prgram-view .two {margin-top:30px;}
	.__prgram-view .two h3 {padding:10px;font-size:16px;}
	.__prgram-view .two .con {margin-top:30px;font-size:13px;line-height:1.4em;}

}

@media all and (max-width:768px){
	.__prgram-view .one {padding:10px;}
	.__prgram-view .one .img {width:80px;}
	.__prgram-view .one .info {width:calc(100% - 80px);padding-left:15px; float:left;}
	.__prgram-view .one .info .subject {font-size:14px;}
	.__prgram-view .one .info .ico {margin-top:5px;}
	.__prgram-view .one .info ul {margin-top:10px;}
	.__prgram-view .one .info ul li {margin-top:2px;font-size:12px;}
	.__prgram-view .one .info .btn {margin-top:15px;}
	.__prgram-view .one .info .btn .__btn1 {margin-right:2px;padding:0 10px;}
	.__prgram-view .two {margin-top:20px;}
	.__prgram-view .two h3 {padding:10px;font-size:14px;}
	.__prgram-view .two .con {margin-top:20px;font-size:12px;line-height:1.4em;}
	.__prgram-view .two .con * {font-size:12px !important;line-height:1.4em !important;}
	.__prgram-view .one {padding:10px;}
	.__prgram-view .one .img {width:100%; text-align:center;}
	.__prgram-view .one .info {width:100%;padding-left:0; margin-top:20px;}
	.__prgram-view .one .info .btn {display:block;}
	.__prgram-view .one .info .btn .__btn1 {font-size:12px;} 
}





@media (max-width:580px){
  .directions_top{height: 122px;}
}

@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;}
}




/* 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:40px auto 10px;padding:25px 140px 25px 160px; overflow:hidden; background:#f5f5f5 url(/storyCms/yesan/images/etc/bg_satisfied.png) 43px center no-repeat;}
.wrp-satisfied dl {overflow:hidden;}
.wrp-satisfied dt {clear:both; font-weight:300; color:#333; word-break:keep-all; padding:0 0 10px;}
.wrp-satisfied dd > div {display:inline-block; margin-right:10px;}
.wrp-satisfied dd > div:last-child {margin-right:0;}
.wrp-satisfied dd img {margin-top:-6px;}
.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 {}
.btn-satisfied {position:absolute; top:50%; right:36px; margin-top:-18px; min-width:0; display: inline-block; background-color: #2aa9a6; padding: 9px 35px; color: #fff; transition: all 0.3s;}
.btn-satisfied:hover {background-color: #129693; }
.page_modi {padding:20px 0; font-size:13px; margin:0 auto;}

/* 공공누리 디자인 */
.koglStyle {margin:0 auto !important; font-size:14px !important; font-weight:400 !important; line-height:1.2;}
.koglStyle img {top:50% !important; margin-top:-27px;}
.codeView05.koglStyle img {margin-top:-13px;}

@media (max-width:960px){
.cont-bottom-wrap{overflow:hidden; /* margin-top:30px */;}
.wrp-satisfied{padding:20px 8px; background:#f5f5f5; text-align:center;}
.wrp-satisfied button {position:static; width:100%; margin-top:10px;}
.wrp-satisfied dt {font-size:1em;}
}
@media (max-width:500px){
.wrp-satisfied label {margin-right:50px;}
}
/* 댓글 */
.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 !important;}
.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%;}
   .in_tit{font-size: 22px; }
}

/*울산문양*/
.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 .233em;color:#154383;}
.hb1.h4{font-size:1.3em;padding:0 0 0 1.3em;background:url('../images/ico/h4bg.png') no-repeat 3px 4px;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 */

/* 불릿없는제목*/
.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 */

strong{font-weight:500 !important;}

/* Anchor 
:link,
:visited{color:#039;} */

/* 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;}
ul.bu li .label border{margin-top:-5px;}
/* 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;}
.bg03{background:#f7f7f7; border:1px solid #ddd;}
.bd01{border:1px solid #d2dde8;}
.pd1em{padding:1em !important; margin:0.666em 0;}
.pd2em{padding:2em !important; margin:0.666em 0;}
.bgNone{background:none;}
.txt_box{width:100%; height:300px; padding:10px; overflow-y:scroll; border:1px solid #a9a9a9; margin-top:1em; background:#fff;}
.w100{width:100%;}
.w80{width:80%;}
.w70{width:70%;}
.w50{width:50%;}

p .img{width:100%;}
.img img{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; font-weight:bold; 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 span{display:inline-block; width:100%;/*  border-top:dotted 1px #ddd; */ margin-top:8px; padding-top:5px; color:#969696; font-weight:normal !important;}
.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 span{float:left; display:inline-block; font-size:1.5em; padding:30px 10px;}
.process span.moVer{display:none;}
.process span.pcVer{} */
.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:30px; border-radius:50px; text-align:center; background:rgb(20,110,216); color:#fff !important; 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:160px; display:table; border:10px solid transparent; /* -webkit-border-image:url(../images/sub/borderBg.png) 10 round; */ /* Safari 5 */ 
/* -o-border-image:url(../images/sub/borderBg.png) 10 round; */ /* Opera */ 
border-image:url(../images/sub/borderBg.png) 10 round !important;
padding:2em 1.5em 2em 250px;  margin:1em 0; margin-bottom:30px;}
/* .infoBox span{display:block;color:#0061d4; font-size:1.3em; font-family:'Noto Sans Korean Regular'; margin-bottom:0.5em; } */

/* infoBox img */
.install{background:url('../images/sub/install.png') no-repeat 50px center; font-size:1.1em;}
.report1{background:url('../images/sub/report1.png') no-repeat 50px center; font-size:1.1em;}
.report2{background:url('../images/sub/report2.png') no-repeat 50px center; font-size:1.1em;}
.report3{background:url('../images/sub/report3.png') no-repeat 50px center; font-size:1.1em; padding-top:30px;}
.report4{background:url('../images/sub/report4.png') no-repeat 50px center; font-size:1.1em;}
.report5{background:url('../images/sub/report5.png') no-repeat 50px center; font-size:1.1em;}
.report6{background:url('../images/sub/report6.png') no-repeat 50px center; font-size:1.1em;}
.roadName{background:url('../images/sub/roadName.png') no-repeat 50px center; font-size:1.1em;}
.webzine{background:url('../images/sub/webzine.png') no-repeat 50px center; font-size:1.1em;}
.kakao{background:url('../images/sub/kakao.png') no-repeat 60px center; font-size:1.1em;}

/* @media (max-width: 991px){
.infoBox{background-position:50px center;}
.report3, .report4, .report5, .report6{background-position:50px 10px;}
.report2{background-position:70px 30px;}
} */

@media (max-width: 765px){
.infoBox{padding:1em; font-size:1em; min-height:100px; height:auto; min-height:100px; background:none !important; border:8px solid transparent;}
.infoBox br{display:none;}
}



/* 인풋 너비값 */
.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; margin-right:5px;}
i.fax{display:inline-block; background:url('../images/sub/fax.png') center 3px no-repeat; width:16px; height:19px;}
i.tel{display:inline-block; background:url('../images/sub/tel.png') center no-repeat; width:20px; height:19px;}

/* 행정서비스 */
.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; /* display:relative; */ display:none;}
.boxLink ul{width:100%; height:200px;overflow: auto; border:1px solid #5f7082; border-top:none; /* position: absolute; */ z-index:999; 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%;}
}

/* 기업현황 */
.copWrap{overflow:hidden; width:100%; border:1px solid #ddd; margin-bottom:10px; }
.copWrap:first-child{margin-top:30px;}
.copWrap .img{position:relative; overflow:hidden;float:left; width:30%; height:200px;}
.copWrap .img .ov{display: none; position: absolute; width:100%; height:200px; background:rgba(0,0,0,0.5);}
.copWrap .img .ov span{display: inline-block; position: absolute; top: 50%; left: 50%; margin: -18px 0 0 -18px; width: 37px; height: 37px; background: url(../images/sub/more.png) no-repeat center; font-size: 0;}
.copWrap .img img{width:100%; height:100%;}
.copWrap > dl{float:left; overflow:hidden; width:calc(70% - 20px); margin:10px 0 10px 20px;}
.copWrap > dl dt{float:left; width:90px; text-align:center; padding:5px;height:30px; background:#00a53b; color:#fff; margin:3px 0;line-height:1.2em; letter-spacing:-1px;}
.copWrap > dl dd{float:left; width:calc(100% - 100px); padding:5px; height:30px; margin:3px 0 3px 10px;}
.copWrap .img:hover .ov{display:block;}
@media (max-width: 640px){
.copWrap .img .ov{height:auto; height:300px;}
.copWrap .img{width:100%; height:auto; height:300px;}
}


/* 나눔장터 */
.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%; border: 1px solid #ddd;}

/*울주군민의 노래*/
.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 5px 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:15px; display:table;}
.mbannList dt{/* float:left;*/ width:60%; font-weight:bold;}
.mbannList dt>a{display:inline-block; padding:0 1em;}
.mbannList dd{float:right;/*  width:50%; text-align:center;*/}
.mbannList dd > a > img{margin-bottom:0;}

@media (max-width:500px) {
	.mbannList{display:block;}
	.mbannList dt{width:100%;}
	.mbannList dt>a{padding:0 0 1em 0;}
	.mbannList dd {width:100%;}
	.mbannList dd > a > img{clear:both; width:100%;}
}

/*공공누리 오픈이미지*/
.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)}


/* 공유재산폼 */
.shareForm{width:100%; overflow:hidden;}
.shareForm dt{float:left; width:15%; margin:5px 0; line-height:35px; background:url('../images/ico/li1bg.png') no-repeat 5px 15px; padding-left:15px;}
.shareForm dd{float:left; width:35%; margin:5px 0;}
.shareForm dd select{width:200px; margin:5px 0; border:1px solid #ddd; height:30px;}
.shareForm dd input{width:40%; margin:5px 0;} 

@media (max-width:768px) {
	.shareForm dt{float:left; width:33%;}
	.shareForm dd{float:left; width:67%;}
}

/* 연혁 */
.history_wrap{overflow:hidden; margin:30px 0; font-size:1.1em;}
.history_wrap .history_title{float:left;width:200px; min-height:200px; background:#00a53b; padding:20px !important; color:#fff; font-family:'Noto Sans Korean Medium'; line-height:3.0em;}
.history_wrap .history_title.bgcolor2{background:#009a94}
.history_title p{font-size:2.0em; font-weight:400; letter-spacing:-2px;}
.history_wrap .history_title span{color:#999; font-size:1.5em; font-weight:400;}
.history_wrap .history_title img{margin-top:30px;} 
.history_wrap .history_con{float:left; margin-left:50px; width:calc(100% - 250px);}
.history_wrap .list_1st{float:left;position:relative; padding-left:14px; /* width:calc(100% - 200px); */width:100%;}
.history_wrap .list_1st:before{content:"";display:block;position:absolute;left:20px;top:30px;;width:1px;height:calc(100% - 100px);background:#ddd;}
.history_wrap .list_1st li{position:relative;padding-top:20px;padding-bottom:15px;background:none;overflow:hidden}
.history_wrap .list_1st li:after{display:block;position:absolute;left:30px;bottom:0; content:"";width:100%;height:1px;border-bottom:1px dashed #ddd}
.history_wrap .list_1st li p{margin:10px 0 10px 30px;}
.history_wrap .list_1st li span{clear:both; display:inline-block; width:100%;}
.history_wrap .list_1st li span.year{padding-left:33px; font-size:20px;color:#006ac3; font-weight:bold}
.history_wrap .list_1st li span.year_st{font-size:20px;color:#006ac3; font-weight:bold}
.history_wrap .list_1st li span.year_st:before{display:inline-block;content:""; width:15px; height:15px; border:4px solid #146ed8; background:#fff; border-radius:50%; vertical-align:middle; margin-right:10px;}
.history_wrap .list_1st li span.con{margin-top:10px;margin-left:10px;padding-left:5%; width:95%;line-height:28px; letter-spacing:-1px;}
.history_wrap .list_1st li span.con em{display:block}
.history_wrap .list_1st li dl{margin:20px 0 20px 20px;}
.history_wrap .list_1st li dl dt{display:block; font-weight:bold;background:url('../images/ico/li2bg.png') no-repeat 5px 9px; padding-left:15px; margin:10px 0 5px 0;}
.history_wrap .list_1st li dl dd{display:block; padding-left:15px;}
@media all and (max-width:991px){ 
	.greeting{width:100%; background:none; padding-left:0;}
}
@media all and (max-width:640px){
.greeting .em{display:inline-block; font-size:1.5em;}
.greeting .end span em{font-size:1.2em;}
.history_wrap .history_title{width:100%; padding:40px 0;  background-size:43%; min-height:150px;}
.history_wrap .history_title img{display:none;}
.history_wrap .history_con{width:calc(100% - 20px); margin-left:20px;}
}

/* 조직도 */
.organization1{overflow:hidden; position:relative; letter-spacing:-1px; margin-top:30px;}
.organization1 *{list-style:none;padding:0;margin:0;}
.organization1 li{position:relative;}
.organization1 a{display:block;text-decoration:none !important;}
.organization1 a[href]:hover,
.organization1 a[href]:focus{opacity:0.9}
.organization1 .ins{width:180px;height:43px;line-height:40px;margin:30px auto;padding:0;color:#fff;font-size:1.1em;border:0;background:#266bca;text-align:center;}
.organization1 .orgBr{position:absolute; right:0; top:10px; z-index:9;}

.organization1 .lv0{width:180px;height:80px;margin:0 auto 30px;color:#fff;font-size:1.2em;border:0;background:#3659bf;text-align:center;}
.organization1 .lv0 .t1{display:block;height:40px;line-height:38px;}
.organization1 .lv0 .t2{display:block;height:40px;line-height:35px;color:#333;border:1px solid #266bca;background:#fff;}
.organization1 .lv0:after{content:'';display:block;position:absolute;left:50%;top:80px;height:30px;border-left:1px solid #bdbdbd;}
.organization1 .lv1{width:180px;height:43px;line-height:40px;margin:30px auto;padding:0;color:#fff;font-size:1.2em;border:0;background:#266bca;text-align:center;}
.organization1 .lv1:after{content:'';display:block;position:absolute;left:50%;top:43px;height:30px;border-left:1px solid #bdbdbd;}

.organization1 .lv1.bar0:after{border:0;}
.organization1 .lv2 .group{overflow:hidden;margin:0 -1%;}
.organization1 .lv2 .group>li{float:left;/* width: calc((100% / 3) - 2%); */margin:0 1%;}
.organization1 .lv2 .group>li>a{position:relative;display:block;height:43px;line-height:40px;margin:30px 0 0;padding:0 10px;color:#fff;background:#767676;}
.organization1 .lv2 .group>li>a>i{position:absolute;right:10px;top:50%;margin-top:-8px;display:block; width:15px;height:15px;background:url('../images/sub/orgPlus.png') no-repeat;background-size:contain;}
.organization1 .lv2 .group>li>a:before{content:'';display:block;position:absolute;left:50%;top:-30px;height:30px;border-left:1px solid #bdbdbd;}
/* .organization1 .lv2 .group>li>a.noLine:before{content:'';display:none;position:absolute;left:50%;top:-30px;height:30px;border-left:1px solid #bdbdbd;} */
.organization1 .lv2 .group>li>ul{overflow:hidden; border:1px solid #59759c; border-top:0; padding:1em;}
.organization1 .clr0 .group>li>a{background:#59759c;}
.organization1 .lv2 .group .part li:before{display:inline-block; content:''; width:3px; height:2px; background:#bbb; margin:0 5px 4px 5px;}

.pt1 .group{border-top:1px solid #59759c;}
.pt1 .group > li{width: calc((100% / 1) - 2%);}
.pt1 .group .part li{float:left; width:calc(100% / 6)}
.pt2 .group > li{width: calc((100% / 2) - 2%);}
.pt3 .group > li{width: calc((100% / 3) - 2%);}
.pt4 .group > li{width: calc((100% / 4) - 2%);}
.pt5 .group > li{width: calc((100% / 5) - 2.01%);}
.pt6 .group > li{width: calc((100% / 6) - 2%);}
.pt3:before {content:'';display:block; margin-left:16%;top:70px;width:calc(100% - (15.95% * 2));border-top:1px solid #bdbdbd;}
.pt4:before {content:'';display:block; margin-left:11.7%;top:70px;width:calc(100% - (11.65% * 2));border-top:1px solid #bdbdbd;}
.pt5:before {content:'';display:block; margin-left:9.2%;top:70px;width:calc(100% - (9.15% * 2));border-top:1px solid #bdbdbd;}
.pt6:before {content:'';display:block; margin-left:7.5%;top:70px;width:calc(100% - (7.5% * 2));border-top:1px solid #bdbdbd;}

@media all and (max-width:640px){
.organization1 .lv0, .organization1 .lv1{width:30%;}
.organization1 .ins{width:100px;height:40px;line-height:40px;margin:30px auto;padding:0;color:#fff;font-size:1.0em;border:0;background:#266bca;text-align:center;}
.pt3 .group > li, .pt4 .group > li, .pt5 .group > li, .pt6 .group > li{width:calc(50% - 2%);}
.pt3:before, .pt4:before, .pt5:before, .pt6:before{content:'';display:block; margin-left:24.5%;top:70px;width:calc(100% - (24.4% * 2));border-top:1px solid #bdbdbd;}
.pt1 .group .part li{float:left; width:calc(100% / 3);}
.organization1 .lv2 .group>li>ul{padding:0.5em;}
.organization1 .lv2 .group .part{height:115px;}
.pt1 .group .part{height: 65px !important;}
.organization1 .lv2 .group .part li{float:left;}
.organization1 .lv1{font-size:1.1em;}
}

.organization1 .lv1-1{background:#146ed8}
.organization1 .lv1-2{background:#e3731f}
.organization1 .lv1-3{background:#22ac38}
.organization1 .lv1-4{background:#009465}
.organization1 .lv1-5{background:#6c59b1}
.organization1 .lv1-6{background:#ea68a2}
.organization1 .lv1-7{background:#3c5874}

/* .organization1 [class*=org]{margin:50px 0;} */

/* 장학금 */
.scholarBox{position:relative; overflow:hidden; width:100%; border:1px solid #59a3fc; margin-top:30px;}
.scholarBox h3{font-size:1.5em; padding:0.2em 1em; line-height:45px; height:53px; background:#59a3fc; color:#fff; position:relative;}
.scholarBox h3 span{text-overflow: ellipsis; width:calc(100% - 100px); overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: inline-block;}
.scholarBox h3 a{position:absolute; top:0; right:0; display:inline-block; font-size:14px; background:#166bce; color:#fff; width:120px; text-align:center; height:53px; padding-top:5px; font-family: 'Noto Sans Korean Regular'}
.scholarBox h3 a:hover{background:#0352ae;}
.scholarBox > p{margin:0.5em 0; font-size:1.3em; font-weight:bold; padding:0.5em 1em; display:inline-block; float:left;}
.scholarBox > p > strong{font-size:0.8em; display:inline-block; border:1px solid #146ed8; border-radius:20px; height:35px; line-height:30px; padding:0 15px; margin-right:5px;}
.scholarBox form{float:left;}
.scholarBox form > input[type=button], .scholarBox form > input[type=submit]{position:absolute; top:72px; right:1em; font-size:1em; display:inline-block; border-radius:20px; border:0; height:35px; width:100px; line-height:30px; padding:0 15px; color:#fff;}
.ProCon1{background:#009736;}
.ProCon2{background:#ff6429;}
.ProCon3{background:#686868;}
.scholar{overflow:hidden; width:90%;margin:20px auto;}
.scholar dt{float:left; width:100px;padding:0 0 0 1.2em;background:url('../images/ico/li1bg.png') no-repeat 5px 8px; margin-left:10px;}
.scholar dd{float:left; width:calc(100% / 3 - 120px);}
.scholar dd select{margin-left:3px;}
@media all and (max-width:1199px){
.scholar dt{width:30%; padding:5px 0 0 20px; background:url('../images/ico/li1bg.png') no-repeat 5px 13px;}
.scholar dd{width:60%; padding:5px 0;}

.event_wrap ._tit .__txt {padding-left:30px;} 
.event_wrap ._booking {margin-left:30px;} 
.event_wrap .__txt ._booking  {margin-left:0;} 
}

.scholarStep{overflow:hidden; width:100%; border:1px solid #146ed8;}
.scholarStep li{position:relative; float:left; height:50px; width:calc(100% / 3); margin-left:-1px; text-align:center; font-size:1.1em; line-height:48px; letter-spacing:-1px; border-left:1px solid #146ed8;}
.scholarStep li:after{position:absolute; right:-8px; top:16px; z-index:90; display:inline-block; content:''; transform: rotate(45deg); width:15px; height:15px; border:1px solid #146ed8; border-left:none; border-bottom:none; background:#fff;color:#146ed8;}
.scholarStep li:last-child:after{display:none;}
.scholarStep li:first-child{border-left:none;}
.scholarStep li.on{background:#146ed8; color:#fff; font-weight:bold;}
.scholarStep li.on:after{background:#146ed8 !important;}
@media all and (max-width:961px){
		
	    .scholarBox {padding-bottom:0px;}
}
@media all and (max-width:680px){
.scholarStep li{position:relative; float:left; width:calc(100% / 3);}
.scholarStep li:nth-child(1), .scholarStep li:nth-child(2), .scholarStep li:nth-child(3){border-bottom:1px solid #146ed8;}
.scholarStep li:nth-child(3){border-right:none;}
.scholarBox h3{font-size:1.3em;}
.scholarBox h3 a{width:85px;}
.scholarBox form{width:100%;}
.scholarBox form > input[type=button], .scholarBox form > input[type=submit]{position:inherit; width:100% !important; border-radius:0;}
.scholarBox > p{font-size:1.2em;}
.scholarBox > p > strong{font-size:0.8em; display:inline-block; height:33px; line-height:30px; padding:0 1em;}

}

/* 군정소식지 list*/
.ebook{overflow:hidden; width:calc(100% + 2%); margin:30px 0 0 -1%;}
.ebook li{float:left; width:calc((100% / 5) - 2%); margin:20px 0.99%;}
.ebook li .img{width:100%; border:1px solid #ccc; padding:3px; height:230px;}
.ebook li span{font-size:1.5em; font-weight:400; padding:10px 0;}
.ebook li dl{overflow:hidden; width:100%; margin-bottom:5px;}
.ebook li dl dt{font-size:1.15em; font-weight:400; padding:10px 0 5px 0; font-weight:600;}
.ebook li dl dd{font-size:1em;}
.ebook li dl dd:before{display:inline-block; content:''; width:3px; height:2px; background:#555; margin:3px;}
.ebook li dl dd .btn:before{display:none; content:'';}
.ebook .btn_ebook_down{display:block; width:95%; height:35px; border:1px solid #888; margin:10px auto; letter-spacing:-1px; text-align:center; line-height:30px;}
.ebook .btn_ebook_down:hover{border:2px solid #146ed8;}
@media all and (max-width:1200px){
	.ebook li{width:calc((100% / 3) - 2%);}
	.ebook li .img{height:300px;}
}
@media all and (max-width:768px){
	.ebook li .img{height:230px;}
}
@media all and (max-width:500px){
	.ebook{margin:15px 0 0 -1%;}
	.ebook li{width:calc(100% - 2%); margin:10px 1%;}
	.ebook li .img{height:380px;}
}


/* 뷰어다운 */
.viewer{overflow:hidden; width:100%; border:1px solid #ddd; padding:20px; margin:10px 0;}
.viewer .viewer_img{width:20%; max-width:100px; float:left; margin-right:20px;}
.viewer .viewer_img img{width:100%;}
.viewer .viewer_txt{float:left; width:calc(80% - 20px)}
.viewer h4{font-weight:bold; font-size:1.3em; margin:10px 0;}
.viewer p{margin:10px 0;}
.viewer a{width:100px;}
@media (max-width: 500px){
	.viewer{margin:5px 0;}
	.viewer h4{font-size:1.1em;}
	}

/* 사이트맵 */
.siteMap{overflow:hidden; width:100%;}
.siteMap a{color:#000; letter-spacing:-1px}
.siteMap h3{font-size:1.6em;padding:0 0 0 1.1em;background:url('../images/ico/h3bg.png') no-repeat 0 .1em;color:#000; margin-top:30px; padding-bottom:15px; border-bottom:1px solid #ddd;}
.siteMap .d1{overflow:hidden; width:calc(100% + 2%); margin:20px 0 0 -1%; display:table;}
.siteMap .d1>li{overflow:hidden;  width:calc((100% / 4) - 2.32%); margin: 10px 1%; display:inline-block; vertical-align:top;}
.siteMap .d1>li>a{display:inline-block; width:100%; height:50px; padding:8px 0 0 0; margin-bottom:10px; line-height:1.8em; border:2px solid #ddd; box-sizing:border-box; text-align:center; font-size:1.1em;}
.siteMap .d1>li>a:hover{border:2px solid #146ed8;}
.siteMap .bu>li>a:hover{text-decoration:underline;}
@media (max-width: 680px){
	.siteMap .d1>li{width:calc((100% / 2) - 2%);}
}

/* 오시는길 */
.map{width:100% !important; border:1px solid #ddd; height:500px !important;}
@media (max-width: 500px){
	.map{height:350px !important;}
	}
	 
/* 국민신문고 안내 */
.ePeople{background: #6dacf6; /* border: 5px solid #75b4fd; */ color: #fff; text-align: center; padding: 1em; margin-bottom: 1em; font-size: 1.2em; font-family: 'Noto Sans Korean DemiLight';}


/* 분야별정보 통합링크 */
.united_link {position:relative; overflow:hidden;}
.united_link li {padding:10px;}
.united_link li>div {padding:30px 10px; border:1px solid #ddd; text-align:center; }
.united_link li>div>p {font-size:16px; font-weight:bold;}
.united_link li>div>i {display:block; width:130px; height:150px; margin:0 auto 10px; background-size:contain; background-repeat:no-repeat;}
.united_link li>div>i.i_estate_1 {background-image:url('../images/sub/i_estate_01.jpg');}
.united_link li>div>i.i_estate_2 {background-image:url('../images/sub/i_estate_02.jpg');}
.united_link li>div>i.i_estate_3 {background-image:url('../images/sub/i_estate_03.jpg');}
.united_link li>div>i.i_estate_4 {background-image:url('../images/sub/i_estate_04.jpg');}
.united_link li>div>i.i_edu_1 {background-image:url('../images/sub/i_edu_01.jpg');}
.united_link li>div>i.i_edu_2 {background-image:url('../images/sub/i_edu_02.jpg');}
.united_link li>div>i.i_edu_3 {background-image:url('../images/sub/i_edu_03.jpg');}
.united_link li>div>i.i_edu_4 {background-image:url('../images/sub/i_edu_04.jpg');}
.united_link li>div>a {display:inline-block; margin-top:10px;}


/* 부동산중개업 갤러리리스트 */

.propertyList{overflow:hidden; width:100%; margin:2px 0; border:1px solid #ddd;}
.propertyList .photo{overflow:hidden; float:left; width:21%; height:175px; min-width:180px;}
.propertyList .photo .num{width:50px; height:50px; float:left; text-align:center; margin-top:40%;}
.propertyList .photo img{width:calc(100% - 50px); height:175px;}
.propertyList .info{float:left; width:70%;}
.propertyList .info dl{overflow:hidden; width:100%;}
.propertyList .info dl dt{float:left; width:100px; background:#f3f8fd; text-align:center; height:35px; line-height:2.3em;}
.propertyList .info dl dd{display:inline-block; width:calc(100% - 110px); padding-left:10px; height:35px; line-height:2.3em;}

@media (max-width:768px){
.propertyList .photo .num{display:none;}
.propertyList .photo img{width:100%; height:auto;}
.propertyList .photo, .propertyList .info{width:100%; height:auto;}
}


/* 부동산중개 수수료 안내 팝업 */
.tooltip-wrap {position: relative;}
.layer-content{padding-top:50px;}
/* .layer-content .radio02{margin-top:5px;} */
.calcPopTit{background:#146ed8; color:#fff; font-size:1.5em; height:50px;line-height:2.0em; padding-left:1em; position: absolute; top:0; left:0; width:100%; }
.chart-pop {
  display: none;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  padding: 15px 10px;
  border: 5px solid #146ed8;
  background-color: #fff;
  z-index: 999;
}

.chart-pop .chart-close01 {
  position: absolute;
  width:30px;
  height:30px;
  right: 5px;
  top: 5px;
  background: url(/tkbframe/theme/basic/assets/images/sub/close.png) no-repeat center center;
}


/* 장학금 신청 학점환산표 팝업 */
.scholPop { width: 600px !important; height:500px;}
.scholPop .layer-content{ height:470px; overflow-y: scroll;}

@media (max-width: 680px){
	.chart-pop{left: 0; margin-left: 0; width: 100%;}
	.scholPop{width: 100% !important;}
	}
	
	
/* 고시공고 */
.iframe_wrap {/* overflow:hidden; */}
.iframe_wrap iframe{width:100%;border:0;height:700px;overflow:hidden;}

@media all and (max-width:620px) {
	.iframe_wrap iframe {overflow-x:auto;overflow-y: hidden;}
}


/* 참여소통 - 국민생각함 */
.idea_wrap,
.idea_wrap .idea_list {overflow:hidden;}
.idea_wrap .idea_list>li {padding:0 10px; margin-bottom:20px;}
.idea_wrap .idea_list>li .idea_con {display:block; border:1px solid #ddd;}

/* 이미지 영역 */
.idea_img {position:relative;}
.idea_img .ico_step {
	position:absolute; top:0; left:0; z-index:1; padding:3px 8px 3px 30px;
	background-color:rgba(0,0,0,.5); background-repeat:no-repeat; background-size:18px; background-position:5px center;
}
.idea_img .ico_step em {color:#fff !important; vertical-align:super; font-size:12px;}
/* 탄생 */.idea_img .ico_step.step01 {background-image:url("http://idea.epeople.go.kr/images/apiImage05.png");}
/* 발전 */.idea_img .ico_step.step02 {background-image:url("http://idea.epeople.go.kr/images/apiImage06.png");}
/* 안전 */.idea_img .ico_step.step03 {background-image:url("http://idea.epeople.go.kr/images/apiImage07.png");}
.idea_img .thumb {position:relative;}
.idea_img .thumb .ico_user {position:absolute; bottom:0; left:0; width:100%; height:45px; line-height:45px; background:rgba(0,0,0,.7); color:#fff;}
.idea_img .thumb .ico_user img {display:inline-block; margin:0 5px 0 15px; width:25px; height:25px; border-radius:50%; overflow:hidden;}


/* 텍스트 영역 */
.idea_txt {padding:10px;}
.idea_txt p {min-height:45px; overflow:hidden; white-space:normal; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.idea_txt p em {margin-right:10px;}
.idea_txt .num {display:block; overflow:hidden; margin-top:15px;}
.idea_txt .num>li {float:left; margin-right:10px;}
.idea_txt .num>li>* {vertical-align:middle;}
.idea_txt .num>li>a {
	width:30px; height:30px; font-size:0; display:inline-block; margin-right:7px;
	background-repeat:no-repeat; background-image:url(../../assets/images/sub/num.png); background-size:100px auto;}
.idea_txt .num>li>a.like {background-position:0 0;}
.idea_txt .num>li>a.idea_share {background-position:0 -50px;} 
.idea_txt .num>li>a.join {background-position:0 -200px;}  
.idea_txt .num>li>span {font-size:16px; font-weight:bold;}