@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

*{
	font-family: 'Nanum Gothic', serif;
	font-weight:normal;	
}
/*자체폰트 적용*/
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight:400;
  src: url(../font/NanumGothic.eot);
  src: url(../font/NanumGothic.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic.woff2) format('x-woff2'),
       url(../font/NanumGothic.woff) format('woff'),
       url(../font/NanumGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'arial';
  font-style: normal;
  font-weight:400;
  src: url(../font/arial.eot);
  src: url(../font/arial.eot?#iefix) format('embedded-opentype'),
       url(../font/arial.woff2) format('x-woff2'),
       url(../font/arial.woff) format('woff'),
       url(../font/arial.ttf) format('truetype');
}
@font-face {
  font-family: 'RIXGO B';
  font-style: normal;
  font-weight:normal;
  src: url(http://it6.co.kr/font/RIXGOB.eot);
  src: url(http://it6.co.kr/font/RIXGOB.eot?#iefix) format('embedded-opentype'),
       url(http://it6.co.kr/font/RIXGOB.woff2) format('x-woff2'),
       url(http://it6.co.kr/font/RIXGOB.woff) format('woff'),
       url(http://it6.co.kr/font/RIXGOB.ttf) format('truetype');
}
/* reset */
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, 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, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

strong {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: top; }

img, fieldset {
  border: 0; }

ul, ol, li, dl {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

hr {
  display: none; }

a {
  color: inherit; }

a, a:link {
  text-decoration: none; }

a:visited {
  color: #333; }

a:hover, a:active {
  color: #333;
  text-decoration: none; }

em, i, address {
  font-style: normal;
  font-weight: normal; }

legend, caption {
  display: none;
  clear: both; }

input, textarea, select, button, table {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

section, nav, article, aside, header, footer {
  display: block; }

textarea, input {
  background: none;
  -webkit-border-radius: 1px;
  -webkit-apprearance: none; }

textarea {
  resize: none; }

label {
  cursor: pointer; }

table {
  /*border-collapse: collapse;table-layout:fixed; */
  display: table;
  border-spacing: 0;
  border-collapse: collapse; }

caption {
  display: table-caption; }

colgroup {
  display: table-column-group; }

col {
  display: table-column; }

thead {
  display: table-header-group; }

tbody {
  display: table-row-group; }

tfoot {
  display: table-footer-group; }

tr {
  display: table-row;
  padding: 0;
  margin: 0; }

td, th {
  display: table-cell;
  padding: 0;
  margin: 0; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer; }

/*layout setting*/
* {
  text-rendering: optimizeLegibility; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.blind, legend, hr {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -1000em; }

caption {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/* skipNav */
#skipNav {
  position: relative;
  width: 100%;
  overflow: hidden; }

#skipNav a {
  display: block;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 12px; }

#skipNav a:hover, #skipNav a:focus, #skipNav a:active {
  display: block;
  height: 20px;
  padding: 5px 0;
  background: none repeat scroll 0 0 #f2f2f2; }

.transparent {
  filter: alpha(opacity=50);
  /* internet explorer */
  -khtml-opacity: 0.5;
  /* khtml, old safari */
  -moz-opacity: 0.5;
  /* mozilla, netscape */
  opacity: 0.5;
  /* fx, safari, opera */ }

/* font */
html {
  font-size: 10px !important;
  line-height: 1; }

body {
  min-width: 320px;
  font-size: 100% !important; }

body {
  letter-spacing: -0.05em; }

.sub-common .sub-common-info {
  line-height: 1.46;
  padding: 30px 0 0;
  font-size: 1.4em;
  color: #222;
  letter-spacing: -0.05em; }
.sub-common .dash-title.first {
  margin: 50px 0 0; }

.btn--wrap {
  font-size: 16px;
  font-weight: bold; }
  .btn--wrap--align--center {
    text-align: center; }
  .btn--wrap__btn--red {
    font-size: 16px;
    font-weight: bold;
    background: #eb150b;
    color: #fff; }
  .btn--wrap button {
    width: 116px;
    height: 45px; }

.edgeLoad-EDGE-17027067 {
  visibility: hidden; }

* {
  font-family: 'NanumGothic'; }

html {
  min-height: 100%; }

body {
  min-height: 100%; }

#screenMask {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(/src/img/common/screen-bg.png) repeat; }
  #screenMask ul {
    margin: 150px 0 0; }
  #screenMask li {
    font-family: Arial;
    font-weight: bold;
    font-size: 3.6em; }
    #screenMask li a {
      display: block;
      padding: 55px 0;
      color: #222;
      text-align: center; 
	  font-weight:bold;/*메뉴바 폰트 두껍게*/
	  font-family:"arial";/*메뉴바 폰트 변경*/}
  #screenMask #btn-gnb-menu-clse {
    display: block;
    position: absolute;
    top: 29px;
    left: 50%;
    margin: 0 0 0 410px;
    width: 35px;
    height: 28px;
    margin: 0 0 0 410px;
    background: url(/src/img/common/btn-gnb-menu-pc-s-clse.png) no-repeat 0 0/100% 100%;
    z-index: 1000; }

#wrap {
  display: none;
  min-height: 100%;
  background: url(/src/img/main/bg-main.png) repeat; }

.main #wrap {
  min-width: 1510px; }

#container {
  min-height: 100%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 150;
 /* background: url(/src/img/common/header-bg.png) repeat;*/
 background:#FFF;}

#header {
  position: relative;
  width: 1510px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }
  #header h1 a {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 161px;
    height: 47px;
    background: url(/src/img/common/logo.png) no-repeat 0 0;
    background-size: 100%; }
  #header #gnb {
    display: inline-block;
    margin: 54px 0 0;
    font-family: "Arial"}
    #header #gnb li {
      float: left; }
      #header #gnb li a {
        padding: 5px 30px;
        font-size: 1.6em;
        font-weight: bold;
		font-family:"arial";/*heaer부분 메뉴 글꼴변경*/
        color: #222;
        letter-spacing: -0.05em; }
        #header #gnb li a:hover {
          color: #eb150a; }
  #header .top-right-menu {
    position: absolute;
    top: 20px;
    right: 0; }
    #header .top-right-menu li {
      float: left; }
      #header .top-right-menu li a {
        display: block;
        width: 60px;
        height: 47px; }
      #header .top-right-menu li:nth-child(1) {
        margin-right: 42px;
        background: url(/src/img/common/top-right-menu-request.png) no-repeat 0 0; }
      #header .top-right-menu li:nth-child(2) {
        margin-right: 42px;
        background: url(/src/img/common/top-right-menu-extranet.png) no-repeat 0 0; }
      /* #header .top-right-menu li:nth-child(3) {
        background: url(/src/img/common/top-right-menu-extranet.png) no-repeat 0 0; } */

#Stage {
  background-color: transparent !important; }

.main #wrap {
  background: url(/src/img/main/bg-main.png) repeat; }
.main .spinner-hide .loading {
  visibility: visible; }
.main .spinner-show .loading {
  visibility: hidden; }
.main .logo {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 150px;
  z-index: 10; }
  .main .logo.hiden {
    display: none !important; }
  .main .logo.shown {
    display: block !important; }
.main .logo object {
  display: inline-block;
  position: relative;
  width: 100%;/*메인로고 가운데 정렬시키기위해 1200px;에서 100%로 변경*/
  height: 700px;
  z-index: 99; }
.main div[class^='slide'],
.main div[class*=' slide'] {
  position: relative;
  z-index: 5; }

#wrap {
  position: relative; }

.slide-section {
  display: block !important;
  z-index: 50;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1000px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-attachment: fixed; }
  .slide-section .inner-section {
    position: fixed;
    left: 50%; }
  .slide-section h2 span {
    display: inline-block;
    position: relative;
    font-family: "Arial"; 
    font-size: 5em;
    font-weight: bold;
    letter-spacing: -0.05em; }

.slide-01 {
  height: 640px;/*640px;*/
  z-index: 5; }
  .slide-01 .item {
    position: fixed;
    z-index: 1; }
  .slide-01 .item-01 {
    left: 70%;
    width: 517px;
    height: 561px;
    background: url(/src/img/main/s-01-01.png) no-repeat 0 0; }
  .slide-01 .item-02 {
    top: 180px;
    left: 68%;
    width: 127px;
    height: 129px;
    background: url(/src/img/main/s-01-02.png) no-repeat 0 0; }
  .slide-01 .item-03 {
    top: 700px;
    left: 40%;
    width: 138px;
    height: 141px;
    background: url(/src/img/main/s-01-03.png) no-repeat 0 0; }
  .slide-01 .item-04 {
    top: 700px;
    left: 2%;
    width: 378px;
    height: 365px;
    background: url(/src/img/main/s-01-04.png) no-repeat 0 0; }
  .slide-01 .item-05 {
    top: 100px;
    left: 85%;
    width: 299px;
    height: 293px;
    background: url(/src/img/main/s-01-05.png) no-repeat 0 0; }
  .slide-01 .item-06 {
    top: 700px;
    left: 0;
    width: 303px;
    height: 487px;
    background: url(/src/img/main/s-01-06.png) no-repeat 0 0; }

.slide-02 {
  min-height: 1450px;
  background: url(/src/img/main/section-02-bg.png) 50% 0 no-repeat;
  z-index: 65;
  position: relative;
  text-align: center; 
  margin-top:35px;/*추가*/}
  .slide-02 h2 {
    top: 0;
    margin: 0 0 63px;
    padding: 440px 0 0; }
    .slide-02 h2 span {
      color: #fff; }
      .slide-02 h2 span:before {
        display: block;
        position: absolute;
        top: 50%;
        left: -287px;
        width: 266px;
        height: 1px;
        background-color: #fff;
        content: ""; }
      .slide-02 h2 span:after {
        display: block;
        position: absolute;
        top: 50%;
        right: -287px;
        width: 266px;
        height: 1px;
        background-color: #fff;
        content: ""; }
  .slide-02 h3 {
    margin: 30px 0 14px; }
    .slide-02 h3 img {
      height: 23px; }
  .slide-02 ul {
    display: inline-block;
    width: 1510px; }
  .slide-02 li {
    float: left;
    width: 25%;
    padding: 0 35px;
    text-align: center;
    font-family: "Arial" !important; }/*Arial*/
    .slide-02 li img.pc {
      display: inline-block; }
    .slide-02 li img.tablet {
      display: none; }
    .slide-02 li img.mobile {
      display: none; }
  .slide-02 p.dsc {
    margin: 0 0 17px;
    font-family: "Arial";/*Arial*/
    font-size: 1.6em;
    color: #fff;
    letter-spacing: -0.05em;
    text-transform: uppercase; }
  .slide-02 p.sum {
    line-height: 1.57;
    font-family: "NanumGothic";
    font-size: 1.4em;
    color: #fff; }
  .slide-02 .inner-section {
    margin-left: -755px; }
  .slide-02 .unit > img {
    display: inline-block;
    width: 170px;
    height: 196px; }
  
.slide-03 {
  min-height:1800px;
  position: relative;
  text-align: center;
  z-index: auto; }
  .slide-03 h2 {
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 0 63px; }
    .slide-03 h2 span {
      color: #222; }
    .slide-03 h2:before {
      display: block;
      position: absolute;
      top: 50%;
      left: -287px;
      width: 266px;
      height: 1px;
      background-color: #222 !important;
      content: ""; }
    .slide-03 h2:after {
      display: block;
      position: absolute;
      top: 50%;
      right: -287px;
      width: 266px;
      height: 1px;
      background-color: #222 !important;
      content: ""; }
  .slide-03 ul {
    position: relative;
    width: 1550px;
    margin: 0 auto;}
    .slide-03 ul li {
      float: left;
      width: 20%;
	  height:415px;
      margin: 0 0 50px;
      padding: 0 18px;
      letter-spacing: -0.05em;
      text-align: left; }
      .slide-03 ul li h3 {
        padding: 22px 0 9px;
        font-size: 1.7em;
        font-weight: 600;
		font-family:'Nanum Gothic';/*포트폴리오 글씨 나눔고딕 변경*/
        color: #222;
        letter-spacing: -0.05em; }
      .slide-03 ul li p {
        font-size: 1.3em;
        color: #888;
        letter-spacing: -0.05em; }
  .slide-03 .inner-section {
    margin-left: -755px;
    z-index: 5;
    z-index: 60; }
  .slide-03 .item {
    position: absolute;
    z-index: 1; }
  .slide-03 .item-01 {
    top: 0;
    right: 0;
    width: 357px;
    height: 418px;
    background: url(/src/img/main/s-03-01.png) no-repeat 0 0; }
  .slide-03 .item-02 {
    top: 300px;
    left: 2%;
    width: 288px;
    height: 264px;
    background: url(/src/img/main/s-03-02.png) no-repeat 0 0; }
  .slide-03 .item-03 {
    position: fixed;
    top: 950px;
    right: 2%;
    width: 716px;
    height: 607px;
    background: url(/src/img/main/s-03-03.png) no-repeat 0 0; }

.slide-04 {
  min-height: 1645px;
  position: relative;
  text-align: center;
  z-index: 60;
  letter-spacing: -0.05em; }
  .slide-04 h2 {
    display: inline-block;
    position: relative;
    top: 0;
    margin: 445px 0 61px; }
    .slide-04 h2 span {
      color: #fff; }
    .slide-04 h2:before {
      display: block;
      position: absolute;
      top: 50%;
      left: -287px;
      width: 266px;
      height: 1px;
      background-color: #fff !important;
      content: ""; }
    .slide-04 h2:after {
      display: block;
      position: absolute;
      top: 50%;
      right: -287px;
      width: 266px;
      height: 1px;
      background-color: #fff !important;
      content: ""; }
  .slide-04 ul {
    display: inline-block;
    width: auto;
    background: url(/src/img/main/bu-address.png) 0 7px no-repeat;
    font-family: "NanumGothic" !important; }
  .slide-04 li {
    float: left;
    padding: 0 22px 0 27px;
    background: url(/src/img/main/bu-address.png) 100% 50% no-repeat; }
  .slide-04 dl {
    overflow: hidden;
    float: left;
    letter-spacing: -0.05em; }
  .slide-04 dt {
    float: left;
    padding: 0 10px 0 0;
    font-size: 1.6em;
    font-weight: bold;
    color: #ffdddd;
    letter-spacing: -0.05em;
    font-family: "Arial" !important; }/*Arial*/
  .slide-04 dd {
    float: left;
    font-size: 1.4em;
    color: #ffdddd;
    margin-top: 1px; }
  .slide-04 .btn-wrap a {
    color: #fff !important; }
  .slide-04 .btn-link {
    display: block;
    float: left;
    width: 231px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #f9b9b6;
    text-align: center; }
    .slide-04 .btn-link span {
	 /* width:230px;width값 추가 모바일 깨짐현상때문 모바일쪽 css에 따로 추가*/
      display: inline-block;
      padding: 0 0 0 30px;
	  /*padding:0 30px 0 0;padding값 변경 모바일 깨짐현상때문 모바일쪽 css에 따로 추가*/
      font-size: 1.6em;
      color: #ffdddd;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      font-family: "NanumGothic" !important; }
    .slide-04 .btn-link:first-of-type {
      margin: 0 20px 0 0; }
      .slide-04 .btn-link:first-of-type span {
        background: url(/src/img/main/ico-brochure.png) 0 50%/26px 26px no-repeat;
		/*margin-left:32px;모바일쪽 깨짐현상때문에 추가 모바일쪽 css에 따로 추가*/}
    .slide-04 .btn-link:last-of-type span {
      background: url(/src/img/main/ico-request.png) 1% 50%/21px 24px no-repeat; }
  .slide-04 .bg-area {
    position: absolute;
    width: 100%;
    min-height: 1200px;
    background: url(/src/img/main/section-04-bg.png) 50% 0 no-repeat;
    z-index: 60; }
  .slide-04 .item {
    position: absolute;
    z-index: 1; }
  .slide-04 .item-01 {
    top: 20px;
    left: 0;
    width: 348px;
    height: 604px;
    background: url(/src/img/main/s-04-01.png) no-repeat 0 0; }
  .slide-04 .inner-section {
    position: relative;
    left: auto;
    width: 1510px;
    margin: 0 auto;
    text-align: center;
    z-index: 65; }
  .slide-04 .btn-wrap {
    display: inline-block;
    margin: 51px 0 0; }
  .slide-04 #map_canvas {
    position: relative;
    width: 100% !important;
    height: 972px;
    z-index: -1; }
  .slide-04 .gmnoprint.gm-style-cc {
    display: none; }

#footer {
  position: relative;
  padding: 37px 0;
  background: #c1c1c1;
  letter-spacing: -0.05em;
  font-family: "NanumGothic" !important;
  z-index: 99; }
  #footer h2 {
    display: inline-block;
    position: relative;
    top: 0;
    letter-spacing: -0.05em; }
    #footer h2 span {
      font-size: 2em;
      color: #fff; }
    #footer h2:before {
      display: block;
      position: absolute;
      top: 50%;
      left: -123px;
      width: 105px;
      height: 1px;
      background-color: #fff !important;
      content: ""; }
    #footer h2:after {
      display: block;
      position: absolute;
      top: 50%;
      right: -123px;
      width: 105px;
      height: 1px;
      background-color: #fff !important;
      content: ""; }
  #footer ul {
    display: inline-block;
    margin: 21px 0 12px; }
  #footer li {
    float: left;
    font-size: 1.3em;
    color: #fff;
    letter-spacing: -0.05em; }
  #footer li + li {
    margin: 0 0 0 28px; }
  #footer p {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: -0.05em; }
  #footer .inner-fot {
    text-align: center; }

.sub-con-wrap {
  position: relative;
  width: 1510px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 300px; }

.sub-overview {
  background-image: url(/src/img/about/overview-bg-top.png), url(/src/img/about/overview-bg-mid.png);
  background-position: 100% 0, 0 906px;
  background-repeat: no-repeat, no-repeat; }

.page-info {
  margin: 82px 0 0;
  padding: 0 0 58px; }
  .page-info li {
    float: left; }
    .page-info li a {
      display: block;
      padding: 0 15px;
      font-family: "Arial"; /*Arial*/
      font-weight: bold;
      font-size: 1.5em;
      letter-spacing: -0.05em;
      color: #333;
      text-transform: uppercase; }
    .page-info li:first-child a {
      padding-left: 0; }
    .page-info li.current a, .page-info li:hover a {
      color: #eb150a; }

h2.sub-title {
  margin: 0 0 19px;
  font-family: "Arial"; /*Arial*/
  font-weight: bold;
  font-size: 6.5em;
  color: #222;
  letter-spacing: -0.05em;
  text-transform: uppercase; }

.sta {
  position: relative; }
  .sta .mark-dash-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333; }

.dash-title {
  position: relative;
  padding: 0 0 19px 17px;
  font-family: "Arial"; /*Arial*/
  font-weight: bold;
  font-size: 2.2em;
  color: #333;
  letter-spacing: -0.05em; }
  .dash-title:before {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 2px;
    background-color: #444;
    content: ""; }

.sub-overview .sta {
  height: 431px;
  background: url(/src/img/about/overview-sta-pc.png) no-repeat 50%; }
.sub-overview article {
  margin-bottom: 58px; }
.sub-overview .white-box {
  padding: 40px 50px;
  background: #fff; }
  .sub-overview .white-box .dash-bar {
    display: block;
    width: 7px;
    height: 1px;
    background: #666; }
.sub-overview * {
  letter-spacing: -0.05em; }
.sub-overview dt {
  display: block;
  position: relative;
  margin: 25px 0 0;
  padding: 23px 0 12px;
  font-family: 'Arial'; /*Arial*/
  font-weight: normal;
  font-size: 2em;
  color: #eb150a;
  text-transform: uppercase; }
  .sub-overview dt:before {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 7px;
    height: 1px;
    background: #666;
    content: ""; }
.sub-overview dd {
  line-height: 1.4285;
  font-family: "NanumGothic", "나눔고딕";
  font-size: 1.4em;
  font-weight: 400;
  color: #666; }
  .sub-overview dd strong {
    color: #555;
    font-weight: bold; }
.sub-overview .symbol dl {
  float: left;
  width: 50%; }
  .sub-overview .symbol dl:first-child {
    padding-right: 25px; }
  .sub-overview .symbol dl:last-child {
    padding-left: 25px; }
.sub-overview .variation .white-box {
  padding: 25px 30px; }
.sub-overview .variation .logo-list > li {
  float: left;
  width: 33.3333%; }
  .sub-overview .variation .logo-list > li li {
    padding: 15px 20px; }

.sub-ourwork * {
  font-family: "Nanum Gothic", "나눔고딕", "나눔 고딕"; /*폰트변경!*/
  letter-spacing: -0.05em; }
.sub-ourwork .sub-ourwork-info {
  padding: 30px 0 0;
  font-size: 1.4em;
  color: #222; }
.sub-ourwork .our-work-list {
  position: relative;
  width: 1550px;
  margin-left: -20px;
  z-index: 5; }
  .sub-ourwork .our-work-list > ul > li {
    float: left;
    width: 20%; 
	height:490px;}
    .sub-ourwork .our-work-list > ul > li img {
      display: block;
      width: 100%; }
  .sub-ourwork .our-work-list .unit {
    float: left;
    padding: 50px 18px 0; }
    .sub-ourwork .our-work-list .unit h3 {
      margin: 20px 0 0;
      font-size: 1.7em;
      font-weight: 600;
      color: #333; }
    .sub-ourwork .our-work-list .unit .name {
      margin: 8px 0 15px;
      font-size: 1.3em;
      color: #888; }
    .sub-ourwork .our-work-list .unit .date {
      font-size: 1.3em;
      font-weight: bold;
      color: #eb150a; }
.sub-ourwork .show-more-btn {
  display: block;
  width: 150px;
  height: 50px;
  margin: 50px auto 0 !important; }

.work__bg-top-right {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 435px; }

.work__bg-bottom-left {
  position: absolute;
  top: 1520px;
  left: 50%;
  margin-left: -950px; }

.worklist-popup > ul > li {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1350px;
  margin-left: -675px;
  z-index: 1000; }
  .worklist-popup > ul > li.show {
    display: block; }
.worklist-popup .popup__content {
  position: relative;
  top: 150px;
  height: 100%;
  padding: 50px 0 0; }
  .worklist-popup .popup__content .popup__btn--wrap {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 100%;
    height: 51px; }
    .worklist-popup .popup__content .popup__btn--wrap img {
      display: inline-block;
      width: 13px;
      height: 19px; }
    .worklist-popup .popup__content .popup__btn--wrap .btn-prev,
    .worklist-popup .popup__content .popup__btn--wrap .btn-next {
      display: block;
      position: absolute;
      top: 400px;
      left: 0;
      float: none;
      width: 56px;
      height: 113px;
      background: #fff url(/src/img/about/btn-popup-prev.png) no-repeat 50%;
      background-size: 100%;
      text-align: center; }
    .worklist-popup .popup__content .popup__btn--wrap .btn-next {
      left: auto;
      right: 0;
      width: 52px;
      background: #fff url(/src/img/about/btn-popup-next.png) no-repeat 50%;
      background-size: 100%; }
    .worklist-popup .popup__content .popup__btn--wrap button {
      display: block;
      float: right;
      width: 51px;
      height: 51px;
      background: #eb150a url(/src/img/common/btn-popup-clse.png) no-repeat 50%;
      background-size: 21px 21px; }
  .worklist-popup .popup__content .popup__inner .scrollable {
    letter-spacing: -0.05em;
    height: auto;
    padding: 0 70px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100%;
    font-family: "NanumGothic";
    letter-spacing: -0.05em;
    text-align: center; }
    .worklist-popup .popup__content .popup__inner .scrollable h2 {
      padding: 70px 0 0;
      font-family: "Arial";/*Arial*/
      font-size: 4.2em;
      font-weight: bold;
      color: #222;
      text-align: center;
      letter-spacing: -0.05em; }
    .worklist-popup .popup__content .popup__inner .scrollable .sub_tt {
      padding: 10px 0 40px;
      font-size: 1.6em;
      color: #222;
      text-align: center; }
    .worklist-popup .popup__content .popup__inner .scrollable .popup__dsc {
      line-height: 1.5;
      margin: 44px 0 35px;
      font-size: 1.5em;
      color: #555;
      text-align: left; }
    .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info {
      padding: 0 0 50px;
      text-align: left; }
      .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info li {
        position: relative;
        padding: 6px 0 6px 113px;
        font-size: 1.4em;
        color: #888; }
        .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info li span {
          display: block;
          overflow: hidden;
          position: absolute;
          top: 6px;
          left: 0;
          max-width: 113px;
          font-weight: bold;
          color: #666; }
    .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection {
      padding: 0 0 120px;
      text-align: left; }
      .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection img {
        display: block; }
      .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection .popup__subtitle {
        position: relative;
        margin: 0 0 25px;
        padding: 0 0 0 17px;
        font-family: "Arial"; /*Arial*/
        font-size: 2.2em;
        font-weight: bold;
        color: #222; }
        .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection .popup__subtitle:before {
          display: inline-block;
          position: absolute;
          top: 8px;
          left: 0;
          width: 7px;
          height: 2px;
          background: #444;
          content: ""; }
      .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection .popup__bindsection__detailimg + .popup__bindsection__detailimg {
        margin: 60px 0 0; }

.popon .modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%; }

.popup__inner {
  background: #fff; }

.popupBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/src/img/common/bg-popup.png) repeat;
  z-index: 999; }

.sub-service {
  position: relative; }
  .sub-service__inputWrap--half {
    float: left;
    position: relative;
    width: 50%;
    height: 45px;
    margin: 0 0 15px;
    padding: 0 0 0 126px; }
    .sub-service__inputWrap--half:nth-child(2n+1) {
      padding-left: 93px;
      padding-right: 33px; }
      .sub-service__inputWrap--half:nth-child(2n+1) label {
        left: 0; }
    .sub-service__inputWrap--half label {
      position: absolute;
      top: 0;
      left: 33px;
      line-height: 45px;
      font-size: 14px;
      font-weight: bold;
      color: #666; }
    .sub-service__inputWrap--half input[type="text"] {
      width: 100%;
      padding: 12px 10px 13px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
    .sub-service__inputWrap--half select {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 10px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      color: #666; }
  .sub-service__inputWrap--full {
    float: left;
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 0 15px;
    padding: 0 0 0 93px; }
    .sub-service__inputWrap--full label {
      position: absolute;
      top: 0;
      left: 0;
      line-height: 45px;
      font-size: 14px;
      font-weight: bold;
      color: #666; }
    .sub-service__inputWrap--full input {
      width: 100%;
      padding: 12px 10px 13px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
  .sub-service__btn--radio {
    display: inline-block;
    margin: 15px 40px 0 0; }
    .sub-service__btn--radio:last-child {
      margin-right: 0; }
  .sub-service__tt {
    float: left;
    width: 93px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #666; }
  .sub-service__textarea--content {
    position: relative;
    margin: 13px 0 0;
    padding: 0 0 0 93px; }
    .sub-service__textarea--content label {
      position: absolute;
      top: 10px;
      left: 0;
      line-height: 45px;
      font-size: 14px;
      font-weight: bold;
      color: #666;
      line-height: 1.42; }
    .sub-service__textarea--content textarea {
      display: block;
      float: left;
      width: 100%;
      height: 235px;
      line-height: 1.5;
      margin: 0 0 15px;
      padding: 15px;
      border: 1px solid #e5e5e5;
      background: #fff;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
  .sub-service .sub-common-info {
    margin-bottom: 48px; }
  .sub-service input[type="radio"] {
    display: none; }
  .sub-service input[type="radio"] + label {
    font-size: 14px;
    color: #666; }
  .sub-service input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .sub-service input[type="radio"] + label span {
    background: url(/src/img/about/btn-radio-off.png) no-repeat 50% 50%; }
  .sub-service input[type="radio"]:checked + label span {
    width: 22px;
    background: url(/src/img/about/btn-radio-on.png) no-repeat 50% 50%; }
  .sub-service input[type="radio"]:checked + label span.break {
    background: none;
    font-weight: bold;
    color: #eb150a;
    vertical-align: 0; }
  .sub-service input[type="radio"]:checked + label {
    font-weight: bold;
    color: #eb150a; }
  .sub-service input[type="radio"] + label span,
  .sub-service input[type="radio"]:checked + label span {
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    transition: background 0.2s linear; }
  .sub-service .privacy--policy label {
    top: 10px; }
  .sub-service .btn--wrap {
    margin-top: 30px; }

.sub-service__btn--radio {
  color: #666; }
  .sub-service__btn--radio span {
    color: #666; }
  .sub-service__btn--radio:last-child .break {
    display: inline;
    width: 100% !important;
    padding-left: 0;
    background: none;
    font-size: 14px;
    color: #666;
    vertical-align: 0; }

.service-bg {
  position: absolute;
  left: 50%; }
  .service-bg-left-obj {
    top: 423px;
    margin-left: -955px; }
  .service-bg-mid-obj {
    top: 147px;
    margin-left: -251px; }
  .service-bg-right-obj {
    top: 78px;
    margin-left: 725px; }

.sub-sv {
  letter-spacing: -0.05em;
  background-image: url(/src/img/about/overview-bg-top.png), url(/src/img/about/overview-bg-mid.png);
  background-position: 1517px 0, 0 906px;
  background-repeat: no-repeat, no-repeat; }
  .sub-sv .img-box {
    border-top: 1px solid #e5e5e5;
    padding: 60px 0;
    text-align: center; }
  .sub-sv .dash-title.first {
    margin: 50px 0 0; }
  .sub-sv .white-box {
    padding: 25px 50px 40px;
    background: #fff; }
  .sub-sv dl {
    float: left;
    width: 50%;
    padding: 0 25px 0 0;
    letter-spacing: -0.05em; }
    .sub-sv dl:nth-child(2n) {
      padding: 0 0 0 25px; }
  .sub-sv dt {
    display: block;
    position: relative;
    margin: 25px 0 0;
    padding: 23px 0 12px;
    font-family: 'Arial'; /*Arial*/
    font-weight: normal;
    font-size: 2em;
    color: #eb150a;
    text-transform: uppercase; }
    .sub-sv dt:before {
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      width: 7px;
      height: 1px;
      background: #666;
      content: ""; }
  .sub-sv dd.t {
    line-height: 1.4285;
    font-family: "NanumGothic", "나눔고딕";
    font-size: 1.4em;
    font-weight: 600;
    color: #555; }
  .sub-sv dd.dsc {
    line-height: 1.4285;
    font-family: "NanumGothic", "나눔고딕";
    font-size: 1.4em;
    font-weight: 400;
    color: #666; }
  .sub-sv dd.list {
    padding: 15px 0 0; }
    .sub-sv dd.list li {
      padding: 0 0 0 10px;
      background: url(/src/img/common/bu-dot-red.png) no-repeat 0 7px;
      font-family: "NanumGothic", "나눔고딕";
      font-size: 1.3em;
      font-weight: 400;
      color: #888; }
      .sub-sv dd.list li + li {
        margin-top: 6px; }
  .sub-sv .dl-bind {
    padding: 0 0 16px; }

.sub-client__section ul {
  margin: 0 0 0 -16px; }
.sub-client__section li {
  float: left;
  width: 14.2857%;
  height: auto;
  padding: 0 0 16px 16px; }
  .sub-client__section li span {
    display: block;
    border: 3px solid #e5e5e5;
    background: #fff; }
  .sub-client__section li img {
    display: block; }
.sub-client__section:first-of-type .dash-title {
  margin: 50px 0 0; }
.sub-client .dash-title {
  margin: 43px 0 0; }
  .sub-client .dash-title img {
    height: 19px; }

.sub-recruit .dash-title:before {
  top: 7px; }
.sub-recruit .dash-title img {
  display: block;
  height: 19px; }
.sub-recruit .area__division {
  width: 1550px;
  margin-left: -20px;
  letter-spacing: -0.05em; }
  .sub-recruit .area__division > li {
    float: left;
    width: 25%;
    height: 484px;
    padding: 0 20px; }
  .sub-recruit .area__division__inner {
    height: 100%;
    padding: 40px 50px 0;
    background: #fff; }
  .sub-recruit .area__division__imgArea {
    padding: 0 0 50px;
    text-align: center; }
    .sub-recruit .area__division__imgArea img {
      display: inline-block;
      width: 170px; }
  .sub-recruit .area__division__info {
    border-top: 3px solid #eb150a; }
    .sub-recruit .area__division__info h5 {
      padding: 17px 0 11px;
      font-size: 20px;
      color: #eb150a;
      text-transform: uppercase; }
    .sub-recruit .area__division__info .sort {2015-10-15
      display: block;
      padding: 0 0 16px;
      font-size: 1.4em;
      color: #666; }
    .sub-recruit .area__division__info li {
      padding: 0 0 0 9px;
      line-height: 1.53;
      background: url(/src/img/common/bu-dot-red.png) no-repeat 0 9px;
      font-size: 1.3em;
      color: #666;
      letter-spacing: -0.09em; }
.sub-recruit__step {
  padding: 15px 50px 30px;
  background: #fff; }
  .sub-recruit__step__top {
    border-bottom: 1px solid #e5e5e5; }
  .sub-recruit__step__bot {
    padding: 15px 0 0; }
    .sub-recruit__step__bot dl {
      float: none;
      width: 100%;
      padding: 0; }
    .sub-recruit__step__bot dt {
      padding-bottom: 20px;
      font-family: 'NanumGothic';
      font-size: 1.8em;
      font-weight: bold;
      color: #eb150a; }
    .sub-recruit__step__bot dd {
      display: block;
      float: left;
      width: 25%; }
    .sub-recruit__step__bot h4 {
      padding-bottom: 15px;
      font-family: 'Arial'; /*Arial*/
      font-size: 3em;
      font-weight: 400;
      color: #333; }
    .sub-recruit__step__bot li {
      float: none !important;
      width: 100% !important;
      line-height: 1.53;
      font-size: 1.3em;
      color: #666;
      letter-spacing: -0.05em; }
  .sub-recruit__step li {
    float: left;
    width: 25%; }
    .sub-recruit__step li dl {
      float: none;
      width: 100%;
      padding: 0 50px 0 0; }
    .sub-recruit__step li dt {
      font-family: 'NanumGothic';
      font-size: 1.8em;
      font-weight: bold;
      color: #eb150a; }
    .sub-recruit__step li dd {
      padding: 0 0 40px 0;
      font-size: 1.4em;
      color: #666; }

.sub-location__boxWrap {
  padding: 45px 0 0; }
.sub-location__leftBox {
  float: left;
  width: 50%; }
  .sub-location__leftBox__map {
    height: 318px;
    border: 5px solid #fff; }
.sub-location__rightBox {
  float: left;
  width: 50%;
  padding: 17px 0 0 40px;
  letter-spacing: -0.05em; }
  .sub-location__rightBox h3 {
    padding: 0 0 8px 25px;
    border-bottom: 1px solid #c7c7c7;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: 'Arial'; /*Arial*/
    font-size: 2.2em;
    font-weight: bold;
    color: #333; }
  .sub-location__rightBox ul {
    padding: 17px 0 17px 15px; }
    .sub-location__rightBox ul > li {
      position: relative;
      padding: 7px 0 7px 93px;
      font-size: 1.4em;
      color: #888; }
      .sub-location__rightBox ul > li:before, .sub-location__rightBox ul > li:after {
        content: " ";
        display: table; }
      .sub-location__rightBox ul > li:after {
        clear: both; }
      .sub-location__rightBox ul > li .tt {
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 93px;
        font-weight: bold;
        color: #666; }
  .sub-location__rightBox ol li {
    float: left;
    padding: 0 8px 0 0; }
    .sub-location__rightBox ol li + li {
      padding-left: 12px;
      background: url(/src/img/contact/list-arr.png) no-repeat 0 5px; }
  .sub-location__rightBox__loaction {
    padding: 0 0 13px; }
    .sub-location__rightBox__loaction h3 {
      background-image: url(/src/img/contact/ico-location.png);
      background-size: 15px auto; }
  .sub-location__rightBox__contact h3 {
    background-image: url(/src/img/contact/ico-phone.png);
    background-size: 15px auto; }

/* 1440px */
@media screen and (max-width: 1440px) {
  .main #wrap {
    min-width: 1440px; }

  #header {
    width: 1200px; }

  .slide-02 ul {
    width: 1200px; }
  .slide-02 .inner-section {
    margin-left: -600px; }
  .slide-02 li {
    width: 25%;
    padding: 0 30px; }

  .slide-03 {
    min-height: 2200px;/*2800px*/ }
    .slide-03 ul {
      width: 1240px; }
      .slide-03 ul li {
        width: 25%; }
    .slide-03 .inner-section {
      margin-left: -600px; }

  .slide-04 .inner-section {
    width: 1200px; }
  .slide-04 .bg-area {
    background-position: 50% 50%; }

  .sub-con-wrap {
    width: 1200px;
    padding-bottom: 150px; }

  .sub-overview .sta {
    height: 368px;
    background: url(/src/img/about/overview-sta-pc-m.png) no-repeat 50%; }
  .sub-overview .white-box {
    padding: 30px 40px; }
  .sub-overview .variation .white-box {
    padding: 15px 15px; }
  .sub-overview .variation .logo-list > li li {
    padding: 15px 15px; }

  .sub-ourwork .our-work-list {
    width: 1240px; }
    .sub-ourwork .our-work-list > ul > li {
      width: 25%; }

  .worklist-popup > ul > li {
    width: 1140px;
    margin-left: -570px; }

  .worklist-popup .popup__content .popup__inner .scrollable .sub_tt {
    padding-bottom: 30px; }

  .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection .popup__subtitle {
    margin: 0 0 20px; }

  .sub-sv .white-box {
    padding: 15px 40px 40px; }
  .sub-sv dl {
    padding: 0 20px 0 0; }
    .sub-sv dl:nth-child(2n) {
      padding: 0 0 0 20px; }

  .sub-client__section ul {
    margin: 0 0 0 -12px; }
  .sub-client__section li {
    width: 16.6666%;
    padding: 0 0 12px 12px; }

  .sub-recruit .dash-title:before {
    top: 7px; }
  .sub-recruit .dash-title img {
    display: block;
    height: 19px; }
  .sub-recruit .area__division {
    width: 1240px;
    margin-left: -20px;
    letter-spacing: -0.05em; }
    .sub-recruit .area__division > li {
      float: left;
      width: 25%;
      height: 484px;
      padding: 0 20px; }
    .sub-recruit .area__division__inner {
      height: 100%;
      padding: 40px 40px 0;
      background: #fff; }
    .sub-recruit .area__division__imgArea {
      padding: 0 0 50px;
      text-align: center; }
      .sub-recruit .area__division__imgArea img {
        display: inline-block;
        width: 140px; }
    .sub-recruit .area__division__info {
      border-top: 3px solid #eb150a; }
      .sub-recruit .area__division__info h5 {
        padding: 17px 0 11px;
        font-size: 20px;
        color: #eb150a;
        text-transform: uppercase; }
      .sub-recruit .area__division__info .sort {
        display: block;
        padding: 0 0 16px;
        font-size: 1.4em;
        color: #666; }
      .sub-recruit .area__division__info li {
        padding: 1px 0 1px 9px;
        line-height: 1.23;
        background: url(/src/img/common/bu-dot-red.png) no-repeat 0 9px;
        font-size: 1.3em;
        letter-spacing: -0.09em; }
  .sub-recruit__step {
    padding: 15px 40px 30px;
    background: #fff; }
    .sub-recruit__step__top {
      border-bottom: 1px solid #e5e5e5; }
    .sub-recruit__step__bot {
      padding: 15px 0 0; }
      .sub-recruit__step__bot dl {
        float: none;
        width: 100%;
        padding: 0; }
      .sub-recruit__step__bot dt {
        padding-bottom: 20px;
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step__bot dd {
        display: block;
        float: left;
        width: 25%; }
      .sub-recruit__step__bot h4 {
        padding-bottom: 15px;
        font-family: 'Arial'; /*Arial*/
        font-size: 3em;
        font-weight: 400;
        color: #333; }
      .sub-recruit__step__bot li {
        float: none !important;
        width: 100% !important;
        line-height: 1.53;
        font-size: 1.3em;
        color: #666; }
    .sub-recruit__step li {
      float: left;
      width: 25%; }
      .sub-recruit__step li dl {
        float: none;
        width: 100%;
        padding: 0 50px 0 0; }
      .sub-recruit__step li dt {
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step li dd {
        padding: 0 0 40px;
        font-size: 1.4em;
        color: #666; }

  .sub-location__boxWrap {
    padding: 45px 0 0; }
  .sub-location__leftBox {
    float: left;
    width: 50%; }
    .sub-location__leftBox__map {
      width: 100% !important;
      height: 339px !important;
      border: 5px solid #fff; }
  .sub-location__rightBox {
    float: left;
    width: 50%;
    padding: 17px 0 0 40px;
    letter-spacing: -0.05em; }
    .sub-location__rightBox h3 {
      padding: 0 0 8px 25px;
      border-bottom: 1px solid #c7c7c7;
      background-position: 0 0;
      background-repeat: no-repeat;
      font-family: 'Arial'; /*Arial*/
      font-size: 2.2em;
      font-weight: bold;
      color: #333; }
    .sub-location__rightBox ul {
      padding: 17px 0 17px 15px; }
      .sub-location__rightBox ul > li {
        position: relative;
        padding: 7px 0 7px 93px;
        font-size: 1.4em;
        color: #888; }
        .sub-location__rightBox ul > li:before, .sub-location__rightBox ul > li:after {
          content: " ";
          display: table; }
        .sub-location__rightBox ul > li:after {
          clear: both; }
        .sub-location__rightBox ul > li .tt {
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          width: 93px;
          font-weight: bold;
          color: #666; }
    .sub-location__rightBox ol li {
      float: left;
      padding: 0 8px 7px 0; }
      .sub-location__rightBox ol li + li {
        padding-left: 12px;
        background: url(/src/img/contact/list-arr.png) no-repeat 0 4px; }
    .sub-location__rightBox__loaction {
      padding: 0 0 13px; }
      .sub-location__rightBox__loaction h3 {
        background-image: url(/src/img/contact/ico-location.png);
        background-size: 15px auto; }
    .sub-location__rightBox__contact h3 {
      background-image: url(/src/img/contact/ico-phone.png);
      background-size: 15px auto; } }
/* 1440px */
@media screen and (max-width: 1200px) {
  .main #wrap {
    min-width: 910px; }

  #screenMask #btn-gnb-menu-clse {
    left: 50%; }

  #header {
    width: 890px; }
    #header #gnb {
      display: none; }
      #header #gnb.show {
        display: inline-block; }
    #header .top-right-menu {
      display: none; }

  #screenMask {
    visibility: visible; }

  #btn-gnb-menu {
    display: block;
    position: absolute;
    top: 29px;
    right: 0;
    width: 35px;
    height: 28px;
    margin: 0 0 0 410px;
    background: url(/src/img/common/btn-gnb-menu-pc-s.png) no-repeat 0 0;
    z-index: 1000; }

  .main .logo {
    top: 50px; }
.slide-01{height:370px !important;}/*테블릿 높이값지정*/
  .slide-01 .item-01 {
    visibility: hidden; }
  .slide-01 .item-04 {
    left: -139px; }
  .slide-01 .item-06 {
    visibility: hidden; }

  .slide-section h2 span {
    font-size: 4.5em; }

  .slide-02 ul {
    width: 890px; }
  .slide-02 .inner-section {
   position:absolute;
   left:50%;
    margin-left: -445px; }
  .slide-02 li {
    width: 25%;
    padding: 0 30px; }
  .slide-02 p.dsc {
    font-size: 1.4em; }

  .slide-03 {
    min-height: 2200px ;/*3900px;*/ }/*테블릿 최소 높이값지정*/
    .slide-03 ul {
      width: 930px; }
      .slide-03 ul li {
        width: 33.3333%; }
    .slide-03 .inner-section {
	 position:absolute;
     left:50%;
      margin-left: -465px; }
    .slide-03 .item-01 {
      visibility: hidden; }
    .slide-03 .item-02 {
      left: -200px; }
    .slide-03 .item-03 {
      min-height: 3800px;
      right: -360px; }

  .slide-04 ul {
    background: none; }
  .slide-04 li:first-of-type {
    float: none;
    margin: 0 0 15px;
    background: none;
    text-align: center; }
    .slide-04 li:first-of-type dl {
      display: inline-block;
      float: none; }
  .slide-04 li:last-of-type {
    background: none; }
  .slide-04 dd {
    font-size: 1.3em; }
  .slide-04 .inner-section {
    width: 890px; }

  .sub-con-wrap {
    width: 890px; }

  .sub-overview .sta {
    height: 295px;
    background: url(/src/img/about/overview-sta-pc-s.png) no-repeat 50%; }
  .sub-overview .white-box {
    padding: 30px 40px; }
  .sub-overview .symbol dl:first-child {
    padding-right: 15px; }
  .sub-overview .symbol dl:last-child {
    padding-left: 15px; }
  .sub-overview .variation .white-box {
    padding: 20px 25px; }
  .sub-overview .variation .logo-list > li li {
    padding: 10px 15px; }

  .sub-ourwork .our-work-list {
    width: 930px; }
    .sub-ourwork .our-work-list > ul > li {
      width: 33.33%; }

  .worklist-popup > ul > li {
    width: 810px;
    margin-left: -405px; }

  .work__bg-top-right {
    display: none; }

  .worklist-popup .popup__content .popup__inner .scrollable {
    padding: 0 60px; }
    .worklist-popup .popup__content .popup__inner .scrollable h2 {
      padding: 60px 0 0; }
    .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection {
      padding: 0 0 30px; }
      .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection .popup__bindsection__detailimg + .popup__bindsection__detailimg {
        margin: 30px 0 0; }

  .sub-sv .white-box {
    padding: 15px 40px 40px; }
  .sub-sv dl {
    padding: 0 15px 0 0; }
    .sub-sv dl:nth-child(2n) {
      padding: 0 0 0 15px; }

  .sub-client__section ul {
    margin: 0 0 0 -12px; }
  .sub-client__section li {
    width: 20%;
    padding: 0 0 12px 12px; }

  .sub-recruit .dash-title:before {
    top: 7px; }
  .sub-recruit .dash-title img {
    display: block;
    height: 19px; }
  .sub-recruit .area__division {
    width: 920px;
    margin-left: -15px;
    letter-spacing: -0.05em; }
    .sub-recruit .area__division > li {
      float: left;
      width: 50%;
      height: 448px;
      margin: 0 0 30px;
      padding: 0 15px; }
    .sub-recruit .area__division__inner {
      height: 100%;
      padding: 40px 40px 0;
      background: #fff; }
    .sub-recruit .area__division__imgArea {
      padding: 0 0 50px;
      text-align: center; }
      .sub-recruit .area__division__imgArea img {
        display: inline-block;
        width: 140px; }
    .sub-recruit .area__division__info {
      border-top: 3px solid #eb150a; }
      .sub-recruit .area__division__info h5 {
        padding: 17px 0 11px;
        font-size: 20px;
        color: #eb150a;
        text-transform: uppercase; }
      .sub-recruit .area__division__info .sort {
        display: block;
        padding: 0 0 16px;
        font-size: 1.4em;
        color: #666; }
      .sub-recruit .area__division__info li {
        padding: 1px 0 1px 9px;
        line-height: 1.23;
        background: url(/src/img/common/bu-dot-red.png) no-repeat 0 9px;
        font-size: 1.3em;
        letter-spacing: -0.09em; }
  .sub-recruit__step {
    padding: 15px 40px 0;
    background: #fff; }
    .sub-recruit__step__top {
      border-bottom: 0; }
      .sub-recruit__step__top li {
        border-bottom: 1px solid #e5e5e5; }
    .sub-recruit__step__bot {
      padding: 15px 0 0; }
      .sub-recruit__step__bot dl {
        float: none;
        width: 100%;
        padding: 0; }
      .sub-recruit__step__bot dt {
        padding-bottom: 20px;
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step__bot dd {
        display: block;
        float: left;
        width: 50%;
        padding: 0 0 30px; }
      .sub-recruit__step__bot h4 {
        padding-bottom: 15px;
        font-family: 'Arial'; /*Arial*/
        font-size: 3em;
        font-weight: 400;
        color: #333; }
      .sub-recruit__step__bot li {
        float: none !important;
        width: 100% !important;
        line-height: 1.53;
        font-size: 1.3em;
        color: #666; }
    .sub-recruit__step li {
      float: left;
      width: 50%; }
      .sub-recruit__step li dl {
        float: none;
        width: 100%;
        padding: 0 50px 0 0; }
      .sub-recruit__step li dt {
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step li dd {
        padding: 0 0 40px;
        font-size: 1.4em;
        color: #666; }

  .sub-location__boxWrap {
    padding: 45px 0 0; }
  .sub-location__leftBox {
    float: none;
    width: 100%; }
    .sub-location__leftBox__map {
      height: 339px;
      border: 5px solid #fff; }
  .sub-location__rightBox {
    float: none;
    width: 100%;
    padding: 0;
    letter-spacing: -0.05em; }
    .sub-location__rightBox h3 {
      margin-top: 30px;
      padding: 0 0 8px 25px;
      border-bottom: 1px solid #c7c7c7;
      background-position: 0 0;
      background-repeat: no-repeat;
      font-family: 'Arial'; /*Arial*/
      font-size: 2.2em;
      font-weight: bold;
      color: #333; }
    .sub-location__rightBox ul {
      padding: 17px 0 17px 15px; }
      .sub-location__rightBox ul > li {
        position: relative;
        padding: 7px 0 7px 93px;
        font-size: 1.4em;
        color: #888; }
        .sub-location__rightBox ul > li:before, .sub-location__rightBox ul > li:after {
          content: " ";
          display: table; }
        .sub-location__rightBox ul > li:after {
          clear: both; }
        .sub-location__rightBox ul > li .tt {
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          width: 93px;
          font-weight: bold;
          color: #666; }
    .sub-location__rightBox ol li {
      float: left;
      padding: 0 8px 7px 0; }
      .sub-location__rightBox ol li + li {
        padding-left: 12px;
        background: url(/src/img/contact/list-arr.png) no-repeat 0 4px; }
    .sub-location__rightBox__loaction {
      padding: 0; }
      .sub-location__rightBox__loaction h3 {
        background-image: url(/src/img/contact/ico-location.png);
        background-size: 15px auto; }
    .sub-location__rightBox__contact h3 {
      background-image: url(/src/img/contact/ico-phone.png);
      background-size: 15px auto; } }
@media screen and (max-width: 1024px) {
  .main #wrap {
    min-width: 320px; }

  #header h1 a {
    left: 66px; }

  #btn-gnb-menu {
    right: 66px; }

  #screenMask #btn-gnb-menu-clse {
    left: auto;
    right: 66px; }

  #header {
    width: 100%; }

  .main .slide-01 .item-03 {
    left: 20%; }
  .main .slide-01 .item-04 {
    left: -260px; }

  .sub-con-wrap {
    width: 890px; }

  .sub-overview {
    background-image: url(/src/img/about/overview-bg-top.png), url(/src/img/about/overview-bg-mid.png);
    background-position: 180% 0, 0 906px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 430px, auto auto; }
    .sub-overview .sta {
      height: 295px;
      background: url(/src/img/about/overview-sta-t.png) no-repeat 50%;
      background-size: auto 195px; }

  .change-form-width .sub-service__inputWrap--half {
    width: 100%;
    padding-left: 93px; }
  .change-form-width .sub-service__inputWrap--half:nth-child(2n+1) {
    padding-right: 0; }
  .change-form-width .sub-service__inputWrap--half label {
    left: 0; }

  .sub-sv .white-box {
    padding: 15px 40px 40px; }
  .sub-sv dl {
    width: 100%;
    padding: 0; }
    .sub-sv dl:nth-child(2n) {
      padding: 0; }

  .sub-client__section ul {
    margin: 0 0 0 -14px; }
  .sub-client__section li {
    width: 33.3333%;
    padding: 0 0 10px 14px; }

  .sub-recruit .dash-title:before {
    top: 7px; }
  .sub-recruit .dash-title img {
    display: block;
    height: 19px; }
  .sub-recruit .area__division {
    width: 100%;
    margin-left: 0;
    letter-spacing: -0.05em; }
    .sub-recruit .area__division > li {
      float: left;
      width: 50%;
      height: 448px;
      margin: 0 0 20px;
      padding: 0; }
      .sub-recruit .area__division > li:nth-of-type(2n+1) {
        padding: 0 10px 0 0; }
      .sub-recruit .area__division > li:nth-of-type(2n) {
        padding: 0 0 0 10px; }
    .sub-recruit .area__division__inner {
      height: 100%;
      padding: 40px 40px 0;
      background: #fff; }
    .sub-recruit .area__division__imgArea {
      padding: 0 0 50px;
      text-align: center; }
      .sub-recruit .area__division__imgArea img {
        display: inline-block;
        width: 170px; }
    .sub-recruit .area__division__info {
      border-top: 3px solid #eb150a; }
      .sub-recruit .area__division__info h5 {
        padding: 17px 0 11px;
        font-size: 20px;
        color: #eb150a;
        text-transform: uppercase; }
      .sub-recruit .area__division__info .sort {
        display: block;
        padding: 0 0 16px;
        font-size: 1.4em;
        color: #666; }
      .sub-recruit .area__division__info li {
        padding: 1px 0 1px 9px;
        line-height: 1.23;
        background: url(/src/img/common/bu-dot-red.png) no-repeat 0 9px;
        font-size: 1.3em;
        letter-spacing: -0.09em; }
  .sub-recruit__step {
    padding: 15px 40px 0;
    background: #fff; }
    .sub-recruit__step__top {
      border-bottom: 0; }
      .sub-recruit__step__top li {
        border-bottom: 1px solid #e5e5e5; }
        .sub-recruit__step__top li dl {
          width: 70% !important;
          min-height: 130px; }
    .sub-recruit__step__bot {
      padding: 15px 0 0; }
      .sub-recruit__step__bot dl {
        float: none;
        width: 100%;
        padding: 0; }
      .sub-recruit__step__bot dt {
        padding-bottom: 20px;
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step__bot dd {
        display: block;
        float: left;
        width: 50%;
        padding: 0 0 30px; }
      .sub-recruit__step__bot h4 {
        padding-bottom: 15px;
        font-family: 'Arial';/*Arial*/
        font-size: 3em;
        font-weight: 400;
        color: #333; }
      .sub-recruit__step__bot li {
        float: none !important;
        width: 100% !important;
        line-height: 1.53;
        font-size: 1.3em;
        color: #666; }
    .sub-recruit__step li {
      float: left;
      width: 50%; }
      .sub-recruit__step li dl {
        float: none;
        width: 100%;
        padding: 0 50px 0 0; }
      .sub-recruit__step li dt {
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step li dd {
        padding: 0 0 40px;
        font-size: 1.4em;
        color: #666; } }
@media screen and (max-width: 768px) and (max-height: 1024px) {
  .main #wrap {
    min-width: 0; }

  .main .logo.logo {
   left: 50%;
    width: 768px;
    margin-left: -384px; }
    .main .logo.logo object {
      height: 500px; }
  .main .slide-01 {
    height: 350px; }/*모바일 메인변경으로 위치값 바꿈 500px;*/
  .main .slide-02 {
    min-height: 1550px;
    background: url(/src/img/main/section-02-bg-s.png) 50% 0 no-repeat; }
    .main .slide-02 h2 {
      padding: 240px 0 0; }
      .main .slide-02 h2 span:before {
        left: -117px;
        width: 97px; }
      .main .slide-02 h2 span:after {
        right: -117px;
        width: 97px; }
    .main .slide-02 ul {
      width: 707px; }
    .main .slide-02 li {
      width: 50%;
      margin: 0 0 60px; }
    .main .slide-02 .inner-section {
      margin-left: -353px; }
    .main .slide-02 .unit > img {
      display: inline-block;
      width: 170px; }
  .main .slide-03 {
    min-height: 5700px; }
    .main .slide-03 ul {
      width: 635px; }
      .main .slide-03 ul li {
        width: 50%; }
    .main .slide-03 h2:before {
      left: -117px;
      width: 97px; }
    .main .slide-03 h2:after {
      right: -117px;
      width: 97px; }
    .main .slide-03 .inner-section {
      margin-left: -317px; }
  .main .slide-04 {
    background: url(/src/img/main/section-02-bg-s.png) 50% 0 no-repeat; }
    .main .slide-04 h2 {
      margin-top: 315px; }
      .main .slide-04 h2:before {
        left: -117px;
        width: 97px; }
      .main .slide-04 h2:after {
        right: -117px;
        width: 97px; }
		 .slide-04 .btn-link {
			display: block;
			float: left;
			width: 231px;
			height: 48px;
			line-height: 48px;
			border: 2px solid #f9b9b6;
			text-align: center; }

			/*모바일쪽 slide-04 부분*/
			.slide-04 .btn-link:first-of-type span {
			  width:230px;/*width값 추가 모바일 깨짐현상때문*/
			  display: inline-block;
			  /*padding: 0 0 0 30px;*/
			  padding:0 30px 0 0;/*padding값 변경 모바일 깨짐현상때문*/
			  font-size: 1.6em;
			  color: #ffdddd;
			  letter-spacing: -0.05em;
			  text-transform: uppercase;
			  font-family: "NanumGothic" !important; }
			.slide-04 .btn-link:first-of-type {
			  margin: 0 20px 0 0; }
			  .slide-04 .btn-link:first-of-type span {
				background: url(/src/img/main/ico-brochure.png) 0 50%/26px 26px no-repeat;
				margin-left:32px;/*모바일쪽 깨짐현상때문에 추가*/}

			.slide-04 .btn-link:last-of-type span {
			  width:230px;/*width값 추가 모바일 깨짐현상때문*/
			  display: inline-block;
			  padding: 0 0 0 5px;
			  font-size: 1.6em;
			  color: #ffdddd;
			  letter-spacing: -0.05em;
			  text-transform: uppercase;
			  font-family: "NanumGothic" !important; }
			.slide-04 .btn-link:first-of-type {
			  margin: 0 20px 0 0; }
			  .slide-04 .btn-link:last-of-type span {
				background: url(/src/img/main/ico-request.png) 1% 50%/21px 24px no-repeat;
				margin-left:11px;/*모바일쪽 깨짐현상때문에 추가*/}
				/*모바일쪽 slide-04 부분 END*/
				
    .main .slide-04 #map_canvas {
      margin-top: 105px; }
    .main .slide-04 .inner-section {
      width: 635px; }

  .sub-con-wrap {
    width: 634px;
    padding-bottom: 100px; }

  .sub-overview {
    background: none; }
    .sub-overview img {
      display: block;
      width: 100%; }
    .sub-overview .sta {
      height: 369px;
      background: url(/src/img/about/overview-sta-t-s.png) no-repeat 50%;
      background-size: auto 195px; }
    .sub-overview .symbol dl {
      float: none;
      width: 100%; }
      .sub-overview .symbol dl:first-child {
        padding-right: 0; }
      .sub-overview .symbol dl:last-child {
        padding-left: 0; }
      .sub-overview .symbol dl + dl {
        margin-top: 60px; }
    .sub-overview .variation .logo-list > li {
      float: none;
      width: 100%; }
      .sub-overview .variation .logo-list > li li {
        float: left;
        width: 50%; }

  .sub-ourwork .our-work-list {
    width: 100%;
    margin-left: 0;
    padding: 0; }
    .sub-ourwork .our-work-list .unit {
      width: 100%;
      padding: 40px 22px 0; }
    .sub-ourwork .our-work-list > ul > li {
      width: 50%; }

  .worklist-popup > ul {
    width: 100%;
    padding: 0 67px; }
    .worklist-popup > ul > li {
      left: 0;
      width: 100%;
      margin: 0 auto; }
      .worklist-popup > ul > li article {
        padding: 0 67px; } }
@media screen and (max-width: 768px) {
  header {
    height: 50px; }

  #header h1 a {
    top: 13px;
    left: 15px;
    width: 80px;
    height: 23px;
    background-size: 100%; }

  #btn-gnb-menu {
    top: 16px;
    right: 15px;
    width: 22px;
    height: 17px;
    background-size: 100%; }

  #screenMask li {
    font-size: 1.8em; }
    #screenMask li a {
      padding: 27px 0; }
  #screenMask #btn-gnb-menu-clse {
    top: 16px;
    right: 15px;
    width: 22px;
    height: 17px; }

  .main .logo {
    overflow: hidden;
    height: 500px; }
  .main .logo object {
    display: block;
    width: 320px;
    height: 395px;
    margin: 0 auto; }
  .main .slide-02 ul {
    width: 100%; }
  .main .slide-02 li {
    margin: 0 0 -8px; /*아이패드 세로 글씨 아래로 밀리는것 위로 당기기*/
	height:340px;}/*모바일 세션 밀림현상*/

  .slide-section.slide-section .inner-section {
    position: absolute;
    left: auto;
    width: 100%;
    margin-left: 0 !important; }
  
  .slide-section.slide-section h2:before {
    left: -48px !important;
    width: 37px !important; }
  .slide-section.slide-section h2:after {
    right: -48px !important;
    width: 37px !important; }
  .slide-section.slide-section span {
	font-size: 2.7em; 
	
	}
    .slide-section.slide-section span:before {
      left: -48px !important;
      width: 37px !important; }
    .slide-section.slide-section span:after {
      right: -48px !important;
      width: 37px !important; }

  .slide-02.slide-02 {
    min-height: 943px;
    background: url(/src/img/main/section-02-bg-m.png) 50% 0 no-repeat;
    background-size: auto 100%; }
    .slide-02.slide-02 h2 {
      padding: 145px 0 0 !important; }
      .slide-02.slide-02 h2 span {
        font-size: 2.7em; }
        .slide-02.slide-02 h2 span:before {
          left: -48px !important;
          width: 37px !important; }
        .slide-02.slide-02 h2 span:after {
          right: -48px !important;
          width: 37px !important; }
    .slide-02.slide-02 h3 {
	display:none;/*모바일에서는 텍스트로 보여주기!!!*/
     margin: 20px 8px !important;}
      .slide-02.slide-02 h3 img {
        height: 19px; }
    .slide-02.slide-02 li {
      padding: 0 15px; }
    .slide-02.slide-02 .unit > img {
      width: 85px !important;
      height: auto !important; }
    .slide-02.slide-02 p.dsc {
      margin-bottom: 13px;
      font-size: 1.5em; }
    .slide-02.slide-02 p.sum {
      font-size: 1.3em; }
    .slide-02.slide-02 p.title{
	  font-family:"RIXGO B !important";/*자체폰트 적용안됨.*/
	  font-family:"Nanum Gothic";/*나눔고딕으로 변경*/
	  font-weight:bold;
	  font-size:18px;
	  color:#FFF;
	  margin:20px 0  8px;
	}

  .slide-03.slide-03 {
    min-height: 2300px;  }/*모바일쪽 index height부분*/
    .slide-03.slide-03 h2 {
      margin-top: 150px;
      margin-bottom: 30px; }
    .slide-03.slide-03 ul {
      overflow: hidden;
      width: 100%;
      height: 2010px;}/*모바일쪽 index height부분 overflow가 적용되어있어서 이부분도 높이값 같이 수정*/
      .slide-03.slide-03 ul li {
        width: 100%;
		height:auto;
        margin-bottom: 23px;
        padding: 0;
        text-align: center; }
        .slide-03.slide-03 ul li .unit {
          display: inline-block;
          width: auto;}
		  .slide-03.slide-03 ul li .unit{ 
		    width:100%;
			margin:0 auto;
		  }
		  .slide-03.slide-03 ul li .unit img{ /*포트폴리오 양쪽 여백*/
		    width:90%;
			margin:0 auto;
		  }
        .slide-03.slide-03 ul li h3 {/*포트폴리오 양쪽 여백*/
		 width:90%;
		  margin:0 auto;
          padding: 16px 0 6px;
          text-align: left; 
		  font-family:'Nanum Gothic';/*모바일 폰트변경*/}
        .slide-03.slide-03 ul li p {/*포트폴리오 양쪽 여백*/
		  width:90%;
		  margin:0 auto;
          text-align: left; }

  .slide-04.slide-04 {
    overflow: hidden;
    min-height: 1045px;
    background: none; }
    .slide-04.slide-04 h2 {
      margin: 200px 0 18px; }
    .slide-04.slide-04 li {
      float: none;
      margin-bottom: 0;
      background-position: 50% 10px; }
      .slide-04.slide-04 li:last-of-type {
        background: url(/src/img/main/bu-address.png) no-repeat 50% 10px; }
      .slide-04.slide-04 li + li {
        padding-top: 20px; }
    .slide-04.slide-04 dl {
      float: none; }
    .slide-04.slide-04 dt {
      float: none;
      margin: 0 0 7px;
      font-size: 1.7em; }
    .slide-04.slide-04 dd {
      float: none;
      line-height: 1.5; }
	 .slide-04.slide-04 dd span {
        display: block;
        font-size: 1em; }
    .slide-04.slide-04 .item-01 {
      visibility: hidden; }
    .slide-04.slide-04 a span {
      font-size: 1.6em; }
    .slide-04.slide-04 .btn-wrap{
	  position:relative;
	  margin:25px 0 !important;
	  margin-left:23px !important;
	}
    .slide-04.slide-04 .btn-wrap a:last-of-type {/*.btn-wrap class 추가*/
      /*display: none;*/ 
	  position:absolute;
	  margin-top:55px;}
    .slide-04.slide-04 .bg-area {
      min-height: 800px;
      background: url(/src/img/main/section-04-bg-m.png) no-repeat 50% 0;
      background-size: cover; }
    .slide-04.slide-04 #map_canvas {
      height: 500px;
      margin-top: 610px;  /*margin-top:0px;*/ }
      .slide-04.slide-04 #map_canvas .gmnoprint {
        display: none; }

  #footer {
    padding: 19px 0; }
    #footer p {
      font-size: 1.3em; }
    #footer h2 {
      display: none; }
    #footer address ul {
      display: none; }

  .sub-con-wrap {
    width: 100%;
    padding: 0 15px;
    padding-bottom: 50px; }
    .sub-con-wrap .page-info {
      margin: 0 0 37px;
      padding: 85px 0 0; }
      .sub-con-wrap .page-info li a {
        padding: 0 10px;
        font-size: 1.2em; }

  h2.sub-title {
    margin: 0 0 10px;
    font-size: 2.5em;
    line-height: 42px; }

  .dash-title.dash-title {
    font-size: 1.8em;
    padding-bottom: 14px; }

  .sub-overview.sub-overview dt {
    padding: 12px 0 2px;
    font-size: 1.5em; }
  .sub-overview.sub-overview dd {
    font-size: 1.3em; }
  .sub-overview.sub-overview .sta {
    height: 190px;
    background: url(/src/img/about/overview-sta-m.png) no-repeat 50%;
    background-size: auto 132px; }
  .sub-overview.sub-overview .white-box {
    padding: 15px; }
  .sub-overview.sub-overview .symbol dl {
    float: none;
    width: 100%; }
    .sub-overview.sub-overview .symbol dl:first-child {
      padding-right: 0; }
    .sub-overview.sub-overview .symbol dl:last-child {
      padding-left: 0; }
    .sub-overview.sub-overview .symbol dl + dl {
      margin-top: 60px; }
  .sub-overview.sub-overview .variation .white-box {
    padding: 10px; }
  .sub-overview.sub-overview .variation .logo-list > li {
    float: none;
    width: 100%; }
    .sub-overview.sub-overview .variation .logo-list > li li {
      float: left;
      width: 50%;
      padding: 5px; }
	  }
@media screen and (max-width: 640px) {
  .sub-ourwork .sub-ourwork-info {
    line-height: 1.15; }
    .sub-ourwork .sub-ourwork-info span {
      display: block; }
  .sub-ourwork .our-work-list {
    width: 100%;}
    .sub-ourwork .our-work-list .unit {
      float: none;
      width: 100%;
      margin-left: 0;
      padding: 20px 0 0; }
      .sub-ourwork .our-work-list .unit .date {
        display: none; }
      .sub-ourwork .our-work-list .unit img {
        display: block;
        width: 100%; }
    .sub-ourwork .our-work-list > ul > li {
      width: 100%; 
	  height:auto;}

  .worklist-popup > ul > li article {
    padding: 0 15px !important; }

  .worklist-popup .popup__content .popup__inner .scrollable {
    padding: 0 30px !important; }

  .worklist-popup .popup__content .popup__inner .scrollable .popup__bindsection {
    padding: 0 0 40px !important; }

  .worklist-popup > ul {
    padding: 0 30px; }

  .worklist-popup .popup__content .popup__btn--wrap .btn-prev,
  .worklist-popup .popup__content .popup__btn--wrap .btn-next {
    width: 41px;
    height: 41px; }

  .worklist-popup .popup__content .popup__btn--wrap .btn-next {
    width: 42px; }

  .worklist-popup .popup__content .popup__btn--wrap button {
    width: 41px;
    height: 41px; }

  .worklist-popup .popup__content .popup__btn--wrap {
    height: 41px; }

  .worklist-popup .popup__content {
    padding: 41px 0 0; }

  .worklist-popup .popup__content .popup__inner .scrollable h2 {
    padding: 40px 0 0;
    font-size: 2.5em; }

  .worklist-popup .popup__content .popup__inner .scrollable .sub_tt {
    line-height: 1.26;
    padding: 7px 0 17px;
    font-size: 1.5em; }

  .worklist-popup .popup__content .popup__inner .scrollable .popup__dsc {
    margin: 33px 0 23px;
    line-height: 1.4;
    font-size: 1.4em; }

  .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info {
    padding: 0 0 40px; }

  .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info li {
    padding: 5px 0 5px 89px;
    font-size: 1.3em; }
    .worklist-popup .popup__content .popup__inner .scrollable .popup__company--info li span {
      top: 5px; }

  .sub-service__inputWrap--half label {
    left: 0;
    font-size: 1.3em; }

  .sub-service__inputWrap--half input[type="text"] {
    padding: 6px 10px 7px; }

  .sub-service__inputWrap--half {
    width: 100%;
    height: 33px;
    padding-left: 76px; }

  .sub-service__inputWrap--half:nth-child(2n+1) {
    padding-left: 76px;
    padding-right: 0; }

  .sub-service__tt {
    position: absolute;
    top: 10px;
    left: 0;
    width: 76px; }

  .sub-service__btn--radio {
    float: left;
    position: relative;
    width: 50%;
    margin-right: 0; }
    .sub-service__btn--radio:nth-child(2n+1) {
      margin-right: 0; }
    .sub-service__btn--radio:last-child label {
      display: block;
      position: absolute;
      top: -2px;
      padding-left: 32px; }
      .sub-service__btn--radio:last-child label span {
        position: absolute;
        left: 0;
        margin-top: 3px !important; }
    .sub-service__btn--radio:last-child .break {
      display: block;
      position: relative;
      width: 100% !important;
      margin-top: 0 !important;
      background: none; }

  .sub-service input[type="radio"] + label span {
    width: 28px !important;
    height: 25px;
    border-radius: 0;
    background: url(/src/img/contact/m-select-off.png) no-repeat 50% 50%;
    background-size: 28px 25px; }

  .sub-service input[type="radio"]:checked + label span {
    background: url(/src/img/contact/m-select-on.png) no-repeat 50% 50%;
    background-size: 28px 25px; }

  .sub-service input[type="radio"]:checked + label span.break {
    background: none; }

  .sub-service__btn--radio__wrap {
    position: relative;
    padding-left: 73px; }

  .change-form-width .sub-service__inputWrap--half {
    padding-left: 73px; }

  .sub-service__inputWrap--full {
    padding-left: 73px; }

  .sub-service__textarea--content {
    padding-left: 73px; }

  .sub-service__inputWrap--half label {
    line-height: 33px; }

  .sub-service__tt {
    top: 7px; }

  .btn--wrap button {
    width: 100%;
    height: 34px; }
  .btn--wrap__btn--red {
    font-size: 15px; }

  .sub-service__textarea--content {
    margin-top: 15px; }

  .sub-common .sub-common-info {
    font-size: 1.3em; }

  .sub-sv {
    background: none; }
    .sub-sv .dash-title.first {
      margin: 37px 0 0; }
    .sub-sv .img-box {
      padding: 25px 15px; }
    .sub-sv dl {
      padding: 0 0 20px !important; }
    .sub-sv dt {
      padding-top: 15px;
      font-size: 1.5em !important; }
    .sub-sv dd.dsc {
      font-size: 1.3em; }
    .sub-sv dd.list li {
      font-size: 1.2em; }
    .sub-sv .white-box {
      padding: 0 15px; }
    .sub-sv .dl-bind {
      padding: 0; }

  .sub-client__section ul {
    margin: 0 0 0 -10px; }
  .sub-client__section li {
    width: 33.3333%;
    padding: 0 0 6px 10px; }
  .sub-client .dash-title {
    margin: 28px 0 0; }
    .sub-client .dash-title img {
      height: 10px;
      vertical-align: middle; }

  .worklist-popup .popup__content .popup__btn--wrap .btn-prev {
    width: 26px;
    height: 56px; }

  .worklist-popup .popup__content .popup__btn--wrap .btn-next {
    width: 26px;
    height: 56px; }

  .sub-recruit .dash-title:before {
    top: 7px; }
  .sub-recruit .dash-title img {
    display: block;
    height: 15px; }
  .sub-recruit .area__division {
    width: 100%;
    margin-left: 0;
    letter-spacing: -0.05em; }
    .sub-recruit .area__division > li {
      float: none;
      width: 100%;
      height: auto;
      margin: 0 0 10px;
      padding: 0 0 13px; }
      .sub-recruit .area__division > li:nth-of-type(2n+1) {
        padding: 0 0 13px; }
      .sub-recruit .area__division > li:nth-of-type(2n) {
        padding: 0 0 13px; }
    .sub-recruit .area__division__inner {
      height: 100%;
      padding: 15px;
      background: #fff; }
    .sub-recruit .area__division__imgArea {
      padding: 0 0 25px;
      text-align: center; }
      .sub-recruit .area__division__imgArea img {
        display: inline-block;
        width: 85px; }
    .sub-recruit .area__division__info {
      border-top: 3px solid #eb150a; }
      .sub-recruit .area__division__info h5 {
        padding: 13px 0 7px;
        font-size: 1.5em;
        color: #eb150a;
        text-transform: uppercase; }
      .sub-recruit .area__division__info .sort {
        display: block;
        padding: 0 0 7px;
        font-size: 1.3em;
        color: #666; }
      .sub-recruit .area__division__info li {
        padding: 1px 0 1px 9px;
        line-height: 1.23;
        background: url(/src/img/common/bu-dot-red.png) no-repeat 0 9px;
        font-size: 1.2em;
        letter-spacing: -0.09em; }
  .sub-recruit__step {
    padding: 15px 15px 0;
    background: #fff; }
    .sub-recruit__step__top {
      border-bottom: 0; }
      .sub-recruit__step__top li {
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #e5e5e5; }
        .sub-recruit__step__top li dl {
          width: 100% !important;
          min-height: 0;
          padding-bottom: 23px; }
    .sub-recruit__step__bot {
      padding: 15px 0 0; }
      .sub-recruit__step__bot dl {
        float: none;
        width: 100%;
        padding: 0; }
      .sub-recruit__step__bot dt {
        padding-bottom: 12px;
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step__bot dd {
        display: block;
        float: none;
        width: 100% !important;
        padding: 0 0 25px; }
      .sub-recruit__step__bot h4 {
        padding-bottom: 10px;
        font-family: 'Arial'; /*Arial*/
        font-size: 2.1em;
        font-weight: 400;
        color: #333; }
      .sub-recruit__step__bot li {
        float: none !important;
        width: 100% !important;
        line-height: 1.53;
        font-size: 1.3em;
        color: #666; }
    .sub-recruit__step li {
      float: left;
      width: 50%; }
      .sub-recruit__step li dl {
        float: none;
        width: 100%;
        padding: 0 50px 0 0; }
      .sub-recruit__step li dt {
        font-family: 'NanumGothic';
        font-size: 1.8em;
        font-weight: bold;
        color: #eb150a; }
      .sub-recruit__step li dd {
        padding: 0 0 0;
        font-size: 1.3em;
        color: #666; }

  .sub-location__boxWrap {
    padding: 45px 0 0; }
  .sub-location__leftBox {
    float: none;
    width: 100%; }
    .sub-location__leftBox__map {
      height: 170px;
      border: 5px solid #fff; }
  .sub-location__rightBox {
    float: none;
    width: 100%;
    padding: 0;
    letter-spacing: -0.05em; }
    .sub-location__rightBox h3 {
      margin-top: 30px;
      padding: 0 0 8px 25px;
      border-bottom: 1px solid #c7c7c7;
      background-position: 0 0;
      background-repeat: no-repeat;
      font-family: 'Arial'; /*Arial*/
      font-size: 2em;
      font-weight: bold;
      color: #333; }
    .sub-location__rightBox ul {
      padding: 17px 0 17px 15px; }
      .sub-location__rightBox ul > li {
        position: relative;
        padding: 7px 0 7px 107px;
        font-size: 1.3em;
        color: #888; }
        .sub-location__rightBox ul > li:before, .sub-location__rightBox ul > li:after {
          content: " ";
          display: table; }
        .sub-location__rightBox ul > li:after {
          clear: both; }
        .sub-location__rightBox ul > li .tt {
          display: block;
          position: absolute;
          top: 7px;
          left: 0;
          width: 93px;
          font-weight: bold;
          color: #666; }
    .sub-location__rightBox ol li {
      display: inline-block;
      float: none;
      padding: 0 10px 0 0;
      background: url(/src/img/contact/list-arr.png) no-repeat 100% 3px;
      background-size: 4px auto; }
      .sub-location__rightBox ol li + li {
        padding-left: 0;
        background: url(/src/img/contact/list-arr.png) no-repeat 100% 3px;
        background-size: 4px auto; }
    .sub-location__rightBox__loaction {
      padding: 0; }
      .sub-location__rightBox__loaction h3 {
        background-image: url(/src/img/contact/ico-location.png);
        background-size: auto 18px; }
    .sub-location__rightBox__contact h3 {
      background-image: url(/src/img/contact/ico-phone.png);
      background-size: auto 18px; }
}
@media screen and (max-width: 360px) {
  .slide-02.slide-02 {
    min-height: 1143px; } }

/*# sourceMappingURL=combine.css.map */

/* 2015.10.05 추가사항 */
.footer_bro {background: url(/src/img/common/copyright_bro.png) 0 50%/10px 10px no-repeat; padding:0 0 0 14px}
.footer_bro a:hover, .footer_bro a:active, .footer_bro a:visited {color:#FFF !important;}


/*2015.10.16추가사항*/
@media screen and (min-width: 769px){
.slide-02 .mobile_logo_text{display:none;}/*모바일에서만  텍스트 표현!*/}
/*2015.10.23 extranet추가사항*/
.ext_bg{
	background:url(../img/contact/ext_bg.png);
}
.ext_login{
	width:590px; height:393px; border:1px solid #e5e5e5; margin:0 auto;background-image:url(../img/contact/ext_login_bg.png);
}
.ext_login_wrap{
	width:467px; height:280px; margin:0 auto; margin-top:60px;
}
.ext_login_wrap h2{
	font-family:Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; color:#333333; letter-spacing:-2px; text-align:center;
}
.ext_login_wrap li{
	width:467px; height:45px; background-repeat:no-repeat;
}
.login_id{
	background-image:url(../img/contact/login_id.png);	margin-top:30px;
}
.login_pw{
	background-image:url(../img/contact/login_pw.png);	margin-top:10px;
}
.login_btn{
	background-image:url(../img/contact/login_btn.png); margin-top:25px;
}
.input_text{
	width:370px; height:45px; line-height:45px; margin-left:50px; font-size:14px; color:#666666;	
}
.input_btn{
	width:467px; height:45px; line-height:45px; font-size:16px; font-weight:bold; color:#FFF; text-align:center; cursor:pointer;
}
.ext_text{
	font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#888888; text-align:center; margin-top:15px;
}
.ext_text span{
	color:#666666;	
}
@media screen and (max-width:640px){
.ext_bg{
	background:url(../img/contact/ext_bg.png); background-size:cover;
}
.ext_login{
	width:98%; height:393px; border:1px solid #e5e5e5; margin:0 auto;background-image:url(../img/contact/ext_login_bg.png); background-size:cover;
}
.ext_login_wrap{
	width:86%; height:280px; margin:0 auto; margin-top:60px;
}
.ext_login_wrap h2{
	font-family:Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; color:#333333; letter-spacing:-2px; text-align:center;
}
.ext_login_wrap li{
	width:100%; height:45px; 
}
.login_id{
	background-image:url(../img/contact/login_id.png);	margin-top:30px; background-size:100% 45px;  
}
.login_pw{
	background-image:url(../img/contact/login_pw.png);	margin-top:10px;background-size:100% 45px;  
}
.login_btn{
	background-image:url(../img/contact/login_btn.png); margin-top:25px;background-size:100% 45px;  
}
.input_text{
	width:68%; height:45px; line-height:45px; margin-left:50px; font-size:14px; color:#666666;	
}
.input_btn{
	width:100%; height:45px; line-height:45px; font-size:16px; font-weight:bold; color:#FFF; text-align:center; cursor:pointer;
}
.ext_text{
	font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#888888; text-align:center; margin-top:15px;
}
.ext_text span{
	color:#666666;	
}
}
