@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 128bit reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* 128bit reset */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

/* Default Style */
html, body, button, input[type="submit"], input[type="button"], textarea, a, input, select {
  font-family: "맑은 고딕","Malgun Gothic",맑은고딕,돋움,Dotum,sans-serif;
  font-size: 18px;
  color: #666;
  line-height: 150%;
  letter-spacing: -1px;
}

html, body {
  height: 100%;
  background: white;
}

strong {
  font-weight: bold;
}

h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.roundBtn {
  display: inline-block;
  padding: 10px 35px 14px;
  border-radius: 22px;
  font-size: 17px;
  color: white;
  line-height: 100%;
  cursor: pointer;
  border: none;
}

.bgBlue {
  background: #57c1ff;
}

.bgBlue:hover {
  background: #0078b1;
}

.bgBrown {
  background: #a8df50;
}

.bgBrown:hover {
  background: #5f453b;
}

body {
  transition: padding-top 500ms;
}

body.popup {
  padding-top: 150px;
}

#popup {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 0;
  overflow: hidden;
  transition: height 500ms;
}

#popup.active {
  height: 150px;
}

#popup a.wrapper {
  display: block;
  width: 1150px;
  margin: 0 auto;
}

#popup a.wrapper img {
  width: 100%;
}

#popup a.close {
  display: block;
  position: absolute;
  border: 1px solid white;
  color: white;
  font-size: 12px;
  bottom: 10px;
  left: 50%;
  margin-left: 560px;
  padding: 1px 7px 2px;
}

#header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 124px;
  z-index: 99;
  transition: all 500ms;
  background: white;
}

#header h1 a {
  text-indent: -9999px;
  background: url("/images/logo_black.png") no-repeat;
  width: 169px;
  height: 78px;
  display: block;
  background-size: 100%;
  margin: 30px 0;
  transition: all 500ms;
}

#header .tmb {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms;
}

#header .tmb li {
  display: inline-block;
}

#header .tmb li a {
  font-size: 12px;
  padding: 10px;
  letter-spacing: 0;
  color: #999;
}

#header #gnb {
  position: absolute;
  right: -13px;
  top: 40px;
  transition: top 500ms;
}

#header #gnb > li {
  display: inline-block;
  height: 99px;
  transition: all 500ms;
  margin: 0 10px;
}

#header #gnb > li > a {
  color: #339995;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 12px 10px 12px;
  border-radius: 5px;
  letter-spacing: 0;
}

#header #gnb > li.sitemap {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#header #gnb > li.lang {
  padding-top: 22px;
}

#header #gnb > li.lang a {
  font-size: 22px;
}

#header #gnb > li .snb {
  position: absolute;
  z-index: 10;
  top: 40px;
  background: white;
  border-top: 3px solid #339995;
  transition: top 500ms;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
  display: none;
}

#header #gnb > li.press .snb {
  width: 180px;
  padding: 15px 10px;
  margin-left: -30px;
}

#header #gnb > li.press .snb li a {
  padding: 7px 15px;
  border-radius: 3px;
  display: block;
  color: #339995;
  font-size: 16px;
}

#header #gnb > li.press .snb li a:hover {
  background: rgba(51, 153, 149, 0.6);
  color: white;
}

#header #gnb > li.press:hover .snb {
  display: block;
}

#header #gnb > li.active a {
  color: white;
  background: #339995;
  opacity: 1 !important;
}

#header #gnb > li:hover > a {
  color: white;
  background: #339995;
  opacity: 0.6;
}

#header.fixed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 68px;
}

#header.fixed h1 a {
  text-indent: -9999px;
  background: url("/images/logo_black.png") no-repeat;
  width: 137px;
  height: 47px;
  display: block;
  margin: 12px 0;
  background-size: 100%;
}

#header.fixed .tmb {
  opacity: 0;
  top: -40px;
}

#header.fixed #gnb {
  top: 7px;
}

#header.fixed #gnb > li {
  height: 67px;
}

#header.fixed .snb {
  top: 40px !important;
}

#mainGraphic {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 330%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1948px;
}

#mainGraphic h3 {
  color: white;
  letter-spacing: -2px;
}

#mainGraphic p {
  opacity: 0.9;
  color: white;
  letter-spacing: -2px;
}

#subGraphic {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 180%;
  height: 600px;
  padding-top: 380px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1948px;
}

#subGraphic h3 {
  color: white;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

#subGraphic p {
  opacity: 0.9;
  color: white;
  letter-spacing: -2px;
}

.slogan1 {
  background-color: #339995;
  padding: 40px 0;
  position: relative;
}

.slogan1 h2 {
  color: white;
  font-size: 20px;
}

.slogan1 h2 strong {
  color: white;
  font-size: 23px;
}

.slogan1 .inner p {
  color: white;
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.8;
}

.slogan1 a {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: #232627;
  border-radius: 5px;
  padding: 18px 30px;
  cursor: pointer;
}

.slogan2 {
  text-align: center;
  color: #339995;
  font-size: 28px;
  padding: 65px;
}

.portfolio .inner {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 80px 0;
}

.portfolio .inner h2 {
  display: block;
  text-align: left;
  color: black;
  font-size: 30px;
  margin-bottom: 40px;
  margin-left: 1 0px;
}

.portfolio .inner .column {
  width: 330px;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}

.portfolio .inner .column:last-child {
  margin-right: 0;
}

.portfolio .inner .column dt {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #333;
  padding-left: 50px;
  height: 40px;
  line-height: 34px;
  background-repeat: no-repeat;
  background-position: center left;
}

.portfolio .inner .column dd {
  text-align: left;
  font-size: 14px;
  padding-left: 50px;
  line-height: 150%;
  margin-top: -5px;
  margin-bottom: 20px;
}

.portfolio .inner .server dt {
  background-image: url(/images/icon_server.png);
}

.portfolio .inner .software dt {
  background-image: url(/images/icon_software.png);
}

.portfolio .inner .network dt {
  background-image: url(/images/icon_network.png);
}

#mediaLayer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/images/bk_op6.png);
  top: 0;
  z-index: 999;
  display: none;
}

#mediaLayer iframe {
  display: block;
  margin: 0 auto;
}

#mediaLayer a {
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.3) url(/images/closeBtnLight.png) 10px 7px no-repeat;
  width: 43px;
  height: 37px;
  display: block;
  position: absolute;
  margin-left: 426px;
  margin-top: -473px;
  left: 50%;
  border-radius: 0 5px 5px 0;
}

.underline:after {
  content: " ";
  display: block;
  width: 36px;
  border-top: 2px solid black;
  margin-top: 20px;
}

.inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.inner h3 {
  color: #333;
  line-height: 125%;
}

.inner > h4 {
  color: #333;
  line-height: 125%;
  font-size: 28px;
}

.inner p {
  color: #444;
  margin-top: 35px;
}

.inner .roundBtn {
  margin-top: 25px;
}

.contents {
  text-align: center;
  padding: 70px 0;
}

.contents h3 {
  margin-bottom: 30px;
}

.contents h3:after {
  margin: 30px auto;
}

.contents > h4 {
  margin: 50px auto 30px;
  font-size: 26px;
}

.contents > img {
  display: block;
  margin: 0 auto;
}

.bgArea {
  position: relative;
}

.bgArea .whiteLeftWrapper {
  background: url(/images/wh_op8.png);
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  padding: 60px;
}

.bgArea .whiteRightWrapper {
  background: url(/images/wh_op6.png);
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: 0px;
  height: 100%;
  padding: 60px;
}

.bgArea h3 {
  line-height: 125%;
}

.bgArea h4 {
  color: #333;
  line-height: 140%;
  font-size: 26px;
}

.bgArea p {
  margin: 20px 0;
  font-size: 16px;
  color: #333;
}

#subMenu {
  width: 1150px;
  position: absolute;
  left: 50%;
  margin: -40px 0 0 -600px;
  text-align: right;
}

#subMenu li {
  display: inline-block;
  margin-left: 20px;
}

#subMenu li a {
  font-size: 15px;
  color: white;
  opacity: 0.9;
}

.wrapper {
  width: 1150px;
  margin: 0 auto;
  text-align: left;
}

.wrapper_r {
  width: 1150px;
  margin: 0 auto;
  text-align: right;
}

#map {
  width: 100%;
  height: 780px;
}

#map .addr_box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  border-radius: 10px;
}

#map .addr_box p {
  margin: 10px 0;
}

#footer {
  width: 100%;
  background: #212529;
}

#footer > .inner {
  padding: 66px 0;
}

#footer > .inner .column {
  display: inline-block;
  vertical-align: top;
  padding-left: 80px;
  width: 200px;
}

#footer > .inner .column.contact {
  width: 294px;
  padding: 0 25px;
  border-right: 1px solid #444;
}

#footer > .inner .column.contact h3 {
  margin-bottom: 0;
}

#footer > .inner .column.contact h3 a {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}

#footer > .inner .column.contact p {
  margin: 0;
}

#footer > .inner .column h3, #footer > .inner .column h3 a {
  color: white;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

#footer > .inner .column li a, #footer > .inner .column p, #footer > .inner .column span {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}

#footer .bottom {
  width: 100%;
  background: #1c2023;
  height: 100px;
  position: relative;
}

#footer .bottom .footLogo {
  text-indent: -9999px;
  background: url("/images/logo_black.png") no-repeat;
  width: 108px;
  height: 43px;
  display: block;
  position: absolute;
  margin-top: 30px;
  background-size: cover;
}

#footer .bottom .copyright {
  position: absolute;
  color: white;
  font-size: 12px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0;
  left: 130px;
  margin-top: 40px;
}

#toTop {
  position: fixed;
  bottom: 40px;
  left: 50%;
  margin-left: 550px;
  display: block;
  padding: 5px 11px;
  border-radius: 3px;
  background: url(/images/bk_op6.png);
  color: #ddd;
  font-size: 25px;
  line-height: 100%;
  opacity: 0;
  transition: opacity 500ms;
}

#org {
  padding-top: 160px;
  text-align: center;
}

#org .orgBox {
  display: inline-block;
  width: 240px;
  height: 160px;
  background: #339995;
  text-align: center;
  padding: 15px;
  margin: 30px;
}

#org .orgBox.ceo {
  background: white;
  border: 3px solid #339995;
  color: #339995;
  font-weight: bold;
  height: 70px;
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 0 auto 70px;
}

#org .orgBox.manage {
  color: white;
  font-weight: bold;
  height: 70px;
  margin: 10px 0 30px 500px;
}

#org .orgBox h4 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  font-size: 19px;
}

#org .orgBox p {
  font-size: 13px;
  color: white;
  margin: 0;
  line-height: 26px;
  opacity: 0.9;
}

#org ul li {
  vertical-align: top;
}

#org .line {
  background: url("/images/org_line.png") no-repeat top center;
  height: 208px;
  width: 913px;
  margin: -290px auto 0;
}

.thumbnailList {
  margin-top: 30px;
  text-align: left;
  font-size: 0;
}

.thumbnailList li {
  width: 180px;
  margin: 10px;
  border: 1px solid #ddd;
  transition: opacity .2s ease;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.thumbnailList li div {
  overflow: hidden;
}

.thumbnailList li div img {
  width: 150px;
  transition: all 500ms;
  display: block;
  margin: 10px auto;
}

.thumbnailList li h4 {
  font-size: 14px;
  padding: 20px 15px 5px 15px;
  color: #666;
}

.thumbnailList li a {
  font-size: 14px;
  padding: 20px 15px 5px 15px;
  color: #666;
}

.thumbnailList li p {
  font-size: 13px;
  padding: 11px;
  line-height: 140%;
  padding: 0 15px;
  margin-top: 0;
  color: #999;
}

.thumbnailList li:hover img {
  transform: scale(1.1, 1.1);
}

.thumbnailList:after {
  content: " ";
  display: block;
  clear: both;
}

.solutionList {
  font-size: 0;
  padding: 20px 0 5px;
}

.solutionList a {
  width: 140px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.solutionList a img {
  width: 100%;
  display: block;
  transition: all 500ms;
  display: block;
}

.solutionList a p {
  text-align: center;
  bottom: 0;
  background: url(/images/bk_op6.png);
  padding: 2px;
  color: white;
  width: 100%;
  position: absolute;
  font-size: 14px;
}

.solutionList a:hover img {
  transform: scale(1.1, 1.1);
}

.para5 {
  text-align: justify;
  margin: 50px auto;
  padding: 30px;
  width: 1000px;
  line-height: 160%;
  border-top: 3px solid #DDD;
  border-bottom: 3px solid #DDD;
  font-size: 16px;
}

.para5:first-letter {
  font-size: 180%;
  float: left;
  margin: 4px 5px 0 0;
}

.para1 > li {
  background: url(../images/bk_op6.png);
  padding: 20px;
  border-radius: 5px;
  width: 500px;
}

.para1 > li h4 {
  font-size: 18px;
  font-weight: 900;
  color: white;
  margin-bottom: 10px;
}

.para1 > li li {
  list-style: url(../images/list_bullet_bl.png) outside;
  line-height: 170%;
  font-size: 14px;
  border-bottom: 1px solid #909090;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-left: 30px;
  color: #eee;
  text-align: left;
}

.para1 > li li:last-child {
  border-bottom: none;
}

.para1 > li strong {
  color: #57c1ff;
}

.column2 > li {
  display: inline-block;
  width: 500px;
  margin: 20px;
  vertical-align: top;
}

.column3 > li {
  display: inline-block;
  width: 350px;
  margin: 12px;
  vertical-align: top;
}

.eBrochure {
  margin-bottom: 70px;
}

.eBrochure li {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  width: 200px;
  height: 142px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}

.eBrochure li img {
  width: 100%;
}

.eBrochure li .popupLink {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 50px 0;
  text-align: center;
  font-size: 30px;
  color: black;
  background: url(../images/wh_op0.png);
}

.eBrochure li .popupLink:hover {
  background: url(../images/bk_op3.png);
  text-decoration: none;
  color: white;
}

.para2 {
  display: block;
  background: url(../images/webdev/webdev_main.jpg) no-repeat center top;
  padding-top: 250px;
  font-size: 0;
}

.para2 > li {
  margin: 8px;
  padding: 15px;
  padding-left: 35px;
  border: 3px solid #ddd;
  border-radius: 30px;
  background: url(../images/wh_op9.png);
}

.para2 > li h4 {
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  margin-left: -20px;
}

.para2 > li ul li {
  list-style: circle outside;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: left;
}

.para2 > li p {
  margin-left: -15px;
  text-align: justify;
  font-size: 14px;
  padding-top: 8px;
  border-top: 1px solid #eee;
  margin-top: 10px;
  font-weight: 100;
}

.para3 > li {
  border: 3px solid #ddd;
  border-radius: 30px;
  background: url(../images/wh_op9.png);
  padding: 20px;
}

.para3 > li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #509ade;
  margin-bottom: 10px;
}

.para3 > li ul li {
  list-style: url(../images/list_bullet_bl.png) outside;
  color: #555;
  border-bottom: 1px solid #eee;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 25px;
}

.para3 > li ul li:last-child {
  border-bottom: none;
}

.para3 > li ul li strong {
  color: #509ade;
}

.thumbnailList_mo {
  margin-bottom: 50px;
  display: inline-block;
  text-align: left;
}

.thumbnailList_mo li {
  height: 120px;
  display: inline-block;
  margin: 10px;
}

.thumbnailList_mo li:after {
  content: url(../images/webdev/mobile_edge.png);
  margin-left: -66px;
}

.thumbnailList_mo li > img {
  width: 60px !important;
  height: 100px !important;
  vertical-align: top;
  margin-top: 20px;
}

#pinList, #pinList2, #pinList3, #pinList180 {
  position: relative;
}

#pinList > li > img, #pinList2 > li > img, #pinList3 > li > img {
  border: 1px solid #ccc;
  width: 140px;
}

#pinList180 > li > img {
  border: 1px solid #ccc;
  width: 180px;
}

table.workList {
  width: 1150px;
  margin: 30px auto;
  border-collapse: collapse;
}

table.workList th {
  border-bottom: 2px solid #ccc;
  padding: 7px 10px;
  font-weight: bold;
  text-align: left;
}

table.workList td {
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  vertical-align: middle;
}

table.workList tr.odd td {
  background: #f0f0f0;
}

.media {
  text-align: center;
  margin-bottom: 100px;
}

.media h4 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 25px;
}

.media h4 span {
  font-size: 18px;
}

.media iframe {
  margin: 0 auto;
}

.specList {
  font-size: 0;
  margin-top: 50px;
}

.specList > li {
  display: inline-block;
  background: url(../images/bk_op5.png);
  padding: 15px;
  padding-left: 40px;
  width: 220px;
  margin: 5px;
  border-radius: 5px;
  vertical-align: top;
  text-align: left;
}

.specList > li h4 {
  font-weight: 700;
  font-size: 18px;
  font-weight: 900;
  color: white;
  margin-bottom: 10px;
  margin-left: -17px;
}

.specList > li h4:before {
  content: url(../images/list_bullet_gr.png);
  margin-right: 6px;
}

.specList > li li {
  list-style: circle outside;
  line-height: 20px;
  font-size: 12px;
  border-bottom: 1px solid #909090;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ddd;
  margin-left: 6px;
}

.specList > li li:last-child {
  border-bottom: none;
}
