@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.sponly {
	display: none;
}
.spmask {
	display: block;
}


/*------------------------------
	contents
------------------------------*/
#contents {
}

/*------------------------------

------------------------------*/
@keyframes shake {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(5deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/*------------------------------
	bread
------------------------------*/
#bread {
	margin-top: 140px;
	padding: 13px 0;
	background-color: #f1f1f1;
}
#bread .inner {
	width: 1100px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 12px;
}
#bread .inner a {
	color: #000000;
	text-decoration: none;
}
#bread .inner a:hover {
	text-decoration: underline;
}

/*------------------------------
	index - kvArea
------------------------------*/
#index #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 430px;
}
/*------------------------------*/
#index #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#index #kvArea .inner h2 {
	font-size: 60px;
	color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 210px;
	padding-bottom: 25px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#index #kvArea .inner h2 span {

	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#index #kvArea .inner .sub {
	font-size: 14px;
	color: #ffffff;
}

/*------------------------------
	index - read
------------------------------*/
#index #read {
	background-color: #f1f1f1;
	padding: 110px 0 70px;
	text-align: center;
	font-size: 16px;
	line-height: 2.1;
	border-bottom: solid 1px #a3a3a3;
}
#index #read h3 {
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}
#index #read h3 span {
	border-bottom: solid 1px #003391;
	padding-bottom: 10px;
}

/*------------------------------
	index - field1
------------------------------*/
#index .field1 {
	padding: 140px 0;
	background: url("../images/bg_field1.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: solid 1px #a3a3a3;
}
#index .field1 .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#index .field1 #ancf1 {
	position: absolute;
	left: 0;
	top: -282px;
}
#index .field1 h3 {
	font-size: 22px;
	color: #003391;
	text-align: left;
	background: url("../images/bg_line.gif") no-repeat 240px 5px;
	padding-bottom: 35px;
}
#index .field1 .listBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index .field1 .listBox p {
	width: 440px;
	font-size: 16px;
	line-height: 1.8;
}
#index .field1 .listBox ul {
	padding-top: 4px;
	width: 620px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*
#index .field1 .listBox ul li {
	width: 300px;
	margin-bottom: 30px;
	background: url("../images/bg_list_arrow.png") no-repeat right 32px;
	background-color: #003391;
	text-align: center;
	line-height: 1.3;

	transition-duration: 0.3s;
}
#index .field1 .listBox ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	height: 47px;
	padding-top: 28px;
}
#index .field1 .listBox ul li.line2 a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	height: 55px;
	padding-top: 20px;
}
#index .field1 .listBox ul li:hover {
	opacity: 0.7;
}
*/

#index .field1 .listBox ul li {
	width: 300px;
	text-align: center;
	height: 75px;
	line-height: 1.3;
}
#index .field1 .listBox ul li a {
	border: solid 1px #003391;
	display: inline-block;
	width: 298px;
	color: #ffffff;
	padding: 26px 0 24px;
	text-decoration: none;
	font-size: 16px;
	background: url("../images/bg_list_arrow.png") no-repeat right 32px;
	background-color: #003391;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#index .field1 .listBox ul li.line2 a {
	padding: 16px 0 14px;
}
#index .field1 .listBox ul li a::before,
#index .field1 .listBox ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .field1 .listBox ul li a,
#index .field1 .listBox ul li a::before,
#index .field1 .listBox ul li a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .field1 .listBox ul li a:hover {
	color: #003391;
}
#index .field1 .listBox ul li a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .field1 .listBox ul li a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}

/*------------------------------
	index - field2
------------------------------*/
#index .field2 {
	padding: 140px 0;
	background: url("../images/bg_field2.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: solid 1px #a3a3a3;
}
#index .field2 #ancf2 {
	position: absolute;
	left: 0;
	top: -282px;
}
#index .field2 .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#index .field2 h3 {
	font-size: 22px;
	color: #003391;
	text-align: right;
	background: url("../images/bg_line.gif") no-repeat -110px 5px;
	padding-bottom: 35px;
}
#index .field2 .listBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#index .field2 .listBox p {
	width: 500px;
	font-size: 16px;
	line-height: 1.8;
}
#index .field2 .listBox ul {
	padding-top: 4px;
	width: 550px;

}
/*
#index .field2 .listBox ul li {
	width: 550px;
	margin-bottom: 30px;
	background: url("../images/bg_list_arrow.png") no-repeat right 32px;
	background-color: #003391;
	text-align: center;
	line-height: 1.3;

	transition-duration: 0.3s;
}
#index .field2 .listBox ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	height: 47px;
	padding-top: 28px;
}
#index .field2 .listBox ul li:hover {
	opacity: 0.7;
}
*/
#index .field2 .listBox ul li {
	width: 550px;
	text-align: center;
	height: 75px;

}
#index .field2 .listBox ul li a {
	border: solid 1px #003391;
	display: inline-block;
	width: 548px;
	color: #ffffff;
	padding: 28px 0 26px;
	text-decoration: none;
	font-size: 16px;
	background: url("../images/bg_list_arrow.png") no-repeat right 32px;
	background-color: #003391;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#index .field2 .listBox ul li a::before,
#index .field2 .listBox ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#index .field2 .listBox ul li a,
#index .field2 .listBox ul li a::before,
#index .field2 .listBox ul li a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#index .field2 .listBox ul li a:hover {
	color: #003391;
}
#index .field2 .listBox ul li a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#index .field2 .listBox ul li a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}



/*------------------------------
	index - search
------------------------------*/
#index #itemArea {
	padding-top: 140px;
	position: relative;
}
#index #itemArea #ancf3 {
	position: absolute;
	left: 0;
	top: -142px;
}
#index #itemArea h3 {
	width: 1100px;
	background: url("../images/bg_line.gif") repeat-x left 12px;
	font-size: 20px;
	color: #003391;
	margin: 0 auto;
	margin-bottom: 50px;
	line-height: 1.4;
	text-align: center;
}
#index #itemArea h3 span {
	width: 1100px;
	background: url("../images/bg_h3_item.png") no-repeat 16px top;
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 20px;
}
/*------------------------------*/
#index #itemArea {
	padding-top: 140px;
}
#index #itemArea .itemList {
	min-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index #itemArea .itemList .itemBox {
	width: 33.3%;
	height: 250px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;
	background-color: #000000;
}
#index #itemArea .itemList .itemBox .inner {
	width: 100%;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50%;

	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#index #itemArea .itemList .itemBox.no1 .inner {
	background: url("../images/bg_search_01.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox:hover .inner {
	width: 120%;
	margin-left: -60%;
	opacity: 0.7;
	cursor: pointer;
}
#index #itemArea .itemList .itemBox.no2 .inner {
	background: url("../images/bg_search_02.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no3 .inner {
	background: url("../images/bg_search_03.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no4 .inner {
	background: url("../images/bg_search_04.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no5 .inner {
	background: url("../images/bg_search_05.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}
#index #itemArea .itemList .itemBox.no6 .inner {
	background: url("../images/bg_search_06.png") no-repeat center center;
	background-size: cover;

	transition-duration: 0.3s;
}

/*------------------------------
	index - lightBox
------------------------------*/
.lightBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;

	display: none;
}
.lightBox .inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.lightBox .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 201;
}
.lightBox .close {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	z-index: 203;
	margin-left: 325px;
	margin-top: -307px;
}
.lightBox .close:hover {
	cursor: pointer;
}
.lightBox .inner .linkbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 650px;
	height: 535px;
	background-color: #ffffff;
	margin-left: -325px;
	margin-top: -267px;
	overflow: auto;
	z-index: 202;

	display: none;
}
.lightBox .inner .linkbox .title {
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #003391;
}
.lightBox .inner .linkbox .tableBox {
	padding: 25px 20px;
}
.lightBox .inner .linkbox .tableBox table {
	width: 100%;
}
.lightBox .inner .linkbox .tableBox th {
	border: solid 1px #cecece;
	border-right: none;
	width: 155px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
	color: #003391;
	font-size: 16px;
	background-color: #d8e0ee;
	line-height: 1.8;
}
.lightBox .inner .linkbox .tableBox td {
	border: solid 1px #cecece;
	border-left: none;
	padding: 15px 10px 15px 20px;
	line-height: 1.6;
	font-size: 14px;
}
.lightBox .inner .linkbox .tableBox td .linkTxt {
	padding: 8px 0;
	color: #003391;
}
.lightBox .inner .linkbox .tableBox td .linkTxt a {
	color: #424242;
}
.lightBox .inner .linkbox .tableBox td .linkTxt a:hover {
	text-decoration: none;
}




/*------------------------------
	business - kvArea
------------------------------*/
#business #kvArea {
	background: url("../images/bg_kv.jpg") no-repeat center center;
	background-size: cover;
	height: 200px;
}
/*------------------------------*/
#business #kvArea .inner {
	width: 1100px;
	margin: 0 auto;
}
#business #kvArea .inner h2 {
	font-size: 46px;
	color: #ffffff;

	padding-top: 30px;
	line-height: 1.2;
	font-weight: normal;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#business #kvArea .inner h2 span {
	font-size: 14px;
}

/*------------------------------
	inpage - groupMenu
------------------------------*/
.groupMenu {
	border-bottom: solid 1px #6b6b6b;
	margin-bottom: 70px;
}
.groupMenu {
	margin-bottom: 0px;
}
.groupMenu ul {
	width: 1030px;
	margin: 0 auto;
	background: url("../images/bg_broup_li.gif") no-repeat left 30px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.groupMenu li {
	/*
	border-bottom: solid 4px #ffffff;
	*/
	font-size: 14px;
	text-align: center;
	position: relative;
}
.groupMenu li.active {
	/*
	border-bottom: solid 4px #6b6b6b;
	*/
}
.groupMenu li:hover {
	/*
	border-bottom: solid 4px #6b6b6b;
	*/
}
.groupMenu li a {
	background: url("../images/bg_broup_li.gif") no-repeat right 30px;
	color: #000000;
	display: block;
	padding: 32px 51px 34px;
	text-decoration: none;
}
/*------------------------------*/
.groupMenu li .hoverLine {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 4px;
	width: 0px;
	background-color: #6b6b6b;

	transition-duration: 0.2s;
}
.groupMenu li.active .hoverLine {
	width: 100%;
}
.groupMenu li:hover .hoverLine {
	width: 100%;
}
/*------------------------------*/

/*------------------------------
	business - read
------------------------------*/
#business #read {
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 2.1;
}
#business #read p {
	width: 1100px;
	margin: 0 auto;
	padding: 90px 0;
	text-align: left;
}

/*------------------------------
	business - h3
------------------------------*/
#business .h3Box {
	padding: 75px 0 85px;
	text-align: center;
}
#business .h3Box .sub {
	color: #193357;
	padding-bottom: 20px;
	font-size: 12px;
}
#business .h3Box h3 {
	color: #003391;
	font-size: 46px;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#business .h3Box h3 span {
	font-weight: 700;
}




/*------------------------------
	business - contentsBox
------------------------------*/
#business .inforArea {
	border-top: solid 1px #003391;
	padding: 60px 0 135px;
}
#business .inforArea .inforBox {
	width: 1100px;
	margin: 0 auto;
}

/*------------------------------*/
#business .inforArea .inforBox h4 {
	font-size: 20px;
	color: #003391;
	padding-bottom: 20px;
	position: relative;
}
#business .inforArea .depAncor {
	position: absolute;
	top: -201px;
	left: 0;
}

#business .inforArea .inforBox p {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 50px;
}
/*------------------------------*/
#business .inforArea .tableBox {
	margin-bottom: 60px;
	border: solid 1px #c8c8c8;
	padding: 35px 30px 40px;
	background-color: #e7efff;
}
#business .inforArea .tableBox table {
	width: 100%;
}
#business .inforArea .tableBox th {
	width: 270px;
	border-right: solid 1px #003391;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
	color: #0159ab;
	font-size: 18px;
}
#business .inforArea .tableBox td {
	padding: 15px 10px 15px 20px;
	font-size: 16px;
	vertical-align: top;
}
#business .inforArea .tableBox td li {
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
#business .inforArea .tableBox th,
#business .inforArea .tableBox td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #003391;
}
#business .inforArea .tableBox th.btm,
#business .inforArea .tableBox td.btm {
	border-bottom: none;
}
#business .inforArea .tableBox td.noDiv {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 300px;
}
#business .inforArea .tableBox td li.attention {
	padding-top: 15px;
}
/*------------------------------*/
#business .inforArea .btn {
	width: 540px;
	margin: 0 auto;
	background-color: #e7efff;
	text-align: center;
	font-size: 20px;

	transition-duration: 0.3s;
}
#business .inforArea .btn a {
	border: solid 5px #003391;
	display: inline-block;
	width: 530px;
	color: #003391;
	padding: 26px 0 24px;
	text-decoration: none;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#business .inforArea .btn a::before,
#business .inforArea .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#business .inforArea .btn a,
#business .inforArea .btn a::before,
#business .inforArea .btn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#business .inforArea .btn a:hover {
	color: #ffffff;
}
#business .inforArea .btn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#business .inforArea .btn a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
#business .inforArea .upperBtn {
	margin-bottom: 20px;
}
/*------------------------------*/
#business .inforArea .linkBtn {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 60px;
	background-color: #003391;
	text-align: center;
	font-size: 20px;
	height: 74px;

	transition-duration: 0.3s;
}
#business .inforArea .linkBtn a {
	border: solid 1px #003391;
	display: inline-block;
	width: 778px;
	color: #ffffff;
	padding: 30px 0 28px;
	text-decoration: none;
	background-color: #003391;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#business .inforArea .linkBtn a::before,
#business .inforArea .linkBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#business .inforArea .linkBtn a,
#business .inforArea .linkBtn a::before,
#business .inforArea .linkBtn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#business .inforArea .linkBtn a:hover {
	color: #003391;
}
#business .inforArea .linkBtn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#business .inforArea .linkBtn a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}


/*------------------------------
	business - detail
------------------------------*/
#business .h3detail {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	padding: 8px 10px;
	position: relative;
}
#business .h3detail h3 {
	border-left: solid 8px #003391;
	color: #003391;
	padding: 18px 15px 16px;
	font-size: 20px;
}
#business .h3detail .moto {
	position: absolute;
	right: 20px;
	top: 26px;
	font-size: 16px;
	font-weight: bold;
}
/*------------------------------*/
#business #readDetail {
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 2.1;
	margin-bottom: 70px;
}
#business #readDetail p {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
}
/*------------------------------*/
#business .itemDetail {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 110px;
}
#business .itemDetail .logo1 {
	background: url("../images/bg_company_logo1.png") no-repeat right 0px;
}
#business .itemDetail .logo2 {
	background: url("../images/bg_company_logo2.png") no-repeat right 0px;
}
#business .itemDetail {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 110px;
}
#business .itemDetail h4 {
	font-size: 16px;
	padding-bottom: 10px;
}
#business .itemDetail h4 span {
	color: #003391;
}
#business .itemDetail ul {
	padding-bottom: 40px;
}
#business .itemDetail li {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}
#business .itemDetail li span {
	color: #003391;
}
/*------------------------------*/
#business .itemDetail .linBtnBox {
	border-top: solid 1px #003391;
	padding-top: 30px;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#business .itemDetail .linBtnBox .catalog {
	width: 436px;
	margin: 0 13px;
	text-align: center;
	/*
	border: solid 2px #003391;
	*/
}
#business .itemDetail .linBtnBox .catalog a span {
	background: url("../images/bg_icon_pdf.png") no-repeat left 9px;
	padding: 14px 0;
	padding-left: 44px;
}
#business .itemDetail .linBtnBox .catalog a {
	border: solid 2px #003391;
	display: inline-block;
	width: 432px;
	color: #003391;
	padding: 26px 0 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#business .itemDetail .linBtnBox .catalog a::before,
#business .itemDetail .linBtnBox .catalog a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#business .itemDetail .linBtnBox .catalog a,
#business .itemDetail .linBtnBox .catalog a::before,
#business .itemDetail .linBtnBox .catalog a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#business .itemDetail .linBtnBox .catalog a:hover {
	color: #ffffff;
}
#business .itemDetail .linBtnBox .catalog a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#business .itemDetail .linBtnBox .catalog a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
/*------------------------------*/
#business .itemDetail .linBtnBox .contact {
	width: 436px;
	margin: 0 13px;
	text-align: center;
	/*
	border: solid 2px #003391;
	*/
}
#business .itemDetail .linBtnBox .contact a {
	border: solid 2px #003391;
	display: inline-block;
	width: 432px;
	color: #003391;
	background-color: #e7efff;
	padding: 26px 0 24px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#business .itemDetail .linBtnBox .contact a::before,
#business .itemDetail .linBtnBox .contact a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#business .itemDetail .linBtnBox .contact a,
#business .itemDetail .linBtnBox .contact a::before,
#business .itemDetail .linBtnBox .contact a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#business .itemDetail .linBtnBox .contact a:hover {
	color: #ffffff;
}
#business .itemDetail .linBtnBox .contact a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#business .itemDetail .linBtnBox .contact a:hover::after {
	top: 0;
	left: 0;
	background-color: #003391;
}
/*------------------------------*/
#business .return {
	background-color: #f6f6f6;
	padding: 50px 0;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#business .return .btn {
	width: 490px;
	margin: 0 13px;
	text-align: center;
	/*
	border: solid 2px #003391;
	*/
}
#business .return .btn a {
	border: solid 2px #003391;
	display: inline-block;
	width: 486px;
	color: #ffffff;
	background-color: #003391;
	padding: 20px 0 18px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#business .return .btn a::before,
#business .return .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#business .return .btn a,
#business .return .btn a::before,
#business .return .btn a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#business .return .btn a:hover {
	color: #003391;
}
#business .return .btn a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#business .return .btn a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}















/*------------------------------
	loading
------------------------------*/
#loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
#loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
}


#spChecker{
	display : none;
}
