@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
    color: #000000;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}

.header_top{position:absolute; width:100%; background-color:rgba(50,41,26,0.8); z-index:999; transition:0.5s}
.header_wrap{position:relative;  margin:0 auto; }
.cls_nav{position:relative; margin:0 auto; padding-top:5px; padding-bottom:5px; transform:translateX(30px); max-width:700px}
.cls_nav>ul{overflow:hidden; table-layout:fixed; position:relative; margin:0 auto}
.cls_nav>ul>li{float:left;text-align:left; /*padding-left:5px; padding-right:5px;*/ box-sizing:border-box; width:130px}
.cls_nav>ul>li>a{font-size:18px; line-height:35px; font-weight:bold; color:#FFF; }

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
    background-size: cover;
}
.slide{
    background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0{
    background-image: url(/imgs/bg1.jpg);
}
#section1{
    background-image: url(/imgs/bg2.jpg);
    padding: 6% 0 0 0;
}
#section2{
    background-image: url(/imgs/bg3.jpg);
    padding: 6% 0 0 0;
}
#section3{
    background-image: url(/imgs/bg4.jpg);
    padding: 6% 0 0 0;
}
#section4{
    background-image: url(/imgs/bg5.jpg);
    padding: 6% 0 0 0;
}

.sel01 { font-size: 9pt; font-family: gulim; border: 1px solid #fff;    background-color: #2d2f32; color: #fff; cursor:pointer; height:20px;}

td { font-size: 9pt; font-family: gulim; padding:5px; color: #ffffff;}