@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Mada:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:700');

/*reset*/
* {margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700; font-size: inherit;}
a {color: inherit; text-decoration: inherit;}
img {vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
address, em, i {font-style: normal;}
br.mo {display: none;}
select::-ms-expand {display:none}
/*Layout*/
.wrap {position: relative; width: 100%; min-width: 280px; overflow: hidden;font-family: 'NanumSquare', sans-serif; position: relative;}
/*main bg*/
.bg {position: fixed;width: 100%;height: 100%;top:0;left:0;z-index: -1;background: #eee;}
.vid {position: fixed;width: 100%;height: 100%;z-index: -1;display: block;}
.vid video {min-width: 100%;min-height: 100%;width: auto;height: auto;display: block;}
.bg:after {content: ''; position: absolute;width: 100%; height: 108vh; background: url(/asset/img/bg.png) no-repeat center/  cover; left: 0; top: 0; opacity: 1;z-index: -1;}
/*본문바로가기*/
#skip-nav {position: fixed; left: 0; top: -46px; width: 100%; line-height: 45px; font-size: 17px; text-align: center; background: #ef3c39; color: #fff; border-bottom: #ef3c39; z-index: 100000; transition: top 0.3s;font-family: 'NanumSquare', sans-serif; font-weight: 700;}
#skip-nav:focus {top: 0;}
/*header*/
header {position: fixed; left: 0; top: 0; width: 100%; height: 100px; line-height: 80px;padding: 20px 40px 0; box-sizing: border-box; transition: all 0.3s; z-index: 9999;}
/*fixHeader*/
header.on {background: #fff; height: 80px; padding: 0px 25px 0; transition: all 0.3s;}
header.on .gnb li a {color: #000; transition: all 0.3s;}
header.on .down {border-color: #ef3c39; background: #ef3c39; transition: all 0.3s;}
header.on .down:before  {display:none;}
header.on span.bar {background: #555; transition: all 0.3s;}
header.on .logo img {width: 90%; transition: all 0.3s;}
header .logo {float: left;}
header .logo img {width: 100%; transition: all 0.3s;}
header .moGnb {display: none;}
header nav {float: right; position: relative;}
nav.pc {display: block;}
nav.mo {display: none;}
/*gnb*/
header .gnb {float: left;font-family: 'Mada', sans-serif;}
header .gnb li {float: left;}
header .gnb li a {display: block; color: #fff; font-size: 17px; margin-right: 40px;}
span.bar {position: absolute; left: 0;bottom: 25px; width: 0; height: 2px; background: #fff; transition: all 0.5s;}
header .down {float: left; display: block; color: #fff; font-size: 14px;font-family: 'NanumSquare', sans-serif; border: 2px solid #fff; padding: 2px 15px 0; height: 30px; line-height: 30px; margin-top: 20px; position: relative; font-weight: bold;z-index: 2;}
header .down span {margin-left: 7px;line-height: 1.9;display: block; float: right;}
header .vietnam{ float: left; display: block; color: #fff; font-size: 14px;font-family: 'NanumSquare', sans-serif; border: 2px solid #e1e1e1; padding: 2px 8px 0; height: 30px; line-height: 30px; margin-right: 5px;margin-top: 20px; position: relative; z-index: 2;}

/*sideBar*/
div.fastM {display: none;}
div.fast {display: none;overflow: hidden;transition: all .3s; z-index: 200;}
div.fast.on {display: block;}
aside.sideBar {width: 370px; font-family: 'NanumSquare', sans-serif;z-index: 100; position: fixed; right: -375px; bottom: 9%; background: #fff; transition: all .5s; box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box;}
aside.sideBar.on {right: 0;transition: all .5s;}
aside.sideBar .inner {background: #fff; padding: 35px 35px 20px;border: 1px solid #ddd;}
aside.sideBar .open {display: block; background: #000; position: absolute; left: -110px; top: 0px; z-index: 20; color: #fff; font-weight: 800; font-size: 18px; text-align: left; padding: 25px 20px 70px 25px; box-sizing: border-box; line-height: 1.6; border-radius: 45px 0 0 45px; box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.3);}
aside.sideBar .open:after {content: ''; position: absolute; left:30px; bottom:25px; width: 30px; height: 25px; background: url(/asset/img/arrow2.png) no-repeat center; transition: all 0.5s;animation: open linear .7s 0s infinite;}
@keyframes open {
	0% {opacity: 1;}
    50% {opacity: 1; transform: translateX(-5px);}
	100% {opacity: 1; margin-top: 0px;}
}
aside.sideBar .open.on:after {transform: rotateY(-180deg); transition: all 0.5s; animation: none;}
aside.sideBar h3 {font-size: 17px; line-height: 1.6; margin: 12px 0 5px;}
aside.sideBar h3:first-child {margin-top: 0;}
aside.sideBar h3 em {font-size: 15px; color: #ef3c39; margin-right: 5px; display: inline-block;}
input[type=text] {background: #eee; border:none; border-radius: 5px; width: 100%; height: 40px; padding-left:10px; box-sizing: border-box; margin:0;}
.talk_banner_preview ,.talk_preview_area   {width: 100% !important;}
.talk_preview_area .talk_banner_preview{ font-family: 'NanumSquare', sans-serif !important;}

select {box-sizing: border-box;background: #fff; border:1px solid #ddd; border-radius: 5px; width: 100%; height: 40px; font-size: 15px; padding: 0 0 0 10px; color: #444;font-family: 'NanumSquare', sans-serif;background: url(/asset/img/arrow5.png) no-repeat right 12px center; -webkit-appearance: none; -moz-appearance: none;appearance: none; box-sizing: border-box; line-height:35px;}
div.check-box {float: left; margin-top:15px;}

input[type=checkbox] {position: absolute; opacity: 0; z-index: 200; width: 200px; height: 30px;}
input[type=checkbox] + label span.check {display: inline-block; vertical-align: middle; width: 23px; height:23px; background-image: url(/asset/img/checkbox1.png); background-repeat:no-repeat; background-position: center; background-size:cover; background-color:#fff;  margin-right: 6px; position: relative; z-index: 10; box-sizing: border-box;}
input[type=checkbox] + label span.check:after {content: ''; position: absolute; left: 0; top: 0; width: 90%; height: 90%; box-sizing: border-box; opacity: 0;}
input[type=checkbox] + label span.check.on { background-image: url(/asset/img/checkbox2.png); background-repeat:no-repeat; background-position: center; background-size:cover;  background-color:#fff;}
input[type=checkbox]:focus + label span.check:after {opacity: 1;}
input[type=checkbox] + label {font-size: 17px; color: #ef3c39; font-weight: 400;}
aside.sideBar textarea{ resize: none;width: 100%; height: 66px; line-height: 1.4; float: left; border:none;border-radius: 5px; padding: 10px 15px; box-sizing: border-box;background:#eee;}
aside.sideBar .view {float: right; display: block; background: #aaa; padding: 6px 12px; color: #fff; border-radius: 30px; font-size: 11px; margin-bottom: 15px; margin-top:15px;}
aside.sideBar button {font-family: 'NanumSquare', sans-serif;clear: both; display: block; background: #ef3c39; border: none; border-radius: 5px; color: #fff; font-size: 20px; font-weight: bold;width: 70%; margin: 0 auto; padding: 10px 0;}
aside.sideBar .bottom {background: #333; width: 100%; text-align: center; color: #fff; font-weight: bold; font-size: 20px; padding: 18px 0;line-height: 1.4;}
aside.sideBar .bottom span {margin-right: 10px; padding-left: 30px; background: url(/asset/img/call.png) no-repeat left top/contain;}
/*사이드바 자세히보기*/
.fastVeiwInner {width: 350px; background: #fff;box-sizing: border-box; margin:10px 0; display: none; position: absolute; left: -350px; bottom: -10px; box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2)}
.fastVeiwInner .in {padding: 5px 12px; text-align: justify;}
.fastVeiwInner h2 {font-size: 17px; font-weight: 600;color: #000;color: #ef3c39;text-align: left;padding: 15px 15px 0;}
.fastVeiwInner h4 {font-size: 15px; font-weight: 400; margin-bottom: 5px; letter-spacing: -1px;}
.fastVeiwInner ul li {font-size: 14px; position: relative; padding-left: 15px; line-height: 1.4; margin-bottom: 5px;}
.fastVeiwInner p {font-size: 14px;padding-left: 5px; line-height: 1.4; margin-bottom: 10px;}
.fastVeiwInner ul li em {font-weight: 400; margin-right: 3px; position: absolute; left: 0; color: #000; line-height: 1.2;}
.fastVeiwInner ul li span {display: block;}
/*top*/
.goTop {display: block;position: fixed; right: 20px; bottom: 20px; width: 38px; height: 38px; background: url(/asset/img/arrow3.png) no-repeat center /cover; z-index: 200; opacity: 0;transition: all .5s;}
.blog {display: block;position: fixed; right: 20px;width: 38px; height: 38px; z-index: 200; opacity: 0;transition: all .5s;bottom: 65px;background: url(/asset/front/images/naverBlog.png) no-repeat center /cover;}
.blog.on {opacity: 1;transition: all .5s;}
.goTop.on {opacity: 1;transition: all .5s;}
/* .goTop:hover,footer .up:focus {background: url(/asset/img/arrow4.png) no-repeat center /cover;} */
/*상담신청팝업창*/
div.popup {background: #fff; width: 700px; border: 2px solid #000; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 200;text-align: center; display: none;}
div.popup .top {background: #fff; border-bottom: 1px solid #ccc; padding: 50px 0 30px; position: relative;}
div.popup .top:after {content: ''; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 30px; height: 30px; background: #fff; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
div.popup .top h2 {font-size: 30px; margin-bottom: 30px; position: relative;font-weight: 600;}
div.popup .top h2 span {color: #ef3c39;}
div.popup .top h2:after {content: '-'; position: absolute; bottom: -36px; color:#ef3c39; left: 50%; transform: translateX(-50%); font-size: 40px; font-weight: 800;}
div.popup .top h3 {font-size: 22px; line-height: 1.2; font-weight: 600;}
div.popup .bottom {padding: 40px 0; background: #f7f7f7;}
div.popup .bottom p {font-size: 20px; font-weight: 600; margin-bottom: 12px;}
div.popup .bottom p span {color: #ef3c39;}
div.popup .bottom a {display: inline-block;width: 210px; text-align: center; background: #ef3c39; color: #fff; font-size: 18px; height: 50px; line-height: 50px; margin-right: 3px;}
div.popup .bottom a:last-child {background: #000;}
/*section.main*/
section.main {height: 1000px;height: 100vh; position: relative;}
section.main .moTopList {display: none;}
section.main .topList {display: block; position: absolute; top: 110px; right: 40px ;width: 600px;}
section.main .topList li {float: left; width: 12.5%; margin-left: 0%;}
section.main .topList li img {width: 100%; height: auto;}
section.main .mainTitle {position: absolute; color: #fff;bottom: 15%;  left: 12%;}
section.main .mainTitle h2:first-child {display: inline-block; line-height: 1;}
section.main .mainTitle h2 {font-family: 'Mada', sans-serif; font-size: 90px; letter-spacing: -2px; border-bottom: 3px solid #fff; line-height: .6; margin-bottom: 30px;}
section.main .mainTitle p {font-family: 'NanumSquare', sans-serif; font-size: 33px; font-weight: 800;}
/*section.hana*/
section.hana {margin-top: 10px; padding-bottom: top: 100px; width: 100%; height: 600px; position: relative; background-color: #fff; background-image: url(/asset/img/hanaBg1.png), url(/asset/img/hanaBg2.png); background-repeat: no-repeat, no-repeat; background-position: left -70px top -250px, right 80px bottom 80px;}
section.hana:before {position: absolute; left: 12%; top: -90px; content: ''; width: 85px; height: 85px; background:#ef3c39 url(/asset/img/arrow.png) no-repeat center; z-index: 20; transition: all .3s;}
section.hana .title {line-height: 1.6; width: 100%; position: absolute; left: 50%; top: 18%; transform: translateX(-50%); letter-spacing: -1px; text-align: center;}
section.hana .title h2 {font-size: 35px; font-weight:800;}
section.hana .title h2 span {color: #ef3c39;}
section.hana .title p {font-size: 22px; font-weight: 400;}
section.hana .iconBox {width: 1000px; position: absolute; left: 50%; top: 40%; transform: translateX(-50%);}
section.hana .iconBox li {float: left; width: 23%; margin: 0 1%; height: 250px; background: url(/asset/img/Shape1.png) no-repeat center;}
section.hana .iconBox li a {display: block; width: 100%; height: 100%; text-align: center; position: relative; background: none;}
section.hana .iconBox li a .icon {display: block;position: absolute; left: 50%; top: 27%; transform: translateX(-50%); position: relative;}
section.hana .iconBox li a .text {position: absolute; left: 50%; bottom: 22%; transform: translateX(-50%);font-family: 'Mada', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: -1px; font-size: 17px;}
/*스크롤이벤트*/
section.hana.on:before {top: -45px; transition: all .5s;}
section.hana.on .title h2 {animation-name: hana; animation-duration: .6s;}
section.hana.on .title p {animation-name: hana; animation-duration: .8s;}
@keyframes hana {
	0% {opacity: 0; margin-top: 150px;}
    50% {opacity: 0;}
	100% {opacity: 1; margin-top: 0px;}
}
section.hana.on .iconBox li:nth-child(1){animation-name: li; animation-duration: 1s;}
section.hana.on .iconBox li:nth-child(2){animation-name: li; animation-duration: 1.2s;}
section.hana.on .iconBox li:nth-child(3){animation-name: li; animation-duration: 1.4s;}
section.hana.on .iconBox li:nth-child(4){animation-name: li; animation-duration: 1.6s;}
@keyframes li {
	0% {opacity: 0;}
    65% {opacity: 0; margin-top: 50px;}
	100% {opacity: 1; margin-top: 0px;}
}
/*icon span*/
section.hana .iconBox li:nth-child(1) a .icon .a {position: absolute; left: 50%; top: 6%; transition: all 0.3s;transform: translateX(-50%);}
section.hana .iconBox li:nth-child(1) a .icon .b {position: absolute; left: 50%; top: 18%;transition: all 0.3s;transform: translateX(-50%);}
section.hana .iconBox li:nth-child(1) a .icon .c {position: absolute; left: 50%; top: 31%; transition: all .3s;transform: translateX(-50%);}
section.hana .iconBox li:nth-child(2) a .icon .a {position: absolute; left: 38%; bottom: 24%; transition: all 0.3s;}
section.hana .iconBox li:nth-child(2) a .icon .b {position: absolute; left: 45%; bottom: 24%;transition: all 0.3s;}
section.hana .iconBox li:nth-child(2) a .icon .c {position: absolute; left: 52%; bottom: 24%; transition: all .3s;}
section.hana .iconBox li:nth-child(3) a .icon .a {position: absolute; left: 50%; bottom: -15%; transform: translateX(-50%); transition: all .8s;}
section.hana .iconBox li:nth-child(4) a .icon .a {position: absolute; left: 55%; top: 0%; transition: all 0.3s;}
section.hana .iconBox li:nth-child(4) a .icon .b {position: absolute; left: 45%; top: -15%; transition: all 0.3s;}
section.hana .iconBox li:nth-child(4) a .icon .c {position: absolute; right: 26%; top: 45%; transition: all 0.3s;}
/*icon마우스오버이벤트*/
section.hana .iconBox li:nth-child(1) a:hover .icon .a ,section.hana .iconBox li:nth-child(1) a:focus .icon .a{animation-name: box; animation-duration:1.1s;}
section.hana .iconBox li:nth-child(1) a:hover .icon .b ,section.hana .iconBox li:nth-child(1) a:focus .icon .b {animation-name: box; animation-duration: .8s;}
section.hana .iconBox li:nth-child(1) a:hover .icon .c ,section.hana .iconBox li:nth-child(1) a:focus .icon .c {animation-name: box; animation-duration: .5s;}
section.hana .iconBox li:hover ,section.hana .iconBox li:focus {background-image: url(/asset/img/Shape2.png); transition: all .3s;}
section.hana .iconBox li a:hover .text{color: #ef3c39;}
section.hana .iconBox li:nth-child(2) a:hover .icon .a ,section.hana .iconBox li:nth-child(2) a:focus .icon .a {bottom: 38%; transition: all 0.5s;}
section.hana .iconBox li:nth-child(2) a .icon .a:after {width: 7px; height: 80%; background: #fff; content: '';position: absolute; left: 1px; bottom: 0px; border-left: 3px solid #cd2b33; border-right: 3px solid #cd2b33; transition: all 0.3s;}
section.hana .iconBox li:nth-child(2) a:hover .icon .a:after ,section.hana .iconBox li:nth-child(2) a:focus .icon .a:after {bottom: -12px; transition: all 0.5s;}
section.hana .iconBox li:nth-child(2) a:hover .icon .b ,section.hana .iconBox li:nth-child(2) a:focus .icon .b {bottom: 15%; transition: bottom 0.5s; z-index: -1;}
section.hana .iconBox li:nth-child(2) a .icon .b:after {width: 7px; height: 20%; background: #fff; content: '';position: absolute; left: 1px; bottom: 0px; border-left: 3px solid #fff; border-right: 3px solid #fff; transition: all 0.3s; opacity: 0;}
section.hana .iconBox li:nth-child(2) a:hover .icon .b:after ,section.hana .iconBox li:nth-child(2) a:focus .icon .b:after  {opacity: 1; transition: all 0.6s}
section.hana .iconBox li:nth-child(2) a:hover .icon .c, section.hana .iconBox li:nth-child(2) a:focus .icon .c {bottom: 28%; transition: all 0.5s;}
section.hana .iconBox li:nth-child(2) a .icon .c:after {width: 7px; height: 80%; background: #fff; content: '';position: absolute; left: 1px; bottom: 0px; border-left: 3px solid #cd2b33; border-right: 3px solid #cd2b33; transition: all 0.3s;}
section.hana .iconBox li:nth-child(2) a:hover .icon .c:after,section.hana .iconBox li:nth-child(2) a:focus .icon .c:after  {bottom: -3px; transition: all 0.5s;}
section.hana .iconBox li:nth-child(3) a:hover .icon .a, section.hana .iconBox li:nth-child(3) a:focus .icon .a {transform: translateX(-50%) rotate(100deg) scale(.9); transition: all 1.2s;}
section.hana .iconBox li:nth-child(4) a:hover .icon .a,section.hana .iconBox li:nth-child(4) a:focus .icon .a {transform: translate(-10px, 2px) scale(1.01); transition: all 0.5s;}
section.hana .iconBox li:nth-child(4) a:hover .icon .b ,section.hana .iconBox li:nth-child(4) a:focus .icon .b {transform: translate(-2px, -3px);transition: all 0.5s;}
section.hana .iconBox li:nth-child(4) a:hover .icon .c ,section.hana .iconBox li:nth-child(4) a:focus .icon .c {transform: translate(5px, 1px);transition: all 0.5s;}
section.hana .iconBox li a:after {content: ''; position: absolute; left: 30%; bottom: 14.5%; width: 20px; height: 2px; background: #ee3a39; transform: translateX(-50%); opacity: 0;transition: all 0.3s;}
section.hana .iconBox li a:before {content: ''; position: absolute; left: 50%; bottom: 0%; width: 2px; height: 20px; background: #ee3a39; transform: translateX(-50%); opacity: 0;transition: all 0.3s;}
section.hana .iconBox li a:hover:after ,section.hana .iconBox li a:focus:after {transition: all 0.3s; opacity: 1;left: 50%;}
section.hana .iconBox li a:hover:before ,section.hana .iconBox li a:focus:before {transition: all 0.3s; opacity: 1; bottom: 11%;}
/*section.portfolio*/
section.portfolio {height: 1230px; background-image: url(/asset/img/portfolioBg.png); background-repeat: no-repeat; background-position: center; position: relative; background-attachment: fixed; }
section.portfolio .title {position: absolute; left: 50%; top: 12%; transform: translateX(-50%); text-align: center;}
section.portfolio .title h2 {color: #fff; font-size: 35px; text-transform: uppercase;font-family: 'Mada', sans-serif; margin-bottom: 40px; position: relative;}
section.portfolio .title h2:after {position: absolute; content: ''; width: 13px; height: 6px; background: #fff; position: absolute;  left: 50%; bottom: -20px; transform: translateX(-50%);}
section.portfolio .title p {color: #fff; font-size: 20px; font-weight: 400;}
section.portfolio .list {width: 1200px;position: absolute; left: 50%; top: 26%; transform: translateX(-50%);}
section.portfolio .list li {overflow: hidden;float: left; background: #fff; height: 300px; width: 230px; border-radius: 20px; overflow: hidden; margin-right: 12px; margin-bottom: 20px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35); text-align: center; position: relative;}
section.portfolio .list li:nth-child(5),section.portfolio .list li:nth-child(10) {margin-right: 0;}
section.portfolio .list li.mg {margin-top: 100px;}
section.portfolio .list li.mg2 {margin-top: -100px;}
section.portfolio .list li .img {height: 100px;overflow: hidden}
section.portfolio .list li .img img{width: 100%; height: auto;overflow: hidden; margin-top:-50px;}
section.portfolio .list li .logo {padding: 30px 0; background: #fff; position: relative;}
section.portfolio .list li .logo img {width:80%;}
section.portfolio .list li .text {position: absolute; left: 50%; transform: translateX(-50%); bottom: 10%;font-family: 'Mada', sans-serif;letter-spacing: -1px;}
section.portfolio .list li .text h3 {font-size: 20px;}
section.portfolio .list li .text p {font-size: 15px; color: #989898; font-weight: bold;}
section .view {display: block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 7%; color: #fff; font-weight: bold; font-size: 17px; padding: 10px 25px 10px 30px; border: 2px solid #fff; line-height: 1.2;}
section .view span {margin-left: 15px;}
section .view:before {content: ''; position: absolute; left: 0; top: 0; width: 0%; height: 100%; background: #fff;transition: all .5s;}
section .view:hover:before ,section .view:focus:before {width: 100%;transition: all .5s; z-index: -1;}
section .view:hover, section .view:focus {color: #ef3c39; font-weight: 800;}
/*portfolio스크롤이벤트*/
section.portfolio .list.on li:nth-child(1),section.portfolio .list.on li:nth-child(3),section.portfolio .list.on li:nth-child(5) {animation-name: port; animation-duration: .9s;}
section.portfolio .list.on li:nth-child(6),section.portfolio .list.on li:nth-child(8),section.portfolio .list.on li:nth-child(10) {animation-name: port2; animation-duration: 1s;}
section.portfolio .list.on li:nth-child(2),section.portfolio .list.on li:nth-child(4) {animation-name: port3; animation-duration: 1.3s;}
section.portfolio .list.on li:nth-child(7),section.portfolio .list.on li:nth-child(9) {animation-name: port; animation-duration: 1.4s;}
@keyframes port {
	0% {opacity: 0;}
    40% {opacity: 0; margin-top: 80px;}
	100% {opacity: 1; margin-top: 0px;}
}
@keyframes port2 {
	0% {opacity: 0;}
    40% {opacity: 0; margin-top: -20px;}
	100% {opacity: 1; margin-top: -100px;}
}
@keyframes port3 {
	0% {opacity: 0;}
    40% {opacity: 0; margin-top: 180px;}
	100% {opacity: 1; margin-top: 100px;}
}
/*포트폴리오 마우스오버이벤트*/
section.portfolio .list li .img img {transition: all .5s;}
section.portfolio .list li:hover .img img {transform: scale(1.2); transition: all .8s;}
/*section.business*/
section.business {background: #fff; height: 520px; overflow: hidden; position: relative; z-index: 10; padding-top: 80px;}
section.business .view {display: none;}
section.business .title {text-align: center}
section.business .title h2 {line-height: 1.2; font-size: 35px; text-transform: uppercase;font-family: 'Mada', sans-serif; margin-bottom: 40px; position: relative;}
section.business .title h2 span {color: #ef3c39; font-size: 30px;}
section.business .title h2:after {position: absolute; content: ''; width: 13px; height: 6px; background: #ef3c39; position: absolute;  left: 50%; bottom: -20px; transform: translateX(-50%);}
section.business .title p {font-size: 20px; font-weight: 400;}
section.business ul {margin: 70px auto ; width: 1210px; }
section.business ul li {background: #f7f7f7; float: left; width: 295px; height: 210px; border: 1px solid #e6e6e6; box-sizing: border-box; margin-right: 10px; text-align: center;}
section.business ul li:last-child{margin-right: 0;}
section.business ul li  h3 {margin: 40px 0 10px; font-size: 20px; font-weight: 400; border-bottom: 1px solid #444; display: inline-block; line-height: .9;}
section.business ul li p {font-size: 32px; font-weight: 800;}
section.business ul li p .count {font-size: 72px; letter-spacing: -1px; margin-right: 2px;font-family: 'Noto Sans KR', sans-serif;}
section.business ul li:hover {cursor: default; background-image: linear-gradient(-30deg, #ef3c39 0%, #c92423 80%); color: #fff; height: 250px; transform: translateY(-20px); box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4); border: none;}
section.business ul li:hover  h3 {margin: 60px 0 10px; border-bottom-color: #fff;}
/*section.sevice*/
section.sevice {background: #333; position: relative; height: 1320px;  position: relative;}
/*배경돌아가는애니*/
section.sevice:before {content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -18%; width: 870px; height: 870px; background:url(/asset/img/Ellipse1.png) no-repeat center /cover;animation: cer linear 90s 0s infinite; z-index: 1;}
@keyframes cer {
	0% {transform: translateX(-50%) rotate(0deg);}
	100% {opacity: 1; transform: translateX(-50%) rotate(360deg);}
}
section.sevice:after {content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: -34%; width: 1290px; height: 1290px; background:url(/asset/img/Ellipse2.png) no-repeat center /cover;animation: cer2 linear 60s 0s infinite; z-index: 1;}
@keyframes cer2 {
	0% {transform: translateX(-50%) rotate(0deg);}
	100% {opacity: 1; transform: translateX(-50%) rotate(-360deg);}
}
section.sevice .title {text-align: center;line-height: 1.4; position: absolute;left: 50%; transform: translateX(-50%); top: 10%; }
section.sevice .title h2 {color: #ef3c39; font-size: 35px; text-transform: uppercase;font-family: 'Mada', sans-serif; margin-bottom: 40px; position: relative;}
section.sevice .title h2:after {position: absolute; content: ''; width: 13px; height: 6px; background: #ef3c39; position: absolute;  left: 50%; bottom: -20px; transform: translateX(-50%);}
section.sevice .title p {color: #fff; font-size: 20px; font-weight: 400;}
section.sevice .view {position: absolute; left: 50%; transform: translateX(-50%); bottom: 52%; z-index: 20;}
section.sevice .view:hover ,section.sevice .view:focus {color: #333;}
section.sevice .iconBox {position: absolute; left: 50%; transform: translateX(-50%); top: 25%; width: 1200px; height: 210px;overflow: hidden; z-index: 20;}
section.sevice .iconBox li {position: absolute; width: 210px; height: 210px;box-sizing: border-box; overflow: hidden; transition: all .3s;}
section.sevice .iconBox li:nth-child(1){left: 0; top: 0;}
section.sevice .iconBox li:nth-child(2){left: 200px; top: 0;}
section.sevice .iconBox li:nth-child(3){left: 400px; top: 0;}
section.sevice .iconBox li:nth-child(4){right: 400px; top: 0;}
section.sevice .iconBox li:nth-child(5){right: 200px; top: 0;}
section.sevice .iconBox li:nth-child(6){right: 0; top: 0;}
section.sevice .iconBox li a {box-sizing: border-box; border-radius: 50%; border: 1px solid #fff;display: block; width: 100%; height: 100%; color: #fff;font-family: 'Mada', sans-serif; text-align: center; position: relative;}
section.sevice .iconBox li a:hover ,section.sevice .iconBox li a:focus {background: #ef3c39; border-color: #ef3c39; transition: all .3s; z-index: 1;}
section.sevice .iconBox li a .img {position: absolute; left: 50%; transform: translateX(-50%); top: 25%;}
section.sevice .iconBox li a .text {position: absolute; left: 50%; transform: translateX(-50%); top: 65%; text-transform: uppercase; font-weight: 100; line-height: 1.2; font-size: 17px; color: #eee;}
/*section.sevice스크롤이벤트*/
section.sevice .title.on h2{animation-name: h2; animation-duration: 1.2s;}
section.sevice .title.on p{animation-name: h22; animation-duration: 2s;}
@keyframes h2 {
	0% {opacity: 0; margin-top: -50px;}
    30% {opacity: 0;}
	100% {opacity: 1; margin-top: 0px;}
}
@keyframes h22 {
	0% {opacity: 0; margin-top: 120px;}
    20% {opacity: 0;}
	100% {opacity: 1; margin-top: 0px;}
}
section.sevice .iconBox.on {animation-name: box; animation-duration: 1.2s;}
@keyframes box {
	0% {opacity: 0;}
    40% {opacity: 0; margin-top: 0px;}
	100% {opacity: 1; margin-top: 0px;}
}
section.sevice .iconBox.on li:nth-child(1){animation-name: boxLi; animation-duration: 1.2s;}
@keyframes boxLi {
	0% {left: 40%;}
    30% {left: 40%;}
	100% {left: 0;}
}
section.sevice .iconBox.on li:nth-child(2){animation-name: boxLi2; animation-duration: 1.2s;}
@keyframes boxLi2 {
	0% {left: 40%;}
    30% {left: 40%;}
	100% {left: 200px;}
}
section.sevice .iconBox.on li:nth-child(3){animation-name: boxLi3; animation-duration: 1.2s;}
@keyframes boxLi3 {
	0% {left: 40%;}
    30% {left: 40%;}
	100% {left: 400px;}
}
section.sevice .iconBox.on li:nth-child(6){animation-name: boxL6; animation-duration: 1.2s;}
@keyframes boxL6 {
	0% {right: 40%;}
    30% {right: 40%;}
	100% {right: 0;}
}
section.sevice .iconBox.on li:nth-child(4){animation-name: boxLi4; animation-duration: 1.2s;}
@keyframes boxLi4 {
	0% {right: 40%;}
    30% {right: 40%;}
	100% {right: 400px;}
}
section.sevice .iconBox.on li:nth-child(5){animation-name: boxLi5; animation-duration: 1.2s;}
@keyframes boxLi5 {
	0% {right: 40%;}
    30% {right: 40%;}
	100% {right: 200px;}
}
section.sevice .tech {background: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 55%; z-index: 20; width:1200px; padding:  80px 80px 70px; box-sizing: border-box; box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3)}
section.sevice .tech:before {content: ''; position: absolute; left: -180px; top: 30px; width: 168px; height: 366px; background: url(/asset/img/serviceBg1.png) no-repeat center;}
section.sevice .tech:after {content: ''; position: absolute; right: -180px; bottom: 180px; width: 189px; height: 328px; background: url(/asset/img/serviceBg2.png) no-repeat center;}
section.sevice .tech .mainText {float: left;}
section.sevice .tech .mainText h3{font-family: 'Mada', sans-serif; text-transform: uppercase; font-size: 40px; line-height: .9; margin-top: 100px;}
section.sevice .tech span  {color: #ef3c39;}
section.sevice .tech .mainText p {font-size: 22px; margin-top: 20px;}
section.sevice .tech .view2 {display: inline-block; position: relative;color: #fff; font-weight: bold; font-size: 17px; padding: 12px 30px 12px 35px;background: #ef3c39; line-height: 1.2;margin-top: 100px; overflow: hidden;}
section.sevice .tech .view2 span {margin-left: 15px;color: #fff;}
section.sevice .tech .view2:after {content: ''; width: 0%; height: 0%; position: absolute; left: 50%; top: 53%; transform: translate(-50%,-50%); border-radius: 50%; opacity: 0; background: #222; z-index: -1;}
section.sevice .tech .view2:hover:after ,section.sevice .tech .view2:focus:after {opacity: 1; transition: all .4s;width: 110%; height: 300%;}
section.sevice .tech .view2:hover ,section.sevice .tech .view2:hover {z-index: 2;}
section.sevice .tech .solution {width: 555px; height: 550px; float: right; position: relative;}
section.sevice .tech .solution:before {content: ''; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: url(/asset/img/tech.png) no-repeat center/cover;animation: cer3 linear 30s 0s infinite;}
@keyframes cer3 {
	0% {transform: rotate(0deg);}
    50% {transform: rotate(180deg) scale(.85);}
	100% {opacity: 1; transform:rotate(360deg);}
}
section.sevice .tech .solution li {width: 200px; height: 200px; background: #fff; text-align: center; border-radius: 50%; border: 4px solid #ddd; box-sizing: border-box; color: #000; position: absolute;}
section.sevice .tech .solution li.center {position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; background: #ef3c39; border-color: #ef3c39;width: 210px; height: 210px;}
section.sevice .tech .solution li:nth-child(2) {position: absolute; left: -27px;top: 113px;}
section.sevice .tech .solution li:nth-child(6) {position: absolute; left: 50%;top: -40px; transform: translateX(-50%);}
section.sevice .tech .solution li:nth-child(5) {position: absolute; right: -30px;top: 113px;}
section.sevice .tech .solution li:nth-child(3) {position: absolute; left: 51px;bottom: 0px;}
section.sevice .tech .solution li:nth-child(4) {position: absolute; right: 51px;bottom: 0px;}
section.sevice .tech .solution li.center h4{font-weight: bold; font-size: 22px; position: absolute; left: 50%; top: 51%; transform: translate(-50%,-50%); width: 100%; color: #fff; }
section.sevice .tech .solution li h4{font-weight: bold; font-size: 20px; position: absolute; left: 50%; top: 51%; transform: translate(-50%,-50%); width: 100%; transition: all .3s;}
section.sevice .tech .solution li:hover h4 {top: 51%; transition: all .3s; font-size: 25px;}
section.sevice .tech .solution li p{text-align: left; margin-left: 20px; margin-top: 130px; font-size: 17px; font-weight: 400; opacity: 0; transition: all .3s; display: none;}
section.sevice .tech .solution li p span {color: #ef3c39; font-weight: 800;font-size: 26px; margin-right: 1px;}
section.sevice .tech .solution li:hover p{margin-top: 80px; opacity: 1; transition: all .5s;}
section.sevice .tech .solution li:nth-child(2):hover p{margin-top: 80px;}
section.sevice .tech .solution li:nth-child(5):hover p{margin-top: 70px;}
section.sevice .tech .solution li:nth-child(4) p{margin-left: 10px;}
section.sevice .tech .solution li:hover {cursor: default; border-color: transparent;transition: all .7s;}
section.sevice .tech .solution li:after {content: ''; width: 0%; height: 0%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: 5px solid #ef3c39; opacity: 0;}
section.sevice .tech .solution li:hover:after {opacity: 1; transition: all .5s;width: 100%; height: 100%;}
section.sevice .tech .solution li.center:hover h4 {top: 51%; color: #fff; z-index: 1;}
section.sevice .tech .solution li.center:hover:after {background: #333; border-color: #333;}
/*section.sevice .tech스크롤이벤트*/
section.sevice .tech.on {animation-name: tech; animation-duration: 1.5s;}
@keyframes tech {
	0% {opacity: 0; margin-top: 0px;}
    30% {opacity: 0; margin-top: 20px;}
	100% {opacity: 1; margin-top: 0px;}
}
/*section.location*/
section.location {background: #f7f7f7;padding: 220px 0 40px; overflow: hidden;}
section.location .title {text-align: center;line-height: 1.4;}
section.location .title h2 {color: #000; font-size: 35px; text-transform: uppercase;font-family: 'Mada', sans-serif; margin-bottom: 40px; position: relative;}
section.location .title h2:after {position: absolute; content: ''; width: 13px; height: 6px; background: #ef3c39; position: absolute;  left: 50%; bottom: -20px; transform: translateX(-50%);}
section.location .inner {width: 1200px; margin: 70px auto 0;}
section.location .inner .text {margin-top: 50px;}
section.location .go #map{width:100%; height:400px;}
section.location .inner .text ul {margin-bottom: 20px;}
section.location .inner .text ul li {font-size: 17px; line-height: 1.6;}
section.location .inner .text ul li:first-child {font-weight: 800; font-size: 18px; letter-spacing: -1px; margin-bottom: 5px; padding-left: 10px; position: relative;}
section.location .inner .text ul li:first-child:before {content: '-'; color: #ef3c39; position: absolute; left: -0; font-size: 15px;}
section.location .inner .bottom {clear: both;}
section.location .inner .bottom li {float: left; width: 11.1%; background: #fff; border-top: 1px solid #ddd; border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;box-sizing: border-box; text-align: center; height: 50px; line-height: 50px;}
section.location .inner .bottom li:first-child {border-left: 1px solid #ddd;}
section.location .inner .img {width:500px; margin:50px 0 100px; position: relative;}
section.location .inner .img img {width: 100%;}
/* section.location .inner .img .slick-dots {position: absolute; left: 0; bottom: -35px; width: 100%; display: flex; justify-content: center;}
section.location .inner .img .slick-dots li {width: 11px; height: 11px; border-radius: 100%; margin: 4px; background: #ccc; text-indent: 9999px}
section.location .inner .img .slick-dots .slick-active {background: #ef3c39} */
section.location .inner .img p {display: none;}
section.location .inner .img p.on {display: block;}
section.location .imgList {display: flex; justify-content: center;}
section.location .imgList li {margin: 20px 5px; width: 130px; padding: 12px 0; text-align: center; font-weight: 500; background: #333; color: #fff; cursor: pointer; font-size: 17px}
section.location .imgList li.on {background: #ef3c39 ;}
/*footer*/
footer {background: #333; padding: 50px 0 40px; position: relative;}
footer .inner {width: 1200px; margin: auto; overflow: hidden;}
footer .inner .left {float: left ; width: 50%;}
footer .inner .left li {font-size: 15px; color: #ddd; line-height: 1.4; font-weight: 400;}
footer .inner .left li:first-child { color: #fff;font-weight: bold;font-size: 17px; color: #ddd;margin-bottom: 10px;}
footer .inner .left li:last-child {margin-top: 30px;}
footer .inner .left li:last-child img:nth-child(2) {display:none;}
footer .inner .right {float: right; width: 50%;}
footer .inner .right li {float: left; width: 14.28571%;margin: 0%;}
footer .inner .right li img {width: 100%; height: auto;}
footer .inner .right li.pp {clear: both; width: 9%; float: right; margin-top: 15px}
footer .inner .right li.pp2 {width: 15.5%; float: right; margin-top: 15px; margin-right: 5px}
/*반응형선언*/
@media screen and (max-width:1066px) {
header .gnb li a{margin-right:30px;}
}
@media screen and (max-width:1024px) {
	.vid {height:auto}
	.vid video {width:950px;}
	section.main {height:530px;}
	.bg:after {height:570px;}
    div.fastM {display: block;}
    br.mo {display: block;} /*1024*/
    br.mo.a {display: none;} /*768*/
    br.mo.b {display: none;} /*414*/
    br.mo.c {display: none;} /*360*/
	.goTop {right: 12px; bottom: 75px}
	.blog {right: 12px; bottom: 120px}
    body.on {overflow: hidden;}
  /*  .bg {display: none; height: 0; width: 0; opacity:0;}
    .vid {display: none; height: 0; width: 0; opacity:0;}
    .vid video {display: none; height: 0; width: 0; opacity:0;}
    section.main {background: url(/asset/img/mainBg.png) no-repeat center/cover;}  */
    /*header*/
    header {height: 60px; line-height: 60px; padding: 0 0 0 20px; min-width:280px;}
    header.on {height: 60px; padding: 0 0 0 20px;}
    header .logo {width: 100px;}
    header.on .logo img {width: 100%;}
    header .moGnb {display: block; width: 60px; height: 60px; background: url(/asset/img/moOpen.png) no-repeat center/30px; float: right;transition: all .5s; z-index: 200;}
    header.on .moGnb {background-image:url(/asset/img/moOpen1.png); transition: all .5s;}
    nav.pc {display: none;}
    /*모바일gnb*/
    nav.mo {width: 40%; position: absolute; right: -1000px; top: 0; display: block; background: #fff; height: 100vh; transition: all .3s; z-index:9999;}
    nav.mo.on {right: 0; transition: all .5s; z-index:9999;}
    nav.mo .top {background: #ef3c39; width: 100%; height: 60px;line-height: 60px;}
    nav.mo .top .close {display: block; float: right;margin-right: 20px; width: 30px;}
    nav.mo .top .close img {width: 100%; height: auto;}
    nav.mo .gnb {float: none; z-index:9999;}
    nav.mo .gnb li {display: block; float: none;}
    nav.mo .gnb li a { background: #fff;color: #000; text-align: right; padding-right: 35px; font-size: 27px; position: relative; margin-right: 0;font-weight: 400;line-height: 2.8;}
    nav.mo .gnb li a:before {content: '-'; position: absolute; right: 20px; color:#ef3c39; font-weight: 800;}
    nav.mo .gnb li a.on {padding-right: 35px;color: #ef3c39; background: #f7f7f7; transition: all .3s;}
    nav.mo .gnbIcon {overflow: hidden; position: absolute; right: 15px; bottom: 150px; width: 210px;}
    nav.mo .gnbIcon li {float: left; width: 65px;height: 65px; border-radius: 50%; margin-right: 7px; overflow: hidden;}
    nav.mo .gnbIcon li:last-child {margin-right: 0;}
    nav.mo .gnbIcon li a {display: block; width: 100%; height: 100%; background: #ef3c39 url(/asset/img/moGnb1.png) no-repeat center/ 35px;}
    nav.mo .gnbIcon li:nth-child(2) a {background-image: url(/asset/img/moGnb2.png);}
    nav.mo .gnbIcon li:nth-child(3) a {background-image: url(/asset/img/moGnb3.png);}
    nav.mo .bottom {background: #333; position: absolute; right: 0; bottom: 0; width: 100%; padding: 15px 15px 15px 0; box-sizing: border-box; font-size: 13px;}
    nav.mo .bottom li {line-height: 1.6; text-align: right; color: #fff;}
	nav.mo .bottom .vietnam {border:1px solid #999; float:none; display:inline-block; margin: 0 0 8px; padding: 2px 10px 0}
	nav.mo .bottom .vietnam:before {display:none}
       /*sideBar*/
    div.fast {display: none;}
    div.fastM {opacity: 0; transition: all .5s; min-width:280px;}
    div.fastM.on {opacity: 1; transition: all .5s;}
	aside.sideBar {width: 100%; bottom: -550px;right: 0; box-sizing: border-box; height: 588px; z-index: 9998;}
	.talk_banner_preview ,.talk_preview_area   {width: 100% !important; height: 37px !important; border-radius: 50px;    border: 3px solid #00c73c;}
	.talk_expose_green { none}
    aside.sideBar.on {right: 0;bottom: 0;}
    aside.sideBar .box {position: absolute;left: 0; bottom: 0; height: 100%; background: #fff;}
    aside.sideBar .inner {padding: 20px 20px 0;box-sizing: border-box;border: none;}
    aside.sideBar .inner >h2 {font-size: 18px; float: left;margin-bottom: 8px;}
    aside.sideBar .inner >h2 span {color: #ef3c39;}
    aside.sideBar .inner .close {float: right; width: 18px; height: 18px;}
    aside.sideBar .inner .close img {width: 100%;}
    div.form-box {clear: both; border-top: 2px solid;border-bottom: 2px solid; padding: 15px 0; overflow: hidden;}
    aside.sideBar .open {position: fixed; width: 100%; border-radius: 0; left: 0; top:100%; margin-top: -60px; height: 60px; text-align: center; padding: 0; line-height: 60px; font-size: 22px; box-sizing: border-box; font-weight: normal; background: #ef3c39 url(/asset/img/arrow6.png) no-repeat left 40px center/18px;}
    aside.sideBar .open:after {display: none;}
    aside.sideBar h3 {float: left; width: 30%; margin: 0; height: 35px; line-height: 35px;margin-bottom: 10px;font-size:15px;}
    input[type=text] {height: 35px;line-height: 35px;}
	aside.sideBar textarea {width:70%;margin-bottom: 0px; font-size: 15px; color:#000;}
    aside.sideBar p {float: right; width: 70%; margin: 0; margin-bottom: 10px;}
    aside.sideBar .select{float: right; width: 70%; }
    aside.sideBar select {margin-bottom: 0px; height:35px;}
    div.check-box {margin: 10px 0 10px 0px;}
	div.check-box input[type=checkbox] {width: 70%;}
    aside.sideBar .view {margin: 10px 0 0 0;}
    div.check-box {margin: 11px 0 11px 0px;}
    aside.sideBar .bottom {width: 100%; border-radius: 50px; background: #fff; border: 3px solid #ef3c39; color: #ef3c39;padding: 10px 0; margin: 5px auto; font-size: 18px;line-height: 1;}
    aside.sideBar button {width:100%; border-radius: 50px; background: #000; padding: 12px 0;font-size: 18px; line-height: 1; box-sizing: border-box;}
    aside.sideBar .tel  input[type=text] {width:30%; float:left;}
	aside.sideBar .tel  select {width:30%; float:left;}
	aside.sideBar .tel span {width: 5%; float:left; display:block; height: 35px;line-height: 35px; font-weight:bold; text-align:center}
    /*//사이드바*/
    section.main .topList {display: none;}
    section.main .moTopList {display: block; position: absolute; top: 70px; right: 10px ;width:100px;}
    section.main .moTopList img{width: 100%; height: auto;}
    section.main .mainTitle {left: 25px; bottom: 12%;}
    section.main .mainTitle h2 {font-size: 50px; margin-bottom: 20px; border-bottom: 2px solid #fff;}
    section.main .mainTitle p {font-size: 30px;}
    section.hana:before {width: 45px; height: 45px; background-size: 20px; top: -45px;}
    section.hana.on:before {top: -25px;}
    section.hana {margin-top: 1px;background-size: 250px, 300px;background-position:left -70px top -70px, right -150px bottom -80px; height: 720px;}
    section.hana .title {top: 50px;}
    section.hana .title h2 {font-size: 40px; line-height: 1.4; margin-bottom: 15px;}
    section.hana .title p {font-size: 25px;line-height: 1.4;}
    section.hana .iconBox {width: 60%; top: 38%;}
    section.hana .iconBox li {width: 48%;background: url(/asset/img/Shape1.png) no-repeat center/170px; height: 200px; margin-bottom: 15px;}
	section.hana .iconBox li:hover ,section.hana .iconBox li:focus {background-image: url(/asset/img/Shape1.png); transition: none;}
    section.hana .iconBox li a .icon {display: none;}
    section.hana .iconBox li a {background: url(/asset/img/hanaIconM1.png)no-repeat top 46px center/70px;}
    section.hana .iconBox li:nth-child(1) a,section.hana .iconBox li:nth-child(4) a {background-size: 80px;}
    section.hana .iconBox li:nth-child(2) a {background-image: url(/asset/img/hanaIconM2.png);}
    section.hana .iconBox li:nth-child(3) a {background-image: url(/asset/img/hanaIconM3.png);}
    section.hana .iconBox li:nth-child(4) a {background-image: url(/asset/img/hanaIconM4.png);}
    section.hana .iconBox li a .text {bottom: 18%;}
    section.hana .iconBox li a:after {display: none;}
	section.hana .iconBox li a:before {display: none;}
    section.portfolio {height: 1400px;}
    section.portfolio .title {top: 5%; width: 100%;}
    section.portfolio .title p {line-height: 1.5;font-size: 23px;}
    section.portfolio .list {width: 55%; top: 19%;}
    section.portfolio .list li {width: 46%; margin: 2%; height: 300px;overflow: hidden;}
    section.portfolio .list li:nth-child(6)~* {display: none;}
    section.portfolio .list li.mg {margin-top: 15px;}
    section.portfolio .list li.mg2 {margin-top: 15px;margin-left: 16px;}
    section.portfolio .list.on li:nth-child(2) {margin-top: 50px;}
    section.portfolio .list.on li:nth-child(3), section.portfolio .list.on li:nth-child(5) {margin-top: -25px;}
    section .view {bottom: 3%; font-size: 17px;}
	section .view:before {transition: none;}
	section .view:hover:before ,section .view:focus:before {transition: none;}
	section.sevice .tech .view2:after {transition: none;}
	section.sevice .tech .view2:hover:after ,section.sevice .tech .view2:focus:after {transition: none;}
    /*기존애니제거*/
    section.portfolio .list.on li:nth-child(1)~* {animation: none;}
    /*애니새로*/
    section.portfolio .list.on li:nth-child(1){animation-name: port4; animation-duration: 1.2s;}
    section.portfolio .list.on li:nth-child(2){animation-name: port4; animation-duration: 1.4s;}
    section.portfolio .list.on li:nth-child(3){animation-name: port4; animation-duration: 1.6s;}
    section.portfolio .list.on li:nth-child(4){animation-name: port4; animation-duration: 1.8s;}
    section.portfolio .list.on li:nth-child(5){animation-name: port4; animation-duration: 2s;}
    section.portfolio .list.on li:nth-child(6){animation-name: port4; animation-duration: 2.2s;}
    @keyframes port4 {
	0% {opacity: 0;}
    30% {opacity: 0; transform: translateY(100px)}
	100% {opacity: 1; transform: translateY(0px)}
    }
    section.portfolio .list li:hover .img img {transform: none;}
    section.portfolio .list li:hover {overflow: hidden;}
    section.business {height: 760px; padding-top: 50px;}
    section.business .title p {font-size: 22px;}
    section.business ul {width: 80%; margin: 50px auto;}
    section.business ul li {width: 49%; margin-right: 1%; margin-bottom: 0px; height: 205px; margin-bottom: 10px;}
    section.business ul li h3 {border-bottom: none;}
    section.business ul li:hover {background: #f7f7f7; border: 1px solid #e6e6e6; box-shadow: none;}
    section.business ul li:hover  h3 {margin: 40px 0 10px;color: #000;}
    section.business ul li:hover p {color: #000;}
    section.business .view {bottom: 4.5%; display: block; color: #000; border-color: #000;}
    section.business .view:hover {color: #fff; padding-right: 24px;}
    section.business .view:hover:before {background: #333;}
    section.sevice {height: 1600px;background: #333 url(/asset/img/EllipseS.png) no-repeat center top -280px /500px;}
    section.sevice:after {display:none;}
    section.sevice:before {display:none;}
    section.sevice .title {top: 5%;}
    section.sevice .iconBox {top: 20%; width: 610px; height: 450px;}
    section.sevice .iconBox li:nth-child(4){top: 240px;}
    section.sevice .iconBox li:nth-child(5){top: 240px;}
    section.sevice .iconBox li:nth-child(6){top: 240px;}
	section.sevice .iconBox li a:hover ,section.sevice .iconBox li a:focus {background: none; border-color: #fff; }
    section.sevice .view {bottom: 46%;}
    section.sevice .tech {width: 80%; padding: 50px 40px; top: 57%;height: 900px; position: relative;}
    section.sevice .tech .mainText {width: 100%; text-align: center;}
    section.sevice .tech .mainText h3 {margin-top: 0;}
    section.sevice .tech .mainText p {line-height: 1.4;}
    section.sevice .tech .view2 {position: absolute; bottom: 50px; left: 50%; margin: 0; transform: translateX(-50%);}
    section.sevice .tech .solution {width: 455px; height: 450px; position: absolute; left: 50%; transform: translateX(-50%); float: none; bottom: 150px;}
    @keyframes cer3 {
	0% {transform: rotate(0deg);}
	100% {opacity: 1; transform:rotate(360deg);}
    }
    section.sevice .tech .solution li {width: 150px; height: 150px;}
    section.sevice .tech .solution li:hover {border: 4px solid #ddd;}
    section.sevice .tech .solution li:first-child:hover{border: none;}
    section.sevice .tech .solution li:hover:after {display: none;}
    section.sevice .tech .solution li:nth-child(2) {left: -36px;}
    section.sevice .tech .solution li:nth-child(3) {bottom: -15px;}
    section.sevice .tech .solution li:nth-child(4) {bottom: -15px;}
    section.sevice .tech .solution li:nth-child(5) {right: -36px;}
    section.location {padding-top: 280px; padding-bottom: 50px;}
    section.location .inner {width: 100%;}
    section.location .inner .text {float: none; width: 90%; margin: 30px auto;}
    section.location .inner .text ul li:first-child {font-size: 22px;}
    section.location .inner .text ul li {font-size: 19px;}
    section.location .inner .bottom {display: none;}
	section.location .inner .img { margin: 30px auto; width: 90%; max-width: 500px}
    /*푸터*/
    footer {position: relative; padding: 50px 0 80px;}
    footer .inner {width: 90%; text-align: center;}
    footer .inner .left {float: none;width: 100%; margin-top: 70px;}
    footer .inner .left img {width: 100%}
    footer .inner .left li:first-child {font-size: 22px;}
    footer .inner .left li {font-size: 20px;}
    footer .inner .right {float: none;width: 70%; position: absolute; top: 30px;left: 50%; transform: translateX(-50%);}
    em.mo {display: none;}
	footer .inner .right li.pp, footer .inner .right li.pp2 {display: none;}

}

@media screen and (max-width:767px) {
	br.mo.b {display: block;}
	 nav.mo {width: 70%;}
    nav.mo .gnb li a {font-size: 22px; line-height: 3;}
    nav.mo .top .close {width: 24px; margin-right: 12px;}
    nav.mo .gnbIcon {width: 170px;}
    nav.mo .gnbIcon li {width: 52px; height: 52px;}
    nav.mo .gnbIcon li a {background-size: 25px;}
    section.main .mainTitle h2 {font-size: 41px;}
    section.main .mainTitle p {font-size: 22px;}
    section.main .moTopList {width:78px;}
    section.hana {height: 620px;}
    section.hana .title h2 {font-size: 23px; margin-bottom: 10px;}
    section.hana .title p {font-size: 16px;}
    section.hana .iconBox {width: 90%; top: 32%;}
    section.hana .iconBox li {height: 180px;width: 48%;background: url(/asset/img/Shape1.png) no-repeat center/160px;}
    section.hana .iconBox li a .text {font-size: 13px; bottom: 18%;}
    section.hana .iconBox li a:after { bottom: 11%;}
    section.hana .iconBox li a:after {width: 15px;}
    section.hana .iconBox li a:before {height: 15px;}
    section.hana .iconBox li a:hover:before ,section.hana .iconBox li a:focus:before {transition: all 0.3s; opacity: 1; bottom: 7%;}
    section.portfolio {height: 1150px; background-attachment:local;}
    section.portfolio .title h2 {font-size: 26px;}
    section.portfolio .title p {font-size: 16px;}
    section.portfolio .list {width: 85%; top: 18%;}
	section.portfolio .list li .logo {padding:20px 0;}
    section.portfolio .list li {height: 230px;margin-bottom: 0;}
    section.portfolio .list li .text {bottom: 10%;}
    section.portfolio .list li .text h3 {font-size: 16px;}
    section.portfolio .list li .text p {font-size: 13px;}
	section.portfolio .list li .img {height: 70px;}
	section.portfolio .list li .logo img {width:100%;}
    section .view {bottom: 6%;}
    section.portfolio .list li.mg2 {margin-left: 4%;}
    section.business {height: 600px;}
    section.business .title h2 {font-size: 26px;}
    section.business .title h2 span {font-size: 24px;}
    section.business .title p {font-size: 16px; line-height: 1.4;}
    section.business ul {width: 90%; margin: 30px auto;}
    section.business ul li {height: 140px;margin-bottom: 5px;}
    section.business ul li:hover {height: 140px;transform: translateY(0px);}
    section.business ul li:hover h3 {margin: 35px auto 0px;}
    section.business ul li h3 {font-size: 15px; margin: 35px auto 0px;}
    section.business ul li p .count {font-size: 49px;}
    section.business ul li p {font-size: 25px;}
    section.business .view {bottom: 8%;}
    section.sevice {height: 1200px; width: 100%;}
    section.sevice:after {width: 900px; height: 900px; top: -27%; left: 50%; transform: translateX(-50%);}
    section.sevice:before {width: 600px; height: 600px; top: -15%; left: 50%; transform: translateX(-50%);}
    section.sevice .title {width: 100%;}
    section.sevice .title h2 {font-size: 26px;}
    section.sevice .title p {font-size: 16px; line-height: 1.4;}
    section.sevice .iconBox {width: 340px; height: 270px; top: 21%;}
    section.sevice .iconBox li {width: 120px; height: 120px;}
    section.sevice .iconBox li:nth-child(2) {left: 110px;}
    section.sevice .iconBox li:nth-child(3) {left: 220px;}
    section.sevice .iconBox li:nth-child(4){top: 150px; right: 220px;}
    section.sevice .iconBox li:nth-child(5){top: 150px; right: 110px;}
    section.sevice .iconBox li:nth-child(6){top: 150px;}
    /*애니새로*/
    @keyframes boxLi {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 0;}
    }
    @keyframes boxLi2 {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 110px;}
    }
    @keyframes boxLi3 {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 220px;}
    }
    @keyframes boxL6 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 0;}
    }
    @keyframes boxLi4 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 220px;}
    }
    @keyframes boxLi5 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 110px;}
    }
    section.sevice .iconBox li a .img {top: 22%;}
    section.sevice .iconBox li a .img img {width: 70%;}
    section.sevice .iconBox li a .text {font-size: 12px;}
    section.sevice .view {bottom: 48%;}
    section.sevice .tech {height: 600px; padding: 40px 30px;}
    section.sevice .tech .mainText h3 {font-size: 26px;}
    section.sevice .tech .mainText p {font-size: 16px;}
    section.sevice .tech:before {width: 38px; height: 236px;left: -40px; background-size: cover;}
    section.sevice .tech:after {width: 89px; height: 228px; background-size: cover; right: -90px; bottom: 20%;}
    section.sevice .tech .solution {width: 280px; height: 280px;bottom: 120px;}
    section.sevice .tech .solution:before {background-size: 260px;}
    section.sevice .tech .solution li {width: 95px; height: 95px;}
    section.sevice .tech .solution li.center {width: 95px; height: 95px;}
    section.sevice .tech .solution li h4 {font-size: 12px;}
    section.sevice .tech .solution li.center h4 {font-size: 12px;}
    section.sevice .tech .solution li:hover h4 {font-size: 12px;}
    section.sevice .tech .solution li:nth-child(2) {left: 0px; top: 60px;}
    section.sevice .tech .solution li:nth-child(5) {right: 0px; top: 60px;}
    section.sevice .tech .solution li:nth-child(3) {left: 25px; top: 165px;}
    section.sevice .tech .solution li:nth-child(4) {right: 25px; top: 165px;}
    section.sevice .tech .solution li:nth-child(6) {top: -5px;}
    section.sevice .tech .view2 {font-size: 14px; width: 32%;}
    section.location {padding-top: 130px;}
    section.location .inner {margin: 50px auto 0;}
    section.location .go img {width: 170%; height: auto;}
    section.location .title h2 {font-size: 26px;}

    section.location .inner .text ul li:first-child {font-size: 16px;}
    section.location .inner .text ul li {font-size: 14px; letter-spacing: -1px;}
	section.location .go #map{width:100%; height:320px;}
    footer .inner {width: 95%;}
    footer .inner .right {width: 90%;}
    footer .inner .left {margin-top: 35px;}
    footer .inner .left li:first-child {font-size: 16px; margin-bottom: 5px;}
    footer .inner span.mo {display: none;}
    footer .inner .left li {font-size: 14px;}
    footer .inner .left img {width: 90%;}
    footer .inner .left li:last-child {    margin-top: 20px;}
	footer .inner .left li:last-child img:nth-child(1) {display:none;}
	footer .inner .left li:last-child img:nth-child(2) {display:block; margin:auto}

}
@media screen and (max-width:360px) {
    section.main .mainTitle {left: 20px;}
    section.main .mainTitle h2 {font-size: 35px;border-bottom: 2px solid #fff; font-weight: bold;}
    section.main .mainTitle p {font-size: 22px;}
    section.main .moTopList {width: 78px; top: 60px;}
    nav.mo .gnb li a {line-height: 2.8; font-size: 20px; padding-right: 28px;}
    nav.mo .gnb li a:before {right: 15px;}
    nav.mo .gnb li a.on {padding-right: 15px;}
    nav.mo .gnbIcon {width: 149px;}
    nav.mo .gnbIcon li {width: 45px; height: 45px;}
    nav.mo .gnbIcon li a {background-size: 22px;}
    nav.mo .bottom {font-size: 12px;}
    section.hana.on .title h2 {font-size: 20px;}
    section.hana.on .title p {font-size: 14px;}
    section.hana {height: 540px;}
    section.hana .iconBox {width: 90%; top: 33%;}
    section.hana .iconBox li {height: 155px;width: 48%;background: url(/asset/img/Shape1.png) no-repeat center/135px;}
    section.hana .iconBox li a {background-size: 55px; background-position: top 35px center;}
    section.hana .iconBox li:nth-child(1) a, section.hana .iconBox li:nth-child(4) a {background-size: 65px;}
    section.hana .iconBox li a .text {font-size: 13px; bottom: 19%;}
    section.hana .iconBox li:nth-child(3) a .text {bottom: 18%;}
    section.hana .iconBox li a:after {bottom: 11.5%;}
    section.portfolio {height: 1000px;}
    section.portfolio .title p {font-size: 14px;}
    section.portfolio .list li {height: 200px;}
    section.portfolio .list li .text {bottom: 9%;}
    section.portfolio .list li .text h3 {font-size: 13px;}
    section.portfolio .list li .text p {font-size: 12px;}
    section .view {font-size: 15px;}
    section.business {height: 550px;}
    section.business .title p {font-size: 14px;}
    section.business ul li h3 {font-size: 14px;}
    section.business ul li p .count {font-size: 45px;}
    section.business ul li  {height: 130px;}
    section.business ul li:hover  {height: 130px;}
    section.business .view {bottom: 6%;}
    section.sevice .title.on p {font-size: 14px;}
    section.sevice .iconBox {width: 295px; height: 270px; top: 21%;}
    section.sevice .iconBox li {width: 105px; height: 105px;}
    section.sevice .iconBox li:nth-child(2) {left: 95px;}
    section.sevice .iconBox li:nth-child(3) {left: 190px;}
    section.sevice .iconBox li:nth-child(4){top: 130px; right: 190px;}
    section.sevice .iconBox li:nth-child(5){top: 130px; right: 95px;}
    section.sevice .iconBox li:nth-child(6){top: 130px;}
    /*애니새로*/
    @keyframes boxLi {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 0;}
    }
    @keyframes boxLi2 {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 95px;}
    }
    @keyframes boxLi3 {
        0% {left: 40%;}
        30% {left: 40%;}
        100% {left: 190px;}
    }
    @keyframes boxL6 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 0;}
    }
    @keyframes boxLi4 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 190px;}
    }
    @keyframes boxLi5 {
        0% {right: 40%;}
        30% {right: 40%;}
        100% {right: 95px;}
    }
    section.sevice {height: 1050px;}
    section.sevice .tech {padding: 30px 0px; width: 85%; height: 530px;top: 55.5%;}
    section.sevice .tech .mainText h3 {font-size: 20px;}
    section.sevice .tech .mainText p {font-size: 14px;}
    section.sevice .tech .solution {width: 230px; height: 230px; bottom: 110px; }
    section.sevice .tech .solution:before {background-size: 230px;}
    section.sevice .tech .solution li {width: 90px; height: 90px;}
    section.sevice .tech .solution li:nth-child(2) {left: -25px; top: 50px;}
    section.sevice .tech .solution li:nth-child(5) {right: -25px; top: 50px;}
    section.sevice .tech .solution li:nth-child(3) {left: 15px; top: 150px;}
    section.sevice .tech .solution li:nth-child(4) {right: 15px; top: 150px;}
    section.sevice .tech .solution li:nth-child(6) {top: -25px;}
    section.sevice .tech .view2 {font-size: 13px; bottom: 30px;}
    section.location {padding-top: 95px;}
    section.location .inner .text ul li:first-child {font-size: 16px;}
    section.location .inner .text ul li {font-size: 13px;}
	section.location .go #map{width:100%; height:280px;}
	/*푸터*/
    footer .inner {width: 100%;}
    footer .inner .right {top: 20px;}
    footer .inner .left {margin-top: 20px;}
    footer .inner .left img {width: 90%;}
    footer .inner .left li:first-child {letter-spacing: -1px; font-size: 16px;}
    footer .inner .left li {font-size: 14px;}
	footer .inner .left li:last-child {margin-top: 20px;}
    /*사이드바*/
    aside.sideBar {height: 555px; min-width:280px;}
    aside.sideBar .inner {padding: 15px 14px 0;}
    aside.sideBar .inner >h2 {font-size: 16px; margin-bottom: 8px;}
    aside.sideBar .inner .close {width: 16px;}
    aside.sideBar h3 {font-size: 15px;height: 35px; line-height: 35px;}
    input[type=text],select {height: 35px; line-height: 35px; padding: 0; font-size: 15px; padding-left: 5px;}
    input[type=checkbox] {width: 25px; height: 25px;}
    input[type=checkbox] + label span.check {width: 25px; height: 25px;}
    input[type=checkbox] + label {font-size: 15px;}
    aside.sideBar .view {font-size: 12px;}
    aside.sideBar button {font-size: 17px; padding: 10px 0;}
    aside.sideBar .bottom {font-size: 17px; padding: 8px 0;}
    aside.sideBar .open {height: 50px; line-height: 50px; margin-top: -50px; font-size: 20px; background-size: 18px;}
	aside.sideBar textarea {width:70%;margin-bottom: 0px; font-size: 15px;}
}

@media screen and (max-width: 319px) {
	section.hana .iconBox li {background: url(http://www.hanaad.net/asset/img/Shape1.png) no-repeat center/116px;}
	section.hana .iconBox li a { background-size: 49px; background-position: top 39px center;}
    section .view {font-size: 12px;}
	section.hana.on .title p { font-size: 13px;}
	section.portfolio .title p { font-size: 13px;}
	section.business .title p {font-size: 12px;}    section.business ul li h3 {font-size: 13px;}
     section.business ul li p .count {font-size: 41px;}
	section.sevice .iconBox li { width: 90px;  height: 90px; }
	section.sevice .iconBox li a .text {  font-size: 10px; }
	section.sevice .iconBox {  width: 280px; height: 231px;}
	section.sevice .tech .view2 {  font-size: 11px;}
	section.location .inner .text ul li { font-size: 11px; }
	footer .inner .left li:first-child {letter-spacing: -1px;font-size: 14px;}
    footer .inner .left li {font-size: 11px;}
	select {    background-size: 10px;background: url("http://www.hanaad.net/asset/img/arrow5.png") no-repeat right 7px center;    font-size: 12px;}
	aside.sideBar textarea {font-size: 12px;}
	aside.sideBar h3 { font-size: 14px;}

}
@media screen and (min-width:1024px) and (max-height:900px) {
    header {position: static;}
	aside.sideBar {bottom: 0}
	section.main .topList {top: 0px;}
}
