@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );


BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {  font-family: 'Noto Sans KR', KoPub Dotum ,Nanum Gothic,  Tahoma; font-size:13px; letter-spacing:-0.04em; line-height:150%; }
 
A {text-decoration:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}

.non {font-family:Tahoma;font-size:7pt;}
.non2 {font-family:KoPub Dotum;font-size:9pt;}
.button {font-family:Tahoma; font-size:7pt; letter-spacing:0px; font-weight:bold;}
.box {text-align:center; font-family:Tahoma; font-size:7pt; font-weight:bold; letter-spacing:0px;}



.checkbox{font-family:Tahoma;font-size:7pt;letter-spacing:-1px;}




.max2{max-width: 100%;  width:expression(this.clientWidth  > 100 ? "100%" : (this.style.width.trim()  == "auto" ? "auto" : this.style.width));}

.video-container{position:relative;padding-bottom:50%;padding-top:30px;height:0;overflow:hidden;word-break:break-all;text-align:center;} 
.video-container iframe,.video-container object,.video-container embed, .video-container div {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;letter-spacing:0px;} 



a.over:hover{
zoom:1;
opacity:0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
filter: Alpha(Opacity=70);
}

#bn { 
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ 
 filter: gray; /* IE6-9 */ 
 -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ 
} 
#bn:hover {filter:none;-webkit-filter:grayscale(100%);}

.hide {display:none;}