

html, body { margin:0px;padding:0px; font-family:'Noto Sans CJK KR','Noto Sans KR', '³ª´® °íµñ', '¸¼Àº °íµñ' ,  sans-serif; color:#333; box-sizing:border-box; font-size:15px;  letter-spacing:-0.5px; width:100%; height:100%; position:relative;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,p,a,button,checkbox,textarea { 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: #111; 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');}
@font-face {font-family: 'yg-jalnan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); font-weight:normal; font-style:normal;}



.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)}
    }
	li:hover .jumping{ animation:jumping 1s linear 0.3s infinite alternate; cursor:pointer;}



	.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 #1e1e1e;  font-size:14px; width:100%;color:#444; }
	table.tableList th {background-color:#fafafa; line-height:19px; padding:15px 5px 15px 5px; font-weight:600; font-size:15px; border-bottom:solid 1px #e3e3e3; letter-spacing:-1px;text-align:center;}
	table.tableList td {border-bottom:solid 1px #e3e3e3; font-weight:normal; line-height:23px; padding:15px 15px 15px 15px; letter-spacing:-1px;}
	table.tableList .tableRight {border-right:solid 1px #e3e3e3;}
	table.tableList .tableLeft {border-left:solid 1px #e3e3e3;}
	table.tableList .tableBoth {border-right:solid 1px #e3e3e3; border-left:solid 1px #e3e3e3;}


	table.tableList input {border:solid 1px #bbb; border-radius:5px; padding:2px;}
	table.tableList select {border:solid 1px #bbb; border-radius:5px; padding:2px;}
	
	#subTop {width:100%; min-width:1300px;  background:#c5ebeb url('/images/bg/bg_sub.jpg')center no-repeat; overflow:hidden; height:160px;  text-align:center;  }

	#subContents {width:1300px; margin:0 auto 60px auto; position:relative;  }
	#subContents::after{display:block; clear:both; content:'';}

	#subLeft {float:left; width:240px;  z-index:999; box-sizing:border-box; margin-top:-60px;}
	
	/*
	#subLeft h2 {font-family:"yg-jalnan","Nanumsquare", sans-serif; font-size:26px; color:#fff; text-align:center; line-height:100px; height:100px;  background:linear-gradient(45deg, #34bdf0, #0cd5d3);  border-radius:6px; margin-bottom:10px; letter-spacing:-1px;}
	*/

	#subLeft h2 { font-size:26px; color:#fff; text-align:center; line-height:100px; height:100px;  background:linear-gradient(45deg, #34bdf0, #0cd5d3);  border-radius:6px; margin-bottom:10px; letter-spacing:-1px;font-weight:700;}


	/* IE10+ ÆùÆ®À§Ä¡ °íÁ¤*/
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#subLeft h2 {line-height:120px; }
	}
	#subLeft ul { border-radius:10px; overflow:hidden; }
	#subLeft ul li { box-sizing:border-box;  }
	#subLeft ul li a {display:block; line-height:48px; height:48px;  font-size:16px; letter-spacing:-1px; color:#444;  padding-left:20px;   border-bottom:solid 2px #f1f1f1; }
	#subLeft ul li .selected {background:url('/images/button/btn_left.png')100% center no-repeat; }
	#subLeft ul li a.selected {  color:#00a6e2; font-weight:500;  border-bottom:solid 2px #00a6e2;   box-sizing:border-box; }


	
    #subRight {float:right; width:1010px; }
	#subRight .subTit {border-bottom:solid 2px #e5e5e5; margin-bottom:30px; overflow:hidden;}
	#subRight .subTit h3 {float:left; font-size:30px; font-weight:600; color:#000;   letter-spacing:-1.8px; padding:40px 0 10px 10px;}
	#subRight .subTit ul{overflow:hidden; float:right; margin-top:50px; margin-right:10px;}
	#subRight .subTit ul li{float:left;}
	#subRight .subTit ul li a{font-size:14px; color:#888; }
	#subRight .subTit ul li:nth-last-of-type(1) a{font-weight:500; color:#333;}
	#subRight .subTit ul i{padding:0 8px; vertical-align:middle;}
	#subRight .subTit ul i img{margin-top:2px;}

	/*¸ÞÀÎ Å¸ÀÌÆ² Css*/
	/* .mainTit{font-family:"yg-jalnan","Nanumsquare", sans-serif; font-size:36px; color:#242424; margin: 48px auto 26px auto; text-align:center; letter-spacing:-1.4px;} */
	
	.mainTit{ font-size:38px; color:#242424; margin: 48px auto 26px auto; text-align:center; letter-spacing:-1.4px;font-weight:700;}

	/*¼­ºê¸Þ´º Å¸ÀÌÆ²*/
	.tit{font-size:20px; font-weight:500; background:url("/images/img/img_titBullet.png")0px center no-repeat; color:#222; padding-left:24px; margin-bottom:20px;}

