Merge branch 'dev'

main
minuk926 2 years ago
commit 72b9de37c3

@ -155,7 +155,7 @@
</table>
</div>
<div class="topBtnArea" style="width: 900px;">
<ul class="btnList" style="margin-top: -24px;">
<ul class="btnList" <%--style="margin-top: -24px;"--%>>
<li>
<button class="style_btn delete" type="button" id="del_btn">삭제</button>
<button class="style_btn modify" type="button" id="upd_btn">변경</button>

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="<c:url value='/resources/framework/css/zip.css'/>" >
<%--<link rel="stylesheet" type="text/css" href="<c:url value='/resources/framework/css/zip.css'/>" >--%>
<link href="<c:url value='/'/>resources/css/common.css" rel="stylesheet" type="text/css" >
<title>우편번호 찾기</title>
<script type="text/javascript" src="<c:url value='/resources/framework/js/egov/showModalDialogCallee.js'/>" ></script>
@ -44,7 +44,7 @@ function fn_xit_return_Zip(zip,addr){
parent.window.returnValue = retVal;
parent.window.close();
}
//-->
-->
</script>

@ -15,10 +15,7 @@
<html>
<head>
<title>FIMS</title>
<!-- XitFramework CSS -->
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/common-style.css"/>
<!-- 신규 CSS -->
<link rel="stylesheet" type="text/css" href="<c:url value='/resources/framework/css/xit/import.css'/>" />
<%@include file="/WEB-INF/jsp/framework/layouts/tiles/biz/cmmn/BizIncludeBase.jsp" %>
<!-- eGovFramework 템플릿 CSS -->
<!-- fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_mng_')>-1 -->
<c:if test="${ fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'_cmmn_')>-1

@ -15,10 +15,7 @@
<html>
<head>
<title>FIMS</title>
<!-- XitFramework CSS -->
<link rel="stylesheet" type="text/css" href="${ctx}/resources/framework/css/cmmn/common-style.css"/>
<!-- 신규 CSS -->
<link rel="stylesheet" type="text/css" href="<c:url value='/resources/framework/css/xit/import.css'/>" />
<%@include file="/WEB-INF/jsp/framework/layouts/tiles/biz/cmmn/BizIncludeBase.jsp" %>
<!-- eGovFramework 템플릿 CSS -->
<c:if test="${fn:indexOf(requestScope['javax.servlet.forward.servlet_path'],'/main/')>-1 }">
<link rel="stylesheet" type="text/css" href="<c:url value='/resources/framework/css/common.css'/>" />

@ -527,7 +527,10 @@ label {
.bind-contents {
margin: 0 auto;
padding: 0px 10px 30px 0px;
min-height: 100vh; }
min-height: 100vh;
display: flex;
flex-direction: column;
}
.main-banner {
position: relative;
@ -620,8 +623,8 @@ footer {
z-index: 1; }
.cont .cont_container {
display: inline-block;
width: 100%; }
width: 100%;
}
article {
float: right;
/*width:calc(100% - 255px);*/

@ -1,75 +0,0 @@
/*
Css Name : button.css
Description : CSS
Modification Information
---------- -------- ---------------------------
2008.10.15
2011.08.24
author :
since : 2008.10.15
*/
.button, .button a, .button button, .button input {
position : relative;
margin : 0;
display : inline-block;
border : 0;
white-space : nowrap;
vertical-align : middle;
overflow : visible;
}
.button {
height : 20px;
padding : 0;
margin-right : 2px;
background-position : left top;
}
.button a, .button button, .button input {
left : 2px;
cursor : pointer;
}
.button a, .button button, .button input {
height : 20px;
padding : 0 8px 0 8px;
line-height : 20px;
background-position : right top;
}
.button, .button a, .button button, .button input {
background-image : url(/resources/images/egovframework/com/cmm/btn/bu2.jpg);
color : black;
}
.button *:hover, .button *:active, .button *:focus {
color : red;
}
.button a {
padding : 0 10px 0 10px;
}
.link, .link a, .link button, .link input {
border-style : none;
background-color : transparent;
cursor : pointer;
}
.link, .link a, .link button, .link input {
color : black;
}
.link *:hover, .link *:active, .link *:focus {
color : red;
}
.btnNew {
border : 0 solid #000;
color : #000000;
background-image : url(/resources/images/egovframework/com/cmm/btn/bu2_bg.gif);
cursor : pointer;
}
form {
margin : 0;
}
.invisible {
width:0px;
height:0px;
visibility: hidden;
}

@ -1,113 +0,0 @@
/* by 검증 디자이너 */
img {border:0;}
table {margin:0; padding:0;}
.t_strong {font-weight:bold;}
.TopMenuBg {
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/menu_bg.jpg');
background-repeat:no-repeat;
}
/* by 이삼섭 */
/* Black 텍스트 Hyperlink Style */
A:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
A:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
A:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:none; }
A:hover { font-size:9pt; font-family:"돋움";color:red;text-decoration:none;}
/* Gray 텍스트 Hyperlink Style */
A.gr:link { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
A.gr:visited { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
A.gr:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:none; }
A.gr:hover { font-size:9pt; font-family:"돋움";color:red ;text-decoration:none;}
/* Black 텍스트 Hyperlink Style_언더라인 */
A.underline:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
A.underline:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
A.underline:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:underline; }
A.underline:hover { font-size:9pt; font-family:"돋움";color:red;text-decoration:underline;}
/* 스크롤 & margin */
body {
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
th {font-family: "돋움"; font-size: 9pt; color:#000000; font-weight:normal;}
/* 흰색배경 inputbox */
textarea, input, select
{padding-left:2px; color:#555555; border:1px solid #9BBED2;
font-family: "돋움"; font-size: 9pt; color:#595959;}
/*list_text*/
.lt_text { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px;}
.lt_text2 { font-size:9pt; color:#444444; font-family:"돋움, Arial"; height:30px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px; font-weight: bold;}
.lt_text3 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:center; vertical-align:middle;}
.lt_text4 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; text-align:center; vertical-align:middle;}
.lt_text5 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:top; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;}
.button {
border-style:none;
background-color:transparent;
font-size:12px;
}
/****************************************** 텍스트 ************************************************************/
/* 로케이션_텍스트 */
.location{ font-family:"돋움"; font-size:8pt; color:#6d6d6d ;padding-top:1px; padding-left:3px;
vertical-align: middle}
/* 타이틀_볼드 */
.title{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle}
/* 타이틀_볼드_좌측정렬 */
.title_left{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle; text-align:left }
/* 팝업_타이틀_볼드 */
.title_wh{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
/* 버튼메뉴_타이틀_화이트_볼드 */
.title_wh_b{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
.text1{color:#FF8903; }
.text2{color:#A2A2A2; }
/****************************************** 테이블 & 텍스트 ************************************************************/
/* 리스트 테이블 */
.table-line{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid;border-collapse: collapse;}
.table-line th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
.table-line td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;}
/* 등록 테이블 */
.table-register{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-register th{ padding-left:2px;padding-right:5px;background-color: #E4EAF8; Text-align: right ;}
.table-register td{ padding-left:2px;padding-right:5px;background-color: #F7F7F7;}
/*
.table-search{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-search th{ padding-left:2;padding-right:2;background-color: #E4EAF8; Text-align: center ;}
.table-search td{ padding-left:2;padding-right:2;background-color: #F7F7F7;} */
/* 투명 테이블 */
.table-trans {BORDER-LEFT: 0px solid;BORDER-RIGHT:0px solid; BORDER-BOTTOM:0px solid; BORDER-TOP:0px solid; border-collapse:collapse;}
.table-trans td{border:0px solid;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;border:0px solid;border-collapse: collapse;}

@ -2007,4 +2007,4 @@ div.guide ul li{
.required label:after {
content: '*';
color: red;
}
}

@ -1,424 +0,0 @@
/* by 검증 디자이너 */
img {border:0;}
table {margin:0; padding:0;}
.t_strong {font-weight:bold;}
.TopMenuBg {
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/menu_bg.jpg');
background-repeat:no-repeat;
}
.LeftMenuTitle {
font-size: 14px;
color: #fff;
text-align:center;
font-family:"돋움";
font-weight:bold;
padding-top:20px;
padding-bottom:3px;
}
.LeftMenuWelcome {
font-size: 12px;
color: #e6e6e6;
text-align:center;
font-family:"돋움";
padding-top:6px;
}
.LeftMenuBg {
font-size: 12px;
color: #7f9db9;
text-align:left;
font-family:"돋움";
font-weight:bold;
padding-top:3px;
padding-left:50px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/left_menu_bg.gif')
}
.LeftMenuBtn {
text-align:center;
padding-top:5px;
padding-bottom:5px;
}
.LeftMenuBgList {
font-size: 12px;
color: #fff;
text-align:left;
font-family:"돋움";
padding-top:3px;
padding-left:60px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/left_bg.gif');
}
.QuickLink {
font-size: 11px;
color: #7794be;
text-align:right;
font-family:"돋움";
padding-top:3px;
}
.PageTitle {
color: #000000;
text-align:left;
font-family:"돋움";
font-weight:bold;
padding-left:45px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/page_title.gif')
}
.PageNumber {
text-align:center;
font-family:"돋움";
}
.checkbox {
background-color:#fff;
}
.BottomStyle {
font-size:11px;
color:#999999;
font-family: dotum;
}
.LoginIdText {
margin-top:80px;
margin-left:400px;
font-size:12px;
font-family: dotum;
width:190px;
}
.LoginPassText {
margin-left:400px;
font-size:12px;
font-family: dotum;
width:180px;
}
.LoginJoinBtn {
margin-top:5px;
margin-left:400px;
font-size:12px;
font-family: dotum;
width:180px;
}
/* -----------------TopMenuBg------------ */
.TopMenuBg { font-size: 12px; color: #888888 ; font-family: "돋움"}
.TopMenuBg a:link { font-size: 12px; color: #888888; font-family: "돋움"}
.TopMenuBg a:visited { font-size: 12px; color: #888888 ; font-family: "돋움"}
.TopMenuBg a:hover { font-size: 12px; color: #4791a5 ; font-family: "돋움"; font-weight:bold}
.TopMenuBg a:active { font-size: 12px; color: #86cd00 ; font-family: "돋움"; font-weight:bold}
/* -----------------LeftMenuBgList------------ */
.LeftMenuBgList { font-size: 12px; color: #fff ; font-family: "돋움"}
.LeftMenuBgList a:link { font-size: 12px; color: #fff; font-family: "돋움"}
.LeftMenuBgList a:visited { font-size: 12px; color: #fff ; font-family: "돋움"}
.LeftMenuBgList a:hover { font-size: 12px; color: #fff ; font-family: "돋움"; font-weight:bold}
.LeftMenuBgList a:active { font-size: 12px; color: #fff ; font-family: "돋움"; font-weight:bold}
/* -----------------LeftMenuBg------------ */
.LeftMenuBg { font-size: 12px; color: #8594a8 ; font-family: "돋움"}
.LeftMenuBg a:link { font-size: 12px; color: #8594a8; font-family: "돋움"}
.LeftMenuBg a:visited { font-size: 12px; color: #8594a8 ; font-family: "돋움"}
.LeftMenuBg a:hover { font-size: 12px; color: #445b7b ; font-family: "돋움"; font-weight:bold}
.LeftMenuBg a:active { font-size: 12px; color: #445b7b ; font-family: "돋움"; font-weight:bold}
/* -----------------QuickLink------------ */
.QuickLink { font-size: 11px; color: #7794be ; font-family: "돋움" }
.QuickLink a:link { font-size: 11px; color: #7794be; font-family: "돋움" }
.QuickLink a:visited { font-size: 11px; color: #5877a4 ; font-family: "돋움" }
.QuickLink a:hover { font-size: 11px; color: #5877a4 ; font-family: "돋움"; font-weight:bold}
.QuickLink a:active { font-size: 11px; color: #5877a4 ; font-family: "돋움"; font-weight:bold}
/* board_list */
.table_listA {margin-top:20px; margin-left:8px; padding:0 3px 0 3px; height:30px; font:11px Dotum; color:#626262;}
.table_listA th {margin-top:10px; height:40px; font:11px Dotum; font-weight:bold; color:#4f657d; background:url('/resources/images/egovframework/com/cmm/uss/umt/bg_list_th.gif')}
.table_listA tbody {height:35px; font:11px Dotum; color:#828282;}
/* -----------------board_list------------ */
.table_listA a:link { font-size: 11px; color: #828282; font-family: "돋움"; text-decoration:none}
.table_listA a:visited { font-size: 11px; color: #828282 ; font-family: "돋움"; text-decoration:none}
.table_listA a:hover { font-size: 11px; color: #a7a7a7 ; font-family: "돋움"; text-decoration:none}
.table_listA a:active { font-size: 11px; color: #828282 ; font-family: "돋움"; text-decoration:none}
/* by 이삼섭 */
/* Black 텍스트 Hyperlink Style */
A:link { font-size:9pt; font-family:;color:#000000; text-decoration:none; }
A:visited { font-size:9pt; font-family:;color:#000000; text-decoration:none; }
A:active { font-size:9pt; font-family:;color:red; text-decoration:none; }
A:hover { font-size:9pt; font-family:;color:red;text-decoration:none;}
/* Gray 텍스트 Hyperlink Style */
A.gr:link { font-size:9pt; font-family:;color:#58595B; text-decoration:none; }
A.gr:visited { font-size:9pt; font-family:;color:#58595B; text-decoration:none; }
A.gr:active { font-size:9pt; font-family:;color:red; text-decoration:none; }
A.gr:hover { font-size:9pt; font-family:;color:red ;text-decoration:none;}
/* Black 텍스트 Hyperlink Style_언더라인 */
A.underline:link { font-size:9pt; font-family:;color:#000000; text-decoration:underline; }
A.underline:visited { font-size:9pt; font-family:;color:#000000; text-decoration:underline; }
A.underline:active { font-size:9pt; font-family:;color:red; text-decoration:underline; }
A.underline:hover { font-size:9pt; font-family:;color:red;text-decoration:underline;}
/* 링크 점선 제거 */
a {selector-dummy: expression(this.hideFocus=true);}
/* 스크롤 & margin */
body {
scrollbar-face-color: #F6F6F6;
scrollbar-highlight-color: #bbbbbb;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #bbbbbb;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #bbbbbb;
margin-left:23px; margin-right:0px; margin-top:17px; margin-bottom:0px;}
td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
th {font-family: "돋움"; font-size: 9pt; color:#000000; font-weight:normal;}
/* 흰색배경 inputbox */
textarea, input, select
{padding-left:2px; color:#555555; border:1px solid #9BBED2;
font-family: "돋움"; font-size: 9pt; color:#595959;}
/*list_text*/
.lt_text { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px;}
.lt_text2 { font-size:9pt; color:#444444; font-family:"돋움, Arial"; height:30px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px; font-weight: bold;}
.lt_text3 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:center; vertical-align:middle;}
.lt_text4 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; text-align:center; vertical-align:middle;}
.lt_text5 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:top; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;}
.button {
border-style:none;
background-color:transparent;
font-size:12px;
}
/*------------------------------- textarea ------------------------------------------------*/
textarea
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
/* 콤보박스에 테두리선 빼기 */
input.cb {background-color:transparent;border:0px;}
/* 금액_흰색바탕_우측정열 inputbox */
.input-r{border:1px solid #9BBED2; text-align:right;}
/* 멀티그리드의 border style */
multilinegrid:data
{ border-style:solid;
focus-rect:visible;
border-color:#C2CCD7;
border-left-style:none;
border-top-style:none; }
/* 멀티그리드의 데이타 영역 */
multilinegrid:fixed
{ border-style:solid;
border-left-color:#E4EFF8;
border-top-color:#E4EFF8;
border-right-color:#C2CCD7;
border-bottom-color:#C2CCD7;
background-color:#E4EFF8; }
/* 멀티그리드의 상단 caption 영역 */
multilinegrid
{ width:780px;
border-color:#9F9F9F!important;
border-style:solid!important;
focuscolor:#D6E2EC;
backcoloralternate:#F2F2F2;
/*vscroll.*/
margin-top:23px;
}
select
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
select1
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
.select12
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
select1[appearance="full"]
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid;}
select[appearance="full"]
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid;}
.check2
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
background-color:transparent!important;
border-style:none !important;}
.radio2
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
background-color:#EAEAEA!important;
border-style:none !important;}
/*페이징관련 버튼*/
.group_pagenav
{ vertical-align:middle;
focus-rect:visible;
background-color:transparent!important;
border-style:none; }
.page_prevend
{ width:13px; height:13px; top:3px;
focus-rect:visible;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_prevend.gif);
border-style:none; }
.page_prev
{ width:13px; height:13px; top:3px;
focus-rect:visible;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_prev.gif);
border-style:none; }
.page_nextend
{ width:13px; height:13px; top:3px;
focus-rect:visible;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_nextend.gif);
border-style:none; }
.page_next
{ width:13px; height:13px; top:3px;
focus-rect:visible;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_next.gif);
border-style:none; }
.page_no
{ width:30px; height:13px!important; top:3px;
focus-rect:visible;
text-align:center;
background-color:transparent;
border-style:none; }
.page_sep
{ width:13px; height:13px!important; top:3px;
focus-rect:visible;
text-align:center;
background-color:transparent;
border-style:none; }
.group_pagenav>caption
{vertical-align:top!important;
focus-rect:visible;
background-color:transparent!important;
border-style:none!important;
padding-left:2px!important;
padding-top:1px!important;
text-align:left!important;}
/****************************************** 텍스트 ************************************************************/
/* 로케이션_텍스트 */
.location{ font-family:"돋움"; font-size:8pt; color:#6d6d6d ;padding-top:1px; padding-left:3px;
vertical-align: middle}
/* 타이틀_볼드 */
.title{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle}
/* 타이틀_볼드_좌측정렬 */
.title_left{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle; text-align:left }
/* 팝업_타이틀_볼드 */
.title_wh{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
/* 버튼메뉴_타이틀_화이트_볼드 */
.title_wh_b{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
.text1{color:#FF8903; }
.text2{color:#A2A2A2; }
/* readonly */
.readOnlyClass {background-color:#EEF1F7;}
/****************************************** 테이블 & 텍스트 ************************************************************/
/* 리스트 테이블 */
.table-line{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid; border-collapse: collapse;}
.table-line th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
.table-line td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;}
/* 생략 처리용 */
.table-list{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid; border-collapse: collapse; table-layout:fixed; }
.table-list th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
.table-list td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px; word-break:break-all; overflow:hidden; text-overflow:ellipsis; }
/* 등록 테이블 */
.table-register{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-register th{ padding-left:2px;padding-right:5px;background-color: #E4EAF8; Text-align: right ;}
.table-register td{ padding-left:2px;padding-right:5px;background-color: #F7F7F7;}
/*
.table-search{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-search th{ padding-left:2;padding-right:2;background-color: #E4EAF8; Text-align: center ;}
.table-search td{ padding-left:2;padding-right:2;background-color: #F7F7F7;} */
/* 투명 테이블 */
.table-trans {BORDER-LEFT: 0px solid;BORDER-RIGHT:0px solid; BORDER-BOTTOM:0px solid; BORDER-TOP:0px solid; border-collapse:collapse;}
.table-trans td{border:0px solid;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;border:0px solid;border-collapse: collapse;}

@ -317,7 +317,7 @@
.user_login .user_login_btstyle {
float: left;
margin: 0;
padding: 14px 0 0 60px;
padding: 14px 0 0 60px;
width: 754px;
}
.user_login .user_login_btstyle .bt_ulstyle1 {

@ -1,67 +0,0 @@
@charset "utf-8";
*{margin:0; padding:0;margin:0; padding:0;}
img, fieldset, button{border:none;}
li{list-style-type:none;}
hr, button img{display:none;}
a{text-decoration:none;}
a:hover, a:active, a:focus{text-decoration:underline;}
textarea{overflow:auto;}
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} /* For Screen Reader */
caption{display:none;}
img{border:0}
html, body{margin:0; padding:0; font-family:"돋움", Gulim, AppleGothic, Sans-serif;font-size:12px;}
.popup {margin-left:10px;margin-right:10px;}
.popup table{clear:both; width:100%; border: 1px solid #dddddd;
line-height: 28px;
overflow: hidden;
white-space: nowrap; margin-top: 10px;margin-bottom:10px;}
.popup table th {background-color:#f2f2f2;border:1px solid #dddddd;
color:#0f438a;
height: 26px;
font-size:90%;
text-align:left;
padding-left:10px;
width:130px;
}
.popup table td{background-color:#ffffff;border:1px solid #dddddd;
color:#0f438a;
height: 26px;padding-left:10px;}
.h_title{font-size:120%;font-weight:bold; color:#666666; padding-left:20px;padding-top:10px; margin-left:10px; background: url("/resources/images/bl_circle.gif") no-repeat scroll 0px 11px transparent;}
/* BUTTONS */
.buttons a, .buttons button{margin: 0 auto;
display:block;
float:left;
margin:0 7px 0 0;
background-color:#f5f5f5;
border:1px solid #dedede;
border-top:1px solid #eee;
border-left:1px solid #eee;
font-size:100%;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
width:auto;
overflow:visible;
padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
padding:5px 10px 5px 7px; /* Firefox */
line-height:17px; /* Safari */
}
*:first-child+html button[type]{
padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
margin:0 3px -3px 0 !important;
padding:0;
border:none;
width:16px;
height:16px;
}

@ -1,256 +0,0 @@
@charset "utf-8";
@font-face {
font-family: "Nanumsquare_L";
src: url("../../font/nanumsquare/NanumSquare_acL.eot?") format("eot"),
url("../../font/nanumsquare/NanumSquare_acL.woff") format("woff"),
url("../../font/nanumsquare/NanumSquare_acL.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Nanumsquare_B";
src: url("../../font/nanumsquare/NanumSquare_acB.eot?") format("eot"),
url("../../font/nanumsquare/NanumSquare_acB.woff") format("woff"),
url("../../font/nanumsquare/NanumSquare_acB.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/*로그인 login*/
.login_bg {
background-color: white;
height: 100%;
}
.header_wrap .logo img{
margin: 30px 0 0 45px;
display: inline-block;
width: 230px;
}
.login_text {
text-align: center;
max-width: 560px;
margin: 60px auto 0;
}
.login_text .l1 {
font-size: 70px;
color: #4d5769;
margin-top: 60px;
font-family: Nanumsquare_L;
}
.login_text .l2 {
font-size: 18px;
color: #959595;
margin-top: 10px;
font-family: Nanumsquare_L;
}
.login_text .l2 span{
color: #006fbe;
font-weight: bold;
}
.login_text .input_wrap {
position: relative;
margin-top: 40px;
padding-right: 0px;
}
.login_text .input_wrap .typeText,
.login_text .input_wrap .typePassword {
display: inline-block;
padding: 0 0 0 30px;
width: 100%;
height: 80px;
box-sizing: border-box;
border: 3px solid #67625c;
background: #fff;
font-size: 20px;
font-family: Nanumsquare_B;
}
.login_text .input_wrap input::placeholder {
color: rgba(205, 206, 206, 1);
}
.login_text .input_wrap input::-webkit-input-placeholder {
color: rgba(205, 206, 206, 1);
}
.login_text .input_wrap input:-ms-input-placeholder {
color: rgba(205, 206, 206, 1);
}
.login_text .input_wrap .typePassword {
margin-top: 10px;
background-image: url(/resources/images/login/lock.png);
background-position: right 25px center;
background-repeat: no-repeat;
background-size: 25px;
padding-right: 20px;
}
.login_text .input_wrap .typeButton {
position: absolute;
top: 0;
right: 0;
width: 145px;
height: 100px;
color: #fff;
font-size: 17px;
background: #006fbe;
border: 1px solid #d9d9d9;
box-sizing: border-box;
}
.login_text .input_wrap2 {
text-align: right;
margin-top: 15px;
font-size: 13px;
}
.login_text .input_wrap2 label {
margin-right: 30px;
}
.login_text .input_wrap2 a{
display: inline-block;
font-size: 15px;
font-family: Nanumsquare_B;
color: #959595;
}
.login_text .input_wrap2 a:hover {
text-decoration: underline;
}
.login_text .text_img img {
width : 300px;
}
.login_text .main_img img {
width : 400px;
margin-top: 30px;
}
.login_bg a.line {
border-left: 2px solid #959595;
margin-left: 5px;
padding-left: 5px;
position: relative;
}
.login_bg a.line:before {
content: '';
display: inline-block;
width: 2px;
height: 10px;
position: absolute;
left: -18px;
top: 2px;
}
.login_text .btn_wrap {
margin: 35px auto 40px;
}
.login_text .btn_wrap a{
display: inline-block;
border: 1px solid #d9d9d9;
box-sizing: border-box;
background-color: #fff;
font-size: 17px;
height: 58px;
line-height: 58px;
width: 278px;
}
.login_text .btn_wrap a:hover {
background-color: #00a7ac;
border-color: #00a7ac;
color: #fff;
}
.login_text .btn_wrap .typeButton {
display: inline-block;
top: 0;
right: 0;
width: 100%;
height: 80px;
color: #fff;
font-size: 35px;
background: #004988;
border: 1px solid #d9d9d9;
box-sizing: border-box;
border-radius: 32px;
font-family: Nanumsquare_B;
}
.login_bg .footer_wrap {
background-color: #fff;
padding-top: 5px;
border-top: 1px solid #e5e5e4;
}
.login_bg .footer_inner {
max-width: 560px;
margin: 0 auto;
position: relative;
}
.login_bg .footer_inner strong {
position: absolute;
font-size: 15px;
}
.login_bg .login_info {
background-color: #4d5769;
padding-top: 18px;
box-sizing: border-box;
height: 60px;
}
.login_bg .login_info strong {
color: #fff;
line-height: 25px;
}
.login_bg .login_info .notice_slider{
padding-left: 130px;
height: 25px;
}
.login_bg .login_info .notice_slider .bx-wrapper{
background: none;
border: none;
box-shadow: none;
margin-bottom: 0;
}
.login_bg .login_info ul li {
color: #fff;
position: relative;
padding-right: 100px;
box-sizing: border-box;
height: 25px;
line-height: 25px;
font-size: 13px;
}
.login_bg .login_info ul li a {
color: #fff;
font-size: 13px;
}
.login_bg .login_info ul li span {
position: absolute;
right: 0;
}
.login_bg .login_info2 {
padding-top: 35px;
padding-bottom: 60px;
}
.login_bg .login_info2 strong{
color: #2d2d2d;
}
.login_bg .login_info2 p {
padding-left: 130px;
font-size: 13px;
line-height: 20px;
margin-bottom: 15px;
}
.login_bg .login_info2 p span {
color: #008ef0;
}
.login_bg .login_info2 .info_link {
margin-top: 30px;
}
.login_bg .login_info2 .info_link a {
color: #2d2d2d;
padding-left: 25px;
background-repeat: no-repeat;
background-position: 0 0;
line-height: 18px;
font-weight: bold;
display: inline-block;
}
.login_bg .login_info2 .info_link a.program {
background-image: url('../images/main/link_program.png');
}
.login_bg .login_info2 .info_link a.manual {
background-image: url('../images/main/link_manual.png');
}
/*메인 index*/

@ -1,171 +0,0 @@
/*common.css*/
/*웹폰트*/
@font-face {
font-family: 'notokr-bold';
src: url('/resources/font/notoKR-Bold/notokr-bold.eot');
src: url('/resources/font/notoKR-Bold/notokr-bold.eot?#iefix') format('embedded-opentype'),
url('/resources/font/notoKR-Bold/notokr-bold.woff2') format('woff2'),
url('/resources/font/notoKR-Bold/notokr-bold.woff') format('woff'),
url('/resources/font/notoKR-Bold/notokr-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Nanumsquare_L";
src: url("/resources/font/nanumsquare/NanumSquare_acL.eot?") format("eot"),
url("/resources/font/nanumsquare/NanumSquare_acL.woff") format("woff"),
url("/resources/font/nanumsquare/NanumSquare_acL.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Nanumsquare_B";
src: url("/resources/font/nanumsquare/NanumSquare_acB.eot?") format("eot"),
url("/resources/font/nanumsquare/NanumSquare_acB.woff") format("woff"),
url("/resources/font/nanumsquare/NanumSquare_acB.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "SCDream4";
src: url("/resources/font/S-Core_Dream_OTF/S-CoreDream-4Regular.eot?") format("eot"),
url("/resources/font/S-Core_Dream_OTF/S-CoreDream-4Regular.woff") format("woff"),
url("/resources/font/S-Core_Dream_OTF/S-CoreDream-4Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "SCDream5";
src: url("/resources/font/S-Core_Dream_OTF/S-CoreDream-5Medium.eot?") format("eot"),
url("/resources/font/S-Core_Dream_OTF/S-CoreDream-5Medium.woff") format("woff"),
url("/resources/font/S-Core_Dream_OTF/S-CoreDream-5Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/*---------------------------웹폰트종료--------------------------*/
/*-----header-----*/
#header{width:100%;height:auto; min-height:128px; border:0px solid red;
min-width: 980px; min-height: 128px;/*2020.10.21 박소영 수정 /AS-IS:min-width:1280px;*/
position: fixed; z-index: 9;
}
#header .header_up{ border:0px solid black; position:static;}
#header .header_up #background{
width:100%; height:75px; border:0px solid yellow; overflow:hidden;
min-width :980px; min-height: 75px;/*2020.10.21 박소영 수정 /AS-IS:min-width:1280px;*/
background-color: white;
}
#header .header_up #background .ex{width:15%; border:0px solid red; float:left; padding:0 0 0 0px;}
#header .header_up #background .logo_pc{border:0px solid red; margin:10px 0 0 10px; width:70%;}
#header .header_up #background .left_m{
background:url(/resources/framework/images/common/head_deco.png) no-repeat center top; background-size:contain; background-position:right bottom;
width:20%; border:0px solid blue;float:right; overflow:hidden;}
#header .header_up #background .left_m .img_F{width:14%; min-width :42px; min-height:42px; border:0px solid blue; float:left; padding-top:27px; margin-left:42px;}
#header .header_up #background .left_m .img_F img{width:90%; margin-top:2px; margin-left:20px;}
#header .header_up #background .left_m .text_L{width:60%; min-width:182px; min-height:42px; border:0px solid blue; float:right; margin:30px 0 0 13px;}
#header .header_up #background .left_m .text_L li{ font-family:SCDream4; font-size:0.81vw; color:#fff;}
#header .header_up #background .left_m .text_L .deco_01{ border:0px solid red; font-size:14px;}
#header .header_up #background .left_m .text_L .deco_02{ border:1px solid #fff; font-size:11px; border-radius:8px; float:left; padding:1px 4px 0px 4px; margin-right:5px; margin-top:5px;}
#header .header_up #background .left_m .text_L .deco_03{ border:1px solid #fff; font-size:11px; border-radius:8px; float:left; padding:1px 4px 0px 4px; margin-top:5px;}
#header .header_up #background .left_m .text_L .deco_02 a{color:#fff;}
#header .header_up #background .left_m .text_L .deco_03 a{color:#fff;}
#header .header_up #background .ex{
min-height: 75px;
min-width: 228px;
max-height: 75px;
max-width: 228px;
}
#header .header_up #background .left_m{
min-height: 76px;
min-width: 303px;
max-height: 76px;
max-width: 303px;
}
/* 화면 상단바 내 공지사항 rolling CSS - 2020.10.13. 박민규*/
#header .header_up #background #rolling_noti{
/* margin-top: 30px; */
margin-top:40px;
float: left;
width: 400px; /*2020.10.20 박소영 추가 [AS-IS : width:700px;]*/
height: 15px;
overflow: hidden;
font-size: 1.3em;
}
#header .header_up #background #rolling_noti .head_icon{
border:0px solid blue;
float:left;
}
#header .header_up #background #rolling_noti .head_icon img{
width:55%;
}
#header .header_up #background #rolling_noti ul{
width: 100%;
z-index: 2;
position:0;
}
#header .header_up #background #rolling_noti li{
width: 100%;
}
#header .header_up #background #rolling_noti li>a{
color: #757575;/*2020.10.15 박소영 추가 [AS-IS : color:#515151;]*/
/*font-weight: bold; */
font-size:0.813em;/*2020.10.15 박소영 추가 [AS-IS : font-size: 1em;]*/
/* padding-left:25px; */
}
#header .header_up #background #rolling_noti li>a:hover{
color:#75BDE0;/*2020.10.15 박소영 추가 [AS-IS : color: #55dcdf;]*/
}
/* //화면 상단바 공지사항 rolling CSS - 2020.10.13. 박민규*/
#header .header_down{
position : static;
width:100%; height:52px;
/* background-color:#5d9cec; */
background-color:#fff;
/* border:1px solid #ddd; */
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
min-height: 53px; min-width: 980px; /*2020.10.21 박소영 수정 /AS-IS:min-width:1280px;*/
}
/* overFlow hidden 삭제*/
/* #header .header_down .gnb{border:0px solid red; overflow:hidden;} */
#header .header_down .gnb{border:0px solid red;}
#header .header_down .gnb > li{width:145px; height:52px; font-family:Nanumsquare_B; font-size:0.88vw; text-align:center; line-height: 50px; float:left;}
#header .header_down .gnb > li >a{/* color:#fff; */ color:#515151; font-size:15px;}
/* 2Depth Css 최유수*/
#header .header_down .secDepthMenu > li{width:145px; height:53px; line-height: 50px; float:left; color:black;}
#header .header_down .trdDepthMenu > li{width:145px; height:53px; line-height: 50px; float:left;}
#header .header_down .gnb .menu_bar{width:5.94vw; height:52px; float:left; background-color:#003567;
border-bottom:1px solid #ddd; text-align:center; vertical-align: middle;}
#header .header_down .gnb .menu_bar img{ width:25%; margin-top:4px; border:0px solid red;}
@media screen and (-webkit-min-device-pixel-ratio:0){
#header .header_down .gnb .menu_bar img {width:35%; border:0px solid yellow; padding:11px 6px 5px 5px;}
}/*삭제조심*/
/*-----header_종료-----*/

@ -1,5 +0,0 @@
/*import*/
@import url(reset.css);
@import url(common.css);
/*@import url(./style.css);*/

@ -1,29 +0,0 @@
/* HTML5 Boilerplate */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; vertical-align:middle; }
audio, canvas, video { display:inline-block; *display:inline; *zoom: 1; }
* { margin:0; padding:0; border:0; outline:0; vertical-align:top; box-sizing:border-box;}
ul, ol, dl { list-style:none; }
a { vertical-align:top; text-decoration:none; color:#333; }
table { border-collapse:collapse; border-spacing:0; }
input, select, label { vertical-align:middle; }
button, input, select, textarea { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;}
button, input { line-height:normal; }
button, select { text-transform:none; }
body { font-size:100%; line-height:1.2; }
label { cursor:pointer; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; }
input[type="search"] { -webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; cursor: pointer; *overflow:visible; }
textarea { overflow:auto; vertical-align:top; }
html,body{height:100%;}
address{font-style:normal;}

@ -1,55 +0,0 @@
/* style.css*/
/*------------------Main-----------------*/
/*-----Main 비주얼 시작-----*/
#main{width:100%; height:auto; border:0px solid red;}
#main .visual{width:100%; height:410px; background:url(/resources/framework/images/main/visual.png) no-repeat 0 0; overflow:hidden;}
#main .visual .main_V{width:25%; height:430px; border:0px solid red; float:right; background-color:#8fc1ff;}
/*-----Main 비주얼 끝-----*/
#main .content_01{width:100%; height:430px; border:1px solid red; background-color:#f2f2f2;}
#main .content_01 .inner{width:80%; height:auto; padding:30px 0 30px 0; border:0px solid red; margin:0 auto;}
#main .content_01 .inner .title{border:0px solid red; text-align:center; padding:30px 0 15px 0;}
#main .content_01 .inner .title dt{ font-family:Nanumsquare_B; font-size:1.88vw;}
#main .content_01 .inner .title .line{ width:20%; margin:0 auto; border-bottom:2px solid #bcbcbc; padding-top:5px;}
#main .content_01 .inner .title dd{ font-family:Nanumsquare_B; font-weight:300; font-size:1.13vw; padding-top:10px;}
#main .content_01 .inner #q_menu{width:85%; height:auto; border:3px solid green; margin:0 auto;}
#main .content_01 .inner #q_menu {border:2px solid cyan; margin-top:30px;}
#main .content_01 .inner #q_menu .list_menu{border:2px solid cyan; overflow:hidden;}
#main .content_01 .inner #q_menu .list_menu li{dispaly:inline-block; margin: 0 35px; border:1px solid red; width:135px; float:left;}
#main .content_01 .inner #q_menu .list_menu li a{dispaly:block;}
#main .content_01 .inner #q_menu .list_menu .m_01 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_01 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #cd4039;}
#main .content_01 .inner #q_menu .list_menu .m_01 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_01 .ico em img{width:50%;}
#main .content_01 .inner #q_menu .list_menu .m_02 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_02 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #ef880f;}
#main .content_01 .inner #q_menu .list_menu .m_02 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_02 .ico em img{width:60%;}
#main .content_01 .inner #q_menu .list_menu .m_03 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_03 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #e1af00;}
#main .content_01 .inner #q_menu .list_menu .m_03 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_03 .ico em img{width:60%;}
#main .content_01 .inner #q_menu .list_menu .m_04 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_04 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #2b70c6;}
#main .content_01 .inner #q_menu .list_menu .m_04 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_04 .ico em img{padding-left:15px; width:70%;}
#main .content_01 .inner #q_menu .list_menu .m_05 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_05 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #3d9fac;}
#main .content_01 .inner #q_menu .list_menu .m_05 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_05 .ico em img{ border:0px solid red; padding-left:15px; width:70%;}
#main .content_01 .inner #q_menu .list_menu .m_06 p{border:1px solid blue; text-align:center; padding-top:20px; font-family:Nanumsquare_B; font-size:1.25vw;}
#main .content_01 .inner #q_menu .list_menu .m_06 .ico{ display:table; width:135px; height:135px; border-radius:100%; background-color: #6e63af;}
#main .content_01 .inner #q_menu .list_menu .m_06 .ico em{display:table-cell; text-align:center; vertical-align:middle; border:0px solid red;}
#main .content_01 .inner #q_menu .list_menu .m_06 .ico em img{padding-left:10px; width:70%;}
/*---------------Main_종료---------------*/

@ -1,376 +0,0 @@
/* by 검증 디자이너 */
img {border:0;}
table {margin:0; padding:0;}
.t_strong {font-weight:bold;}
.TopMenuBg {
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/menu_bg.jpg');
background-repeat:no-repeat;
}
.LeftMenuTitle {
font-size: 14px;
color: #fff;
text-align:center;
font-family:"돋움";
font-weight:bold;
padding-top:20px;
padding-bottom:3px;
}
.LeftMenuWelcome {
font-size: 12px;
color: #e6e6e6;
text-align:center;
font-family:"돋움";
padding-top:6px;
}
.LeftMenuBg {
font-size: 12px;
color: #7f9db9;
text-align:left;
font-family:"돋움";
font-weight:bold;
padding-top:3px;
padding-left:50px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/left_menu_bg.gif')
}
.LeftMenuBtn {
text-align:center;
padding-top:5px;
padding-bottom:5px;
}
.LeftMenuBgList {
font-size: 12px;
color: #fff;
text-align:left;
font-family:"돋움";
padding-top:3px;
padding-left:60px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/left_bg.gif');
}
.QuickLink {
font-size: 11px;
color: #7794be;
text-align:right;
font-family:"돋움";
padding-top:3px;
}
.PageTitle {
color: #000000;
text-align:left;
font-family:"돋움";
font-weight:bold;
padding-left:45px;
background-image:url('/resources/images/egovframework/com/cmm/uss/umt/page_title.gif')
}
.PageNumber {
text-align:center;
font-family:"돋움";
}
.checkbox {
background-color:#fff;
}
.BottomStyle {
font-size:11px;
color:#999999;
font-family: dotum;
}
.LoginIdText {
margin-top:80px;
margin-left:400px;
font-size:12px;
font-family: dotum;
width:190px;
}
.LoginPassText {
margin-left:400px;
font-size:12px;
font-family: dotum;
width:180px;
}
.LoginJoinBtn {
margin-top:5px;
margin-left:400px;
font-size:12px;
font-family: dotum;
width:180px;
}
/* -----------------TopMenuBg------------ */
.TopMenuBg { font-size: 12px; color: #888888 ; font-family: "돋움"}
.TopMenuBg a:link { font-size: 12px; color: #888888; font-family: "돋움"}
.TopMenuBg a:visited { font-size: 12px; color: #888888 ; font-family: "돋움"}
.TopMenuBg a:hover { font-size: 12px; color: #4791a5 ; font-family: "돋움"; font-weight:bold}
.TopMenuBg a:active { font-size: 12px; color: #86cd00 ; font-family: "돋움"; font-weight:bold}
/* -----------------LeftMenuBgList------------ */
.LeftMenuBgList { font-size: 12px; color: #fff ; font-family: "돋움"}
.LeftMenuBgList a:link { font-size: 12px; color: #fff; font-family: "돋움"}
.LeftMenuBgList a:visited { font-size: 12px; color: #fff ; font-family: "돋움"}
.LeftMenuBgList a:hover { font-size: 12px; color: #fff ; font-family: "돋움"; font-weight:bold}
.LeftMenuBgList a:active { font-size: 12px; color: #fff ; font-family: "돋움"; font-weight:bold}
/* -----------------LeftMenuBg------------ */
.LeftMenuBg { font-size: 12px; color: #8594a8 ; font-family: "돋움"}
.LeftMenuBg a:link { font-size: 12px; color: #8594a8; font-family: "돋움"}
.LeftMenuBg a:visited { font-size: 12px; color: #8594a8 ; font-family: "돋움"}
.LeftMenuBg a:hover { font-size: 12px; color: #445b7b ; font-family: "돋움"; font-weight:bold}
.LeftMenuBg a:active { font-size: 12px; color: #445b7b ; font-family: "돋움"; font-weight:bold}
/* -----------------QuickLink------------ */
.QuickLink { font-size: 11px; color: #7794be ; font-family: "돋움" }
.QuickLink a:link { font-size: 11px; color: #7794be; font-family: "돋움" }
.QuickLink a:visited { font-size: 11px; color: #5877a4 ; font-family: "돋움" }
.QuickLink a:hover { font-size: 11px; color: #5877a4 ; font-family: "돋움"; font-weight:bold}
.QuickLink a:active { font-size: 11px; color: #5877a4 ; font-family: "돋움"; font-weight:bold}
/* board_list */
.table_listA {margin-top:20px; margin-left:8px; padding:0 3px 0 3px; height:30px; font:11px Dotum; color:#626262;}
.table_listA th {margin-top:10px; height:40px; font:11px Dotum; font-weight:bold; color:#4f657d; background:url('/resources/images/egovframework/com/cmm/uss/umt/bg_list_th.gif')}
.table_listA tbody {height:35px; font:11px Dotum; color:#828282;}
/* -----------------board_list------------ */
.table_listA a:link { font-size: 11px; color: #828282; font-family: "돋움"; text-decoration:none}
.table_listA a:visited { font-size: 11px; color: #828282 ; font-family: "돋움"; text-decoration:none}
.table_listA a:hover { font-size: 11px; color: #a7a7a7 ; font-family: "돋움"; text-decoration:none}
.table_listA a:active { font-size: 11px; color: #828282 ; font-family: "돋움"; text-decoration:none}
/* by 이삼섭 */
/* Black 텍스트 Hyperlink Style */
A:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
A:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
A:active { font-size:9pt; font-family:"돋움";color:#ff0000; text-decoration:none; }
A:hover { font-size:9pt; font-family:"돋움";color:#ff0000;text-decoration:none;}
/* Gray 텍스트 Hyperlink Style */
A.gr:link { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
A.gr:visited { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
A.gr:active { font-size:9pt; font-family:"돋움";color:#ff0000; text-decoration:none; }
A.gr:hover { font-size:9pt; font-family:"돋움";color:#ff0000 ;text-decoration:none;}
/* Black 텍스트 Hyperlink Style_언더라인 */
A.underline:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
A.underline:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
A.underline:active { font-size:9pt; font-family:"돋움";color:#ff0000; text-decoration:underline; }
A.underline:hover { font-size:9pt; font-family:"돋움";color:#ff0000;text-decoration:underline;}
/* 스크롤 & margin */
body {
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;}
td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
th {font-family: "돋움"; font-size: 9pt; color:#000000; font-weight:normal;}
/* 흰색배경 inputbox */
textarea, input, select
{padding-left:2px; color:#555555; border:1px solid #9BBED2;
font-family: "돋움"; font-size: 9pt; color:#595959;}
/*list_text*/
.lt_text { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px;}
.lt_text2 { font-size:9pt; color:#444444; font-family:"돋움, Arial"; height:30px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px; font-weight: bold;}
.lt_text3 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:center; vertical-align:middle;}
.lt_text4 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; text-align:center; vertical-align:middle;}
.lt_text5 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:top; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;}
.button {
border-style:none;
background-color:transparent;
font-size:12px;
}
/*------------------------------- textarea ------------------------------------------------*/
textarea
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
/* 콤보박스에 테두리선 빼기 */
input.cb {background-color:transparent;border:0px;}
/* 금액_흰색바탕_우측정열 inputbox */
.input-r{border:1px solid #9BBED2; text-align:right;}
select
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
select1
{color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
.select12
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid; }
select1[appearance="full"]
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid;}
select[appearance="full"]
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
border-style:solid;}
.check2
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
background-color:transparent!important;
border-style:none !important;}
.radio2
{ color:#000000;
padding-left:2px;
border-color:#9CBED3;
background-color:#EAEAEA!important;
border-style:none !important;}
/*페이징관련 버튼*/
.group_pagenav
{ vertical-align:middle;
background-color:transparent!important;
border-style:none; }
.page_prevend
{ width:13px; height:13px; top:3px;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_prevend.gif);
border-style:none; }
.page_prev
{ width:13px; height:13px; top:3px;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_prev.gif);
border-style:none; }
.page_nextend
{ width:13px; height:13px; top:3px;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_nextend.gif);
border-style:none; }
.page_next
{ width:13px; height:13px; top:3px;
background-color:transparent;
background-image:url(/resources/images/egovframework/com/cmm/uss/umt/icon/icon_next.gif);
border-style:none; }
.page_no
{ width:30px; height:13px!important; top:3px;
text-align:center;
background-color:transparent;
border-style:none; }
.page_sep
{ width:13px; height:13px!important; top:3px;
text-align:center;
background-color:transparent;
border-style:none; }
.group_pagenav>caption
{vertical-align:top!important;
background-color:transparent!important;
border-style:none!important;
padding-left:2px!important;
padding-top:1px!important;
text-align:left!important;}
/****************************************** 텍스트 ************************************************************/
/* 로케이션_텍스트 */
.location{ font-family:"돋움"; font-size:8pt; color:#6d6d6d ;padding-top:1px; padding-left:3px;
vertical-align: middle}
/* 타이틀_볼드 */
.title{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle}
/* 타이틀_볼드_좌측정렬 */
.title_left{ font-family:"돋움"; font-size:9pt; color:#000000 ;
font-weight: bold ; vertical-align: middle; text-align:left }
/* 팝업_타이틀_볼드 */
.title_wh{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
/* 버튼메뉴_타이틀_화이트_볼드 */
.title_wh_b{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
font-weight: bold ; vertical-align: middle}
.text1{color:#FF8903; }
.text2{color:#A2A2A2; }
/****************************************** 테이블 & 텍스트 ************************************************************/
/* 리스트 테이블 */
.table-line{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid;border-collapse: collapse;}
.table-line th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
.table-line td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;}
/* 등록 테이블 */
.table-register{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-register th{ padding-left:2px;padding-right:5px;background-color: #E4EAF8; Text-align: right ;}
.table-register td{ padding-left:2px;padding-right:5px;background-color: #F7F7F7;}
/*
.table-search{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
.table-search th{ padding-left:2;padding-right:2;background-color: #E4EAF8; Text-align: center ;}
.table-search td{ padding-left:2;padding-right:2;background-color: #F7F7F7;} */
/* 투명 테이블 */
.table-trans {BORDER-LEFT: 0px solid;BORDER-RIGHT:0px solid; BORDER-BOTTOM:0px solid; BORDER-TOP:0px solid; border-collapse:collapse;}
.table-trans td{border:0px solid;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;border:0px solid;border-collapse: collapse;}
.btnBackground {
background-image : url(/resources/images/egovframework/com/sym/ccm/zip/btn/bu2_bg.gif);
}
.btnNew {
border : 0 solid #000;
color : #000000;
background-image : url(/resources/images/egovframework/com/sym/ccm/zip/btn/bu2_bg.gif);
cursor : pointer;
}
Loading…
Cancel
Save