@font-face {
   font-family: "Nanum Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("//webfonts/NanumGothic-Regular.ttf") format("truetype"), 
}

.fa,
.fas {
   font-family: "Nanum Gothic", sans-serif;
  font-weight: 400; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background:url('/images/sea.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;        
}
 
a:link {  font-family: "Nanum Gothic", sans-serif; text-decoration:none; color: #2b2b2b; }
a:visited {  font-family: "Nanum Gothic", sans-serif; text-decoration:none; color: #2b2b2b; }
a:hover {  font-family: "Nanum Gothic", sans-serif; text-decoration:underline; color:red;}
a:active {  font-family: "Nanum Gothic", sans-serif; text-decoration:underline; color:red;}

input {
	height: 30px;	
}
textarea { font-size: 9pt; }
select { height: 30px; font-size: 9pt; text-align: centerline; background-color: #ffffff;}
span {  font-family: "Nanum Gothic", sans-serif; font-size: 10pt; line-height: 130%; color:2b2b2b;}

p { margin: 0px; }

body {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:2b2b2b;}
.body {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:2b2b2b;}
.body2 {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:white;}
.body3 {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:black;}
.body4 {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; color:#c15b27;}
.body5 {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:white; font-weight: bold;}
.line {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; border-color: white; border:solid black 1 ; }
.line2 {   font-family: "Nanum Gothic", sans-serif; font-size: 9pt; line-height: 130%; color:2b2b2b;border-color: white; border:solid 2b2b2b 1 ; }
.fix_bg {  background-attachment: fixed; background-image: url(./images/me.gif); background-repeat: no-repeat; background-position: 400 120;}

.body2 a {  font-family: "Nanum Gothic", sans-serif; font-size: 9pt; text-decoration:none; color:#FFFFFF; }

#wrap { text-align: center; width: 1200px; margin: 0 auto; }
#wrap_content { margin: 0 auto; text-align:left; }

#category_list3 { text-align: right; padding: 0 15px 0 0px; line-height: 23px; }
#category_list3 a { color: white; }

td { color: #2b2b2b; }
.body a { color: #2b2b2b; }
.body a:hover { color: red; }

.pageNavi { background-color: #FFFFFF;  width: 30px;  height: 22px; border: solid #cccccc 1px; float: left; vertical-align: middle;  padding-top: 6px; }
.pageNavi:hover { background-color: #dddddd; }
.pageNavi_over { width: 30px; height: 22px; background-color: #ffcccc; border: solid 1px #cccccc; float: left; vertical-align: middle;   padding-top: 6px;}

.fadding-photo:hover{ opacity:0.4; }

.scroll-progress {
  width: 0px;
  height: 3px;
  background-color: yellow;
}

.header-container {
  width: 100%;
  height: 3px;
  background-color: #000066;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.ui-autocomplete {
	max-width: 500px;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/

* html .ui-autocomplete {
    height: 100px;
}

.imgMan {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.imgMan:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.progress { 	 font-family: "Nanum Gothic", sans-serif;	position:relative; width:350px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { 	 font-family: "Nanum Gothic", sans-serif;	background-color: #49F649; width:0%; height:20px; border-radius: 3px; }
.percent {	 font-family: "Nanum Gothic", sans-serif;	 position:absolute; display:inline-block; top:3px; left:48%; }
