/* /// wrap /// */
#wrap {
	width: 100%;
	height: auto;
	overflow: hidden
}

/* /// header /// */
/*210326 수정*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all .3s ease
}

header:hover {
	background-color: #000
}

header .m_header {
	display: none
}

header .web_header {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	box-sizing: border-box;
	padding: 0 6.25%;
	z-index: 10
}

header .web_header h1 {
	min-width: 46px;
	float: left;
	padding-top: 17px;
	height: 80px;
	box-sizing: border-box;
}

header .web_header h1 a {
	display: block;
	width: 176px;
	height: 46px;
	background: url(../../images/inc/logo_white.png) center no-repeat;
}

header .web_header .gnb {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

header .web_header .gnb>ul {
	width: 56%;
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	height: 80px
}

header .web_header .gnb>ul>li {
	width: 20%;
	text-align: center;
	display: inline-block
}

header .web_header .gnb>ul>li>a {
	color: #fff;
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	display: block;
	line-height: 46px;
	padding: 17px 0
}

header .web_header .gnb>ul>li:hover>a {
	background: #e30021;
	color: #fff
}

header .web_header .gnb>ul>li.active>a {
	color: #e30021
}

header .web_header .gnb>ul>li:hover.active>a {
	color: #fff
}

header .web_header .gnb>ul>li>div {
	background: #000;
	transition: all .7s ease;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	height: 0
}

header .web_header .gnb>ul>li>div>ul {
	width: 56%;
	margin: 0 auto;
	max-width: 1080px;
}

header .web_header .gnb>ul>li>div>ul>li {
	text-align: center;
	float: left;
	width: 16.666%
}

header .web_header .gnb>ul>li>div>ul>li>a {
	color: #fff;
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	display: block;
	line-height: 46px;
	padding: 25px 0;
	position: relative
}

header .web_header .gnb>ul>li>div>ul>li>a:hover {
	color: #ff0000
}

header .web_header .gnb>ul>li>div>ul>li>a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ff0000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .web_header .gnb>ul>li>div>ul>li>a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

header .web_header .gnb>ul>li>div>ul.aboutSubmenu>li:first-child {
	padding-left: 48.5%;
}

header .web_header .gnb>ul>li>div>ul>li>a>b {
	font-family: 'Spoqa Han Sans Neo'
}

header .web_header .gnb>ul>li:hover>div {
	height: 95px
}

header .web_header .sideMenu {
	/*position:absolute;top:37px;right:6.25%;width:22%;*/
	float: right;
	margin-top: 17px;
	text-align: Right
}

header .web_header .sideMenu a.btn {
	display: inline-block;
	width: 120px;
	height: 46px;
	background: #e30021;
	line-height: 43px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

header .web_header .sideMenu select {
	border: solid 0.5px #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 44px;
	margin: 0 0 0 16px;
	padding: 10px 13px;
	float: right;
	background: url(../../images/inc/topMenu_arrow.png) 52px center no-repeat;
	color: #fff;
	background-size: 12.4px;
	float: right;
	font-size: 16px;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

header .web_header .sideMenu select option {
	color: #000
}

header .web_header .sideMenu select::-ms-expand {
	display: none
}

header.header_on {
	background-color: #fff;
}

header.header_on .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png)
}

header.header_on .gnb>ul>li>a {
	color: #000
}

header.header_on .gnb>ul>li>div {
	background-color: #fff
}

header.header_on .gnb>ul>li>div>ul>li>a {
	color: #000
}

header.header_on .sideMenu select {
	border-color: #000;
	color: #000;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.hamburger {
	display: none
}

/*210326 수정 end*/

/* /// white header /// */
header.whiteBg {
	background: #fff;
}

header.whiteBg .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png)
}

header.whiteBg:hover {
	background-color: none
}

header.whiteBg .web_header .gnb>ul>li.active>a {
	color: #e30021
}

header.whiteBg .web_header .gnb>ul>li:hover>a {
	background: #e30021;
	color: #fff
}

header.whiteBg .web_header .gnb>ul>li>a {
	color: #000
}

header.whiteBg .web_header .gnb>ul>li>a:hover {
	color: #fff;
}

header.whiteBg .web_header .gnb>ul>li>div {
	background: #fff;
}

header.whiteBg .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

header.whiteBg .sideMenu select {
	border-color: #000;
	color: #000;
	background-image: url(../../images/inc/topMenu_arrow_b.png);
}

header.whiteBg .m_header {
	background: #ffff;
}

header.whiteBg .hamburger-inner,
header.whiteBg .hamburger-inner:after,
header.whiteBg .hamburger-inner:before {
	background-color: #000
}


/* 공통 */
.inner-1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.visualBox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2
}

.visualBox:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.visualBox img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.visualBox .textBox {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding-top: 481px;
	color: #fff
}

.visualBox .textBox dl {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 36px;
	font-family: 'Montserrat-Medium';
}

.visualBox .textBox dl dt {
	font-size: 24px;
	letter-spacing: 0.48px;
	line-height: 24px;
	animation-delay: .3s
}

.visualBox .textBox dl dd {
	font-size: 70px;
	line-height: 86px;
	font-weight: 600
}

.visualBox .textBox dl dd b {
	animation-delay: .3s;
	display: block;
	letter-spacing: 1.4px
}

/*.visualBox .textBox dl dd p {width:100%;max-width:1200px;margin:36px auto 0;font-size:20px;line-height:30px;font-weight:100;animation-delay:.9s;text-align:left}*/

.visualBox .textBox dl dd p {
	font-family: "Spoqa Han Sans Neo";
	width: 60%;
	max-width: 1200px;
	margin-top: 36px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	animation-delay: .9s;
	text-align: left
}

/* visual-wrapper 04.16 추가 */
.visual-wrapper {
	position: relative;
}

.visual-wrapper .visual-swiper .swiper-wrapper {
	-webkit-transition-timing-function: cubic-bezier(0.4, 1, 0, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 1, 0, 1);
	        transition-timing-function: cubic-bezier(0.4, 1, 0, 1);
	margin: 0;
	max-width: none;
}

.visual-wrapper .visual-img {
	font-size: 0;
	position: relative;
}

.visual-wrapper .visual-img.size-normal > img {
	height: 700px;
}

.visual-wrapper .visual-img.size-big > img {
	height: 980px;
}

.visual-wrapper .visual-img.dim:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.visual-wrapper .visual-img > img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.visual-wrapper .visual-text {
	padding-top: 100px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	z-index: 2;
}

.visual-wrapper .visual-text > dl {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.visual-wrapper .visual-text > dl > .sub-tit {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-family: 'Montserrat-Light';
}

.visual-wrapper .visual-text > dl > dt.korean {
	font-size: 52px;
	line-height: 70px;
	font-weight: 700;
}

.visual-wrapper .visual-text > dl > dt.english {
	font-size: 70px;
	line-height: 86px;
	font-family: 'Montserrat-Medium';
}

.visual-wrapper .visual-text > dl > dt p {
	margin-top: 10px;
}

.visual-wrapper .visual-text > dl > dt .normal {
	font-weight: 400;
}

.visual-wrapper .visual-text > dl > dd.sub-txt {
	margin-top: 10px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
}

.visual-wrapper .visual-text .scroll-down {
	display: block;
	height: 55px;
	margin-bottom: 80px;
	flex-shrink: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: url(../../images/work/scrollDown_arrow.svg) no-repeat bottom center;
}

.section a.btn {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-family: 'Montserrat-Regular';
	font-size: 16px;
	color: #fff;
	/*background:url(../../images/inc/btn_arrow.png) 137px center no-repeat;*/
	margin: 0 auto;
	padding-left: 16px;
	box-sizing: border-box;
	position: relative;
}

.section a.btn:after {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	background: url(../../images/inc/btn_arrow.png) center center no-repeat;
	position: absolute;
	top: 14px;
	right: 13px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.section a.btn:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.section a.btn:hover {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.section a.btn span {
	display: inline-block;
	margin-right: 3px
}

.section .w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	position: relative
}

.fp-viewing-11 #fp-nav {
	display: none;
}

.swiper-container {
	max-width: 1200px
}

.swiper-pagination {
	display: none
}

.fp-viewing-page1 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #fff
}

.fp-viewing-page1 #fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
.fp-viewing-page1 #fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-color: #fff;
}

.m_view {
	display: none
}

#btnTop {
	width: 70px;
	height: 70px;
	background: url(../../images/inc/topArrow.png) center center no-repeat #fff;
	background-size: 29px;
	border-radius: 50%;
	position: fixed;
	bottom: 5%;
	right: 102px;
	cursor: pointer;
	z-index: 1
}

/* /// SOLUTION /// */
/* section1 */
.fp-viewing-page1 #btnTop {
	display: none
}

.fp-viewing-page2 header {
	background: #fff
}

.fp-viewing-page2 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page2 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page2 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page2 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page2 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page2 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page2 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page2 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#fullpage .seBox1 h2 {
	font-family: 'Montserrat-Bold';
	font-size: 44px;
	font-weight: 600;
	line-height: 1.36;
	margin-bottom: 29px;
	text-align: center;
	opacity: 0
}

#fullpage .seBox1 a.btn {
	background-color: #f53024;
	margin-bottom: 100px;
	opacity: 0
}

#fullpage .seBox1 a.btn:hover {
	background-color: #000;
}

#fullpage .seBox1 div.swiper-slide dl {
	opacity: 0;
	width: 340px;
	height: 340px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
	padding: 170px 70px 0;
	margin: 0 auto;
}

#fullpage .seBox1 div.swiper-slide dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.46;
	margin-bottom: 10px;
}

#fullpage .seBox1 div.swiper-slide dl dd {
	font-weight: 300;
	font-size: 15px
}

#fullpage .seBox1 div.swiper-slide dl.box1 {
	background: url(../../images/solutions/section1_icon.svg) center 50px no-repeat;
	background-size: 90px;
	/*margin-left:0*/
}

#fullpage .seBox1 div.swiper-slide dl.box2 {
	background: url(../../images/solutions/section1_icon2.svg) center 50px no-repeat;
	background-size: 90px
}

#fullpage .seBox1 div.swiper-slide dl.box3 {
	background: url(../../images/solutions/section1_icon3.svg) center 50px no-repeat;
	background-size: 90px
}


/* section2 */
.fp-viewing-page3 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page3 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page3 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page3 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page3 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page3 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page3 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page3 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page3 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.fp-viewing-page3 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #000
}

.fp-viewing-page3 #fp-nav ul li a.active span,
.fp-viewing-page3 .fp-slidesNav ul li a.active span,
.fp-viewing-page3 #fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-color: #000
}

#section2 {
	background: #f53024;
}

#fullpage .seBox2 a.btn {
	position: absolute;
	top: 235px;
	right: 0;
	background-color: #000;
	opacity: 0
}

#fullpage .seBox2 a.btn:hover {
	color: #000;
	background-color: #fff;
}

#fullpage .seBox2 a.btn:hover:after {
	background-image: url(../../images/inc/btn_arrow_b.png)
}

#fullpage .seBox2 h2 {
	font-size: 20px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 300;
	;
	opacity: 0
}

#fullpage .seBox2 h2 b {
	display: block;
	font-size: 60px;
	font-family: 'Montserrat-Bold';
	font-weight: 600
}

#fullpage .seBox2 p {
	opacity: 0;
	font-family: 'Montserrat-Light';
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 16px
}

#fullpage .seBox2 div.txt {
	opacity: 0;
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 50px
}

#fullpage .seBox2 div.swiper-slide dl {
	opacity: 0;
	width: 340px;
	height: 350px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: center;
	padding: 160px 20px 0;
	margin: 0 auto;
	color: #000
}

#fullpage .seBox2 div.swiper-slide dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.21;
	margin-bottom: 10px;
	font-family: 'Montserrat-Bold';
}

#fullpage .seBox2 div.swiper-slide dl dd {
	font-weight: 300;
	font-size: 15px
}

#fullpage .seBox2 div.swiper-slide dl.box1 {
	background: url(../../images/solutions/section2_icon.svg) center 50px no-repeat #fff;
	background-size: 90px;
	margin-left: 0
}

#fullpage .seBox2 div.swiper-slide dl.box2 {
	background: url(../../images/solutions/section2_icon2.svg) center 50px no-repeat #fff;
	background-size: 90px
}

#fullpage .seBox2 div.swiper-slide dl.box3 {
	float: right;
	background: url(../../images/solutions/section2_icon3.svg) center 50px no-repeat #fff;
	background-size: 90px
}

/* section3 */
.fp-viewing-page4 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page4 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page4 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page4 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page4 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page4 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page4 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page4 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page4 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#section3 {
	background: url(../../images/solutions/section3_img.png) right bottom no-repeat #e5e5e5;
}

#fullpage .seBox3 .pdl30 {
	padding-bottom: 350px
}

#fullpage .seBox3 h2 {
	opacity: 0;
	font-family: 'Montserrat-Bold';
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000
}

#fullpage .seBox3 p {
	opacity: 0;
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 35px;
	color: #000
}

#fullpage .seBox3 a.btn {
	opacity: 0;
	background-color: #000;
	margin: 0;
}

#fullpage .seBox3 a.btn:hover {
	background-color: #f53024
}

#fullpage .seBox3 img {
	opacity: 0;
	display: block;
	position: relative;
	margin: -62px 0 0 400px;
}

/* section4 */
.fp-viewing-page5 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page5 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page5 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page5 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page5 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page5 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page5 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page5 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page5 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#fullpage .seBox4 {
	text-align: Center
}

#fullpage .seBox4 h2 {
	opacity: 0;
	font-size: 34px;
	line-height: 60px;
	margin-bottom: 13px;
	font-weight: 300
}

#fullpage .seBox4 b {
	display: block;
	font-family: 'Montserrat-Bold';
	font-weight: 600;
	font-size: 44px
}

#fullpage .seBox4 p {
	opacity: 0;
	font-size: 18px;
	margin-bottom: 67.5px
}

#fullpage .seBox4 a.btn {
	opacity: 0;
	background-color: #000;
	text-align: left;
	margin-bottom: 67.5px
}

#fullpage .seBox4 a.btn:hover {
	background-color: #f53024
}

#fullpage .seBox4 ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 0
}

#fullpage .seBox4 ul li {
	opacity: 0;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #c2c2c2;
	width: 280px;
	height: 80px;
	text-align: center;
	margin: 0px 26px 20px 0;
	position: relative;
}

#fullpage .seBox4 ul li:nth-child(4n) {
	margin-right: 0
}

#fullpage .seBox4 ul li img {
	display: block;
	margin: 0 auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* section5 */
.fp-viewing-page6 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page6 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page6 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page6 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page6 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page6 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page6 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page6 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page6 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.fp-viewing-page6 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #000
}

.fp-viewing-page6 #fp-nav ul li a.active span,
.fp-viewing-page6 .fp-slidesNav ul li a.active span,
.fp-viewing-page6 #fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-color: #000
}

#section5 {
	background: #00c73c
}

#fullpage .seBox5 a.btn {
	opacity: 0;
	position: absolute;
	top: 235px;
	right: 0;
	background-color: #000
}

#fullpage .seBox5 a.btn:hover {
	color: #000;
	background-color: #fff;
}

#fullpage .seBox5 a.btn:hover:after {
	background-image: url(../../images/inc/btn_arrow_b.png)
}

#fullpage .seBox5 h2 {
	opacity: 0;
	font-size: 20px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff
}

#fullpage .seBox5 h2 b {
	display: block;
	font-size: 60px;
	font-family: 'Montserrat-Bold';
	font-weight: 600
}

#fullpage .seBox5 p {
	opacity: 0;
	font-size: 40px;
	font-family: 'Montserrat-Light';
	margin-bottom: 16px;
	color: #fff
}

#fullpage .seBox5 div.txt {
	opacity: 0;
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 50px;
	color: #fff
}

#fullpage .seBox5 div.swiper-slide dl {
	opacity: 0;
	width: 340px;
	height: 350px;
	box-sizing: border-box;
	text-align: center;
	padding: 160px 20px 0;
	float: left;
	box-sizing: border-box;
	color: #000
}

#fullpage .seBox5 div.swiper-slide dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.21;
	margin-bottom: 10px;
	font-family: 'Montserrat-Bold';
}

#fullpage .seBox5 div.swiper-slide dl dd {
	font-weight: 300;
	font-size: 15px
}

#fullpage .seBox5 div.swiper-slide dl.box1 {
	background: url(../../images/solutions/section5_icon.svg) center 50px no-repeat #fff;
	background-size: 90px;
	margin-left: 0
}

#fullpage .seBox5 div.swiper-slide dl.box2 {
	background: url(../../images/solutions/section5_icon2.svg) center 50px no-repeat #fff;
	background-size: 90px;
	margin: 0 auto;
	float: none
}

#fullpage .seBox5 div.swiper-slide dl.box3 {
	float: right;
	background: url(../../images/solutions/section5_icon3.svg) center 50px no-repeat #fff;
	background-size: 90px
}


/* section6 */
.fp-viewing-page7 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page7 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page7 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page7 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page7 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page7 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page7 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page7 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page7 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.fp-viewing-page7 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #000
}

.fp-viewing-page7 #fp-nav ul li a.active span,
.fp-viewing-page7 .fp-slidesNav ul li a.active span,
.fp-viewing-page7 #fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-color: #000
}

#section6 {
	background: url(../../images/solutions/seBox6_bg.jpg) top center no-repeat;
	background-size: inherit
}

#fullpage .seBox6 {
	text-align: center;
	color: #fff
}

#fullpage .seBox6 h2 {
	opacity: 0;
	font-family: 'Montserrat-Bold';
	font-weight: 600;
	font-size: 44px;
	margin-bottom: 15px
}

#fullpage .seBox6 p {
	opacity: 0;
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 35px
}

#fullpage .seBox6 a.btn {
	opacity: 0;
	background-color: #000;
	margin: 0 auto 70px;
	text-align: left
}

#fullpage .seBox6 a.btn:hover {
	background-color: #f53024
}

#fullpage .seBox6 img {
	opacity: 0;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}


/* section7 */
.fp-viewing-page8 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page8 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page8 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page8 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page8 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page8 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page8 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page8 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page8 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#fullpage .seBox7 {
	text-align: Center
}

#fullpage .seBox7 h2 {
	font-size: 34px;
	line-height: 60px;
	margin-bottom: 13px;
	font-weight: 300;
	opacity: 0
}

#fullpage .seBox7 b {
	display: block;
	font-family: 'Montserrat-Bold';
	font-weight: 600;
	font-size: 44px
}

#fullpage .seBox7 p {
	font-size: 18px;
	margin-bottom: 67.5px;
	opacity: 0
}

#fullpage .seBox7 a.btn {
	background-color: #000;
	text-align: left;
	margin-bottom: 67.5px;
	opacity: 0
}

#fullpage .seBox7 a.btn:hover {
	background-color: #f53024
}

#fullpage .seBox7 ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 0
}

#fullpage .seBox7 ul li {
	opacity: 0;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #c2c2c2;
	width: 280px;
	height: 80px;
	text-align: center;
	margin: 0px 26px 20px 0;
	position: relative;
}

#fullpage .seBox7 ul li:nth-child(4n) {
	margin-right: 0
}

#fullpage .seBox7 ul li img {
	display: block;
	margin: 0 auto;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* section8 */
.fp-viewing-page9 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page9 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page9 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page9 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page9 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page9 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page9 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page9 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page9 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#section8 {
	background: #1b9dd9
}

#fullpage .seBox8 a.btn {
	opacity: 0;
	position: absolute;
	top: 235px;
	right: 0;
	background-color: #000;
	opacity: 0
}

#fullpage .seBox8 h2 {
	font-size: 20px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff;
	opacity: 0
}

#fullpage .seBox8 h2 b {
	display: block;
	font-size: 60px;
	/*font-family:'Montserrat-Bold';*/
	font-weight: 600
}

#fullpage .seBox8 p {
	font-family: 'Montserrat-Light';
	font-size: 40px;
	margin-bottom: 16px;
	color: #fff;
	opacity: 0
}

#fullpage .seBox8 div.txt {
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 50px;
	color: #fff;
	opacity: 0
}

#fullpage .seBox8 div.swiper-slide dl {
	opacity: 0;
	width: 340px;
	height: 350px;
	box-sizing: border-box;
	text-align: center;
	padding: 160px 30px 0;
	/*float:left;*/
	box-sizing: border-box;
	color: #000
}

#fullpage .seBox8 div.swiper-slide dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.21;
	margin-bottom: 10px;
	/*font-family:'Montserrat-Bold';*/
}

#fullpage .seBox8 div.swiper-slide dl dd {
	font-weight: 300;
	font-size: 15px
}

#fullpage .seBox8 div.swiper-slide dl.box1 {
	background: url(../../images/solutions/section8_img.png) center 45px no-repeat #fff;
	margin-left: 0
}

#fullpage .seBox8 div.swiper-slide dl.box2 {
	background: url(../../images/solutions/section8_img2.png) center 45px no-repeat #fff;
	float: none;
	margin: 0 auto
}

#fullpage .seBox8 div.swiper-slide dl.box3 {
	float: right;
	background: url(../../images/solutions/section8_img3.png) center 45px no-repeat #fff;
}

#fullpage .seBox8 a.btn:hover {
	background-color: #fff;
	color: #000;
}

#fullpage .seBox8 a.btn:hover:after {
	background-image: url(../../images/inc/btn_arrow_b.png)
}


/* section9 */
.fp-viewing-page10 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page10 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page10 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page10 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page10 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page10 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page10 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page10 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page10 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.fp-viewing-10 .fp-right#fp-nav {
	display: none
}

#section9 {
	background: #f2f2f2;
}

#fullpage .seBox9 .sliderBox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}

#fullpage .seBox9 .sliderBox .slideSec {
	height: auto;
	overflow: auto;
	outline: 0
}

#fullpage .seBox9 .sliderBox .slideSec img {
	float: right;
}

#fullpage .seBox9 .sliderBox .slideSec .txt {
	float: left;
}

#fullpage .seBox9 .sliderBox .slideSec .txt mark {
	background: none;
	color: #1b9dd9;
	font-size: 22px;
	font-weight: 600;
	line-height: 2.5;
	margin-bottom: 40px;
	padding-top: 98px;
	display: block;
}

#fullpage .seBox9 .sliderBox .slideSec .txt dl dt span {
	display: block;
	font-size: 44px;
	line-height: 65px;
	color: rgba(0, 0, 0, 0.1);
	margin-bottom: 10px
}

#fullpage .seBox9 .sliderBox .slideSec .txt dl dt {
	font-size: 44px;
	line-height: 55px;
	margin-bottom: 20px;
	font-weight: 600
}

#fullpage .seBox9 .sliderBox .slideSec .txt dl dd {
	font-size: 18px;
	font-weight: 300;
}

#fullpage .seBox9 .sliderBox .slick-dots {
	text-align: left;
	font-size: 0;
	position: absolute;
	top: 520px
}

#fullpage .seBox9 .sliderBox .slick-dots li {
	display: inline-block;
}

#fullpage .seBox9 .sliderBox .slick-dots li button {
	border: 0;
	width: 12px;
	height: 12px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 0;
	border-radius: 0;
	margin-right: 10px
}

#fullpage .seBox9 .sliderBox .slick-dots li button:focus {
	border: 0;
	border-radius: 0;
	outline: 0
}

#fullpage .seBox9 .sliderBox .slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 1);
	border: 0
}

#fullpage .seBox9 .sliderBox .slick-arrow {
	width: 0;
	height: 0;
	font-size: 0;
	color: transparent;
	display: none;
	opacity: 0
}

#fullpage .seBox9 .sliderBox .slick-arrow img {
	display: none
}

#fullpage .seBox9 .sliderBox a.btn {
	background-color: #000;
	display: none
}

/*2302 추가*/
/* section12 */
.fp-viewing-page11 header {
	background: #fff
}

.fp-viewing-page11 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page11 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page11 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page11 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page11 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page11 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page11 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page11 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

#section10 {
	background: #E32774
}

#fullpage .seBox10 a.btn {
	opacity: 0;
	position: absolute;
	top: 235px;
	right: 0;
	background-color: #000;
	opacity: 0
}

#fullpage .seBox10 h2 {
	font-size: 20px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 300;
	color: #fff;
	opacity: 0
}

#fullpage .seBox10 h2 b {
	display: block;
	font-size: 60px;
	/*font-family:'Montserrat-Bold';*/
	font-weight: 600
}

#fullpage .seBox10 p {
	font-family: 'Montserrat-Light';
	font-size: 40px;
	margin-bottom: 16px;
	color: #fff;
	opacity: 0
}

#fullpage .seBox10 div.txt {
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 50px;
	color: #fff;
	opacity: 0
}

#fullpage .seBox10 div.swiper-slide dl {
	opacity: 0;
	width: 340px;
	height: 350px;
	box-sizing: border-box;
	text-align: center;
	padding: 160px 30px 0;
	/*float:left;*/
	box-sizing: border-box;
	color: #000
}

#fullpage .seBox10 div.swiper-slide dl dt {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.21;
	margin-bottom: 10px;
	/*font-family:'Montserrat-Bold';*/
}

#fullpage .seBox10 div.swiper-slide dl dd {
	font-weight: 300;
	font-size: 15px
}

#fullpage .seBox10 div.swiper-slide dl img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#fullpage .seBox10 div.swiper-slide dl.box1 {
	margin-left: 0
}

#fullpage .seBox10 div.swiper-slide dl.box2 {
	float: none;
	margin: 0 auto
}

#fullpage .seBox10 div.swiper-slide dl.box3 {
	float: right;
}

#fullpage .seBox10 a.btn:hover {
	background-color: #fff;
	color: #000;
}

#fullpage .seBox10 a.btn:hover:after {
	background-image: url(../../images/inc/btn_arrow_b.png)
}


/* section10 */
.fp-viewing-page12 header {
	background: #fff
}

/*210324 수정*/
.fp-viewing-page12 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png);
}

.fp-viewing-page12 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-page12 header .web_header .gnb>ul>li:hover>a,
.fp-viewing-page12 header .web_header .gnb>ul>li.active:hover>a {
	color: #fff;
}

.fp-viewing-page12 header .web_header .gnb>ul>li.active>a {
	color: #e30021;
}

.fp-viewing-page12 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-page12 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-page12 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}

.fp-viewing-page12 #fp-nav.fp-right {
	display: none;
}

.infoBox {
	padding: 135px 0;
}

.infoBox h2 {
	opacity: 0;
	text-align: center;
	font-size: 35px;
	line-height: 48px;
}

.infoBox h2 b {
	font-weight: 600
}

.inquiryBox {
	width: 100%;
	position: relative;
	padding: 76px 0 69px
}

.inquiryBox:before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #3e3e3e;
	position: absolute;
	top: 0;
	left: 0
}

.inquiryBox:after {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	background: #313131;
	position: absolute;
	top: 0;
	right: 0
}

.inquiryBox div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden
}

.inquiryBox dl {
	width: 50%;
	float: left;
	color: #fff;
	padding-top: 83px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 60px
}

.inquiryBox dl dt {
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 32px
}

.inquiryBox dl dd {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Montserrat-Bold'
}

.inquiryBox dl dd a {
	display: block;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-weight: normal
}

.inquiryBox dl.box1 {
	background: url(../../images/inc/inquiry_img1.svg) 60px top no-repeat;
	background-size: 43.8px;
}

.inquiryBox dl.box2 {
	background: url(../../images/inc/inquiry_img2.svg) 60px top no-repeat;
	background-size: 78.9px;
}


/* /// footer /// */
#fullpage #btnTop {
	display: none
}

footer {
	background: #1d1d1d;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 130px 0 135px;
	clear: both;
	overflow: hidden
}

footer .web_footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../../images/inc/ft_logo.png) 60px top no-repeat;
	padding-left: 375px;
	background-size: 160px;
}

footer .web_footer .ftBox {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative
}

footer .web_footer .ftBox mark {
	background-color: transparent;
	color: #fff;
	font-weight: 300;
	line-height: 34px
}

footer .web_footer .ftBox p {
	font-size: 16px;
	line-height: 22px;
	color: #8c8c8c
}

footer .web_footer .ftBox span {
	display: block;
	font-weight: 300;
	color: #8c8c8c;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	line-height: 22px
}

footer .web_footer .ftBox .go_privacy {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin-bottom: 19px;
	background: url(../../images/inc/go_privacy_arrow.png) right center no-repeat;
	background-size: 7px;
	padding-right: 17px
}

footer .web_footer .ftBox dl {
	float: left;
}

footer .web_footer .ftBox dl dt {
	font-weight: bold;
	line-height: 30px
}

footer .web_footer .ftBox dl dd {
	color: #8c8c8c;
	line-height: 24px;
}

footer .web_footer .ftBox dl dd a {
	display: block;
	width: Auto;
	text-decoration: underline;
	color: #fff;
}

footer .web_footer .ftBox .snsBox {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

footer .web_footer .ftBox .snsBox span {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	font-family: 'Montserrat-Regular';
}

footer .web_footer .ftBox .snsBox ul {
	font-size: 0;
	float: right;
}

footer .web_footer .ftBox .snsBox ul li {
	display: inline-block;
	margin-left: 30px
}

/*230206 수정*/
footer .web_footer .ftBox .markBox {
	width: 100%;
	height: 100%;
	margin-bottom: 120px;
}

footer .web_footer .ftBox .markBox ul {
	float: left;
}

footer .web_footer .ftBox .markBox li {
	padding-right: 35px;
	display: inline-block;
}

footer .web_footer .ftBox .markBox li img {
	height: 50px;
}

/*230206 수정 end*/
footer .web_footer .ftBox #ft_selectBox {
	position: absolute;
	top: 0px;
	right: 0;
	border: 1px solid #fff;
	box-sizinG: border-box;
	width: 218px;
	height: 46px;
	font-family: 'Montserrat-Regular';
	background: url(../../images/inc/topMenu_arrow.png) 186px center no-repeat;
	color: #fff;
	background-size: 12.4px;
	font-size: 16px;
	line-height: 35px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 20px;
	/* 2302 수정 */
}

footer .web_footer .ftBox #ft_selectBox::-ms-expand {
	display: none
}

footer .web_footer .ftBox .ft_gnb {
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 47px;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	width: 100%
}

footer .web_footer .ftBox .ft_gnb div {
	display: inline-block;
	font-size: 18px;
	font-family: 'Montserrat-Medium';
	word-break: keep-all
}

footer .web_footer .ftBox .ft_gnb div>a {
	color: #fff;
	display: block;
	margin-bottom: 3px
}

footer .web_footer .ftBox .ft_gnb div ul li {
	line-height: 23px;
}

footer .web_footer .ftBox .ft_gnb div ul li a {
	font-family: 'Montserrat-Regular';
	color: #8c8c8c
}

footer .web_footer .ftBox .ft_gnb div ul li a.ko {
	font-family: "Spoqa Han Sans Neo"
}

footer .m_footer {
	display: none
}

/* footer */
.fp-viewing-11 header {
	background: #fff
}

.fp-viewing-11 header .web_header h1 a {
	background-image: url(../../images/inc/logo_black.png)
}

.fp-viewing-11 header .web_header .gnb ul li a {
	color: #000
}

.fp-viewing-11 header .web_header .gnb>ul>li:hover>a {
	color: #fff;
}

.fp-viewing-11 header .web_header .gnb>ul>li>div {
	background: #fff;
}

.fp-viewing-11 header .web_header .gnb>ul>li>div>ul>li>a {
	color: #000
}

.fp-viewing-11 header .web_header .sideMenu select {
	border-color: #222;
	color: #222;
	background-image: url(../../images/inc/topMenu_arrow_b.png)
}



/* /// mediaQuery /// */
@media screen and (min-width: 280px) and (max-width: 1199px) {
	header .web_header {
		display: none;
	}

	header .m_header {
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 1000;
		box-sizing: border-box;
		padding: 14px 30px;
		width: 100%;
		height: auto
	}

	header .m_header h1 {
		float: left;
		margin-right: 10px
	}

	header .m_header h1 a {
		display: block;
		width: 30px;
		height: 30px
	}

	header .m_header h1 a img {
		width: 30px;
		vertical-align: top;
	}

	header .m_header a.btn {
		display: block;
		width: 90px;
		height: 30px;
		background: #e30021;
		line-height: 32px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		float: left
	}

	header .m_header .sideMenu {
		border-bottom: 1px solid #dfdfdf;
	}

	header .m_header .sideMenu select {
		border: solid 0.5px #000;
		box-sizing: border-box;
		width: 100px;
		height: 30px;
		margin: 0 0 15px 0;
		padding: 5px 10px;
		background: url(../../images/inc/topMenu_arrow_b.png) 78px center no-repeat;
		color: #000;
		background-size: 8px;
		float: left;
		font-size: 12px;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	header .m_header .sideMenu select::-ms-expand {
		display: none
	}

	header .m_header .m_submenu li a b {
		font-family: 'Spoqa Han Sans Neo'
	}

	.hamburger {
		display: block
	}

	header.header_on {
		height: 58px
	}

	#btnTop {
		display: none
	}

	.fp-section,
	.fp-tableCell {
		height: auto !important;
	}

	.fp-auto-height-responsive {
		padding: 55px 0;
	}

	.fp-viewing-page1 .hamburger-inner,
	.fp-viewing-page1 .hamburger-inner:after,
	.fp-viewing-page1 .hamburger-inner:before {
		background: #fff;
	}

	.fp-viewing-page2 header .m_header {
		background: #fff
	}

	.fp-viewing-page2 .hamburger-inner,
	.fp-viewing-page2 .hamburger-inner:after,
	.fp-viewing-page2 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page3 header .m_header {
		background: #fff
	}

	.fp-viewing-page3 .hamburger-inner,
	.fp-viewing-page3 .hamburger-inner:after,
	.fp-viewing-page3 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page4 header .m_header {
		background: #fff
	}

	.fp-viewing-page4 .hamburger-inner,
	.fp-viewing-page4 .hamburger-inner:after,
	.fp-viewing-page4 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page5 header .m_header {
		background: #fff
	}

	.fp-viewing-page5 .hamburger-inner,
	.fp-viewing-page5 .hamburger-inner:after,
	.fp-viewing-page5 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page6 header .m_header {
		background: #fff
	}

	.fp-viewing-page6 .hamburger-inner,
	.fp-viewing-page6 .hamburger-inner:after,
	.fp-viewing-page6 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page7 header .m_header {
		background: #fff
	}

	.fp-viewing-page7 .hamburger-inner,
	.fp-viewing-page7 .hamburger-inner:after,
	.fp-viewing-page7 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page8 header .m_header {
		background: #fff
	}

	.fp-viewing-page8 .hamburger-inner,
	.fp-viewing-page8 .hamburger-inner:after,
	.fp-viewing-page8 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page9 header .m_header {
		background: #fff
	}

	.fp-viewing-page9 .hamburger-inner,
	.fp-viewing-page9 .hamburger-inner:after,
	.fp-viewing-page9 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page10 header .m_header {
		background: #fff
	}

	.fp-viewing-page10 .hamburger-inner,
	.fp-viewing-page10 .hamburger-inner:after,
	.fp-viewing-page10 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-page11 header .m_header {
		background: #fff
	}

	.fp-viewing-page11 .hamburger-inner,
	.fp-viewing-page11 .hamburger-inner:after,
	.fp-viewing-page11 .hamburger-inner:before {
		background-color: #000
	}

	.fp-viewing-11 header .m_header {
		background: #fff
	}

	.fp-viewing-11 .hamburger-inner,
	.fp-viewing-11 .hamburger-inner:after,
	.fp-viewing-11 .hamburger-inner:before {
		background-color: #000
	}


	/* 공통 */
	.inner-1200 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.visualBox img {
		display: none
	}

	.visualBox .textBox {
		width: 100%;
		height: 100vh;
		padding: 0;
		display: table;
	}

	.visualBox .textBox dl {
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
		padding: 0 5%
	}

	.visualBox .textBox dl dt {
		font-size: 13px;
		margin-bottom: 6px;
		line-height: 23px
	}

	.visualBox .textBox dl dd {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.8px
	}

	/*	.visualBox .textBox dl dd p {font-size:14px;margin-top:25px;line-height:20px;font-family:'SpoqaHanSans-Thin'}*/
	.visualBox .textBox dl dd p {
		width: 90%;
		font-size: 14px;
		margin-top: 25px;
		line-height: 20px;
		font-family: 'SpoqaHanSans-Thin'
	}

	.visualBox .textBox dl dd p.web_view {
		display: none
	}

	.visualBox .textBox dl dd p.m_view {
		font-family: "Spoqa Han Sans Neo";
		display: block;
		font-size: 17px;
		line-height: 24px;
	}

	/* visual-wrapper 04.16 추가 */
	.visual-wrapper .visual-img.size-normal > img {
		height: 460px;
	}

	.visual-wrapper .visual-img.size-big > img {
		height: 640px;
	}

	.visual-wrapper .visual-text {
		padding-top: 56px;
	}

	.visual-wrapper .visual-text > dl > .sub-tit {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 15px;
	}

	.visual-wrapper .visual-text > dl > dt.korean {
		font-size: 27px;
		line-height: 36px;
	}

	.visual-wrapper .visual-text > dl > dt.english {
		font-size: 40px;
		line-height: 40px;
	}

	.visual-wrapper .visual-text > dl > dd.sub-txt {
		margin-top: 15px;
		font-size: 17px;
		line-height: 24px;
	}

	.visual-wrapper .visual-text .scroll-down {
		font-size: 14px;
		font-weight: 400;
		height: 35px;
		background-size: 10px;
		margin-bottom: 35px;
	}

	.section a.btn {
		width: 80px;
		background-position: 66px center;
		height: 23px;
		line-height: 25px;
		font-size: 12px
	}

	.section a.btn:after {
		background-size: 6px;
		top: 6px;
		right: 7px
	}

	.section a.btn span {
		display: none;
	}

	.section .pdl30 {
		padding: 0 30px;
		box-sizing: border-box;
	}

	.section .swiper-pagination {
		display: none
	}

	#fullpage .swiper-container {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 20px
	}

	#fullpage .section div.swiper-slide {
		margin: 0;
		box-sizing: border-box;
		padding: 0 7px;
	}

	#fullpage .section div.swiper-slide dl {
		height: 270px;
		width: 100%;
		padding: 116px 35px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#fullpage .section div.swiper-slide dl dt {
		font-size: 16px;
		line-height: 17px;
		margin-bottom: 22.5px
	}

	#fullpage .section div.swiper-slide dl dd {
		font-size: 14px;
		line-height: 20px;
	}

	#fullpage .section div.swiper-slide dl.box1 {
		background-size: 45px;
		background-position: center 47.5px
	}

	#fullpage .section div.swiper-slide dl.box2 {
		background-size: 45px;
		background-position: center 47.5px
	}

	#fullpage .section div.swiper-slide dl.box3 {
		float: none;
		background-size: 45px;
		background-position: center 47.5px
	}

	.m_view {
		display: block
	}

	.web_view {
		display: none
	}



	/* /// SOLUTION /// */
	#fullpage .section {
		box-sizing: border-box;
		/*padding: 0 30px*/
	}

	#fullpage #section0 .visualBox {
		background: url(../../images/solutions/visual.png) top center no-repeat;
		background-size: cover;
		width: 100%;
		height: 100vh
	}

	#fullpage #section0 {
		padding: 0
	}

	/* section1 */
	#fullpage .seBox1 h2 {
		font-size: 20px;
		text-align: left;
		margin-bottom: 14.5px;
		box-sizing: border-box;
	}

	#fullpage .seBox1 a.btn {
		margin: 0 0 30px
	}


	/* section2 */
	#fullpage .seBox2 {
		font-size: 16px;
		line-height: 30px
	}

	#fullpage .seBox2 h2 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
		line-height: 30px
	}

	#fullpage .seBox2 h2 b {
		font-size: 30px;
		position: relative
	}

	#fullpage .seBox2 h2 b:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -25px;
		left: 0;
		width: 35px;
		height: 2px;
		background: #fff;
	}

	#fullpage .seBox2 p {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#fullpage .seBox2 div.txt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 26px
	}

	#fullpage .seBox2 a.btn {
		position: relative;
		margin: 0px 0 25px;
		top: 0
	}

	#fullpage .seBox2 div.swiper-slide dl.box1 {
		margin: 0 auto;
		background-position: center 38px;
	}

	#fullpage .seBox2 div.swiper-slide dl dt {
		margin-bottom: 5px
	}

	/* section3 */
	#section3 {
		background-position: center bottom;
		background-size: 700px;
		padding-bottom: 350px;
	}

	#fullpage .seBox3 .pdl30 {
		padding-bottom: 0
	}

	#fullpage .seBox3 h2 {
		font-size: 20px;
		letter-spacing: 0.24px;
		text-align: left;
		margin-bottom: 6px
	}

	#fullpage .seBox3 p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 25px
	}

	#fullpage .seBox3 a.btn {
		margin: 0 0 60px
	}

	/* section4 */
	#fullpage .seBox4 {
		padding: 0 30px
	}

	#fullpage .seBox4 h2 {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 6px
	}

	#fullpage .seBox4 h2 b {
		font-size: 20px;
		letter-spacing: 17.5px;
		letter-spacing: -0.24px
	}

	#fullpage .seBox4 p {
		font-size: 14px;
		text-align: left;
		line-height: 20px;
		margin-bottom: 25px
	}

	#fullpage .seBox4 ul {
		box-sizing: border-box;
	}

	#fullpage .seBox4 ul li {
		width: 32.6%;
		margin: 0 1% 1% 0;
		height: 40px
	}

	#fullpage .seBox4 ul li:nth-child(3n) {
		margin: 0 0 1% 0
	}

	#fullpage .seBox4 ul li:nth-child(4n) {
		margin: 0 1% 1% 0
	}

	#fullpage .seBox4 a.btn {
		margin: 0 0 30px 0
	}

	/* section5 */
	#fullpage .seBox5 {
		font-size: 15px;
		line-height: 21px
	}

	#fullpage .seBox5 h2 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
		line-height: 30px
	}

	#fullpage .seBox5 h2 b {
		font-size: 30px;
		position: relative
	}

	#fullpage .seBox5 h2 b:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -19px;
		left: 0;
		width: 35px;
		height: 2px;
		background: #fff;
	}

	#fullpage .seBox5 p {
		font-size: 25px;
		margin-bottom: 6px
	}

	#fullpage .seBox5 div.txt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 26px
	}

	#fullpage .seBox5 a.btn {
		position: relative;
		margin: 0 0 25px;
		top: 0
	}

	#fullpage .seBox5 div.swiper-slide dl {
		float: none
	}

	#fullpage .seBox5 div.swiper-slide dl.box1 {
		margin: 0 auto
	}

	#fullpage .seBox5 div.swiper-slide dl dt {
		margin-bottom: 5px
	}

	#fullpage .seBox5 div.swiper-slide dl.box1 {
		background-size: 50px;
		background-position: center 45px
	}

	#fullpage .seBox5 div.swiper-slide dl.box2 {
		background-size: 50px;
		background-position: center 45px
	}

	#fullpage .seBox5 div.swiper-slide dl.box3 {
		background-size: 50px;
		background-position: center 45px
	}

	/* section6 */
	#section6 {
		background-position: -900px -100px
	}

	#fullpage .seBox6 {
		padding: 0 30px
	}

	#fullpage .seBox6 h2 {
		font-size: 20px;
		position: relative;
		text-align: left;
		margin-bottom: 6px
	}

	#fullpage .seBox6 p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 26px;
		text-align: left
	}

	#fullpage .seBox6 a.btn {
		margin: 0 0 57px 0
	}

	/* section7 */
	#fullpage .seBox7 {
		padding: 0 30px
	}

	#fullpage .seBox7 h2 {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin-bottom: 6px
	}

	#fullpage .seBox7 h2 b {
		font-size: 20px;
		letter-spacing: 0.24px;
		line-height: 17.5px
	}

	#fullpage .seBox7 p {
		font-size: 14px;
		text-align: left;
		line-height: 20px;
		margin-bottom: 25.5px
	}

	#fullpage .seBox7 ul li {
		width: 32.6%;
		margin: 0 1% 1% 0;
		height: 40px
	}

	#fullpage .seBox7 ul li:nth-child(3n) {
		margin: 0 0 1% 0
	}

	#fullpage .seBox7 ul li:nth-child(4n) {
		margin: 0 1% 1% 0
	}

	#fullpage .seBox7 a.btn {
		margin: 0 0 40px 0
	}

	/* section8 */
	.fp-viewing-page9 #fp-nav ul li a span,
	.fp-slidesNav ul li a span {
		background: #000
	}

	.fp-viewing-page9 #fp-nav ul li a.active span,
	.fp-viewing-page9 .fp-slidesNav ul li a.active span,
	.fp-viewing-page9 #fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span {
		border-color: #000
	}

	#fullpage .seBox8 {
		font-size: 15px;
		line-height: 21px
	}

	#fullpage .seBox8 h2 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
		line-height: 1.36
	}

	#fullpage .seBox8 h2 b {
		font-size: 30px;
		position: relative
	}

	#fullpage .seBox8 h2 b:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 38px;
		height: 2px;
		background: #fff;
	}

	#fullpage .seBox8 p {
		font-size: 20px;
		line-height: 17.5px;
		margin-bottom: 6.5px
	}

	#fullpage .seBox8 div.txt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 26px
	}

	#fullpage .seBox8 a.btn {
		position: relative;
		margin: 0 0 30px;
		top: 0
	}

	#fullpage .seBox8 div.swiper-slide dl {
		float: none
	}

	#fullpage .seBox8 div.swiper-slide dl.box1 {
		margin: 0 auto;
		background-size: 80px
	}

	#fullpage .seBox8 div.swiper-slide dl.box2 {
		background-size: 80px
	}

	#fullpage .seBox8 div.swiper-slide dl.box3 {
		background-size: 80px
	}

	/* section9 */
	#fullpage .seBox9 .sliderBox {
		height: auto;
	}

	#fullpage .seBox9 .sliderBox .slideSec {
		height: auto;
		margin-bottom: 15px
	}

	#fullpage .seBox9 .sliderBox .slideSec img {
		float: none;
		width: 80%;
		margin: 0 auto
	}

	#fullpage .seBox9 .sliderBox .slideSec .txt {
		float: none;
		margin-bottom: 25px;
		padding: 0 30px
	}

	#fullpage .seBox9 .sliderBox .slideSec .txt mark {
		display: none
	}

	#fullpage .seBox9 .sliderBox .slideSec .txt dl dt span {
		display: none;
	}

	#fullpage .seBox9 .sliderBox .slideSec .txt dl dt {
		font-size: 20px;
		line-height: 25px;
		letter-spacing: -1px;
		margin-bottom: 8px
	}

	#fullpage .seBox9 .sliderBox .slideSec .txt dl dd {
		font-size: 14px;
		line-height: 20px;
	}

	#fullpage .seBox9 .sliderBox .slick-dots {
		text-align: center;
		font-size: 0;
		box-sizing: Border-box;
		margin-top: 0;
		position: relative;
		top: 0
	}

	#fullpage .seBox9 .sliderBox .slick-dots li {
		margin: 0 4px;
	}

	#fullpage .seBox9 .sliderBox .slick-dots li button {
		width: 8px;
		height: 8px;
		margin: 0px
	}

	#fullpage .seBox9 .sliderBox a.btn {
		margin: 25.5px 0 60px;
		display: block;
	}

	/* 2302 추가	 */
	/* section10 */
	.fp-viewing-page11 #fp-nav ul li a span,
	.fp-slidesNav ul li a span {
		background: #000
	}

	.fp-viewing-page11 #fp-nav ul li a.active span,
	.fp-viewing-page11 .fp-slidesNav ul li a.active span,
	.fp-viewing-page11 #fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span {
		border-color: #000
	}

	#fullpage .seBox10 {
		font-size: 15px;
		line-height: 21px
	}

	#fullpage .seBox10 h2 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 40px;
		line-height: 1.36
	}

	#fullpage .seBox10 h2 b {
		font-size: 30px;
		position: relative
	}

	#fullpage .seBox10 h2 b:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 38px;
		height: 2px;
		background: #fff;
	}

	#fullpage .seBox10 p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 6.5px
	}

	#fullpage .seBox10 div.txt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 26px
	}

	#fullpage .seBox10 a.btn {
		position: relative;
		margin: 0 0 30px;
		top: 0
	}

	#fullpage .seBox10 div.swiper-slide {
		min-height: 30vh;
	}

	#fullpage .seBox10 div.swiper-slide dl {
		float: none;
	}

	#fullpage .seBox10 div.swiper-slide dl img {
		top: -15%;
	}

	#fullpage .seBox10 div.swiper-slide dl.box1 {
		margin: 0 auto;
	}

	/* 2302 추가	 end*/


	/* section11 */
	#fullpage #section11,
	#fullpage #section12 {
		padding: 0
	}

	.infoBox {
		padding: 53px 30px 0;
		background: #3e3e3e;
		color: #fff;
	}

	.infoBox h2 {
		text-align: left;
		box-sizing: border-box;
		font-size: 20px;
		line-height: 25px
	}

	.inquiryBox {
		padding: 65px 0;
		background: #3e3e3e
	}

	.inquiryBox dl {
		width: 100%;
		padding: 47px 30px 0
	}

	.inquiryBox dl dt {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 0px;
	}

	.inquiryBox dl.box1 {
		background-position: 30px top;
		background-size: 21.9px
	}

	.inquiryBox dl.box1:after {
		content: "";
		display: block;
		width: 100%;
		margin: 45px auto;
		background-color: rgba(255, 255, 255, 0.3);
		height: 1px;
	}

	.inquiryBox dl.box2 {
		background-position: 30px top;
		background-size: 39px
	}

	.inquiryBox dl dd a {
		font-size: 14px;
		line-height: 20px
	}

	.inquiryBox:after {
		width: 100%;
		background: none
	}

	.inquiryBox:before {
		width: 100%;
		background: #3e3e3e
	}

	.fp-viewing-10 header .m_header {
		background: #fff
	}

	.fp-viewing-10 .hamburger__icon:before,
	.fp-viewing-page10 .hamburger__icon:after {
		background: #000
	}

	.fp-viewing-10 .hamburger.active {
		background: #fff
	}

	footer {
		padding: 70px 30px;
		box-sizing: border-box;
	}

	footer .web_footer {
		display: none
	}

	footer .m_footer {
		display: block;
		color: #8c8c8c
	}

	footer .m_footer .snsBox ul {
		font-size: 0;
		border-bottom: 1px solid #444;
		padding-bottom: 30px;
		margin-bottom: 26px
	}

	footer .m_footer .snsBox ul li {
		display: inline-block;
		margin-right: 23.5px
	}

	footer .m_footer .snsBox ul li a img {
		width: 22px
	}

	footer .m_footer .go_privacy {
		color: #fff;
		display: inline-block;
		margin: 27px 0;
		font-size: 12px;
		width: auto;
		background: url(../../images/inc/go_privacy_arrow.png) right center no-repeat;
		background-size: 6px;
		padding-right: 15px
	}

	footer .m_footer #ft_selectBox {
		border: 1px solid #fff;
		box-sizinG: border-box;
		width: 100%;
		height: 46px;
		font-family: 'Montserrat-Regular';
		background: url(../../images/inc/topMenu_arrow.png) 95% center no-repeat;
		color: #fff;
		background-size: 12.4px;
		font-size: 16px;
		line-height: 35px;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		padding-left: 13.5px;
		border-radius: 0;
		box-sizing: border-box;
		margin-bottom: 6px
	}

	footer .m_footer p {
		font-size: 12px;
		line-height: 20px
	}

	footer .m_footer span {
		font-size: 10px;
		margin-bottom: 27px
	}

	footer .m_footer #ft_selectBox::-ms-expand {
		display: none
	}

	footer .m_footer dl {
		color: #fff;
		margin-bottom: 30px
	}

	footer .m_footer dl dt {
		font-weight: bold;
		line-height: 20px;
		font-size: 12px;
	}

	footer .m_footer dl dd {
		color: #8c8c8c;
		line-height: 17px;
		font-size: 12px;
	}

	footer .m_footer dl dd a {
		display: block;
		width: Auto;
		text-decoration: underline;
		color: #fff;
	}

	/*230206 수정*/
	footer .m_footer .markBox {
		width: 100%;
		height: 100%;
		margin-bottom: 30px;
	}

	footer .m_footer .markBox li {
		padding-bottom: 10px;
	}

	footer .m_footer .markBox li img {
		height: 36px;
	}

	/*230206 수정 end*/
}


@media screen and (min-width: 640px) and (max-width:1199px) {
	#section3 {
		background-position: right bottom;
	}
}