@charset "UTF-8";

﻿@charset "utf-8";
/* CSS Document */


/*****************************************************
	Common
*****************************************************/
ul, 
ol,
dl,
ol li,
dl,
dt,
dd,
p, 
form {
	margin: 0; 
	padding: 0; 
	list-style: none
}
ul:after, ol:after {content:''; display: block; clear: both;}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 1024px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}


/*****************************************************
	Include
*****************************************************/

a:hover,
a:focus {
	color: #000;
}

body.fixed {
	height: 100%;
	overflow: hidden;
}

/* wrapper */
.wrapper {
	position: relative;
	padding-top: 3.438rem;
}


/* Header */
#header .gnb {
	display: none;
}

#header .navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.438rem;
	padding: 0;
	background: #fff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	z-index: 10;
}

.wrapper.fixed #header .navbar {
	position: fixed;
}

#header .navbar  > .container {
	position:relative;
	justify-content: flex-start;
}
#header .navbar .header-bg {
	display:none;
}
#header .navbar .navbar-brand {
	display: block;
	margin: 0;
	padding: 0;
}

#header .navbar .navbar-brand a {
	display: inline-block;
}
#header .navbar .navbar-brand img {
	display: inline-block;
	width: 7.563rem;
}

#header .navbar .navbar-brand  strong {
	display: inline-block;
	margin-left: 0.6875rem;
	padding-left: 0.625rem;
	font-size: 0.9375rem;
	color: #313131;
	font-weight: 500;
	background-image: url(../img/icon_bar06@2x.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.8125rem
}


/* 모바일 전체메뉴 */
/* 모바일 전체메뉴 버튼 */
#header .nav-bg-fostrap {
	position: absolute;
	top: 0px;
	right: 0.9375rem;
	display: block;
	z-index: 10;
}

#header .nav-bg-fostrap .navbar-fostrap {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	padding: 6px 0;
	transition:0.3s;
}

#header .nav-bg-fostrap .navbar-fostrap span {
	height: 3px;
	background: #212121;
	display: block;
	width: 23px;
}

#header .nav-bg-fostrap .navbar-fostrap:hover span,
#header .nav-bg-fostrap .navbar-fostrap:focus span {
	background: #000
}

#header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
	margin: 4px 0;
}

.mask-totalmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 10;
}


/* 모바일 전체메뉴 */

#header #top-menu {
	position: fixed;
	background: #ffffff;
	width: 280px;
	height: 100%;
	display: block;
	float: none;
	right: -280px;
	top: 0;
	-webkit-transition: right 0.25s ease;
	-moz-transition: right 0.25s ease;
	-ms-transition: right 0.25s ease;
	-o-transition: right 0.25s ease;
	transition: right 0.25s ease;
	margin: 0;
	border: 0;
	border-radius: 0;
	z-index: 100;
}

#header #top-menu.visible {
	right: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* 모바일 전체메뉴 타이틀 */
#header #top-menu .navbar-title {
	position: relative;
	padding:  3.438rem 1.25rem 0.875rem 1.25rem;
}
#header #top-menu .navbar-title > h3 {
	display: block;
}

#header #top-menu .navbar-title > h3 > img {
	display: block;
	width: 5.313rem
}

#header #top-menu .navbar-title .navbar-close {
	position: absolute;
	top: 0.875rem;
	right:  0.9375rem;
	display: inline-block;
	color: #424242;
}

#header #top-menu .navbar-title .navbar-title-menu {
	display: block;
}

#header #top-menu .navbar-title .navbar-title-menu:after {
	content: "";
	clear: both;
	display: block;
}

#header #top-menu .navbar-title .navbar-title-menu > li {
	display: block;
	float: left;
	width: 32%;
	text-align: center;
}

#header #top-menu .navbar-title .navbar-title-menu > li:nth-child(2) {
	margin: 0 2%;
}

#header #top-menu .navbar-title .navbar-title-menu > li > a {
	display: block;
	padding: 0.625rem 0;
	color: #0077d4;
	font-weight: 500;
	font-size: 0.8125rem;
	line-height: 0.9375rem;
	border: 2px solid #0077d4;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header #top-menu .navbar-title .navbar-title-menu > li > a:hover,
#header #top-menu .navbar-title .navbar-title-menu > li > a:focus {
	background: #0077d4;
	color: #fff
}

/* 전체메뉴 1차 */
#header #top-menu .navbar-nav {
	float: none;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;
}

#header #top-menu .navbar-nav > li {
	display: block;
	border-top: 1px solid #d9d9d9;
}

#header #top-menu .navbar-nav > li > a {
	display: block;
	background-color: #fff;
	background-image: url(../img/icon_arrow_down01@2x.gif);
	background-repeat: no-repeat;
	background-position: 1.25rem center;
	background-size: 0.9375rem 0.9375rem;
	color: #424242;
	font-size: 1.125rem;
	padding: 1.063rem 1.25rem 1.063rem 3.125rem;
	font-weight: 500;
}

#header #top-menu .navbar-nav > li.mobile-active > a,
#header #top-menu .navbar-nav > li.mobile-active > a:hover {
	background-color: #006ec6;
	background-image: url(../img/icon_arrow_up01@2x.gif);
	background-size: 0.9375rem 0.9375rem;
	color: #fff;;
}

#header #top-menu .navbar-nav > li > a:hover {
	background-color: #006ec6;
	background-image: url(../img/icon_arrow_down01_hover@2x.gif);
	background-repeat: no-repeat;
	background-position: 1.25rem center;
	background-size: 0.9375rem 0.9375rem;
	color: #fff;
}

#header #top-menu .navbar-nav > li .depth2 {
	display:none;
	background-color: #eaeaea;
}



#header #top-menu .navbar-nav > li.active .depth2 .container {
	padding: 0;
}

#header #top-menu .navbar-nav > li.active .depth2 .container .submenu-information {
	display: none;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner {}
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
	display: block;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
	position: relative;
	display: block;
	padding: 0.6875rem 2.813rem 0.6875rem 2rem;
	font-size: 1.125rem;
	color: #424242;
	font-weight: 500;
	background-image: url(../img/bul_type03@2x.png);
	background-repeat: no-repeat;
	background-position: 1.25rem center;
	background-size: 0.1875rem 0.1875rem;
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:hover,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a:focus {
	color: #088f94;
	text-decoration: underline;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	margin-top: -0.5rem;
	background: url(../img/icon_arrow_down02@2x.gif) no-repeat 0 0;
	background-size: 0.9375rem 0.9375rem
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a .arrow {
	background: url(../img/icon_arrow_up03@2x.gif) no-repeat 0 0;
	background-size: 0.9375rem 0.9375rem;
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
	display: none;
	padding: 0 1.25rem;
	margin-bottom: 1.25rem;
	background: #8f8f8f;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li {
	border-bottom: 1px solid #a6a4a4;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li:last-child {
	border-bottom: 0;
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
	display: block;
	padding: 0.625rem 0;
	color: #ebebeb;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
	content: "- ";
}


#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:hover,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:focus {
	color: #ffd200;
}

/*
#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a.active {
	color: #ffd200;
}
*/


#header #top-menu .navbar-nav > li > a
#header #top-menu .navbar-nav > li > .sub-wrap {
	position: relative;
	top: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist {
	margin: 0;
	padding: 0;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	border-top: 1px solid #dcdee1;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li a {
	display: block;
	background: #fff;
	padding: 13px 25px;
	color: #777;
	font-size: 1.1em;
	font-weight: 100;
}
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li:hover a,
#header #top-menu .navbar-nav > li > .sub-wrap .sublist li:focus a {
	background: #e8f2fc;
	color: #0c53b4;
	text-decoration: none;
}
.cover-bg {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
}

/* Footer */
#footer {
	clear: both;
	position: relative;
	background-color: #ffffff;
	padding: 1.25rem 0;
	border-top: 1px solid #e0e0e0;
}

#footer .container {
	position: relative;
}

#footer .container:after {
	content: "";
	clear: both;
	display: block;
}

.footer-information-wrapper {
	position: relative;
	margin: 0;
	margin-bottom: 1.5rem;
	display: block;
}

.footer-information-wrapper address,
.footer-information-wrapper p,
.footer-information-wrapper small {
	margin-bottom: 0;
	font-size: 0.75rem !important;
	line-height: 1.125rem;
	color: #616161;
	display:inline-block;
}

.footer-information-wrapper small{
	display:block;
}

.footer-menu {
	margin-bottom: 1.25rem;
}

.footer-menu > li {
	float: left;
	padding-right: 0.6875rem;
	margin-right: 0.625rem;
	background: url(../img/icon_bar04@2x.gif) no-repeat 99.5% 70%;
	background-size: 1px 0.75rem;
}

.footer-menu > li > a {
	color: #999999;
	font-size: 0.75rem;
	line-height: 0.875rem;
	font-weight: 700
}

.footer-menu > li > a:hover {
	text-decoration: underline;
}

.footer-menu > li:last-child {
	background: transparent;
	padding-right: 0;
	margin-right: 0;
}

.footer-menu > li > a.word-privacy {
	color: #0069a5
}

.footer-another-list {
	display: block;
}

.footer-another-list:after {
	content: "";
	clear: both;
	display: block;
}

.footer-another-list > dl {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 0;
}

.footer-another-list > dl:nth-child(even) {
	float: right;
}

.footer-another-list > dl > dt {
	display: block;
}

.footer-another-list > dl > dt > button {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 2.188rem;
	background: #fff;
	text-align: left;
	padding: 0 1.25rem;
	color: #999596;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
}

.footer-another-list > dl > dt > button .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 8px;
	height: 4px;
	background: url(../img/icon_arrow_down04@2x.png) no-repeat 0 0;
	background-size: 8px 4px;
	transition: all 0.2s ease-in-out;
}

.footer-another-list > dl > dt > button:hover {
	background: #f9f9f9;
}

.footer-another-list > dl > dt.active > button .arrow {
	transform: rotate(180deg);  
}

.footer-another-list > dl > dd {
	display: none;
	position: absolute;
	bottom: 2.125rem;
	left:0;
	width: 100%;
	max-height: 12.5rem;
	margin: 0;
}

.footer-another-list > dl > dd > ul {
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
}

.footer-another-list > dl > dd > ul > li {
	display: block;
}

.footer-another-list > dl > dd > ul > li > a {
	display: block;
	padding: 0.625rem 1.25rem;
	background: #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
	font-size: 0.75rem;
}

.footer-another-list > dl > dd > ul > li > a:hover {
	background: #e9e9e9;
	font-weight: 700;
}



@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 1024px) {
	/* 전체 */
	.wrapper {
		padding-top: 138px;
	}
	/* header */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 20;
	}
	#header .gnb {
		display: block;
		height: 5.313rem;
		padding: 2.625rem 0 1.875rem 0;
	}
	#header .gnb .header-util {
		display: block;
	}
	#header .gnb .header-util:after {
		content: "";
		clear:both;
		display: block;
	}
	#header .gnb .header-util > ul {
		margin: 0;
	}

	#header .gnb .header-util > ul > li {
		position: relative;
		float: left;
		margin-left: 0.5rem;
		padding-left: 0.5rem;
		background-image: url(../img/icon_bar01@2x.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1px  0.5625rem;
	}

	#header .gnb .header-util > ul > li:first-child {
		margin-left: 0;
		padding-left: 0;
		background: transparent;
	}

	#header .gnb .header-util > ul > li > a {
		display: block;
		color: #687081;
		font-size: 0.75rem;
		font-weight: 800;
		transition: 0.3s;
		cursor: pointer;
	}

	#header .gnb .header-util > ul > li > a:hover,
	#header .gnb .header-util > ul > li > a:focus {
		text-decoration: underline;
		color: #000;
	}

	#header .navbar {
		position: relative;
		top: 0;
		left: 0;
		padding:0;
		display: block;
		width: 100%;
		height: 3.313rem;
		box-shadow: none;
		background: #fff url(../img/bg_line01@2x.gif) repeat-x left bottom;
		background-size: 1px 3.313rem;
	}

	.wrapper.fixed #header .navbar {
		position: fixed;
	}

	#header .navbar > .container {
		position: relative;
		display: block;
		padding: 0 0.9375rem;
	}

	#header .navbar > .container:after {
		content: "";
		clear: both;
		display: block;
	}

	#header .navbar .navbar-brand {
		position: absolute;
		top: 0;
		margin-top: -3.813rem;
		padding: 0;	
	}

	#header .navbar .navbar-brand img {
		display: inline-block;
		width: 10.63rem;
	}

	#header .navbar .navbar-brand > .pc {
		display: inline-block;
	}	

	#header .navbar .navbar-brand > .mobile {
		display: none;
	}	


	#header .navbar .navbar-brand  strong {
		background-image: url(../img/icon_bar06@2x.gif);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 1px 0.875rem;
		display: inline-block;
		margin-left: 1.375rem;
		padding-left: 1.188rem;
		font-size: 1.125rem;
		background-size: 1px 0.875rem;
		font-weight: 500;
		color: #313131
	}

	#header .nav-bg-fostrap {
		display:none;
	}
	#header .top-menu-btn {
		right:0;
	}
	#header .top-menu-btn .all-menu {
		display:block;
	}


	#header #top-menu {
		position:static;
		width: 100%;
		height: auto;
		overflow: initial;
		background-color:transparent;
		right:inherit;
		float: left;
		margin-left: 0;
		margin-top: 0;
	}

	#header #top-menu .navbar-title {
		display:none;
	}

	#header #top-menu .navbar-nav {
		display: block;
		border-bottom: 0;
		border-left: 1px solid #dee0e6;
	}

	#header #top-menu .navbar-nav > li {
		position: relative;
		display:inline-block;
		float:left;
		width: 20%;
		height: 3.313rem;
		border: none;
		border-right: 1px solid #dee0e6;
	}

	#header #top-menu .navbar-nav > li > a,
	#header #top-menu .navbar-nav > li.mobile-active > a {
		display:block;
		text-align:center;
		color:#303239;
		font-size: 1rem;
		font-weight: 800;
		padding: 1.063rem 0;
		background: transparent;
	}


	#header #top-menu .navbar-nav > li > a.active,
	#header #top-menu .navbar-nav > li.mobile-active > a:hover,
	#header #top-menu .navbar-nav > li.active > a,
	#header #top-menu .navbar-nav > li a:hover {
		color:#006ec6;
		text-decoration: none;
		background: url(../img/bg_top_menu_on@2x.gif) repeat-x left top;
		background-size: 1px 3px;
	}

	#header #top-menu .navbar-nav > li .depth2 {
		display: none;
		position:absolute;
		top: 52px;
		left: -1px;
		width: calc(100% + 2px);
		padding: 0;
		background: #fff;
		border: 1px solid #212121;
		z-index: 10;
	}

/*
	#header #top-menu .navbar-nav > li:hover .depth2,
	#header #top-menu .navbar-nav > li:focus .depth2 {
		display:block;
	}
*/

	#header #top-menu .navbar-nav > li .container {
		position: relative;
		padding: 0;
		margin: 0;
	}

	#header #top-menu .navbar-nav > li .container .row {
		display: block;
		margin: 0;
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .container .row:after {
		content: "";
		clear: both;
		display: block;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		flex: none;
		width: 100%;
		max-width: 100%;
		max-width: 100%;
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul {
		padding: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li {
		display: block;
		border-top: 0;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		position:relative;
		background:transparent;
		border: 0;
		color: #434343;
		font-size: 1rem;
		line-height: 1.25rem;
		font-weight: 500;
		padding: 0.5rem 1.75rem;
		margin: 0;
		border-top: 1px solid #e7e7e7;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .arrow {
		display: none;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
		display: block;
		color: #fff;
		background: #0077d4;
		border-top: 1px solid #0077d4
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:hover > a,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li:focus > a {
		color: #fff;
		background: #0077d4;
		border-top: 1px solid #0077d4
		text-decoration:none;
	}


	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3 {
		display: none;
	}


	/* Footer */
	#footer {
		position: relative;
		background-color: #ffffff;
		padding: 2.188rem 0;
		border-top: 0;
	}


	.footer-information-wrapper {
		float: left;
		position: relative;
		margin: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		display: block;
	}

	.footer-menu {
		margin-bottom: 27px;
	}

	.footer-menu > li {
		padding-right: 10px;
		margin-right: 9px;
		background-size: 1px 11px;
	}

	.footer-menu > li > a {
		font-size: 12px;
		line-height: 15px;
	}


	.footer-another-list {
		float: right;
		margin-top: 0;
	}

	.footer-another-list > dl {
		position: relative;
		float: left;
		width: 170px;
		margin-left: 10px;
	}

	.footer-another-list > dl:first-child {
		margin-left: 0;
	}

	.footer-another-list > dl:nth-child(even) {
		float: left;
	}

	.footer-another-list > dl > dt {
		display: block;
	}

	.footer-another-list > dl > dt > button {
		position: relative;
		display: block;
		border: 1px solid #e4e4e4;
		width: 170px;
		height: 35px;
		-webkit-appearance: none;
		background: #fff;
		text-align: left;
		padding: 0 20px;
		color: #999596;
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}

	.footer-another-list > dl > dt > button .arrow {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 8px;
		height: 4px;
		background: url(../img/icon_arrow_down04@2x.png) no-repeat 0 0;
		background-size: 8px 4px;
		transition: all 0.2s ease-in-out;
	}

	.footer-another-list > dl > dt > button:hover {
		background: #f9f9f9;
	}

	.footer-another-list > dl > dt.active > button .arrow {
		transform: rotate(180deg);  
	}

	.footer-another-list > dl > dd {
		display: none;
		position: absolute;
		bottom: 34px;
		left:0;
		width: 100%;
		max-height: 200px;
		margin: 0;
		z-index: 15;
	}

	.footer-another-list > dl > dd > ul {
		display: block;
		width: 100%;
		border: 1px solid #e4e4e4;
		border-bottom: 0;
	}

	.footer-another-list > dl > dd > ul > li {
		display: block;
	}

	.footer-another-list > dl > dd > ul > li > a {
		display: block;
		padding: 10px 20px;
		background: #f9f9f9;
		border-bottom: 1px solid #e4e4e4;
		font-size: 12px;
	}

	.footer-another-list > dl > dd > ul > li > a:hover {
		background: #e9e9e9;
		font-weight: 700;
	}
}



/*****************************************************
	Main
*****************************************************/


/* Visual */
#main-visual {
	display: block;
	width: 100%;
	max-width: 1240px;
}

#main-visual > img {
	display: block;
	width: 100%;
}

#main-visual > img.pc {
	display: none;
}

#main-visual > img.mobile {
	display: block;
}


.main-container {
	display: block;
	margin-bottom: 2.5rem
}

.main-contents01 {
	padding: 0.9375rem 0.9375rem 0 0.9375rem;
}

.main-information-center {
	padding: 1.188rem;
	margin-bottom: 0.625rem;
	border: 1px solid #e5e5e5
}

.main-information-center > .title-area {
	margin-bottom: 1.25rem;	
}

.main-information-center > .title-area > h2 {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #303239;
	font-weight: 800;
	margin-bottom:0.625rem;
}

.main-information-center > .title-area > p {
	color: #858585;
	font-size: 0.6875rem;
	line-height: 0.9375rem;
	font-weight: 500;
}

.main-information-center > ul {
	display: block;
	margin-bottom: 0.4375rem;
}

.main-information-center > ul:after {
	content: "";
	clear: both;
	display: block;
}

.main-information-center > ul > li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}

.main-information-center > ul > li:nth-child(even) {
	float: right;
}

.main-information-center > ul > li:nth-child(3),
.main-information-center > ul > li:nth-child(4) {
	margin-bottom: 0;
}


.main-information-center > ul > li > a {
	display: block;
	color: #fff;
	background-color: #a4a6a9;
	background-image: url(../img/icon_arrow_right03@2x.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 0.1875rem 0.3125rem;
	padding: 0.625rem  0.5rem;
	font-size: 0.6875rem;
	font-weight: 500;
	border: 2px solid #a4a6a9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-information-center > ul > li > a:hover,
.main-information-center > ul > li > a:focus {
	color: #0e5887;
	background-color: #fff;
	background-image: url(../img/icon_arrow_right04@2x.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 0.1875rem 0.3125rem;
	border: 2px solid #0e5887;
}




.main-notice-wrapper {
	position: relative;
	padding: 1.188rem;
	margin-bottom: 0.625rem;
	border: 1px solid #e5e5e5
}

.main-notice-wrapper > h2 {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #303239;
	font-weight: 800;
	margin-bottom:0.625rem;
}

.top-new-notice-area {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #cdcdcd;
}

.top-new-notice-area > a {
	position: relative;
	display: block;
	min-height: 5.375rem;
	padding: 0.9375rem  1.875rem 0.9375rem 5.625rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-new-notice-area > a .icon-new {
	position: absolute;
	top: 50%;
	left: 1.125rem;
	display: block;
	width: 2.813rem;
	height: 2.688rem;
	margin-top: -1.344rem;
	line-height: 2.688rem;
	padding-right: 0.125rem;
	text-align: center;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 800;
	background: url(../img/icon_bubble01@2x.png) no-repeat 0 0;
	background-size: 2.813rem; 2.688rem;
	font-style: normal;
}

.top-new-notice-area > a .image {
	position: absolute;
	top: 0.9375rem;
	left: 0;
	display: block;
	width: 5rem;
	height: 3.5rem;
	overflow: hidden;
	background: #000;
}

.top-new-notice-area > a .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 200%;
	max-height: 200%;
	margin: auto;
}

.top-new-notice-area > a > strong {
	display: block;
	font-size: 0.75rem;
	line-height: 1.125rem;
	color: #4d4d4d;
	font-weight: 800;
	word-break: keep-all;
	margin-bottom: 0.1875rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-new-notice-area > a > span {
	display: block;
	color: #9f9f9f;
	font-size: 0.75rem;
	line-height: 1.125rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-new-notice-area > a:hover,
.top-new-notice-area > a:focus {
	background: #f9f9f9;
}

.top-new-notice-area > a:hover > strong,
.top-new-notice-area > a:focus > strong,
.top-new-notice-area > a:hover > span,
.top-new-notice-area > a:focus > span {
	color: #000;
}


.main-board-list {
	display: block;
	padding-top: 0.625rem
}

.main-board-list > li {
	display: block;
}


.main-board-list > li > a {
	position: relative;
	display: block;
	color: #858585;
	font-size: 0.75rem;
	line-height: 1.313rem;
	padding-left: 0.75rem;
	padding-right: 5rem;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
	background: url(../img/bul_type02@2x.gif) no-repeat left center;
	background-size: 0.25rem 0.25rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.main-board-list > li > a:hover,
.main-board-list > li > a:focus {
	display: block;
	color: #000;
}

.main-board-list > li > a .date {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.main-notice-wrapper .btn-more {
	position: absolute;
	top: 1.188rem;
	right: 1.188rem;
	display: block;
	font-size: 0.75rem;
	padding-right: 0.625rem;
	color: #626262;
	background: url(../img/icon_arrow_right05@2x.png) no-repeat right center;
	background-size: 0.3125rem 0.625rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.main-notice-wrapper .btn-more:hover,
.main-notice-wrapper .btn-more:focus {
	color: #000;
}

.main-department-information {
	position: relative;
	margin-bottom: 0.625rem;
	border: 1px solid #e5e5e5 
}

.main-department-information > img {
	display:block;
	width: 100%;
}


.main-department-information-area {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.188rem
}

.main-department-information-area > strong {
	display: block;
	color: #3c3c3c;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 0.625rem;
	font-weight: 800;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-department-information-area > span {
	display: block;
	color: #858585;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	margin-bottom: 1.308rem;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-department-information-area > a {
	display: block;
	color: #fff;
	background-color: #a59d92;
	background-image: url(../img/icon_arrow_right03@2x.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 0.1875rem 0.3125rem;
	max-width:  8.125rem;
	margin-top: 0.5rem;
	padding: 0.425rem  0.5rem;
	font-size: 0.6875rem;
	font-weight: 500;
	border: 2px solid #a59d92;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-department-information-area > a:hover,
.main-department-information-area > a:focus {
	color: #0e5887;
	background-color: #fff;
	background-image: url(../img/icon_arrow_right04@2x.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 0.1875rem 0.3125rem;
	border: 2px solid #0e5887;
}






.main-contents02 {
	display: block;
}

.main-banner-wrapper {
	display: block;
	margin-bottom: 0.625rem;
}

.main-banner-wrapper:after {
	content: "";
	clear: both;
	display:block;
}

.main-banner-area {
	float: left;
	width: calc(50% - 0.3125rem);
}

.main-banner-area:nth-child(2) {
	float: right;
}

.main-banner-area > a {
	position: relative;
	display: block;
	height: 15.25rem;
	padding: 1.25rem 0.9375rem; 
	border: 1px solid #e5e5e5
}

.main-banner-area > a > strong {
	display: block;
	color: #303239;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-bottom: 0.625rem;
	font-weight: 800;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-banner-area > a > .word-summary {
	display: block;
	min-height: 2.813rem;
	font-size: 0.6875rem;
	line-height: 0.875rem;
	font-weight: 500;
	word-break: keep-all;
}

.main-banner-area > a > .word-detail {
	position: relative;
	display: block;
	font-size: 0.5625rem;
	line-height: 0.75rem;
	text-decoration: underline;
	margin-bottom: 2.188rem;
}

.main-banner-area > a > img {
	display: block;
	width: 100%;
	max-width: 10rem;
	margin: 0 auto;
}

.main-board-wrapper {
	display: block;
    padding: 1.188rem;
    border: 1px solid #e5e5e5;
}

.main-board-wrapper > ul {
	position: relative;
	padding-top: 1.563rem;
}

.main-board-wrapper > ul > li {
	display: block;
}

.main-board-wrapper > ul > li > button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5.625rem;
	padding: 0 1rem 0 0;
	border-radius: 0;
	border: 0;
	color: #999999;
	background: #fff url(../img/icon_bar04@2x.gif) no-repeat right center;
	background-size: 1px 0.6875rem;
	font-size: 0.8125rem;
	line-height: 1rem;
	font-weight: 800;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-board-wrapper > ul > li:nth-child(2) > button {
	left: 7.25rem;
	background: transparent;
}


.main-board-wrapper > ul > li > button.active,
.main-board-wrapper > ul > li > button:hover,
.main-board-wrapper > ul > li > button:focus {
	font-size: 1rem;
	color: #303239;
	font-weight: 800;
}


.main-board-wrapper > ul > li > button + .main-board-list-wrapper {
	display: none;
}

.main-board-wrapper > ul > li > button.active + .main-board-list-wrapper {
	display: block;
}

.main-board-list-wrapper .btn-more {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 0.75rem;
	padding-right: 0.625rem;
	color: #626262;
	background: url(../img/icon_arrow_right05@2x.png) no-repeat right center;
	background-size: 0.3125rem 0.625rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


@media (min-width: 576px) {
	#main-visual .carousel {
		height: 25rem;
	}

	.main-container {
		margin-bottom:  3.75rem
	}

/*
	.main-contents01 {
		padding: 1.5rem 1.5rem 0 1.5rem;
	}
*/
	.main-information-center {
		padding: 1.875rem;
		margin-bottom: 1.5rem;
	}

	.main-information-center > .title-area {
		margin-bottom: 1.875rem;	
	}

	.main-information-center > .title-area > h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.main-information-center > .title-area > p {
		font-size: 1rem ;
		line-height: 1.5rem;
	}

	.main-information-center > ul {
		margin-bottom: 0.625rem;
	}

	.main-information-center > ul > li > a {
		font-size: 1.125rem;
		padding: 0.9375rem 0.75rem;
		background-size: 0.375rem 0.625rem
	}

	.main-information-center > p > a {
		max-width: 13.63rem; 
		padding: 0.9375rem 0.75rem;
		background-size: 0.375rem 0.625rem;
		font-size: 1.125rem;
	}

	.main-notice-wrapper {
		padding: 1.875rem;
		margin-bottom: 1.5rem;
	}

	.main-notice-wrapper > h2 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.top-new-notice-area > a {
		min-height: 8.125rem;
		padding: 1.5rem  1.875rem 1.5rem 8.438rem;
	}

	.top-new-notice-area > a .icon-new {
		left: 1.688rem;
		width: 4.25rem;
		height: 4.063rem;
		margin-top: -2.0315rem;
		line-height: 4.063rem;
		padding-right: 0.1875rem;
		font-size: 0.9375rem;
		background-size: 4.25rem 4.063rem;
	}

	.top-new-notice-area > a .image {
		top: 1.5rem;
		width: 7.5rem;
		height: 5.25rem;
	}

	.top-new-notice-area > a > strong {
		font-size:  1.125rem;
		line-height: 1.5rem;
		margin-bottom:  0.3125rem;
	}

	.top-new-notice-area > a > span {
		font-size:  1.125rem;
		line-height: 1.5rem;
	}

	.main-board-list {
		padding-top: 0.9375rem
	}

	.main-board-list > li > a {
		font-size: 1.125rem;
		line-height: 2rem;
		padding-left: 1.125rem;
		background-size: 0.375rem 0.375rem;
	}

	.main-notice-wrapper .btn-more {
		top: 1.875rem;
		right: 1.875rem;
		font-size: 1.125rem;
		padding-right: 0.625rem;
		background-size: 0.3125rem 0.625rem;
	}

	.main-department-information {
		margin-bottom: 1.5rem;
	}



	.main-department-information > a {
		padding: 1.875rem;
	}

	.main-department-information > a > strong {
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 0.625rem;
	}

	.main-department-information > a > span {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.main-department-information-area {
		padding: 1.875rem; 
	}

	.main-department-information-area > strong {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.main-department-information-area > span {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.main-department-information-area > a {
		max-width: 9.375rem;
		font-size: 0.8125rem;
	}

	.main-contents02 {
		padding: 0 1.5rem;
	}

	.main-banner-wrapper {
		margin-bottom: 1.5rem;
	}

	.main-banner-area > a {
		height: 22.88rem;
		padding: 1.25rem 1.5rem; 
	}

	.main-banner-area > a > strong {
		font-size: 1.5rem;
		line-height: 1.875rem;
		margin-bottom: 0.625rem;
	}

	.main-banner-area > a > .word-summary {
		display: block;
		min-height: 4.25rem;
		font-size: 1rem ;
		line-height: 1.313rem;
	}

	.main-banner-area > a > .word-detail {
		font-size: 1rem;
		line-height: 1.688rem;
		margin-bottom: 3.375rem;
	}

	.main-banner-area > a > img {
		max-width: 15rem;
	}

	.main-board-wrapper {
		padding: 1.875rem;
	}

	.main-board-wrapper > ul {
		padding-top: 3.125rem;
	}
	.main-board-wrapper > ul > li > button {
		width: 9.375rem;
		padding: 0 2.25rem 0 0;
		background-size: 1px 1.125rem ;
		font-size: 1.25rem;
		line-height: 2.25rem;
	}

	.main-board-wrapper > ul > li:nth-child(2) > button {
		left: 11.63rem;
	}


	.main-board-wrapper > ul > li > button.active,
	.main-board-wrapper > ul > li > button:hover,
	.main-board-wrapper > ul > li > button:focus {
		font-size: 1.5rem;
	}

	.main-board-list-wrapper .btn-more {
		top: 0.3125rem;
		font-size: 1.125rem;
		padding-right: 0.625rem;
		background-size: 0.3125rem 0.625rem;
	}
}

@media (min-width: 768px) {
	.main-contents02 {
		display: block;
/* 		padding: 0 1.5rem; */
	}
}

@media (min-width: 1024px) {
	/* Visual */
	#main-visual {
		margin: 0.9375rem auto 0 auto;
		padding: 0 0.9375rem 0 0.9375rem
	}

	#main-visual > img.pc {
		display: block;
	}

	#main-visual > img.mobile {
		display: none;
	}

	#main-visual .carousel {
		height: 24.38rem;
	}
	.main-container {
		margin-bottom: 0
	}

	.main-contents01 {
		position: relative;
		padding: 0.9375rem 0.9375rem 0.8125rem 0.9375rem ;
	}

	.main-contents01:after {
		content: "";
		clear: both;
		display: block;
	}

	.main-information-center {
		float: left;
		width: 32%;
		height: 15.38rem;
		padding: 1.875rem 2.5rem;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.main-information-center > .title-area {
		margin-bottom: 2.5rem;	
	}

	.main-information-center > .title-area > h2 {
		font-size: 1.188rem;
		line-height: 1.5rem;
		margin-bottom:0.625rem;
	}

	.main-information-center > .title-area > p {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-information-center > ul {
		margin-bottom:  0.625rem;
	}

	.main-information-center > ul > li > a {
		padding: 0.625rem 0.5rem 0.625rem 0.625rem;
		font-size: 0.6875rem;
		background-size: 0.1875rem 0.3125rem;
		letter-spacing: -1px;
	}

	.main-information-center > p > a {
		max-width: 8.75rem; 
		background-size: 0.1875rem 0.3125rem;
		padding: 0.625rem;
		font-size:  0.8125rem;
		border: 2px solid #49bfa3;
	}

	.main-notice-wrapper {
		float: left;
		width: 32%;
		height: 19.13rem;
		margin-right: 2%;
		padding: 1.875rem;
		margin-bottom: 0;
	}

	.main-notice-wrapper > h2 {
		font-size: 1.188rem;
		line-height: 1.5rem;
		margin-bottom:1.125rem;
	}

	.top-new-notice-area {
		border-top: 2px solid #979797
	}	

	.top-new-notice-area > a {
		min-height: 6.25rem;
		padding: 1.25rem 0 1.25rem 8.063rem;
	}

	.main-notice-wrapper .top-new-notice-area > a {
		min-height: 7.5rem;
		padding: 1.25rem 0 1.25rem 6.25rem;
	}

	.top-new-notice-area > a .icon-new {
		top: 50%;
		left: 0;
		width: 4.188rem;
		height: 4rem;
		margin-top: -2rem;
		line-height: 4rem;
		padding-right: 0.1875rem;
		font-size: 0.875rem;
		background-size: 4.188rem 4rem;
	}

	.top-new-notice-area > a .image {
		top: 50%;
		width: 6.75rem;
		height: 5rem;
		margin-top: -2.5rem;
	}

	.top-new-notice-area > a > strong {
		font-size: 1rem;
		line-height: 1.125rem;
		margin-bottom: 0.625rem;
		word-break: break-all;
		overflow: hidden; 
		text-overflow: ellipsis; 
		/* 여러 줄 자르기 추가 스타일 */ 
		white-space: normal; 
		line-height: 1.125rem; 
		max-height: 2.25rem; 
		text-align: left; 
		word-wrap: break-word; 
		display: -webkit-box; 
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
	}

	.top-new-notice-area > a > span {
		font-size: 0.75rem;
		line-height: 1.5rem;
	}

	.main-board-list {
		padding-top: 1.25rem;
		border-top: 2px solid #979797;
	}

	.main-board-list > li > a {
		font-size: 0.8125rem;
		line-height: 1.375rem;
		padding-left: 1.125rem;
		background-position: 0.1875rem center;
	}

	.main-notice-wrapper .btn-more {
		top: 2.125rem;
		right: 1.875rem;
		font-size: 0.875rem;
	}

	.main-department-information {
		float: left;
		width: 32%;
		height: 19.13rem;
		position: relative;
		margin-bottom: 0;
		overflow: hidden;
	}

	.main-department-information > img {
		position: absolute;
		right: 0;
		display:block;
		width: auto;
		height: 19.13rem;
	}

	.main-department-information > a {
		padding: 1.875rem;
	}

	.main-department-information > a > strong {
		font-size: 1.188rem;
		line-height: 1.5rem;
		margin-bottom: 0.625rem;
		font-weight: 800;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-department-information > a > span {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-department-information-area > strong {
		font-size: 1.188rem;
		line-height: 1.5rem;
	}

	.main-department-information-area > span {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-department-information-area > a {
		max-width: 9.375rem;
		font-size: 0.8125rem;
	}
	
	.main-contents02 {
		position: relative;
		clear: both;
		padding: 0 0.9375rem 0 0.9375rem
		
	}
	
	.main-banner-wrapper {
		position: relative;
		float: left;
		width: 32%;
		margin-right: 2%;
		display: block;
		margin-top: -3.875rem;
		z-index: 10;
	}

	.main-banner-area {
		float: none;
		display: block;
		width: 100%;;
	}

	.main-banner-area:nth-child(2) {
		float: none;
		margin-top: 0.8125rem
	}

	.main-banner-area > a {
		height: 10.94rem;
		padding: 1.875rem 2.5rem 0 2.5rem; 
	}

	.main-banner-area > a > strong {
		position: relative;
		font-size: 1.188rem;
		line-height: 1.5rem;
		z-index: 10;
	}

	.main-banner-area > a > .word-summary {
		position: relative;
		display: block;
		min-height: 3.75rem;
		font-size: 0.8125rem;
		line-height: 1.125rem;
		color: #858585;
		z-index: 10;
	}

	.main-banner-area > a > .word-summary > span {
		display: block;
	}

	.main-banner-area > a > .word-detail {
		font-size: 0.75rem;
		line-height: 1.375rem;
		margin-bottom: 0;
	}

	.main-banner-area > a > img {
		position: absolute;
		top: 50%;
		right: 0%;
		margin-top: -2rem;
		display: block;
		width: 100%;
		max-width: 10rem;
	}

	.main-board-wrapper {
		position: relative;
		float: left;
		width: 66%;
		display: block;
		padding: 0;
		border: 0;
		z-index: 10;
	}

	.main-board-wrapper > ul {
		position: relative;
		padding: 0;
	}

	.main-board-wrapper > ul > li {
		position: relative;
		display: block;
		float: left;
		padding: 1.875rem;
		width: 48.5%;
		margin-right: 3%;
		border: 1px solid #e5e5e5;
		height:301px;
	}

	.main-board-wrapper > ul > li:nth-child(2) {
		margin-right: 0;
	}

	.main-board-wrapper > ul > li > button {
		position: static;
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 1.125rem;
		font-size: 1.188rem;
		line-height: 1.5rem;
		background: transparent;
		color: #303239;
		font-weight: 800;
	}

	.main-board-wrapper > ul > li > button.active,
	.main-board-wrapper > ul > li > button:hover,
	.main-board-wrapper > ul > li > button:focus {
		font-size: 1.188rem;
		line-height: 1.5rem;
		color: #303239;
		font-weight: 800;
	}


	.main-board-wrapper > ul > li > button + .main-board-list-wrapper {
		display: block;
	}

	.main-board-wrapper > ul > li > button.active + .main-board-list-wrapper {
		display: block;
	}

	.main-board-list-wrapper .btn-more {
		top: 2.125rem;
		right: 1.875rem;
		font-size: 0.875rem;
	}
}

@media (min-width: 1200px) {
	.main-information-center > ul > li > a {
		font-size: 0.8125rem;
	}
}


@media (min-width: 1400px) {
}


/*****************************************************
	Sub
*****************************************************/
/* sub-top */
.sub-container {
	position: relative;
	padding: 5rem 0.9375rem 0.9375rem 0.9375rem;
}

.sub-container:after {
	content:'';
	display:block;
	clear:both;
}

.lnb-wrapper {
	position: fixed;
	top: 3.438rem;
	left: 0;
	display: block;
	width: 100%;
	z-index: 5;
	background: #fff;
	z-index: 6;
}

.lnb-wrapper > h2 {
	position: relative;
	text-align: center;
	padding: 0.9375rem;
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight: 500;
	background: #0089d8;
}

.lnb-wrapper > h2 .arrow {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	display: block;
	width: 1.125rem;
	height: 0.5625rem;
	margin-top: -0.25rem;
	background: url(../img/icon_arrow_down05@2x.png) no-repeat 0 0;
	background-size: 1.125rem 0.5625rem;
	transition: all 0.2s ease-in-out;
}

.lnb-wrapper > h2.active .arrow {
	transform: rotate(180deg);  
}

.lnb-wrapper > ul {
	display: none;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}
.lnb-wrapper > ul > li {
	display: block;
	margin-top: -1px;
}

.lnb-wrapper > ul > li > a {
	position: relative;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	padding: 0.9375rem;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.lnb-wrapper > ul > li > a:hover {
	background: #f89100;
	color: #fff;
	text-decoration: none;
}

.lnb-wrapper > ul > li > a.active,
.lnb-wrapper > ul > li.selected > a {
	color: #fff;
	background: #f89100;
	border-top: 1px solid #f89100;
	border-bottom: 1px solid #f89100;
}

.lnb-wrapper > ul > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 1.125rem;
	height: 0.5625rem;
	margin-top: -0.25rem;
	background: url(../img/icon_arrow_down01@2x.png) no-repeat 0 0;
	background-size: 1.125rem 0.5625rem;
}

.lnb-wrapper > ul > li.selected > a .arrow,
.lnb-wrapper > ul > li > a.active .arrow,
.lnb-wrapper > ul > li.selected > a:hover .arrow,
.lnb-wrapper > ul > li > a.active:hover .arrow {
	background: url(../img/icon_arrow_up02@2x.png) no-repeat 0 0;
	background-size: 1.125rem 0.5625rem;
}

.lnb-wrapper > ul > li > a:hover .arrow {
	background: url(../img/icon_arrow_down02@2x.png) no-repeat 0 0;
	background-size: 1.125rem 0.5625rem;
}

.lnb-wrapper > ul > li > ul {
	display: none;
	background: #dee4eb;
	padding: 1.25rem;
}

.lnb-wrapper > ul > li > ul.selected {
	display: block;
}

.lnb-wrapper > ul > li a + ul > li {
	margin-top: 0.625rem;
}

.lnb-wrapper > ul > li a + ul > li:first-child {
	margin-top: 0;
}

.lnb-wrapper > ul > li a + ul > li > a {
	color: #212121;
	font-weight: 500;
}

.lnb-wrapper > ul > li a + ul > li > a:hover {
	color: #225184;
}

.lnb-wrapper > ul > li a + ul > li > a.active {
	color: #225184;
	font-weight: 700;
	text-decoration: underline;
}



.sub-container .cont-top {
	display: none;
}

.contents-paging-navigation {
	display: none;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
	.sub-container {
		position: relative;
		margin: 0 auto;
		padding: 28px 15px 20px 255px;
	}

	.sub-container:after {
		content: "";
		clear: both;
		display: block;
	}

	.lnb-wrapper {
		position: static;
		float: left;
		margin-left: -240px;
		display: block;
		width: 208px;
	}

	.lnb-wrapper > h2 {
		text-align: center;
		padding: 25px 0;
		font-size: 28px;
		line-height: 36px;
		color: #156ac2;
		font-weight: 700;
		background: #fff;
	}

	.lnb-wrapper > h2 .arrow {
		display: none;
	}

	.lnb-wrapper > ul {
		display: block;
		box-shadow: none;
	}
	.lnb-wrapper > ul > li {
		display: block;
		margin-top: -1px;
	}

	.lnb-wrapper > ul > li > a {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 21px;
		color: #757575;
		font-weight: 700;
		padding: 15px 50px 15px 16px;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
	}

	.lnb-wrapper > ul > li > a:hover {
		background: #f89100;
		color: #fff;
		text-decoration: none;
	}
	
	.lnb-wrapper > ul > li > a.active {
		color: #fff;
		background: #f89100;
		border-top: 1px solid #f89100;
		border-bottom: 1px solid #f89100;
	}

	.lnb-wrapper > ul > li > a .arrow {
		position: absolute;
		top: 50%;
		right: 16px;
		display: block;
		width: 18px;
		height: 9px;
		margin-top: -5px;
		background: url(../img/icon_arrow_down01@2x.png) no-repeat 0 0;
		background-size: 18px 9px;
	}

	.lnb-wrapper > ul > li > a.active .arrow,
	.lnb-wrapper > ul > li > a.active:hover .arrow {
		background: url(../img/icon_arrow_up02@2x.png) no-repeat 0 0;
		background-size: 18px 9px;
	}

	.lnb-wrapper > ul > li > a:hover .arrow {
		background: url(../img/icon_arrow_down02@2x.png) no-repeat 0 0;
		background-size: 18px 9px;
	}

	.lnb-wrapper > ul > li > ul {
		display: none;
		background: #dee4eb;
		padding: 20px;
	}


	.lnb-wrapper > ul > li a.active + ul > li {
		margin-top: 15px;
	}

	.lnb-wrapper > ul > li a.active + ul > li:first-child {
		margin-top: 0;
	}

	.lnb-wrapper > ul > li a.active + ul > li > a {
		color: #212121;
		font-weight: 500;
	}

	.lnb-wrapper > ul > li a.active + ul > li > a:hover {
		color: #225184;
	}

	.lnb-wrapper > ul > li a.active + ul > li > a.active {
		color: #225184;
		font-weight: 700;
		text-decoration: underline;
	}

	.sub-container .content-wrap {
		float: right;
		width: 100%;
	}

	.sub-container .cont-top {
		display: block;
		position: relative;
		width: 100%;
		padding-bottom: 1.95rem;
		margin-bottom: 0;
	}

	.sub-container .cont-top .cont-title {
		padding: 0;
		text-align: left;
		margin: 0;
		font-size: 32px;
		line-height: 40px;
		color: #424242;
		font-weight: 700;
		border-bottom: 0;
	}

	.contents-paging-navigation {
		display: block;
		text-align: right;
		height: 18px;
		margin-bottom: 20px;
	}

	.contents-paging-navigation .icon-home {
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		background: #bababa url(../img/icon_home@2x.gif) no-repeat center center;
		background-size: 9px 9px;
		border-radius: 50%;
		text-indent: -5000rem;
		font-size: 0;
	}

	.contents-paging-navigation .icon-gt {
		display: inline-block;
		vertical-align: middle;
		width: 5px;
		height: 18px;
		margin: 0 6px;
		background: url(../img/icon_gt@2x.gif) no-repeat center center;
		background-size: 5px 9px;
		text-indent: -5000rem;
		font-size: 0;
	}

	.contents-paging-navigation .location,
	.contents-paging-navigation strong {
		display: inline-block;
		vertical-align: middle;
		height: 18px;
		padding-top: 2px;
		color: #828282;
		font-size: 12px;
		line-height: 15px;
		font-weight: 500;
	}

	.contents-paging-navigation strong {
		font-weight: 700;
		color: #212121
	}

	.sub-container #jwxe_main_content {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.sub-container {
		padding: 28px 15px 20px 305px;
	}

	.lnb-wrapper {
		margin-left: -290px;
		width: 258px;
	}


}
@media (min-width: 1400px) {

}