﻿@charset "utf-8";
/* @charset "euc-kr"; */


/* Main Banner Start */
#mainVisualArea {position: relative; display: block; width: 100%; min-width: 320px; height: 100%; min-height: 580px; margin: 0 auto 0; box-sizing: border-box; overflow: hidden;}
/* .header + .mvLayerBox + .swiper-pagination : 120 + 340 + 120 = 580 */
#mainVisualArea .swiper-container {width: 100%; height: 100%;}
#mainVisualArea .swiper-container .swiper-pagination {bottom: 110px !important;}
:root {--swiper-theme-color: #ff9900 !important}
.swiper-pagination-bullet {width: 10px !important; height: 10px !important;}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {background-color: #fff !important; opacity: .9;}
.swiper-container ul.swiper-wrapper > li > .sliderContent {display: block; width: 100%; height: 100%;}
.swiper-container ul.swiper-wrapper > li > .img00 {background: url('/en/img/mbn03.jpg') center center no-repeat; background-size: cover;}
.swiper-container ul.swiper-wrapper > li > .img01 {background: url('/en/img/mbn01.jpg') center center no-repeat; background-size: cover;}
.swiper-container ul.swiper-wrapper > li > .img02 {background: url('/en/img/mbn02.jpg') center center no-repeat; background-size: cover;}
.swiper-container ul.swiper-wrapper > li > .img03 {background: url('/en/img/mbn03.jpg') center center no-repeat; background-size: cover;}

#mainVisualArea .mvLayerBox {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; max-width: 1200px; min-width: 640px; height: 340px; box-sizing: border-box; padding: 0 20px; z-index: 10;}
#mainVisualArea .mvLayerBox .textArea {position: relative; display: block; width: 100%; height: 100%; transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > p.slogan01 {display: block; width: 100%; height: 160px; margin-top: 0; line-height: 80px; font-size: 72px; font-weight: 700; text-align: center; color: #fff; letter-spacing: -2px; transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > p.slogan01 {text-shadow: 1px 1px 5px rgba(0,0,0,0.3);}
#mainVisualArea .mvLayerBox .textArea > p.slogan02 {display: block; width: 100%; height: 60px; margin-top: 40px; line-height: 30px; font-size: 24px; font-weight: 100; text-align: center; color: #fff; letter-spacing: -1px; transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > p.slogan02 > span {font-weight: 500;}
#mainVisualArea .mvLayerBox .textArea > a {display: block; width: 200px; height: 40px; margin: 40px auto 0; line-height: 40px; font-size: 15px; font-weight: 300; text-align: center; color: #fff; letter-spacing: 0px; background-color: rgba(255,153,0,0.9); text-decoration: none;  transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > a:hover {background-color: #222;}
@media screen and (max-width: 980px) {
	#mainVisualArea {min-height: 500px;}
	#mainVisualArea .mvLayerBox {max-width: 960px; height: 260px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {height: auto; line-height: 60px; font-size: 56px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {margin-top: 30px; height: 40px; line-height: 20px; font-size: 18px; letter-spacing: 0;}
	#mainVisualArea .mvLayerBox .textArea > a {margin-top: 30px;}
}
@media screen and (max-width: 660px) {
	#mainVisualArea {min-height: 440px;}
	#mainVisualArea .mvLayerBox {max-width: 640px; min-width: 320px; height: 200px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {line-height: 40px; font-size: 36px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {margin-top: 20px; height: 40px; line-height: 20px; font-size: 16px; font-weight: 300; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > a {margin: 35px auto 0; }
}
@media screen and (max-width: 420px) {
	#mainVisualArea {min-height: 440px;}
	#mainVisualArea .mvLayerBox {max-width: 640px; min-width: 320px; height: 200px; padding: 0;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {font-size: 32px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {font-size: 14px;}
	#mainVisualArea .mvLayerBox .textArea > a {margin: 20px auto 0; }
}

/* Main Banner End */

/* Main Quick Link Start */
/* Main Quick Link End */

/* Main Contants Start */
.mcArea {position: relative; width: 100%; min-width: 320px; margin: 0 auto; padding: 0;}
.mcArea > .decoArea {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: 1; }
.mcArea > .mcBox {position: relative; width: 100%; min-width: 320px; max-width: 1200px; margin: 0 auto; padding: 100px 0; z-index: 2;}

.mcBox .titleArea {width: 100%; height: auto; margin: 0 auto; padding-bottom: 60px;}
.mcBox .titleArea > h2 {display: block; width: 100%; height: 48px; padding: 0; line-height: 48px; font-size: 28px; font-weight: 300; color: #222; text-align: center;}
.mcBox .titleArea > .engTitle {display: block; width: 100%; height: auto; line-height: 40px; font-size: 24px; font-weight: 300; color: #999; text-align: center;}
.mcBox .titleArea > .subject {display: block; width: 100%; height: auto; box-sizing: border-box; padding: 10px 0; line-height: 14px; font-size: 13px; font-weight: 300; color: #999; text-align: center;}
.mcBox .titleArea > .subject > br {display: none;}
@media screen and (max-width: 980px) {
	.mcBox .titleArea {padding-bottom: 40px;}
	.mcBox .titleArea > h2 {height: 50px; line-height: 50px; font-size: 32px;}
	.mcBox .titleArea > .engTitle {line-height: 30px; font-size: 20px;}
	.mcBox .titleArea > .subject {font-size: 13px; line-height: 16px; width: 85%; margin: 0 auto;}
}
@media screen and (max-width: 640px) {
	.mcBox .titleArea > .subject > br {display: block;}
}

#businessArea {background: #f7f7f7;} /* {background: url('../img/bgTableBorder01.png') #eee;;}*/
#businessArea > .decoArea > .decoLayer01 {position: absolute; top: -40px; right: 10%; width: 1100px; height: 960px; background: url('../img/decoBusiness01.png') center top no-repeat; background-size: cover; z-index: 1; transition: all 0.3s;}
#businessArea > .decoArea > .decoLayer02 {position: absolute; top: -150px; right: 0; width: 840px; height: 780px; background: url('../img/decoBusiness02.png') center top no-repeat; background-size: cover; z-index: 1; transition: all 0.3s;}
#businessArea > .decoArea > .decoSection01 {position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; width: 100px; height: 40px; background: url('../img/decoSection01.png') center center no-repeat; background-size: cover; z-index: 2; transition: all 0.3s;}
	.businessResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0;}
	.businessResponse > .rBox {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; transition: all 0.3s;}
	.businessResponse > .rBox > ul.areaBox {display: block; width: 100%; height: auto;}
	.businessResponse > .rBox > ul.areaBox > li {position: relative; float: left; display: block; width: 400px; height: 580px; box-sizing: border-box; padding: 0 20px;}
	.businessResponse > .rBox > ul.areaBox > li > a {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: 1;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business {display: block; width: 100%; height: 100%; background-color: #fff; transition: all 0.3s;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.pic {float: left; display: block; width: 100%; height: 300px; overflow: hidden;}
	.businessResponse > .rBox > ul.areaBox > li:nth-child(1) > ul.business > li.pic {background: url('../img/mImgBusiness01.jpg') center center no-repeat; background-size: cover;}
	.businessResponse > .rBox > ul.areaBox > li:nth-child(2) > ul.business > li.pic {background: url('../img/mImgBusiness02.jpg') center center no-repeat; background-size: cover;}
	.businessResponse > .rBox > ul.areaBox > li:nth-child(3) > ul.business > li.pic {background: url('../img/mImgBusiness03.jpg') center center no-repeat; background-size: cover;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info {float: left; display: block; width: 100%; height: 220px; box-sizing: border-box; padding: 40px; background-color: #fff;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .title {display: block; width: 100%; height: 40px; line-height: 40px; font-size: 26px; font-weight: 400; color: #222; text-align: center; letter-spacing: -0.5px; transition: all 0.3s;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .titleLine {display: block; margin: 0 auto; width: 40px; height: 20px; box-sizing: border-box; border-top: 2px #ff9900 solid;}
    .businessResponse > .rBox > ul.areaBox > li:first-child > ul.business > li.info > .titleLine{width: 130px;}
    .businessResponse > .rBox > ul.areaBox > li:nth-child(2) > ul.business > li.info > .titleLine{width: 150px;}
    .businessResponse > .rBox > ul.areaBox > li:nth-child(3) > ul.business > li.info > .titleLine{width: 190px;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .comment {display: block; width: 100%; height: 110px; line-height: 20px; font-size: 13px; font-weight: 300; color: #999; text-align: center;}
	.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .link {display: block; margin: 0 auto; width: 160px; height: 40px; box-sizing: border-box; padding: 9px; border: 1px #eee solid; line-height: 20px; font-size: 14px; font-weight: 400; color: #777; text-align: center; text-decoration: none; background-color: #fff; transition: all 0.3s;}
	.businessResponse > .rBox > ul.areaBox > li:hover > ul.business {box-shadow: 0 0 10px 0 #888; transform: scale(1.05);}
	.businessResponse > .rBox > ul.areaBox > li:hover > ul.business > li.info > .link {border: 1px #ff9900 solid; color: #fff; text-decoration: none; background-color: #ff9900 ;}
	@media screen and (max-width: 1220px) {
		#businessArea > .decoArea > .decoLayer01 {top: -20px; right: 10%; width: 600px; height: 524px;}
		#businessArea > .decoArea > .decoLayer02 {top: -60px; right: 0; width: 540px; height: 501px;}
		.businessResponse > .rBox {max-width: 960px;}
		.businessResponse > .rBox > ul.areaBox > li {width: 320px; padding: 0 10px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info {padding: 40px 30px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .comment {font-size: 13px;}
	}
	@media screen and (max-width: 980px) {
		.businessResponse {padding: 0 20px;}
		.businessResponse > .rBox > ul.areaBox > li {width: 100%; height: 330px; padding: 0 0 20px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.pic {width: 50%; height: 100%;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info {width: 50%; height: 100%; padding: 40px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .comment {height: 125px; font-size: 14px;}
	}
	@media screen and (max-width: 660px) {
		#businessArea > .decoArea > .decoLayer01 {left: auto; right: auto; margin: 0 auto; width: 80%; height: auto; padding-top: 100%; background-size: 100% auto;}
		#businessArea > .decoArea > .decoLayer02 {right: 0; width: 50%; height: auto; padding-top: 100%; background-size: 100% auto;}
		.businessResponse {padding: 0 10px;}
		.businessResponse > .rBox > ul.areaBox > li {height: 280px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.pic {width: 200px; height: 100%;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info {width: calc(100% - 200px); height: 100%; padding: 30px 20px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .title {height: 30px; line-height: 30px; font-size: 22px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .comment {height: 120px; line-height: 16px; font-size: 12px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .link {width: 120px; font-size: 13px;}
	}
	@media screen and (max-width: 420px) {
		.businessResponse > .rBox > ul.areaBox > li {height: auto;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.pic {width: 100%; height: 140px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info {width: 100%; height: 200px; padding: 30px 20px;}
		.businessResponse > .rBox > ul.areaBox > li > ul.business > li.info > .comment {height: 50px; line-height: 16px; font-size: 12px;}
	}


#aboutArea {background: #fff;}
#aboutArea > .decoArea {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: #eee; z-index: 0; background: url('../img/mImgAbout01.jpg') center center no-repeat; background-size: cover;}
#aboutArea > .mcBox {box-sizing: border-box; max-width: 1200px; padding: 60px 20px; transition: all 0.3s;}
#aboutArea > .mcBox .titleArea {box-sizing: border-box; padding: 60px 40px 20px; background-color: rgba(255,255,255,0.95);}
#aboutArea > .mcBox .titleArea > h2,
#aboutArea > .mcBox .titleArea > .engTitle,
#aboutArea > .mcBox .titleArea > .subject {text-align: center;}
	.aboutResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0 0 60px; background-color: rgba(255,255,255,0.95);}
	.aboutResponse > .rBox {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0 40px 0; transition: all 0.3s;}
	.aboutResponse > .rBox > .slogan {display: block; width: 100%; height: auto; box-sizing: border-box; padding-bottom: 20px; line-height: 40px; font-size: 25px; font-weight: 300; color: #222; text-align: center; letter-spacing: -1px;}
	.aboutResponse > .rBox > .slogan > span {font-weight: 700; display: block; height: 40px; font-size: 29px;}
	.aboutResponse > .rBox > .introduction {display: block; width: 100%; height: auto; box-sizing: border-box; padding-bottom: 40px; line-height: 25px; font-size: 14px; font-weight: 300; color: #777; text-align: center;}
	.aboutResponse > .rBox > a {display: block; margin: 0 auto; width: 160px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 400; color: #fff; text-align: center; text-decoration: none; background-color: #ff9900; transition: all 0.3s;}
	.aboutResponse > .rBox > a:hover {background-color: #222;}
	@media screen and (max-width: 1220px) {
		#aboutArea > .decoArea {top: 0; left: 0; width: 100%; height: 100%;}
		#aboutArea > .mcBox {max-width: 960px; padding: 60px 20px;}
		.aboutResponse > .rBox > .slogan {padding-bottom: 20px; line-height: 30px; font-size: 19px;}
	}
	@media screen and (max-width: 660px) {
		#aboutArea > .decoArea {background: url('../img/mImgAbout01.jpg') center bottom no-repeat; background-size: cover;}
		#aboutArea > .decoArea {height: 300px;}
		#aboutArea > .mcBox {max-width: 960px; padding: 260px 10px 60px;}
		.aboutResponse > .rBox > .slogan {padding-bottom: 20px; line-height: 20px; font-size: 16px;}
		.aboutResponse > .rBox > .introduction {padding-bottom: 20px; line-height: 20px; font-size: 13px;}
		.aboutResponse {padding: 0 20px 40px;}
	}
	@media screen and (max-width: 420px) {
		.aboutResponse > .rBox > .slogan {font-size: 16px;}
		.aboutResponse {padding: 0 10px 40px;}
	}


#philosophyArea {background: url('../img/mImgPhilosophy01Gray.jpg') center top #fff no-repeat; background-size: cover 600px;} /* background-color: #43424a; */
#philosophyArea > .decoArea {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; max-height: 600px; z-index: 0; background: url('../img/mImgPhilosophy01.jpg') center top #43424a no-repeat; background-size: cover;}
#philosophyArea > .mcBox .titleArea > h2 {color: #fff;}
#philosophyArea > .mcBox .titleArea > .engTitle,
#philosophyArea > .mcBox .titleArea > .subject {color: #ccc;}
	.philosophyResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0;}
	.philosophyResponse > .rBox {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto;}
	.philosophyResponse > .rBox > ul.philosophyBox {display: block; width: 100%; height: auto; transition: all 0.3s;}
	.philosophyResponse > .rBox > ul.philosophyBox > li {float: left; display: block; width: 25%; height: 380px; box-sizing: border-box; padding: 0 10px; transition: all 0.3s;}
	.philosophyResponse > .rBox > ul.philosophyBox > li > .item {position: relative; display: block; width: 100%; height: 95%; box-sizing: border-box; padding: 80px 0; box-shadow: 0 0 8px 0 rgba(0,0,0,0.3); background: url('../img/mImgPhilosophyItemBg.png') center top no-repeat rgba(255,255,255,1.0);}
	.philosophyResponse > .rBox > ul.philosophyBox > li > .item > .icon {display: block; width: 120px; height: 120px; margin: 0 auto;}
	.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.kor {display: block; width: 100%; height: 40px; margin: 20px auto 10px; line-height: 25px; font-size: 19px; font-weight: 400; text-align: center; color: #222;}
	.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.eng {display: block; width: 100%; height: 40px; margin: 0 auto; line-height: 40px; font-size: 12px; font-weight: 300; text-align: center; color: #999;}
	.philosophyResponse > .rBox > ul.philosophyBox > li:nth-child(1) > .item > .icon {background: url('../img/mIconPhilosophy01.png') center center no-repeat; background-size: 100% 100%;}
	.philosophyResponse > .rBox > ul.philosophyBox > li:nth-child(2) > .item > .icon {background: url('../img/mIconPhilosophy02.png') center center no-repeat; background-size: 100% 100%;}
	.philosophyResponse > .rBox > ul.philosophyBox > li:nth-child(3) > .item > .icon {background: url('../img/mIconPhilosophy03.png') center center no-repeat; background-size: 100% 100%;}
	.philosophyResponse > .rBox > ul.philosophyBox > li:nth-child(4) > .item > .icon {background: url('../img/mIconPhilosophy04.png') center center no-repeat; background-size: 100% 100%;}
	@media screen and (max-width: 980px) {
		#philosophyArea > .decoArea {max-height: 560px;}
		.philosophyResponse > .rBox > ul.philosophyBox {box-sizing: border-box; padding: 0 10px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li {width: 25%; height: 380px; box-sizing: border-box; padding: 0 10px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.kor {font-size: 17px; line-height: 18px; height: 52px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.eng {line-height: 17px; font-size: 12px;}
	}
	@media screen and (max-width: 660px) {
		#philosophyArea > .decoArea {max-height: 100%;}
		.philosophyResponse > .rBox > ul.philosophyBox > li {width: 25%; height: auto; padding: 0 5px; border-right: 1px rgba(255,255,255,0.3) solid;}
		.philosophyResponse > .rBox > ul.philosophyBox > li:last-child {border-right: 0;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item {padding: 40px 0; box-shadow: 0 0 0 0 rgba(0,0,0,0.3);}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > .icon {width: 80px; height: 80px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.kor {height: 35px; line-height: 13px; font-size: 13px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.eng {height: 30px; line-height: 15px; font-size: 11px;}
	}
	@media screen and (max-width: 420px) {
		.philosophyResponse > .rBox > ul.philosophyBox > li {padding: 0 2px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.kor {font-size: 14px;}
		.philosophyResponse > .rBox > ul.philosophyBox > li > .item > p.eng {font-size: 8px;}
	}


#performanceArea {background-color: #fff;}
#performanceArea > .decoArea > .decoSection02 {position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; width: 100px; height: 40px; background: url('../img/decoSection02.png') center center no-repeat; background-size: cover; z-index: 2; transition: all 0.3s;}

#performanceArea > .mcBox {box-sizing: border-box; padding: 100px 0 100px 600px; transition: all 0.3s;}
#performanceArea > .mcBox > .decoLayer01 {position: absolute; top: -60px; left: -600px; width: 1100px; height: 980px; background: url('../img/decoBusiness01.png') center top no-repeat; background-size: cover; z-index: 1; transition: all 0.3s;}
#performanceArea > .mcBox > .decoLayer02 {position: absolute; top: -220px; left: -40px; width: 840px; height: 780px; background: url('../img/decoBusiness02.png') center top no-repeat; background-size: cover; z-index: 1; transition: all 0.3s;}

#performanceArea > .mcBox > ul.mcImgBox {position: absolute; top: 100px; left: 0; display: block; width: 50%; height: 100%; max-height: 400px; box-sizing: border-box; padding: 0 20px 0 20px; z-index: 1; transition: all 0.3s;}
#performanceArea > .mcBox > ul.mcImgBox > li {float: left; width: 100%; height: 100%; box-sizing: border-box; padding-right: 20px; transition: all 0.3s;}
#performanceArea > .mcBox > ul.mcImgBox > li > div.mImg {display: block; width: 100%; height: 100%; transition: all 0.3s;}
#performanceArea > .mcBox > ul.mcImgBox > li:nth-child(1) > div.mImg {background: url('../img/mImgPerformance01.png') center top no-repeat; background-size: 100% auto; transition: all 0.3s;}

#performanceArea > .mcBox .titleArea {position: relative; box-sizing: border-box; padding-bottom: 18px; z-index: 3;}
#performanceArea > .mcBox .titleArea > h2,
#performanceArea > .mcBox .titleArea > .engTitle,
#performanceArea > .mcBox .titleArea > .subject {text-align: left;width: 69%;}

	.performanceResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0; z-index: 3;}
	.performanceResponse > .rBox {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0 20px 0 0; transition: all 0.3s;}
	.performanceResponse > .rBox > .slogan {display: block; width: 100%; height: auto; box-sizing: border-box; padding-bottom: 20px; line-height: 30px; font-size: 24px; font-weight: 300; color: #222; text-align: left; letter-spacing: -1px;}
	.performanceResponse > .rBox > .slogan > span {font-weight: 700;}
	.performanceResponse > .rBox > .introduction {display: block; width: 100%; height: auto; box-sizing: border-box; padding-bottom: 20px; line-height: 25px; font-size: 14px; font-weight: 300; color: #777; text-align: left;}
	.performanceResponse > .rBox > a {display: block; width: 160px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 400; color: #fff; text-align: center; text-decoration: none; background-color: #ff9900; transition: all 0.3s;}
	.performanceResponse > .rBox > a:hover {background-color: #222;}

	@media screen and (max-width: 1460px) {
		/*
		#performanceArea > .mcBox > .decoLayer01 {left: -60px;}
		#performanceArea > .mcBox > .decoLayer02 {left: -70px;}
		*/
	}
	@media screen and (max-width: 1220px) {
		#performanceArea > .mcBox {max-width: 960px; padding: 100px 0 100px 480px;}
		#performanceArea > .mcBox .titleArea > .subject > br {display: block;}
		/*
		#performanceArea > .mcBox > .decoLayer01 {left: -60px;}
		#performanceArea > .mcBox > .decoLayer02 {left: -70px;}
		*/
		.performanceResponse > .rBox > .slogan {line-height: 30px; font-size: 20px;}
		.performanceResponse > .rBox > .slogan > span {font-weight: 700;}
		.performanceResponse > .rBox > .introduction {line-height: 20px; font-size: 13px;}
	}
	@media screen and (max-width: 980px) {
		#performanceArea > .mcBox {max-width: 960px; padding: 100px 20px;}
		#performanceArea > .mcBox > .decoLayer01 {left: -20%; right: auto; margin: 0 auto; width: 80%; height: auto; padding-top: 100%; background-size: 100% auto;}
		#performanceArea > .mcBox > .decoLayer02 {top: 10%; left: 5%; right: auto; width: 60%; height: auto; padding-top: 100%; background-size: 100% auto;}
		#performanceArea > .mcBox > ul.mcImgBox {position: relative; top: 0; margin: 0 auto; width: 100%; max-width: 540px; height: 400px; padding: 0 10px;}
		#performanceArea > .mcBox > ul.mcImgBox > li {padding: 0 10px;}
		#performanceArea > .mcBox .titleArea > h2,
		#performanceArea > .mcBox .titleArea > .engTitle,
		#performanceArea > .mcBox .titleArea > .subject {text-align: center;width: 100%;}
		#performanceArea > .mcBox .titleArea > .subject > br {display: none;}

		.performanceResponse {max-width: 640px; padding: 40px 0 0;}
		.performanceResponse > .rBox > .slogan,
		.performanceResponse > .rBox > .introduction {text-align: center;}
		.performanceResponse > .rBox > a {margin: 0 auto;}
	}
	@media screen and (max-width: 660px) {
		#performanceArea > .mcBox {padding: 100px 10px;}
		#performanceArea > .mcBox > ul.mcImgBox {padding: 0; width: 100%; height: 280px;}
		#performanceArea > .mcBox > ul.mcImgBox > li {padding: 0;}
		#performanceArea > .mcBox > ul.mcImgBox > li:nth-child(1) > div.mImg {background-size: auto 100%;} 
		.performanceResponse > .rBox {padding: 0;}
		.performanceResponse > .rBox > .slogan {line-height: 25px; font-size: 15px;}
	}


#supportArea {background-color: #f9f7f1;}
#supportArea > .decoArea > .decoSection01 {position: absolute; top: -20px; left: 0; right: 0; margin: 0 auto; width: 100px; height: 40px; background: url('../img/decoSection01.png') center center no-repeat; background-size: cover; z-index: 1; transition: all 0.3s;}
	.supportResponse {position: relative; width: 100%; height: auto; margin: 0 auto;}
	.supportResponse > .rBox {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0 20px; transition: all 0.3s;}
	.supportResponse > .rBox > .supportImg {float: left; display: block; width: 800px; height: 340px; background: url('../img/mImgSupport01.jpg') left top no-repeat; background-size: cover;}
	.supportResponse > .rBox > ul.supportGroup {float: left; display: block; width: 360px; height: 340px; box-sizing: border-box; padding: 20px 40px; background-color: #fff;}
	.supportResponse > .rBox > ul.supportGroup > li {position: relative; display: block; width: 100%; height: 74px;}
	.supportResponse > .rBox > ul.supportGroup > li > a {display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 24px 20px 19px 10px; border-bottom: 1px #eee solid; line-height: 18px; font-size: 16px; font-weight: 400; color: #222; text-decoration: none; transition: all 0.3s;}
    .supportResponse > .rBox > ul.supportGroup > li > a:last-child {padding: 18px 20px 19px 10px;}
	.supportResponse > .rBox > ul.supportGroup > li > a:hover {color: #fff; border-bottom: 1px #ff9900 solid; background-color: #ff9900;}
	.supportResponse > .rBox > ul.supportGroup > li > span {position: absolute; top: 20px; right: 15px; width: 20px; height: 20px; line-height: 20px; font-size: 20px; font-weight: 300; color: #999; text-align: center; z-index: 1; transition: all 0.3s;}
    .supportResponse > .rBox > ul.supportGroup > li:last-of-type span {top: 27px;}
	.supportResponse > .rBox > ul.supportGroup > li:hover > span {color: #fff;}

	@media screen and (max-width: 1220px) {
		.supportResponse > .rBox {max-width: 960px;}
		.supportResponse > .rBox > .supportImg {width: 700px; height: 300px;}
		.supportResponse > .rBox > ul.supportGroup {width: 220px; height: 300px; padding: 20px;}
		.supportResponse > .rBox > ul.supportGroup > li > a {font-size: 13px;}
	}
	@media screen and (max-width: 980px) {
		.supportResponse > .rBox > .supportImg {float: none; width: 100%; height: 300px;}
		.supportResponse > .rBox > ul.supportGroup {float: none; width: 100%; height: auto; padding: 20px;}
		.supportResponse > .rBox > ul.supportGroup > li {float: left; width: 33.33%; height: 60px;}
		.supportResponse > .rBox > ul.supportGroup > li > a {padding: 20px 19px 20px 10px; border: 0; border-right: 1px #eee solid; font-size: 15px;}
		.supportResponse > .rBox > ul.supportGroup > li > a:hover {color: #fff; border: 0; border-right: 1px #ff9900 solid; background-color: #ff9900 ;}
		.supportResponse > .rBox > ul.supportGroup > li:last-child > a {padding: 13px 20px 20px 13px; border: 0; font-size: 14px;}
	}
	@media screen and (max-width: 660px) {
		.supportResponse > .rBox {padding: 0 10px;}
		.supportResponse > .rBox > .supportImg {height: 220px;}
		.supportResponse > .rBox > ul.supportGroup {padding: 10px;}
		.supportResponse > .rBox > ul.supportGroup > li > a {font-size: 15px; padding: 20px 9px 20px 10px;}
		.supportResponse > .rBox > ul.supportGroup > li:last-child > a {padding: 20px 10px 20px 10px; font-size: 13px;}
		.supportResponse > .rBox > ul.supportGroup > li > span {right: 5px;}
	}
	@media screen and (max-width: 500px) {
		.supportResponse > .rBox > .supportImg {height: 140px;}
		.supportResponse > .rBox > ul.supportGroup > li {width: 100%; height: 45px;}
		.supportResponse > .rBox > ul.supportGroup > li > a {padding: 10px 9px 10px 10px; border: 0; border-bottom: 1px #eee solid; line-height: 20px;}
		.supportResponse > .rBox > ul.supportGroup > li:last-child > a {padding: 12px 10px 10px 10px; border: 0; line-height: 14px;}
		.supportResponse > .rBox > ul.supportGroup > li > a:hover {border: 0; border-bottom: 1px #ff9900 solid;}
		.supportResponse > .rBox > ul.supportGroup > li > span {top: 10px; right: 10px;}
        .supportResponse > .rBox > ul.supportGroup > li > span:last-child {top: 13px;}
	}

























