@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(bbscss.css);
@import url(camera.css);

/* 초기화 */
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table, tr, th, td {vertical-align: middle;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:12px; color:#616161; font-family:"Noto Sans KR",Dotum,dotum,"굴림",Gulim,gulim,Tahoma,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {selector-dummy:expression(this.hideFocus=true);}
a:link,a:visited {text-decoration:none; color:#616161;}
a:hover,a:active,a:focus {text-decoration:none; color:#f48120;}

caption, legend {display:none;}
#wrap {width:1200px; margin:0 auto; text-align:left;}

/* Header Start*/
	header {position:relative; height:164px;}
	header h1 {position:absolute; top:44px; right:0;}
	header h1 img {width:70px; height:70px;}
	header p.topText {position:absolute; top:150px; right:0;}
	nav {padding-top:30px;}
	/* menu */
		.amazonmenu ul {
			font-family:Arial;
		}

		.amazonmenu ul li{
			position: static; /* menu li items should have position set to static */
		}

		.amazonmenu > ul{
			width: 121px; /* width of main menu */
			position: relative;

		}

		.amazonmenu > ul li a{
			color:#a9a9a9;
			display: block;
			overflow: auto;
			padding: 5px 0;
			position: relative;
			text-decoration: none;
			font-size:1.750em;
			font-weight:bold;
			-webkit-transition: all .1s ease-in-out;
			-moz-transition: all .1s ease-in-out;
			-o-transition: all .1s ease-in-out;
			-ms-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
		}

		.amazonmenu ul li a:hover { /* style of hover and selected menu item links */
			color: #000;
		}

		.amazonmenu ul li a.over {color: #000;}

		.amazonmenu ul li > ul{ /* Sub menus (Could be a DIV or UL wrapper) style */
			display:none;
			width: 150px;
			left: 100%;
			position: absolute;
			top: 4px;
			z-index: 1000;

		}
		.amazonmenu ul li.j_sub {
			-webkit-transition: all .1s ease-in-out;
			-moz-transition: all .1s ease-in-out;
			-o-transition: all .1s ease-in-out;
			-ms-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;		
		}
		.amazonmenu ul li.j_sub:hover > ul {
			display:block;
		} 
		.amazonmenu ul li.j_sub:hover > a {
			color: #000;
		}

		.amazonmenu ul li > ul > li > a {font-size:12px; font-weight:normal; color:#000;}
		.amazonmenu ul li > ul > li > a:hover,
		.amazonmenu ul li > ul > li > a.over {color:#f48120;}
	

/* main */
/*#mainContents {height:672px;}*/
#mainContents {overflow:hidden;}


/* sub */
#subContainer {overflow:hidden; position:relative;}
#subLeft {width:960px; float:left;}

/* contact */
/*
.map {overflow:hidden;}
.map .mapImg {float:left; width:380px;}
.map .mapText {float:left; margin-left:120px; padding-top:10px;}
.map .mapText .maptitle {font-weight:bold; font-size:1.167em; font-family:'Nanum Gothic',monospace; color:#000;}
.map .mapText .mt {line-height:18px; color:#000; font-size:1.083em;}
.map .mapText td {color:#000;}
.map .mapText td.pt {padding-top:2px;}
.map .mapText td a {color:#000; cursor:text;}
*/
.map {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}
.map_con {
	height: 430px;
}
.map_bottom .c_name {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.map_bottom .c_name span {
	font-size: 20px;
	font-family:Arial,sans-serif;
	font-weight: normal;
}
.map_bottom .c_addr {
	line-height: 18px;
	position: relative;
}
.map_bottom .c_addr .instar_btn {
	position: absolute;
	top: 14px;
	right: -45px;
}
.map_bottom .c_addr .instar_btn img {
	width: 18px;
	height: 17px;
}

#subRight {width:208px; float:right;}
#subRight div.sTitle {
	width:100%; 
	height:409px;
	background:#f38120; 
	padding:15px;
}
#subRight div.sTitle .st1 {
	color:#fff;
	font-size:2em;
	font-weight:bold;
	font-family:'Nanum Gothic',monospace;
}
#subRight div.sTitle .st1Size {font-size:1.833em;}
#subRight div.sTitle .st2 {
	color:#fff;
	font-family:Arial,sans-serif;
	margin-top:20px;
	line-height:26px;
	font-size:1.167em;
	letter-spacing: 1px;
}


/* footer */
footer {width:100%; margin-top:30px; border-top:1px solid #d9d9d9; padding-bottom:5px;}
address {margin-top:15px; font-style:normal;}
#mainFooter {width:1200px; margin:0 auto; text-align:left;}


/* 공통클래스 */
.width930 {width:930px;}
.jplusInfo {
	width: inherit;
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.jplus_con {
	width: 1200px;
	overflow: hidden;
}
.jplus_con dl {
	float: left;
	width: 350px;
	margin-right: 50px;
}
.jplus_con dl:last-child {
	margin-right: 0;
}
.jplus_con dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -0.1px;
}
.jplus_con dl dd {
	line-height: 1.8em;
}
.mb7 {margin-bottom:7px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.height660 {height:660px;}

/* 관리자 로그인 */
.adminLoginCen {width:871px; height:287px; margin:0 auto; text-align:center;}
.adminLoginCen .bluefirst {margin-top:10px; text-align:right; overflow:hidden;}
.adminLoginCen .bluefirst a {display:block; float:right; color:#777; border:1px solid #cbcbcb; padding:10px; margin-left:15px;}
.adminLoginCen .bluefirst a:hover {color:#000;}
.login {position:relative; background:url(/images/simages/admin_login_bg.png) no-repeat 0 0; width:871px; height:287px; margin-top:200px;}
.login fieldset {overflow:hidden;}
.login table {position:absolute; left:350px; top:168px;}
.login td {padding:2px;}
.login label {display:block; font-size:14px; width:95px;}
.login input {width:232px; height:29px; border:1px solid #cbcbcb;}
.login p {position:absolute; left:703px; top:170px;}