* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  text-rendering: optimizelegibility;
  font-size: 100%;
}

body {
  font-weight: 300;
  color: #000;
  letter-spacing: 0px;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Korean';
}

.clearBoth {
  clear: both;
}

.text-left {
  text-align: left;
}

button {
  letter-spacing: -1.5px;
}

textarea {
  font-family: 'Noto Sans Korean';
}

textarea::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-family: 'Noto Sans Korean';
}

input,
select {
  outline: none !important;
  font-family: 'Noto Sans Korean';
}

input::placeholder,
select::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
}

textarea:focus,
input:focus {
  outline-color: #416720;
}

@media (max-width: 516px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 414px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 80.6%;
  }
}

@media (max-width: 335px) {
  html {
    font-size: 75.6%;
  }
}

@media (max-width: 990px) {
  html,
  body {
    font-size: 80.6%;
  }
}

.wrapper {
  position: relative;
  min-width: 100%;
  width: 100%;
  height: 100%;
}

.layer-mask {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
}

.gnb-container {
  width: 100%;
  min-width: 100%;
  padding-left: 0px;
}

.header-bgcolor {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0px;
  z-index: 139032;
  pointer-events: auto;
}

@media (max-width: 1400px) {
  .header-bgcolor {
    top: 20px;
  }
}

@media (max-width: 990px) {
  .header-bgcolor {
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0;
  }
}

.gnb-wrapper {
  position: fixed;
  width: 100%;
  background-color: #000;
  z-index: 100;
  height: 100%;
  top: 0px;
  left: -100%;
  z-index: 139030;
  display: none;
}

.header-logo {
  display: block;
  text-align: left;
  background-color: transparent;
  margin-left: 45px;
}

@media (max-width: 1400px) {
  .header-logo {
    margin-left: 15px;
  }
}

@media (max-width: 990px) {
  .header-logo img {
    width: 120px;
  }
}

.mnb {
  display: block;
  padding: 0px;
  position: absolute;
  width: 100%;
  z-index: 139033;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.mnb > ul {
  display: block;
  width: 100%;
}

.mnb > ul > li {
  display: block;
  width: 100%;
  border: 0px solid #ddd;
  padding: 0px 0;
  padding-bottom: 0px;
}

.mnb > ul > li > a {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  height: auto;
  line-height: 40px;
  padding: 17px 0px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .mnb > ul > li > a {
    font-size: 25px;
  }
}

.mnb > ul > li > a.active {
  color: #ef5961;
  z-index: 120;
}

.icon-toggle {
  position: absolute;
  padding-right: 0px;
  top: 50%;
	transform: translateY(-50%);
  right: 45px;
  z-index: 10000000;
}

@media (max-width: 1400px) {
  .icon-toggle {
    right: 15px;
  }
}

@media (max-width: 990px) {
  .icon-toggle {
    padding: 20px 0;
  }
}

/* Toggle Button */
.nav-icon3 {
  width: 40px;
  height: 36px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 5000;
}


.header-black .nav-icon3 span {background: #fff;} 

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

@media (max-width: 990px) {
  .nav-icon3 span {
    height: 2px;
  }
}

/* Icon 3 */
.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 15px;
}

.nav-icon3 span:nth-child(4) {
  top: 30px;
}
.nav-icon3.open span {
	background: #fff;
}
.nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0.6;
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0 0px;
}

@media (max-width: 990px) {
  .section {
    height: 100%;
    position: relative;
  }
}

.h-tit {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 60;
  font-weight: 300;
  margin-bottom: 90px;
}
.h-tit strong{font-weight:500;}
.h-tit span {font-size: 30px; display: block; font-weight: normal; margin-top: 10px;}


#section2 .h-tit{color:#464f7a;}
#section2 .h-tit strong{color:#464f7a;}
#section5 .h-tit{color:#333;}
#section5 .h-tit strong{color:#333;}
.section-1-bg {
  background-image: url(../images/bg-sec-1-v3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-1-bg .bg-dot {
	display: none;
  background-image: url(../images/dot-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.section-1-bg .bg-black {
	display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.section-1-bg .txt-wrapper {
  position: absolute;
  width: 1200px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 70px;
  color: #000;
  z-index: 13;
  font-weight: 700;
	letter-spacing: -1.5px;
  
}
.section-1-bg .txt-wrapper p {font-size: 20px; font-weight: normal; margin-top: 20px;}
.section-1-bg .txt-wrapper .em-ph {
  color: #ff662b;
}

.section-1-bg .btn-company {
  display: block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 80px;
  line-height: 80px;
  width: 220px;
  height: 80px;
  margin-top: 40px;
}

.section-2-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#e9e9e9;
}

.section-2-bg .bg-dot {
  background-image: url(../images/dot-bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.section-2-bg .bg-black {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.section-5-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-sec-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-intro {
  max-width:1500px;
}

.service-intro .txt-2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-top: 60px;
	position: relative;
	padding-top: 15px;
}

.service-intro .link-area {
  display: block;
  text-align: right;
  margin-top: 20px;
	
}

.service-intro .link-area .link {
  display: inline-block;
  width: 233px;
  height: 60px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
	position: absolute; 
	top:0;
	right: 10px;
}
.service-ul{width:1200px;height:auto;overflow:hidden;margin:0 auto;}
.service-ul li{width:25%;height:auto;overflow:hidden;float:left;padding:20px 0;}
.service-ul li .pic{width:100%;height:auto;overflow:hidden;text-align:center;}
.service-ul li .per{width:100%;height:auto;overflow:hidden;text-align:center;font-size:60px;color:#464f7a;font-weight:500;}
.service-ul li .tit{width:100%;height:auto;overflow:hidden;text-align:center;font-size:24px;color:#666;}

.skill-list {
	overflow: hidden;
  width:1158px;height:auto;margin:0 auto;
}

.skill-list > li {
  width:346px;height:236px;margin:20px;overflow:hidden;overflow:hidden;background:url(../images/bg-box01.png?v=1) no-repeat;
  float: left;
  position: relative;
}
.skill-list > li .ico{margin-top:25px;width:100%;height:auto;text-align:center;}
.skill-list > li .tit{margin-top:5px;margin-bottom:10px;position:relative;font-size:34px;color:#fff;width:100%;height:auto;overflow:hidden;text-align:center;}
.skill-list > li .tit strong{font-size:34px;color:#fff;font-weight:500;}
.skill-list > li .desc{font-size:18px;color:#fff;width:100%;height:auto;overflow:hidden;text-align:center;line-height:1.5em;}


.service-ul .txt {
  margin-left: 25px;
}

.service-ul .txt > li {
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
}

.service-ul .txt > li:before {
  content: '-';
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.bg-service-intro {
  background-color: #fff;
  padding: 110px 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.s-1-container {
  position: relative;
  margin: 0 auto;
  border: 0px solid #000;
  max-width: 1500px;
	padding:0 10px;
  height: 100%;display:flex;justify-content:center;align-items:center;
}

.s-2-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.content-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.client-container {
  position: relative;
  width: 100%;
max-width: 1200px;
	padding:0 10px;
  margin: 0 auto;
  height: 100%;display:flex;justify-content:center;align-items:center;
}

.contact-container {
  position: relative;
  width: 100%;
	max-width: 1500px;
	padding:0 10px;
  margin: 0 auto;
  height: 100%;
}

.customer {
  position: relative;
  z-index: 70;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 0px solid #fff;
}

.customer li {
  border: 0px solid #fff;
	text-align: center;
	position: relative;
}

.customer li .t-1 {
  font-size: 80px;
  font-weight: 700;
  color: #ff662b;
	margin-top: 30px;
	line-height: 1;
}

.customer li .t-2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}

.customer li.s-d {
	position: relative;
	height: 289px;
}

.customer li .div {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 44px;
  background-color: #68686d;
	position: absolute; 
	top:80%;
	right: 0;
	transform: translateY(-50%)
}

.section-4-bg {
  background-color: #d4daf2;
}

.section-4-bg .client-list {
  width:1200px;height:auto;overflow:Hidden;margin:0 auto;
}

.section-4-bg .client-list li {
  width:400px;height:auto;overflow:Hidden;text-align:center;float:left;padding:0 20px;
}
.section-4-bg .client-list li img{border:1px solid #333;max-width:100%;}


.client-wrapper {
	width: 100%;
}

.contact-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.contact li {
  border: 0px solid #ddd;
  margin-right: 45px;
  margin-bottom: 30px;
  font-size: 24px;
	color:#555;
}

.contact li img {
  max-width: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.footer {
  position: relative;
  width: 100%;
  height: 78px;
  background-color: #3d3d3d;
  color: #b5b5b5;
  font-size: 16px;
  padding: 30px 0;
}

.footer .txt {
  margin-left: 100px;
}

a.go-top {
  position: absolute;
  right: 100px;
  top: 0px;
  display: block;
  height: 78px;
  z-index: 100;
}

a.go-top img {
  height: 78px;
}

.map {
  width: 100%;
  height: 500px;
}

.header-black {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  top: 0px;
}
.header-logo img {position: relative; }
.header-logo .ty-d {display: block!important;}
.header-logo .ty-w {display: none !important;}
.header-black .header-logo img {width: 160px; top:-5px;}
.header-black .header-logo .ty-d {display: none!important;}
.header-black .header-logo .ty-w {display: block!important;}

.header-top {
}

.section-bullet {
  position: fixed;
  top: 590px;
  left: 150px;
  z-index: 10000;
}

.section-paging {
  position: absolute;
  z-index: 3;
  width: 20px;
  top: 44%;
  left: -40px;
  text-align: center;
  width: 6px;
}

.section-paging span {
  display: inline-block;
  background-color: #333;
  width: 100%;
  margin: 6px 0;
  width: 4px;
  height: 4px;
  border-radius: 50% 50%;
  transition: 0.5s;
}

.section-paging span.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50% 50%;
  margin-left: -3px;
}
/*# sourceMappingURL=styles.css.map */



/*new*/
.wid-inner {max-width: 1240px; padding:0 10px; width: 100%; margin:0 auto}
.section-new1-bg {
  background:#464f7a;
}
.skill-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
	max-width: 1200px;
	padding:0 10px;
	width: 100%
}

.section-new2-bg {
  background:#fff;
}
.solution-intro {
	max-width: 1500px;
	width:1200px;margin:0 auto;height:auto;overflow:Hidden;display:flex;justify-content:center;align-items:center;
}
.solution-list{width:1200px;height:auto;overflow:hidden;margin:0 auto;}
.solution-list li{width:400px;height:auto;overflow:Hidden;float:left;}
.solution-list li .pic{width:calc( 100% - 40px );padding:0 20px;height:auto;overflow:Hidden;text-align:center;}
.solution-list li .pic img{max-width:100%;}
.solution-list li .tit{margin:10px 0;font-size:24px;color:#333;font-weight:500;width:calc( 100% - 40px );padding:0 20px;height:auto;overflow:Hidden;}
.solution-list li .desc{font-size:18px;line-height:1.5em;color:#333;width:calc( 100% - 40px );padding:0 20px;height:160px;overflow:Hidden;}
.solution-list li .desc strong{font-size:18px;color:#333;font-weight:bold;}

@media all and (max-width:1400px) {
	.skill-intro dl {width: 370px; height: 370px;}
}

#section3 .item{margin:20px auto;width:1200px;float:left;height:auto;overflow:hidden;}
#section3 .item .pic{width:352px;height:auto;overflow:hidden;float:left;}
#section3 .item .tit{font-size:30px;color:#333;font-weight:500;width:calc( 100% - 40px );height:auto;overflow:hidden;padding-left:40px;}
#section3 .item .cont{width:calc( 100% - 352px );height:auto;overflow:hidden;float:left;}
#section3 .item ul{margin-top:20px;width:calc( 100% - 40px );height:auto;overflow:hidden;padding-left:40px;}
#section3 .item ul li{line-height:1.5em;margin-top:5px;font-size:18px;color:#333;width:calc( 100% - 40px );height:auto;overflow:hidden;padding-left:10px;position:relative;}
#section3 .item ul li strong{font-weight:500;color:#464f7a}
#section3 .item ul li:before{position:absolute;left:0;top:0;content:"-";font-size:18px;color:#333;}
.mtype{display:none !important;}

.sns-wrap{position:absolute;right:120px;top:30px;}
.sns-wrap ul{display:flex;justify-content:flex-start;align-items:center;}
.sns-wrap li{margin-left:10px;font-size:15px;color:#a1a1a1}

#section7 ul{width:100%;height:auto;overflow:hidden;text-align:center;}
#section7 ul li{margin:5px 10px;display:inline-block;}
.footer .txt{text-align:center;margin:5px 0 0 0;}

@media (max-width:1024px) {
  html,body{height:auto !important;overflow:auto !important;}
  body{overflow:auto !important;}
  .fp-responsive .fp-section,
  .fp-responsive .fp-slide,
  .fp-responsive .fp-tableCell{
    height: auto !important;
  }
  .section-bullet{display:none}
  .sns-wrap.mtype{bottom:20px;top:auto;left:0;right:auto;width:100%;}
  .sns-wrap ul{display:flex;justify-content:center;align-items:center;}
  .sns-wrap li{margin:0 5px;}
  .section-1-bg .txt-wrapper{width:100%;padding-left:20px;text-align:left;}
  .section-1-bg .txt-wrapper img{}
  .wrapper{height:auto !important;transition:inherit !important;transform:inherit !important}
  .section, .fp-tableCell{overflow:hidden;position:relative;height:auto !important;display:block;}
  .section{padding-top:20px;}
  #section0{height:450px !important;display:flex;justify-content:center;align-items:flex-end;transition:inherit !important;transform:inherit !important}
  .section-1-bg .txt-wrapper{position:static;transition:inherit !important;transform:inherit !important}
  .section-1-bg .txt-wrapper img{width:190px;margin-bottom:50px;}
  .skill-intro{position:static;transition:inherit !important;transform:inherit !important}
  .service-intro{padding:50px 0;}
  .fp-section.fp-table, .fp-slide.fp-table{display:block;}
  .s-1-container{height:auto;width:100%;}
  .h-tit{text-align:center;padding:20px 20px 0 20px;font-size:30px;margin-bottom:20px;word-break:keep-all;}
  .h-tit strong{font-size:30px}
  .skill-list{width:100%;}
  .skill-list > li{float:none;margin:0 auto 20px auto;width:300px;height:205px;background-size:300px 205px;}
  .skill-list > li .tit{font-size:22px;}
  .skill-list > li .tit strong{font-size:22px;}
  .skill-list > li .desc{font-size:14px;padding:0 20px;}
  .service-intro{width:100%;padding:20px;height:auto;overflow:hidden;}
  .service-ul{width:100%;}
  .service-ul li{width:50%;}
  .service-ul li .pic img{width:110px;}
  .service-ul li .per{font-size:30px;}
  .service-ul li .tit{font-size:14px;}
  #section7 ul{margin-top:20px;}
  #section7 ul li{display:block;width:calc( 100% - 20px );font-size:13px;}
  #section2{background:#e9e9e9}
  .solution-intro{width:100%;}
  .solution-list{width:100%;}
  .solution-list li{width:100%;}
  .solution-list li .tit{font-size:18px;width:100%;text-align:left;}
  .solution-list li .desc{font-size:14px;width:100%;height:120px;text-align:left;}
  .section-4-bg .client-list{width:100%;}
  .section-4-bg .client-list li{width:100%;padding:20px;}
  .footer .txt{font-size:14px;display:flex;justify-content:center;align-items:center;height:78px;margin-left:0px;width:100%;line-height:1.5em;}
  a.go-top{right:15px;top:15px;height:50px;}
  #section7 .fp-tableCell{min-height:78px;}
  .footer{padding:0;}
  .header-black .header-logo img{width:100px;}
  .nav-icon3{width:30px;height:20px;}
  .nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3){top:10px;}
  .nav-icon3 span:nth-child(4){top:20px;}
  .gnb-wrapper{height:100% !important;}
  .nav-icon3 span{background:#fff !important;}
  .header-bgcolor{padding:10px 0;}
  .header-bgcolor  .ty-d{display:none !important;}
  .header-bgcolor  .ty-w{display:block !important;}
  .solution-list li{text-align:center;}
  .solution-list li img{max-width:100%;}
  a.go-top img{height:50px;}
  .wtype{display:none !important;;}
  .mtype{display:block !important;}
  .bg-service-intro{position:static;padding:0;}
  .content-container{width:100%;}
  #section3 .item{width:100%;}
  #section3 .item .pic{padding:0 20px;width:100%;float:none;text-align:center;}
  #section3 .item .pic img{max-width:100%;}
  #section3 .item .cont{width:100%;}
  #section3 .item .tit{margin-top:10px;padding-left:0;font-size:22px;padding-left:20px;width:100%;}
  #section3 .item ul{margin-top:10px;width:100%;padding-left:20px;}
  #section3 .item ul li{font-size:14px;}
  #section3 .item ul li:before{font-size:14px;}
}