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

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

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

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
}


#header .gnb {
	display: none;
}

#header .navbar {
	width: 100%;
	background: #fff;
	padding: 1.063rem 0 0.9375rem 0;
}

.wrapper.fixed #header {
	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: 1rem;
	padding-left: 1rem;
	font-size: 0.9375rem;
	background-image: url(../img/icon_bar02@2x.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.875rem
}

.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: #363636;
	display: block;
	width: 23px;
}

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

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

/* 모바일 전체메뉴 */
#header #top-menu {
	position: fixed;
	background: #2b3956;
	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;
}

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

/* 모바일 전체메뉴 타이틀 */
#header #top-menu .navbar-title {
	position: relative;
	padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
	background-color: #dc2e3a;
}
#header #top-menu .navbar-title > h3 {
	color: #fff;
	font-size: 1.063rem;
	line-height: 1.25rem;
	margin-bottom: 0.9375rem;
	font-weight: 500
}

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

#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 > a {
	float: left;
	width: 30%;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 5%;
	background: #a11b25;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 0.1875rem
}


#header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
	margin-right: 0;
}
/* 전체메뉴 1차 */
#header #top-menu .navbar-nav {
	float: none;
	margin: 0;
	border-bottom: 1px solid #6a8088;
}

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

#header #top-menu .navbar-nav > li > a {
	display: block;
	background-color: #627881;
	background-image: url(../img/icon_arrow_down01@2x.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px 9px;
	color: #ffffff;
	font-size: 1.125rem;
	padding: 1.063rem 1.25rem;
}

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

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

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

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

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

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
	background-color: #3c5161;
	color: #ebc143;
}

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active .depth3 {
	display:block;
	padding: 0 1.25rem;
	background: #293742;
}

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

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

#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) {
	.wrapper {
		padding-top: 7.625rem;
	}
	/* header */
	#header .gnb {
		display: block;
		height: 38px;
		background-color:#f8f8f8;
	}

	.wrapper.fixed #header .gnb {
		display: none;
	}

	#header .gnb .header-util {
		padding-top: 0.75rem;
	}
	#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: #828282;
		font-size: 0.75rem;
		transition: 0.3s;
		cursor: pointer;
	}

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

	#header .navbar {
		padding:0;
		display: block;
	}

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

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

	#header .navbar .navbar-brand {
		float: left;
		margin: 0;
		padding: 0;
		padding-top: 1.75rem;
	}

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

	#header .navbar .navbar-brand strong {
		display: inline-block;
		margin-left: 1.375rem;
		padding-left: 1.188rem;
		font-size: 1.125rem;
		background-size: 1px 0.875rem
	}

	#header .nav-bg-fostrap {
		display:none;
	}
	#header .top-menu-btn {
		right:0;
	}
	#header .top-menu-btn .all-menu {
		display:block;
	}
	#header .navbar .header-bg.over {
		display:block;
		position:absolute;
		top:87px;
		left:0;
		width:100%;
		background:#fff;
		border-top:#c4c4c4 solid 1px;
		border-bottom:#c4c4c4 solid 1px;
		z-index:11;
		-webkit-transition:left 0.25s ease;
		-moz-transition:left 0.25s ease;
		-ms-transition:left 0.25s ease;
		-o-transition:left 0.25s ease;
		transition:left 0.25s ease;
	}


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

	#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 0.35rem;
		background: url(../img/icon_bar03@2x.gif) no-repeat right 50%;
		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:#2c2c2c;
		height: 100%;
		font-size: 1.063rem;
		line-height: 1.063rem;
		font-weight: 700;
		padding: 2.188rem 0.6875rem;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li > a.active,
	#header #top-menu .navbar-nav > li.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:#0073dc;
		text-decoration: none;
		background: url(../img/bg_pc_top_active@2x.gif) repeat-x left bottom;
		background-size: 1px 2px;
	}
	#header #top-menu .navbar-nav > li .depth2,
	#header #top-menu .navbar-nav > li .depth2 {
		position:absolute;
		top:87px;
		left:0;
		width:100%;
		min-height: 178px;
		background-color: #fff;;
		display: none;
		border-top: 1px solid #d8d8d8;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		z-index: 100;
	}


	#header #top-menu .navbar-nav > li:hover .depth2 .container,
	#header #top-menu .navbar-nav > li .depth2 .container {
		position: relative;
		padding:0 0.9375rem 0 13rem;
		margin: 1.875rem auto;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		width: 13rem;
		height: 100%;
	}


	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl {
		padding-top: 0.875rem;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl > dt,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl > dt {
		display: block;
		color: #015099;
		font-size: 1.625rem;
		line-height: 1.875rem;
		margin-bottom: 1.25rem;
		font-weight: 500;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl > dd,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl > dd {
		display: block;
		color: #424242;
		font-size: 0.875rem;
		line-height: 1.25rem
	}

	#header #top-menu .navbar-nav > li .depth2 .container .row {
		display: block;
		width: 100%;
/*
		background: url(../img/bg_top_submenu_line@2x.gif) repeat-y left top;
		background-size: contain;
*/		

	}	
	
	#header #top-menu .navbar-nav > li .depth2 .container .row:after {
		content: "";
		clear: both;
		display: block;
	}
	
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner {
		float: left;
		width: 25%;
		padding: 0 1.563rem;
	}

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

	}
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		position:relative;
		background-color:transparent;
		border: 0;
		color:#212121;
		font-size: 1.125rem;
		font-weight:500;
		padding: 1.125rem 0;
		background: none;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
		background-color:transparent;
		color: #004f98;
		font-weight: 700;
		border-top: 0;

	}
	#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:#0b3d92;
		text-decoration:none;
		background: 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,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active .depth3 {
		display:block !important;
		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:hover .depth2 .container,
	#header #top-menu .navbar-nav > li .depth2 .container {
		padding:0 1.25rem;
	}
	#header #top-menu .navbar-nav > li {
		padding: 0 0.8rem;
	}
}
@media (min-width: 1400px) {
	#header #top-menu {
		float: left;
		margin-left: 1.688rem;
	}

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

	#header #top-menu .navbar-nav > li:hover .depth2 .container,
	#header #top-menu .navbar-nav > li .depth2 .container {
		padding:0 0.9375rem 0 17.69rem;
	}
}


/*****************************************************
	Main
*****************************************************/
.main-container {
	display: block;
	background: url(../img/img_main_visual01_mobile.jpg) no-repeat center top;
	background-size: 100%;
}

.main-container .btn-container {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -50%;
	padding: 0;
	zoom: 1;
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 1;
}
.main-container .btn-container .btn-inner {
    width: auto;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 13px;
    border-radius: 15px;
}
.main-container .btn-container .btn-inner .carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    bottom: 0;
    top: 3px;
    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: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px 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: 30px;
    border: none;
    padding: 0;
    color: #fff;
}


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

.main-contents01 {
	position: relative;
	text-align: center;
	z-index: 10;
}

.main-contents01 > img {
	width: 100%;
}

.main-contents-area01 {
	position: relative;
	display: block;
	width: 100%;
	padding: 4.063rem 0 0 0;
}

.main-contents-box01 {
	display: block;
	margin-bottom: 3.125rem;
}

.word-main-slogan-wrapper {
	text-align:right;
}


.word-main-slogan-wrapper .word-type01 {
	display: block;
	color: #dedede;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0.625rem;
}

.word-main-slogan-wrapper .word-type02 {
	display: block;
	color: #fff;
	font-size: 1.688rem;
	line-height: 1.875rem;
	margin-bottom: 0.625rem;
	letter-spacing: -1px;
	font-weight: 700;
}

.word-main-slogan-wrapper .word-type02 > span {
	display: block;
	font-size: 2rem;
}

.word-main-slogan-wrapper .word-type03 {
	display: block;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1rem;
	margin-bottom: 1.25rem;
	letter-spacing: -1px;
	opacity:0.7;
}

/*
.main-menu-list01 {
	padding: 0 0.9375rem;
}
*/

.main-menu-list01 {
	padding: 0;
}

.main-menu-list01 > ul {
	display: block;
	max-width: 22.5rem;
	margin: 0 auto;
}

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

.main-menu-list01 > ul > li {
	position: relative;
	float: left;
	width: 21.25%;
	margin-right: 5%;
}

.main-menu-list01 > ul > li:last-child {
	margin-right: 0;
}

.main-menu-list01 > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background: #fff;
	border-radius: 50%;
}

.main-menu-list01 > ul > li > a .main-menu {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1.438rem;
	display: block;
	vertical-align: middle;
}

.main-menu-list01 > ul > li > a .main-menu .icon {
	display: block;
	width: 1.938rem;
	height: 1.438rem;
	overflow: hidden;
	margin: 0 auto 0.625rem auto;
	text-indent: -5000rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu-list01 > ul > li > a .main-menu .title {
	display: block;
	color: #007eef;
	font-size: 0.625rem;
	font-weight: 700;
}

.main-menu-list01 > ul > li > a .main-menu .icon.type01 {
	background-image: url(../img/icon_menu0101.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type02 {
	background-image: url(../img/icon_menu0102.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type03 {
	background-image: url(../img/icon_menu0103.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
	background-image: url(../img/icon_menu0104.png);
	background-size: 1.938rem 2.875rem
}


.main-menu-list01 > ul > li > a:hover,
.main-menu-list01 > ul > li > a:focus {
	background-color: #006ace;
	background-image: url(../img/bg_main_menu_on@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 105% 105%;
	;
}

.main-menu-list01 > ul > li > a:hover .main-menu .icon,
.main-menu-list01 > ul > li > a:focus .main-menu .icon {
	background-position: 0 -1.438rem;
}

.main-menu-list01 > ul > li > a:hover .title,
.main-menu-list01 > ul > li > a:focus .title {
	color: #fff;
}

.main-menu-list02 {
	position: relative;
	max-width: 13.13rem;
	margin: 0 auto 3.125rem auto;
}

.main-menu-list02 .bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ebe4dc;
	opacity: 0.8
}

.main-menu-list02 .bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ebe4dc;
	opacity: 0.8
}

.main-menu-list02 > ul {
	display: block;	
	padding: 0.6875rem 0;
}

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

.main-menu-list02 > ul > li {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.main-menu-list02 > ul > li > img {
	display: inline-block;
	vertical-align: bottom;
	height:  1rem;
}

.main-menu-list02 > ul > li:last-child {
	margin-right: 0;
}

.main-contents02 {
	position: relative;
	padding:  1rem 0;;
	background: #fff;
	z-index: 10;
}

.main-contents-area02 {
	display: block;
}

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

.main-board-wrapper {
	position: relative;
	height: 10rem;
}

.main-board-wrapper.board-2n {
	margin: 1.5rem 0;
}

.main-board-wrapper > ul {
	margin-bottom: 0;
}

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

.main-board-wrapper > ul > li {
	float: left;
	display: block;
	margin-right: 1rem;
	padding-right: 0.9375rem;
	background-image: url(../img/icon_bar04@2x.gif);
	background-size: 1px 0.6875rem;
	background-position: right center;
	background-repeat: no-repeat;
}

.main-board-wrapper > ul > li > button {
	display: block;
	line-height: 2.813rem;
	color: #9b9b9b;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.main-board-wrapper > ul > li:last-child {
	background: transparent;
}

.main-board-wrapper > ul > li:hover > button {
	text-decoration: underline;
}

.main-board-wrapper > ul > li > button.active {
	color: #373737;
	font-size: 1rem;
}


.main-board-wrapper .btn-more {
	position: absolute;
	top: 0;
	right: -0.625rem;
	margin-top: -1.875rem;
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	background-image: url(../img/icon_more@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6875rem 0.6875rem;
	text-indent: -5000rem;
}

.main-board-list {
	position: absolute;
	top: 2.188rem;
	left: 0;
	display: none;
	width: 100%;

}

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

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

.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.063rem;
	background-image: url(../img/bul_type01@2x.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.25rem 0.25rem;
}

.main-board-list > ul > li > a .title {
	display: block;
	color: #757575;
	font-size: 0.75rem;
	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: #939393;
	font-size: 0.75rem;
	line-height: 0.9375rem;
}

.main-board-list > ul > li > a:hover .title,
.main-board-list > ul > li > a:focus .title,
.main-board-list > ul > li > a:hover .date,
.main-board-list > ul > li > a:focus .date {
	color: #000;
	font-weight: 500
}

.main-photo-gallery {
	position: relative;
	margin: 1.875rem 0;
}


.main-photo-gallery > h2 {
	color: #373737;
	font-size: 1rem;
	margin-bottom: 1.125rem;
	font-weight: 700
}

.main-photo-gallery > ul {
	display: block;
	margin: 0;
	padding: 0;
}

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

.main-photo-gallery > ul > li {
	float: left;
	display: block;
	width: 32%;
	margin-right: 2%;
}

.main-photo-gallery > ul > li:nth-child(3) {
	margin-right: 0;
}

.main-photo-gallery > ul > li > .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 68%;
	margin-bottom: 0.625rem;
	background: #000;
	overflow: hidden;
}

.main-photo-gallery > ul > li > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 105%;
	max-height: 105%;
	margin: auto;
}

.main-photo-gallery > ul > li > .title {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 0.6875rem;
	font-weight: 700;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.main-photo-gallery > ul > li:hover > .title,
.main-photo-gallery > ul > li:focus > .title{
	color: #000;
	text-decoration: underline;
}


.main-photo-gallery > .btn-more {
	position: absolute;
	top: 0.3125rem;
	right: -0.9375rem;
	display: block;
	width: 2.813rem;
	height: 0.6875rem;
	background-image: url(../img/icon_more@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6875rem 0.6875rem;
	text-indent: -5000rem;
}

.main-menu-list03 {
	display: block;
}

.main-menu-list03 > ul {
	display: block;
}

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

.main-menu-list03 > ul > li {
	float: left;
	width: 50%;
	margin-bottom: 1.25rem
}

.main-menu-list03 > ul > li > a {
	position: relative;
	display: block;
	padding-left: 3.438rem;
	height: 2.813rem;
	line-height: 2.813rem;
}

.main-menu-list03 > ul > li > a .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2.813rem;
	height: 2.813rem;
	background: #e8e7e5;
	border-radius: 50%;
}

.main-menu-list03 > ul > li > a .icon > img {
	display: block;
	width: 100%;
}

.main-menu-list03 > ul > li > a .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875rem;
	font-weight: 700;
	color: #5d5d5d;
}

.main-menu-list03 > ul > li > a:hover .title,
.main-menu-list03 > ul > li > a:focus .title {
	color: #000;
	text-decoration: underline;
}

.main-contents-area03 {
	display: block;
}

.main-menu-list04 {
	display: block;
}

.main-menu-list04 > ul {
	display: block;
}

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

.main-menu-list04 > ul > li {
	float: left;
	margin-right: 1.875rem;
	margin-bottom: 1.25rem;
}

.main-menu-list04 > ul > li > a {
	display: block;
	padding-left: 0.75rem;
	font-size: 0.875rem;
	color: #5e5e5e;
	letter-spacing: -1px;
	background-image: url(../img/bul_type02@2x.png);
	background-size: 0.125rem 0.125rem;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.main-menu-list04 > ul > li > a:hover,
.main-menu-list04 > ul > li > a:focus {
	color: #0057a6;
	text-decoration: underline;
}


@media (min-width: 576px) {
	.main-container .btn-container {
		bottom: 3.75rem;
	}

	/* Visual */
	#main-visual .carousel {
		height: 40rem;
	}
	
	.main-contents01 {
		height: 40rem;
	}

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

	.word-main-slogan-wrapper .word-type01 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.word-main-slogan-wrapper .word-type02 {
		font-size: 2.688rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}

	.word-main-slogan-wrapper .word-type03 {
		font-size: 0.9375rem;
		line-height: 1.313rem;
	}

	.main-menu-list01 {
		padding: 0;
	}

	.main-menu-list01 > ul {
		max-width: 33.75rem
	}

	.main-menu-list01 > ul > li > a .main-menu {
		margin-top: -2.125rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon {
		width: 3.063rem;
		height: 2.25rem;
		margin: 0 auto 0.8125rem auto;
	}

	.main-menu-list01 > ul > li > a .main-menu .title {
		font-size: 0.9375rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon.type01,
	.main-menu-list01 > ul > li > a .main-menu .icon.type02,
	.main-menu-list01 > ul > li > a .main-menu .icon.type03,
	.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
		background-size: 3.063rem 4.5rem
	}

	.main-menu-list01 > ul > li > a:hover .main-menu .icon {
		background-position: 0 -2.25rem;
	}

	.main-contents-area02 {
		padding-left: 1.875rem; 
		padding-right: 1.875rem; 
	}
	
	.main-contents-area03 {
		padding-left: 1.875rem; 
		padding-right: 1.875rem; 
	}


	.main-menu-list02 {
		max-width: 21.25rem;
	}

	.main-menu-list02 > ul {
		display: block;	
		padding: 1rem 0;
	}

	.main-menu-list02 > ul > li > a > img {
		height: 1.625rem;
	}

	.main-menu-list02 > ul > li:last-child {
		margin-right: 0;
	}

	.main-board-wrapper {
		height: 16.25rem;
	}
	

	.main-board-wrapper > ul > li > button {
		line-height: 3.5rem;
		font-size: 1.313rem;
		background-size: 1px 1.125rem;
	}

	.main-board-wrapper > ul > li > button.active {
		font-size: 1.625rem;
	}

	.main-board-wrapper .btn-more {
		right: -1.125rem;
		width: 3.5rem;
		height: 3.5rem;
		margin-top: -3.65rem;
		background-size: 1.125rem 1.125rem;
	}

	.main-board-list {
		top: 3.5rem;
	}

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

	.main-board-list > ul > li > a {
		padding-left: 1rem;
		padding-right: 6.875rem;
	}

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

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

	.main-photo-gallery {
		margin: 2.813rem 0;
	}


	.main-photo-gallery > h2 {
		font-size: 1.625rem;
		margin-bottom: 2rem;
	}

	.main-photo-gallery > ul > li {
		width: 30%;
		margin-right: 5%;
	}


	.main-photo-gallery > ul > li > .image {
		margin-bottom: 1rem;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 1.125rem;
	}

	.main-photo-gallery > .btn-more {
		top: 0.5rem;
		width: 3.5rem;
		height: 1.125rem;;
		background-size: 1.125rem 1.125rem;
	}


	.main-menu-list03 > ul > li {
		margin-bottom: 1.875rem
	}

	.main-menu-list03 > ul > li > a {
		padding-left: 5.5rem;
		height: 4.5rem;
		line-height: 4.5rem;
	}

	.main-menu-list03 > ul > li > a .icon {
		width: 4.5rem;
		height: 4.5rem;
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 1.25rem;
		line-height:1.75rem;
	}


	.main-menu-list04 > ul > li {
		margin-right: 3rem;
		margin-bottom: 1.875rem;
	}

	.main-menu-list04 > ul > li > a {
		padding-left: 1.25rem;
		font-size: 1.375rem;
		background-size: 0.25rem 0.25rem;
	}
}


@media (min-width: 768px) {
	.main-container {
		position: relative;
		overflow: hidden;
		background: url(../img/main-visual01.jpg) no-repeat center top;
	}

}
@media (min-width: 1024px) {
	.main-container .btn-container {
		position: absolute;
		bottom: auto;
		bottom: initial;
		top: 34.69rem;
		left: 50%;
		margin-left: -50%;
		padding: 0;
		zoom: 1;
		width: 100%;
		height: 30px;
		text-align: center;
		z-index: 1;
	}

	#main-visual .carousel {
		height:  63.63rem;
	}
	
	.main-contents01 {
		height:  auto;
	}



	.main-contents-area01 {
		margin-top: -12.75rem;
	}


	.main-menu-list01 {
		padding: 0 0.9375rem;
	}

	.main-menu-list01 > ul {
		max-width: 28.75rem
	}

	.main-menu-list01 > ul > li {
		width: 22.75%;
		margin-right: 3%;
	}

	.main-menu-list01 > ul > li > a .main-menu {
		margin-top: -1.938rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon {
		width: 2.813rem;
		height: 2.063rem;
		margin: 0 auto 0.375remm auto;
	}

	.main-menu-list01 > ul > li > a .main-menu .title {
		font-size:0.8125rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon.type01,
	.main-menu-list01 > ul > li > a .main-menu .icon.type02,
	.main-menu-list01 > ul > li > a .main-menu .icon.type03,
	.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
		background-size: 2.813rem  4.125rem;
	}

	.main-menu-list01 > ul > li > a:hover .main-menu .icon {
		background-position: 0 -2.063rem;
	}

	.main-menu-list02 {
		max-width: 17.13rem;
	}

	.main-menu-list02 .bg-top,
	.main-menu-list02 .bg-bottom {
		height: 1px;
	}

	.main-menu-list02 > ul > li > a > img {
		height:  1.5rem;
	}

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


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

	.main-board-wrapper > ul {
		margin-bottom: 0;
	}

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

	.main-board-wrapper > ul > li {
		float: left;
	}

	.main-board-wrapper > ul > li > button {
		position: static;
		text-align: left;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		background: transparent;
		color: #373737;
	}

	.main-board-wrapper > ul > li > button.active {
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}

	.main-board-wrapper .btn-more {
		right: -0.5rem;
		width: 1.875rem;
		height: 1.875rem;
		margin-top: -2.75rem;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

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

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

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

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

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

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

	.main-photo-gallery {
		margin: 1.875rem 0;
	}


	.main-photo-gallery > h2 {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		margin-bottom: 1.125rem;
	}


	.main-photo-gallery > ul > li {
		width: 21.25%;
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:nth-child(3) {
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:last-child {
		display: block;
		margin-right: 0;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 0.875rem;
	}

	.main-photo-gallery > .btn-more {
		top: 0;
		right: -0.9375rem;
		width: 1.875rem;
		height: 1.875rem;
		background-size: 0.6875rem 0.6875rem;
	}



	.main-menu-list03 > ul > li {
		width: 21.25%;
		margin-right: 5%;
		margin-bottom: 0
	}

	.main-menu-list03 > ul > li:last-child {
		margin-right: 0;
	}

	.main-menu-list03 > ul > li > a {
		position: relative;
		display: block;
		padding-left: 3.625rem;
		height: 2.5rem;
		line-height: 2.5rem
	}

	.main-menu-list03 > ul > li > a .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 0.875rem;
	}

	.main-menu-list04 > ul > li {
		float: left;
		margin-right: 1.875rem;
		margin-bottom: 0;

	}

	.main-menu-list04 > ul > li > a {
		padding-left: 0.75rem;
		font-size: 0.875rem;
	}
	
	.main-menu-list04 > ul > li:first-child > a {
		background:none;
		padding-left:0;
	}
}

@media (min-width: 1024px) {
	
	.main-container {
		height: 1018px;
	}

	.main-contents01 {
		position: relative;
		text-align: center;
	}

	.main-contents01 > .pc {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1920px;
		height: 1018px;
		margin-left: -960px;
		display: block;
	}

	.main-contents-area01 {
		position: static;
		margin-top: 0;
		padding-top: 5.313rem;
		display: block;
		width: 100%;
	}

	.main-contents-box01 {
		position: relative;
		margin-bottom: 2.625rem;
		z-index: 10;
	}

	.word-main-slogan-wrapper .word-type01 {
		font-size: 1.375rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
		padding-bottom:0;
	}

	.word-main-slogan-wrapper .word-type02 {
		font-size: 3.438rem;
		line-height: 3.688rem;
		margin-bottom: 0.375rem;
	}

	.word-main-slogan-wrapper .word-type03 {
		font-size: 0.8125rem;
		line-height: 1.125rem;
		margin-bottom: 1.438rem
	}

	.main-menu-list01 {
		padding: 0;
	}

	.main-menu-list01 > ul {
		max-width: 28.75rem
	}

	.main-menu-list02 {
		max-width: 17.13rem;
	}

	.main-menu-list02 > ul {
		padding: 0.6875rem;
	}

	.main-menu-list02 > ul > li > a > img {
		height: 1.438rem;
	}

	.main-contents02 {
		position: absolute;
		bottom: 42px;
		left: 3.25rem;
		width: calc(100% - 6.5rem);
		padding: 0;
		z-index: 10;
		background: #fff;
	}

	.main-contents-area02 {
		display: block;
		background: #fff;
		height: 245px;
		overflow: hidden;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		padding:0 0.875rem;
	}
	

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

	.main-board-wrapper {
		float: left;
		width: 35%;
		max-width: 427px;
		position: relative;
		padding: 2.5rem 1.25rem 0 1.25rem;
	}
	
	.main-board-wrapper.board-2n {
		width: 40%;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		max-width: 610px;
		height: 245px;
		margin:0;
	}

	.main-board-wrapper > ul {
		position: relative;
		margin-bottom: 0;
		padding-top: 0;
		width: 100%;
	}

	.main-board-wrapper > ul > li > button {
		line-height: 1.125rem;
		font-size: 0.9375rem;
		font-weight: 700;
		color: #aeaeae;
		padding: 0;
		border: 0;
		border-radius: 0;
		-webkit-appearance: none;
		transition: all 0.2s ease-in-out;

	}

	.main-board-wrapper > ul > li > button.active {
		line-height: 1.125rem;
		color: #373737;
		font-size: 0.9375rem;
	}

	.main-board-wrapper > ul > li > .btn-more {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.125rem;
		height: 1.125rem;
		background-image: url(../img/icon_more@2x.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

	.main-board-list {
		top: 2.188rem;
		display: none;
	}

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

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

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

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

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

	.main-photo-gallery {
		position: relative;
		float: left;
		width: 45%;
		max-width: 610px;
		height: 245px;
		margin: 0;
		padding: 2.5rem 1.25rem 0 1.25rem;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}


	.main-photo-gallery > h2 {
		font-size: 0.9375rem;;
		margin-bottom: 1.125rem;
	}

	.main-photo-gallery > ul {
		display: block;
		margin: 0;
		padding: 0;
	}

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

	.main-photo-gallery > ul > li {
		float: left;
		display: block;
		width: 30%;
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:nth-child(3) {
		margin-right: 0;
	}

	.main-photo-gallery > ul > li > .image {
		margin-bottom: 0.8125rem;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-photo-gallery > .btn-more {
		position: absolute;
		top: 2.425rem;
		right: 0.9375rem;
		display: block;
		width: 1.125rem;
		height: 1.125rem;
		background-image: url(../img/icon_more@2x.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

	.main-menu-list03 {
		float: left;
		width: 25%;
		padding: 1.75rem 1.25rem 0 1.25rem;
	}

	.main-menu-list03 > ul {
		display: block;
	}

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

	.main-menu-list03 > ul > li {
		float: none;
		width: 100%;
		margin-bottom: 0.625rem
	}

	.main-menu-list03 > ul > li:last-child {
		margin-bottom: 0;
	}

	.main-menu-list03 > ul > li > a {
		position: relative;
		display: block;
		padding-left: 3.625rem;
		height: 2.5rem;
		line-height: 2.5rem
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 0.875rem;
		line-height:1rem;
	}

	.main-contents-area03 {
		display: block;
		border-top: 1px solid #e2e2e2;
		padding-left:1.95rem;
	}

	.main-menu-list04 {
		display: block;
		background: #fff;
		padding: 1.875rem 0;

	}

	.main-menu-list04 > ul {
		display: block;
		text-align: left;
	}

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

	.main-menu-list04 > ul > li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 1rem;
	}

	.main-menu-list04 > ul > li > a {
		display: block;
		padding-left: 1rem;
		font-size: 1rem;
		color: #5e5e5e;
		letter-spacing: 0;
		background-size: 0.125rem 0.125rem;
	}
}

@media (min-width: 1200px) {
	.main-board-wrapper,
	.main-photo-gallery,
	.main-menu-list03 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.main-photo-gallery > .btn-more {
		right: 2.35rem
	}
	
	.main-contents-area02 {
		padding:0;
	}
	
	.main-contents-area03 {
		padding-left:2.5rem;
	}
	
	

}

@media (min-width: 1400px) {
	
	
	.main-contents02 {
			position: absolute;
			bottom: 42px;
			left: 50%;
			width: 1200px;
			margin-left: -600px;
			padding: 0;
			z-index: 10;
			background: #fff;

		}


	.main-contents-area02 {
		max-width: 1200px;
		padding: 0;
		display: block;
		background: #fff;
		height: 245px;
		overflow: hidden;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
}


/*****************************************************
	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 {
	position: relative;
	display: block;
	max-height: 7.188rem;
	overflow: hidden;
}

.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-title > img {
	display: block;
	width: 100%;
}

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

.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.selected > a,
.sub-container .snb-list > li.active > a,
.sub-container .snb-list > li > a.active,
.sub-container .snb-list > li > a.selected {
	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.active > a .arrow,
.sub-container .snb-list > li.selected > a .arrow,
.sub-container .snb-list > li > a.selected .arrow,
.sub-container .snb-list > li > a.active .arrow,
.sub-container .snb-list > li > a.selected: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: #dee4eb;
	padding: 1.25rem;
}

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

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

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

.sub-container .snb-list > li a + ul > li > a {
	color: #212121;
	font-weight: 500;
}

.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: #0089d8;
	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 {
		clear: both;
		position: relative;
		border-top: 0;
	}

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

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

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

	

	.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-title > img {
		display: none;	
	}
	
	.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;
		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) {

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

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

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

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 100;
}


#header .gnb {
	display: none;
}

#header .navbar {
	width: 100%;
	background: #fff;
	padding: 1.063rem 0 0.9375rem 0;
}

.wrapper.fixed #header {
	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: 1rem;
	padding-left: 1rem;
	font-size: 0.9375rem;
	background-image: url(../img/icon_bar02@2x.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1px 0.875rem
}

.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: #363636;
	display: block;
	width: 23px;
}

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

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

/* 모바일 전체메뉴 */
#header #top-menu {
	position: fixed;
	background: #2b3956;
	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;
}

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

/* 모바일 전체메뉴 타이틀 */
#header #top-menu .navbar-title {
	position: relative;
	padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
	background-color: #dc2e3a;
}
#header #top-menu .navbar-title > h3 {
	color: #fff;
	font-size: 1.063rem;
	line-height: 1.25rem;
	margin-bottom: 0.9375rem;
	font-weight: 500
}

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

#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 > a {
	float: left;
	width: 30%;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 5%;
	background: #a11b25;
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 0.1875rem
}


#header #top-menu .navbar-title .navbar-title-menu > a:nth-child(3) {
	margin-right: 0;
}
/* 전체메뉴 1차 */
#header #top-menu .navbar-nav {
	float: none;
	margin: 0;
	border-bottom: 1px solid #6a8088;
}

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

#header #top-menu .navbar-nav > li > a {
	display: block;
	background-color: #627881;
	background-image: url(../img/icon_arrow_down01@2x.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px 9px;
	color: #ffffff;
	font-size: 1.125rem;
	padding: 1.063rem 1.25rem;
}

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

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

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

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

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

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
	background-color: #3c5161;
	color: #ebc143;
}

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active .depth3 {
	display:block;
	padding: 0 1.25rem;
	background: #293742;
}

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

#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 {
	position: relative;
	display: block;
	padding: 0.625rem 0 0.625rem  0.75rem;
	color: #b3b7bd;
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner .depth3 > li > a:before {
	position: absolute;
	left: 0;
	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) {
	.wrapper {
		padding-top: 7.625rem;
	}
	/* header */
	#header .gnb {
		display: block;
		height: 38px;
		background-color:#f8f8f8;
	}

	.wrapper.fixed #header .gnb {
		display: none;
	}

	#header .gnb .header-util {
		padding-top: 0.75rem;
	}
	#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: #828282;
		font-size: 0.75rem;
		transition: 0.3s;
		cursor: pointer;
	}

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

	#header .navbar {
		padding:0;
		display: block;
	}

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

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

	#header .navbar .navbar-brand {
		float: left;
		margin: 0;
		padding: 0;
		padding-top: 1.75rem;
	}

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

	#header .navbar .navbar-brand strong {
		display: inline-block;
		margin-left: 1.375rem;
		padding-left: 1.188rem;
		font-size: 1.125rem;
		background-size: 1px 0.875rem
	}

	#header .nav-bg-fostrap {
		display:none;
	}
	#header .top-menu-btn {
		right:0;
	}
	#header .top-menu-btn .all-menu {
		display:block;
	}
	#header .navbar .header-bg.over {
		display:block;
		position:absolute;
		top:87px;
		left:0;
		width:100%;
		background:#fff;
		border-top:#c4c4c4 solid 1px;
		border-bottom:#c4c4c4 solid 1px;
		z-index:11;
		-webkit-transition:left 0.25s ease;
		-moz-transition:left 0.25s ease;
		-ms-transition:left 0.25s ease;
		-o-transition:left 0.25s ease;
		transition:left 0.25s ease;
	}


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

	#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 0.35rem;
		background: url(../img/icon_bar03@2x.gif) no-repeat right 50%;
		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:#2c2c2c;
		height: 100%;
		font-size: 1.063rem;
		line-height: 1.063rem;
		font-weight: 700;
		padding: 2.188rem 0.6875rem;
		background: transparent;
	}

	#header #top-menu .navbar-nav > li > a.active,
	#header #top-menu .navbar-nav > li.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:#0073dc;
		text-decoration: none;
		background: url(../img/bg_pc_top_active@2x.gif) repeat-x left bottom;
		background-size: 1px 2px;
	}
	#header #top-menu .navbar-nav > li .depth2,
	#header #top-menu .navbar-nav > li .depth2 {
		position:absolute;
		top:87px;
		left:0;
		width:100%;
		min-height: 178px;
		background-color: #fff;;
		display: none;
		border-top: 1px solid #d8d8d8;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		z-index: 100;
	}


	#header #top-menu .navbar-nav > li:hover .depth2 .container,
	#header #top-menu .navbar-nav > li .depth2 .container {
		position: relative;
		padding:0 0.9375rem 0 15.63rem;
		margin: 1.875rem auto;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information {
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		width: 15.63rem;
		height: 100%;
	}

	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information .row {
		border: 1px solid red;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl {
		padding-top: 0.875rem;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl > dt,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl > dt {
		display: block;
		color: #015099;
		font-size: 1.625rem;
		line-height: 1.875rem;
		margin-bottom: 1.25rem;
		font-weight: 500;
	}

	#header #top-menu .navbar-nav > li:hover .depth2 .container .submenu-information > dl > dd,
	#header #top-menu .navbar-nav > li .depth2 .container .submenu-information > dl > dd {
		display: block;
		color: #424242;
		font-size: 0.875rem;
		line-height: 1.25rem
	}

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

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

	}
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a {
		position:relative;
		background-color:transparent;
		border: 0;
		color:#212121;
		font-size: 1.125rem;
		font-weight:500;
		padding: 1.125rem 0;
		background: none;
		word-break: keep-all;
	}

	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
		background-color:transparent;
		color: #004f98;
		font-weight: 700;
		border-top: 0;

	}
	#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:#0b3d92;
		text-decoration:none;
		background: none;
	}
	
	#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 .depth3,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3,
	#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active .depth3 {
		display:block !important;
		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 0.3125rem 0.75rem;
		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 {
		padding: 0 0.8rem;
	}
}
@media (min-width: 1400px) {
	#header #top-menu {
		float: left;
		margin-left: 1.688rem;
	}

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

	#header #top-menu .navbar-nav > li:hover .depth2 .container,
	#header #top-menu .navbar-nav > li .depth2 .container {
		padding:0 0.9375rem 0 17.69rem;
	}
}


/*****************************************************
	Main
*****************************************************/
.main-container {
	display: block;
	background: url(../img/img_main_visual01_mobile.jpg) no-repeat center top;
	background-size: 100%;
}

.main-container .btn-container {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -50%;
	padding: 0;
	zoom: 1;
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 1;
}
.main-container .btn-container .btn-inner {
    width: auto;
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 13px;
    border-radius: 15px;
}
.main-container .btn-container .btn-inner .carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    bottom: 0;
    top: 3px;
    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: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px 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: 30px;
    border: none;
    padding: 0;
    color: #fff;
}


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

.main-contents01 {
	position: relative;
	text-align: center;
	z-index: 10;
}

.main-contents01 > img {
	width: 100%;
}

.main-contents-area01 {
	position: relative;
	display: block;
	width: 100%;
	padding: 4.063rem 0 0 0;
}

.main-contents-box01 {
	display: block;
	margin-bottom: 3.125rem;
}

.word-main-slogan-wrapper .word-type01 {
	display: block;
	color: #dedede;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0.625rem;
}

.word-main-slogan-wrapper .word-type02 {
	display: block;
	color: #fff;
	font-size: 1.688rem;
	line-height: 1.875rem;
	margin-bottom: 0.625rem;
	letter-spacing: -1px;
	font-weight: 700;
	text-shadow: #000 1px 0 5px;
}


.word-main-slogan-wrapper .word-type02 > span {
	font-size: 1.25rem;
}


.word-main-slogan-wrapper .word-type03 {
	display: block;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1rem;
	margin-bottom: 1.25rem;
	letter-spacing: -1px;
	opacity:0.7;
}

/*
.main-menu-list01 {
	padding: 0 0.9375rem;
}
*/

.main-menu-list01 {
	padding: 0;
}

.main-menu-list01 > ul {
	display: block;
	max-width: 22.5rem;
	margin: 0 auto;
	margin-right:0;
}

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

.main-menu-list01 > ul > li {
	position: relative;
	float: left;
	width: 21.25%;
	margin-right: 5%;
}

.main-menu-list01 > ul > li:last-child {
	margin-right: 0;
}

.main-menu-list01 > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background: #fff;
	border-radius: 50%;
}

.main-menu-list01 > ul > li > a .main-menu {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1.438rem;
	display: block;
	vertical-align: middle;
}

.main-menu-list01 > ul > li > a .main-menu .icon {
	display: block;
	width: 1.938rem;
	height: 1.438rem;
	overflow: hidden;
	margin: 0 auto 0.625rem auto;
	text-indent: -5000rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu-list01 > ul > li > a .main-menu .title {
	display: block;
	color: #007eef;
	font-size: 0.625rem;
	font-weight: 700;
}

.main-menu-list01 > ul > li > a .main-menu .icon.type01 {
	background-image: url(../img/icon_menu0101.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type02 {
	background-image: url(../img/icon_menu0102.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type03 {
	background-image: url(../img/icon_menu0103.png);
	background-size: 1.938rem 2.875rem
}

.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
	background-image: url(../img/icon_menu0104.png);
	background-size: 1.938rem 2.875rem
}


.main-menu-list01 > ul > li > a:hover,
.main-menu-list01 > ul > li > a:focus {
	background-color: #006ace;
	background-image: url(../img/bg_main_menu_on@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 105% 105%;
	;
}

.main-menu-list01 > ul > li > a:hover .main-menu .icon,
.main-menu-list01 > ul > li > a:focus .main-menu .icon {
	background-position: 0 -1.438rem;
}

.main-menu-list01 > ul > li > a:hover .title,
.main-menu-list01 > ul > li > a:focus .title {
	color: #fff;
}

.main-menu-list02 {
	position: relative;
	max-width: 13.13rem;
	margin: 0 auto 3.125rem auto;
}

.main-menu-list02 .bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ebe4dc;
	opacity: 0.8
}

.main-menu-list02 .bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ebe4dc;
	opacity: 0.8
}

.main-menu-list02 > ul {
	display: block;	
	padding: 0.6875rem 0;
}

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

.main-menu-list02 > ul > li {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.main-menu-list02 > ul > li > img {
	display: inline-block;
	vertical-align: bottom;
	height:  1rem;
}

.main-menu-list02 > ul > li:last-child {
	margin-right: 0;
}

.main-contents02 {
	position: relative;
	padding:  1rem 0;;
	background: #fff;
	z-index: 10;
}

.main-contents-area02 {
	display: block;
}

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

.main-board-wrapper {
	position: relative;
	height: 10rem;
}

.main-board-wrapper.board-2n {
	margin: 1.5rem 0;
}

.main-board-wrapper > ul {
	margin-bottom: 0;
}

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

.main-board-wrapper > ul > li {
	float: left;
	display: block;
	margin-right: 1rem;
	padding-right: 0.9375rem;
	background-image: url(../img/icon_bar04@2x.gif);
	background-size: 1px 0.6875rem;
	background-position: right center;
	background-repeat: no-repeat;
}

.main-board-wrapper > ul > li > button {
	display: block;
	line-height: 2.813rem;
	color: #9b9b9b;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.main-board-wrapper > ul > li:last-child {
	background: transparent;
}

.main-board-wrapper > ul > li:hover > button {
	text-decoration: underline;
}

.main-board-wrapper > ul > li > button.active {
	color: #373737;
	font-size: 1rem;
}


.main-board-wrapper .btn-more {
	position: absolute;
	top: 0;
	right: -0.625rem;
	margin-top: -1.875rem;
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	background-image: url(../img/icon_more@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6875rem 0.6875rem;
	text-indent: -5000rem;
}

.main-board-list {
	position: absolute;
	top: 2.188rem;
	left: 0;
	display: none;
	width: 100%;

}

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

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

.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.063rem;
	background-image: url(../img/bul_type01@2x.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.25rem 0.25rem;
}

.main-board-list > ul > li > a .title {
	display: block;
	color: #757575;
	font-size: 0.75rem;
	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: #939393;
	font-size: 0.75rem;
	line-height: 0.9375rem;
}

.main-board-list > ul > li > a:hover .title,
.main-board-list > ul > li > a:focus .title,
.main-board-list > ul > li > a:hover .date,
.main-board-list > ul > li > a:focus .date {
	color: #000;
	font-weight: 500
}

.main-photo-gallery {
	position: relative;
	margin: 1.875rem 0;
}


.main-photo-gallery > h2 {
	color: #373737;
	font-size: 1rem;
	margin-bottom: 1.125rem;
	font-weight: 700
}

.main-photo-gallery > ul {
	display: block;
	margin: 0;
	padding: 0;
}

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

.main-photo-gallery > ul > li {
	float: left;
	display: block;
	width: 32%;
	margin-right: 2%;
}

.main-photo-gallery > ul > li:nth-child(3) {
	margin-right: 0;
}

.main-photo-gallery > ul > li > .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 68%;
	margin-bottom: 0.625rem;
	background: #000;
	overflow: hidden;
}

.main-photo-gallery > ul > li > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 105%;
	max-height: 105%;
	margin: auto;
}

.main-photo-gallery > ul > li > .title {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 0.6875rem;
	font-weight: 700;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap; 
}

.main-photo-gallery > ul > li:hover > .title,
.main-photo-gallery > ul > li:focus > .title{
	color: #000;
	text-decoration: underline;
}


.main-photo-gallery > .btn-more {
	position: absolute;
	top: 0.3125rem;
	right: -0.9375rem;
	display: block;
	width: 2.813rem;
	height: 0.6875rem;
	background-image: url(../img/icon_more@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0.6875rem 0.6875rem;
	text-indent: -5000rem;
}

.main-menu-list03 {
	display: block;
}

.main-menu-list03 > ul {
	display: block;
}

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

.main-menu-list03 > ul > li {
	float: left;
	width: 50%;
	margin-bottom: 1.25rem
}

.main-menu-list03 > ul > li > a {
	position: relative;
	display: block;
	padding-left: 3.438rem;
	height: 2.813rem;
	line-height: 2.813rem;
}

.main-menu-list03 > ul > li > a .icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2.813rem;
	height: 2.813rem;
	background: #e8e7e5;
	border-radius: 50%;
}

.main-menu-list03 > ul > li > a .icon > img {
	display: block;
	width: 100%;
}

.main-menu-list03 > ul > li > a .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875rem;
	font-weight: 700;
	color: #5d5d5d;
}

.main-menu-list03 > ul > li > a:hover .title,
.main-menu-list03 > ul > li > a:focus .title {
	color: #000;
	text-decoration: underline;
}

.main-contents-area03 {
	display: block;
}

.main-menu-list04 {
	display: block;
}

.main-menu-list04 > ul {
	display: block;
}

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

.main-menu-list04 > ul > li {
	float: left;
	margin-right: 1.875rem;
	margin-bottom: 1.25rem;
}

.main-menu-list04 > ul > li > a {
	display: block;
	padding-left: 0.75rem;
	font-size: 0.875rem;
	color: #5e5e5e;
	letter-spacing: -1px;
	background-image: url(../img/bul_type02@2x.png);
	background-size: 0.125rem 0.125rem;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.main-menu-list04 > ul > li > a:hover,
.main-menu-list04 > ul > li > a:focus {
	color: #0057a6;
	text-decoration: underline;
}


@media (min-width: 576px) {
	.main-container .btn-container {
		bottom: 3.75rem;
	}

	/* Visual */
	#main-visual .carousel {
		height: 40rem;
	}
	
	.main-contents01 {
		height: 35rem;
	}

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

	.word-main-slogan-wrapper .word-type01 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.word-main-slogan-wrapper .word-type02 {
		font-size: 2.688rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}

	.word-main-slogan-wrapper .word-type03 {
		font-size: 0.9375rem;
		line-height: 1.313rem;
	}

	.main-menu-list01 {
		padding: 0;
	}

	.main-menu-list01 > ul {
		max-width: 33.75rem
	}

	.main-menu-list01 > ul > li > a .main-menu {
		margin-top: -2.125rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon {
		width: 3.063rem;
		height: 2.25rem;
		margin: 0 auto 0.8125rem auto;
	}

	.main-menu-list01 > ul > li > a .main-menu .title {
		font-size: 0.9375rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon.type01,
	.main-menu-list01 > ul > li > a .main-menu .icon.type02,
	.main-menu-list01 > ul > li > a .main-menu .icon.type03,
	.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
		background-size: 3.063rem 4.5rem
	}

	.main-menu-list01 > ul > li > a:hover .main-menu .icon {
		background-position: 0 -2.25rem;
	}

	.main-contents-area02 {
		padding-left: 1.875rem; 
		padding-right: 1.875rem; 
	}
	
	.main-contents-area03 {
		padding-left: 1.875rem; 
		padding-right: 1.875rem; 
	}


	.main-menu-list02 {
		max-width: 21.25rem;
	}

	.main-menu-list02 > ul {
		display: block;	
		padding: 1rem 0;
	}

	.main-menu-list02 > ul > li > a > img {
		height: 1.625rem;
	}

	.main-menu-list02 > ul > li:last-child {
		margin-right: 0;
	}

	.main-board-wrapper {
		height: 16.25rem;
	}
	

	.main-board-wrapper > ul > li > button {
		line-height: 3.5rem;
		font-size: 1.313rem;
		background-size: 1px 1.125rem;
	}

	.main-board-wrapper > ul > li > button.active {
		font-size: 1.625rem;
	}

	.main-board-wrapper .btn-more {
		right: -1.125rem;
		width: 3.5rem;
		height: 3.5rem;
		margin-top: -3.65rem;
		background-size: 1.125rem 1.125rem;
	}

	.main-board-list {
		top: 3.5rem;
	}

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

	.main-board-list > ul > li > a {
		padding-left: 1rem;
		padding-right: 6.875rem;
	}

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

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

	.main-photo-gallery {
		margin: 2.813rem 0;
	}


	.main-photo-gallery > h2 {
		font-size: 1.625rem;
		margin-bottom: 2rem;
	}

	.main-photo-gallery > ul > li {
		width: 30%;
		margin-right: 5%;
	}


	.main-photo-gallery > ul > li > .image {
		margin-bottom: 1rem;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 1.125rem;
	}

	.main-photo-gallery > .btn-more {
		top: 0.5rem;
		width: 3.5rem;
		height: 1.125rem;;
		background-size: 1.125rem 1.125rem;
	}


	.main-menu-list03 > ul > li {
		margin-bottom: 1.875rem
	}

	.main-menu-list03 > ul > li > a {
		padding-left: 5.5rem;
		height: 4.5rem;
		line-height: 4.5rem;
	}

	.main-menu-list03 > ul > li > a .icon {
		width: 4.5rem;
		height: 4.5rem;
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 1.25rem;
		line-height:1.75rem;
	}


	.main-menu-list04 > ul > li {
		margin-right: 3rem;
		margin-bottom: 1.875rem;
	}

	.main-menu-list04 > ul > li > a {
		padding-left: 1.25rem;
		font-size: 1.375rem;
		background-size: 0.25rem 0.25rem;
	}
}


@media (min-width: 768px) {
	.main-container {
		position: relative;
		overflow: hidden;
		background: url(../img/main-visual01.jpg) no-repeat center top;
	}

}
@media (min-width: 1024px) {
	.main-container .btn-container {
		position: absolute;
		bottom: auto;
		bottom: initial;
		top: 34.69rem;
		left: 50%;
		margin-left: -50%;
		padding: 0;
		zoom: 1;
		width: 100%;
		height: 30px;
		text-align: center;
		z-index: 1;
	}

	#main-visual .carousel {
		height:  63.63rem;
	}
	
	.main-contents01 {
		height:  auto;
	}



	.main-contents-area01 {
		margin-top: -12.75rem;
	}


	.main-menu-list01 {
		padding: 0 0.9375rem;
	}

	.main-menu-list01 > ul {
		max-width: 28.75rem
	}

	.main-menu-list01 > ul > li {
		width: 22.75%;
		margin-right: 3%;
	}

	.main-menu-list01 > ul > li > a .main-menu {
		margin-top: -1.938rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon {
		width: 2.813rem;
		height: 2.063rem;
		margin: 0 auto 0.375remm auto;
	}

	.main-menu-list01 > ul > li > a .main-menu .title {
		font-size:0.8125rem;
	}

	.main-menu-list01 > ul > li > a .main-menu .icon.type01,
	.main-menu-list01 > ul > li > a .main-menu .icon.type02,
	.main-menu-list01 > ul > li > a .main-menu .icon.type03,
	.main-menu-list01 > ul > li > a .main-menu .icon.type04 {
		background-size: 2.813rem  4.125rem;
	}

	.main-menu-list01 > ul > li > a:hover .main-menu .icon {
		background-position: 0 -2.063rem;
	}

	.main-menu-list02 {
		max-width: 17.13rem;
	}

	.main-menu-list02 .bg-top,
	.main-menu-list02 .bg-bottom {
		height: 1px;
	}

	.main-menu-list02 > ul > li > a > img {
		height:  1.5rem;
	}

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


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

	.main-board-wrapper > ul {
		margin-bottom: 0;
	}

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

	.main-board-wrapper > ul > li {
		float: left;
	}

	.main-board-wrapper > ul > li > button {
		position: static;
		text-align: left;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		background: transparent;
		color: #373737;
	}

	.main-board-wrapper > ul > li > button.active {
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}

	.main-board-wrapper .btn-more {
		right: -0.5rem;
		width: 1.875rem;
		height: 1.875rem;
		margin-top: -2.75rem;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

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

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

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

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

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

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

	.main-photo-gallery {
		margin: 1.875rem 0;
	}


	.main-photo-gallery > h2 {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		margin-bottom: 1.125rem;
	}


	.main-photo-gallery > ul > li {
		width: 21.25%;
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:nth-child(3) {
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:last-child {
		display: block;
		margin-right: 0;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 0.875rem;
	}

	.main-photo-gallery > .btn-more {
		top: 0;
		right: -0.9375rem;
		width: 1.875rem;
		height: 1.875rem;
		background-size: 0.6875rem 0.6875rem;
	}



	.main-menu-list03 > ul > li {
		width: 21.25%;
		margin-right: 5%;
		margin-bottom: 0
	}

	.main-menu-list03 > ul > li:last-child {
		margin-right: 0;
	}

	.main-menu-list03 > ul > li > a {
		position: relative;
		display: block;
		padding-left: 3.625rem;
		height: 2.5rem;
		line-height: 2.5rem
	}

	.main-menu-list03 > ul > li > a .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 0.875rem;
	}

	.main-menu-list04 > ul > li {
		float: left;
		margin-right: 1.875rem;
		margin-bottom: 0;

	}

	.main-menu-list04 > ul > li > a {
		padding-left: 0.75rem;
		font-size: 0.875rem;
	}
	
	.main-menu-list04 > ul > li:first-child > a {
		background:none;
		padding-left:0;
	}
}

@media (min-width: 1024px) {
	
	.main-container {
		height: 950px;
	}

	.main-contents01 {
		position: relative;
		text-align: center;
	}

	.main-contents01 > .pc {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1920px;
		height: 1018px;
		margin-left: -960px;
		display: block;
	}

	.main-contents-area01 {
		position: static;
		margin-top: 0;
		padding-top: 5.313rem;
		display: block;
		width: 100%;
		padding-right:5rem;
	}

	.main-contents-box01 {
		position: relative;
		margin-bottom: 2.625rem;
		z-index: 10;
	}

	.word-main-slogan-wrapper .word-type01 {
		font-size: 1.375rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
		padding-bottom:0;
	}

	.word-main-slogan-wrapper .word-type02 {
		font-size: 3.125rem;
		line-height: 3.688rem;
		margin-bottom: 0.375rem;
	}
	
	.word-main-slogan-wrapper .word-type02 > span {
		font-size: 2rem;
	}

	.word-main-slogan-wrapper .word-type03 {
		font-size: 0.8125rem;
		line-height: 1.125rem;
		margin-bottom: 1.438rem
	}

	.main-menu-list01 {
		padding: 0;
	}

	.main-menu-list01 > ul {
		max-width: 28.75rem
	}

	.main-menu-list02 {
		max-width: 17.13rem;
	}

	.main-menu-list02 > ul {
		padding: 0.6875rem;
	}

	.main-menu-list02 > ul > li > a > img {
		height: 1.438rem;
	}

	.main-contents02 {
		position: absolute;
		bottom: 42px;
		left: 3.25rem;
		width: calc(100% - 6.5rem);
		padding: 0;
		z-index: 10;
		background: #fff;
	}

	.main-contents-area02 {
		display: block;
		background: #fff;
		height: 245px;
		overflow: hidden;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		padding:0 0.875rem;
	}
	

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

	.main-board-wrapper {
		float: left;
		width: 35%;
		max-width: 427px;
		position: relative;
		padding: 2.5rem 1.25rem 0 1.25rem;
	}
	
	.main-board-wrapper.board-2n {
		width: 40%;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		max-width: 610px;
		height: 245px;
		margin:0;
	}

	.main-board-wrapper > ul {
		position: relative;
		margin-bottom: 0;
		padding-top: 0;
		width: 100%;
	}

	.main-board-wrapper > ul > li > button {
		line-height: 1.125rem;
		font-size: 0.9375rem;
		font-weight: 700;
		color: #aeaeae;
		padding: 0;
		border: 0;
		border-radius: 0;
		-webkit-appearance: none;
		transition: all 0.2s ease-in-out;

	}

	.main-board-wrapper > ul > li > button.active {
		line-height: 1.125rem;
		color: #373737;
		font-size: 0.9375rem;
	}

	.main-board-wrapper > ul > li > .btn-more {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.125rem;
		height: 1.125rem;
		background-image: url(../img/icon_more@2x.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

	.main-board-list {
		top: 2.188rem;
		display: none;
	}

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

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

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

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

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

	.main-photo-gallery {
		position: relative;
		float: left;
		width: 45%;
		max-width: 610px;
		height: 245px;
		margin: 0;
		padding: 2.5rem 1.25rem 0 1.25rem;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}


	.main-photo-gallery > h2 {
		font-size: 0.9375rem;;
		margin-bottom: 1.125rem;
	}

	.main-photo-gallery > ul {
		display: block;
		margin: 0;
		padding: 0;
	}

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

	.main-photo-gallery > ul > li {
		float: left;
		display: block;
		width: 30%;
		margin-right: 5%;
	}

	.main-photo-gallery > ul > li:nth-child(3) {
		margin-right: 0;
	}

	.main-photo-gallery > ul > li > .image {
		margin-bottom: 0.8125rem;
	}

	.main-photo-gallery > ul > li > .title {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}

	.main-photo-gallery > .btn-more {
		position: absolute;
		top: 2.425rem;
		right: 0.9375rem;
		display: block;
		width: 1.125rem;
		height: 1.125rem;
		background-image: url(../img/icon_more@2x.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0.8125rem 0.8125rem;
		text-indent: -5000rem;
	}

	.main-menu-list03 {
		float: left;
		width: 25%;
		padding: 1.75rem 1.25rem 0 1.25rem;
	}

	.main-menu-list03 > ul {
		display: block;
	}

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

	.main-menu-list03 > ul > li {
		float: none;
		width: 100%;
		margin-bottom: 0.625rem
	}

	.main-menu-list03 > ul > li:last-child {
		margin-bottom: 0;
	}

	.main-menu-list03 > ul > li > a {
		position: relative;
		display: block;
		padding-left: 3.625rem;
		height: 2.5rem;
		line-height: 2.5rem
	}

	.main-menu-list03 > ul > li > a .title {
		font-size: 0.875rem;
		line-height:1rem;
	}

	.main-contents-area03 {
		display: block;
		border-top: 1px solid #e2e2e2;
		padding-left:1.95rem;
	}

	.main-menu-list04 {
		display: block;
		background: #fff;
		padding: 1.875rem 0;

	}

	.main-menu-list04 > ul {
		display: block;
		text-align: left;
	}

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

	.main-menu-list04 > ul > li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 1rem;
	}

	.main-menu-list04 > ul > li > a {
		display: block;
		padding-left: 1rem;
		font-size: 1rem;
		color: #5e5e5e;
		letter-spacing: 0;
		background-size: 0.125rem 0.125rem;
	}
}

@media (min-width: 1200px) {
	.main-board-wrapper,
	.main-photo-gallery,
	.main-menu-list03 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.main-photo-gallery > .btn-more {
		right: 2.35rem
	}
	
	.main-contents-area02 {
		padding:0;
	}
	
	.main-contents-area03 {
		padding-left:2.5rem;
	}
	
	

}

@media (min-width: 1400px) {
	
	
	.main-contents02 {
			position: absolute;
			bottom: 42px;
			left: 50%;
			width: 1200px;
			margin-left: -600px;
			padding: 0;
			z-index: 10;
			background: #fff;

		}


	.main-contents-area02 {
		max-width: 1200px;
		padding: 0;
		display: block;
		background: #fff;
		height: 245px;
		overflow: hidden;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
	}
}


/*****************************************************
	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 {
	position: relative;
	display: block;
	max-height: 7.188rem;
	overflow: hidden;
}

.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-title > img {
	display: block;
	width: 100%;
}

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

.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.selected > a,
.sub-container .snb-list > li.active > a,
.sub-container .snb-list > li > a.active,
.sub-container .snb-list > li > a.selected {
	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.active > a .arrow,
.sub-container .snb-list > li.selected > a .arrow,
.sub-container .snb-list > li > a.selected .arrow,
.sub-container .snb-list > li > a.active .arrow,
.sub-container .snb-list > li > a.selected: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: #dee4eb;
	padding: 1.25rem;
}

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

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

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

.sub-container .snb-list > li a + ul > li > a {
	color: #212121;
	font-weight: 500;
}

.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: #0089d8;
	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 {
		clear: both;
		position: relative;
		border-top: 0;
	}

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

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

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

	

	.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-title > img {
		display: none;	
	}
	
	.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;
		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) {

}