* {
  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: 18px;
  }
}

.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: #fff;
  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-v2.jpg);
  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:100%;
  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 img{margin-top:180px;}
.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) no-repeat;
  float: left;
  position: relative;
}
.skill-list > li .tit{margin-top:50px;padding-bottom:20px;margin-bottom:20px;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 .tit:before{content:"";width:20px;height:3px;overflow:hidden;display:block;background:#fff;position:absolute;left:50%;bottom:0;margin-left:-10px;}
.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: 100px;
  background-color: #20212e;
  color: #b5b5b5;
  font-size: 16px;display:flex;justify-content:center;align-items:center;
}

.footer .txt {
  height: 100px;display:flex;justify-content:center;align-items:center;
}

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: 30px 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:#fff;
}
.skill-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
	max-width: 1200px;
	padding:0 10px;
	width: 100%
}

.section-new1-bg .rela{display:flex;justify-content:center;align-items:center;margin:0 auto;height:100%;width:calc( 100% - 40px );padding:0 20px;max-width:1400px;overflow:Hidden;}
.section-new1-bg .rela .cont{width:650px;height:auto;overflow:Hidden;}
.section-new1-bg .rela .cont .tit{font-size:50px;color:#000;font-weight:100;width:calc( 100% - 100px );height:auto;overflow:Hidden;padding-left:100px;}
.section-new1-bg .rela .cont .tit strong{font-size:50px;color:#000;font-weight:500;}
.section-new1-bg .rela .cont .tit strong.blue{color:#3b55e6;}
.section-new1-bg .rela .cont .tit span{font-size:50px;color:#3b55e6;font-weight:100;}
.section-new1-bg .rela .cont ul{margin-top:90px;width:100%;height:auto;overflow:Hidden;}
.section-new1-bg .rela .cont ul li{margin-top:30px;width:100%;height:auto;overflow:Hidden;display:flex;justify-content:flex-start;align-items:flex-start;}
.section-new1-bg .rela .cont ul li:first-child{margin-top:0;}
.section-new1-bg .rela .cont ul li .num{width:100px;margin-top:-10px;}
.section-new1-bg .rela .cont ul li .item-wrap{width:calc( 100% - 100px );height:auto;overflow:Hidden;}
.section-new1-bg .rela .cont ul li .item-wrap .stit{font-weight:500;width:100%;height:auto;overflow:Hidden;font-size:24px;color:#333;}
.section-new1-bg .rela .cont ul li .item-wrap .stit strong{font-size:24px;color:#333;font-weight:500;}
.section-new1-bg .rela .cont ul li .item-wrap .sdesc{line-height:1.5em;width:100%;height:auto;overflow:Hidden;font-size:18px;color:#555;margin-top:25px;}
.section-new1-bg .rela .cont ul li .item-wrap .time{border-radius:8px;margin-top:15px;flex-direction:column;width:370px;padding-left:20px;height:78px;border:2px dashed #d0d0d0;display:flex;justify-content:center;align-items:flex-start;}
.section-new1-bg .rela .cont ul li .item-wrap .time .e01{margin:3px 0;font-weight:500;width:100%;height:auto;overflow:Hidden;font-size:15px;color:#010101;}
.section-new1-bg .rela .cont ul li .item-wrap .time .e01 strong{font-weight:500;font-size:15px;color:#3b55e6;}
.section-new1-bg .rela .pic{display:flex;width:100%;flex:1;height:auto;overflow:hidden;}
.section-new1-bg .rela .pic img{width:100%;}

.section-new2-bg{background:#eff1fa;}
.section-new2-bg .rela{display:flex;justify-content:center;align-items:center;margin:0 auto;height:100%;width:calc( 100% - 40px );padding:0 20px;max-width:1400px;overflow:Hidden;}
.section-new2-bg .rela .cont{width:700px;height:auto;overflow:Hidden;padding-left:50px;}
.section-new2-bg .rela .cont .tit{font-size:50px;color:#000;font-weight:100;width:calc( 100% - 70px );height:auto;overflow:Hidden;padding-left:70px;}
.section-new2-bg .rela .cont .tit strong{font-size:50px;color:#000;font-weight:bold;}
.section-new2-bg .rela .cont .tit strong.blue{color:#3b55e6;}
.section-new2-bg .rela .cont .tit span{font-size:50px;color:#3b55e6;font-weight:100;}
.section-new2-bg .rela .cont ul{margin-top:90px;width:100%;height:auto;overflow:Hidden;}
.section-new2-bg .rela .cont ul li{margin-top:15px;width:100%;height:auto;overflow:Hidden;display:flex;justify-content:flex-start;align-items:flex-start;}
.section-new2-bg .rela .cont ul li:first-child{margin-top:0;}
.section-new2-bg .rela .cont ul li .num{font-size:25px;font-weight:100;width:37px;height:37px;border-radius:50%;background:#3b55e6;color:#fff;display:flex;justify-content:center;align-items:center;}
.section-new2-bg .rela .cont ul li .txt{margin-left:33px;font-size:23px;color:#555;}
.section-new2-bg .rela .pic{display:flex;width:100%;flex:1;height:auto;overflow:hidden;}
.section-new2-bg .rela .pic img{width:100%;}

.section-new3-bg{background:url(../images/bg-sec03.jpg) no-repeat left top;background-size:cover}
.section-new3-bg h3{width:100%;height:auto;text-align:center;font-size:50px;font-weight:300;color:#fff;}
.section-new3-bg h3 strong{font-size:50px;color:#fff;font-weight:bold;}
.section-new3-bg ul{max-width:1000px;width:calc( 100% - 40px );margin:70px auto 0 auto;padding-top:42px;height:auto;overflow:hidden;background:url(../images/bg-moseri.png) no-repeat center top;}
.section-new3-bg ul li{margin-top:7px;width:100%;padding:20px 50px;height:auto;background:#fff;flex-direction:column;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;}
.section-new3-bg ul li:first-child{margin-top:0;}
.section-new3-bg ul li .t01{width:100%;height:auto;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;}
.section-new3-bg ul li .t01 strong{font-size:18px;color:#241c0a;font-weight:500;}
.section-new3-bg ul li .t01 span{font-size:18px;color:#241c0a;margin-left:5px;}
.section-new3-bg ul li .t01 img{margin-left:15px;}
.section-new3-bg ul li .t02{margin-top:20px;font-size:18px;color:#241c0a;width:100%;height:auto;overflow:hidden;}

.section-new5-bg{background:url(../images/bg-sec05.jpg) no-repeat center bottom;background-size:cover}
.section-new5-bg .rela .cont{width:100%;height:auto;overflow:Hidden;padding-bottom:100px;}
.section-new5-bg .rela .cont .tit{text-align:center;font-size:50px;color:#000;font-weight:100;width:100%;height:auto;overflow:Hidden;}
.section-new5-bg .rela .cont .tit strong{font-size:50px;color:#000;font-weight:bold;}
.section-new5-bg .rela .cont .tit strong.blue{color:#3b55e6;}
.section-new5-bg .rela .cont .tit span{font-size:50px;color:#3b55e6;font-weight:100;}
.section-new5-bg .rela .cont ul{display:flex;justify-content:space-between;align-items:center;padding-top:43px;margin:40px auto 0 auto;width:1200px;height:auto;overflow:Hidden;}
.section-new5-bg .rela .cont ul li{width:208px;height:300px;border-radius:30px;background:#e2ddef;position:relative;flex-direction:column;display:flex;justify-content:center;align-items:center;}
.section-new5-bg .rela .cont ul li .lv{font-size:30px;color:#fff;position:absolute;left:50%;top:-43px;margin-left:-43px;width:86px;height:86px;border-radius:20px;background:#553dcc;display:flex;justify-content:center;align-items:center;}
.section-new5-bg .rela .cont ul li .stit{font-size:22px;color:#333;width:calc( 100% - 20px );padding:0 10px;height:auto;overflow:hidden;text-align:center;}
.section-new5-bg .rela .cont ul li .stit strong{font-size:22px;color:#333;font-weight:500;}
.section-new5-bg .rela .cont ul li .sdesc{line-height:1.5em;margin-top:30px;font-size:18px;color:#555;width:calc( 100% - 20px );padding:0 10px;height:auto;overflow:hidden;text-align:center;}
.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;}

@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{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:before{position:absolute;left:0;top:0;content:"-";font-size:18px;color:#333;}
.mtype{display:none !important;}
.kakao{position:fixed;right:20px;bottom:20px;z-index:90;}
@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}
  .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:80px;}
  #section0{background-size:cover;height:450px !important;display:flex;justify-content:center;align-items:flex-end;transition:inherit !important;transform:inherit !important}
  .section-1-bg .txt-wrapper{text-align:center;padding-left:0;position:static;transition:inherit !important;transform:inherit !important}
  .section-1-bg .txt-wrapper img{width:260px;margin-bottom:30px;}
  .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;}
  #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%;}
  .solution-list li .desc{font-size:14px;width:100%;height:120px;}
  .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:flex-start;align-items:center;height:78px;margin-left:20px;width:200px;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:20px 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;}
  .section-new1-bg .rela{display:block;width:100%;padding-bottom:50px;}
  .section-new1-bg .rela .cont{width:100%;}
  .section-new1-bg .rela .cont .tit{line-height:1.2em;width:100%;font-size:30px;padding-left:0;}
  .section-new1-bg .rela .cont .tit strong{font-size:30px;}
  .section-new1-bg .rela .cont .tit span{font-size:30px;}
  .section-new1-bg .rela .pic{width:100%;}
  .section-new1-bg .rela .cont ul{margin-top:20px;}
  .section-new1-bg .rela .cont ul li .num{width:40px;margin-top:-5px;}
  .section-new1-bg .rela .cont ul li .num img{width:30px;}
  .section-new1-bg .rela .cont ul li .item-wrap{width:calc( 100% - 40px )}
  .section-new1-bg .rela .cont ul li .item-wrap .time{width:calc( 100% - 14px );padding-left:10px;}
  .section-new1-bg .rela .cont ul li .item-wrap .time .e01{font-size:13px;}
  .section-new1-bg .rela .cont ul li .item-wrap .time .e01 strong{font-size:13px;}

  .section-new2-bg .rela{display:block;width:100%;padding-bottom:50px;}
  .section-new2-bg .rela .cont{margin-top:20px;width:100%;padding-left:0;}
  .section-new2-bg .rela .cont .tit{line-height:1.2em;width:100%;font-size:30px;padding-left:0;}
  .section-new2-bg .rela .cont .tit strong{font-size:30px;}
  .section-new2-bg .rela .cont .tit span{font-size:30px;}
  .section-new2-bg .rela .pic{width:100%;}
  .section-new2-bg .rela .cont ul{margin-top:20px;}
  .section-new2-bg .rela .cont ul li .txt{margin-left:20px;width:100%;flex:1;font-size:16px;line-height:1.5em;}
  .section-new3-bg{background-size:cover;padding-bottom:50px;}
  .section-new3-bg h3{padding:0 20px;font-size:30px;}
  .section-new3-bg h3 strong{font-size:30px;}
  .section-new3-bg ul{margin-top:20px;}
  .section-new3-bg ul li{padding:20px 10px;height:auto;}
  .section-new3-bg ul li .t02{font-size:15px;line-height:1.4em;}
  .kakao img{width:60px;}

  .section-new5-bg .rela .cont{padding-bottom:50px;}
  .section-new5-bg .rela .cont .tit{line-height:1.2em;font-size:30px;}
  .section-new5-bg .rela .cont .tit strong{font-size:30px;}
  .section-new5-bg .rela .cont .tit span{font-size:30px;}
  .section-new5-bg .rela .cont ul{display:block;padding-top:43px;margin:40px auto 0 auto;width:calc( 100% - 40px );height:auto;overflow:Hidden;}
  .section-new5-bg .rela .cont ul li{float:left;margin:0 auto 60px auto;width:calc( 50% - 10px );height:250px;border-radius:30px;background:#e2ddef;position:relative;flex-direction:column;display:flex;justify-content:center;align-items:center;}
  .section-new5-bg .rela .cont ul li:nth-child(even){float:right;}
  .section-new5-bg .rela .cont ul li .lv{font-size:30px;color:#fff;position:absolute;left:50%;top:-43px;margin-left:-43px;width:86px;height:86px;border-radius:20px;background:#553dcc;display:flex;justify-content:center;align-items:center;}
  .section-new5-bg .rela .cont ul li .stit{margin-top:20px;font-size:18px;color:#333;width:calc( 100% - 20px );padding:0 10px;height:50px;overflow:hidden;text-align:center;}
  .section-new5-bg .rela .cont ul li .stit strong{font-size:18px;color:#333;font-weight:500;}
  .section-new5-bg .rela .cont ul li .sdesc{margin-top:0px;font-size:14px;color:#555;width:calc( 100% - 20px );padding:0 10px;height:auto;overflow:hidden;text-align:center;}

}
@media (max-width:768px) {
  #section0{background:url(../images/bg-sec-1-v2-m.jpg) no-repeat center top;background-size:cover;height:450px !important;padding-bottom:146%;}
  .section-1-bg .txt-wrapper{display:none;}
  .section-new3-bg ul li .t01 strong{font-size:14px;}
  .section-new3-bg ul li .t01 span{font-size:14px;}
  .section-new3-bg ul li .t01 img{height:12px;margin-left:5px;}
  .section-new5-bg{background-size:768px auto}
}