﻿
/* default */
*, html {
	margin:0;
	padding:0;
}

h3, p {
	font-family: "맑은 고딕", 돋움, 굴림;
}

#navi {
	position:fixed;	
	width:100vw;
	z-index:10000;
	background:#e9592c;	
}
#navi h1 {
	float:left;
	padding:10px 0 0 15px;
}
.mainnav {
	position:relative;
	float:left;
	height:60px;
	margin:10px 0 0 50px;
}
.mainnav li {
	list-style:none;	
	float:left;	
	display:inline-block;
	margin:12px 30px;
}
.mainnav a {
	color: #fff;
	font-family:Arial;
	font-size:20px;
	text-decoration: none;
}


#ms1, #ms2, #ms3{
	cursor:pointer;
	min-height:730px;
}

.container {
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	overflow:hidden;
}

.bg-holder{
	width:100%;
	height:100%;
}

.container .content {
  color: #fff;
  text-align: center;
  position: absolute;
  left:50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content h3{
	font-family:'Nexa Bold';
	color:#e9592c;
	font-size:65px;
	text-align:center;
}

.content p{
	margin-top:12px;
	padding-left:5px;
	padding-right:5px;
	line-height:32px;
	font-size:24px;
	text-align:center;
	color:#fff;
}

.icon{
	text-align:center;
	margin-top:10px;
	height:118px;
	margin:0 auto; 
}

.sliderbutton1 {float:left; width:32px; z-index:1000;position:relative; bottom:-25em;}
.sliderbutton2 {float:right; width:32px; z-index:1000;position:relative; bottom:-25em;}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#4185b7;}
#slider {float:left; position:relative; overflow:auto; width:900px; height:500px; border:2px solid #fff; background:#fff;z-index: -1000;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:900px; height:500px; padding-right:10px}
#slider li img {max-width: 100%; margin: auto;}
.pagination {float:right; list-style:none; height:30px; margin:15px 0 0 0}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#175a8c; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#fff}
.pagination li:hover {background:#4185b7; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#4185b7;}

li#content {width:464px; height:270px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

/*.nivo-directionNav .nivo-prevNav {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/right.gif) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;*/
/*.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivoSlider a {
    border: 0;
    display: block;
}
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/right.gif) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}*/