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


/*****************************************************
	Common
*****************************************************/
ul, ol {margin: 0;}
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;
	/* text-decoration: underline; */
}

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%;
	padding: 0.8125rem 0;
	background: #fff;
	z-index: 200;
}


.wrapper.fixed #header .navbar {
	position: fixed;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.30);
}



#header .navbar  > .container {
	position:relative;
	justify-content: flex-start;
}
#header .navbar .header-bg {
	display:none;
}
#header .navbar .navbar-brand {
	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_bar05@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.8125rem
}

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

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

#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;
}

/* 모바일 전체메뉴 */
#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;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 13;
}

#header #top-menu.visible {
	right: 0px;
}

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

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

#header #top-menu .navbar-title .navbar-title-menu01 {
	display: block;
	background: #67ae22;
	padding: 1rem 1.25rem;
	text-align: left;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

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

#header #top-menu .navbar-title .navbar-title-menu01 > p {
	float: left;
	color: #ffffff;
	font-size: 0.8125rem;
	margin-top:  0.1875rem;
	margin-right: 0.625rem;
}

#header #top-menu .navbar-title .navbar-title-menu01 > a {
	float: left;
	display: block;
	height: 1.375rem;
	line-height: 1.375rem;
	padding: 0 1.25rem;
	border-radius: 0.6875rem;
	color: #ffffff;
	font-size: 0.6875rem;
	background: #3b7700;
}

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

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

#header #top-menu .navbar-title .navbar-title-menu02 > li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #d9d9d9
}

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

#header #top-menu .navbar-title .navbar-title-menu02 > li > a {
	display: block;
	padding: 0.8125rem 0;
	color: #000000;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.625rem
}

#header #top-menu .navbar-title .navbar-title-menu02 > li > a > img {
	display: inline-block;
	vertical-align: middle;
	width: 1.75rem;
	margin-right: 0.625rem
}

#header #top-menu .navbar-title .navbar-title-menu02 > li > a > span {
	display: inline-block;
	vertical-align: middle;
}



/* 전체메뉴 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.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px 9px;
	color: #424242;
	font-size: 1.125rem;
	padding: 1.063rem 1.25rem;
	font-weight: 500;
}

#header #top-menu .navbar-nav > li.active > a,
#header #top-menu .navbar-nav > li.mobile-active > a {
	background-image: url(../img/icon_arrow_up01@2x.png);
	background-size: 18px 9px;
	color: #424242;;
}

#header #top-menu .navbar-nav > li a:hover, 
#header #top-menu .navbar-nav > li a:focus {
	color: #424242;
	text-decoration: underline;
}

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

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

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

#header #top-menu .navbar-nav > li .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 {
	border-top: 1px solid #d9d9d9;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
	position: relative;
	display: block;
	padding: 1.125rem 1.25rem;
	font-size: 1.125rem;
	color: #424242;
	font-weight: 500;
}

#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.4375rem;
	background-image: url(../img/icon_arrow_down03@2x.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 0.9375rem 0.9375rem
}

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



#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: #67ae22;
	text-decoration: underline;
}

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li .depth3 {
	display:block;
	padding: 0 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: #fff;
	text-decoration: underline;
}

#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;
	bottom: 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: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) {
	/* header */
	.wrapper {
		position: relative;
		padding-top: 9.75rem;
	}

	/* header */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 20;
	}
	#header .gnb {
		display: block;
		padding: 2.188rem 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: 700;
		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: absolute;
		top: 5rem;
		left: 0;
		padding:0;
		display: block;
		width: 100%;
		height:  5.25rem;
		background: #253a50;
		box-shadow: none;
	}

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

	#header .navbar > .container {
		position: relative;
		display: block;
	}

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

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

	#header .navbar .navbar-brand img {
		width: 10.63rem
	}

	#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:auto;
		height: none;
		overflow: hidden;
		background-color:transparent;
		right:inherit;
		float: left;
		margin-left: 0;
		margin-top: 1.813rem
	}

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

	#header #top-menu .navbar-nav {
		display:inherit;
		border-bottom: 0;
	}

	#header #top-menu .navbar-nav > li {
		display:inline-block;
		float:left;
		border: none;
		padding: 0 1.938rem 0 2.063rem;
		background: url(../img/icon_bar03@2x.png) no-repeat right 20%;
		background-size: 1px 0.875rem;
	}

	#header #top-menu .navbar-nav > li:last-child {
		background: transparent;
	}

	#header #top-menu .navbar-nav > li > a {
		display:block;
		text-align:center;
		background-color:transparent;
		color:#aaaaaa;
		height: 100%;
		font-size: 1.125rem;
		font-weight: 700;
		padding: 0 0 1.25rem 0;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li.active > a,
	#header #top-menu .navbar-nav > li a.active,
	#header #top-menu .navbar-nav > li.mobile-active > a,
	#header #top-menu .navbar-nav > li a:hover,
	#header #top-menu .navbar-nav > li a:focus {
		color:#dea229;
		text-decoration: none;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li .depth2,
	#header #top-menu .navbar-nav > li .depth2 {
		position:absolute;
		top: 3.875rem;
		left: 0.9375rem;
		background-color: #e78018;
		display: none;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
		z-index: 100;
	}

	
	#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {
		margin-left: 0;
	}

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left:  8.125rem;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: -1.6rem;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: 25rem;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 32.5rem;
	}


	#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 {
		float: left;
		padding: 0;
		margin: 0;
		flex: none;
		width: auto;
		max-width: 100%;
		max-width: initial;
		padding: 0;
	}

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

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

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		position:relative;
		background-color:transparent;
		border: 0;
		color: #fff;
		font-size: 0.8125rem;
		line-height: 0.9375rem;
		font-weight: 700;
		padding: 0;
		margin: 0;
	}

	#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 {
		color: #212121;
		background:transparent;
	}

	#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: #212121;
		text-decoration:none;
		background:transparent;
	}


	#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;
		margin: 0;
		padding: 0;
		background: transparent;
	}

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

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a {
		color: #424242;
		padding: 0.3125rem 0;
		font-size:0.9rem;
		background-image:url('../img/top-menu-bullet02.gif');
	}
	#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: #067dd0;
		text-decoration: underline;
		font-weight: 500;
	}

	/* 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-menu > li > a:hover {
		text-decoration: underline;
	}


	.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;
	}
}

@media (min-width: 1200px) {
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 522px;
	}
}
@media (min-width: 1400px) {

}


/*****************************************************
	Main
*****************************************************/
.main-container .btn-container {
    position: absolute;
	top: 13.13rem;
    right: 0;
    padding: 0 1.875rem;
    zoom: 1;
    width: 100%;
    height: 1.875rem;
    text-align: center;
    z-index: 1;
}

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

.main-container .btn-container .btn-inner {
	float: right;
    width: auto;
    height: 1.875rem;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 0.8125rem;
    border-radius: 0.9375rem;
}
.main-container .btn-container .btn-inner .carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    bottom: 0;
    top: 0.1875rem;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    zoom: 1;
}
.main-container .btn-container .btn-inner .carousel-indicators>a {
    display: inline-block;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    border: 0.125rem solid #fff;
    margin: 1px;
}
.main-container .btn-container .btn-container .btn-inner .carousel-indicators>a.active {}
.main-container .btn-container .btn-inner .carousel-btn {
    display: inline-block;
    zoom: 1;
    text-align: left;
}
.main-container .btn-container .btn-inner .carousel-btn button {
    background: none;
    vertical-align: middle;
    line-height: 0.6;
    height: 1.875rem;
    border: none;
    padding: 0;
    color: #fff;
}

/* Visual */
#main-visual {
	position: absolute;
	top: 3.438rem;
	left: 0;
	display: block;
	width: 100%;
}
#main-visual .carousel {
	height: 38.75rem;
}
#main-visual .carousel .carousel-inner {
	position: relative;
    height: 38.75rem;
	z-index: -1;
}
#main-visual .carousel-item {
	height: 38.75rem;
}
#main-visual .carousel-item>a {
    display: block;
    height: 38.75rem;
}
#main-visual .carousel-item .img {
    display: block;
    background-position: top center;
    background-size: cover;
    height: 38.75rem;
}

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

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


.main-container {
	display: block;
}

.main-contents01 {
	padding: 4.688rem 1.875rem 0 1.875rem;
	max-width: 100%;
	border: 0;
}

.main-slogan-wrapper {
	height: 15rem;
	padding-bottom: 2.5rem;
	text-align: center;
	z-index: 1;
}

.main-slogan-wrapper img {
	display: block;
	width: 15.38rem
}


.main-menu-list {
	display: block;
	background: #fff;
	margin-bottom: 0.625rem;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}


.main-menu-list ul:after {
	content: "";
	clear: both;
	display: block;
}

.main-menu-list > li {
	float: left;
	width: calc(50%);
}


.main-menu-list > li:nth-child(5) {
	display: none;
}

.main-menu-list > li:nth-child(1) > a {
	background:#f79200;
}

.main-menu-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu-list > li > a {
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf
}

.main-menu-list > li:nth-child(1) > a{
	border-right: 0;
}

.main-menu-list > li:nth-child(1) > a,
.main-menu-list > li:nth-child(2) > a{
	border-top: 0;
}

.main-menu-list > li:nth-child(2) > a,
.main-menu-list > li:nth-child(4) > a{
	border-right: 0;
}

.main-menu-list > li > a:hover,
.main-menu-list > li > a:focus {
	background: #f5f5f5;
}


.main-menu-list > li > a .image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#f79200;
}

.main-menu-list > li > a .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.main-menu-list > li > a .main-menu-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.5rem 1.25rem 0 1.25rem;
	overflow: hidden;
}

.main-menu-list > li > a .main-menu-wrapper > strong {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.8125rem;
	margin-bottom: 0.625rem;
	color: #363636;
	font-size: 1.2rem;
	font-weight: 700;
	background: url(../img/icon_arrow_right02@2x.png) no-repeat right center;
	background-size: 0.25rem 0.55rem
}

.main-menu-list > li > a .main-menu-wrapper > span {
	display: block;
	color: #949393;
	font-size: 0.785rem;
	line-height: 1.1rem
}

.main-menu-list > li > a .main-menu-wrapper > img {
	position: absolute;
	bottom: 1.25rem;
	right: 1.25rem;
	display: block;
	width: 2.563rem
}


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

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

.main-board-wrapper {
	padding: 1.75rem 0;
}

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

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

.main-board-wrapper > ul > li > button {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 6.563rem;
	height: 2.125rem;
	border-radius: 0;
	border: 1px solid #ececec;
	background: #fff;
	color: #a0a0a0;
	font-size: 0.8125rem;
	font-weight: 700;
	-webkit-appearance: none;
	cursor: pointer;
}


.main-board-wrapper > ul > li > button.active,
.main-board-wrapper > ul > li > button:hover,
.main-board-wrapper > ul > li > button:focus {
	border: 1px solid #595959;
	border-bottom: 1px solid #fff;
	color: #3a3a3a;
	z-index: 10;
}


.main-board-list {
	display: none;
}

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

.main-board-list > ul {
	display: block;
	padding-top: 0.625rem;
	border-top: 1px solid #ececec
}	

.main-board-list > ul > li {
	margin-top: 0.625rem
}

.main-board-list > ul > li > a {
	position: relative;
	display: block;
	padding-left: 0.625rem;
	padding-right: 4.5rem;
	background-image: url(../img/bul_type02@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.25rem 0.25rem;
}

.main-board-list > ul > li > a .title {
	display: block;
	color: #727577;
	font-size: 0.8125rem;
	line-height: 0.9375rem;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.main-board-list > ul > li > a .date {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #a9a9a9;
	font-size: 0.8125rem;
	line-height: 0.9375rem;
}


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

.main-board-list > .btn-more {
	position: absolute;
	top: 0.75rem;
	right: 0;
	display: block;
	width: 0.8125rem;
	height: 0.8125rem;
	background: url(../img/icon_more_mobile@2x.gif) no-repeat 0 0;
	background-size: 0.8125rem 0.8125rem;
	text-indent: -5000rem;
}

.main-content-area02 {
	border-bottom: 1px solid #dcdde0;
}

.main-content-box02 {
	position: relative;
	display: block;
	padding: 1.875rem 0.9375rem;
}

.main-content-box02:hover,
.main-content-box02:focus {
	background: #f9f9f9;
	text-decoration: none;
}

.main-content-box02 .title {
	display: inline-block;
	color: #575757;
	font-size: 1.438rem;
	line-height: 1.75rem;
	font-weight: 700;
	margin-bottom: 0.9375rem;
	padding-right: 1.438rem;
	background: url(../img/icon_more_mobile@2x.gif) no-repeat right center;
	background-size: 0.8125rem 0.8125rem
}

.main-content-box02 .summary {
	display: block;
	margin-bottom: 1.5rem;
	color: #9c9c9c;
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: 500;
}

.main-content-box02 .btn-go {
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	border-radius: 50%;
	background: #aaafb5;
	text-align: center;
	color: #fffefe;
	font-size: 0.8125rem;
	letter-spacing: -1px;
	font-weight: 500;
}

.main-content-box02 img {
	position: absolute;
	bottom: 1.25rem;
	right: 0.625rem;
	display: block;
	width: 5.313rem
}

.main-container + #footer {
	border-top: 0;
}

@media (min-width: 576px) {
	.main-container .btn-container {
		top: 20rem;
		padding: 0 2.813rem;
	}

	/* Visual */
	#main-visual .carousel {
		height: 46.13rem;
	}
	#main-visual .carousel .carousel-inner {
		height: 46.13rem;
	}
	#main-visual .carousel-item {
		height: 46.13rem;
	}
	#main-visual .carousel-item>a {
		display: block;
		height: 46.13rem;
	}
	#main-visual .carousel-item .img {
		height: 46.13rem;
	}
	

	.main-container {
		display: block;
	}

	.main-contents01 {
		padding: 7.063rem 2.813rem 0 2.813rem;
	}


	.main-slogan-wrapper img {
		width:19.06rem
	}


	.main-menu-list > li > a .main-menu-wrapper {
		padding: 1.875rem 1.5rem 0 1.5rem;
	}

	.main-menu-list > li > a .main-menu-wrapper > strong {
		padding-right:1.25rem;
		margin-bottom: 0.625rem;
		font-size: 1.25rem;
		background-size: 0.25rem 0.5rem
	}

	.main-menu-list > li > a .main-menu-wrapper > span {
		font-size: 0.9375rem;
		line-height: 1.2rem
	}

	.main-menu-list > li > a .main-menu-wrapper > img {
		bottom: 1.875rem;
		right: 1.875rem;
		width: 3.125rem
	}

	.main-content02 {
		padding: 0 1.563rem;
	}

	.main-board-wrapper {
		padding: 2.813rem 0;
	}

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

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

	.main-board-wrapper > ul > li > button {
		width: 9.875rem;
		height: 3.188rem;
		font-size:1.25rem;
	}

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

	.main-board-list > ul > li {
		margin-top: 0.9375rem
	}

	.main-board-list > ul > li > a {
		position: relative;
		display: block;
		padding-left: 0.625rem;
		padding-right: 6.75rem;
		background-image: url(../img/bul_type02@2x.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 0.25rem 0.25rem;
	}

	.main-board-list > ul > li > a .title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.main-board-list > ul > li > a .date {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}


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

	.main-board-list > .btn-more {
		top: 1.125rem;
		width: 1.25rem;
		height: 1.25rem;
		background-size: 1.25rem 1.25rem;
	}

	.main-content-box02 {
		padding:  2.813rem1.438rem;
	}

	.main-content-box02 .title {
		font-size: 2.125rem;
		line-height: 2.625rem;
		margin-bottom: 1.438rem;
		padding-right: 2.625rem;
		background-size: 1.25rem 1.25rem;
	}

	.main-content-box02 .summary {
		margin-bottom: 2.25rem;
		font-size: 1.313rem;
		line-height: 1.5rem;
	}

	.main-content-box02 .btn-go {
		width: 2.813rem;
		height: 2.813rem;
		line-height: 2.813rem;
		font-size: 1.25rem;
	}

	.main-content-box02 img {
		bottom: 1.875rem;
		right: 0.9375rem;
		width: 5.313rem
	}
}


@media (min-width: 768px) {
	.main-container .btn-container {
		top: 13.13rem;
		padding: 0 1.875rem;
	}

	/* Visual */
	#main-visual {
		top: 3.438rem;
	}

	#main-visual .carousel {
		height: 28.75rem;
	}
	#main-visual .carousel .carousel-inner {
		height: 28.75rem;
	}
	#main-visual .carousel-item {
		height: 28.75rem;
	}
	#main-visual .carousel-item>a {
		height: 28.75rem;
	}

	#main-visual .carousel-item .img {
		height: 28.75rem;
	}
	
	#main-visual .carousel-item .img.pc {
    	display: block;
	}
	#main-visual .carousel-item .img.mobile {
		
		display: none;
	}

	.main-contents01 {
		padding: 4.688rem 1.875rem 0 1.875rem;
	}

	.main-slogan-wrapper img {
		width: 17.38rem
	}


	.main-menu-list {
		margin-bottom: 0.625rem;
	}

	.main-menu-list > li {
		float: left;
		width: 25%;
		border-top: 0;
	}
	
	.main-menu-list > li:nth-child(5) {
		display: none;
	}

	
	.main-menu-list > li > a {
		border-right: 1px solid #dfdfdf;
	}
	
	.main-menu-list > li:nth-child(3) > a,
	.main-menu-list > li:nth-child(4) > a{
		border-top: none;
	}
	
	
	.main-menu-list > li:nth-child(2) > a{
		border-right: 1px solid #dfdfdf;
	}

	.main-menu-list > li:nth-child(4) > a{
		border-right: 0;
	}
	

	.main-menu-list > li > a .main-menu-wrapper {
		padding: 1.25rem 0.9375rem 0 0.9375rem;
	}

	.main-menu-list > li > a .main-menu-wrapper > strong {
		padding-right: 0.8125rem;
		margin-bottom: 0.625rem;
		font-size: 1rem;
		background-size: 0.1875rem 0.375rem
	}

	.main-menu-list > li > a .main-menu-wrapper > span {
		font-size: 0.75rem;
		line-height: 0.95rem
	}

	.main-menu-list > li > a .main-menu-wrapper > img {
		bottom: 1.25rem;
		right: 1.25rem;
		width: 2.563rem
	}


	.main-content02 {
		padding: 0 0.9375rem;
		background: #fff;
	}


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

	.main-board-wrapper > ul {
		padding-top: 2.125rem;
	}

	.main-board-wrapper > ul > li > button {
		width: 6.563rem;
		height: 2.125rem;
		font-size: 0.8125rem;
	}

	.main-board-list > ul {
		padding-top: 0.625rem;
	}	

	.main-board-list > ul > li {
		margin-top: 0.625rem
	}

	.main-board-list > ul > li > a {
		padding-left: 0.625rem;
		padding-right: 4.5rem;
		background-size: 0.25rem 0.25rem;
	}

	.main-board-list > ul > li > a .title {
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}

	.main-board-list > ul > li > a .date {
		font-size: 0.8125rem;
		line-height: 0.9375rem;
	}


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

	.main-board-list > .btn-more {
		top: 0.625rem;
		width: 0.8125rem;
		height: 0.8125rem;
		background-size: 0.8125rem 0.8125rem;
	}

	.main-content-area02 {
		float: left;
		width: 50%;
		border-bottom: 1px solid #dcdde0;
	}

	.main-content-area02:nth-child(2),
	.main-content-area02:nth-child(4) {
		border-left: 1px solid #dcdde0;
	}

	.main-content-box02 {
		height: 14.13rem;
		padding: 1.875rem;
	}

	.main-content-box02 .title {
		font-size: 1.438rem;
		line-height: 1.75rem;
		margin-bottom: 0.9375rem;
		padding-right: 1.438rem;
		background-size: 0.8125rem 0.8125rem
	}

	.main-content-box02 .summary {
		margin-bottom: 1.5rem;
		font-size: 0.875rem;
		line-height: 1rem;
	}

	.main-content-box02 .btn-go {
		width: 1.875rem;
		height: 1.875rem;
		line-height: 1.875rem;
		font-size: 0.8125rem;
	}

	.main-content-box02 img {
		bottom: 1.25rem;
		right: 0.625rem;
		width: 5.313rem
	}
}

@media (min-width: 1024px) {
	.main-container .btn-container {
		top: 24.38rem;
		padding: 0  1.25rem;
	}

	/* Visual */
	#main-visual {
		top: 9.75rem;
	}

	#main-visual .carousel {
		height: 35.63rem;
	}
	#main-visual .carousel .carousel-inner {
		height: 35.63rem;
	}
	#main-visual .carousel-item {
		height: 35.63rem;
	}
	#main-visual .carousel-item>a {
		height: 35.63rem;
	}

	#main-visual .carousel-item .img {
		height: 35.63rem;
	}


	.main-container {
		display: block;
		max-width: 77.5rem;
		padding: 0 1.25rem;
		margin: 0 auto;
	}

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

	.main-slogan-wrapper {
		height: 18.38rem;
		padding: 0 3.75rem 5.75rem 3.75rem;
	}

	.main-slogan-wrapper img {
		width:  20rem
	}

	.main-menu-list {
		margin-bottom: 1.75rem;
		border-bottom: 1px solid #afb8c7;
		box-shadow: 0px 15px 15px 0px rgba(204,209,217,0.5);
	}

	.main-menu-list > li > a .main-menu-wrapper {
		padding: 2.5rem 1.875rem 0 1.875rem;
	}

	.main-menu-list > li > a .main-menu-wrapper > strong {
		padding-right:0.875rem;
		margin-bottom: 0.75rem;
		font-size: 1.25rem;
		line-height: 1.5rem;
		background: url(../img/icon_arrow_right02@2x.png) no-repeat right center;
		background-size: 0.25rem 0.5rem;
	}

	.main-menu-list > li > a .main-menu-wrapper > span {
		font-size:0.8125rem;
		line-height:1rem
	}

	.main-menu-list > li > a .main-menu-wrapper > img {
		bottom: 1.875rem;
		right: 1.875rem;
		width: 3.875rem
	}

	.main-content02 {
		padding: 0;
	}

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

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

	.main-board-wrapper > ul > li > button {
		width: 6.25rem;
		height: 1.875rem;
		font-size: 0.875rem;
	}

	.main-board-list > ul {
		padding-top: 1.25rem;
	}	

	.main-board-list > ul > li {
		margin-top: 0
	}

	.main-board-list > ul > li > a {
		padding-left: 0.5rem;
		padding-right: 4.5rem;
		background-size: 0.125rem 0.125rem
	}

	.main-board-list > ul > li > a .title {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-board-list > ul > li > a .date {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}


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

	.main-board-list > .btn-more {
		top: 0.4375rem;
		width: auto;
		height: auto;
		color: #999999;
		font-size: 0.625rem;
		font-weight: 700;
		padding-left: 0.6875rem;
		background: url(../img/icon_more_pc@2x.gif) no-repeat 0 0.1875rem;
		background-size: 0.375rem 0.375rem;
		text-indent: 0;
	}

	.main-content-area02:first-child {
		width: 34%
	}

	.main-content-area02 {
		width: 22%;
		border-bottom: 0;
	}

	.main-content-area02:nth-child(2),
	.main-content-area02:nth-child(4) {
		border-left: 0;
	}

	.main-content-box02 {
		position: relative;
		display: block;
		height: auto;
		padding: 0.625rem;
	}

	.main-content-box02:hover,
	.main-content-box02:focus {
		background: none;
	}

	.main-content-box02 .title {
		font-size: 1.125rem;
		line-height: 1.375rem;
		margin-bottom: 0.625rem;
		padding-right: 0.9375rem;
		background: url(../img/icon_more_pc02@2x.gif) no-repeat right center;
		background-size: 0.3125rem 0.3125rem
	}

	.main-content-box02 .summary {
		margin-bottom: 1rem;
		font-size: 0.8125rem;
		line-height: 1rem;
		letter-spacing: -1px;
	}

	.main-content-box02 .btn-go {
		width: 1.563rem;
		height: 1.563rem;
		line-height: 1.563rem;
		font-size: 0.625rem;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-content-box02:hover .btn-go,
	.main-content-box02:focus .btn-go {
		background: none;
		background: #e18216
	}

	.main-content-box02 img {
		position: absolute;
		bottom: 1.25rem;
		right: 1.25rem;
		display: block;
		width: 4.25rem
	}
}


@media (min-width: 1200px) {
	.main-container .btn-container {
		top: 24.38rem;
		padding: 0  1.25rem;
	}


	.main-menu-list > li {
		width: 20%;
		border-top: 0;

	}
	
	.main-menu-list > li:first-child {
		width: 19%;
	}
	
	.main-menu-list > li:last-child {
		width: 21.001%;
	}

	.main-menu-list > li:nth-child(5) {
		display: block;
	}

	.main-menu-list > li > a {
		padding-bottom: 15.31rem;
	}
	
	.main-menu-list > li:nth-child(5) > a{
		border-top:0;
		border-right:0;
	}

	.main-menu-list > li:nth-child(5) > a .image > img {
		position: absolute;
		top: -100%;
		left: -100%;
		right: -100%;
		bottom: -100%;
		display: block;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-width: auto;
		max-width: initial;
		max-height: auto;
		max-height: initial;
		margin: auto;
	}
}

@media (min-width: 1330px) {
	.main-container .btn-container {
		right: 50%;
		margin-right: -40.94rem;
		width: auto;
		padding: 0;
	}
}


@media (min-width: 1400px) {

}


/*****************************************************
	Sub
*****************************************************/
/* sub-top */
.sub-top {
	position: relative;
}

.sub-top .sub-visual-wrapper {
	display: none;
}

.page-navi {
	display: none;
}

.sub-container .snb { 
	display: block;
}

.sub-container .snb-title {
	display: none;
}

.sub-container .snb-title > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-top: 0;
	padding: 0 30px;
	transform: translate(0, -50%);
}

.sub-container .snb-list {
	position: absolute;
	top: 3.125rem;
	left: 0;
	display: none;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	z-index: 90;
}

.sub-container .snb-list {
	display: none;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}
.sub-container .snb-list > li {
	display: block;
	margin-top: -1px;
}

.sub-container .snb-list > li > a {
	position: relative;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	color: #757575;
	font-weight: 700;
	padding: 0.9375rem;
	background: #f6f6f6;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.sub-container .snb-list > li > a:hover {
	background: #0089d8;
	color: #fff;
	text-decoration: none;
}

.sub-container .snb-list > li > a.active,
.sub-container .snb-list > li.selected > a {
	color: #fff;
	background: #0089d8;
	border-top: 1px solid #0089d8;
	border-bottom: 1px solid #0089d8;
}

.sub-container .snb-list > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 0.25rem;
	height: 0.5rem;
	margin-top: -0.125rem;
	background: url(../img/icon_arrow_right01_off@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
}

.sub-container .snb-list > li > a.selected .arrow,
.sub-container .snb-list > li > a.active .arrow,
.sub-container .snb-list > li.selected > a:hover .arrow,
.sub-container .snb-list > li > a.active:hover .arrow {
	background: url(../img/icon_arrow_right01@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
	transform: rotate(90deg);  
}

.sub-container .snb-list > li > a:hover .arrow {
	background: url(../img/icon_arrow_right01@2x.png) no-repeat 0 0;
	background-size: 0.25rem 0.5rem ;
	transform: rotate(90deg);  
}

.sub-container .snb-list > li > ul {
	display: none;
	background: #e7e9ea;
	padding: 1.25rem;
}

.sub-container .snb-list > li > ul.selected {
	display: block;
}

.sub-container .snb-list > li a + ul > li {
	margin-top: 1.25rem;
}

.sub-container .snb-list > li a + ul > li:first-child {
	margin-top: 0;
}

.sub-container .snb-list > li a + ul > li > a {
	padding-left: 0.75rem;
	color: #212121;
	font-weight: 500;
	background: url(../img/bul_type03@2x.png) no-repeat left 0.75rem;
	background-size: 0.1875rem 0.1875rem;
}

.sub-container .snb-list > li a + ul > li > a:hover {
	color: #225184;
}

.sub-container .snb-list > li a + ul > li > a.active {
	color: #225184;
	font-weight: 700;
	text-decoration: underline;
}












.sub-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

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

.sub-container .cont-top {
	position: relative;
	margin-bottom: 1.25rem;
}

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


.sub-container .cont-top .cont-title {
	position: relative;
	padding: 0.9375rem 0;
	text-align: center;
	margin: 0;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #fff;
	background: #253a50;
	font-weight: 700;
}

.sub-container .cont-top .cont-title > .arrow {
	position: absolute;
	top: 50%;
	right: 0.9375rem;
	display: block;
	width: 1.125rem;
	height: 0.5625rem;
	margin-top: -0.3125rem;
	background: url(../img/icon_arrow_down02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem;

}

.sub-container .cont-top .cont-title.on > .arrow {
	background: url(../img/icon_arrow_up02@2x.png) no-repeat;
	background-size: 1.125rem 0.5625rem
}

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

.sub-container #jwxe_main_content {
	padding: 0 15px;

}



@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
	.sub-top {
		position: relative;
		border-top: 0;
	}

	.sub-top .sub-visual-wrapper {
		display: block;
		position: relative;
		height: 192px;
		background: #000;
		overflow: hidden;
	}

	.sub-top .sub-visual-wrapper > img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
		display: block;
		width: 1920px;
		height: 192px;
	}

	.sub-top .sub-visual-wrapper > .word-slogan {
		position: absolute;
		bottom: 5.25rem;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 3rem;
		line-height: 3rem;
		font-weight: 700;
		display:none;
	}

	

	.sub-container {
		position: relative;
		margin: 0 auto;
		padding-top: 2.75rem;
		padding-left: 15.94rem;
		padding-right: 0.9375rem;
	}

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

	.sub-container ul {
		margin: 0;
	}

	.sub-container .snb { 
		float: left;
		margin-left: -15rem;
		width: 13.13rem;
		display: block;
		border: 1px solid #d9d1cf
	}

	.sub-container .snb-title {
		position: relative;
		display: block;
		height: 5.813rem;
		overflow: hidden;
		background: transparent;
	}

	.sub-container .snb-title > span {
		margin-top: - 0.9375rem;
		font-size: 1.625rem;
		line-height: 1.875rem;
		color: #3c3c3c;
	}

	.sub-container .snb-list {
		position: static;
		display: block !important;
		width: 100%;
		margin: 0;
		border: 0;
		border-bottom: 2px solid #797979;
	}

	.sub-container .snb-list > li {
		display: block;
		padding: 0;
		margin: 0;
		border-top: 0;
	}

	.sub-container .snb-list > li > a {
		display: block;
		padding: 1.125rem 1.25rem;
		/* 
		font-size: 0.9375rem; 
		*/
		font-size: 0.9rem;
		border: 0;
		border-top: 1px solid #d7d7d7;
	}

	.sub-container .snb-list > li > a:hover,
	.sub-container .snb-list > li > a:focus {
		background: #036299;
		color: #fff;
	}

	.sub-container .snb-list > li.active > a {
		background-position: 90% center;
		border-top: 1px solid #f26a4f;
	}

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

	.sub-container .cont-top {
		position: relative;
		margin-bottom: 1.438rem;
	}

	.contents-paging-navigation {
		position: absolute;
		top: 2.75rem;
		right: 0.9375rem;
		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 .cont-top .cont-title {
		padding: 0;
		text-align: left;
		margin: 0;
		font-size: 1.813rem;
		line-height: 2.25rem;
		color: #2c2c2c;
		font-weight: 700;
		border-bottom: 0;
		background: transparent;
	}
	
	.sub-container .cont-top .cont-title .arrow {
		display: none;
	}


	.sub-container .cont-top .cont-btns {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}

	.sub-container .cont-top .cont-btns > button {
		border: 0;
		border-radius: 0;
		background: transparent;
		-webkit-appearance: none;
		color: #788190;
		cursor: pointer;
		transition: 0.5s;
	}
	.sub-container .cont-top .cont-btns > button:hover, 
	.sub-container .cont-top .cont-btns > button:focus {
		color: #0b3d92;
	}
	.sub-container .cont-top .cont-btns button .material-icons {
		font-size: 1.6rem;
	}

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

@media (min-width: 1200px) {
	.sub-container {
		padding-left: 20.31rem;
	}

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

	.sub-container ul {
		margin: 0;
	}

	.sub-container .snb { 
		width: 16.25rem;
		margin-left: -19.38rem;
	}

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

}