@charset "UTF-8";

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/

* {margin:0; padding:0;}

#navbox .logo0 {
	height: 55px;
	width:auto;
	padding-top:55px;
	float:left;
	position:relative;
}

#navbox {
	width:1088px;
	height:40px;
	background-color:#FFF;
	margin: 0px auto 150px auto;
	clear:both;
	}
	
#navbox ul {
	margin-right:5px;
}
	
#navbox ul a {
	color:#799B28;
	list-style:none;
	display:inline;
	padding-top:60px;
	float:right;
	text-decoration:none;
}

#navbox ul a:hover {
	color:#F06;
	list-style:none;
	display:inline;
	padding-top:60px;
	text-decoration:none;
}

#navbox ul li {
	display:inline;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:14px;
	padding-left:30px;
	line-height:40px;
}

#navbox ul #onshow {
	color:#F06;
	list-style:none;
	display:inline;
	padding-top:60px;
	text-decoration:none;
}

#wrapper {
	width:1088px;
	margin:0 auto;
	}

#slider {
	width:1088px;
	height:600px;
	overflow:hidden;
	margin:10px auto;
	}

#slider img {
	width:1088px;
	height:600px;
	float:left;
	display:none;
	}

#slidernav a {
	text-decoration:none;
	}

#wrapper #slidernav .left {
	width:13px;
	height:13px;
	float: left;
	margin-top:-310px;
	margin-left:-30px;
}
#wrapper #slidernav .right {
	width:13px;
	height:13px;
	float: right;
	margin-top:-310px;
	margin-right:-30px;
}


#navslt1 {
	width:1088px;
	padding:0px;
	margin:100px auto 50px auto;
	}

#navslt1 ul {
	margin:0px;
	padding:0px;
	list-style:none;
	background-color:#690;
	text-align:center;
	width:1088px;
	}

img {
	width:150px;
	height:150spx;
	}
	
#navslt1 ul li {
	display:inline-block;
	width:150px;
	height:30px;
	cursor:pointer;
	padding:0px;
	color:#FFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:29px;
	}


#box .container {
	float:left;
    position:relative;
	width:350px;
	height:350px;
	border:#FFF 9px solid;
}

#box .container img {
	width:350px;
}

#box .container span {
    position:absolute;
    bottom: 0;
    height: 350px;
    background: rgba(255,255,255, 1);
    width: 350px;
	line-height:350px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box .container:hover span {
    opacity: 1;
}

#box .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box {
	display: block;
	width: 1104px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}


#box-brand .container {
	float:left;
    position:relative;
	width:350px;
	height:350px;
	border:#FFF 9px solid;
}

#box-brand .container img {
	width:350px;
}

#box-brand .container span {
    position:absolute;
    bottom: 0;
    height: 350px;
    background: rgba(255,255,255, 1);
    width: 350px;
	line-height:350px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-brand .container:hover span {
    opacity: 1;
}

#box-brand .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-brand .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-brand {
	display: none;
	width: 1104px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-visual .container {
	float:left;
    position:relative;
	width:350px;
	height:350px;
	border:#FFF 9px solid;
}

#box-visual .container img {
	width:350px;
}

#box-visual .container span {
    position:absolute;
    bottom: 0;
    height: 350px;
    background: rgba(255,255,255, 1);
    width: 350px;
	line-height:350px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-visual .container:hover span {
    opacity: 1;
}

#box-visual .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-visual .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-visual {
	display: none;
	width: 1104px;;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-web .container {
	float:left;
    position:relative;
	width:350px;
	height:350px;
	border:#FFF 9px solid;
}

#box-web .container img {
	width:350px;
}

#box-web .container span {
    position:absolute;
    bottom: 0;
    height: 350px;
    background: rgba(255,255,255, 1);
    width: 350px;
	line-height:350px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-web .container:hover span {
    opacity: 1;
}

#box-web .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-web .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-web {
	display: none;
	width: 1104px;;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-space .container {
	float:left;
    position:relative;
	width:350px;
	height:350px;
	border:#FFF 9px solid;
}

#box-space .container img {
	width:350px;
}

#box-space .container span {
    position:absolute;
    bottom: 0;
    height: 350px;
    background: rgba(255,255,255, 1);
    width: 350px;
	line-height:350px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-space .container:hover span {
    opacity: 1;
}

#box-space .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-space .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-space {
	display: none;
	width: 1104px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}


#snav {
	width: 1088px;
	clear:both;
	margin:0 auto 0px auto;
	padding-top:350px;
}

.pre {
	float: left;
	position:relative;
}

.pre img {
	width:13px;
}

.next {
	float: right;
	position: relative;
}

.next img {
	width:13px;
}

#preguide {
	float: left;
	display:none;
}

#preguide p {
	font-size: 12px;
	background-color: #690;
	font-weight: bold;
	color: #FFF;
	width: 100px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:2px;
	padding:5px;
	margin-left:6px;
	margin-top:-4px;
	}

#nextguide {
	float: right;
	top:50%;
	display:none;
}

#nextguide p {
	font-size: 12px;
	background-color: #690;
	font-weight: bold;
	color: #FFF;
	width: 100px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px;
	margin-right:6px;
	margin-top:-4px;
	}



#backbutton {
	display:block;
	width:25px;
	margin-top: -3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	both:clear;
}

#backbutton .mid img {
	width:25px;
}

#footer {
	display: block;
	height: 220px;
	width:1088px;
	position:relative;
	clear:both;
	margin:50px auto 0px auto;
	border-top:#799B28 1px dotted;
}

#footer .copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#690;
	padding-top:15px;
	text-align: center;
	clear:both;
	font-weight:bold;
}

#footer #f1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	float: left;
	width: 300px;
	font-weight:600;
	line-height:25px;
	margin-top:40px;
	margin-right:100px;
}

#footer #f1 h1 {
	font-size: 16px;
	color: #690;
	}

#footer #f2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	float: left;
	width: 200px;
	font-weight:600;
	line-height:25px;
	margin-top:40px;
}

#footer #f2 h1 {
	font-size: 16px;
	color: #690;
}

#footer #f2 a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	float: left;
	width: 200px;
	font-weight:600;
	line-height:25px;
	text-decoration:none;
}

#footer #f2 a:hover {
	color:#690;
}

#footer #f3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:40px;
	color: #690;
	float:right;
	font-weight:700;
	position:relative;
}

#f3 #sicon ul {
	display: inline;
	width: 300px;
	text-decoration:none;
	clear:both;
}

#f3 #sicon ul li { 
	text-decoration:none;
	display: inline;
	padding-left:40px;
	margin-top:80px;
	float:right;
}

#f3 #sicon img {
	width:20px;
	}

#f3 #sicon ul li a {
	display: inline;
	text-decoration:none;
	padding-top:10px;
}

@media all and (max-width: 360px) {
	
#navbox .logo0 {
	height: 40px;
	padding-left: 85px;
	position:relative;
}

#navbox {
	width:360px;
	height:40px;
	background-color:#FFF;
	clear:both;
	display:block;
	margin:0 auto;
	}
	
#navbox ul {
	clear:both;
	margin-right:62px;
}
	
#navbox ul a {
	color:#555;
	list-style:none;
	display:inline;
	padding-top:40px;
	float:right;
	text-decoration:none;
	position:relative;
}

#navbox ul a:hover {
	color:#df6b57;
	list-style:none;
	display:inline; 
	padding-top:40px;
	text-decoration:none;
}

#navbox ul li {
	display:inline;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:12px;
	padding-left:27px;
	line-height:40px;
}

#navbox ul #onshow {
	color:#df6b57;
	list-style:none;
	display:inline;
	padding-top:40px;
	text-decoration:none;
	margin-bottom:50px;
}

#snbox #f4 {
	display:none;
}

#wrapper {
	display:none;
	}

#slider {
	display:none;
	}


#snbox2 {
	width:300px;
	margin:50px auto 50px auto;
	display:block;
	position:relative;
	}

#navslt1 {
	width:300px;
	margin:0px auto;
	display:none;
	z-index:999;
	}

#navslt1 ul {
	list-style:none;
	background-color:#699;
	text-align:center;
	}
	
#navslt1 ul li {
	display:inline-block;
	width:300px;
	height:30px;
	cursor:pointer;
	padding:0px;
	color:#FFF;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	border:#FFF 1px solid;
	}
	
	
#box {
	display: block;
	width: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	clear:both;
	z-index:-999;
}

#box .container {
    position:relative;
	width:150px;
	height:150px;
	border:#FFF 0px solid;
}

#box .container img {
	width:150px;
}

#box .container span {
	display:inline-block;
    position:absolute;
    bottom: 0;
    height: 150px;
    background: rgba(255,255,255, 1);
    width: 150px;
	line-height:150px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box .container:hover span {
    opacity: 1;
}

#box .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-memo .container {
	float:left;
    position:relative;
	width:300px;
	height:300px;
	border:#FFF 0px solid;
	margin-left:30px;
}

#box-memo .container img {
	width:300px;
}

#box-memo .container span {
    position:absolute;
    bottom: 0;
    height: 300px;
    background: rgba(255,255,255, 1);
    width: 300px;
	line-height:270px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-memo .container:hover span {
    opacity: 1;
}

#box-memo .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-memo .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-memo {
	display: none;
	width: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-sticker .container {
    position:relative;
	width:300px;
	height:300px;
	border:#FFF 0px solid;
	margin-left:30px;
}

#box-sticker .container img {
	width:300px;
}

#box-sticker .container span {
    position:absolute;
    bottom: 0;
    height: 300px;
    background: rgba(255,255,255, 1);
    width: 300px;
	line-height:270px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-sticker .container:hover span {
    opacity: 1;
}

#box-sticker .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-sticker .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-sticker {
	display: none;
	width: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-card .container {
    position:relative;
	width:300px;
	height: 300px;
	border:#FFF 0px solid;
	margin-left:30px;
}

#box-card .container img {
	width:300px;
}

#box-card .container span {
    position:absolute;
    bottom: 0;
    height: 300px;
    background: rgba(255,255,255, 1);
    width: 300px;
	line-height:270px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-card .container:hover span {
    opacity: 1;
}

#box-card .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-card .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-card {
	display: none;
	width: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#box-living .container {
	float:left;
    position:relative;
	width:300px;
	height:300px;
	border:#FFF 0px solid;
	margin-left:30px;
}

#box-living .container img {
	width:300px;
}

#box-living .container span {
    position:absolute;
    bottom: 0;
    height: 300px;
    background: rgba(255,255,255, 1);
    width: 300px;
	line-height:270px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
    transition: all 0.3s;
}

#box-living .container:hover span {
    opacity: 1;
}

#box-living .container h3 span {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#555;
	text-align: center;
	font-weight:700;
}

#box-living .container h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: lighter;
	letter-spacing:0px;
	font-size:40px;
	padding:25px 25px 0 25px;
	margin-top:0px;
	line-height:37px;
	text-decoration:none;
}

#box-living {
	display: none;
	width: 360px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}


#snav {
	width: 360px;
	clear:both;
	margin:0 auto 0px auto;
	padding-top:100px;
}

.pre {
	float: left;
	position:relative;
	margin-left:30px;
}

.pre img {
	width:13px;
}

.next {
	float: right;
	position: relative;
	margin-right:30px;
}

.next img {
	width:13px;
}

#preguide {
	float: left;
	display:none;
}

#preguide p {
	font-size: 12px;
	background-color: #df6b57;
	font-weight: bold;
	color: #FFF;
	width: 60px;
	font-family:'Noto Sans KR';
	text-align:center;
	margin-left:2px;
	padding:5px;
	margin-left:6px;
	margin-top:-4px;
	}

#nextguide {
	float: right;
	top:50%;
	display:none;
}

#nextguide p {
	font-size: 12px;
	background-color: #df6b57;
	font-weight: bold;
	color: #FFF;
	width: 60px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:5px;
	margin-right:6px;
	margin-top:-4px;
	}


#backbutton {
	display:block;
	width:25px;
	height:10px;
	margin:-5px auto 0 auto;
	both:clear;
}

#backbutton .mid img {
	width:25px;
}

#footer {
	display: block;
	height: 600px;
	width: 360px;
	position:relative;
	clear:both;
	margin:50px auto 0px auto;
	background-color:#444;
}

#footer .copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFF;
	padding-top:15px;
	text-align: center;
	clear:both;
	font-weight:bold;
}

#footer #f1 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 150px;
	font-weight:700;
	line-height:25px;
	margin-top:80px;
	margin-left:30px;
}

#footer #f1 h1 {
	font-size: 16px;
	color:#FFF;
	}

#footer #f2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 100px;
	font-weight:700;
	line-height:25px;
	margin-top:20px;
	margin-left:30px;
	clear:both;
}

#footer #f2 h1 {
	font-size: 16px;
	color:#FFF;
}

#footer #f2 a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float: left;
	width: 200px;
	font-weight:700;
	line-height:25px;
	text-decoration:none;
}

#footer #f2 a:hover {
	color:#df6b57;
}

#footer #f3 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:50px;
	color:#FFF;
	font-weight:700;
	position:relative;
	float:left;
	clear:both;
	margin-left:30px;
}

#f3 #sicon ul {
	width: 200px;
	text-decoration:none;
	float:left;
	clear:both;
	margin-top:-30px;
	margin-left:-56px;
}

#f3 #sicon ul li { 
	text-decoration:none;
	display: inline;
}

#f3 #sicon img {
	width:20px;
	}

#f3 #sicon ul li a {
	text-decoration:none;
}


}
