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


/*****************************************************
	Common
*****************************************************/
ul, ol {margin: 0;}
ul:after, ol:after {content:''; display: block; clear: both;}

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


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

a:hover,
a:focus {
	color: #000;
	/* text-decoration: underline; */
}

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

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

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

#header .navbar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0.8125rem 0;
	background: #ffffff;
	z-index: 200;
}

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

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

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

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

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

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

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

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

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

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

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

/* 모바일 전체메뉴 */
#header #top-menu {
	position: fixed;
	background: #fff;
	width: 280px;
	height: 100%;
	display: block;
	float: none;
	right: -280px;
	top: 0;
	-webkit-transition: right 0.25s ease;
	-moz-transition: right 0.25s ease;
	-ms-transition: right 0.25s ease;
	-o-transition: right 0.25s ease;
	transition: right 0.25s ease;
	margin: 0;
	border: 0;
	border-radius: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 13;
}

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

/* 모바일 전체메뉴 타이틀 */
#header #top-menu .navbar-title {
	position: relative;
	padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
	background: #0660b1 url(../img/bg_mobile_totalmenu_top.jpg) no-repeat left top;
	background-size: cover;
}
#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%;
	margin-right: 5%;
	text-align: center;
}

#header #top-menu .navbar-title .navbar-title-menu > a > .image {
	position: relative;
	display: block;
	width:  2.188rem;
	padding-bottom:  2.188rem;
	background: #001f84;
	border-radius: 50%;
	margin: 0 auto 0.625rem auto;
}


#header #top-menu .navbar-title .navbar-title-menu > a > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

#header #top-menu .navbar-title .navbar-title-menu > a > strong {
	color: #fff;
	font-size: 0.6875rem;
	line-height: 0.9375rem
}

#header #top-menu .navbar-title .navbar-title-menu > a:hover .image,
#header #top-menu .navbar-title .navbar-title-menu > a:focus .image {
	background: #033fa8;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.90);
}

#header #top-menu .navbar-title .navbar-title-menu > a:hover > strong,
#header #top-menu .navbar-title .navbar-title-menu > a:focus > strong {
	color: #f9f9f9;
	text-decoration: underline;
}



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

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

#header #top-menu .navbar-nav > li > a {
	display: block;
	background-color: #fff;
	background-image: url(../img/icon_arrow_right02@2x.png);
	background-repeat: no-repeat;
	background-position: 1.25rem center;
	background-size: 0.3125rem 0.5625rem;
	color: #212121;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 1.063rem 1.25rem 1.063rem 2.375rem;
}

#header #top-menu .navbar-nav > li.active > a {
	background-image: url(../img/icon_arrow_right02_on@2x.png);
	background-size: 0.3125rem 0.5625rem;
	color: #001f84;
	font-weight: 700
}

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

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

#header #top-menu .navbar-nav > li .depth2 {
	display:block;
	background-color: #eef2ff;
	border-top: 2px solid #001f84
}

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

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active > a,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active > a {
	color: #001f84;
	font-weight: 700
}

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li > a .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_down01@2x.png) no-repeat 0 0;
	background-size: 1.125rem 0.5625rem;
}

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


#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: #001f84;
	text-decoration: underline;
}

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

#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.active .depth3,
#header #top-menu .navbar-nav > li .depth2 .depth2-inner > ul > li.mobile-active .depth3 {
	display:block;
	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 1.25rem 0.625rem 2.5rem;
	color: #b3b7bd;
	font-size: 0.875rem;
}

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


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

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

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

#footer .container {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 1024px) {
	/* header */
	.wrapper {
		position: relative;
		padding-top: 8.625rem;
	}

	/* header */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		z-index: 20;
	}
	#header .gnb {
		display: block;
		height: 2.625rem;
	}
	#header .gnb .header-util {
		padding-top: 1.25rem;
	}
	#header .gnb .header-util:after {
		content: "";
		clear:both;
		display: block;
	}
	#header .gnb .header-util > ul {
		margin: 0;
	}

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

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

	#header .gnb .header-util > ul > li > a {
		display: block;
		color: #687081;
		font-size: 0.75rem;
		transition: 0.3s;
		font-weight: 700;
		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 {
		position: absolute;
		top: 2.625rem;
		left: 0;
		padding:0;
		display: block;
		height: 5.938rem;
		background: #fff;
		box-shadow: none;
	}

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

	.wrapper.fixed #header .navbar {
		padding-top: 1.563rem
	}



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


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

	

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

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


	#header #top-menu {
		position:static;
		width:auto;
		height: none;
		overflow: hidden;
		background-color:transparent;
		right:inherit;
		float: right;
		margin-left: 0;
		margin-top: 0.75rem
	}

	#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 1rem 0 1rem;
	}

	#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:#6d6d6d;
		height: 100%;
		font-size: 1.063rem;
		line-height: 1.063rem;
		font-weight: 700;
		padding: 0 0 2rem 0;
		background: transparent;
	}

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

	#header #top-menu .navbar-nav > li .depth2 {
		position:absolute;
		top: 2.563rem;
		left: 50%;
		background-color: #356394;
		border-top: 0;
		padding: 0 1.25rem;
		display: none;
		z-index: 100;
	}

	.wrapper.fixed #header #top-menu .navbar-nav > li .depth2 {
		top: 4.125rem;
	}
	
	#header #top-menu .navbar-nav > li:nth-child(1) .depth2 {
		margin-left: -127px;
	}

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -36px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: 0;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: 190px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 156px;
	}
	#header #top-menu .navbar-nav > li:nth-child(6) .depth2 {
		margin-left: 250px;
	}


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

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

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

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

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

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

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

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

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

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


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

	#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 {
		float: left;
		margin-left: 1.65rem;
	}
	
	#header #top-menu .navbar-nav > li {
		padding: 0 1.8rem 0 1.8rem;
	}


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

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -120px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: -110px;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: 195px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 196px;
	}
	#header #top-menu .navbar-nav > li:nth-child(6) .depth2 {
		margin-left: 288px;
	}
	#header #top-menu .navbar-nav > li:nth-child(7) .depth2 {
		margin-left: 330px;
	}
	

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

	#header #top-menu {
		float: left;
		margin-left: 3.5rem;
	}

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

	#header #top-menu .navbar-nav > li:nth-child(2) .depth2 {
		margin-left: -104px;
	}
	#header #top-menu .navbar-nav > li:nth-child(3) .depth2 {
		margin-left: -97px;
	}
	#header #top-menu .navbar-nav > li:nth-child(4) .depth2 {
		margin-left: 212px;
	}
	#header #top-menu .navbar-nav > li:nth-child(5) .depth2 {
		margin-left: 212px;
	}
	#header #top-menu .navbar-nav > li:nth-child(6) .depth2 {
		margin-left: 330px;
	}

}


/*****************************************************
	Main
*****************************************************/
.main-container {
	display: block;
	margin: 0;
	padding: 1rem 0 0 0;
}

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

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

.main-menu-list > li {
	float: left;
	margin-top: 0.9375rem;
	margin-right: 5%;
	width: 30%;
}

.main-menu-list > li:nth-child(3n) {
	margin-right: 0;
}


.main-menu-list > li > a {
	position: relative;
	display: block;
	text-align: center;
}

.main-menu-list > li > a > img {
	display: block;
	width: 100%;
	max-width: 8.75rem;
	margin: 0 auto;
}

.main-menu-list > li > a > strong {
	position: absolute;
	bottom: 22%;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.main-menu-list > li > a:hover > strong,
.main-menu-list > li > a:focus > strong {
	font-size: 1rem;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.8);
}



.main-word-slogan {
	text-align: center;
	padding: 0 0.9375rem 3.375rem 0.9375rem;
	margin-bottom: 1.875rem;
	background: url(../img/icon_arrow_down03@2x.png) no-repeat center bottom;
	background-size: 2.188rem 2.188rem;
	word-break: keep-all;
}

.main-word-slogan .type01 {
	position: relative;
	display: inline-block;
	color: #929292;
	font-weight: 700;
	font-size: 0.8125rem;
	line-height: 0.9375rem;
	padding-top: 0.9375rem;
	padding-right: 0.9375rem;
	margin-bottom: 0.625rem;
	background: url(../img/icon_bullet01.gif) no-repeat right 25%;
	background-size: 0.6875rem 0.6875rem
}

.main-word-slogan .type02 {
	font-size: 1.438rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: #676e74;
	letter-spacing: -1px;
}

.main-word-slogan .type02 > strong {
	color: #083e69
}

.main-word-slogan .type03 {
	color: #c2c2c2;
	font-size: 0.6875rem;
	line-height: 1rem;
	font-weight: 500;
	margin-top:0.5rem;
}

/* Visual */


/* Visual */
#main-visual {
	position: relative;
	height: 25rem;
	padding: 2.813rem 0 0 0;
	background: url(../img/main-visual01_mobile.jpg) no-repeat center top;
	background-size: cover
}

.word-main-slogan {
	color: #fff;
	padding: 0 1.5rem;
}

.word-main-slogan .type01 {
	font-size: 1.5rem;
	line-height: 1.85rem;
	font-weight: 700;
	margin-bottom:0.85rem;
}

.word-main-slogan .type02 {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400
}

.word-main-slogan .type03 {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 500;
	color: #fff;
	opacity:0.6;
}

/* main-contents02 */
.main-contents02 {
	padding: 2rem 0.9375rem 2rem 0.9375rem
}

.main-board-wrapper {
	display: block;
	margin-bottom: 1.875rem
}

.main-board-wrapper > ul {
	position: relative;
	padding: 1.875rem 0 0 0;
	margin-bottom: 0;
}

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

.main-board-wrapper > ul > li > button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 5rem;
	color: #9b9b9b;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0;
	padding-right: 1rem;
	background-color: transparent;
	background-image: url(../img/icon_bar04@2x.gif);
	background-size: 1px 0.6875rem;
	background-position: right center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

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

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

.main-board-wrapper > ul > li > button.active {
	font-size: 1.313rem;
	color: #5d5d5d;
	text-decoration: underline;
}

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

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

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

.contact-wrapper {
	display: block;
}

.contact-wrapper > h2 {
	color: #5d5d5d;
	font-size: 1.313rem;
	line-height: 1.25rem;
	margin-bottom: 2rem;
	font-weight: 400;
}

.contact-area {
	display: block;
}

.contact-area:after {
	content: "";
	clear: both;
	display: block;
}

.contact-area > dl {
	position: relative;
	float: left;
	width: 50%;
	height: 3.063rem;
	padding-left: 3.75rem;
}

.contact-area > dl.tel {
	background: url(../img/icon_contact01.png) no-repeat 0 0;
	background-size: 3.063rem 3.063rem;
}

.contact-area > dl.fax {
	background: url(../img/icon_contact02.png) no-repeat 0 0;
	background-size: 3.063rem 3.063rem;
}


.contact-area > dl > dt {
	display: block;
	color: #232323;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.3125rem;
	margin-top: 0.3125rem;
}

.contact-area > dl > dd {
	display: block;
	color: #8a8a8a;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	font-weight: 700;
}


@media (min-width: 576px) {
	
	/* Visual */
	#main-visual {
	background: url(../img/main-visual01.jpg) no-repeat center top;
	background-size: 120rem 26.75rem
	}

}


@media (min-width: 768px) {
	.main-menu-list > li {
		margin-right: 2%;
		width: 15%;
	}

	.main-menu-list > li:nth-child(3) {
		margin-right: 2%;
	}

	.main-menu-list > li:last-child {
		margin-right: 0
	}

	/* Visual */
	#main-visual {
		position: relative;
		padding: 4.375rem 0 0 0;
	}

	.word-main-slogan .type01 {
		font-size:  2rem;
		line-height: 2.5rem;
	}

	.word-main-slogan .type02 {
		font-size: 1.313rem;
		line-height: 1.625rem;
	}

	.word-main-slogan .type03 {
		font-size: 0.8rem;
		line-height: 1.25rem;
	}

}
@media (min-width: 1024px) {
	.main-menu-list {
		margin-bottom: 1.875rem
	}

	.main-menu-list > li > a > strong {
		font-size: 0.9375rem;
	}

	.main-menu-list > li > a:hover > strong,
	.main-menu-list > li > a:focus > strong {
		font-size: 1.125rem;
	}

	.main-word-slogan {
		padding: 0 0 4.375rem 0;
		margin-bottom: 1.625rem;
		background-size: 3.25rem 3.25rem;
	}

	.main-word-slogan .type01 {
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 0.3125rem;
	}

	.main-word-slogan .type02 {
		font-size: 2.063rem;
		line-height: 2.375rem;
	}


	.main-word-slogan .type03 {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}
	.main-word-slogan .type03 > span {
		display: block;
	}

	/* Visual */
	#main-visual {
		height: 26.75rem;
		padding: 5.313rem 0 0 0;
	}

	.word-main-slogan .type01 {
		font-size: 2.188rem;
		line-height: 2.375rem;
		margin-bottom:0.95rem;
	}

	.word-main-slogan .type02 {
		font-size: 1.75rem;
		line-height: 1.938rem;
		margin-bottom:0.7rem;
	}

	.word-main-slogan .type03 {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}

	/* main-contents02 */
	.main-contents02 {
		padding: 3.125rem 20px 1.5rem 20px
	}

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

	.main-board-wrapper {
		float: left;
		width: 62.5%;
		display: block;
		margin-bottom: 0
	}

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

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

	.main-board-wrapper > ul > li {
		float: left;
		position: relative;
		padding: 3rem 0 0 0;
		display: block;
		width: 47.5%;
	}

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

	.main-board-wrapper > ul > li > button {
		width: auto;
		color: #5d5d5d;
		font-size: 2.063rem;
		line-height: 2.188rem;
		padding: 0;
		padding-right: 0;
		background: transparent;
	}

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

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

	.main-board-wrapper > ul > li > button.active {
		font-size: 2.063rem;
		line-height: 2.188rem;
		color: #5d5d5d;
		text-decoration: none;
	}

	.main-board-wrapper > ul > li .btn-more {
		position: absolute;
		top: -0.375rem;
		right: -0.9375rem;
		display: block;
		width: 2.813rem;
		height: 2.813rem;
	}

	.main-board-list {
		display: block
	}

	.main-board-list > ul > li {
		margin-top: 0.25rem
	}
	.main-board-list > ul > li > a {
		padding-right: 5rem;
	}

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

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

	.contact-wrapper {
		float: right;
		width: 35%;
	}

	.contact-wrapper > h2 {
		color: #5d5d5d;
		font-size: 2.063rem;
		line-height: 2.188rem;
		margin-bottom: 2.5rem;
	}

	.contact-area > dl {
		position: relative;
		float: left;
		width: 50%;
		height:  3.25rem;
		padding-left: 3.75rem;
	}

	.contact-area > dl.tel,
	.contact-area > dl.fax {
		background-size: 3.25rem 3.25rem;
	}

	.contact-area > dl > dt {
		display: block;
		color: #232323;
		font-size: 0.875rem;
		line-height: 1rem;
		margin-bottom: 0.3125rem;
		font-weight: 700
	}

	.contact-area > dl > dd {
		display: block;
		color: #8a8a8a;
		font-size: 0.875rem;
		line-height: 1rem;
		font-weight: 700;
	}
}

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

	.main-menu-list {
		text-align: center;
	}
	.main-menu-list > li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 2.25rem;
		width: 8.75rem;
	}

	.main-menu-list > li:nth-child(3) {
		margin-right: 2.25rem
	}
}

@media (min-width: 1400px) {
	
	.word-main-slogan {
		padding: 0rem;
	}
	
	#main-visual .carousel {
		height: 26.75rem;
	}



}


/*****************************************************
	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%;
	border-top: 1px solid #d7d7d7;
	z-index: 90;
}

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

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

.sub-container .snb-list > li.selected > a,
.sub-container .snb-list > li.active > a {
	position: relative;
	color: #fff;
	border-left: 1px solid #0588e3;
	border-right: 1px solid #0588e3;
	background-size: 4px 8px;
	background-color: #0588e3
	
}

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

.sub-container .snb-list > li.selected a > .arrow,
.sub-container .snb-list > li.active > a > .arrow {
	background-image: url(../img/icon_arrow_right01_on@2x.png);
	background-size: 0.25rem 0.5rem
}

.sub-container .snb-list > li ul {
	display: none;
	background: #dee4eb;
	padding: 0.625rem 1.25rem;
	margin-bottom: 0;
	border: 1px solid #d7d7d7;
	border-top: 0
}

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

}

.sub-container .snb-list > li.active  ul > li {
	margin: 0;
	padding: 0;
	background: transparent;
}

.sub-container .snb-list > li ul > li > a {
	color: #212121;
	font-size: 0.875rem;
	line-height: 2.125rem;
	font-weight: 500;
	background: transparent;
	border: 0;
}

.sub-container .snb-list > li ul > li.active > a,
.sub-container .snb-list > li ul > li > a:hover,
.sub-container .snb-list > li ul > li > a:focus {
	color: #225184;
	text-decoration: underline;
	font-weight: 700;
	background: transparent;
	border: 0;
}

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

.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: #0588e3;
	font-weight: 700;
}

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

}

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

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

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

}



@media (min-width: 576px) {

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

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

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

	.sub-top .sub-visual-wrapper > .word-slogan {
		position: absolute;
		bottom: 3.75rem;
		left: 0;
		width: 100%;
		color: #fff;
		display:none;
	}

	.sub-top .sub-visual-wrapper > .word-slogan .type01 {
		display: block;
		font-size: 2.188rem;
		line-height: 2.5rem;
		font-weight: 700;
	}

	.sub-top .sub-visual-wrapper > .word-slogan .type02 {
		display: block;
		font-size: 0.6875rem;
		line-height: 1rem;
		opacity: 0.5
	}

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

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

	.sub-container ul {
		margin: 0;
	}

	.sub-container .snb { 
		float: right;
		margin-top: -1.875rem;
		margin-right: -15rem;
		width: 13.13rem;
		display: block;
	}

	.sub-container .snb-title {
		position: relative;
		display: block;
		height: 8.125rem;
		overflow: hidden;
		background: #0660b1 url(../img/bg_lnb_title.jpg) no-repeat 0 0;;
	}

	.sub-container .snb-title > span {
		margin-top: - 1rem;
		font-size: 1.75rem;
		line-height: 2rem;
		color: #fff;
	}

	.sub-container .snb-title > img {
		display: none;
	}
	
	.sub-container .snb-list {
		position: static;
		top: 10.31rem;
		left: 0;
		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 {
		position: relative;
		display: block;
		padding: 1.125rem 3.625rem 1.125rem 1.25rem;
		font-size: 0.9375rem;
		border: 0;
		margin: 0;
		background: #fff;
		border-bottom: 1px solid #d7d7d7;
	}

	.sub-container .snb-list > li.active > a {
		background: #0588e3;
	}

	.sub-container .snb-list > li:last-child > a {
		border-bottom: 1px solid #ffffff;
	}

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

	.sub-container .snb-list > li > a .arrow {
		position: absolute;
		top: 50%;
		right: 1.25rem;
		display: block;
		width: 1.125rem;
		height: 0.5625rem;
		margin-top: -0.3125rem;
		background-image: url(../img/icon_arrow_down01@2x.png);
		background-repeat: no-repeat;
		background-size: 1.125rem 0.5625rem;
	}

	.sub-container .snb-list > li.active > a .arrow,
	.sub-container .snb-list > li > a:hover .arrow,
	.sub-container .snb-list > li > a:focus .arrow {
		background-image: url(../img/icon_arrow_down02@2x.png);
		background-size: 1.125rem 0.5625rem;
		border: 0;
	}

	.sub-container .snb-list > li ul {
		border-left: 0;
		border-right: 0;
	}

	



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

	.sub-container .page-navi {
		display: block;
		text-align: right;
		margin-top: -0.3125rem;
		margin-bottom: 1.25rem;
	}

	.sub-container .page-navi > .container {
		padding: 0;
	}

	.sub-container .page-navi .navbar,
	.sub-container .page-navi .navbar .navbar-nav {
		display: block;
		padding: 0;
	}

	.sub-container .page-navi .navbar .navbar-nav > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		background: transparent;
	}
	
	.sub-container .page-navi .navbar .navbar-nav > li > a {
		padding: 0;
		font-size:  0.75rem;
		color: #8c8c8c;
		font-weight: 700
	}

	.sub-container .page-navi .navbar .navbar-nav > li > a > i {
		color: #666666;
		font-size: 1rem 
	}	

	.sub-container .page-navi .navbar .navbar-nav > li:last-child > a {
		color: #545454
	}

	.sub-container .cont-top {
		position: relative;
		margin-bottom: 2.5rem;
		padding-right: 6.875rem;
		border-bottom: 1px solid #eaeaea;
	}

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

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

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

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

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

	.sub-container .cont-top .cont-title {
		padding: 0;
		text-align: left;
		margin: 0;
		font-size: 1.875rem;
		line-height: 2.25rem;
		padding-bottom: 0.9375rem;
		color: #1c1c1c;
		font-weight: 700;
		border-bottom: 0;
		background: transparent;
	}
	.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-right: 19.38rem;
	}

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

	.sub-container ul {
		margin: 0;
	}

	.sub-container .snb { 
		width: 16.25rem;
		margin-right: -18.44rem;
	}

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

}
.instagram-icon > img{width:20px; height:20px; margin-right:10px;}
.instagram-icon-area{}
.instagram-icon-area > a {display:block;}
.instagram-icon-area > a > img{width:20px; height:20px;}