@charset "utf-8";


/* Web Font 
 * --------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family: 'tmonmonsori.ttfregular';
  src: url('../font/tmonmonsori.woff2') format('woff2'),
    url('../font/tmonmonsori.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tium';
  src: url('../font/Tium.eot');
  src: url('../font/Tium.eot?#iefix') format('embedded-opentype'),
    url('../font/Tium.woff2') format('woff2'),
    url('../font/Tium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareR';
  src: url('../font/NanumSquareR.eot');
  src: local(※), url('../font/NanumSquareR.woff') format('woff');
  src: url('../font/NanumSquareR.eot?#iefix') format('embedded-opentype'), url('../font/NanumSquareR.woff') format('woff'), url('../font/NanumSquareR.ttf') format('truetype'), url('../font/NanumSquareR.svg#NanumSquareR') format('svg');

}

@font-face {
  font-family: 'NanumSquareEB';
  src: url('../font/NanumSquareEB.eot');
  src: local(※), url('../font/NanumSquareEB.woff') format('woff');
  src: url('../font/NanumSquareEB.eot?#iefix') format('embedded-opentype'), url('../font/NanumSquareEB.woff') format('woff'), url('../font/NanumSquareEB.ttf') format('truetype'), url('../font/NanumSquareEB.svg#NanumSquareR') format('svg');

}

@font-face {
  font-family: 'NanumSquareB';
  src: url('../font/NanumSquareB.eot');
  src: local(※), url('../font/NanumSquareB.woff') format('woff');
  src: url('../font/NanumSquareB.eot?#iefix') format('embedded-opentype'), url('../font/NanumSquareB.woff') format('woff'), url('../font/NanumSquareB.ttf') format('truetype'), url('../font/NanumSquareB.svg#NanumSquareR') format('svg');

}

@font-face {
  font-family: 'NanumSquareL';
  src: url('../font/NanumSquareL.eot');
  src: local(※), url('../font/NanumSquareL.woff') format('woff');
  src: url('../font/NanumSquareL.eot?#iefix') format('embedded-opentype'), url('../font/NanumSquareL.woff') format('woff'), url('../font/NanumSquareL.ttf') format('truetype'), url('../font/NanumSquareL.svg#NanumSquareR') format('svg');

}

/* Reset CSS 
 * --------------------------------------- */
html {
  font-size: 16px;
  padding: env(safe-area-inset);
}

* {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  image-rendering: optimizeQuality;
}

html,
body {
  width: 100%;
  overflow: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

a,
a:active,
a:visited,
a:link,
a:hover {
  text-decoration: none;
  color: #fff;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

::selection {
  background: #ee6b23;
  color: #fff;
}

::-moz-selection {
  background: #ee6b23;
  color: #fff;
}

.email_nospam {
  unicode-bidi: bidi-override;
  /* direction:rtl; */
}

.mobile_nospam:after {
  content: "+82."attr(data-numone) "."attr(data-numtwo) "."attr(data-numtree);
}

.email_nospam:after {
  content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
}

svg {
  /* shape-rendering: crispEdges; */
  text-rendering: optimizeLegibility;
}

/* SVG LOGO STYLE */
.logo {
  display: inline-block;
  background: transparent;
  pointer-events: none;
}

.logo_text {
  fill: #fff;
}





body {
  font-family: 'NanumSquareB', 'Roboto Condensed', sans-serif;
  color: #fff;
}

.section {
  text-align: center;
  overflow: hidden;
}

.section,
.slide {
  background-position: center center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; chrome bug  */
  -webkit-background-size: 100%;
  /* iOS11 bug fix*/
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

video::-webkit-media-controls {
  display: none !important;
}

.rows {
  text-align: left;
  margin: 0 100px;
  padding-top: 50px;
}

.section h1,
.section h2,
.section h3 {
  font-family: 'Tium', 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
  color: #fff;
  word-wrap: wrap;
  word-break: keep-all;
}

.section h1 span,
.section h2 span,
.section h3 span {
  white-space: nowrap;
}



.section h1 {
  font-size: 5em;
  line-height: 0.9em;
}

.section h2 {
  font-size: 2.5em;
  line-height: 1em;
  display: none;
}

.section h3 {
  font-size: 1.4em;
  padding-top: 1em;
}

.section h1 strong {
  font-style: normal;
  color: #f0552a;
}

.section p {
  padding-top: 1em;
  line-height: 1.6em;
}


.pcnav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.pcnav li {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  margin-bottom: 1px;
  font-family: 'NanumSquareL';
  transition: all 200ms ease-in;
}

.pcnav li[data-nav-direction="home"],
.pcnav li.active {
  cursor: pointer;
  color: #fff;
}

.pcnav li[data-nav-direction="home"]:hover,
.pcnav li.active:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f0552a;
}

/* Intro */
.sec_intro {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/signpost.jpg');
}

.sec_intro .rows {
  text-align: center;
}

.sec_intro .logo,
.sec_intro .logo img {
  width: 20em;
  position: absolute;
  top: 5em;
  margin-left: -10em;
}

.sec_intro h1 {
  font-size: 6em;
}

.sec_intro h1 span,
.sec_intro h1 strong {
  white-space: nowrap;
}

.sec_intro h2 {
  color: #efefef;
  display: block;
  padding-top: 0.5em;
}



.mscroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .7;
  animation: bounce 2s infinite;
  cursor: pointer;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-1em);
  }

  60% {
    transform: translateY(-0.5em);
  }
}

.mscroll .scrdown {
  position: relative;
  width: 22px;
  height: 38px;
  border-radius: 12px;
  background: transparent;
  border: 2px solid #fff;
  overflow: hidden;
  text-indent: -1000px;
}

.mscroll .scrdown:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 6px;
  transform: translate(-50%, 0);
  border-radius: 2px;
}

.mscroll .scrdown:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 13px;
  transform: translate(-50%, 0);
  border-radius: 2px;
  animation: mousescroll 1s linear infinite;
}

.mscroll:hover {
  opacity: 1;
}

.mscroll:hover .scrdown {
  border-color: #f0552a;
}

.mscroll:hover .scrdown:before,
.mscroll:hover .scrdown:after {
  background-color: #f0552a;
}



/* About */
.sec_about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/about.jpg');
}

.passioner {
  margin-top: 1em;
  padding-top: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.passion {
  flex: 0 0 50%;
}

.passion dl {
  height: 100%;
  padding-right: 1.5em;

}

.passion dt {
  padding-bottom: 0.5em;
}

.passion dt * {
  vertical-align: middle;
}

.passion dt strong {
  text-transform: uppercase;
  font: bold 1em 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
  color: #f0552a;
  white-space: nowrap;
}

.passion dt span {
  font: bold 1em 'NanumSquareEB', 'Roboto Condensed', sans-serif;
  white-space: nowrap;
}

.passion dt strong::after {
  content: '|';
  padding-left: 0.4em;
  font: normal 1em 'sans-serif';
  color: rgba(255, 255, 255, 0.2);
}

.passion dd {
  font: normal 0.8em/1.4em 'NanumSquareR', 'Roboto Condensed', sans-serif;
  text-align: justify;
  word-wrap: wrap;
  word-break: keep-all;
  padding-bottom: 2em;
}






/* Vision */
.sec_vision {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/vision.jpg');
}

.visioner {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.vision {
  flex: 0 0 auto;
  width: 25%;
}

.vision dl {
  margin: 0.5em;
  min-height: 0;
  height: 100%;
  background-color: rgba(124, 124, 124, 0.1);
  border: solid 1px rgba(124, 124, 124, 0.3);
  border-radius: 1em;
  list-style: none;
}

.vision dt {
  height: 80px;
  padding: 1em 0;
  text-align: center;
  border-bottom: solid 1px rgba(124, 124, 124, 0.3);
}

.vision dt i {
  font-size: 3em;
  display: block;
}

.vision dt strong {
  display: block;
  padding: 1em 0 0.5em;
  font: normal 1.2em 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
}

.vision dd {
  padding: 1em 1.4em;
  font: normal 0.8em 'NanumSquareR', 'Roboto Condensed', sans-serif;
  line-height: 1.2em;
  text-align: justify;
}



/* Mission */
.sec_mission {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/mission.jpg');
}


.missionpolyfill {
  display: none;
  padding-top: 6em;
}

.missionpolyfill span {
  display: block;
  text-transform: uppercase;
  font: normal 5em/0.8em 'Roboto Condensed', sans-serif;
}

/* SVG MISSION TEXT STYLE */
.svgmission {
  background: transparent;
  pointer-events: none;
  padding-top: 6em;
  width: 100%;
  height: 18em;
}

.mission_text {
  fill: #ffffff;
  font-family: 'Tium', 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
  font-size: 6rem;
  line-height: 0.9em;
}

svg.mission_svg {
  width: 100%;
  height: 100%;
}

.missionfilled-heading {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 6em;
  line-height: 0.9em;
}

#missionsvgbackground path {
  animation: pulse 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

#missionTextClip text {
  display: none;
}

#missionTextClip text:nth-of-type(n + 1):nth-of-type(-n + 3) {
  display: inline;
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(0) rotate(33deg);
    transform: scale(0) rotate(33deg);
  }

  35%,
  65% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(2.8) rotate(0deg);
  }
}





/* History */
.sec_history {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/history.jpg');
}

.timeline {
  width: 100%;
  margin-top: 5em;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.milestone {
  flex: 1;
  list-style: none;
  transition: all 200ms ease-in;
  margin-bottom: 3em;
}

.timestamp {
  margin-bottom: 1em;
  font: bold 1em 'Tium', 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
}


.issues {
  font: normal 0.8em/1.4em 'NanumSquareR', 'Roboto Condensed', sans-serif;
  padding-right: 3em;
  border-top: 2px dotted #fff;
  position: relative;
  transition: all 200ms ease-in;
  padding-top: 1em;
  text-align: center;
  word-wrap: wrap;
  word-break: keep-all;

}

.issues:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  border-radius: 1.4em;
  position: absolute;
  top: -0.7em;
  left: 0;
  transition: all 200ms ease-in;
}

.milestone.complete .issues {
  border-top: 2px solid #f0552a;
  text-align: left;
}

.milestone.complete .issues:before {
  background-color: #f0552a;
}

.milestone.complete .timestamp {
  color: #f0552a;
  text-align: left;
}


.milestone:last-child .timestamp,
.milestone:last-child .issues {
  text-align: right;
  align-items: end;
}

.milestone:last-child .issues:before {
  left: inherit;
  right: 0;
}




/* Business Domain */
.sec_business {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/bg/business.jpg');
}

.domains {
  display: flex;
  flex-direction: row;
  justify-items: stretch;
  align-items: inherit;
  padding-top: 2em;
}

.bizdomain {
  box-direction: normal;
  width: 20%;
  flex: 1;
  padding: 0.5em;
  font-family: 'NanumSquareR', 'Roboto Condensed', sans-serif;
}

.bizdomain .card {
  width: 100%;
  max-width: 9999px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(124, 124, 124, 0.2);
  border-radius: 1em;
}

.bizdom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.bizsymbol,
.bizhead {
  flex: 0 0 auto;
  /*flex:none*/
}

.bizsymbol {
  text-align: center;
  width: 1.8em;
  font-size: 3em;
  border-radius: 2.5em;
  color: rgba(255, 255, 255, 0.8);
}

.bizhead {
  margin-right: auto;
}

.bizhead strong,
.bizhead span {
  display: block;
}

.bizhead strong {
  font-family: 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
  font-size: 1.2em;
}

.bizhead span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
}


.bizdomain .card>dt {
  height: 7em;
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 0;
  border-bottom: solid 1px rgba(124, 124, 124, 0.3);
}

.bizdomain .desc {
  color: #fff;
  padding: 1em;
  font-size: 0.7em;
  line-height: 1.4em;
  flex-grow: 0;
  height: 5em;
  word-wrap: wrap;
  word-break: keep-all;
}

.bizdomain .desc dd {
  flex-grow: 1;
}

.bizdomain .card>dd>dl {
  color: #fff;
  padding: 0 1em 1em;
  font-size: 0.8em;
  list-style: none;
}

.bizdomain .card>dd>dl>dt {
  font-family: 'NanumSquareEB', 'Roboto Condensed', sans-serif;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.bizdomain .card>dd>dl>dd {
  padding-bottom: 1.5em;
  font-size: 0.9em;
}



/* People CREW */
.sec_people {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/people.jpg');
}

.sec_people h3 {
  padding-top: 2em;
}

.bewallers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: inherit;
  align-items: stretch;
  width: 100%;
}

.bewallers .person {
  box-direction: normal;
  flex: 0 0 170px;
  display: inline-block;
  padding-right: 1em;
  vertical-align: top;
  font-size: 0.8em;
  color: #efefef;
}

.person .card {
  width: 100%;
  max-width: 999px;
  display: flex;
  margin: 1em 0;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  background-color: rgba(124, 124, 124, 0.3);
  border: solid 1px rgba(124, 124, 124, 0.3);
  border-radius: 1em;
}

.card .profile {
  flex-grow: 1;
  border: 0;
  padding: 1em;
  box-shadow: none;
}

.profile .nick {
  font-family: 'tmonmonsori.ttfregular', 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #fff;
  flex-grow: 0;
}

.profile .meta {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ccc;
  font-size: 0.7em;
  padding-top: 0.3em;
  flex-grow: 0;
}


.card .extra {
  border-top: solid 1px rgba(124, 124, 124, 0.3);
  font-size: 1.2em;
  padding: 0.5em 0.5em 0.3em;
  flex-grow: 0;
  height: 1.2em;
  max-height: 1.2em;
}

.card .extra a {
  opacity: 0.5;
  transition: .1s ease-in-out;
}

.card .extra a:hover {
  opacity: 1;
}


.card .photo {
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  /* iOS11 bug fix*/
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 0;
  border-radius: 1em 1em 0 0;
  background-clip: padding-box;
  background-blend-mode: saturation;
  transition: .2s ease-in-out;
}

.card_ray {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/rayleigh.jpg');
}

.card_bjsong {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/bjsong.jpg');
}

.card_ned {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/ned.jpg');
}

.card_kizel {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/kizel.jpg');
}

.card_ks {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/ks.jpg');
}

.card_fury {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/we/fury.jpg');
}

.card_ray:hover {
  background-image: url('../img/we/rayleigh.jpg');
}

.card_bjsong:hover {
  background-image: url('../img/we/bjsong.jpg');
}

.card_ned:hover {
  background-image: url('../img/we/ned.jpg');
}

.card_kizel:hover {
  background-image: url('../img/we/kizel.jpg');
}

.card_ks:hover {
  background-image: url('../img/we/ks.jpg');
}

.card_fury:hover {
  background-image: url('../img/we/fury.jpg');
}



/* Clients */
.sec_client {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/client.jpg');
}

.client_list {
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
}

.client_list li {
  flex: 0 0 200px;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.client_list li .clilogo {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.3em;
}

.client_list li .clilogo svg {
  outline: none;
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.client_list li .clilogo svg:hover {
  opacity: 1;
}


/* portfolio */
.sec_product {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/product.jpg');
}

.portfolios {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: 'Roboto Condensed', sans-serif;
}

.portfolios>li {
  cursor: pointer;
  flex-basis: 170px;
  list-style: none;
  display: inline-block;
  padding-right: 1em;
  font-size: 0.8em;
  color: #efefef;
}

.portfolios .case {
  width: 100%;
  margin: 1em 0;
  background-color: rgba(124, 124, 124, 0.3);
  border: solid 1px rgba(124, 124, 124, 0.3);
  border-radius: 5px;
}

.case .cimg {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
  background-blend-mode: saturation;
  transition: .2s ease-in-out;
}

.cname .csup {
  padding: 5px 0 0 5px;
  font-weight: bold;
  color: #fff;
}

.cname .cmet {
  padding: 0 0 2px 5px;
  color: #ccc;
  font-size: 0.7em;
}

.case .cextra {
  border-top: solid 1px rgba(124, 124, 124, 0.3);
  opacity: 0.8;
  font-size: 1em;
  padding: 3px 5px;
}


.btn_wrap {
  padding-top: 2em;
}

.btn_wrap a {
  display: inline-block;
  width: 284px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px rgba(255, 255, 255, 0.6) solid;
  text-align: center;
  transition: all ease 0.3s;
}

.btn_wrap a span {
  font-family: 'NanumSquareEB';
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 60px;
  transition: all ease 0.3s;
}

.btn_wrap a:hover {
  background: #f0552a;
  border-color: #f0552a;
}

.btn_wrap a:hover span {
  color: #fff;
}


/* projet : ldcc */
.case-ldcc {
	background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/ldcc_bg.png');
  }
  
  .case-ldcc:hover {
	background-image: url('../img/bg/ldcc_bg.png');
  }
  
  .sli_ldcc {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/ldcc_bg.png');
  }




/* projet : Western power */
.case-wp {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/wp_bg.png');
}

.case-wp:hover {
  background-image: url('../img/bg/wp_bg.png');
}

.sli_wp {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/wp_bg.png');
}

/* projet : Incheon Airport */
.case-ia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/ia_bg.png');
}

.case-ia:hover {
  background-image: url('../img/bg/ia_bg.png');
}

.sli_ia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/ia_bg.png');
}

/* projet : FlowerTeam */
.case-ft {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/ft_bg.png');
}

.case-ft:hover {
  background-image: url('../img/bg/ft_bg.png');
}

.sli_ft {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/ft_bg.png');
}



/* projet : Scourt */
.case-sc {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/sc_bg.png');
}

.case-sc:hover {
  background-image: url('../img/bg/sc_bg.png');
}

.sli_sc {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/sc_bg.png');
}


/* projet : Betman */
.case-bt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../img/bg/bt_bg.png');
}

.case-bt:hover {
  background-image: url('../img/bg/bt_bg.png');
}

.sli_bt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg/bt_bg.png');
}



.casestudy {
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  font-family: 'NanumSquareR', 'Noto Sans KR', sans-serif;
  padding: 100px 0 0 100px;
}


.chtit {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 3em;
  overflow: hidden;
  letter-spacing: 1px;
}

.chtit::after {
  content: '';
  display: block;
  width: 100px;
  height: 78px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
}

.chtit span {
  font-family: 'NanumSquareR', 'Noto Sans KR', sans-serif;
  display: block;
  line-height: 1.1em;
  padding: 4px 0 0 0;
}

.chcopy,
.chbrief {
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 25px 0;
}

.chbrief {
  padding-bottom: 15px;
}

.chbox {
  padding: 0;
  margin: 0;
}

.chbox span {
  display: block;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.1em;
  padding-top: 0.8em;
}





/* Contact US */
.sec_contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/bg/contact.jpg');
}

.sec_contact .rows {
  text-align: right;
}

.sec_contact ul {
  margin-top: 5em;
  list-style: none;
}

.sec_contact li {
  line-height: 1.4em;
  opacity: .8;
}

.sec_contact .logo,
.sec_contact .logo img {
  width: 200px;
  height: 75px;
}

.contact_list li {
  display: block;
  text-align: right;
  list-style: none;
  clear: both;
  padding-top: 5px;
}

.contact_list li span.fas,
.contact_list li span.far {
  margin-right: 5px;
}



/* animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes mousescroll {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, 7px);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}


.ani_count_2 {
  animation-iteration-count: 2;
}

.ani_count_infinite {
  animation-iteration-count: infinite;
}

.ani_delay04 {
  animation-delay: .4s;
}

.ani_delay06 {
  animation-delay: .6s;
}

.ani_delay08 {
  animation-delay: .8s;
}

.ani_delay10 {
  animation-delay: 1s;
}

.ani_dur04 {
  animation-duration: .4s;
}

.ani_dur06 {
  animation-duration: .6s;
}

.ani_dur08 {
  animation-duration: .8s;
}

.ani_dur10 {
  animation-duration: .10s;
}

.ani_fadeInUp {
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.ani_bounceIn {
  animation-name: bounceIn;
  animation-timing-function: ease;
  animation-fill-mode: both;
}


/* Loader */
#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5rem;
  height: 5rem;
  z-index: 99999;
  background: #F05529;
  animation: twinkle 1s ease-in-out alternate infinite;
}

.loader:before,
.loader:after {
  position: absolute;
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
}

.loader:before {
  top: -5rem;
  left: 0;
  background: #D51D4A;
  animation: twinkle 0.3s ease-in-out alternate infinite;
}

.loader:after {
  bottom: 0;
  left: 5rem;
  background: #F99C1C;
  animation: twinkle 0.8s ease-in-out alternate infinite;
}

@keyframes twinkle {
  from {
    opacity: 0;
  }

  to {
    opacity: 1
  }
}


#fp-nav ul li a span {
  background-color: #fff;
}




/* Request Project */
.wrap_request {
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
  overflow-y: auto;
  word-break: keep-all;
}





.informWrap {
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #2c2925;
  overflow: hidden;
  word-break: keep-all;
}

.informWrap .informClosed {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
}


.informWrap .informClosed a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  margin-bottom: 1px;
  font-family: 'NanumSquareL';
  transition: all 200ms ease-in;
}

.informWrap .informClosed a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f0552a;
}



.informWrap .uptopBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.informWrap .inbox {
  position: relative;
  width: 840px;
  padding: 0 0 0 37.64%
}

.informWrap .inbox .dpopSay {
  position: absolute;
  left: 7.8%;
  top: 0;
}

.informWrap .inbox .dpopSay p.tit {
  font-family: 'Monda';
  font-size: 20px;
  color: #fff;
  padding: 0 0 54px 0;
}

.informWrap .inbox .dpopSay p.stit {
  padding: 0 0 24px 0;
}

.informWrap .inbox .dpopSay p.stit span {
  display: block;
  font-family: 'NanumSquareB';
  letter-spacing: -1px;
  font-size: 52px;
  color: #adadab;
  line-height: 1.2;
}

.informWrap .inbox .dpopSay p.txt span {
  display: block;
  font-family: 'NanumSquareR';
  font-size: 18px;
  color: #666;
  line-height: 1.4;
}

.informWrap .inbox .dpopSay p.sns {
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 600;
  line-height: 20px;
  margin: 20px 0 0 0;
}

.informWrap .inbox .conf {
  width: 100%;
  border-top: 1px #514f4b solid;
  padding: 0 0 142px 0;
  overflow: hidden;
}

.informWrap .inbox .conf .field {
  width: 100%;
  border-bottom: 1px #514f4b solid;
}

.informWrap .inbox .conf .field:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .openGate {
  display: block;
  position: relative;
  padding: 29px 144px 31px 0;
  transition: all ease 0.3s;
  cursor: default;
}

.informWrap .inbox .conf .field .openGate span {
  font-family: 'Monda', 'NanumSquareR';
  font-size: 30px;
  color: #807c76;
  font-weight: 400;
  padding: 0 0 0 60px;
  background: url('../img/bg_openGate_ico.png') 30px 50% no-repeat;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .openGate.ty01 {
  display: block;
  padding: 34px 0;
  transition: all ease 0.3s;
  cursor: default;
}

.informWrap .inbox .conf .field .openGate.ty01 span {
  font-family: 'NanumSquareR';
  font-size: 30px;
  color: #807c76;
  font-weight: 400;
  padding: 0 0 0 60px;
  background: url('../img/bg_openGate_ico.png') 30px 50% no-repeat;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .openGate.ty01:hover span {
  color: #ee6b23;
}

.informWrap .inbox .conf .field .openGate.ty01.on span {
  color: #ee6b23;
  background: url('../img/bg_openGate_ico_on.png') 30px 50% no-repeat;
}

.informWrap .inbox .conf .field .openGate.ty02 {
  display: block;
  position: relative;
  padding: 29px 144px 31px 0;
  transition: all ease 0.3s;
  cursor: pointer;
}

.informWrap .inbox .conf .field .openGate.ty02 span {
  font-family: 'Monda', 'NanumSquareR';
  font-size: 30px;
  color: #ee6b23;
  font-weight: 400;
  padding: 0 0 0 60px;
  background: url('../img/bg_openGate_ico_02.png') 30px 50% no-repeat;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .openGate.ty02:hover span {
  color: #ee6b23;
}

.informWrap .inbox .conf .field .openGate.ty02 .appIco {
  position: absolute;
  right: 25px;
  top: 28px;
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px #ee6b23 solid;
  border-radius: 50px;
}

.informWrap .inbox .conf .field .openGate.ty02 .appIco u {
  font-family: 'NanumSquareR';
  font-size: 14px;
  color: #ee6b23;
  padding: 0 15px 0 0;
  text-decoration: none;
  background: url('../images/bg/bg_appico_u.png') right top no-repeat;
}

.informWrap .inbox .conf .field .openGate.ty02.on span {
  color: #ee6b23;
  background: url('../images/bg/bg_openGate_ico_on.png') 30px 50% no-repeat;
}

.informWrap .inbox .conf .field .entry {
  padding: 0 28px 0 30px;
}

.informWrap .inbox .conf .field .entry:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .tit {
  font-family: 'NanumSquareR';
  font-size: 15px;
  color: #adadab;
  padding: 26px 0 10px 0;
}

.informWrap .inbox .conf .field .entry .tit.f {
  padding: 0 0 10px 0;
}

.informWrap .inbox .conf .field .entry ul.base:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry ul.base li {
  float: left;
  width: 50%;
  margin: 0 0 2px 0;
}

.informWrap .inbox .conf .field .entry ul.base li .item {
  position: relative;
  padding: 0 2px 0 50px;
}

.informWrap .inbox .conf .field .entry ul.base li .item:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry ul.base li .item .ico {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  text-align: center;
  line-height: 50px;
  min-width: 50px;
  font-size: 20px;
  background-color: #3d3a36;
  color: rgba(255, 255, 255, 0.5);
}

.informWrap .inbox .conf .field .entry ul.base li .item .baseInput {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'NanumSquareR';
  font-size: 15px;
  color: #6e6e6e;
  background: #43403c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  padding: 0 0 0 10px;
  margin: 0;
}

.informWrap .inbox .conf .field .entry ul.base li .item .baseInput:hover {
  border: 2px #ee6b23 solid;
  padding: 0 0 0 8px;
  line-height: 46px;
}

.informWrap .inbox .conf .field .entry ul.base li .item .baseInput:focus {
  border: 2px #ee6b23 solid;
  padding: 0 0 0 8px;
  line-height: 46px;
}

.informWrap .inbox .conf .field .entry ul.base li.wide {
  width: 100%;
}

.informWrap .inbox .conf .field .entry ul.tp {
  margin: 2px 0 0 0;
}

.informWrap .inbox .conf .field .entry ul.selection {
  padding: 0 0 20px 0;
}

.informWrap .inbox .conf .field .entry ul.selection:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry ul.selection li {
  float: left;
  width: 33.33%;
  margin: 0 0 10px 0;
}

.informWrap .inbox .conf .field .entry ul.selection li label {
  font-family: 'NanumSquareR';
  font-size: 15px;
  color: #6e6c6a;
  line-height: 21px;
  padding: 0 0 0 30px;
  white-space: nowrap;
}

.informWrap .inbox .conf .field .entry ul.selection li label.checked {
  color: #ee6b23;
}

.informWrap .inbox .conf .field .entry .tta {
  position: relative;
  margin: 0 2px 0 0;
  padding: 0 0 0 50px;
  background: #3d3a36;
}

.informWrap .inbox .conf .field .entry .tta:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .tta .ico {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  min-width: 50px;
  font-size: 20px;
  background-color: #3d3a36;
  color: rgba(255, 255, 255, 0.5);
}

.informWrap .inbox .conf .field .entry .tta textarea {
  width: 100%;
  height: 100px;
  line-height: 1.4;
  font-family: 'NanumSquareR';
  font-size: 15px;
  color: #6e6e6e;
  background: #43403c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  padding: 15px 0 15px 10px;
  margin: 0;
  overflow-y: auto;
}

.informWrap .inbox .conf .field .entry .tta textarea:hover {
  border: 2px #ee6b23 solid;
  padding: 13px 0 13px 8px;
}

.informWrap .inbox .conf .field .entry .division {
  width: 100%;
}

.informWrap .inbox .conf .field .entry .division:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .division .selectBox {
  position: relative;
  float: left;
  width: 50%;
}

.informWrap .inbox .conf .field .entry .division .selectBox:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .division .selectBox ul {
  margin: 0 2px 0 0;
}

.informWrap .inbox .conf .field .entry .division .selectBox ul:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .division .selectBox .designSelect {
  position: relative;
  height: 50px;
  cursor: pointer;
}

.informWrap .inbox .conf .field .entry .division .selectBox .designSelect select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  cursor: pointer;
}

.informWrap .inbox .conf .field .entry .division .selectBox .selectTit {
  position: relative;
  background: #43403c;
  padding: 0 66px 0 20px;
  transition: all ease 0.3s;
  z-index: 110;
}

.informWrap .inbox .conf .field .entry .division .selectBox .selectTit:hover {
  background: #292622;
}

.informWrap .inbox .conf .field .entry .division .selectBox .selectTit.on {
  background: #292622;
}

.informWrap .inbox .conf .field .entry .division .selectBox .selectTit:after {
  content: "";
  display: block;
  clear: both;
}

.informWrap .inbox .conf .field .entry .division .selectBox .selectTit p {
  font-family: 'NanumSquareR';
  font-size: 16px;
  color: #6e6e6e;
  white-space: nowrap;
  line-height: 50px;
}

.informWrap .inbox .conf .field .entry .division .selectBox .optionBox {
  position: relative;
  width: 100%;
  margin: -50px 0 0 0;
  cursor: pointer;
}

.informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 100;
  background: #43403c;
  overflow: hidden;
}

.informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul li {
  display: block;
  font-family: 'NanumSquareR';
  font-size: 16px;
  color: #6e6e6e;
  white-space: nowrap;
  line-height: 50px;
  padding: 0 65px 0 20px;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul li:hover {
  background: #292622;
  color: #ee6b23;
  font-weight: 600;
}

.informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul li.on {
  background: #292622;
  color: #ee6b23;
  font-weight: 600;
}

.informWrap .inbox .conf .field .entry .division .selectBox .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
  height: 50px;
  background: url('../img/bg_optionbox_arrow.gif') left top no-repeat;
  z-index: 120;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .entry .division .selectBox .arrow.on {
  background: url('../img/bg_optionbox_arrow_on.gif') left top no-repeat;
}


.informWrap .inbox .conf .field .entry .btnArea {
  width: 100%;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.informWrap .inbox .conf .field .entry .btnArea a {
  display: block;
  width: 100%;
  border: 3px #ee6b23 solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .entry .btnArea a span {
  display: inline-block;
  font-family: 'NanumSquareR';
  font-size: 18px;
  color: #ee6b23;
  padding: 12px 55px 12px 0;
  transition: all ease 0.3s;
}

.informWrap .inbox .conf .field .entry .btnArea a:hover {
  background: #ee6b23;
}

.informWrap .inbox .conf .field .entry .btnArea a:hover span {
  color: #fff;
}

.informWrap .inbox .conf .field .photo {
  width: 100%;
  overflow: hidden;
}

.informWrap .inbox .conf .field .photo ul {
  width: 100%;
  overflow: hidden;
}

.informWrap .inbox .conf .field .photo li {
  margin: 0 0 10px 0;
}

.informWrap .inbox .conf .field .photo li img {
  width: 100%;
}

.informWrap .inbox .conf .field .entry.block {
  display: block !important;
}

.informWrap .inbox .conf .field .entry .entryTxt {
  width: 100%;
  overflow: hidden;
}

.informWrap .inbox .conf .field .entry .entryTxt .hgtit {
  font-size: 25px;
  color: #ee6b23;
  line-height: 1.2;
  padding: 28px 0 20px 0;
}

.informWrap .inbox .conf .field .entry .entryTxt .hgtxt {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  padding: 0 0 25px 0;
}


/* agree */
.agreeWrap {
  position: relative;
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}

.agreeWrap label {
  font-family: 'NanumSquareR';
  font-size: 14px;
  color: #626262;
  line-height: 21px;
  padding: 0 0 0 30px;
  text-align: left;
}

.agreeWrap label.checked {
  color: #ee6b23;
}

.agreeWrap a {
  position: absolute;
  right: 0;
  top: 4px;
  font-family: 'NanumSquareR';
  font-size: 14px;
  color: #bfbebe;
  text-decoration: underline;
  z-index: 90;
}

/* file */
.fileBox {
  position: relative;
  width: 100%;
}

.fileBox:after {
  content: "";
  display: block;
  clear: both;
  *zoom: 1;
}

.fileBox .fileType {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'NanumSquareR';
  font-size: 15px;
  color: #6e6e6e;
  background: #43403c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 0;
  padding: 0 0 0 10px;
  margin: 0;
}

.fileHidden {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100% !important;
  height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  cursor: pointer;
}

/* -placeholder */
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6e6e6e;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6e6e6e;
  opacity: 1;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6e6e6e;
  opacity: 1;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6e6e6e;
}

textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6e6e6e;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6e6e6e;
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6e6e6e;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6e6e6e;
}

/* checkbox, radio */
.custom-checkbox,
.custom-radio {
  position: relative;
}

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  left: 2px;
  top: 3px;
  margin: 0;
  z-index: 0;
}

.custom-checkbox label,
.custom-radio label {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.custom-checkbox label {
  background: url('../img/ico_checkbox.png') no-repeat;
}

.custom-radio label {
  background: url('../img/ico/ico_checkbox.png') no-repeat;
}

.custom-checkbox label,
.custom-radio label {
  background-position: 0 -40px;
}

.custom-checkbox label.checked,
.custom-radio label.checked {
  background-position: 0 0;
}

.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
  background-position: 0 0;
}











/************** media query 1400x900 *************/
/* 
  ##Device = Desktops
  ##Screen = 1401px to higher resolution desktops
*/
@media all and (min-width: 1401px) {

  html,
  body {
    font-size: 16px;
  }

  .section h2 {
    display: block;
  }

  .pcnav {
    display: block;
  }

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1400px
*/
@media all and (max-width: 1400px) {
  html {
    font-size: 14px;
  }

  .rows {
    margin: 0 50px;
    padding: 50px 0;
  }

  .pcnav {
    display: block;
  }

  .section h1 {
    font-size: 4.5em;
  }

  .client_list li {
    flex: 0 0 120px;
  }

  .clilogo svg {
    height: 50px;
  }

  .bizdomain .card>dt {
    height: 5em;
  }

  .bizhead span {
    font-size: 0.8em;
  }

  .casestudy {
    padding: 70px 0 0 70px;
  }

  .informWrap .inbox {
    padding: 0 0 0 32%;
  }

  .informWrap .inbox .dpopSay {
    left: 3%;
  }

}


/*
  media query 1240 
*/
@media all and (max-width: 1240px) {

  /* inform */
  .informWrap .inbox {
    width: auto;
    padding: 0 50px;
  }

  .informWrap .inbox .dpopSay {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 40px 0;
  }

  .informWrap .inbox .dpopSay p.stit span {
    display: inline;
  }

  .informWrap .inbox .dpopSay p.txt span {
    display: inline;
  }

}







/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 12px;
  }

  .rows {
    margin: 0 40px;
    padding: 40px 0;
  }

  .casestudy {
    padding: 40px;
  }

  .section h1 {
    font-size: 4em;
  }

  .sec_intro h1 {
    font-size: 5em;
  }

  .section p {
    padding-bottom: 2em;
  }

  .passion dd {
    padding-bottom: 4em;
  }

  .vision {
    width: 50%;
    padding-bottom: 2em;
  }

  .vision dt {
    text-align: left;
    height: 2.2em;
    padding-left: 10px;
    padding-top: 0;
  }

  .vision dt * {
    vertical-align: middle;
  }

  .vision dt strong,
  .vision dt i {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 5px;
  }

  .missionpolyfill {
    display: block;
  }

  .svgmission {
    display: none;
  }

  .bizsymbol {
    display: none;
  }

  .bizdom {
    padding-left: 1em;
  }

  .bewallers .person {
    flex: 0 0 30%;
  }

  .card .photo {
    height: 130px;
  }

  .client_list {
    justify-content: space-evenly;
  }

  .client_list li {
    flex: 0 0 18%;
    align-items: center;
  }

  .clilogo svg {
    height: 50px;
  }

  .mscroll {
    display: none;
  }

  .informWrap .inbox {
    width: auto;
    padding: 0 50px;
  }

  .informWrap .inbox .dpopSay {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 40px 0;
  }

  .informWrap .inbox .dpopSay p.stit span.y {
    display: block;
  }

  .informWrap .inbox .dpopSay p.txt span.y {
    display: block;
  }

}



/* 
  ##Screen = B/w 767
*/
@media (max-width: 767px) {
  html {
    font-size: 9px;
  }

  .rows {
    margin: 0 40px;
    padding: 40px 0;
  }

  .casestudy {
    padding: 40px;
  }

  .section h1 {
    font-size: 4em;
  }

  .sec_intro h1 {
    font-size: 5em;
  }

  .section p {
    padding-bottom: 2em;
  }

  .passion {
    flex-basis: 100%;
  }

  .passion dd {
    padding-bottom: 4em;
  }

  .vision {
    padding-bottom: 2em;
    flex-basis: 100%;
    width: auto;
  }

  .vision dl {
    margin: 0;
    height: auto;
  }

  .vision dt {
    text-align: left;
    height: 2.2em;
    padding-left: 10px;
    padding-top: 0;
  }

  .vision dt * {
    vertical-align: middle;
  }

  .vision dt strong,
  .vision dt i {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 5px;
  }

  .missionpolyfill {
    display: block;
  }

  .svgmission {
    display: none;
  }

  .domains {
    flex-direction: column;
  }

  .bizdomain {
    width: auto;
  }

  .bizdomain .card {
    display: block;
  }

  .bizdomain .card>dt {
    height: auto;
    padding: 1em;
  }

  .bizdomain .desc {
    height: auto;
  }

  .bizdomain .card>dd>dl>dd {
    padding-bottom: 1em;
  }

  .bizhead strong {
    font-size: 1.5em;
  }

  .bizsymbol {
    display: none;
  }

  .bizdom {
    padding-left: 1em;
  }

  .bewallers .person {
    flex: 0 0 40%;
    min-width: 80px;
  }

  .card .photo {
    height: 130px;
  }

  .client_list {
    justify-content: space-evenly;
  }

  .client_list li {
    flex: 0 0 30%;
    align-items: center;
  }

  .clilogo svg {
    height: 50px;
  }

  .mscroll {
    display: none;
  }

  .portfolios {
    margin-top: 1em;
  }

  .portfolios>li {
    flex: 0 0 30%;
  }

  .chtit {
    margin-bottom: 2em;
  }

  .chtit::after {
    height: 28px;
  }

  .chtit span {
    font-family: 'NanumSquareEB', 'Noto Sans KR', sans-serif;
  }

  .chcopy,
  .chbrief {
    letter-spacing: 3px;
  }

  .casehead .chbox {
    padding-right: 60px;
    white-space: initial;
  }

  .casehead .chbox span {
    display: inline;
    word-wrap: wrap;
    word-break: keep-all;
  }

  .informWrap .inbox .conf .field .entry ul.base li {
    width: 100%;
  }

  .informWrap .inbox .conf .field .entry ul.selection li {
    width: 50%;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox {
    width: 100%;
  }

}


/*
  media query 780 
*/
@media all and (max-width: 780px) {

  .informWrap .inbox .dpopSay p.stit span {
    display: block;
  }

}


/*
  media query 768 
*/
@media all and (max-width: 760px) {

  .informWrap .inbox .conf .field .entry ul.base li {
    width: 100%;
  }

  .informWrap .inbox .conf .field .entry ul.selection li {
    width: 50%;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox {
    width: 100%;
  }

}




/*
  media query 740 
*/
@media all and (max-width: 740px) {

  .informWrap .inbox .conf .field .openGate.ty02 {
    padding: 29px 0 31px 0;
  }

  .informWrap .inbox .conf .field .openGate.ty02 .appIco {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    margin: 10px 0 0 62px;
  }
}

/*
  media query 580 
*/
@media all and (max-width: 580px) {

  /* inform */
  .informWrap .inbox {
    padding: 0 20px;
  }

  .informWrap .inbox .dpopSay p.txt span {
    display: block;
  }

  .informWrap .inbox .conf .field .entry {
    padding: 0 18px 0 20px;
  }

  .informWrap .inbox .conf .field .openGate span {
    padding: 0 0 0 50px;
    background-position: 20px 50%;
  }

  .informWrap .inbox .conf .field .openGate.on span {
    background-position: 20px 50%;
  }

  .informWrap .inbox .conf .field .openGate.ty02 .appIco {
    margin: 10px 0 0 52px;
  }
}



/*
  media query 480 
*/
@media all and (max-width: 480px) {
  .fileBox .fileType {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .fileHidden {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  /* agree */
  .agreeWrap {
    margin: 20px 0;
  }

  .agreeWrap a {
    font-size: 12px;
  }

  .agreeWrap label {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 0 22px;
  }

  /* select */
  span.longSbox {
    height: 35px;
    font-size: 12px;
    background-size: auto 35px;
  }

  .longSboxInner {
    font-size: 12px;
    line-height: 35px;
    padding: 0 35px 0 10px;
  }


  /* checkbox */
  .custom-checkbox input,
  .custom-radio input {
    left: 0;
    top: 0;
    visibility: hidden
  }

  .custom-checkbox label {
    background-size: 15px auto;
  }

  .custom-radio label {
    background-size: 15px auto;
  }

  .custom-checkbox label,
  .custom-radio label {
    background-position: 0 -27px;
  }

  .informWrap {
    padding: 40px 0;
    min-height: 600px;
  }

  .informWrap .informClosed a img {
    width: 38px;
  }

  .informWrap .uptopBtn a img {
    width: 38px;
  }

  .informWrap .inbox .dpopSay {
    margin: 0 0 20px 0;
  }

  .informWrap .inbox .dpopSay p.tit {
    font-size: 13px;
    padding: 0 0 25px 0;
  }

  .informWrap .inbox .dpopSay p.stit {
    padding: 0 0 12px 0;
  }

  .informWrap .inbox .dpopSay p.stit span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
  }

  .informWrap .inbox .dpopSay p.stit span.y {
    display: block;
    line-height: 1.2;
  }

  .informWrap .inbox .dpopSay p.txt span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
  }

  .informWrap .inbox .dpopSay p.txt span.y {
    display: block;
    line-height: 1.4;
  }

  .informWrap .inbox .dpopSay p.sns {
    font-size: 11px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }

  .informWrap .inbox .dpopSay p.sns img {
    width: 20px;
  }

  .informWrap .inbox .conf .columnBtn {
    padding: 30px 0 0 0;
  }


  .informWrap .inbox .conf .field .openGate {
    padding: 15px 0 13px 0;
  }

  .informWrap .inbox .conf .field .openGate span {
    font-size: 14px;
    background-size: 8px 8px;
    padding: 0 0 0 33px;
    background-position: 15px 46%;
  }

  .informWrap .inbox .conf .field .openGate.ty01 {
    padding: 15px 0 13px 0;
  }

  .informWrap .inbox .conf .field .openGate.ty01 span {
    font-size: 14px;
    background-size: 8px 8px;
    padding: 0 0 0 33px;
    background-position: 15px 46%;
  }

  .informWrap .inbox .conf .field .openGate.ty01.on span {
    background-size: 8px 2px;
    background-position: 15px 46%;
  }

  .informWrap .inbox .conf .field .openGate.ty02 {
    padding: 15px 0 13px 0;
  }

  .informWrap .inbox .conf .field .openGate.ty02 span {
    font-size: 14px;
    background-size: 8px 8px;
    padding: 0 0 0 33px;
    background-position: 15px 46%;
  }

  .informWrap .inbox .conf .field .openGate.ty02.on span {
    background-size: 8px 2px;
    background-position: 15px 46%;
  }

  .informWrap .inbox .conf .field .openGate.ty02 .appIco {
    position: absolute;
    left: auto;
    right: 13px;
    top: 9px;
    margin: 0;
    width: 60px;
    height: 22px;
    line-height: 18px;
    border-width: 1px;
  }

  .informWrap .inbox .conf .field .openGate.ty02 .appIco u {
    font-size: 10px;
    padding: 0 10px 0 0;
    background-size: 6px 9px;
    background-position: right 1px;
  }

  .informWrap .inbox .conf .field .entry {
    padding: 0 13px 0 15px;
  }

  .informWrap .inbox .conf .field .entry .tit {
    font-size: 12px;
    padding: 20px 0 10px;
  }

  .informWrap .inbox .conf .field .entry ul.base li .item {
    padding: 0 2px 0 35px;
  }

  .informWrap .inbox .conf .field .entry ul.base li .item .ico {
    width: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    font-size: 12px;
  }

  .informWrap .inbox .conf .field .entry .tta .ico {
    line-height: 35px;
    min-width: 35px;
    font-size: 12px;
  }

  .informWrap .inbox .conf .field .entry ul.base li .item .baseInput {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .informWrap .inbox .conf .field .entry ul.base li .item .baseInput:hover {
    border-width: 1px;
    line-height: 33px;
    padding: 0 0 0 9px;
  }

  .informWrap .inbox .conf .field .entry ul.selection {
    padding: 0 0 10px 0;
  }

  .informWrap .inbox .conf .field .entry ul.selection li label {
    font-size: 12px;
    line-height: 16px;
    padding: 1px 0 0 20px;
  }

  .informWrap .inbox .conf .field .entry ul.selection li.s01 {
    width: 60%;
  }

  .informWrap .inbox .conf .field .entry ul.selection li.s02 {
    width: 40%;
  }

  .informWrap .inbox .conf .field .entry ul.selection li.s03 {
    width: 100%;
  }

  .informWrap .inbox .conf .field .entry .tta {
    padding: 0 2px 0 35px;
  }

  .informWrap .inbox .conf .field .entry .tta .ico img {
    width: 34px;
  }

  .informWrap .inbox .conf .field .entry .tta textarea {
    height: 70px;
    font-size: 12px;
    padding: 10px 0 10px 10px;
  }

  .informWrap .inbox .conf .field .entry .tta textarea:hover {
    border-width: 1px;
    padding: 9px 0 9px 9px;
  }

  .informWrap .inbox .conf .field .entry .btnArea a {
    border-width: 1px;
  }

  .informWrap .inbox .conf .field .entry .btnArea a span {
    font-size: 13px;
    padding: 12px 22px 9px 0;
    background-size: 13px 12px;
  }

  .informWrap .inbox .conf .field .entry .btnArea a:hover span {
    background-size: 13px 12px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .designSelect {
    height: 35px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .selectTit {
    padding: 0 46px 0 10px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .selectTit p {
    font-size: 12px;
    line-height: 35px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .arrow {
    width: 46px;
    height: 35px;
    background-size: 46px 35px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .arrow.on {
    background-size: 46px 35px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .optionBox {
    margin: -35px 0 0 0;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul li {
    font-size: 12px;
    line-height: 35px;
    padding: 0 46px 0 10px;
  }

  .informWrap .inbox .conf .field .entry .division .selectBox .optionBox ul li.on {
    font-size: 12px;
  }

}







/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  html {
    font-size: 12px;
  }

  .rows {
    margin: 0 40px;
    padding: 40px 0;
  }

  .casestudy {
    padding: 40px;
  }

  .section h1 {
    font-size: 4.5em;
  }

  .client_list li {
    flex: 0 0 120px;
  }

  .clilogo svg {
    height: 50px;
  }
}





@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {

  html,
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .rows {
    margin: 10px;
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
  }

  html,
  body {
    font-size: 9px;
  }

  .section h1 {
    font-size: 4.5em;
  }
}


/* iphoneX portrait */
.fp-iphonex {
  font-size: 9px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fp-iphonex .section h1 {
  font-size: 2.8em;
}

.fp-iphonex .sec_intro h1 span {
  display: block;
  font-size: 2.5em;
  line-height: 0.8em;
}

.fp-iphonex .sec_intro h2 {
  font-size: 1.4em;
  padding-top: 1em;
  letter-spacing: 0.1em;
}

.fp-iphonex .mscroll {
  display: block;
}

.fp-iphonex .missionpolyfill span {
  font-size: 4em;
  font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
  font-weight: 100;
  line-height: 1em;
  opacity: 0.5;
}

.fp-iphonex .bewallers .person {
  flex: 0 0 30%
}

.fp-iphonex .bewallers .person .photo {
  transition: initial;
}

.fp-iphonex .sec_contact .logo {
  width: 120px;
  height: 40px;
}

.fp-iphonex .sec_contact ul {
  margin-top: 10em;
}

.fp-iphonex .bizdomain .card {
  width: 100%;
}

.fp-iphonex .bizdomain .card>dd {
  display: none;
}

.fp-iphonex .bizdomain .card>dt {
  border-bottom: 0;
}

.fp-iphonex .bizdomain .bizsymbol,
.fp-iphonex .bizdomain .bizhead {
  display: block;
}

.fp-iphonex .bizdomain .bizsymbol {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  padding-top: 3px;
}



.fp-iphonex .chtit {
  margin-bottom: 2em;
}

.fp-iphonex .chtit::after {
  height: 28px;
}

.fp-iphonex .chtit span {
  font-family: 'NanumSquareEB', 'Noto Sans KR', sans-serif;
}

.fp-iphonex .chcopy,
.fp-iphonex .chbrief {
  line-height: 1.2em;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.fp-iphonex .casehead .chbox {
  padding-right: 60px;
  white-space: initial;
}

.fp-iphonex .casehead .chbox span {
  display: inline;
  word-wrap: wrap;
  word-break: keep-all;
}



.fp-iphonex .bizdomain .bizhead {
  padding-left: 10px;
}

/* iphoneX landscape */
.fp-iphonex.fp-landscape .section h1 {
  font-size: 3em;
}

.fp-iphonex.fp-landscape .section h1 br {
  margin-right: 1em;
  display: none;
}

.fp-iphonex.fp-landscape .sec_intro h1 span {
  display: inline-block;
  font-size: 2.5em;
  line-height: 0.8em;
}

.fp-iphonex.fp-landscape .sec_intro h2 {
  font-size: 2em;
  padding-top: 1em;
  letter-spacing: 0.1em;
}

.fp-iphonex.fp-landscape .missionpolyfill {
  padding-top: 3em;
}

.fp-iphonex.fp-landscape .sec_contact ul {
  margin-top: 3em;
}

.fp-iphonex.fp-landscape .client_list {
  padding-top: 0;
}

.fp-iphonex.fp-landscape .client_list li {
  flex: 0 0 100px;
}

.fp-iphonex.fp-landscape .clilogo svg {
  height: 30px;
}

.fp-iphonex.fp-landscape .sec_people h3 {
  padding-top: 1em;
}

.fp-iphonex.fp-landscape .bewallers .person {
  flex-basis: 14%
}

.fp-iphonex.fp-landscape .vision {
  padding-bottom: 1em;
}

.fp-iphonex.fp-landscape .visioner {
  margin-top: 1em;
}