@charset "utf-8";
/*	
	-----------------------------------------------
	* sub.css
	-----------------------------------------------
*/

.ctn_area h1.depth_tle {margin:15px 0 0;color:#3b3a3a;font-size: 24px;font-weight:800;line-height:1.3;}
.ctn_area h1.depth_tle:before {display:block; margin:0 0 0.4em; width:20px; height:4px; background:#3589d8; content:'';}

.ctn_area .depth_01 {margin:20px 0 0;}
.ctn_area .depth_01 li:before {display:inline-block;margin: 4px 8px 0 0;width:10px;height:10px;background:rgb(79,210,237);background: linear-gradient(135deg, rgba(79,210,237,1) 50%, rgba(57,57,185,1) 50%);vertical-align: top;content:'';}
.ctn_area .depth_01 li {padding:0 0 0 0.8em;margin:0 0 1em;color:#3b3a3a;font-size: 17px;font-weight:700;}
.ctn_area .depth_01 li:after{content:''; display:block; clear:both;}
.ctn_area .depth_01 ol.list_num{margin-top:10px;}
.ctn_area .depth_01 ol.list_num li{font-size:15px; font-weight:400; color:#757575; background:none;}

.ctn_area h2 {padding: 0 0 0 1.5em;margin: 2.3em 0 1em; color:#3b3a3a; font-size:21px; font-weight:700;}
.ctn_area .depth_02 {margin:13px 0 0 15px;}
.ctn_area .depth_02 li:before {display:inline-block; width:3px; height:3px; margin:0 0.3em 0 0; background:rgb(79,210,237); vertical-align:middle; content:'';}
.ctn_area .depth_02 li {padding:0;margin: 0 0 4px;background:none;color:#757575;font-size:14px;font-weight:400;}
.ctn_area .depth_02 li strong {color:#1b6094;}

.ctn_area .depth_03 {margin:10px 0 8px !important;}
.ctn_area .depth_03 li {padding:0; margin:0 0 10px 12px; background:none; color:#a5a5a5; font-size:14px; font-weight:300;}
.ctn_area .depth_03 li:before {display:inline-block; width:4px; height:1px; margin:0 0.3em 0 0; background:#a5a5a5; vertical-align:middle; content:'';}

.ctn_area .depth_none {padding:0; margin:5px 0 0 17px; background:none; color:#757575; font-size:14px; font-weight:400;}



/* 컨텐츠 */
.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.1em; 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;}

@media (max-width:1199px){
.content_wrap img{max-width:100%;margin-top:0; margin-bottom:10px;}
}

@media (min-width:1200px){
	.content_wrap img {
		max-width: 100%; margin:0;
	}
}
@media (max-width:1024px){
.content_wrap{width:100%; display:block; padding:0px 15px;}
.content_wrap .sub_tit{padding:0px 0px 20px 0px;}
.tit_link{position:relative; float:right; top:0; margin-top:10px;}
}

@media all and (min-width:1024px) { /* pc ver */
    #lnb #sideNav {float:left; border-top:none; border-bottom:none; height:100%; padding-bottom:0;}
    #lnb #sideNav .btnClose {display:none;} 
}
@media all and (min-width:1200px) { /* pc ver2 */
/*#lnb {position:absolute; top:240px;width: 240px;}
.content_wrap {    width: 915px;}
*/
}
@media all and (min-width:768px) and (max-width:1023px) { /* tablet ver */
    #lnb #sideNav {display:none; position:fixed; z-index:99; top:141px; bottom:0; left:13px; /* -webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1); */ box-shadow:0 2px 4px rgba(0,0,0,0.1);}
    #lnb #sideNav .btnClose {position:absolute; top:-40px; left:-1px; width:30px; height:40px; border:1px solid #ddd; border-bottom:none; background:#f5f5f5; border-radius:2px 2px 0 0; font-size:0; line-height:0;}
    #lnb #sideNav .btnClose:before {content:''; position:absolute; top:7px; left:50%; margin-left:-6px; width:12px; height:12px; background:url('../../assets/img/common/sp_ico_layout.png') no-repeat 0 -185px;}
    #lnb #sideNav.opened {display:block;}
    #lnb #sideNav.opened .sideNavMenu {height:100%; overflow:auto; overflow-x:hidden;}
    #lnb #sideNav.opened + .sideNavBackDv {display:block; position:fixed; top:0; left:0; bottom:0; right:0; background:rgba(255,255,255,0.5); z-index:98;}
	}

@media all and (max-width:915px) {
.subContent img{width:100%}
.content_wrap{background:none;}
}
@media all and (max-width:767px) { /* mobile ver */
    #lnb #sideNav {display:none;}
	.sub_tit h1{font-size:1.8em;}
}

@media (max-width:640px){
}

@media (max-width:400px){
	.content .sub_tit{padding:8px 20px 8px 20px;}
}


/* 공통 */
.frameborder-0 { border:0; }
.font-blue2 {
    color: #389de5; font-size:110%;
}
.cnt-atomic {position:relative; z-index:6;}
.cnt-atomic dt {position:relative; z-index:5; margin:0 auto; padding:5px 0; width:255px; border-radius:2px; background:#0f83d5; text-align:center; color:#fff;}
.cnt-atomic dd {position:relative; z-index:4; margin-top:-17px; padding:32px 5px 28px 5px; border-top:2px solid #000; border-bottom:1px solid #000;}
.title_h4{font-size:16px; margin-top:10px; margin-bottom:10px;}




/*공공누리*/
.content-footer {width:100%; margin-top:50px; border-top:1px solid #333333; border-bottom:1px solid #333333; padding:25px 0 25px 46px;}
.content-footer .img-open {float:left;}
.content-footer .content-footer-comment {margin-left:83px; line-height:22px; float:left;}
.content-footer .path {background:#f6f6f6; padding:3px 8px; text-align:center; border-radius:3px; display:inline-block;}
.content-footer:after {clear:both; display:block; content:"" ;}

@media all and (max-width:1199px) {
.content-footer {width:100%; margin-top:50px; border-top:1px solid #333333; border-bottom:1px solid #333333; padding:25px 0;}
	.content-footer .img-open {clear:left !important; text-align:center; width:100%; padding-bottom:20px;}
	.content-footer .content-footer-comment {width:95%; margin-left:0px; line-height:22px;clear:both;}
	}


/* Position Style ������ 2015-10-16 */
.clear {overflow:hidden;}
.fL {float:left;}
.fR {float:right;}
.aL {text-align:left !important;}
.aR {text-align:right;}
.aC {text-align:center !important;/*  *zoom:1; */}
.aT {vertical-align:top;}
.aM {vertical-align:middle;}
.aB {vertical-align:bottom;}
.block {display:block;}
.i-block {display:inline-block;}
.pRelative {position:relative;}

/* font-color Style ������ */
.fc-orange {color:#ed5537 !important;}
.fc-333 {color:#333 !important;}
.fc-999 {color:#999 !important;}
.fc-blue1 {color:#1979da !important;}

.division1 {border-top:1px solid #ddd;}
.division2 {border-top:1px solid #ddd; margin-top:50px; margin-bottom:50px;}

ul.bul-ty1 { width:100%; } /* gray 3*3 */
ul.bul-ty1 li { background:url("../images/bul/bul_ty1.gif") 0 10px no-repeat; padding:0 0 0 9px; margin-top:4px; color:#999; font-size:15px;color:#666;}
ul.bul-ty1 li:first-child { margin-top:0; }
ul.bul-ty1.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

ul.bul-ty2 { width:100%; } /* gray 3*3 */
ul.bul-ty2 li { background:url("../images/bul/bul_ty2.gif") 0 8px no-repeat; padding:0 0 0 17px; color:#999; font-size:15px;}
ul.bul-ty2 li:first-child { margin-top:0; }
ul.bul-ty2.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

ul.bul-ty3 {width:100%; margin-bottom:30px; margin-left:10px;}
ul.bul-ty3 > li {background:url("../images/bul/bul_ty3.gif") 0 10px no-repeat; padding:0 0 0 9px; margin-top:4px; color:#666; font-size:0.875em;}
ul.bul-ty3 > li ul li {padding-left:7px; background:url("../images/bul/bul_ty4.gif") 0 10px no-repeat;}
ul.bul-ty3 > li:first-child {margin-top:0;}
ul.bul-ty3.line {border-top:1px solid #c5c5c5; padding-top:22px; margin-top:24px;}

@media (max-width: 600px) and (min-width: 200px) {
	.vision .btn-file-download {
		position: absolute;
		left: 30px;
		bottom: 20px;max-width:50%
	}
	#content .vision .btn-file-download img {
		max-width: 80%;
	}
	.ml0 {margin-left:0 !important}
	.mb2 {margin-bottom:2px}
	.ulsan-song {background:none; height:334px;padding-top:0 !important}
}

@media (max-width: 400px) and (min-width: 200px) {
	#content .vision .btn-file-download img {
		max-width: 50%;
	}
}
 
/* tab menu */
.tab-titlemenu {overflow:hidden;}
.tab-titlemenu li {position:relative; display:inline-block; min-width:210px; border:1px solid #d6d6d6;}
.tab-titlemenu li a {display:block; padding-right:20px; padding-left:10px; height:40px; font-size:1.143em; line-height:37px; color:#222;}
.tab-titlemenu li a:hover{display:block; padding-right:20px; padding-left:10px; height:40px; font-size:1.143em; line-height:37px; color:#fff; background:#146ed8;}
.tab-titlemenu li span.mif-enter {position:absolute; top:50%; right:16px; margin-top:-6px; color:#999;}
.tab-titlemenu li.on {background:#146ed8;}
.tab-titlemenu li.on a {margin-left:15px; padding-right:10px; padding-left:13px; background:#146ed8; color:#fff;}
.tab-titlemenu li.on span.mif-checkmark {position:absolute; top:50%; left:7px; margin-top:-5px; font-size:12px; color:#fff;}

@media (max-width:992px){
.tab-titlemenu li{width:100%; min-width:auto;}
}




/* 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 15px; min-width:110px; height:40px; 
background:#f5f5f5; line-height:40px; text-align:center;}
.tab-contentmenu li.on {border-width:3px 1px 0 1px; border-color:#00a093;}
.tab-contentmenu li.on a {background:#fff; line-height:39px; height:40px; color:#333;}

/* 만족도 */
.cont-bottom-wrap{overflow:hidden; margin-top:70px;}
.wrp-satisfied {position:relative; margin-bottom:20px;padding:25px 140px 25px 160px; border:1px solid #e0e0e0; overflow:hidden; background:#f7f7f7 url(../images/ico/satisfyIcon.png) 43px center no-repeat;}
.wrp-satisfied dl {overflow:hidden;}
.wrp-satisfied dt {clear:both; font-size:1.143em; color:#333;}
.wrp-satisfied label {float:left; margin-top:6px; margin-right:30px;}
.wrp-satisfied label.last {margin-right:0;}
.wrp-satisfied span {display:inline-block; margin-right:-3px;}
.wrp-satisfied button {position:absolute; top:50%; right:36px; margin-top:-18px; min-width:0; width:88px; border:0;}


@media (max-width:725px){
.wrp-satisfied{padding:1em; background:#f7f7f7;}
.wrp-satisfied button {position: initial; width:100%; margin-top:10px;}
}

/* 댓글 */
.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 !important;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}
.mr55 {margin-right:55px;}
.mr60 {margin-right:60px;}
.mr65 {margin-right:65px;}
.mr70 {margin-right:70px;}
.mr75 {margin-right:75px;}
.mr80 {margin-right:80px;}
.mr85 {margin-right:85px;}
.mr90 {margin-right:90px;}
.mr95 {margin-right:95px;}
.mr100 {margin-right:100px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
/* .mb100 {margin-bottom:100px;} */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}
.ml85 {margin-left:85px;}
.ml90 {margin-left:90px;}
.ml95 {margin-left:95px;}
.ml100 {margin-left:100px;}

.txt-callulsan {margin:75px 0 0 21px; padding:0 10px 0 36px; background:url(../images/ico/ico-finger-arrow.jpg) left center no-repeat; font-size:1.143em; color:#000;}
.btn-my-minwon {display:block; width:100%; padding:0 !important; height:40px !important; line-height:40px !important;}
.txt-charter {margin-bottom:20px; padding:20px; border:1px solid #aaa; border-radius:4px;}
.txt-charter h4 {font-size:1.3em; line-height:1.2; margin-top:0px;}
.txt-charter p {margin-top:0.4em;margin-bottom:0;}

/* 주소 인풋박스 */
.wrp-address {position:relative; padding-right:73px; max-width:60%;}
.wrp-address .inbox {display:block !important;}
.wrp-address button {position:absolute; top:0; right:0;}
.wrp-hopetime {position:relative; padding-right:100px; max-width:230px;}
.wrp-hopetime .inbox {display:block !important;}
.wrp-hopetime button {position:absolute; top:0; right:0;}

.multi_content h4 {margin-bottom:10px;}

/* 시민창안 검색 */
.wrp-citizen-search {position:relative; margin-top:15px;}
.wrp-citizen-search .left {float:left;}
.wrp-citizen-search .right {float:right;}
.wrp-citizen-search .itembox {display:inline-block; position:relative; padding-left:61px;}
.wrp-citizen-search .itembox.person {margin-right:10px; padding-left:49px;}
.wrp-citizen-search .itembox * {vertical-align:middle;}
.wrp-citizen-search .itembox label {position:absolute; top:50%; left:0; margin-top:-10px; line-height:20px;}
.wrp-citizen-search .inbox {display:inline-block; width:80px;}
.wrp-citizen-search .itembox.subject .inbox {width:120px;}
.wrp-citizen-search .button2.calendar {min-width:0; padding:0 10px;}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {padding:4px 0 !important;}
#ui-datepicker-div {z-index:250 !important;}
@media all and (max-width:1000px) {
	.wrp-citizen-search .left, .wrp-citizen-search .right {float:none;}
	.wrp-citizen-search .left {margin-bottom:15px;}
	.wrp-citizen-search .itembox {display:block;}
	.wrp-citizen-search .itembox.person {margin:0 0 11px 0; padding-left:61px;}
	.wrp-citizen-search .itembox.person, .wrp-citizen-search .itembox.subject {padding-right:80px;}
	.wrp-citizen-search .itembox.person .inbox, .wrp-citizen-search .itembox.subject .inbox {display:block;  width:auto;}
	.wrp-citizen-search button.search {position:absolute; bottom:0; right:0; padding:0 22px; min-width:0; height:79px; line-height:79px;}
}

@media all and (min-width:641px) and (max-width:960px) {
	.txt-charter {padding:1.8em;}
}

@media all and (max-width:960px) {
	.wrp-hopetime, .wrp-address {max-width:100%;}
}

@media all and (max-width:640px) {
	.txt-charter {margin:30px 0; padding:1.2em;}
	.txt-charter h4 {font-size:1.714em;}
}

@media all and (max-width:360px) {
	.wrp-citizen-search .itembox.date .inbox {padding:0; width:72px;}
}




/*공공데이터*/


  .LMY_sub_box01 {width:100%; padding:20px 0px; font-size:14px; color:#666; }
  .LMY_sub_box01 .sub_tt01 { color:#1962b1; font-size:32px; font-family:'Nanum Brush' ; }
 
  .my_s_box01 {max-width:640px; margin-top:20px; padding:20px 0px; float:left; border:1px solid #0C6; background:url(../images/sub/sb_img_gd_01.jpg) left 4px no-repeat}


.introduce{background:#fff url('../images/sub/sb_img_gd_01.jpg') no-repeat 0 100%;  padding-bottom:180px;background-size:100% auto;margin-top:30px; }
.introduce > h4{background:url('../images/sub/bg_introduce_h4.png') no-repeat;background-size:auto 100%;font-family:'THEFACESHOP INKLIPQUID','더페이스샵 잉크립퀴드체';font-size:4.0em;font-weight:normal;padding-left:40px;margin-bottom:40px; color:#181818; /*color:#1962b1;*/ }
.introduce > p{line-height:1.6;}
.introduce table.basicT{border-top:2px solid #d6d6d6;border-spacing:0;padding:0;table-layout:fixed;margin-bottom:20px;}
.introduce table.basicT td, .introduce .basicT th{padding:15px;}
.introduce table.basicT td{text-align:left;}
.introduce .btnArea > a{display:inline-block;margin:2px;}


.sub_table01 {width:100%;margin:auto;}  
.sub_table01 th{border:1px solid #e2e2e2;font-weight:bold;padding:10px;color:#FFF;font-size:16px;font-weight:600; text-align:center; background:#77b0e1; line-height:20px;} 
.sub_table01 td.cc{padding:7px;border:1px solid #e2e2e2;font-size:12px;text-align:center;}
.sub_table01 td{padding:13px;border:1px solid #e2e2e2;font-size:13px;text-align:left; color:#7a7979;}


/*table2*/
table.basicT2{width:53%;  border-spacing: 0;padding: 0; table-layout: fixed; margin-bottom: 20px; width: 53%;}
table.basicT2 tbody tr:nth-child(1){border-top:3px solid #d6d6d6;}
table.basicT2 tbody th {  background: #f9f9f9;border-bottom: 1px solid #dbdbdb;  padding: 15px; font-weight: bold;  text-align: center;}
table.basicT2 tbody td {  border-bottom: 1px solid #dbdbdb;  padding: 15px; text-align: left;}




/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:0px solid #ccc;background:#2590a4;color:#FFF;text-decoration:none;vertical-align:middle;  border-radius:3px;}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:0px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle; border-radius:3px;}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}


a.btnStyle4{padding:5px 50px 5px 15px;background:#1763b1 url('../images/sub/arrow_btnstyle4.gif') no-repeat 100% 0;;background-size:auto 100%;color:#fff;border-radius:2px;display:inline-block;margin:4px 0;}
a.btnStyle5{padding:12px 50px 12px 20px;background:#1b8cdd url('../images/sub/arrow_btnstyle5.png') no-repeat 93% 50%;color:#fff;border-radius:3px;}




/*연혁*/
.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 td.last{border-bottom:1px solid #222 !important}
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;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.4em;padding:0 0 0 1.0em;
background:url('../images/ico/h3bg.png') no-repeat 0 .1em;color:#000; 
margin-top:25px; margin-bottom:10px;}
.hb1.h4{font-size:1.3em;padding:0 0 0 0;color:#333; letter-spacing:-2px; font-weight: bold;
font-weight: 500 !important;
    margin: 3.2rem 0 1.6rem 0 !important;;}
.hb1.h5{font-size:1.2em;background:url(../../img/lib/h5bg.png) no-repeat 0 .291em;color:#089;}
.hb1.h5 p{font-size:0.9em;color:#000; margin-top:5px;}
.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; /* margin-top:2em;  */color:#00a093;} /* =16/14 */
.hb2.h6{font-size:1.071em;} /* =15/14 */

.txt{margin:10px 0 10px 10px;}
.txt:before{content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #222;
    margin: 0 5px 5px 0;
}
strong{font-weight:bold !important;}
.w100{width:100%;}
.w70{width:70%;}
.w50{width:50%;}
/* 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;}
span.bu{display:inline-block; 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;}
/* List */

ul.bu{list-style:none;margin-left:0;padding:0;text-align:left;}
ul.bu ul{list-style:none;margin: 0 0 .9em;padding:0;}
ul.bu li{margin:0.6em 0;padding:0 0 0 1.2em;}
ul.bu li .bu3 li {margin:0.6em 0; padding:0 0 0 1em;}
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 6px 12px;}
ul.bu li li ul>li,
ul.bu.bu3 li{background:url('../images/ico/li3bg.png') no-repeat 6px 12px;}
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;}
ul.noBu li{background:none; margin:0.5em 0;padding:0 0 0 1.2em;}
.stitle{font-size:1.5em; font-weight:bold;}


/*리스트 4개 나열 0530 추가 (방역소독)*/
ul.bu ul.list_Ty3 {margin:0.6em 0; padding:0 0 0 1em; display:block; overflow:hidden; }
ul.bu ul.list_Ty3 li {width:25%; float:left; line-height:20px; margin:0.4em 0; background:url('../images/ico/li3bg.png') no-repeat 6px 12px;}

@media (max-width:769px){
 ul.bu ul.list_Ty3 li{width:33.33%;}
}

@media (max-width:640px){
 ul.bu ul.list_Ty3 li{width:50%;}
}

@media (max-width:420px){
 ul.bu ul.list_Ty3 li{width:100%;}
}

/*목록추가0316*/
ul.list_bu {list-style:none; margin:0 0 10px; padding:0;}
ul.list_bu li {margin:0; padding:0 0 0 1.1em; background:url('../images/ico/li1bg.png') no-repeat 5px 10px;}
ul.list_bu li ul {list-style:none; margin:0 0;padding:0;}
ul.list_bu li ul li {margin:0; padding:0 0 0 1.1em; background: url('../images/ico/li2bg.png') no-repeat 5px 12px;}

/* numList */
.numList{list-style:none;margin-left:10px;padding:0 0 0 1em;text-align:left;}
.numList li{margin:.333em 0;}
.numList>li:before {display: inline-block; width: 1.5em; height: 1.5em; 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;}
.numList>li:nth-child(1):before{content:'1'}
.numList>li:nth-child(2):before{content:'2'}
.numList>li:nth-child(3):before{content:'3'}
.numList>li:nth-child(4):before{content:'4'}
.numList>li:nth-child(5):before{content:'5'}
.numList>li:nth-child(6):before{content:'6'}
.numList>li:nth-child(7):before{content:'7'}
.numList>li:nth-child(8):before{content:'8'}
.numList>li:nth-child(9):before{content:'9'}
.numList>li:nth-child(10):before{content:'10'}

/*번호 리스트 0401 추가*/
.ul_num > li {position: relative; margin:3px 0 8px 0; padding:0 0 0 24px; line-height:138%; color:#333333}
.ul_num > li > i {display:block;position:absolute;top:2px;left:0;width:18px;height:18px;border-radius:10px;background:#05A270;color:#fff;font-size:11px;font-style:inherit;line-height:18px;text-align:center; }
.ul_num > li ul.ul_st1 {margin:5px 0 0 0}
.ul_num > li ul.ul_st1 li {background-position:0 6px; line-height:21px; color:#4b4b4b; font-size:15px }
.ul_num > li ul.ul_st1 li strong {color:#333333}
.ul_num > li ul.ul_st1 li ul li {background-position:0 8px;}
.ul_num > li p {margin-top:4px; font-size:15px; line-height:20px; }

.bg01{background:#fffdf9;}
.bg02{background:#fffdf9; border:1px solid #f1e7d6;}
.bg03{background:#fff7e7;}
.bd01{border:1px solid #f1e7d6;}
.pd1em{padding:1em !important;}
.pd2em{padding:2em !important; margin:0.666em 0;}
.bgNone{background:none;}
.txt_box{width:100%; height:300px; padding:10px; overflow-y:scroll; border:2px solid #dddddd; margin-top:1em;}
.w100{width:100%;}
.center{text-align:center;}

/* FAQ */
.faq{overflow:hidden; width:100%; /* border-top:1px solid #000; */ /*  border:1px solid #00a093; */}
.faq span{display:inline-block; float:left; font-size:1.5em; line-height:1.2em; width:30px; height:30px; text-align:center; font-family:'Noto Sans Korean Light'; border-radius:15px;}
.faq p{display:inline-block; width:calc(100% - 45px); float:left; margin-left:15px; line-height:1.7em;}
.faq dt{overflow:hidden; width:100%; font-weight:bold; font-size:1.1em; clear:both; padding:10px 15px; /* border-bottom:1px dotted #ddd; */ background:#00a093; color:#fff;}
.faq dt span{color:#00a093; background:#fff;}
.faq dd{overflow:hidden; clear:both; width:100%; padding:15px; background:#fff;/*  border-bottom:1px solid #ccc; */}
.faq dd:last-child{border-bottom:1px solid #ddd;}
.faq dd span{color:#000; background:#ddd;}



/* 처리절차 
.process{overflow:hidden; width:100%; margin:20px 0;}
.process li{float:left; min-height:120px; vertical-align:middle; text-align:center; margin-bottom:10px; list-style:none;font-family: 'Noto Sans Korean medium';}
.process li dl{float:left; width:calc(100% - 30px); min-height:150px; display: table; position: relative; font-weight:bold; text-align:center; padding:1em; border-top:2px solid #00a53b; 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 dl dd{display:inline-block; width:100%; border-top:dotted 1px #ddd; margin-top:8px; padding-top:5px; color:#555; font-weight:normal !important;}
.process li:after{display:block; width:30px; height:150px; content:''; float:left; margin:0 auto; background:url('../../images/sub/proArrowR.png') center no-repeat;}
.process li.invers:after{display:block; width:30px; height:150px; content:''; float:right; margin:0 auto; background:url('../../images/sub/proArrowL.png') center no-repeat;}
.process li.both:after{display:block; width:30px; height:150px; content:''; float:right; margin:0 auto; background:url('../../images/sub/proArrowB.png') center no-repeat;}
.process li:last-child:after{display:none;}
.process li img{display:block; margin:0 auto 10px;}
.process_box{overflow:hidden; border-top:2px solid #0091c5; border-right:1px solid #ddd; border-left:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px;}
.pro01 li{width:100%;}
.pro01 li:after{clear:both;content:''; width:100%; height:8px; background:url('../../images/sub/proArrowD.png') center no-repeat; margin-top:10px;}
.pro03 li{width:calc(100% / 3);}
.pro04 li{width:calc(100% / 4);}
.pro05 li{width:calc(100% / 5);}
.pro06 li{width:calc(100% / 6);}
.cell{display:table-cell; vertical-align:middle;}
.proArrowD{display:block; width:100%; height:30px; float:left; margin:0 auto; background:url('../../images/sub/proArrowD.png') center no-repeat;}
.proArrowR{display:inline-block; width:30px; height:30px; float:left; margin:0 10px; background:url('../../images/sub/proArrowR.png') center no-repeat;}
.w1{display:block; width:100%; height:70px; border-radius:50px; text-align:center; border:2px solid #ddd; padding-top:10px;}
.wArrow{display:block;}
.w2{ display:block; width:100%; height:70px; border-radius:50px; text-align:center; background:#146ed8e3; color:#fff; padding-top:22px;}
@media (max-width: 765px){
.process li{width:100%; padding:5px; min-height:50px; margin:0 auto; text-align:left; line-height:1.5em;}
.process li:after{clear:both;content:''; width:95%; height:8px; background:url('../../images/sub/proArrowD.png') center no-repeat; margin-top:10px;}
.process li dl{min-height:100px;}
.process li dd{padding-top:10px;}
.process li.invers:after{clear:both;content:''; width:95%; height:8px; background:url('../../images/sub/proArrowU.png') center no-repeat; margin-top:10px;}
.process li.both:after{display:block; width:95%;  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{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 #00a093; 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:70px; border-radius:50px; text-align:center; background:#146ed8e3; 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:130px; border-bottom:2px solid #5f7082; padding:1.5em 1em 1.5em 250px; margin:1em 0;}
.infoBox span{display:block;color:#0061d4; font-size:1.3em; font-family:'Noto Sans Korean Regular'; margin-bottom:0.5em;}
@media (max-width: 765px){
.infoBox{padding:1em;}
}


/* 인풋 너비값 */
.nameW{width:80%;}
.telW01{width:60px;}
.telW02{width:80px;}


/* 조직운영 정보공개 */
.box01{border:1px solid #dadde0; padding:0.5em;}
@media (min-width: 769px){
.orgDataOpen .col-md-6{width:48% !important;}
}


/* 문의처 */
.contact{font-size:1.1em; overflow:hidden;}
/*.contact li{width:50%; float:left;}*/
.circle1{display:inline-block; width:25px; height:25px; text-align:center; color:#fff; background:#fc6630; border-radius:25px;}
@media (max-width:400px){
	.contact li{width:100%;}
	.contact li:last-child{margin-top:10px;}
}
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;}



/* 박스링크 */
.boxLink{clear: both; overflow: hidden; padding: 13px 20px 13px 30px; border-top: 2px solid #5f7082; border-bottom: 1px solid #5f7082; background: #f9f9f9; margin-bottom:20px;}
.boxLink ul {width:100%; margin-right: 4px; overflow: hidden;}
.boxLink li {float: left; width:calc(100% / 5); padding: 0px 0px 0px 15px; line-height: 25px; background: url('../images/ico/li3bg.png') no-repeat 0px center;}


@media (max-width: 991px){
.boxLink{padding:0; border:0; position:relative;}
.boxLink ul{width:calc(100% - 30px); height:200px;overflow: auto; border:1px solid #5f7082; border-top:none; position: absolute; z-index:999999; background:#fff;}
.boxLink li {width:100%; margin-right:0; background:none; padding-left:0; }
.boxLink li a{display:inline-block; width:100%; padding-left:10px;}
.boxLink li a:hover{background:#ddd;}
.boxLink > div > a{display:block !important; height:50px; padding:10px; line-height:30px; border:1px solid #000;}
.boxLink div a span{float: right; margin-right: 15px; margin-top: 10px; display: block; width:12px; height: 12px; text-indent:-9999px; background:url('../images/ico/selArrowUp.png') no-repeat 0;}
.boxLink div a span.close{float:right; margin-right:15px; margin-top:10px; display:block; width:12px; height:12px;text-indent:-9999px; background:url('../images/ico/selArrowDown.png') no-repeat 0;}
}

/* 메인배너모음 */
.mbannList{overflow:hidden; width:100%; border:1px solid #ddd; padding:1em; margin-bottom:20px;}
.mbannList dt{float:left; width:50%; font-weight:bold;}
.mbannList dd{float:left; width:50%; text-align:center;}

/*공공누리 오픈이미지*/
.openImg{overflow:hidden; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:20px; margin:20px 0;}
.openImg img{display:inline-block; float:left; margin-right:20px;}
.openImg p{display:inline-block; float:left; width:calc(100% - 260px)}


/* 공유재산폼 */
.insel{width:100%;}
.insel dt{float:left; width:15%; margin:5px 0; line-height:35px; background:url('../images/ico/li1bg.png') no-repeat 5px 15px; padding-left:15px;}
.insel dd{float:left; width:35%; margin:5px 0;}
.insel dd select{width:200px; margin:5px 0; border:1px solid #ddd; height:30px;}
.insel dd input{width:40%; margin:5px 0;} 

/* 연혁 */
.history_wrap{overflow:hidden; margin:30px 0; font-size:1.1em;}
.history_wrap .history_title{float:left;width:200px; min-height:150px; background:#29b4a8; padding:20px !important; color:#fff; font-family:'Noto Sans Korean Medium'; line-height:3.0em;}
.history_title p{font-size:2.0em; font-weight:400; letter-spacing:-1px;}
.history_wrap .history_title span{font-size:1.2em; font-weight:400; letter-spacing:-1px;}
.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:100%;}
.history_wrap .list_1st:before{content:"";display:block;position:absolute;left:20px;top:30px;;width:1px; height:calc(100% - 60px);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-top:3px;}
.history_wrap .list_1st li span{display:inline-block; float:left; margin-right:20px;}
.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:#000;}
.history_wrap .list_1st li span.year_st:before{display:inline-block;content:""; width:15px; height:15px; border:4px solid #00a093; 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}
@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;}
.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:1; cursor:default}
.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;}

.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;text-align: center;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 0.5em;}
.organization1 .clr0 .group>li>a{background:#59759c;}
.organization1 .lv2 .group .part li{font-size:0.9em;}
.organization1 .lv2 .group .part li:before{display:inline-block; content:''; width:3px; height:2px; background:#bbb; margin:0 5px 4px 5px;}
.pt2 .group > li{width: calc((70% / 2) - 2%); margin-left:11% !important;}
.pt3 .group > li{width: calc((100% / 4) - 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%);}
.pt7 .group > li{width: calc((100% / 7) - 2%);}
.pt2:before {content:'';display:block; margin-left:27.1%;top:70px;width:calc(100% - (27.05% * 2));border-top:1px solid #bdbdbd;}
.pt3:before {content:'';display:block; margin-left:11.8%;top:70px;width:calc(100% - (11.8% * 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;}
.pt7:before {content:'';display:block; margin-left:6.2%;top:70px;width:calc(100% - (6.15% * 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.2em;border:0;background:#266bca;text-align:center;}
.pt2 .group > li, .pt3 .group > li, .pt4 .group > li, .pt5 .group > li, .pt6 .group > li,  .pt7 .group > li{width:calc(50% - 2%); margin-left:1% !important;}
.pt3:before, .pt4:before, .pt5:before, .pt6:before, .pt7:before{content:'';display:block; margin-left:24.5%;top:70px;width:calc(100% - (24.4% * 2));border-top:1px solid #bdbdbd;}
.organization1 .lv2 .group>li>ul{padding:0.5em;}
.pt2:before {margin-left:24.4%;top:70px;width:calc(100% - (24.4% * 2));border-top:1px solid #bdbdbd;}
.organization1 .lv2 .group .part{height:115px;}
.organization1 .lv2 .group .part li{float:left;}
}

.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;} */


/* 유축기대여 */
ul.photo{overflow:hidden; width:100%; margin:0; padding:0}
ul.photo>li{width:calc(50% - 20px); float:left; text-align:center; background:none !important; margin:30px 0 0 20px !important; padding:0}
ul.photo>li>img{width:100%;}
ul.photo>li>p{text-align:center; padding:20px; background:#dbf2f2;}
ul.photo>li:nth-child(3)>p, ul.photo>li:nth-child(4)>p{min-height:100px;}

@media all and (max-width:640px){
	ul.photo>li:nth-child(1)>p, ul.photo>li:nth-child(2)>p{min-height:80px;}
}

@media all and (max-width:400px){
	ul.photo>li{width:100%; margin-left:0 !important;}
	ul.photo>li>p{min-height:auto;}
}

/* 개인정보처리방침 */
div.privacy {width:100%;margin: 0;padding: 22px 0 35px 0;border-bottom: 1px dashed #ccc;}
div.privacy span {display:inline-block; color: #00a093; font-weight: bold; font-size:1.1em; margin:15px 0 5px 0;}

/* 인사말 */
.greeting{overflow:hidden; width:100%;}
.greeting > img{width:100%;}
.greeting .greetingFirst{display:block; margin-top:30px; font-size:2.0em;}
.greeting > p{margin:20px 0; font-size:1.1em; line-height:1.8em;}
.greeting .greetingEnd{float:right;}
.greeting .greetingEnd > strong{font-size:1.5em; letter-spacing:0.333em; margin-left:10px;}

/* 갤러리 */
.galWrap{overflow:hidden;}
.galWrap li{position:relative; overflow:hidden; float:left; width:calc(100% / 3);}
.galWrap .img{overflow:hidden;float:left; width:96%; height:200px; margin:0 2%; border:1px solid #ddd;}
.galWrap .img .ov{display: none; position: absolute; width:96%; left:2%; height:200px; background:rgba(0,0,0,0.5);}
.galWrap .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;}
.galWrap .img img{width:100%;}
.galWrap .img p{position:absolute; display:block; bottom:0; width:96%; padding:0 10px; line-height:2.2em; height:35px; text-overflow: ellipsis; /* -o-text-overflow: ellipsis; */ overflow: hidden; white-space: nowrap; word-wrap: normal !important;background:rgba(0,0,0,0.5); color:#fff; z-index:100;}
.galWrap .img:hover .ov{display:block;}
.galWrap .img:hover > p{display:none;}
@media (max-width: 640px){
	.galWrap li{width:100%; height:300px; margin-bottom:20px;}
	.galWrap .img, .galWrap .img .ov{height:300px;}
}

/* 시설현황 */
.facility{overflow:hidden;}
.facility p{float:left; width:35%; min-width:250px; height:200px; margin-right:30px;}
.facility p img{width:100%; height:100%;}
@media (max-width: 640px){
	.facility p{width:100%; height:230px;}
}

/* 오시는길 */
.mapWrap{padding:0;}
.mapWrap .map{width:100% !important; height:500px !important;}
.mapWrap dl{overflow:hidden; width:100%; margin-top:30px; font-size:1.1em;}
.mapWrap dl dt{position:relative; float:left; width:50px; line-height:1.8em; font-weight:bold; color:#008f84; height:30px; background:url('../images/ico/li1bg.png') no-repeat 5px 10px; padding-left:15px; margin-left:20px;}
.mapWrap dl dd{float:left; height:30px; line-height:1.8em; }
.mapWrap .bu{font-size:1.1em;}
.mapWrap .bu li strong{font-weight:bold; color:#008f84; margin-right:10px;}
@media (max-width: 640px){
	.mapWrap dl dt{ margin-left:0px;}
	.mapWrap dl dd{width:calc(100% - 70px);}
}

/* 병의원·약국안내 */
.hopPharm{overflow:hidden; width:100%; margin:30px 0;}
.hopPharm li{overflow:hidden; float:left; width:calc(50% - 20px); text-align:center; margin:0 10px; border:1px solid #ddd; padding:50px 0;}
.hopPharm li p{margin-top:20px; display:block; width:130px; height:130px; border-radius:50%; text-align:center; background:#eee; margin:0 auto; padding-top:30px;}
.hopPharm li p img{width:70px;}
.hopPharm li h3{font-size:1.5em; color:#008f84; margin:30px 0; letter-spacing:-1px;}
.hopPharm a.go{border:1px solid #666 !important; border-radius:20px; height:40px !important; font-size:1.1em; padding:10px 40px;}

@media (max-width:680px){
.hopPharm{margin:20px 0 0 0;}
.hopPharm li p{margin:0 30px 0 15px; width:100px; height:100px; padding-top:20px;}
.hopPharm li p img{width:60px;}
.hopPharm li h3{margin:15px 0;}
.hopPharm li{width:100%; padding:15px; text-align:left; margin:10px 0;}
.hopPharm li p, .hopPharm .label{float:left;}
.hopPharm a.go{padding:10px 50px;}
}

/* 제증명수령 */
.certify{width:100%; overflow:hidden; clear:both; padding-bottom:20px;}
.certify .col-md-6 ul{width:98%; margin:0 auto;}
.certify ul li{overflow:hidden; width:100%; border-bottom:1px dashed #ddd;}
.certify ul li.line{border-bottom:1px solid #bbb;}
/* .certify h4{margin-top:0 !important;} */
.certify ul li:last-child{border-bottom:none;}
.certify ul 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;}
.certify ul li .downL{float: right; padding:1em 0;}
@media (max-width: 991px){
.certify .col-md-6 ul{width:100%;}
/* .certify ul li:last-child h4{margin-top:30px !important;} */
}

/* 지역사회건강통계 */
.statistics{width:100%; overflow:hidden; clear:both; padding-bottom:20px;}
.statistics .title{overflow:hidden; padding:30px; background:#e7f7f9 url('../images/sub/statisticsBg.png') right 10px no-repeat; background-size:320px; /* border-bottom:2px solid #000; */ margin-bottom:30px;}
.statistics .title h3{font-size:2.0em; letter-spacing:-2px; line-height:1.3em;}
.statistics .title h3 span{font-size:0.7em; display:block;}
.statistics .title p{font-size:1.1em; margin-top:10px; letter-spacing:-1px;}
.statistics ul li{overflow:hidden; width:100%; border-bottom:1px dashed #ddd;}
.statistics ul li.line{border-bottom:1px solid #bbb;}
.statistics h4{margin-top:0 !important;}
.statistics ul li:last-child{border-bottom:none;}
.statistics 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;}
.statistics ul li .downL{float: right; padding:0.5em 0; margin:0.5em 0;}
@media (max-width: 680px){
	.statistics .title{padding:30px 20px; background:#e7f7f9 url('../images/sub/statisticsBg.png') right 20px no-repeat; background-size:250px;}
	.statistics .title h3{font-size:1.6em;}

	}

/* 뷰어다운 */
.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;}
	}
	
/* 배너모음 */
.bannerList{overflow:hidden; width:100%; }
.bannerList li{float:left; width:calc((100% / 5) - 4px); height:150px; border:1px solid #ddd; margin:2px; display:table; } 
.bannerList li p{display:table-cell; vertical-align:middle; text-align:center; }
.bannerList a{color:#000; font-size:1.1em;}
.bannerList a:hover p{text-decoration:underline !important;}
.bannerList a:hover li{background:#ddd;}
.bannerList img{display:none;}
@media (max-width: 991px){
	.bannerList li{width:calc((100% / 3) - 4px);}
	}
@media (max-width: 500px){
.bannerList li{width:100%; height:80px; margin:2px 0;}
}

/* 사이트맵 */
.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 #00a093;}
.siteMap .bu>li>a:hover{text-decoration:underline;}
@media (max-width: 680px){
	.siteMap .d1>li{width:calc((100% / 2) - 2%);}
}

/*보건소 직원안내*/
.bod_head a:nth-child(1){    background: #3e61b2; color:#fff;}
.bod_head a:nth-child(2){    background: #fc6630; color:#fff;}
.bod_head a:nth-child(3){    background: #2cb767; color:#fff;}
.btn_swhite {padding:10px 15px;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    margin-left: 3px;}
.bod_head select {padding:0.8rem}

.health_tab > li {    width: calc(100% / 5) !important;}
.child_tab > li,  .mom_tab li{width: calc(100% / 3) !important;}

/*찾아오시는길*/
* { margin:0; padding:0; }
ul,li { list-style:none; }
a { text-decoration:none; color:#000; }
.tab { border-left:none; background:#fff; overflow:hidden; margin:1.8rem 0;}
.tab li {display: inline-block; padding:0 15px; height:40px;
margin-right: -2px; border-width: 1px 1px 0 1px; line-height:40px;
    border-style: solid;
    border-color: #ccc; background: #f5f5f5;}
    

.tab li.on {border-width: 3px 1px 0 1px;border-color: #00a093; background:#fff;}
.tab_con { clear:both; margin-top:5px; border:1px solid #ddd; padding:10px; overflow:hidden;}
.tab_con div.tab_conT { display:none; background:#fff;  }
.tab_con div.tab_conT iframe {width:100%; height:450px;}
.tab_con div.tab_conT h3{margin-top:0;}
 .health_tab > li a, .child_tab > li a, .mom_tab li a{text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 640px){
.tab_con div.tab_conT iframe {height:350px;}
.tab li {width:50%; margin:0; float:left; text-align:center; padding:0}
.health_tab > li {width: calc(100% / 2) !important;}

	}


/* 문의처 */
.contact{font-size:1.1em; overflow:hidden;}
.contact li{width:50%; float:left;}
.circle1{display:inline-block; width:25px; height:25px; text-align:center; color:#fff; background:#fc6630; border-radius:25px;}
@media (max-width:400px){
	.contact li{width:100%;}
	.contact li:last-child{margin-top:10px;}
}
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;}

/********************************
 흡연위반 과태료 순서도 박스 0809
 *******************************/
.step_box {position:relative;}
.step_box:after {content:''; display:block; visibility:hidden; clear:both;}
.step_box {}
.step_box ol {display:block;}
.step_box ol:after {content:''; display:block; visibility:hidden; clear:both;}
.step_box ol > li {position:relative; display:inline-block; float:left;padding: 0 35px 35px 0;}
.step_box ol > li:nth-child(3) {padding: 0;}
.step_box ol > li:after {content:'';position:absolute; right:6px; top:14%; width:16px; height:27px; line-height:1; background: url(../images/sub/proArrowR.png) 0px 0 no-repeat;}
.step_box ol > li:last-child:after {display:none;}

.step_box ol.step_col3 > li {width:33.3333%;}/*기본배치*/

.step_box .step_cont {border:1px solid #ddd; border-radius:10px;}
.step_box .step_cont .titbox {padding: 15px 10px;text-align:center;background-color:#f0fdfd;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom: 1px solid #ddd;}
.step_box .step_cont .titbox .tit {font-weight:500; color:#333; font-size:1.65rem;}

.step_box .step_cont .txtbox {padding:20px 15px; min-height:260px;}
.step_box .step_cont .txtbox .list_2st > li {margin-bottom:8px; padding-left:12px; background:url('../images/ico/li1bg.png') no-repeat 0px 8px; color:#555; font-size:1.5rem;}
.step_box .step_cont .txtbox .list_2st > li span {display:block; padding-left:12px; background:url('../images/ico/li2bg.png') no-repeat 2px 9px;}

@media (max-width: 765px){
	.step_box ol.step_col3 > li {width:100%;}
	.step_box ol > li:after {content:''; position:absolute; right:50%; top:auto; bottom:-5px; width:16px; height:27px; line-height:1; background: url(../images/sub/proArrowD.png) 0px 0 no-repeat;}
	.step_box .step_cont .txtbox {min-height:180px;}
}

/* 새창 아이콘 버튼 추가 20240812*/
.btn_wrapA {}
.btnA.icon_btn {padding-left:20px; padding-right:20px; text-align:left;}
.btnA {display:inline-block; position:relative; box-sizing:border-box; font-size:15px; line-height:30px; padding:10px 25px; border-radius:5px; color:#000 !important; vertical-align:middle;text-decoration:none !important;text-align:left;}
.btn_wrapA .btnA {white-space:normal;}
.btn_wrapA .btnA, .btn_wrapA .btnA:visited, a.btnA, button.btnA {min-width:180px; padding:10px 30px; border-radius:7px; background-color:#3f65d9;  box-sizing: border-box; transition: background-color 250ms ease-in-out;vertical-align: middle;border: 1px solid #3f65d9; font-size:15px; line-height:26px; margin-bottom:8px;}
.btn_wrapA .btnA:hover, .btn_wrapA .btnA:visited:hover {text-decoration: none;background-color: #183eb2;transition: background-color 250ms ease-in-out;border-color: #183eb2;}
.btnA.icon_btn span {position: relative; display:inline-block; width:100%; padding-right:30px; text-align:left; color: #fff;}
.btnA.icon_btn span:before {display: block; content: ''; position: absolute; top: calc(50% - 10px); right:-10px; width: 26px; height:26px; background:url("/ulju/images/common/icn_blank.png") no-repeat;}

.btnA.icon_btn.i2 span:before {background:url("/ulju/images/common/icn_down.png") no-repeat;}

.processA {overflow:hidden; width:100%; margin:20px 0; }
.processA li {float:left; width:calc(100% / 3); min-height:130px !important; vertical-align:middle; text-align:center; margin-bottom:10px;}
.processA li .step {float:left; width:calc(100% - 30px); min-height:130px; padding:1em 1em 0.5em; border:1px solid #aebfd2; border-radius:10px;}
.processA li:last-child .step {width:calc(100% - 0px);}
.processA li div.step .topbox {display:inline-block; width:100%; border-bottom:dotted 1px #ddd; margin-bottom:10px; padding-bottom:10px;}
.processA li div.step .topbox span.tit {font-weight: 500;font-size:1.6rem;}
.processA li div.step .conbox {font-size:15px; vertical-align:middle; margin-top:5px;}
.processA li div.step .pic {display:inline-block; width:100%; border-top:dotted 1px #ddd; margin-top:10px; padding-top:10px;}
.processA li:after{display:block; width:30px; height:95px; content:''; float:left; margin:0 auto; background:url('../images/sub/proArrowR.png') center no-repeat;}
.processA li:last-child:after{display:none;}

@media screen and (max-width:540px) {
	.btn_wrapA .btnA, .btn_wrapA .btnA:visited, a.btnA, button.btnA {padding:10px 20px; font-size:14px;}
}

@media screen and (max-width:864px){
    .processA li {width:calc(100% / 2);}
    .processA li:last-child .step {width:calc(100% - 30px);}
}

@media screen and (max-width:480px){  
    .processA li {width:100%;}
    .processA li:after{clear:both;content:''; width:100%; height:8px; background:url('../images/sub/proArrowD.png') center no-repeat; margin-top:10px;}
}
