

html, body { margin:0px;padding:0px; font-family:'Noto Sans KR', '³ª´® °íµñ','Nanum Square','¸¼Àº°íµñ', sans-serif; font-size:15px;color:#333; box-sizing:border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,p,a,button,checkbox { margin:0px;padding:0px;box-sizing:border-box; }

li{list-style:none;}
img { border:0px;vertical-align:top; }
.img_middle { border:0px;vertical-align:middle; }
.hidden{display:none;}

/* ÀÏ¹Ý ¸µÅ© ½ºÅ¸ÀÏ ******************************/
a:link { color: #222222; text-decoration: none; }
a:visited {color: #222222; text-decoration: none;}
a:hover { color: #222; text-decoration: none;}

.alignCenter {text-align:center;}
.alignRight {text-align:right;}
.alignLeft {text-align:left;}

/* Form ÅÂ±× ¼³Á¤ ******************************/
.txtbox {height:22px;line-height:22px;border:1px solid #828282;}

select.txtbox, input[type="file"] {
  height:26px;
  line-height: 30px;
  background-color:white;
}

#popupWrap {position:relative;width:100%; *zoom:1; background-color:#FFF; box-sizing:border-box;}
#popupWrap h2 {float:left; font-size:18px; text-align:left; background-color:#38445d; color:#fff; width:100%; line-height:30px; padding:15px 10px 10px 20px; letter-spacing:1px; box-sizing:border-box; margin-bottom:20px;}
#popupWrap h2:after {content:""; clear:both; display:block; height:0; visibility:none;}
#popupWrap span.close {cursor:pointer; position:absolute; top:15px; right:20px;}
#popupWrap img {vertical-align:middle;}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}



.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; z-index:503; }
.ui-dialog .ui-dialog-titlebar {padding: .4em 1em; position: relative; display: none; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em;	top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; }
.ui-dialog .ui-dialog-content {	position: relative;	border: 0; background: none; overflow: auto; background: #ffffff; color: #333333; }
.ui-widget-overlay {position: fixed; top: 0; left: 0;width:100%;height:100%; z-index:102;background:#000000 repeat;opacity: .5; filter: Alpha(Opacity=50);}


	
	.vw_content img {max-width: 890px;height:auto;}

	.Wid05 { width: 5%;}
	.Wid10 { width: 10%;}
	.Wid15 { width: 15%;}
	.Wid20 { width: 20%;}
	.Wid25 { width: 25%;}
	.Wid30 { width: 30%;}
	.Wid35 { width: 35%;}
	.Wid40 { width: 40%;}
	.Wid50 { width: 50%;}
	.Wid60 { width: 60%;}
	.Wid65 { width: 65%;}
	.Wid70 { width: 70%;}
	.Wid80 { width: 80%;}
	.Wid90 { width: 90%;}
	.Wid98 { width: 98%;}

	 @-webkit-keyframes jumping{
        0%{transform:translateY(2px)}
        15%{transform:translateY(-3px)}
        40%{transform:translateY(3px)}
        70%{transform:translateY(-2px)}
        100%{transform:translateY(1px)}
    }
     @keyframes jumping {
         0%{transform:translateY(2px)}
        15%{transform:translateY(-3px)}
        40%{transform:translateY(3px)}
        70%{transform:translateY(-2px)}
        100%{transform:translateY(1px)}
    }

	@keyframes img_bounce01 {
		0% {top: 0px; transform: rotate(0deg)}
	    50% {top: 5px; transform: rotate(-5deg)}
	    100% {top: 10px; transform: rotate(5deg)}
	}
      @keyframes img_bounce02 {
		0% {top: 30px; transform: rotate(0deg)}
	    50% {top: 20px; transform: rotate(-10deg)}
	    100% {top: 0px; transform: rotate(10deg)}
	}

	.tableSearch {text-align:left; margin-bottom:10px; width:100%;}
	.tableSearch:after {content:""; display:block; clear:both;}
	.tableSearch select {border:solid 1px #ddd; height:35px; color:#666; padding-left:10px;  font-family: '¸¼Àº °íµñ', sans-serif; letter-spacing:-1px;}
	.tableSearch input {border:solid 1px #ddd; height:31px; color:#868686; padding-left:10px; font-family: '¸¼Àº °íµñ', sans-serif; letter-spacing:-1px;}
	.tableSearch .tableSearchBtn {padding:9px 12px;background-color:#333; color:#fff; line-height:35px; width:63px; text-align:center; font-size:13px; cursor:pointer;}
	.tableSearch .alignRight {float:right;}


	table.tableList {clear:both; text-align:left; margin:0 auto; margin-bottom:20px; border-top:solid 2px #555;  font-size:14px; width:100%;  }
	table.tableList th {background-color:#f8f8f8;  padding:15px 0; font-weight:600; font-size:15px; border-bottom:solid 1px #e8e8e8; letter-spacing:-1px;text-align:center;}
	table.tableList td {border-bottom:solid 1px #e8e8e8; font-weight:normal; line-height:23px; padding:15px 15px 15px 15px; letter-spacing:-1px;}
	table.tableList .tableRight {border-right:solid 1px #e8e8e8;}
	table.tableList .tableLeft {border-left:solid 1px #e8e8e8;}
	table.tableList .tableBoth {border-right:solid 1px #e8e8e8; border-left:solid 1px #e8e8e8;}


	table.tableList input {border:solid 1px #bbb; border-radius:5px; padding:2px;}
	table.tableList select {border:solid 1px #bbb; border-radius:5px; padding:2px;}

	#sub {width:100%; min-width:1280px; text-align:left; *zoom:1; overflow:hidden; margin-bottom:30px; box-sizing:border-box;}

	#subTop {width:100%; min-width:1280px;  background:#fafafa url('/images/bg/bg_sub.jpg')center no-repeat; overflow:hidden; height:200px; line-height:200px; text-align:center;  }
	#subTop h2{font-weight:800; font-size:34px; color:#fff;}


	#subContents {width:1280px; margin:60px auto; }
	#subContents::after{content:''; clear:both; display:block;}
	#subContents .subTit{text-align:center;}

  


	#subContents {width:1240px; margin:0 auto 60px auto; position:relative;}

	#subLeft {float:left; width:220px;  z-index:999; box-sizing:border-box; margin-top:-40px;}
	#subLeft h2 {font-size:28px; font-weight:800; color:#fff; text-align:center; line-height:90px; height:90px; background:#34bc6b; border-radius:0 20px 0 0; margin-bottom:10px;}
	#subLeft ul { margin-bottom:10px;}
	#subLeft ul li {line-height:50px; height:50px;  border:solid 1px #e5e5e5; box-sizing:border-box; background:url('/images/icon/icon_arrow.png')90% center no-repeat; }
	#subLeft ul li:nth-of-type(n+2){border-top:none;}
	#subLeft ul li a {display:block; font-size:15px; letter-spacing:-1px; color:#333;  padding-left:30px; }
	#subLeft ul li .selected {background:#f2f7e4 url('/images/icon/icon_arrow.png')90% center no-repeat;border-bottom:solid 1px #e5e5e5;  }
	#subLeft ul li a.selected {  color:#1a9c2c; font-weight:500;}
	#subLeft .subCall{text-align:center; padding:20px; box-sizing:border-box; background:#f8f8f8; border-radius:10px;}
	#subLeft .subCall dt{font-size:14px; color:#888; margin-bottom:10px;}
	#subLeft .subCall dd{font-size:24px; color:#ff7928; font-family: "Nanumsquare" , sans-serif; font-weight:900; letter-spacing:-1.5px;}

	
    #subRight {float:right; width:960px; }
	#subRight .subTit {border-bottom:solid 1px #e8e8e8; margin-bottom:40px; overflow:hidden;}
	#subRight .subTit h3 {float:left; font-size:24px; font-weight:600; color:#000;   letter-spacing:-1.8px; padding:55px 0 20px 0px;}
	#subRight .subTit ul{overflow:hidden; float:right; margin-top:70px;}
	#subRight .subTit ul li{float:left;}
	#subRight .subTit ul li a{font-size:14px; color:#a7a7a7;}
	#subRight .subTit ul li:nth-last-of-type(1) a{font-weight:500; color:#555555;}
	#subRight .subTit ul i{padding:0 15px; vertical-align:middle;}



	/*¼­ºê Å¸ÀÌÆ²*/
    .listTit{font-weight:700; font-size:20px; color:#333; padding-left:20px; background:url('/images/icon/icon_listTit.png')0px center no-repeat; margin:40px 0 25px 0;}
	.gnT{color:#1cad75;}

	/*ÇÁ·Î±×·¥ ÅÇ*/
	.busiTab{overflow:hidden;}
	.busiTab ul{  box-sizing:border-box; float:right;}
	.busiTab li{float:left; width:150px; background:#f8f8f8; box-sizing:border-box; line-height:45px; height:45px; text-align:center; margin-left:10px; border-radius:0 8px 0 8px;}
	.busiTab li.selected{background:linear-gradient(90deg, #34bc6b, #95d30f);}
	.busiTab li a{color:#777; display:block;}
	.busiTab li.selected a{color:#fff;font-weight:500;}

