@charset "utf-8";

/**
공통 레이아웃
*/
.m {
	display: none !important;
}

.mask {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.mask.on {
	z-index: 95;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.25s linear;
}

#content.on+.mask {
	opacity: 0;
}

body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
}

#skip-navigation {
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
}

#skip-navigation * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#skip-navigation a {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #000;
	white-space: nowrap;
}

#skip-navigation a:focus,
#skip-navigation a:active {
	width: 100px;
	height: auto;
	background: #ffd;
}

.inner {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.inner:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

@media all and (max-width:1440px) {

	#mainmenu,
	.inner {
		width: calc(100% - 30px);
		padding: 0 15px;
		box-sizing: border-box;
	}
}

@media all and (max-width:1024px) {
	img {
		max-width: 100%;
	}

	.m {
		display: inline-block !important;
	}

	.w {
		display: none;
	}
}

@media all and (max-width:768px) {
	.inner {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.logo {
	z-index: 94;
	position: absolute;
	top: 28px;
	left: 0;
	line-height: 160%;
	text-align: left;
}

.logo * {
	display: inline-block;
	vertical-align: top;
}

.logo a {
	text-decoration: none;
}

.logo img {
	margin: 0 5px 0 0;
}

.logo strong {
	margin: 3px 0 0;
	line-height: 1;
	font-size: 28px;
}

.logo span>span {
	display: block;
	line-height: 100%;
	padding: 8px 0 0 2px;
	font-size: 12px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}

@media all and (max-width:1220px) {
	.logo {
		left: 15px;
	}

	.logo strong {
		font-size: 26px;
	}
}

@media all and (max-width:1024px) {
	.logo {
		top: 13px;
		left: 15px;
	}

	.logo * {
		vertical-align: top;
	}

	.logo img {
		height: 44px;
		margin: 0 2px 0 0;
	}

	.logo span {
		text-align: left;
	}

	.logo strong {
		padding: 0 0 2px;
		font-size: 22px;
	}

	.logo span>span {
		padding: 4px 0 0 1px;
	}
}

@media (max-width: 768px) {
	.logo {
		top: 10px;
		left: 10px;
	}

	.logo img {
		height: 41px;
	}

	.logo strong {
		font-size: 20px;
	}

	.logo span>span {
		padding-top: 2px
	}
}

@media all and (max-width:568px) {
	.logo {
		top: 9px;
	}

	.logo strong {
		font-size: 18px
	}

	.logo img {
		height: 39px;
	}

	.logo span>span {
		font-size: 11px;
	}
}

@media all and (max-width:380px) {
	.logo img {
		height: 39px;
	}
}

#top {
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

#top:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.global {
	float: left;
}

.global>li {
	z-index: 95;
	position: relative;
	float: left;
	box-sizing: border-box;
}

.global>li>a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 30px 0 0;
	line-height: 60px;
	color: #555;
	font-weight: 400;
	text-decoration: none;
}

.global>li>a:after,
.global>li>a:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0 14px 0 0;
	background: #bababa url(../images/common/ico_home.png)no-repeat center;
	border-radius: 5px;
}

.global>li>a:after {
	position: absolute;
	top: 28px;
	left: 23px;
	width: 10px;
	height: 5px;
	border-bottom: 5px solid #bababa;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	background: none;
	border-radius: 1px;
	transform: rotate(90deg);
}

.global>li.on>a {
	font-weight: 600;
	color: #111;
}

.global>li.on>a:after {
	border-bottom-color: #da5244;
}

.global>li.on>a:before {
	background: #da5244 url(../images/common/ico_assembly.png)no-repeat center;
}

.global>li.list>a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -9px 0 0 15px;
	width: 9px;
	height: 9px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(-45deg);
	transition: transform 0.3s ease-in-out;
}

.global>li.list>a.on:after {
	margin-top: 0;
	transform: rotate(135deg);
	border-color: #fff;
}

.global>li.live>a {
	color: #000;
}

.global>li.live>a span {
	display: inline-block;
	vertical-align: top;
	margin: 14px 0 0 5px;
	font-family: 'Gmarket';
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	background: #f04848;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	padding: 2px 8px 0 7px;
	box-sizing: border-box;
}

.global>li>a.on {
	color: #fff;
	background: #3a55a3;
}

.global li div {
	display: none;
	z-index: 95;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 0 8px 5px;
	background: #fff;
	border: 1px solid #3a55a3;
	border-radius: 0 0 10px 10px;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	text-align: left;
}

.global li div a {
	display: block;
	height: 44px;
	line-height: 45px;
	border-top: 1px dotted #3a9fa3;
	box-shadow: inset 0 0 0 #edf7f7;
	text-align: center;
	box-sizing: border-box;
	transition: 0.25s ease-in-out;
	text-decoration: none;
}

.global li div li:first-child a {
	border-top: none;
}

.global li div a:hover {
	font-weight: 400;
	box-shadow: inset 0 44px 0 #edf7f7;
}

.global li div a[target="_blank"]:after {
	margin-left: 5px;
}

.global .list1 div {
	width: 280px;
}

.global .list2 div {
	width: 100%;
}

.global .list3 div a {
	letter-spacing: 0;
}

.global .list1 li {
	display: inline-block;
	width: 30%;
	margin: 0 1.1%;
	vertical-align: top;
}

.global .list1 li:nth-child(-n+3) a {
	border-top: none;
}

.global li div .pos a {
	line-height: 110%;
}

.global li div .pos span {
	display: block;
	padding: 4px 0 0 0;
	font-size: 10px;
}

@media all and (max-width:1230px) {
	.global {
		font-size: 15px;
	}
}

@media all and (max-width:1024px) {
	#top {
		height: auto;
	}

	.global>li>a {
		line-height: 50px;
	}

	.global>li>a:after {
		top: 23px;
	}
}

@media all and (max-width:568px) {
	.global {
		width: 100%;
	}

	.global>li {
		width: 50%;
	}

	.global>li>a {
		justify-content: center;
		margin: 0;
		text-align: center;
		line-height: 36px;
	}

	.global>li>a:before {
		margin: 0 5px 0 0;
	}

	.global>li>a:after {
		margin: 0;
		top: 50%;
		left: auto;
		right: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 12px;
		background: #bbb;
		border: none;
	}

	.global>li:last-child>a:after {
		display: none;
	}
}

@media all and (max-width:380px) {}

#font_control {
	float: right;
	margin: 15px 0 0;
}

#font_control .sns {
	float: left;
}

#font_control ul {
	float: left;
}

#font_control ul>li {
	float: left;
	text-align: center;
}

#font_control ul>li>a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 4px;
	font-family: 'Noto Sans KR';
	font-size: 14px;
	font-weight: 400;
	color: #555;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
}

#font_control li.img a {
	text-indent: -999px;
	font-size: 0;
	background: #fff url(../images/common/ico_ctrl.png) no-repeat 9px 7px;
}

#font_control li.small a {
	background-position: -74px 7px;
}

#font_control li.print a {
	background-position: -148px 7px;
}

@media all and (max-width:1024px) {
	#font_control {
		display: none;
	}
}

#header {
	position: relative;
	height: 110px;
}

#header .inner {
	padding: 31px 0 0 0;
	text-align: right;
}

@media all and (max-width:1430px) {
	#header .inner {
		padding-right: 15px;
	}
}

@media all and (max-width:1024px) {
	#header {
		height: 70px;
	}

	#header .inner {
		width: 100%;
		padding: 0;
	}
}

@media all and (max-width:768px) {
	#header {
		height: 62px;
	}
}

@media all and (max-width:568px) {
	#header {
		height: 58px;
	}
}

@media all and (max-width:380px) {
	#header {
		height: 56px;
	}
}

/* 메인메뉴 */
#menuArea {
	z-index: 93;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

#menuArea.on {
	box-shadow: 0px 15px 10px 0px rgba(204, 204, 204, 0.5);
}

#menuArea:after {
	z-index: 96;
	content: '';
	display: block;
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}

#topmenu {
	float: left;
	width: 100%;
	padding: 0 0 0 31%;
	box-sizing: border-box;
}

#topmenu a[target="_blank"]:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: -4px 0 0 6px;
	background: url(../images/common/ico_new.png) no-repeat 100% 0;
}

#topmenu>li {
	position: relative;
	float: left;
	width: calc(100% / 7);
	/* 100% 기준으로 list 숫자로 나눠 width 설정 */
	line-height: 0;
}

/* #topmenu>li.menu3,
#topmenu>li.menu4,
#topmenu>li.menu6 {
	width: 11.3%;
}
 */
#topmenu>li>a {
	display: block;
	line-height: 110px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

#topmenu>li:hover>a,
#topmenu>li>a:hover,
#topmenu>li>a:active,
#topmenu>li>a:focus,
#topmenu>li.current_on>a {
	color: #259b97;
}

#topmenu li .menu {
	position: relative;
	display: none;
	z-index: 96;
	width: 100%;
	height: 335px;
	padding: 18px 0 0 0;
	box-sizing: border-box;
	border-right: 1px solid #efefef;
	background: #fff;
}

#topmenu li:first-child .menu {
	border-left: 1px solid #efefef;
}

#topmenu li:first-child .menu:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
	left: -250px;
	width: 250px;
	height: 285px;
	opacity: 0.25;
	background: url(../images/common/logo_l.png) no-repeat;
}

#topmenu li:focus .menu,
#topmenu li:hover .menu {
	background: #f4fafa;
}

#topmenu li ul {
	padding: 0 10px;
}

#topmenu li ul li {
	float: none;
	width: 100%;
}

#topmenu li ul a {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 0 3px 0;
	padding: 3px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 1.2;
}

#topmenu ul ul {
	padding: 0 0 6px 6px;
}

#topmenu ul ul a {
	position: relative;
	margin: 0;
	padding: 1px 0 2px;
	font-size: 14px;
	font-weight: 400;
	color: #707070;
}

#topmenu ul ul a:after {
	display: none !important;
}

#topmenu ul ul a:hover,
#topmenu ul ul a:active,
#topmenu ul ul a:focus,
#topmenu ul ul li.current_on a {
	color: #259b97;
	background: transparent !important;
}

.btn_menu {
	z-index: 95;
	display: none;
	position: absolute;
	top: 88px;
	right: 50%;
	width: 50px;
	margin: 0 -700px 0 0;
}

.btn_menu .bar {
	display: block;
	width: 21px;
	height: 2px;
	margin: 5px 0 5px 13px;
	background: #1c1c1c;
	transition: 0.25s ease-in-out;
}

.btn_menu span:not(.bar) {
	display: block;
	line-height: 100%;
	padding: 8px 0 0 0;
	font-size: 0;
}

.btn_menu_close {
	display: block;
	z-index: 96;
	position: absolute;
	top: 27px;
	right: 3%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.6);
	background: none;
}

.btn_menu_close .bar {
	position: absolute;
	top: 24px;
	left: 12px;
	display: block;
	width: 25px;
	height: 1px;
	background: rgba(0, 0, 0, 0.6);
}

.btn_menu_close .bar1 {
	transform: rotate(45deg);
}

.btn_menu_close .bar2 {
	transform: rotate(-45deg);
}

@media all and (max-width:1430px) {
	.btn_menu {
		right: 15px;
		margin: 0;
	}

	#topmenu li .tit {
		left: 15px;
		width: 20%;
	}

	#topmenu .menu {
		padding: 50px 15px 0 20%;
	}
}

@media all and (max-width:1230px) {
	#topmenu>li>a {
		font-size: 19px;
	}
}

@media all and (max-width:1024px) {
	.btn_menu {
		display: block;
		top: 72px;
	}

	.btn_menu span:not(.bar) {
		padding: 5px 0 0 0;
	}
}

@media all and (max-width:768px) {
	.btn_menu {
		top: 69px;
		right: 10px;
		width: 40px;
	}

	.btn_menu .bar {
		width: 24px;
		margin: 5px auto;
	}

	.btn_menu_close {
		top: 17px;
		width: 35px;
		height: 35px;
	}

	.btn_menu_close .bar {
		top: 16px;
		left: 4px;
	}

	.btn_menu span:not(.bar) {
		font-size: 0;
		text-indent: -999px;
	}
}

@media all and (max-width:568px) {
	.btn_menu {
		top: 53px;
	}
}

.linksite {
	z-index: 1;
	position: relative;
	clear: both;
	margin: 0 0 50px;
	width: 100%;
	background: #333;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.linksite:after {
	content: '';
	display: block;
	clear: both;
}

.linksite .inner>li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
}

.linksite .inner>li>a {
	position: relative;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 29px;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.5px;
}

.linksite .inner>li:first-child:before,
.linksite .inner>li>a:before,
.linksite .inner>li>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	margin: -4px 0 0;
	width: 16px;
	height: 10px;
	background: url(../images/common/ico_arrow_w.png) no-repeat;
	transition: 0.25s ease-in-out;
}

.linksite .inner>li:nth-child(4)>a:after {
	width: 20px;
	background-position: 100% 0;
}

.linksite .inner>li:first-child:before,
.linksite .inner>li>a:before {
	right: 0;
	top: 0;
	margin: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.linksite .inner>li:first-child:before {
	right: auto;
	left: 0;
}

.linksite .inner>li.on>a {
	background: #111;
}

.linksite .inner>li.on:not(:nth-child(4))>a:after {
	transform: rotate(180deg);
}

.linksite li div {
	display: none;
	z-index: 56;
	position: absolute;
	bottom: 60px;
	left: 0;
	overflow: hidden;
	width: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 3px -5px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #333;
	border-bottom: none;
	box-sizing: border-box;
	background: #fff;
}

.linksite li.on div {
	display: block;
}

.linksite li div ul {
	width: 100%;
	overflow-y: auto;
	max-height: 360px;
	min-height: 155px;
	margin: 0 auto;
	padding: 19px 0.7em 24px 22px;
	box-sizing: border-box;
}

.linksite li div ul li {
	position: relative;
	float: left;
	width: 22.6%;
	margin: 0 1.2%;
	box-sizing: border-box;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
}

.linksite li div ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 2px;
	margin: -1px 0 0 0;
	background: #aaa;
}

.linksite li div ul li a {
	display: block;
	padding: 12px 0 12px 10px;
	color: #000;
	transition: 0.35s ease-in-out;
}

.linksite li div ul li a:hover {
	box-shadow: inset 0 50px 0 rgba(0, 0, 0, 0.04);
}

#footer {
	position: relative;
	float: left;
	padding: 0 0 50px;
	width: 100%;
	line-height: 120%;
	background: #333;
}

#footer .info {
	position: relative;
	padding: 0 0 0 385px;
	box-sizing: border-box;
}

#footer:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

#footer .link {
	float: left;
	padding: 3px 0 17px;
}

#footer .link li {
	position: relative;
	display: inline-block;
}

#footer .link li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: -4px 10px 0 9px;
	background: #fff;
	vertical-align: middle;
}

#footer .link li:first-child:before {
	display: none;
}

#footer .link li a {
	font-size: 15px;
	color: #d4d4d4;
}

#footer .link .privacy a {
	color: #fefdcb;
}

#footer .logo {
	top: -3px;
	color: #fff;
}

#footer .logo span strong {
	margin: 0;
	padding: 3px 0 0;
	font-weight: 600;
}

#footer .logo span span {
	padding: 7px 0 0 2px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	letter-spacing: -0.025em;
	text-transform: none;
}

#footer address {
	clear: both;
	width: 100%;
	padding: 0 0 6px;
	font-weight: 500;
	color: #fff;
}

#footer .copyright {
	color: #c3c3c3;
	font-size: 15px;
	text-transform: uppercase;
}

@media all and (max-width:1220px) {
	.linksite .inner>li:first-child:before {
		left: 15px;
	}

	#footer .link li:before {
		margin: -2px 15px 0 13px;
	}

	#footer address {
		line-height: 150%;
	}
}

@media all and (max-width:1024px) {
	#footer .info {
		padding: 0 0 0 320px;
	}

	#footer address span {
		display: block;
	}

	#footer address {
		padding: 0 0 2px;
		font-size: 13px;
	}

	#footer .copyright {
		font-size: 13px;
	}
}

@media all and (max-width:768px) {
	.linksite {
		margin: 0 0 30px;
	}

	.linksite .inner>li {
		position: relative;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.linksite .inner>li:last-child {
		border-bottom: none;
	}

	.linksite .inner>li:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
	}

	.linksite .inner>li:first-child:before {
		left: 0;
	}

	.linksite .inner>li>a {
		padding: 0;
		height: 50px;
		line-height: 50px;
	}

	.linksite li div {
		bottom: 50px;
	}

	.linksite li div ul li {
		text-align: left;
	}

	#footer {
		padding: 0 0 30px;
		font-size: 14px;
		text-align: center;
	}

	#footer .info {
		width: 100%;
		padding: 0 10px;
	}

	#footer .logo {
		position: static;
		text-align: center;
		margin: 0 0 20px;
	}

	#footer .link {
		float: none;
		padding: 20px 0 10px;
	}

	#footer .link li:before {
		margin: -2px 10px 0;
	}

	#footer .copyright {
		font-size: 10px;
	}

	#footer .btn_call {
		height: 27px;
		line-height: 27px;
		margin: 0 3px;
		font-size: 13px;
		background-position: 13px 45%;
	}
}

@media all and (max-width:568px) {
	.linksite li div ul li {
		width: 100%;
		margin: 0;
	}

	#footer .link li:before {
		margin: -2px 5px 0;
	}

	#footer .btn_call {
		padding: 0 10px 0 30px;
		font-size: 12px;
		background-position: 11px 50%;
	}
}

@media all and (max-width:380px) {
	#footer .copyright {
		font-size: 10px;
	}
}


/*
서브 레이아웃
*/
#container_sub {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #Fff url(../images/assembly/main/bg_bottom.jpg)no-repeat bottom center;
}

#subContent {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding: 105px 0 11em 0;
	box-sizing: border-box;
}

#subContent:after {
	content: '';
	display: block;
	clear: both;
}

#subContent #content {
	float: right;
	width: 100%;
}

#fontSize {
	float: left;
	width: 100%;
}

@media all and (max-width:1440px) {
	#subContent {
		width: 100%;
		padding: 80px 15px 10em;
	}
}

@media all and (max-width:1280px) {}

@media all and (max-width:1024px) {
	#subContent {
		padding-top: 50px;
	}

	#subContent #content {
		width: 100%;
	}
}

@media all and (max-width:768px) {
	#subContent {
		padding: 35px 10px 7em;
	}
}

#subVisual {
	position: relative;
	width: 100%;
	height: 220px;
	text-align: center;
	background: url(../images/assembly/sub/subvisual.jpg) no-repeat 50% 0;
	background-size: cover;
}

#subVisual .slogan_wrap {
	position: relative;
	display: table;
	width: 1400px;
	height: 183px;
	margin: 0 auto;
	box-sizing: border-box;
}

#subVisual .slogan {
	display: table-cell;
	vertical-align: middle;
}

#sm_tit {
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 3px 20px 0px rgba(204, 204, 204, 0.2);
}

#sm_tit h3 {
	position: relative;
	display: inline-block;
	font-family: 'Tmon';
	font-size: 40px;
	color: #333;
}

#sm_tit h3:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #223251;
}

@media all and (max-width:1024px) {
	#subVisual {
		height: 160px;
	}

	#sm_tit {
		height: 110px;
		line-height: 110px;
	}

	#sm_tit h3 {
		font-size: 32px;
	}
}

@media all and (max-width:768px) {
	#subVisual {
		height: 140px;
	}

	#sm_tit {
		height: 100px;
		line-height: 100px;
	}

	#sm_tit h3 {
		font-size: 30px;
	}
}

@media all and (max-width:568px) {
	#subVisual {
		height: 125px;
	}

	#sm_tit {
		height: 90px;
		line-height: 90px;
	}

	#sm_tit h3 {
		font-size: 28px;
	}
}

@media all and (max-width:380px) {
	#subVisual {
		height: 120px;
	}

	#sm_tit {
		height: 80px;
		line-height: 80px;
	}

	#sm_tit h3 {
		font-size: 24px;
	}
}

/* 문서정보 */
#pageInfo {
	height: 100%;
}

#pageInfo:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: url(../images/kr/main/bg_pattern.png) repeat-x;
}

#pageTitle {
	text-align: left;
}

#pageTitle h3 {
	display: block;
	padding: 50px 0 0;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

#pageTitle p {
	color: rgba(255, 255, 255, 0.7);
}

@media all and (max-width:1024px) {
	#pageTitle h3 {
		padding: 40px 0 0;
		font-size: 34px;
	}
}

@media all and (max-width:768px) {
	#pageTitle h3 {
		padding: 30px 0 0;
		font-size: 32px;
	}
}

@media all and (max-width:568px) {
	#pageTitle h3 {
		font-size: 28px;
	}
}

@media all and (max-width:380px) {
	#pageTitle h3 {
		font-size: 27px;
	}
}


.location {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0 0 0;
}

.location .home {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #eb546d;
}

.location span {
	position: relative;
	padding: 0 0 0 45px;
}

.location span:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #8a8b8d;
	border-right: 2px solid #8a8b8d;
}

.location span.end {
	font-weight: 700;
}

.location_wrap2 {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 70px;
	background: #262d52;
	border-radius: 5px;
	z-index: 2;
}

.location2 {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.location2 .home {
	position: relative;
	width: 70px;
	height: 100%;
	text-indent: -999px;
	font-size: 0;
	background: url(../images/assembly/sub/ico_home.png) no-repeat center;
}

.location2 .snb {
	float: left;
	font-size: 18px;
}

.location2 .snb>li {
	float: left;
	position: relative;
}

.location2 .home:after,
.location2 .snb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.3);
}

.location2 .snb>li>span,
.location2 .snb>li>a {
	position: relative;
	display: block;
	width: 250px;
	height: 100%;
	line-height: 70px;
	padding: 0 50px 0 30px;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	text-decoration: none;
}

.location2 .snb>li>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	border-top: 5px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: transform 0.3s ease-in-out;
}

.location2 .snb>li>a.on:after {
	margin: -2px 0 0;
	transform: rotate(-180deg);
}

.snb ul {
	display: none;
	z-index: 3;
	position: absolute;
	top: 70px;
	left: -1px;
	width: calc(100% + 1px);
	border: 1px solid #e6e6e6;
	border-top: none;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	text-align: left;
}

.snb ul li {
	width: 100%;
}

.snb ul a {
	display: block;
	line-height: 53px;
	padding: 0 0 0 30px;
}

.snb ul li+li a {
	border-top: 1px solid #e6e6e6;
}

.snb ul a.on,
.snb ul a:hover,
.snb ul a:focus,
.snb ul a:active {
	background: #f7f7f7;
}

@media all and (max-width:1220px) {
	.location_wrap2 {
		left: 0;
		width: 100%;
	}
}

@media all and (max-width:1024px) {
	.location {
		padding: 10px 0 0;
	}

	.location_wrap2 {
		display: none;
	}

	.snb ul {
		top: 60px
	}

	.snb ul a {
		font-size: 16px;
	}
}

@media all and (max-width:768px) {
	.location_wrap2 {
		height: 50px;
	}

	.location2 .home {
		width: 50px;
	}

	.location2 .snb>li>a {
		padding: 0 45px 0 15px;
		width: auto;
		font-size: 15px;
		line-height: 50px;
	}

	.location2 .snb>li>a:after {
		right: 20px;
	}

	.snb ul {
		top: 50px
	}

	.snb ul a {
		padding: 0 0 0 15px;
		font-size: 15px;
		line-height: 40px;
	}
}

@media all and (max-width:568px) {
	.location {
		padding: 5px;
	}

	.location .home {
		font-size: 15px;
	}

	.location span {
		padding: 0 0 0 20px;
	}

	.location span:before {
		left: 8px;
		width: 6px;
		height: 6px;
	}
}

@media all and (max-width:380px) {
	.location2 .snb>li>a {
		padding-right: 30px;
		font-size: 14px;
	}

	.location2 .snb>li>a:after {
		right: 10px;
	}

	.snb ul a {
		font-size: 14px;
	}
}


/* 모바일 메뉴 */
@media all and (max-width:1024px) {
	.m_menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 60%;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		background: #ddd;
		transition: right 0.25s ease-in-out;
	}

	.m_menu .tit {
		display: none;
	}

	.m_menu.on {
		right: 0;
	}

	.m_menu .m_top {
		position: relative;
		height: 110px;
		background: #fff;
	}

	.m_menu .logo {
		position: absolute;
		top: 35px;
		left: 12px;
		text-align: left;
		transform: none;
	}

	.m_menu>ul {
		float: left;
		width: 100%;
		height: calc(100% - 110px);
		border-top: 3px solid #182239;
		box-sizing: border-box;
	}

	.m_menu>ul a {
		display: block;
		text-decoration: none;
		cursor: pointer;
	}

	.m_menu>ul>li {
		width: 43%;
		border-bottom: 1px solid #3d3f4a;
	}

	.m_menu>ul>li>a {
		position: relative;
		height: 3em;
		padding: 0 0 0 1em;
		line-height: 3em;
		font-size: 130%;
		font-weight: 400;
		color: #fff;
		background: #182239;
	}

	.m_menu>ul>li>a:before {
		display: none;
		content: '';
		position: absolute;
		top: 50%;
		right: -8px;
		width: 0;
		height: 0;
		margin: -8px 0 0 0;
		border-left: 15px solid #fff;
		border-top: 15px solid transparent;
		transform: rotate(45deg);
	}

	.m_menu>ul>li.current_on>a,
	.m_menu>ul>li>.on {
		font-weight: 600;
		background: #32acb6;
	}

	.m_menu>ul>li.current_on>a:before,
	.m_menu>ul>li>.on:before {
		display: block;
	}

	.m_menu>ul>li>div {
		position: absolute;
		top: 110px;
		left: 43%;
		display: none;
		width: 57%;
		height: calc(100% - 110px);
		padding: 13px 0.8em 0 1.2em;
		border-top: 3px solid #182239;
		background: #fff;
		box-sizing: border-box;
	}

	.m_menu>ul>li.current_on .menu,
	.m_menu>ul>li .on+.menu {
		display: block !important;
	}

	.m_menu>ul>li>div>ul>li {
		margin: 0 0 2px;
		border-bottom: 1px solid #e6e6e6;
	}

	.m_menu>ul>li>div>ul>li>a {
		position: relative;
		padding: 12px 0 12px 1.2em;
		font-size: 115%;
		font-weight: 400;
	}

	.m_menu>ul>li>div>ul>li>a:before,
	.m_menu>ul>li>div>ul>li a[target="_blank"]:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		display: block;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		background: url(../images/kr/main/ico_ctrl.png) no-repeat -83px -38px;
	}

	.m_menu>ul>li>div ul li.hasUl>a:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 8px;
		height: 8px;
		margin: -7px 0 0 0;
		border-bottom: 2px solid #555;
		border-right: 2px solid #555;
		transition: transform 0.3s;
		transform: rotate(45deg);
		background: none;
	}

	.m_menu>ul>li>div ul li.hasUl>a.on:after {
		margin: -4px 0 0 0;
		transform: rotate(225deg);
	}

	.m_menu>ul>li>div ul li:not(.hasUl)>a[target="_blank"]:after {
		width: 14px;
		height: 14px;
		margin: -7px 0 0 0;
		background: url(../images/common/ico_new.png) no-repeat 100% 0;
	}

	.m_menu>ul>li>div>ul>li>a:before {
		position: absolute;
		top: 15px;
		left: 0.2em;
		width: 13px;
		height: 13px;
		margin: 0;
		border: 4px solid #9faab2;
		border-left: 4px solid #143852;
		border-top: 4px solid #143852;
		border-radius: 50%;
		background: none;
	}

	.m_menu>ul>li>div>ul>li>ul {
		overflow: hidden;
		width: 100%;
		margin: 2px 0 0 0;
		padding: 0.6em 0 0.5em 0.5em;
		box-sizing: border-box;
		background: #f3f3f3;
	}

	.m_menu>ul>li>div>ul>li>ul li a {
		position: relative;
		padding: 4px 0 4px 13px;
	}

	.m_menu>ul>li>div>ul>li>ul li a:before {
		content: '';
		display: block;
		position: absolute;
		top: 13px;
		left: 4px;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #32acb6;
	}

	.m_menu>ul>li.current_on .current_on>a {
		font-weight: 600;
		color: #222;
	}
}

@media all and (max-width:768px) {
	.m_menu .m_top {
		height: 72px;
	}

	.m_menu .logo {
		top: 15px;
	}

	.m_menu>ul {
		height: calc(100% - 72px);
	}

	.m_menu>ul>li>a {
		padding: 0 0 0 0.7em;
		font-size: 16px;
	}

	.m_menu>ul>li>a:before {
		right: -7px;
		margin: -7px 0 0 0;
		border-left: 13px solid #fff;
		border-top: 13px solid transparent;
	}

	.m_menu>ul>li>div {
		top: 72px;
		height: calc(100% - 72px);
		padding: 0.6em 0.7em 0.5em 0.7em;
	}

	.m_menu>ul>li>div>ul>li>a {
		font-size: 15px;
		background-size: 13px;
		line-height: 1;
	}

	.m_menu>ul>li>div>ul>li>a:before {
		top: 15px;
		width: 10px;
		height: 10px;
		border-width: 3px;
	}

	.m_menu>ul>li>div>ul>li>ul {
		padding: 0.5em 0 0.4em 0.4em;
	}

	.m_menu>ul>li>div>ul>li>ul li a {
		font-size: 14px;
	}

	.m_menu>ul>li>div>ul>li>ul li a:before {
		top: 11px;
	}

	.m_menu>ul>li>div ul li:not(.hasUl)>a[target="_blank"]:after {
		width: 11px;
		height: 11px;
		background-size: cover;
	}
}

@media all and (max-width:568px) {
	.m_menu {
		width: 285px;
	}

	.m_menu .logo {
		top: 17px;
	}
}