@charset "utf-8";
/*=============================================================
 header
=============================================================*/
/* header
--------------------------------------------------------------*/
header{
	width: 100%;
	z-index: 9999;
	line-height: 1.45;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(45, 51, 60, 0.2);
}
header:before{
	content: '';
	display: inline-block;
	width: 100%;
	height: 6px;
	background: #2b3192;
	position: absolute;
	top: 0;
	left: 0;
}
#header{
	max-width:1280px;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	position: relative;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header{
	height: 80px;
}
}
/* hdr-logo
--------------------------------------------------------------*/
#header #hdr-logo{
	position: absolute;
	top: 50%;
	left: 32px;
	transform: translateY(-50%);
}
/* globalNavSet
--------------------------------------------------------------*/
#globalNavSet>dt{
	display: none;
}
/* siteNav
--------------------------------------------------------------*/
#header #siteNav{
	position: absolute;
	top: 6px;
	left: 183px;
}
#header #siteNav #globalNav{
	display: flex;
}
#header #siteNav #globalNav>li{
	width: 130px;
	height: 48px;
	margin-right: 4px;
	order: 1;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #siteNav #globalNav>li{
	height: 30px;
}
}
@media only screen and (min-width:1280px) {
#header #siteNav #globalNav>li{
	width: 160px;
}
}
#header #siteNav #globalNav>li#parent-product{
	order: 0;
}
#header #siteNav #globalNav>li>a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 6px 6px;
	border: none;
	border-top: none;
	background-color: #D5D4D4;
	color: #2B3192;
	font-weight: 500;
}
#header #siteNav #globalNav>li>a:hover{
	background-color: #eee;
}
@media only screen and (min-width:1024px) {
#corporate #header #siteNav #globalNav>li#parent-corporate>a{
	background-color: #2B3192;
	color: #fff;
}
#recruit #header #siteNav #globalNav>li#parent-recruit>a{
	background-color: #2B3192;
	color: #fff;
}
#product #header #siteNav #globalNav>li#parent-product>a{
	background-color: #2B3192;
	color: #fff;
}
}
/* globalNav
--------------------------------------------------------------*/
#header #siteNav #globalNav>li#parent-corporate>ul{
	display: flex;
	position: absolute;
	top: 78px;
	left: 0;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #siteNav #globalNav>li#parent-corporate>ul{
	top: 43px;
}
}
#header #siteNav #globalNav>li#parent-corporate>ul>li{
	height: 20px;
	margin-right: 24px;
	padding-left: 24px;
	border-left: 1px solid #AFAEAE;
	white-space: nowrap;
	line-height: 20px;
	font-size: 1.7rem;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li:nth-child(2){
	padding-left: 0;
	border-left: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li:first-child{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a{
	position: relative;
	color: #2D333C;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:hover{
	color: #2B3192;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #2B3192;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:hover:after{
	opacity: 1;
}
@media only screen and (min-width:1024px) {
#corporate.company #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-company>a,
#corporate.business #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-business>a,
#corporate.vision #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-vision>a,
#corporate.sustainability #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-stainability>a{
	color: #2D333C !important;
	font-weight: 500;
}
#corporate.company #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-company>a:after,
#corporate.business #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-business>a:after,
#corporate.vision #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-vision>a:after,
#corporate.sustainability #header #siteNav #globalNav>li#parent-corporate>ul>li#gb-stainability>a:after{
	background: #D5D4D4;
	opacity: 1;
}
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.open>a{
	color: #2B3192 !important;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:before{
	content: '';
	width: 26px;
	height: 21px;
	background:url("/corporate/shared/common/arw_menu_top.png") no-repeat;
	position: absolute;
	top: 26px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.open>a:before{
	opacity: 1;
}

/* boxMenu
--------------------------------------------------------------*/
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu{
	width: 90%;
	max-width: 1120px;
	position: fixed;
	top: 128px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: none;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu{
	top: 93px;
}
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu a{
	color: #2D333C;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu a:hover{
	color: #2B3192;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner{
	display: flex;
	padding: 40px 75px 32px 40px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(43, 49, 146, 0.2);
	border-radius: 6px;
	position: relative;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .btnClose{
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .btnClose img{
	width: 33px;
	height: 42px;
	filter: invert(15%) sepia(30%) saturate(6606%) hue-rotate(229deg) brightness(94%) contrast(87%);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .btnClose:hover img{
	width: 33px;
	height: 42px;
	filter: invert(45%) sepia(59%) saturate(7%) hue-rotate(87deg) brightness(99%) contrast(85%);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox{
	flex: 1;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2{
	margin: 0 0 24px;
	font-size: 1.8rem;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2 span{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2 a:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/corporate/shared/img/link-arw.svg") no-repeat center center;
	background-size: 24px 24px;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -2px;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 6px 0 0;
	border-top: 1px solid rgb(175, 174, 174);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li{
	width: calc((100% - 72px) / 4);
	margin: 18px 0 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul:after{
	content: '';
	width: calc((100% - 72px) / 4);
	height: 0;
	overflow: hidden;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul:before{
	order: 1;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li ul{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .bnrBox{
	display: none;
}

#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul li{
	width: calc((100% - 48px) / 3);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul:after{
	width: calc((100% - 48px) / 3);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox{
	width: 300px;
	display: block;
	box-sizing: border-box;
	padding-left: 40px;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox h3{
	margin: 1px 0 24px;
	font-size: 1.6rem;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox li+li{
	margin: 15px 0 0;
	font-size: 1.6rem;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox li span{
	margin: 5px 0 0;
	display: inline-block;
	color: #2B3192;
	position: relative;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox li span:after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/corporate/shared/img/link-arw.svg") no-repeat center center;
	background-size: 24px 24px;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -2px;
}

/* subNavFront
--------------------------------------------------------------*/
#header #subNavFront{
	line-height: 1.0;
	font-size: 1.5rem;
}
#header #subNavFront a{
	color: #2D333C;
}
#header #subNavFront a:hover,
#header #subNavFront .act a{
	color: #2B3192;
}
#header #subNavFront #gbSearch{
	width: 35px;
	height: 18px;
	position: absolute;
	top: 25px;
	right: 150px;
	box-sizing: border-box;
	border-left: 1px solid #AFAEAE;
	padding-left: 16px;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #subNavFront #gbSearch{
	top: 15px;
}
}
#header #subNavFront #gbSearch img{
	width: 18px;
	height: 18px;
	filter: invert(15%) sepia(30%) saturate(6606%) hue-rotate(229deg) brightness(94%) contrast(87%);
	cursor: pointer;
}
#header #subNavFront #gbSearch img:hover{
	filter: invert(45%) sepia(59%) saturate(7%) hue-rotate(87deg) brightness(99%) contrast(85%);
}
#header #subNavFront #gbLang{
	width: 74px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 25px;
	right: 185px;
	box-sizing: border-box;
	border-left: 1px solid #AFAEAE;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #subNavFront #gbLang{
	top: 15px;
}
}
#header #subNavFront #gbLang>a:after{
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 0 0 5px;
	background:url("/corporate/shared/img/link-ac.svg") no-repeat center center;
	vertical-align: middle;
}
#header #subNavFront #gbLang div{
	display: none;
	padding: 5px 0 0;
	background: #fff;
	position: absolute;
	top: calc(100% + 14px);
	left: 50%;
	transform: translateX(-50%);
}
#header #subNavFront #gbLang div ul{
	width: 170px;
	padding: 18px 24px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(43, 49, 146, 0.2);
}
#header #subNavFront #gbLang div ul:before{
	content: '';
	width: 26px;
	height: 21px;
	background:url("/corporate/shared/common/arw_menu_top.png") no-repeat;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
#header #subNavFront #gbLang div ul a{
	display: block;
	padding: 8px 0;
}
#header #subNavFront #gbLang div ul li.act a{
	color: #2B3192;
	position: relative;
}
#header #subNavFront #gbLang div ul li.act a:after{
	content: '';
	width: 20px;
	height: 14px;
	background:url("/corporate/shared/common/lang_current.svg") no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
/* subNav
--------------------------------------------------------------*/
#header #subNav{
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 25px;
	right: 259px;
	line-height: 1;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #subNav{
	top: 15px;
}
}
#header #subNav a{
	color: #2D333C;
	font-size: 1.4rem;
}
#header #subNav a:hover{
	color: #2B3192;
}
#header #subNav ul{
	display: flex;
}
#header #subNav ul li{
	padding: 0 16px;
	height: 18px;
}
#header #subNav ul li+li{
	border-left: 1px solid #AFAEAE;
}
/* header_search
--------------------------------------------------------------*/
#header #header_search{
	display: none;
}
#header #header_searchInner{
	width: 960px;
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 108px 0 32px;
	position: absolute;
	top: calc(100% + 34px);
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
}
#header #header_search form{
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 24px;
	background: #eee;
	border-radius: 999px;
}
#header #header_search .word{
	width: 100%;
}
#header #header_search .word input{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: none;
	outline: none;
	background-color: #eee;
}
#header #header_search .searchBtn{
	width: 18px;
	height: 18px;
	filter: invert(15%) sepia(30%) saturate(6606%) hue-rotate(229deg) brightness(94%) contrast(87%);
}
#header #header_search .searchBtn:hover{
	filter: invert(45%) sepia(59%) saturate(7%) hue-rotate(87deg) brightness(99%) contrast(85%);
}
#header #header_search #btnSerachClose{
	position: absolute;
	top: calc(50% - 21px);
	right: 32px;
}
#header #header_search #btnSerachClose img{
	width: 33px;
	height: 42px;
	filter: invert(15%) sepia(30%) saturate(6606%) hue-rotate(229deg) brightness(94%) contrast(87%);
}
#header #header_search #btnSerachClose:hover img{
	width: 33px;
	height: 42px;
	filter: invert(45%) sepia(59%) saturate(7%) hue-rotate(87deg) brightness(99%) contrast(85%);
}
/* contactBtn
--------------------------------------------------------------*/
#header #gbContact{
	width: 110px;
	height: 88px;
	position: absolute;
	top: 19px;
	right: 16px;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #header #gbContact{
	height: 60px;
	top: 13px;
}
}
#header #gbContact a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 6px;
	background: #D24157;
	text-decoration: none;
}
#header #gbContact a:hover{
	background: #B50D48;
}
#header #gbContact a span.icn{
	width: 32px;
	height: 24px;
}
#header #gbContact a span.txt{
	margin-top: 6px;
	font-size: 1.5rem;
	color: #fff;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
/*=============================================================
 header
=============================================================*/
/* header
--------------------------------------------------------------*/
header:before{
	display: none;
}
#header{
	height: 60px;
}
#header:before{
	display: none;
}
#header .boxInner{
	display: block;
	height: 60px;
	padding: 0;
}
/* hdr-logo
--------------------------------------------------------------*/
#header #hdr-logo{
	width: 67px;
	height: 24px;
	left: 16px;
}

/* globalNavSet
--------------------------------------------------------------*/
#globalNavSet>dt{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60px;
	height: 60px;
	background-color: #2B3192;
	position: fixed;
	top: 0;
	right: 0;
	transition:all 0.4s ease-out;
	line-height: 1.0;
}
#globalNavSet.open>dt{
	background-color: #2B3192;
}
#globalNavSet>dt>span.btn{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 16px;
	position: relative;
}
#globalNavSet>dt>span.btn:before,
#globalNavSet>dt>span.btn:after{
	content: "";
	display: block;
	width:100%;
	height:2px;
	background-color:#fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition:all 0.4s ease-out;
}
#globalNavSet>dt>span.btn span{
	content: "";
	display: block;
	box-sizing: border-box;
	width:100%;
	height:16px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transition:all 0.4s ease-out;
}
#globalNavSet.open>dt>span.btn:before{
	background-color:#fff;
	transform: translateY(-50%) rotate(45deg);
}
#globalNavSet.open>dt>span.btn:after{
	background-color:#fff;
	transform: translateY(-50%) rotate(-45deg);
}
#globalNavSet.open>dt>span.btn span{
	opacity: 0;
}
#globalNavSet>dt span.txt{
	margin-top: 6px;
	font-size: 0.9rem;
	color: #fff;
}
#globalNavSet>dd{
	box-sizing:border-box;
	width:100%;
	padding:0;
	visibility:hidden;
	overflow:hidden;
	overflow-y: scroll;
	position:fixed;
	top:60px;
	bottom:100%;
	left:0;
	z-index:200;
	opacity:0;
	transition:all 0.3s ease;
}
#globalNavSet.open>dd{
	visibility:visible;
	bottom:0;
	opacity:1;
}
#globalNavSet>dd>*{visibility:hidden;}
#globalNavSet.open>dd>*{visibility:inherit;}
html.gNavOpen,
html.gNavOpen body{
	height:100%;
	overflow:hidden;
}
html.gNavOpen #globalNavSet>dd>div{
	box-sizing:border-box;
	width:100%;
	overflow:auto;
	overflow-x: hidden;
	position:relative;
	-webkit-overflow-scrolling:touch;
}
/* siteNav
--------------------------------------------------------------*/
#header #siteNav{
	position: static;
	background-color: #fff;
}
#header #siteNav #globalNav{
	display: block;
}
#header #siteNav #globalNav>li{
	width: 100%;
	height: auto;
	margin-right: 0;
}
#header #siteNav #globalNav>li>a{
	width: 100%;
	height: 58px;
	justify-content: flex-start;
	border-radius: 0;
	padding: 0 16px;
	position: relative;
}
#header #siteNav #globalNav>li>a:after{
	content: '';
	width: 14px;
	height: 14px;
	background: url("/corporate/shared/common/arw_hdr_cat.svg") no-repeat center center;
	position: absolute;
	top:50%;
	right: 16px;
	transform: translateY(-50%);
}
#header #siteNav #globalNav>li#parent-recruit{
	border-top: 1px solid #fff;
}
/* globalNav
--------------------------------------------------------------*/
#header #siteNav #globalNav>li#parent-corporate>ul{
	display: block;
	position: static;
	padding: 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:before{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li{
	height: auto;
	margin-right: 0px;
	padding-left: 0px;
	border-left: none;
	white-space: nowrap;
	line-height: 1.45;
	font-size: 1.4rem;
	position: relative;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.open>a{
	color: #2B3192 !important;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li:first-child{
	display: block;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a{
	display: block;
	padding: 10px 16px;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.hasChild:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li.hasChild:after{
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	background: #2B3192 !important;
	position: absolute;
	left: auto;
	bottom: auto;
	top: 20px;
	right: 16px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.hasChild:after{
	transform: rotate(90deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.hasChild.open:before{
	transform: rotate(180deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li.hasChild.open:after{
	transform: rotate(180deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li>a:after{
	display: none;
}
/* boxMenu
--------------------------------------------------------------*/
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu{
	width: 100%;
	position: static;
	transform: translateX(0);
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner{
	display: block;
	padding: 0px;
	background-color: #EEE;
	box-shadow: 0px 0px 5px 0px rgba(43, 49, 146, 0);
	border-radius: 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .btnClose{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox{
	width: 100%;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2{
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2.linkNon{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2 span{
	display: inline-block;
	padding-left: 1em;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox h2 a:after{
	display: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul{
	width: 100%;
	display: block;
	padding: 0;
	border-top: none;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li{
	width: calc(100%);
	margin: 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul:after{
	width: calc(100%);
	margin: 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul li{
	width: calc(100%);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .listBox ul:after{
	width: calc(100%);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox{
	width: calc(100%);
	padding-left: 0;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox h3{
	margin: 0;
	padding: 20px 16px 10px;
	font-size: 1.4rem;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner.bnrOn .bnrBox li+li{
	margin: 10px 0 0;
	font-size: 1.4rem;
}
	#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu a{
		display: block;
		padding: 8px 16px;
		position: relative;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu li.hasChild a:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu li.hasChild a:after{
	content: "";
	width: 14px;
	height: 2px;
	display: block;
	background: #2B3192 !important;
	position: absolute;
	left: auto;
	bottom: auto;
	top: 20px;
	right: 16px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu li.hasChild a:after{
	transform: rotate(90deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu li.hasChild.open a:before{
	transform: rotate(180deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu li.hasChild.open a:after{
	transform: rotate(180deg);
}
#header #siteNav #globalNav>li#parent-corporate>ul>lii div.boxMenu li.hasChild.open>a{
	color: #2B3192 !important;
	font-weight: 500;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li li a{
	font-size: 1.3rem;
		padding: 8px 16px 8px 32px;
}
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li li a:before,
#header #siteNav #globalNav>li#parent-corporate>ul>li div.boxMenu .boxMenuInner .listBox ul li li a:after{
	display: none;
}
	/* subNavFront
--------------------------------------------------------------*/
#header #subNavFront #gbSearch{
	display: none;
}
#header #subNavFront #gbLang{
	width: 60px;
	height: 60px;
	top: 0px;
	right: 120px;
	border-left:none;
	background-color: #eee;
	z-index: 300;
}
#header #subNavFront #gbLang div{
	width: 100%;
	padding: 0;
	position: fixed;
	top: 60px;
	left: 0;
	transform: translateX(0);
}
#header #subNavFront #gbLang div:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 5px;
	background: linear-gradient(0deg,#fdfdfd 0%, #ededee 100%);
	position: absolute;
	top: 0;
	left: 0;
}
#header #subNavFront #gbLang div ul{
	width: 100%;
	padding: 8px 16px;
	box-shadow: 0px 0px 5px 0px rgba(43, 49, 146, 0);
}
#header #subNavFront #gbLang div ul:before{
	display: none;
}
/* subNav
--------------------------------------------------------------*/
#header #subNav{
	height: auto;
	position: static;
	line-height: 1.45;
	padding: 0 0 30px;
	background-color: #fff;
}
#header #subNav a{
	color: #2D333C;
	font-size: 1.4rem;
}
#header #subNav ul li{
	padding: 0 16px;
	height: auto;
}
#header #subNav ul li+li{
	border-left: none;
}
#header #subNav ul li a:before{
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
#header #subNav ul li.news a:before{
	background: url("/corporate/shared/common/icn_news.svg") no-repeat center center;
}
#header #subNav ul li.access a:before{
	background: url("/corporate/shared/common/icn_accsess.svg") no-repeat center center;
}
/* header_search
--------------------------------------------------------------*/
#header #header_search{
	display: block;
}
#header #header_searchInner{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 16px;
	position: static;
	transform: translateX(0);
	background: #fff;
	border-radius: 0px;
}
#header #header_search #btnSerachClose{
	display: none;
}
/* contactBtn
--------------------------------------------------------------*/
#header #gbContact{
	width: 60px;
	height: 60px;
	top: 0px;
	right: 60px;
}
#header #gbContact a{
	width: 100%;
	height: 100%;
	border-radius: 0;
}
#header #gbContact a span.icn{
	width: 22px;
	height: 18px;
}
#header #gbContact a span.txt{
	margin-top: 6px;
	font-size: 0.9rem;
}
}
/*=============================================================
 local
=============================================================*/
/* local
--------------------------------------------------------------*/
#local{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0;
	background-color: #eee;
	line-height: 1.45;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 8999;
	transition: all 0.4s;
}
#local .boxInner{
	max-width:1280px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 32px;
	margin: 0 auto;
	transition: all 0.4s;
}
#local>div>ul{
	display: flex;
	align-items: center;
}
#local>div>ul>li{
	display: flex;
	align-items: center;
	height: 50px;
	position: relative;
	transition: all 0.4s;
}
@media only screen and (min-width:1024px) {
.pageFix #local{
	height: 40px;
	top: 80px;
}
.pageFix #local .boxInner{
	height: 40px;
}
.pageFix #local>div>ul>li{
	height: 40px;
}
}
#local>div>ul>li+li{
	margin: 0 0 0 24px;
}
#local ul a{
	position: relative;
	color: #2D333C;
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}
#local ul a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #2B3192;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#local ul .hasChild>a{
	padding-right: 24px;
}
#local ul .hasChild>a:before{
	content: '';
	width: 24px;
	height: 24px;
	background:url("/corporate/shared/img/link-ac.svg") no-repeat;
	position: absolute;
	top: calc((50% - 12px));
	right: 0;
}
#local ul a:hover,
#local ul .open>a,
#local ul .current a{
	color: #2B3192;
	transition: opacity 0.3s ease-in-out;
  font-weight: 500;
}
#local ul .current a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #2B3192;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
#local ul .hasChild div{
	display: none;
	padding: 5px 0 0;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
#local ul .hasChild dl{
	min-width: 210px;
	padding: 18px 24px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 0px rgba(43, 49, 146, 0.2);
}
#local ul .hasChild div:before{
	content: '';
	width: 26px;
	height: 21px;
	background:url("/corporate/shared/common/arw_menu_top.png") no-repeat;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
#local ul dl ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#local ul dl a{
	font-size: 1.4rem;
}
#local ul dl dt{
	font-weight: 600;
	white-space: nowrap;
}
#local ul dl li{
	margin: 5px 0 0;
	white-space: nowrap;
}
#local ul li a.is-current{
	color: #2B3192;
	transition: opacity 0.3s ease-in-out;
  font-weight: 500;
}
#local ul li a.is-current:after{
	content: '';
	width: 100%;
	height: 2px;
	background: #2B3192;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {
/*=============================================================
 local
=============================================================*/
/* local
--------------------------------------------------------------*/
#local{
	display: none;
}
}