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


/* Main Banner Start */
#mainVisualArea {position: relative; display: block; width: 100%; min-width: 320px; height: 100%; min-height: 800px; 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: 30px !important;}

:root {--swiper-theme-color: rgba(19,159,224,1.0) !important}
.swiper-button-next::after,
.swiper-button-prev::after {font-size: 20px !important;}
/* .swiper-pagination-bullet {width: 10px !important; height: 10px !important;} */
.swiper-pagination-bullet {width: 30px !important; height: 5px !important; border-radius: 0 !important;}

.swiper_type01 .swiper-pagination {font-size: 0; line-height: 0;}
.swiper_type01 .swiper-pagination-bullets {bottom: 20px !important;}
.swiper_type01 .swiper-pagination-bullet {width: 30px !important; height: 5px !important; border-radius: 0 !important;}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {background-color: #fff !important; opacity: .9;}
.swiper-pagination-progressbar {top: auto !important; bottom: 80px !important; display: none; height: 2px !important; background-color: rgba(0,0,0,0.05) !important;}
.swiper-button-prev {left: 0 !important;}
.swiper-button-next {right: 0 !important;}
.swiper-button-prev,
.swiper-button-next {top: cala(50% - 40px) !important; color: #fff !important; background-color: rgba(0,123,193,0.8);}
.swiper-button-disabled {background-color: rgba(0,0,0,0.3); opacity: 0.2 !important;}

#mainVisualArea .swiper-container ul.swiper-wrapper > li > .sliderContent {display: block; width: 100%; height: 100%;}
#mainVisualArea .swiper-container ul.swiper-wrapper > li > .img01 {background: url('../img/mbn01.jpg') center center no-repeat; background-size: cover;}
#mainVisualArea .swiper-container ul.swiper-wrapper > li > .img02 {background: url('../img/mbn02.jpg') center center no-repeat; background-size: cover;}
#mainVisualArea .swiper-container ul.swiper-wrapper > li > .img03 {background: url('../img/mbn03.jpg') center center no-repeat; background-size: cover;}


#mainVisualArea .mvLayerBox {position: absolute; top: 100px; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; max-width: 1200px; min-width: 640px; height: 540px; box-sizing: border-box; padding: 0 10px; 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: auto; line-height: 80px; font-size: 72px; font-weight: 900; text-align: left; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > p.slogan02 {display: block; margin-top: 20px; width: 100%; height: auto; line-height: 40px; font-size: 28px; font-weight: 300; text-align: left; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}
/*
#mainVisualArea .mvLayerBox .textArea > p.slogan01 br,
#mainVisualArea .mvLayerBox .textArea > p.slogan02 br {display: none;}
*/
#mainVisualArea .mvLayerBox .textArea > p.companyName01 {display: block; margin-top: 40px; width: 100%; line-height: 40px; font-size: 30px; font-weight: 300; text-align: left; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}
#mainVisualArea .mvLayerBox .textArea > p.companyName02 {display: block; margin-top: 0; width: 100%; line-height: 60px; font-size: 48px; font-weight: 900; text-align: left; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}

#mainVisualArea .mvLayerBox .textArea > p {text-shadow: 1px 1px 5px rgba(0,0,0,0.5);}
#mainVisualArea .mvLayerBox .textArea > a {display: block; margin-top: 80px; width: 280px; height: 60px; box-sizing: border-box; border: 1px rgba(255,255,255,0.5) solid; border-radius: 0; line-height: 58px; font-size: 16px; font-weight: 500; text-align: center; color: #fff; letter-spacing: -0.03em; text-decoration: none; transition: all 0.3s;}
/* #mainVisualArea .mvLayerBox .textArea > a:hover {border: 1px rgba(19,159,224,1.0) solid; background-color: rgba(19,159,224,1.0);} */
/* #mainVisualArea .mvLayerBox .textArea > a:hover {border: 1px rgba(234,79,43,1.0) solid; background-color: rgba(234,79,43,1.0);} */
/* #mainVisualArea .mvLayerBox .textArea > a:hover {border: 1px rgba(87,197,195,1.0) solid; background-color: rgba(87,197,195,1.0);} */
#mainVisualArea .mvLayerBox .textArea > a:hover {border: 1px rgba(245,65,57,1.0) solid; background-color: rgba(245,65,57,0.9);}
/* #mainVisualArea .mvLayerBox .textArea > a:hover {background-size: 100% 100%;} */

@media screen and (max-width: 980px) {
	#mainVisualArea {min-height: 680px;}
	#mainVisualArea .mvLayerBox {top: 80px; height: 440px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {line-height: 60px; font-size: 48px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {margin-top: 20px; line-height: 30px; font-size: 22px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName01 {margin-top: 30px; line-height: 30px; font-size: 20px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName02 {line-height: 40px; font-size: 32px; text-align: center;}

	#mainVisualArea .mvLayerBox .textArea > a {margin: 80px auto 0;}
}
@media screen and (max-width: 660px) {
	#mainVisualArea {min-height: 620px;}
	#mainVisualArea .mvLayerBox {top: 80px; min-width: 300px; height: 310px} 
	#mainVisualArea .mvLayerBox .textArea {}
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {line-height: 40px; font-size: 36px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {line-height: 20px; font-size: 15px;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName01 {margin-top: 20px; line-height: 20px; font-size: 15px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName02 {line-height: 30px; font-size: 24px; text-align: center;}

	#mainVisualArea .mvLayerBox .textArea > a {margin: 60px auto 0; width: 200px; height: 40px; line-height: 38px; font-size: 14px;}
}
@media screen and (max-width: 420px) {
	#mainVisualArea {min-height: 568px;}
	#mainVisualArea .mvLayerBox {top: 0px; padding: 0 10px;}
	#mainVisualArea .mvLayerBox {height: 290px} 
	#mainVisualArea .mvLayerBox .textArea > p.slogan01 {line-height: 30px; font-size: 26px;}
	#mainVisualArea .mvLayerBox .textArea > p.slogan02 {line-height: 20px; font-size: 13px;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName01 {margin-top: 20px; line-height: 20px; font-size: 15px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > p.companyName02 {line-height: 30px; font-size: 24px; text-align: center;}
	#mainVisualArea .mvLayerBox .textArea > a {margin: 60px 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 > .mcBox {position: relative; width: 100%; min-width: 320px; max-width: 1200px; margin: 0 auto; padding: 100px 0;}

.mcBox .titleArea {position: relative; display: block; width: 100%; height: auto; min-height: 40px; max-height: none; margin: 0 auto; box-sizing: border-box; padding-bottom: 40px;}
.mcBox .titleArea > .engTitle {line-height: 30px; font-size: 20px; font-weight: 900; color: #222; text-align: center; letter-spacing: -0.03em; transition: all 0.3s;}
.mcBox .titleArea > h2 {line-height: 80px; font-size: 60px; font-weight: 100; color: #222; text-align: center; letter-spacing: -0.04em; transition: all 0.3s;}
.mcBox .titleArea > h2 br {display: none;}
.mcBox .titleArea > .subject {position: relative; display: block; width: 100%; padding-top: 10px; line-height: 20px; font-size: 16px; font-weight: 300; color: #999; text-align: center; letter-spacing: -0.03em; transition: all 0.3s;}
.mcBox .titleArea > .subject br {display: none;}

@media screen and (max-width: 980px) {
	.mcArea > .mcBox {padding: 80px 0;}
	.mcBox .titleArea {height: auto; padding-bottom: 40px;}
	.mcBox .titleArea > .engTitle {line-height: 30px; font-size: 20px;}
	.mcBox .titleArea > h2 {line-height: 50px; font-size: 42px; transition: all 0.3s;}
	.mcBox .titleArea > .subject {line-height: 20px; font-size: 14px; transition: all 0.3s;}
}

@media screen and (max-width: 660px) {
	.mcArea > .mcBox {padding: 60px 0;}
	.mcBox .titleArea {height: auto; padding-bottom: 30px;}
	.mcBox .titleArea > .engTitle {line-height: 20px; font-size: 18px;}
	.mcBox .titleArea > h2 {line-height: 40px; font-size: 32px; transition: all 0.3s;}
	.mcBox .titleArea > .subject {line-height: 20px; font-size: 13px; transition: all 0.3s;}
}

@media screen and (max-width: 420px) {
	.mcBox .titleArea > .engTitle {line-height: 20px; font-size: 16px;}
	.mcBox .titleArea > h2 {line-height: 40px; font-size: 32px; transition: all 0.3s;}
	.mcBox .titleArea > h2 br {display: inline-block;}
	.mcBox .titleArea > .subject {line-height: 20px; font-size: 12px; transition: all 0.3s;}
	.mcBox .titleArea > .subject br {display: inline-block;}
}

#businessArea {background: url('../img/mBgBusinessArea01.jpg') center center no-repeat; background-size: cover;}

	.businessResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0; transition: all 0.3s;}
	.businessResponse .rBox {position: relative; display: block; width: 100%; height: auto; margin: 0; padding: 0; transition: all 0.3s;}
	.businessResponse .rBox ul.businessGroup {position: relative; display: block; margin: 0 auto; width: 100%;}
	.businessResponse .rBox ul.businessGroup li {float: left; position: relative; display: block; width: 33.333333%; height: 250px; box-sizing: border-box; padding: 0 10px;}
	.businessResponse .rBox ul.businessGroup li:nth-child(1) .imgArea { background: url('../img/mImgBusiness01.jpg') center top no-repeat; background-size: cover;}
	.businessResponse .rBox ul.businessGroup li:nth-child(2) .imgArea { background: url('../img/mImgBusiness03.jpg') center center no-repeat; background-size: cover;}
	.businessResponse .rBox ul.businessGroup li:nth-child(3) .imgArea { background: url('../img/mImgBusiness04.jpg') center center no-repeat; background-size: cover;}
	.businessResponse .rBox ul.businessGroup li:nth-child(4) .imgArea { background: url('../img/mImgBusiness02.jpg') center center no-repeat; background-size: cover;}
	.businessResponse .rBox ul.businessGroup li:nth-child(5) .imgArea { background: url('../img/mImgBusiness05.jpg') center center no-repeat; background-size: cover;}
	.businessResponse .rBox ul.businessGroup li:nth-child(1) {height: 520px;}
	.businessResponse .rBox ul.businessGroup li:nth-child(2),
	.businessResponse .rBox ul.businessGroup li:nth-child(3) {height: 260px; padding-bottom: 10px;}
	.businessResponse .rBox ul.businessGroup li:nth-child(4),
	.businessResponse .rBox ul.businessGroup li:nth-child(5) {height: 260px; padding-top: 10px;}
	.businessResponse .rBox ul.businessGroup li .bBox {display: block; width: 100%; height: 100%; overflow: hidden; transition: all 0.3s;}
	.businessResponse .rBox ul.businessGroup li .bBox:hover {box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);} 
	.businessResponse .rBox ul.businessGroup li .bBox .imgArea {position: relative; display: block; width: 100%; height: calc(100% - 110px); background-color: rgba(0,0,0,0.03); z-index: 1; transition: all 0.3s;}
	.businessResponse .rBox ul.businessGroup li .bBox:hover .imgArea {transform: scale(105%);}
	.businessResponse .rBox ul.businessGroup li .bBox .infoArea {position: relative; display: block; width: 100%; height: 110px; box-sizing: border-box; padding: 20px; background-color: rgba(255,255,255,1.0);  z-index: 2;}
	.businessResponse .rBox ul.businessGroup li .bBox .infoArea h3 {width: 100%; height: 30px; box-sizing: border-box; padding-bottom: 10px; line-height: 20px; font-size: 18px; font-weight: 700; color: #222; letter-spacing: -0.03em;}
	.businessResponse .rBox ul.businessGroup li .bBox .infoArea p {width: 100%; height: 40px; line-height: 20px; font-size: 12px; font-weight: 300; color: #999; letter-spacing: -0.03em;}

	.businessResponse .rBox a.link {display: block; margin: 40px auto 0; width: 280px; height: 60px; box-sizing: border-box; border-radius: 0; line-height: 60px; font-size: 16px; font-weight: 500; text-align: center; color: #fff; letter-spacing: -0.03em; text-decoration: none; background-color: rgba(58,136,210,1.0); transition: all 0.3s;}
	.businessResponse .rBox a.link:hover {background-color: rgba(0,69,135,1.0);}
	@media screen and (max-width: 1220px) {
		.businessResponse {padding: 0 20px;}
	}

	@media screen and (max-width: 980px) {
		.businessResponse .rBox ul.businessGroup li {padding: 0 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(n) {height: 280px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(1) {width: 66.666666%; padding-bottom: 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(2) {padding-bottom: 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(3),
		.businessResponse .rBox ul.businessGroup li:nth-child(4),
		.businessResponse .rBox ul.businessGroup li:nth-child(5) {padding-bottom: 0; padding-top: 5px;}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea {padding: 15px;}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea h3 {height: 25px; padding-bottom: 5px;}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea p {height: 45px; line-height: 15px; font-size: 11px;}
	}
	@media screen and (max-width: 660px) {
		.businessResponse {padding: 0 10px;}
		.businessResponse .rBox ul.businessGroup li {padding: 0 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(1) {width: 100%; padding-bottom: 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(2),
		.businessResponse .rBox ul.businessGroup li:nth-child(3) {width: 50%; padding-bottom: 5px; padding-top: 5px;}
		.businessResponse .rBox ul.businessGroup li:nth-child(4),
		.businessResponse .rBox ul.businessGroup li:nth-child(5) {width: 50%; padding-bottom: 0; padding-top: 5px;}
		.businessResponse .rBox ul.businessGroup li .bBox .imgArea {height: calc(100% - 90px);}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea {padding: 10px 15px;}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea h3 {font-size: 14px;}
		.businessResponse .rBox ul.businessGroup li .bBox .infoArea {height: 90px; padding: 10px;}
		.businessResponse .rBox a.link {width: 200px; height: 40px; line-height: 40px; font-size: 14px;}
	}
	@media screen and (max-width: 420px) {
	}

#projectArea {background: #FFF;}
	#projectArea .mcBox {max-width: none; transition: all 0.3s;}

	.projectResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0; transition: all 0.3s;}
	.projectResponse .rBox {position: relative; display: block; width: 100%; height: auto; margin: 0; padding: 0; transition: all 0.3s;}

	.projectResponse .projectListArea {display: block; margin: 0 auto 0; width: 100%; height: auto; box-sizing: border-box; padding: 0 0 0; background-color: rgba(249,249,249,1.0);}
	.projectResponse .projectListArea .swiper_type01 {display: block; margin: 0 auto 0; width: 100%; max-width: 1900px; height: auto; box-sizing: border-box; padding: 20px 0 40px; background-color: rgba(255,255,255,0.0);}
	.projectResponse .projectListArea .swiper_type01 ul.projectList {width: 100%;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li {width: 380px; box-sizing: border-box; padding: 0 10px;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox {display: block; width: 100%; height: 100%; background-color: #fff;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .picArea {display: block; width: 100%; height: 320px; background-size: cover; background-color: #bbb;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea {display: block; width: 100%; height: 160px; box-sizing: border-box; padding: 30px 20px 0; background-color: #fff; background-position: center center; background-size: cover;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > p.projectType {display: block; width: 100%; height: auto; line-height: 20px; font-size: 14px; font-weight: 700; color: #222; letter-spacing: -0.02em;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl {display: block; margin-top: 10px; width: 100%;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dt {display: block; width: 100%; height: 30px; line-height: 30px; font-size: 20px; font-weight: 500; color: #222; letter-spacing: -0.03em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
	.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dd {display: block; width: 100%; height: auto; line-height: 20px; font-size: 14px; font-weight: 300; color: #999; letter-spacing: -0.02em;}

	.projectResponse .rBox > a {display: block; margin: 20px auto 0; width: 280px; height: 60px; box-sizing: border-box; border-radius: 0; line-height: 60px; font-size: 16px; font-weight: 500; text-align: center; color: #fff; letter-spacing: -0.03em; text-decoration: none; background-color: rgba(58,136,210,1.0); transition: all 0.3s;}
	.projectResponse .rBox > a:hover {background-color: rgba(0,69,135,1.0);} 

	@media screen and (max-width: 1220px) {
		.projectResponse {padding: 0 0px;}
		.projectResponse .projectListArea {padding: 0 20px;}
	}
	@media screen and (max-width: 980px) {
		.projectResponse {padding: 0 0px;}
		.projectResponse .projectListArea {padding: 0 20px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li {width: 320px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > p.projectType {font-size: 13px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dt {font-size: 18px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dd {font-size: 13px;}
	}
	@media screen and (max-width: 660px) {
		.projectResponse {padding: 0 0px;}
		.projectResponse .projectListArea {padding: 0 10px;}
		/*
		.projectResponse ul.projectTabMenuArea {max-width: 300px; height: 80px;}
		.projectResponse ul.projectTabMenuArea:before {}
		.projectResponse ul.projectTabMenuArea > li {float: left; display: block; width: 100px; height: 50%;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(1),
		.projectResponse ul.projectTabMenuArea > li:nth-child(2) {width: 50%;}
		.projectResponse ul.projectTabMenuArea > li > a {box-sizing: border-box; line-height: 38px; font-size: 13px;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(1) > a {border-top: 1px rgba(255,255,255,0.0) solid; border-right: 1px rgba(255,255,255,0.1) solid; border-bottom: 1px rgba(255,255,255,0.1) solid;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(2) > a {border-top: 1px rgba(255,255,255,0.0) solid; border-right: 1px rgba(255,255,255,0.0) solid; border-bottom: 1px rgba(255,255,255,0.1) solid;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(3) > a {border-top: 1px rgba(255,255,255,0.0) solid; border-right: 1px rgba(255,255,255,0.1) solid; border-bottom: 1px rgba(255,255,255,0.0) solid;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(4) > a {border-top: 1px rgba(255,255,255,0.0) solid; border-right: 1px rgba(255,255,255,0.1) solid; border-bottom: 1px rgba(255,255,255,0.0) solid;}
		.projectResponse ul.projectTabMenuArea > li:nth-child(5) > a {border-top: 1px rgba(255,255,255,0.0) solid; border-right: 1px rgba(255,255,255,0.0) solid; border-bottom: 1px rgba(255,255,255,0.0) solid;}
		*/
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li {width: 300px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > p.projectType {font-size: 12px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dt {font-size: 17px;}
		.projectResponse .projectListArea .swiper_type01 ul.projectList > li .projectBox > .infoArea > dl > dd {font-size: 12px;}

		.projectResponse .rBox > a {width: 200px; height: 40px; line-height: 38px; font-size: 14px;}
	}
	@media screen and (max-width: 420px) {
	}

#certificationArea {background: url('../img/mBgCertificationArea.jpg') center center no-repeat; background-size: cover; background-attachment: fixed;}
	#certificationArea .mcBox {max-width: none; transition: all 0.3s;}
	#certificationArea .titleArea {padding-bottom: 40px;}
	#certificationArea .titleArea > h2,
	#certificationArea .titleArea > .subject,
	#certificationArea .titleArea > .engTitle {color: #fff;}
	#certificationArea .titleArea > .subject {margin-top: 40px; padding: 0; line-height: 40px; font-size: 30px; font-weight: 200;}
	#certificationArea .titleArea > .subject:before {display: none;}
	#certificationArea .titleArea > h2 {line-height: 60px; font-size: 52px; font-weight: 200;}
	#certificationArea .titleArea > h2 > span {font-weight: 700;}

	.certificationResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0; transition: all 0.3s;}
	.certificationResponse .rBox {position: relative; display: block; width: 100%; height: auto; margin: 0; padding: 0; transition: all 0.3s;}

	.certificationResponse .rBox p {margin: 0; width: 100%; box-sizing: border-box; padding: 0; line-height: 20px; font-size: 18px; font-weight: 200; color: #fff; text-align: center; letter-spacing: -0.02em;}
	.certificationResponse .rBox p br {display: none;}
	.certificationResponse .rBox .line {display: block; margin: 0 auto 20px; width: 1px; height: 70px;  background-color: rgba(255,255,255,0.6);}

	.certificationResponse .rBox > a {display: block; margin: 0 auto 0; width: 280px; height: 60px; box-sizing: border-box; border: 1px rgba(255,255,255,0.5) solid; border-radius: 0; line-height: 58px; font-size: 16px; font-weight: 500; text-align: center; color: #fff; letter-spacing: -0.03em; text-decoration: none; transition: all 0.3s;}
	.certificationResponse .rBox > a:hover {border: 1px rgba(58,136,210,1.0) solid; background-color: rgba(58,136,210,1.0);}

	@media screen and (max-width: 980px) {
		#certificationArea .titleArea > .subject {line-height: 30px; font-size: 24px;}
		#certificationArea .titleArea > h2 {line-height: 50px; font-size: 40px;}

		.certificationResponse {padding: 0 20px;}
		.certificationResponse .rBox p {font-size: 16px;}
		.certificationResponse .rBox p br {display: inline-block;}
		.certificationResponse .rBox .line {height: 70px;}
	}
	@media screen and (max-width: 660px) {
		#certificationArea .titleArea > .subject {line-height: 20px; font-size: 14px;}
		#certificationArea .titleArea > h2 {line-height: 30px; font-size: 22px;}

		.certificationResponse {padding: 0 10px;}
		.certificationResponse .rBox p {font-size: 12px;}
		.certificationResponse .rBox > a {width: 200px; height: 40px; line-height: 38px; font-size: 14px;}
	}
	@media screen and (max-width: 420px) {
		#certificationArea .titleArea > .subject {line-height: 20px; font-size: 12px;}
		#certificationArea .titleArea > h2 {line-height: 30px; font-size: 18px;}

		.certificationResponse .rBox p br {display: none;}
	}


#supportArea {background-color: #fff;}

	.supportResponse {position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; padding: 0; transition: all 0.3s;}

	.supportResponse .linkArea {position: relative; display: block; margin: 0 auto; width: 100%; max-width: 1400px; height: 600px; background: url('../img/mImgSupport01.jpg') center center no-repeat; background-size: cover; transition: all 0.3s;}
	.supportResponse .linkArea .slogan {position: absolute; top: 300px; left: 0; right: 0; display: block; margin: 0 auto; width: 100%; height: 140px; z-index: 1;}
	.supportResponse .linkArea .slogan .supportTitle {width: 100%; height: 80px; line-height: 80px; font-size: 60px; font-weight: 900; text-align: center; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}
	.supportResponse .linkArea .slogan .supportText {margin-top: 20px; width: 100%; height: 60px; line-height: 30px; font-size: 22px; font-weight: 400; text-align: center; color: #fff; letter-spacing: -0.03em; transition: all 0.3s;}
	.supportResponse .linkArea .slogan .supportText br {display: inline-block;}

	.supportResponse .linkArea ul {display: block; margin: 0 auto; width: 800px; height: 180px;}
	.supportResponse .linkArea ul > li {float: left; position: relative; display: block; width: 50%; height: 100%; box-sizing: border-box; padding: 30px 30px 30px 100px;}
	.supportResponse .linkArea ul > li:nth-child(1) {background-color: rgba(58,136,210,0.9);}
	.supportResponse .linkArea ul > li:nth-child(2) {background-color: rgba(17,69,170,0.9);}

	.supportResponse .linkArea ul > li > .iconSupport {position: absolute; top: 0; bottom: 0; left: 30px; display: block; margin: auto 0; width: 60px; height: 60px; border-radius: 50%;}
	.supportResponse .linkArea ul > li:nth-child(1) > .iconSupport {background: url('../img/mIconSupportNews.png') center center no-repeat;  background-color: rgba(17,69,170,1.0);}
	.supportResponse .linkArea ul > li:nth-child(2) > .iconSupport {background: url('../img/mIconSupportInquiry.png') center center no-repeat;  background-color: rgba(255,255,255,0.07);}

	.supportResponse .linkArea ul > li:nth-child(1) > p {margin: 0; padding: 0; color: #fff;}
	.supportResponse .linkArea ul > li:nth-child(2) > p {margin: 0; padding: 0; color: #fff;}
	.supportResponse .linkArea ul > li > p.titleEng {line-height: 20px; font-size: 16px; font-weight: 200; letter-spacing: -0.01em;}
	.supportResponse .linkArea ul > li > p.titleKr {line-height: 40px; font-size: 24px; font-weight: 700; letter-spacing: -0.03em;}
	.supportResponse .linkArea ul > li > p.guide {margin-top: 20px; line-height: 20px; font-size: 13px; letter-spacing: -0.05em;}
	.supportResponse .linkArea ul > li:nth-child(1) > p.guide {color: #fff;}

	.supportResponse .linkArea ul > li > a {position: absolute; top: 0; right: 0; display: block; width: 60px; height: 60px; background: url('../img/iconNewWin01.png') center center no-repeat; z-index: 1; transition: all 0.3s;}
	.supportResponse .linkArea ul > li > a:hover {background-image: url('../img/iconNewWin.png');}
	.supportResponse .linkArea ul > li:nth-child(1) > a {background-color: rgba(17,69,170,0.5);}
	.supportResponse .linkArea ul > li:nth-child(2) > a {background-color: rgba(0,0,0,0.3);}
	.supportResponse .linkArea ul > li:nth-child(1) > a:hover,
	.supportResponse .linkArea ul > li:nth-child(2) > a:hover {background-color: rgba(61,183,247,0.95);}

	@media screen and (max-width: 1220px) {
		.supportResponse {padding: 0 20px;}
	}
	@media screen and (max-width: 980px) {
		.supportResponse {padding: 0 20px;}
		.supportResponse .linkArea {height: 420px;}

		.supportResponse .linkArea .slogan {top: 200px; height: 120px; z-index: 1;}
		.supportResponse .linkArea .slogan .supportTitle {height: 60px; line-height: 60px; font-size: 48px;}
		.supportResponse .linkArea .slogan .supportText {height: 50px; line-height: 25px; font-size: 18px;}
		
		.supportResponse .linkArea ul {display: block; margin: 0 auto; width: 100%; max-width: 800px; height: 140px;}
		.supportResponse .linkArea ul > li {padding: 20px 20px 20px 70px;}
		.supportResponse .linkArea ul > li > .iconSupport:nth-child(n) {left: 20px; width: 40px; height: 40px; background-size: 40px;}

		.supportResponse .linkArea ul > li > p.titleEng {font-size: 14px;}
		.supportResponse .linkArea ul > li > p.titleKr {line-height: 30px; font-size: 18px;}
		.supportResponse .linkArea ul > li > p.guide {margin-top: 10px; line-height: 20px; font-size: 12px;}
	}
	@media screen and (max-width: 660px) {
		.supportResponse {padding: 0 10px;}
		.supportResponse .linkArea {height: 420px;}

		.supportResponse .linkArea .slogan {top: 300px; height: 100px; box-sizing: border-box; padding: 0 10px;}
		.supportResponse .linkArea .slogan .supportTitle {height: 40px; line-height: 40px; font-size: 32px;}
		.supportResponse .linkArea .slogan .supportText {height: 40px; line-height: 20px; font-size: 12px;}

		.supportResponse .linkArea ul {height: auto;}
		.supportResponse .linkArea ul > li {float: none; widtH: 100%; height: 140px;}
		.supportResponse .linkArea ul > li:nth-child(2) {background-color: rgba(17,69,170,0.7);}
	}
	@media screen and (max-width: 420px) {
		.supportResponse .linkArea .slogan {height: 80px;}
		.supportResponse .linkArea .slogan .supportTitle {height: 30px; line-height: 30px; font-size: 24px;}
		.supportResponse .linkArea .slogan .supportText {margin-top: 10px; font-size: 12px;}
		.supportResponse .linkArea .slogan .supportText br {display: none;}
	}
