@charset "utf-8";

html {
	background: #242223;
}
body {
	background: #fff;
}

.no-mediaqueries body {
	min-width: 1140px;
}

/* header
--------------------------------------------------*/
.header {
	position: relative;
	z-index: 20;
	font-family: "Times New Roman", "Crimson Text", 'Nanum Gothic', '맑은 고딕', 'Malgun Gothic', '돋움', dotum, sans-serif;
}
.header .logo {
	position: relative;
	display: inline-block; *display: inline; *zoom:1;
	z-index: 10;
	max-width: 234px;
	background: url(../images/a/bg_logo.png) right bottom no-repeat;
}
.header .logo a {
	position: relative;
	display: block;
	text-align: center;
}
.header .logo img {
	vertical-align: middle;
}
.toggle-gnb,
.toggle-search {
	display: none;
}


/*search*/
.header .search {
	/* overflow: hidden; */
	position: relative;
	font-size: 1.4em;
}
.header .search .text {
	width: 75%;
	text-indent: .6em;
	line-height: 38px;
}
.boxsizing .header .search .text {
        -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding-right: .4em;
}
.header .search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 40px;
	padding: 0;
	background: #333 url(../images/a/bg_pattern.jpg) center;
	color: #fff;
	vertical-align: top;
}
.gnb {
	position: absolute;
}
.gnb a {
	display: block;
	line-height: 1.5;
}
.gnb > ul {
	position: relative;
}
.gnb > ul > li > a {
	position: relative;
	font-size: 1.4em;
}
.gnb li ul {
	display: none;
	position: absolute;
	z-index: 10;
}
.gnb li.on ul {
	display: block;
}
.gnb li ul > li > a {
	font-size: 1.3em;
	font-family: 'Times New Roman', 'Nanum Gothic', '나눔고딕', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, serif;
}
.gnb li ul > li > a:hover,
.gnb li ul > li.current a {
	color: #9474fd;
	text-decoration: none;
}

@media screen and (max-width: 767px) {

	.header {
		height: 59px;
		border-bottom: 1px solid #ccc;
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}
	.header .layout:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	.toggle-gnb,
	.toggle-search {
		display: block;
		position: absolute;
		top: 2em;
		right: 6.25%;
	}
	.toggle-search {
		overflow: hidden;
		margin-top: -8px;
		margin-right: 4.5em;
		border-radius: 3px;
		border: 1px solid #d5d5d5;
		background: #f5f5f5;
	}
	.toggle-search > img {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		width: 17px;
		height: 18px;
		padding: 7px 8px 8px;
	}
	.toggle-search:hover,
	.toggle-search.toggle-search-on  {
		background: #ebebeb;
	}
	.header .search-container {
		display: none;
		margin-top: -5px;
		padding-top: 16px;
		padding-bottom: 12px;
		background: #cdcdcd url(../images/a/bg_search.gif) 0 0 repeat-x;
		box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	}
	.header .search-container.open {
		display: block;
	}
	.gnb {
		display: none;
		top: 60px;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #000;
		box-shadow: 0 3px 7px rgba(0,0,0,0.8);
		background: #2f2f2f;
	}
	.gnb > ul {
		background: #2f2f2f url(../images/a/bg_gnb.gif) repeat-y 143px 0;
	}
	.gnb > ul > li {
		overflow: hidden;
	}
	.gnb > ul > li > a {
		position: relative;
		width: 112px;
		height: 37px;
		padding: 17px 0 0 30px;
		border-top: 1px solid #d5d5d5;
		background: #fff url(../images/a/bg_gnb2.gif) 0 bottom no-repeat;
		color: #1a1a1a;
		text-transform: uppercase;
	}
	.gnb > ul > li.has-sub > a:after {
		content: '+';
		display: inline-block;
		color: #721eff;
		margin: 3px 0 0 5px;
		font-size: 11px;
		font-weight: bold;
		font-family: verdana, sans-serif;
		vertical-align: top;
	}
	.gnb > ul > li:first-child a {
		border-top: 0 none;
	}
	.gnb > ul > li.on > a {
		background: #222 url(../images/a/bg_gnb2.gif) 0 0 no-repeat;
		color: #fff;
	}
	.gnb > ul > li.on > a:after {
		display: none;
	}
	.gnb li ul {
		width: 48%;
		top: 0;
		left: 142px;
		padding-top: 1.5em;
	}
	.gnb li ul a {
		padding: 1em 0 1em 2.5em;
		color: #fff;
		font-size: 1.3em;
		line-height: 1.5;
	}
	.header .logo {
		width: 180px;
		height: 64px;
		margin-left: -27px;
		background-size: 100% 64px;
	}
	.header .logo a {
		padding: 12px 0 15px;
	}
	.header .logo img {
		width: 36px;
	}
}/*/mediaquery*/


@media screen and (min-width: 768px) {
.header {
	background: url(../images/a/bg_header.gif) 0 0 repeat-x;
	height: 163px;
}
.header .logo {
	width: 25%;
	margin-left: -10%;
}
.header .logo a {
	height: 105px;
	line-height: 90px;
}
.gnb {
	top: 30px;
	left: 18%;
	width: 60%;
	font-size: 1.1em;
}
.gnb li {
	display: inline-block; *display: inline; *zoom: 1;
}
.gnb > ul > li {
	position: relative;	
}
.gnb > ul > li > a {
	height: 58px;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.gnb li ul {
	top: 78px;
	width: 760px;
}
.gnb > ul > li.on > a {
	color: #909090;
	background: url(../images/a/gnb_over.png) center 48px no-repeat;
	text-decoration: none;
}
.gnb li.nav1 ul { left: 0; }
.gnb li.nav2 ul { left: -126px; }
.gnb li.nav5 ul { right: -139px; text-align: right; }

.gnb li ul > li > a {
	margin-right: .5em;
	padding: 1em;
	color: #ddd;
}
.header .search {
	position: absolute;
	top: -5.5em;
	right: 1em;
	width: 25%;
}
}/*/mediaquery*/


@media screen and (min-width: 1024px) {
.header .logo {
	width: 234px;
	margin-left: -27px;
}
.gnb {
	left: 23%;
	font-size: 1.15em;
}
.gnb > ul > li {
	margin-right: 2%;
}
}/*/mediaquery*/



.no-mediaqueries .header {
	background: url(../images/a/bg_header.gif) 0 0 repeat-x;
	height: 163px;
}
.no-mediaqueries .header .logo a {
	height: 85px;
	padding-top: 20px;
	line-height: 60px;
}
.no-mediaqueries .gnb {
	top: 30px;
	width: 60%;
}
.no-mediaqueries .gnb li {
	display: inline-block; *display: inline; *zoom: 1;
}
.no-mediaqueries .gnb > ul > li {
	position: relative;	
}
.no-mediaqueries .gnb > ul > li > a {
	height: 58px;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.no-mediaqueries .gnb li ul {
	top: 78px;
	width: 640px;
}
.no-mediaqueries .gnb > ul > li.on > a {
	color: #909090;
	background: url(../images/a/gnb_over.png) center 48px no-repeat;
	text-decoration: none;
}
.no-mediaqueries .gnb li.nav1 ul { left: 0; }
.no-mediaqueries .gnb li.nav2 ul { left: -126px; }
.no-mediaqueries .gnb li.nav5 ul { right: -139px; text-align: right; }

.no-mediaqueries .gnb li ul > li > a {
	margin-right: .5em;
	padding: 1em;
	color: #ddd;
}
.no-mediaqueries .gnb li ul > li > a:hover,
.no-mediaqueries .gnb li ul > li.current a {
	color: #9474fd;
}
.no-mediaqueries .header .search {
	position: absolute;
	top: -5.5em;
	right: 1em;
	width: 25%;
}
.no-mediaqueries .header .logo {
	width: 234px;
	margin-left: -27px;
}
.no-mediaqueries .gnb {
	left: 23%;
	font-size: 1.15em;
}
.no-mediaqueries .gnb > ul > li {
	margin-right: 2%;
}



/* footer
--------------------------------------------------*/
.footer {
	*zoom: 1;
	margin-top: 10em;
	padding-top: 2.2em;
	padding-bottom: 2em;
	background: #111 url(../images/a/bg_footer.gif) 0 0 repeat-x;
	color: #777;
	font-size: 1.1em;
	font-family: "Times New Roman", "Crimson Text", "돋움", dotum, sans-serif;
	line-height: 1.8;
	vertical-align: top;
}
.backgroundsize .footer {
	background-size: auto 100%;
}
.footer .layout {
	position: relative;
}
.footer .acorn-info {
	position: relative;
	padding-left: 4.2em;
}
.footer .logo {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -1.6em 0 0;
}
.footer .logo img {
	width: 3em;
}
.footer p {
	margin: 0;
}
.footer a {
	color: #777;
	white-space: nowrap;
	margin-right: .4em;
}
.footer b {
	margin-right: .4em;
	font-weight: normal;
	white-space: nowrap;
}
.footer b i {
	display: inline-block; *display: inline; *zoom:1;
	width: 1.1em;
	background: #808080;
	color: #222;
	font-size: 10px;
	line-height: 1.1;
	text-align: center;
}
.footer .address {
	margin-right: .5em;
}
.footer .copyright small {
	font-size: 1em;
}

#go-top {
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 8%;
	right: 5%;
	z-index: 1001;
	width: 50px;
	height: 50px;
	margin-right: 1px;
	background: url(../images/a/btn_top.png) no-repeat 0 bottom;
	text-indent: 100%;
	white-space: nowrap;
}
#go-top:hover,
#go-top:focus {
	background-position: 0 0;
}



/* heading style */
.h-en {
	font-family: "Times New Roman", "Crimson Text", serif;
	color: #191919;
	font-size: 28px;
	font-style: italic;
}
.en {
	font-family: "Times New Roman", "Crimson Text", serif;
}
.h-box-s {
	display: inline-block; *display: inline; *zoom:1;
	width: 162px;
	margin-bottom: 1em;
	padding: .4em 0 .5em;
	background: #46424d url(../images/a/bg_h_box_s.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
}



/* layout */
.layout {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.no-mediaqueries .layout {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.layout.list-wrap {
	padding-top: 64px;
}
.main-content {
	float: left;
	width: 77.34375%;
}
.side-content {
	float: right;
	width: 21.09375%;
}


@media screen and (max-width: 1408px) {

.layout {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.layout.list-wrap {
	padding-left: 0;
	padding-right: 0;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
}/*/mediaquery*/


@media screen and (max-width: 1139px) {

}/*/mediaquery*/


@media screen and (max-width: 1023px) {

.layout {
	padding-left: 5%;
	padding-right: 5%;
}
.layout.list-wrap {
	padding-left: 0;
	padding-right: 0;
	margin-left: 5%;
	margin-right: 5%;
}
.main-content {
	float: none;
	width: auto;
}
.side-content {
	display: none;
}
}/*/mediaquery*/


@media screen and (max-width: 959px) {

.footer {
	margin-top: 6.25%;
}
}/*/mediaquery*/


@media screen and (max-width: 959px) {

.layout.list-wrap {
	padding-top: 6.25%;
}
}/*/mediaquery*/


@media screen and (max-width: 639px) {

.layout {
	padding-left: 6.25%;
	padding-right: 6.25%;
}
.layout.list-wrap {
	padding-top: 7%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 6.25%;
	margin-right: 6.25%;
}
}/*/mediaquery*/
