/* =================================================================== 
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles 
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. tech
 *  12. about-us
 *  13. portfolio
 *  14. contact
 *  15. footer
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url('//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css');
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");
/*@import url("font.css");*/

@font-face {
  font-family: 'NanumBarunGothic';
  src: url('../font/NanumBarunGothic.eot');
  src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
    url('../font/NanumBarunGothic.woff') format('woff'),
    url('../font/NanumBarunGothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquare';
  src: url('../font/NanumSquareR.eot');
  src: url('../font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
    url('../font/NanumSquareR.woff') format('woff'),
    url('../font/NanumSquareR.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 770px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }

  #headers {
    transition: 0.2s ease-out;
    top: 0px;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
  }

  #headers.on {
    background: rgba(20, 20, 20, 0.96);
    top: 0px;
    position: fixed;
    z-index: 999;
    height: 56px;
  }
}

html,
body {

  height: 100%;
}

body {
  background: #111111;
  font-family: "NanumBarunGothic", serif, Arial, Helvetica, sans-serif !important;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #353535;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a,
a:visited {
  color: #07617d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #000000;
}


/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
  font-family: "montserrat-bold", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}

h3,
.h03,
h4,
.h04 {
  margin-bottom: 1.8rem;
}

h5,
.h05,
h6,
.h06 {
  margin-bottom: 1.2rem;
}

h1,
.h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {

  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -.07rem;
  }
}

h2,
.h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3,
.h03 {
  font-size: 2rem;
  line-height: 1.5;
}

h4,
.h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5,
.h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  /*   text-transform: uppercase; */
  letter-spacing: .2rem;
}

h6,
.h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 770px) {
  p.lead {
    font-size: 1.8rem;
  }
}

em,
i,
strong,
b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}

em,
i {
  /*   font-family: "librebaskerville-italic", serif; */
}

strong,
b {
  /*   font-family: "librebaskerville-bold", serif; */
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "librebaskerville-italic", georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "librebaskerville-bold", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre>code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint>code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  /*   margin-left: 1.7rem; */
}

ul li {
  /*   padding-left: .4rem; */
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07617d;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #07617d;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button,
.button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding:
    /* 0 20px; */
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    /*     padding: 0 18px; */
  }
}

@media only screen and (max-width: 770px) {
  .bgrid {
    /*     padding: 0 15px; */
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    /*     padding: 0 10px; */
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    /*     padding: 0; */
  }
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "librebaskerville-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "montserrat-bold", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f9a828;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0F1215;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #f9a828;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="name"],

textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 2rem;

}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

/* label,  */
legend {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "montserrat-regular", sans-serif;
  line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fabc5a;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: 'NanumBarunGothic', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  background: #A5A5A5;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #989898;
  color: #000000;
  outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #151515;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #030303;
}

button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}

button.large,
.button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}

button.stroke,
.button.stroke {
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}

button.stroke.medium,
.button.stroke.medium {
  line-height: 5.1rem !important;
}

button.stroke.large,
.button.stroke.large {
  line-height: 5.4rem !important;
}

button.stroke:hover,
.button.stroke:hover {
  border: 3px solid #f9a828;
  color: #f9a828;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.5rem;
}

.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "montserrat-bold", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt+dt:before,
.lining dd+dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd+dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt+dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}

.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}

.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "montserrat-bold", sans-serif;
  border: none;
  color: #252525;
}

.stats-tabs li a:hover {
  color: #07617d;
}

.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "montserrat-regular", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}

.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "montserrat-bold", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "montserrat-regular", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.section-intro h1 {
  font-family: 'NanumBarunGothic', sans-serif;
  font-size: 2.8rem;
  line-height: 1.375;
  color: #151515;

}

.section-intro h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8 rem;
  line-height: 1.667;
  color: rgba(242, 242, 242, 0.5);
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 1.2rem;
}

.section-intro .lead {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8;
  line-height: 1.833;
}

.section-intro.with-bottom-sep {
  /*   padding-bottom: 4.2rem; */
  position: relative;
}

.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color:
    /* rgba(242, 242, 242, 0.1); */
    transparent;
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }

  .section-intro .lead {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 770px) {
  .section-intro h1 {
    font-size: 4rem;
  }

  .section-intro h3 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }

  .section-intro h3 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}

.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 1200px;
}

.js .animate-this,
.js .animate-intro {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro .no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}

header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}








/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 32px;
  top: 30px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 77px;
  height: 35px;
  background: url("../images/lumi_logo_2.0.png") no-repeat center;
  /* background: url("../images/lumi_logo.png") no-repeat center; */
  background-size: 77px 35px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */





#nav-trigger {}

#lumi_list {
  transform: 0.2s ease-out;
  top: 30px;
  right: 30px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  -webkit-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
}

#lumi_list a {
  padding: 0 10px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 22px;
  left: -10px;
  letter-spacing: 1px;
  margin-left: 18px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

#lumi_list a i {
  font-size: 1.7rem;
  position: relative;
  top: 2px;
  left: 2px
}

#lumi_list a .lumi-nav-down {
  position: absolute;
  padding-top: 8px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  background: rgba(0, 0, 0, 0.05);
  width: 115%;
  left: -6px;
}

#lumi_list a .lumi-nav-down li {
  cursor: pointer;
  height: 30px;

  background: rgba(0, 0, 0, 0.05);
  color: #fff;
  /* 	border-bottom: 1px solid rgba(255,255,255,0.05); */
  line-height: 30px;
  padding-left: 10px;
  letter-spacing: 1px;
  font-size: 10px;
}

#lumi_list a .lumi-nav-down li p {
  color: #fff;
}

#lumi_list a .lumi-nav-down li dl dd {
  height: 25px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-left: -10px;
  padding: 0;
  text-indent: 20px;
}

#lumi_list a .lumi-nav-down li dl dd:hover {
  color: rgba(0, 0, 0, 0.5);
}

#lumi_list a .lumi-nav-down li dl {
  display: none;
}

#lumi_list a:hover {
  color: #fff;
}

#lumi_list a:hover .lumi-nav-down {
  visibility: visible;
  opacity: 1;
}

#lumi_list a::after {
  margin: auto;
  transition: 0.2s ease-in;
  width: 0;
  border-bottom-color: #fff;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  display: block;
  content: "";
  -webkit-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
}

#lumi_list a:hover::after {
  width: 100%;
}


.button_container {
  display: none;
  position: fixed;
  top: 30px;
  /*   right: 32px; */
  height: 21px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #FFF;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 9px;
}

.button_container span:nth-of-type(3) {
  bottom: 0;
}



@media only screen and (max-width: 767px) {
  #nav-trigger {
    display: inline-block;
  }

  .button_container {
    display: inline-block;
  }

  #lumi_list {
    display: none;
  }
}






#header-menu-trigger {
  display: block;
  position: fixed;
  left: 0;
  top: 45%;
  height: 100px;
  width: 50px;
  line-height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*/
#header-menu-trigger.opaque {
  background-color: #000000;
}

#header-menu-trigger.opaque .header-menu-icon {
  background-color: #fff;
}

#header-menu-trigger.opaque .quick-title {
  color: #fff;
}

#header-menu-trigger:hover,
#header-menu-trigger:focus {
  color: #FFFFFF;
}

/*
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*/
/*
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
*/

#header-menu-trigger .header-menu-icon i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}


/*
#header-menu-trigger .quick-title {
  color:#000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
	
}
*/

#header-menu-trigger .header-menu-icon {
  display: block;
  height: 4px;
  width: 22px;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1.5px;
  /*
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
*/
  border-radius: 25px;
}

#header-menu-trigger .header-menu-icon::before,
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  border-radius: 25px
}

#header-menu-trigger .header-menu-icon::before {
  top: -9px;
  height: 4px;
}

#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
  height: 4px;
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 200px;
  position: fixed;
  /*   right: 0; */
  left: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /*
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
*/
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* #menu-nav-wrap::before {content: ""; height:100%; width:1px; background: #eee; top:0; position: absolute} */


#menu-nav-wrap a,
#menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}

#menu-nav-wrap a:hover,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:active {
  color: white;
}

#menu-nav-wrap h3 {
  color: white;
  font-family: "montserrat-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  top: 50px;
  position: absolute;
}


/*
#menu-nav-wrap h3::before {
  content: "";
  background: #fff;
  width: 47px;
  height: 3px;
  top: 22px;
  left: -38px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
	
}
*/


#menu-nav-wrap h5 {
  color: #fff;
  font-family: "montserrat-regular", sans-serif;
  letter-spacing: -1px;
  /* bottom:50px; */
  position: absolute;

}


#menu-nav-wrap .nav-list {
  font-family: "montserrat-regular", sans-serif;
  /*
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
*/
  list-style: none;
  line-height: 1.5rem;
  top: 15%;
  position: relative;
}

#menu-nav-wrap .nav-list dd:hover {
  color: rgba(255, 255, 255, 0.5);
}


#menu-nav-wrap .info {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 55px;
  letter-spacing: -1px;
  width: 145px
}

#menu-nav-wrap .info:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  top: -32px
}



#menu-nav-wrap .info .partnership {
  line-height: 1.5;
  padding-top: 2.2rem;
  margin-bottom: 0
}


#menu-nav-wrap .nav-list li {
  padding-left: 0;
  /*
  line-height: 4.2rem;
  
*/
  position: relative;


}

#menu-nav-wrap .nav-list li a {
  /*   color: rgba(255, 255, 255, 0.25); */
  color: rgba(255, 255, 255, 0.55);
  font-family: "NanumBarunGothic",
    /* "montserrat-regular", */
    sans-serif;
  font-weight: 100;
  font-size: 14px;
  margin: 1em 0;
  display: block;
  letter-spacing: 1px;

}



#menu-nav-wrap .nav-list li a:after {
  left: 0
}

/*
#menu-nav-wrap .nav-list li a:before, #menu-nav-wrap .nav-list li a:after {height: 0.35rem; width: 0; background: #fff;
	content: ""; transition: 0.5s all ease; -webkit-backface-visibility: hidden; backface-visibility: hidden;
	position: absolute;
}
*/



#menu-nav-wrap .nav-list li a:hover {
  color: #fff;
  transition: 0.5s color ease;
  font-weight: bold
}

/*



#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  
}
*/












#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}

#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}

#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}

#menu-nav-wrap .header-social-list li a:hover,
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}

#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}

#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

#menu-nav-wrap .close-button span::before,
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}

#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-nav-wrap .sponsor-text {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}

#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {}



@media only screen and (max-width: 770px) {

  header {
    transition: 0.2s ease-out;
    top: 0px;
    width: 100%;
    z-index: 10;
    -webkit-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
  }

  header.on {
    background: rgba(20, 20, 20, 0.96);
    top: 0px;
    position: fixed;
    z-index: 999;
    height: 48px;
  }

  #header-menu-trigger {
    display: none;
  }

  #lumi_list {
    top: 11px
  }

}

@media only screen and (max-width: 400px) {
  /*
  #header-menu-trigger .header-menu-text {
    display: none;
  }
*/
}


/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */







#main {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center
}

#main .swiper-container {
  height: 100%;
  border: none;
  background: transparent;
  box-shadow: none
}

#main .swiper-wrapper {
  height: 100% !important
}

#main .swiper-slide {
  position: relative;
  height: 100%
}

#main .swiper-slide .img-box {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  /*  background-position:center top; */
  background-repeat: no-repeat;
  z-index: 5
}

#visual01 {


  background-image: url('../../images/visual1-2.jpg');
  background-position-y: 20%;

  background-size: cover;
}

#visual02 {
  height: 100%;
  background-image: url('../../images/visual4.jpg');
  background-position-x: 50%;
  background-size: cover;
}

#visual03 {
  height: 100%;
  background-image: url('../../images/visual5.jpg');
  background-position-x: 50%;
  background-size: cover;
}

#visual04 {
  height: 100%;
  background-image: url('../../images/visual1-3.jpg');
  background-position-6: 50%;
  background-size: cover;
}

#visual05 {
  height: 100%;
  background-image: url('../../images/visual1-5.jpg');
  background-position-6: 50%;
  background-size: cover;
}

#main .cont-box {
  display: block;
  position: absolute;
  margin: 0 auto;
  top: 22%;
  left: 10%;
}

#main .cont-box .inner-box {
  text-align: left;
}

#main .cont-box .inner-box .tit {
  margin-bottom: 2rem;
}

#main .cont-box .inner-box .txt {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  font-family: 'nanumsquare';
  font-weight: normal;
}

#main .more-icons {
  margin: 0
}

#main .more-icons a {
  border: 1px solid #fff;
  color: #fff;
  width: 192px;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}

#main .more-icons a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#main .controller-area {
  position: absolute;
  /* 	bottom: 110px; */
  left: 10%;
  top: 50%;
  margin: 0 auto;
  z-index: 1;

}


#main .controller-area ul {
  position: relative;
  /* 	top:50%; */
  margin-top: 7rem
    /* 	margin-top: 7rem */
}

#main .controller-area .page-area {
  position: relative;
  float: left;
  margin-top: 60px;
  padding: 0;
  margin: 0;
  /* 	top:34px; */
  display: inline-block;
}

#main .controller-area .page-area::before {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -34px;
  background-color: #fff;
}

#main .controller-area .count {
  display: inline-block;
  font-family: "montserrat-bold", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: .8;
  color: #fff;
  vertical-align: top;
  width: 50px;
}

#main .controller-area .page-area .total {
  display: inline-block;
  margin-top: 5px;
  font-family: "montserrat-bold", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: .8;
  color: #fff;
  opacity: .7;
  vertical-align: top;
}

#main .controller-area .page-area .icon {
  display: inline-block;
  background-image: ;
  /*
	width: 18px;
	height:20px;
*/
  margin-top: 1px;
  vertical-align: top;
}

#main .controller-area .btn-area {
  display: inline-block;
  position: relative;
  /* 	top: -5%; */
  /* 	left: 46%; */
}


#main .controller-area .btn-area .btn-prev {
  float: left;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: transparent
}

#main .controller-area .btn-area .btn-prev .fa {
  overflow: hidden;
  background-image: url('');
  font-size: 26px;
  color: #fff;
  vertical-align: top;
  display: inline-block;
  margin-left: 6px;
}

#main .controller-area .btn-area .btn-next {
  float: right;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: transparent
}

#main .controller-area .btn-area .btn-next .fa {
  overflow: hidden;
  background-image: url('');
  font-size: 26px;
  color: #fff;
  vertical-align: top;
  display: inline-block
}

#main .controller-area .btn-area .btn-play {
  float: right;
  width: 17px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: transparent
}

#main .controller-area .btn-area .btn-play .fa {
  overflow: hidden;
  background-image: url('');
  font-size: 26px;
  color: #fff;
  vertical-align: top;
  display: inline-block
}

/*추가*/
#main .login-area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 3%;
  z-index: 100;
}

/*추가끝*/
#main .hr-area {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 3%;
  z-index: 100;
}

#main .hr-area ul {
  margih: 0 auto;
  position: relative;
  top: 18%;
  border-right: 1px solid #fff;
}

#main .hr-area ul li {
  padding-right: 20px;
}

#main .hr-area ul li h3 {
  color: #fff;
  text-align: right;
}

#main .hr-area .txt {
  color: #fff;
  font-size: 13px;
  text-align: right;
}


@media screen and (max-width:1400px) {

  /*------------------ 메인페이지 스타일 ------------------ */
  #main .controller-area {
    position: absolute;
    /* 	bottom: 110px; */
    left: 10%;
    top: 50%;
    margin: 0 auto;
    z-index: 1;
  }

}




@media screen and (max-width:1240px) {
  /*------------------ 메인페이지 스타일 ------------------ */
  /* 	#main .controller-area ul {top:52%} */

  #main .controller-area {
    top: 45%
  }
}


@media screen and (max-width:1024px) {

  /*------------------ 메인페이지 스타일 ------------------ */
  /* #main {height:100%} */
  #main .controller-area {
    top: 48%
  }

}



@media screen and (max-width:768px) {
  /*------------------ 메인페이지 스타일 ------------------ */

  #main {
    height: 650px
  }

  #main .cont-box {
    top: 20%;
  }

  /*  #main .controller-area {top: 39%} */
  #main .cont-box .inner-box .tit {
    margin-bottom: 1rem;
  }

  #main .cont-box .inner-box .txt {
    margin-bottom: 2rem;
  }

  #main .controller-area {
    top: 48%
  }
}

@media only screen and (max-width: 600px) {

  #visual01 {
    background-size: cover;
    /* height:100%; */
    background-color: #111;
    background-position: center
  }

  #visual02 {
    background-size: cover;
    background-color: #111;
  }

  #visual03 {
    background-image: url('../../images/visual5.jpg');
    background-position: 8%;
    background-size: cover;
    background-color: #111;
  }

  #visual04 {
    background-size: cover;
    background-color: #111;
    background-position: 91%
  }


  #main .cont-box .inner-box .tit {
    margin-bottom: 2rem
  }

  #main .cont-box .inner-box .tit img {
    width: 80%
  }

  #stats {
    z-index: 999
  }

  #main .container .swiper-slide {
    /* 	border:1px solid blue; */
    overflow: hidden;
    width: 100%;
  }

  #main .cont-box {
    top: 15%
  }

  /* 	#main .controller-area ul {top: 46%} */
  #main .cont-box .inner-box .txt {
    font-size: 20px
  }

  #main .controller-area {
    top: 46%
  }
}


@media screen and (max-width:500px) {
  /*------------------ 메인페이지 스타일 ------------------ */

  #main .cont-box {
    top: 20%
  }

  #main .cont-box .inner-box .tit {
    margin-bottom: 1rem
  }

  #main .cont-box .inner-box .tit img {
    width: 70%
  }

  #main .cont-box .inner-box .txt {
    margin-bottom: 2rem
  }

  #main .cont-box {
    top: 13%
  }

  #main .cont-box .inner-box .txt {
    font-size: 20px
  }

  /* #main .controller-area ul {top: 44%} */
  #main .controller-area {
    top: 43%
  }

}

@media screen and (max-width:480px) {
  #main {
    height: 100%
  }

  #main .cont-box {
    top: 20%
  }

  #main .cont-box .inner-box .tit {
    margin-bottom: 1rem
  }

  #main .cont-box .inner-box .tit img {
    width: 70%
  }

  #main .cont-box .inner-box .txt {
    margin-bottom: 2rem
  }

  #main .cont-box {
    top: 15%
  }

  #main .cont-box .inner-box .txt {
    font-size: 20px
  }

  /* #main .controller-area ul {top: 43%} */
}


@media screen and (max-width:400px) {
  /*------------------ 메인페이지 스타일 ------------------ */

  #stats {
    z-index: 999
  }

  #main .container .swiper-slide {
    /* 	border:1px solid blue; */
    overflow: hidden;
    width: 100%;
  }

  #main .cont-box {
    top: 14%
  }

  #main .cont-box .inner-box .txt {
    font-size: 20px
  }

  #main .controller-area {
    top: 40%;
  }
}


@media screen and (max-width:320px) {

  /*------------------ 메인페이지 스타일 ------------------ */
  #main .cont-box .inner-box .tit img {
    width: 65%
  }

  #main .cont-box .inner-box .txt {
    font-size: 16px;
  }

  #main .cont-box .inner-box .tit {
    margin-bottom: 0;
  }

  #main .cont-box .inner-box .txt {
    margin-bottom: 1rem;
  }

  #main .more-icons a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    width: 152px
  }

  #main .controller-area {
    top: 34%
  }
}

/* login */

#login-trigger {
  display: block;
  position: absolute;
  right: 52px;
  bottom: 0;
  width: 300px;
  height: 60px;
  line-height: 60px;
  padding-right: 3rem;
  text-align: right;
  letter-spacing: -1px;
  font-family: "nanumsquare";
  font-size: 13px;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #f9f9f9;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#login-trigger .fa {
  color: #333;
  font-size: 20px;
  vertical-align: sub;
}

#login-wrap {
  /* 	display: block; */
  position: absolute;
  right: 52px;
  bottom: 0;
  width: 300px;
  height: 260px;
  padding: 2rem 3rem;
  z-index: 800;
  background: #fff;

  transition: bottom 1s ease-in-out;

  -moz-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  -webkit-transition: bottom 1s ease-in-out;
  -ms-transition: bottom 1s ease-in-out;


  /*  transition: bottom ease-out .5s; */
}

#login-wrap .close {
  height: 30px;
  position: relative;
  text-align: right
}

#login-wrap .close .fa {
  color: #333;
  font-size: 20px;

}

#login-wrap .login .name {
  height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  color: #333;
  margin: 1rem;
  padding: .5rem;
  display: flex;
}

#login-wrap .login .name input {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: auto;
  color: #333;
  flex: 1;
  padding-left: 0
}

#login-wrap .login .pw {
  height: 40px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  color: #333;
  margin: 1rem;
  padding: .5rem;
  display: flex;
  margin-top: 3%
}

#login-wrap .login .pw input {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: auto;
  color: #333;
  flex: 1;
  padding-left: 0
}

#login-wrap .login .check {
  width: 100%;
  display: flex;
}

#login-wrap .login .check ul {
  flex: 1;
}

#login-wrap .login .check ul:first-child {
  padding-left: 1.5rem;
}

#login-wrap .login .check ul li {
  font-size: 12px;
  text-align: left;
  height: 23px;
  display: table-cell;
}

#login-wrap .login .check label {
  padding-left: 5px;
  color: #333;
}

#login-wrap .login .cehck ul:last-child {
  float: right
}

#login-wrap .login .bt {
  width: 100%;
  margin-top: 3%;
}

#login-wrap .login .bt button {
  border: none;
  background: transparent;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  width: 90%;
  padding: 0 0 0 4.1rem;
}

#login-wrap .login .bt button:hover {
  color: #2b60a7
}

#login-wrap .login .join {
  padding: 15px;
}

#login-wrap .login .join a {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

#login-wrap .login .join a:hover {
  text-decoration: underline;
}




/* logout */

#login-wrap .login2 .close {
  height: 20px;
  position: relative;
  text-align: right
}

#login-wrap .login2 .private {
  width: 100%;
  height: 40px;
}

#login-wrap .login2 .private span {
  color: #333;
  font-size: 1.4rem;
  vertical-align: text-top;
}

#login-wrap .login2 .private .user_name {
  font-size: 1.4rem;
  font-weight: bold;
}

#login-wrap .login2 .user_btn {
  width: 100%;
  padding: 0 10px;
}

#login-wrap .login2 .user_btn .question_btn {
  width: 100%;
  height: 40px;
  color: #333;
  background: transparent;
  border: 1px solid #000;
  font-size: 1.4rem;
  margin-top: 3%;
  padding: 0;
  margin: .3rem;
}

#login-wrap .login2 .question_btn span {
  font-size: 13px;
  letter-spacing: -0.1rem;
  position: relative;
  top: -7px
}

#login-wrap .login2 .cm_btn {
  width: 100%;
  height: 40px;
  color: #fff;
  background: black;
  font-size: 1.4rem;
  margin-top: 3%;
  padding: 0;
  margin: .3rem;
}

#login-wrap .login2 .cm_btn span {
  font-size: 13px;
  letter-spacing: -0.1rem;
  position: relative;
  top: -7px;
}

#login-wrap .login2 .check2 {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: table-cell;
  float: right;
}

#login-wrap .login2 .check2 ul:last-child {
  float: right
}

#login-wrap .login2 .check2 ul li {
  font-size: 13px;
  text-align: left;
}

#login-wrap .login2 .check2 label {
  padding-left: 5px;
  color: #333;
}

#login-wrap .login2 .check2 .logout {
  color: #333;
  font-weight: bold;
}

#login-wrap .login2 .check2 .logout a {
  color: #333;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  letter-spacing: .3rem;
  font-size: 12px;
}

#login-wrap .login2 .check2 .logout a:hover {
  color: #2b60a7
}

#login-wrap .login2 .bt2 {
  width: 100%;
  display: flex;
  padding: .35rem 0;
}

#login-wrap .login2 .bt2 button {
  width: 100%;
  border: none;
  background: transparent;
  letter-spacing: -0.1rem;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

#login-wrap .login2 .bt2 button:hover {
  text-decoration: underline;
}

/*  ==================================== */



#home {
  width: 100%;
  height: 100%;
  background-color: #151515;
  background-image: url(../images/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height: 654px;
  position: relative;
}

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: midnightblue;
}



/*--------*/





#home .home-list {
  margin-top: 1.2rem;
  text-align: center;
}

#home .home-list .home-item {
  margin-bottom: 3rem;
  /*   padding: 0 50px; */
}

#home .home-list .home1 {
  width: 75%;
}

#home .home-list .home2 {
  width: 25%;
}


#home .home-list .bgrid .login {
  margin-top: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}





/* ------------------------------------------------------------------- 
 * responsive:
 * about-us
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  #home .home-list .home1 {
    width: 70%
  }

  #home .home-list .home2 {
    width: 30%
  }

  #home .home-list .home-item {
    padding: 0 30px;
  }

  #home {
    height: auto;
    padding: 10rem 0 4rem;
  }

}



@media only screen and (max-width: 1024px) {

  #home .home-list .home1 {
    width: 65%;
  }

  #home .home-list .home2 {
    width: 35%;
    margin-top: -46px;
  }

  #home .home-list .home-item {
    padding: 0 40px;
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 95px;
  }
}

@media only screen and (max-width: 900px) {




  #home .home-list .home1 {
    width: 65%;
  }

  #home .home-list .home2 {
    width: 35%;
  }

  #home .home-list .login {
    width: 100%;
    clear: both;
    float: left;
  }

  #home .home-list .login2 {
    width: 100%;
    clear: both;
    float: left;
  }

  #home .home-list .home-item {
    padding: 0 20px;
  }

  #home .home-content-tablecell .main_btn {
    padding: 0 10px;
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 80px;
  }

  #home .home-content-tablecell .main_btn a {
    font-size: 14px
  }
}

/*
@media only screen and (max-width:850px) {
  #home .home-list .home1 {width:62%;}
  #home .home-list .home2 {width:38%;}
  #home .home-list .home2 .login {width:100%; padding-top:25px;}
  #home .home-content-tablecell .main_btn ul li {width:85px;}	
	
}
*/




@media only screen and (max-width: 770px) {

  #home {
    padding: 0;
  }

  .home-content-tablecell .row {
    padding-left: 15px;
    padding-right: 15px;
  }


  #home .home-content {
    max-width: 550px;
  }

  #home .home-list .home-item {
    padding: 0 15px;
  }

  header .header-logo {
    left: 13px;
    top: 11px;
  }

  header .header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 60px;
    height: 26px;
    background: url("../images/lumi_logo_2.0.png") no-repeat center;
    /* background: url('../images/lumi_logo.png') no-repeat center; */
    background-size: 60px 26px;
    font: 0/0 a;
    text-shadow: none;
  }

  #home .home-list .home1 {
    width: 100%
  }

  #home .home-list .home2 {
    width: 100%;
    padding-top: 40px;
  }

  #home .home-list .bgrid .login {
    padding: 0 50px;
  }

  #home .home-list .home2 .login .name img {
    margin: 2% 0% -3% 2%
  }

  #home .home-list .home2 .login .pw img {
    margin: 2% 0% -3% 2%
  }

  #home .home-list .home2 .login .check ul {
    display: inline-block;
    margin-left: 0
  }

  #home .home-list .home2 .login .check ul li {
    float: left;
    padding: 0 5px;
  }


  #home .home-list .home2 .login2 {
    padding: 0 50px;
  }

  #home .home-list .home2 .login2 .check2 ul {
    display: inline-block;
    margin-left: 0
  }

  #home .home-list .home2 .login2 .check2 ul li {
    float: left;
    padding: 0 5px;
  }




  #home .home-content-tablecell .main_btn {
    float: none;
    left: 0;
    /* width: 100%; */
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -50px;
    background: none;
  }

  #home .home-content-tablecell .main_btn ul {}

  #home .home-content-tablecell .main_btn ul li {
    width: 95px;
    font-size: 14px;
  }

  #v_01 ul li p {
    font-size: 12px;
  }

  #v_02 ul li p {
    font-size: 12px;
  }

  #v_03 ul li p {
    font-size: 12px;
  }


  /*   #v_02 ul li {width:82px; font-size: 13px;} */


  #home .home-content-tablecell .hr {
    width: 100%;
    top: -70px;
    display: none;
  }

  /*   #main {height: auto} */
  #main .hr-area {
    display: none
  }

  #login-trigger {
    width: 80%;
    right: 10%
  }

  #login-wrap {
    width: 80%;
    right: 10%
  }

  #login-wrap .login .check ul li {
    display: table;
  }

  #login-wrap .login .bt button {
    text-align: right;
    width: 95%
  }

  #login-wrap .login .bt {
    margin-top: 0
  }




}

@media only screen and (max-width: 600px) {

  /*   #home {padding: 5rem 0 2rem;} */
  #home .home-list .home2 {
    padding-top: 0;
  }

  .home-content-tablecell .row {
    padding-left: 15px;
    padding-right: 15px;
  }


  #home .home-list .home-item {
    /*     padding: 0 10px; */

  }

  #home .home-content-tablecell .main_btn {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 80px;
    padding: 0
  }

  #home .home-content-tablecell .main_btn ul li p {
    font-size: 14px;
  }

  #home .home-list .bgrid .login {
    padding: 0 30px;
  }

  #home .home-list .bgrid .login2 {
    padding: 0 30px;
  }
}



@media only screen and (max-width: 400px) {
  #home .home-list .home-item {
    padding: 0;
  }
}







/*---------*/









#v_01 ul li p {
  font-size: 13px;
  letter-spacing: -1px;
}

#v_02 ul li p {
  font-size: 13px;
  letter-spacing: -1px;
}

#v_03 ul li p {
  font-size: 13px;
  letter-spacing: -1px;
}


#home .main_btn_wrapper {
  display: none;
}

/* #home .main_btn::before {content: ""; width:100%; height:1px; background: rgba(255,255,255,0.1); position: absolute; margin: 0 auto; left: 0;} */

#home .main_btn {
  display: inline-block;
  margin: 0;
  /* padding:0 20%; */
  text-align: center;
  position: relative;
  float: left;
  /* top:55px; */
  /*  background: rgba(0,0,0,.05); */
  left: 0;
  border-left: 5px solid #fff
}

#home .main_btn a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

#home .main_btn ul {
  position: relative;
  margin: 0 auto;
  float: left;
}

/*#home .main_btn ul li{ width: 110px;padding: 20px 10px;box-sizing: border-box;} */
#home .main_btn ul li:hover {
  /*background-color: rgba(255, 255, 255, 0.2)*/
}

#home .main_btn ul li p {
  text-align: center;
  padding: 5% 0;
  margin-bottom: 0;
  /* line-height: 1.5 */
}

/*
#home .main_btn ul li span {display:block; margin:0 auto; width:30px; height:3px; background:#fff;}
*/


#home .main_btn ul li {
  width: 110px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 160, 80, 0);
  float: left;
  height: 80px
}

#home .main_btn ul li::before,
#home .main_btn ul li::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.5s;
}

#home .main_btn ul li::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
}

#home .main_btn ul li::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0;
}


#home .main_btn ul li:hover::after,
#home .main_btn ul li:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}


#home .main_btn ul li:hover {
  border: 1px solid rgba(0, 160, 80, 0);
  color: #FFF;
}




#v02 ul li p {
  font-size: 14px
}




#home .login {
  width: 25%;
  margin-top: -300px;
  margin-right: 15px;
  /* margin-right:-280px; */
}

#home .login input::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal
}

#home .login .name {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex
}

/*

#home .login .name {width:100%; margin-bottom:10px; background: rgba(0,0,0,0.3); outline: none; padding:10px; font-size: 13px;
	color:#fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); border: 1px solid rgba(0,0,0,0.3); border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2; transition: box-shadow .5s ease;
}
*/

#home .login .name label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-width: 44px;
}

#home .login .name img {
  padding: 0 10px;
  border-right: 1px solid #778391;
}

#home .login .name input {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: auto;
  color: #fff;
  flex: 1
}

#home .login .pw {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  margin-top: 3%
}

#home .login .pw label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-width: 44px;
}

#home .login .pw img {
  padding: 0 10px;
  border-right: 1px solid #778391;
}

#home .login .pw input {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: auto;
  color: #fff;
  flex: 1
}

#home .login .bt {
  width: 100%;
  margin-top: 3%;
  border-radius: 5px;
}

#home .login .bt button {
  width: 100%;
  border: none;
  height: 50px;
  background: url('../images/background-login.png') no-repeat;
  background-size: cover;
  border-radius: 5px;
  border: 1px solid #0e1e33;
  margin-bottom: 0.2rem;
}

#home .login .check {
  width: 100%;
  /* margin-top:3% */
}

#home .login .check ul {
  float: left;
}

#home .login .check ul li {
  font-size: 13px;
  text-align: left;
  height: 23px;
}

#home .login .check ul:last-child {
  float: right;
}

#home .login .check label {
  padding-left: 5px;
  color: #fff
}

#home .login .join {
  color: #fff;
  /* text-decoration:underline; */
  font-weight: bold;
}

#home .login .form_login .join a:hover {
  color: #6995c6;
}








#home .login2 .private {
  width: 100%;
  height: 40px;
}

#home .login2 .private span {
  color: #fff;
  font-size: 1.4rem;
  vertical-align: text-top;
}

#home .login2 .private .user_name {
  font-size: 1.4rem;
  font-weight: bold;
}

#home .login2 .private ul {
  float: right;
}

#home .login2 .private ul li {
  font-size: 13px;
  text-align: left;
  height: 23px;
}

#home .login2 .private .logout {
  color: #fff;
  line-height 13px;
  font-weight: bold;
  margin-top: 6px
}

#home .login2 .private .logout a:hover {
  opacity: 0.5;
}



#home .login2 .user_btn {
  width: 100%;
  height: 40px;
  display: flex;
}

#home .login2 .user_btn .question_btn {
  width: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(100, 100, 100, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  margin-top: 3%;
  flex: 1;
}

#home .login2 .cm_btn {
  width: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(100, 100, 100, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  margin-top: 3%;
  flex: 1;
}

#home .login2 .question_btn span {
  font-size: 13px;
  letter-spacing: -0.1rem;
  position: relative;
  top: -7px;
}

#home .login2 .cm_btn span {
  font-size: 13px;
  letter-spacing: -0.1rem;
  position: relative;
  top: -7px;
}


#home .login2 .bt2 {
  width: 100%;
  margin-top: 3%;
  border-radius: 5px;
}

#home .login2 .bt2 button {
  width: 100%;
  border: none;
  height: 50px;
  background: url('../images/background-login.png') no-repeat;
  background-size: cover;
  border-radius: 5px;
  border: 1px solid #0e1e33;
  margin-bottom: 0.2rem;
  letter-spacing: -0.1rem;
  margin-top: 3%
}


#home .login2 .check2 {
  width: 100%;
  /* margin-top:3% */
}

#home .login2 .check2 ul {
  float: left;
}

#home .login2 .check2 ul li {
  font-size: 13px;
  text-align: left;
  height: 23px;
}

#home .login2 .check2 ul:last-child {
  float: right;
}

#home .login2 .check2 label {
  padding-left: 5px;
  color: #fff
}

#home .login2 .check2 .logout {
  color: #fff;
  /* text-decoration:underline; */
  font-weight: bold;
}

#home .login2 .check2 .logout a:hover {
  opacity: 0.5;
}






/*로그인추가*/



/* 로그인끝 */


#main .hr {
  width: 100%;
  max-width: 1520px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 28px;
  margin: 0 auto;
  padding: 0
}

#main .hr ul {
  display: flex;
}

#main .hr ul li {
  flex: 1;
  /* border-right: 1px solid rgba(255, 255, 255, 0.04); */
}


#main .hr ul li:last-child {
  border: none;
  float: right;
}

#main .hr ul li h3 {
  font-size: 2.2rem;
  letter-spacing: -1px;
  color: #fff
}

#main .hr .txt {
  color: #fff;
  font-size: 12px;
}



.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}

.home-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  padding-bottom: 15rem;
}

.home-content-tablecell h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}

.home-content-tablecell h1 {
  font-family: "montserrat-bold", serif;
  font-size: 5.8rem;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: -1px;
  position: relative;
  top: -24px
    /*   margin-top:-70px; */
}

.home-content-tablecell h1 p {
  margin-bottom: 0;

}

.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}

.home-content-tablecell .more .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* home social-list */
.home-social-list {
  position: absolute;
  right: 36px;
  bottom: 55px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}

.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

/*
.home-social-list li {
  padding-left: 0;
}
.home-social-list li a, .home-social-list li a:visited {
  color: #FFFFFF;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #151515;
}
*/

.home-socual-list .social_icon {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.home-social-list .blog {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin-bottom: 12px;
  background: url(../images/nav_icon_01.png) no-repeat;
  background-size: 30px 30px;
}

.home-social-list .face {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px 30px;
}




/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}

.scrolldown i {
  padding-left: 9px;
}

.scrolldown a:hover,
.scrolldown a:focus,
.scrolldown a:active {
  color: #151515 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-5px);
  }

  40% {
    -webkit-transform: translateX(20px);
  }
}

@keyframes animate-it {

  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-5px);
  }

  40% {
    -webkit-transform: translateX(20px);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */


@media only screen and (max-width: 1400px) {
  .home-content-tablecell h1 {
    font-size: 5.8rem;
    line-height: 1.6;
  }

  #home .hr ul li h3 {
    font-size: 2rem
  }

  #home .main_btn {
    top: -30px
  }

  #home .hr {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1300px) {
  .home-content-tablecell h1 {
    padding-left: 35px
  }

  #home .main_btn {
    left: 34px;
    top: -30px
  }
}



@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }

  .home-content-tablecell h1 {
    font-size: 4.8rem;
    padding-left: 10px;
  }

  #home .main_btn {
    left: -18px;
    border: none;
    position: relative;
    top: -80px
  }
}

@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }

  .home-content-tablecell h1 {
    font-size: 3.6rem;
    position: relative;
    top: -54px
  }

  #home .main_btn {
    top: -152px;
  }

}

@media only screen and (min-width: 770px) {
  .only-mobile {
    display: none;
  }
}

@media only screen and (max-width: 770px) {

  /*
  .home-content-tablecell .row {
    max-width: 600px;
  }
*/
  .only-mobile {
    display: block;
  }

  .only-pc {
    display: none;
  }

  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }


  #home .hr ul li h3 {
    font-size: 1.8rem;
  }


  .home-content-tablecell h1 {
    font-size: 6.5rem;
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .home-content-tablecell h1 br {
    display: none;
  }

  .home-social-list {
    left: 36px;
    bottom: 30px;
    font-size: 2.1rem;
    display: none;
  }

  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
}


@media only screen and (max-width: 600px) {
  /* #home {
    min-height: 702px;
  }
   */

  .home-content-tablecell h1 {
    font-size: 5rem;
    text-align: center;
    margin-top: -50px;
  }

  .home-content-tablecell .row {
    /*     max-width: 480px; */
    /*
    padding-top: 12rem;
    padding-bottom: 12rem;
*/

  }

  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }


}

@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    /*
    max-width: 420px;
*/
  }

  #home {
    padding: 0;
  }

  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }

  .home-content-tablecell h1 {
    font-size: 4.4rem;
    clear: both;
    margin-top: -30px
  }

  #home .home-content-tablecell .main_btn {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 70px;
    padding: 0
  }

  #home .home-content-tablecell .main_btn ul li p {
    font-size: 13px;
  }

  #v_01 ul li p {
    font-size: 13px;
  }

  #v_02 ul li p {
    font-size: 13px;
  }

  #v_03 ul li p {
    font-size: 13px;
  }


  #home .home-list .bgrid .login {
    margin-top: 0;
    padding: 0;
    position: relative;
    top: -20px
  }

  #home .login .check ul li {
    font-size: 12px;
  }

  .home-social-list {
    left: 30px;
    bottom: 30px;
    font-size: 1.8rem;
  }

  .home-social-list::before {
    height: 24px;
  }

}

@media only screen and (max-width: 440px) {
  .home-content-tablecell h1 {
    font-size: 4.2rem;
    clear: both;
    margin-top: -30px
  }


  #home .home-content-tablecell .main_btn ul li {
    width: 64px;
    padding: 0
  }

  #home .home-content-tablecell .main_btn ul li {
    letter-spacing: -1px;
  }

  #home .home-list .home2 .login .check ul li {
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 400px) {

  /* #home {
    min-height: 654px;
  }
   */
  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }

  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }

  .home-content-tablecell h1 {
    font-size: 4.4rem;
    margin-top: 50px;
    padding-bottom: 5px;
  }


  #home .home-content-tablecell .main_btn {
    padding-bottom: 0
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 68px;
    padding: 0
  }



  #home .home-content-tablecell .main_btn ul li p {
    font-size: 14px;
  }

  #home .home-list .bgrid .login {
    margin-top: 0;
  }

  #login-wrap .login .join {
    padding: 15px 0 0 0
  }

  #login-wrap {
    height: 240px
  }

  #login-wrap .login .name {
    margin: 0rem 1rem 0px 1rem
  }

  #login1 {
    margin-bottom: 3rem
  }

  #login-wrap .login2 .user_btn {
    line-height: 0
  }

  #login-wrap .login2 .bt2 {
    height: 35px;
    padding: 0
  }

  #login-wrap .login2 .bt2 button {
    height: 35px;
    line-height: 35px;
  }

  #login-wrap .login2 .user_btn .question_btn {
    height: 35px
  }

  #login-wrap .login2 .cm_btn {
    height: 35px
  }

  #login-wrap .login2 .question_btn span {
    top: -9px;
  }

  #login-wrap .login2 .cm_btn span {
    top: -9px
  }

}



@media only screen and (max-width: 360px) {
  #home {
    min-height: 580px
  }


  #home .home-content-tablecell .main_btn ul li {
    width: 66px;
    padding: 0
  }

  #home .home-content-tablecell .main_btn ul li p {
    font-size: 13px
  }


  .home-content-tablecell h1 {
    font-size: 4rem
  }



}


@media only screen and (max-width: 320px) {


  .home-content-tablecell h1 {
    font-size: 3.2rem;
    padding: 0;
    margin-top: 50px;
  }

  #home .home-list .bgrid .login {
    margin-top: -20px
  }

  #home .home-content-tablecell .main_btn {
    margin-top: -10px
  }

  #home .home-content-tablecell .main_btn ul li {
    width: 56px;
    padding: 0
  }

  #home .home-content-tablecell .main_btn ul li p {
    font-size: 12px
  }

  #home .home-list .home2 .login .check ul li {
    clear: both
  }

}






/* ===================================================================
 *  14. stats - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#stats {
  background-color: #000;
  position: relative;
  padding: 6rem 0 6rem;
  display: none
}

#stats .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-color: #000000;
}

#stats .stat {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

#stats .stat:last-child {
  border: none;
}

#stats .stat .icon-part {
  color: #fff;
}

#stats .stat .icon-part i {
  font-size: 4rem;
}

#stats .stat h5 {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 100;
  font-family: 'NanumBarunGothic'
}

#stats .stat h3 {
  color: #fff;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin: 1.5rem 0 0 0;
  padding-top: 1.5rem;
  line-height: 1;
  font-family: "montserrat-bold", sans-serif;
  position: relative;
  text-align: center;
}

/*

#stats .stat h3::before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 3px;
	background-color: rgba(5, 100, 139, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}
*/

/* ------------------------------------------------------------------- 
 * responsive:
 * stats
 * ------------------------------------------------------------------- */
@media only screen and (max-width:770px) {

  #stats {
    display: block;
  }

  #stats .stat:nth-child(n) {
    border: none;
    padding-bottom: 2.3rem;
  }

  #stats .stat h3 {
    font-size: 2.3rem;
    letter-spacing: -1px;
  }

  #stats .bgrid {
    width: 33.3333%;
    padding: 0 15px
  }

  #stats .block-tab-1-3 .bgrid:nth-child(3n+1),
  .block-tab-1-2 .bgrid:nth-child(2n+1) {
    clear: none;
  }
}

@media only screen and (max-width:670px) {
  #stats .stat h3 {
    font-size: 2.1rem
  }

}


@media only screen and (max-width:530px) {

  #stats .bgrid {
    width: 100%;
  }

  #stats .stat h3 {
    font-size: 2.5rem
  }

}

@media only screen and (max-width:480px) {

  #stats {
    clear: both;
    padding: 2rem 0 2rem;
  }

  #stats .stat h3 {
    font-size: 2.5rem
  }
}







/* ===================================================================
 *  11. tech - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#tech {
  position: relative;
  padding: 4.2rem 0 12rem;
  background-color: #FFFFFF;
  /*   background-image: url(../images/bg--.jpg); */
  height: 100%;
  min-height: 904px;
  text-align: center;
  padding: 15rem 0 15rem
}

#tech .tech-wrap {
  max-width: 1200px;
}

/*
#tech span {
  color: #07617d;
}
*/
#tech h3 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}





#tech h3::before {
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#tech .lead {
  font-family: "librebaskerville-bold", serif;
  font-size: 4rem;
  line-height: 1.8;
  color: #2e383f;
  margin-top: 6rem;
}


/**/


/* ==========================================================================
	technology
========================================================================== */
#tech .person {
  width: 33.3333%
}


.img-responsive {
  width: 85%;
  display: block;
  text-align: left
}

.person-content {
  margin-top: 20px;
}

.person h4 {
  font-weight: bold;
  font-size: 1.25em;
  color: #333;
  font-family: 'NanumBarunGothic';
  text-align: left;
  margin-bottom: 10px
}

.person h5 {
  font-weight: normal;
  letter-spacing: -1px;
  font-size: 1em;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'NanumBarunGothic';
}

.person p {
  text-align: left;
  font-size: 0.875em;
  color: #888;
  letter-spacing: -1px;
  line-height: 26px;
  font-family: 'NanumBarunGothic';
}

.person .center .img-responsive {
  margin: 0 auto;
  text-align: center
}

.person .center h4 {
  padding: 0 28px
}

.person .center h5 {
  padding: 0 28px
}

.person .center p {
  padding: 0 28px
}

.person .center .more-icons {
  padding: 0 28px
}


.person .right .img-responsive {
  margin: 0 58px
}

.person .right h4 {
  padding-left: 56px
}

.person .right h5 {
  padding-left: 56px
}

.person .right p {
  padding-left: 56px
}

.person .right .more-icons {
  padding-left: 56px
}


.more-icons {
  margin-top: -10px;
  text-align: left;
}

.more-icons li,
.footer .footer-share li {
  float: left;
}

.more-icons a,
.footer .footer-share a {
  border: 1px solid #e8ecee;
  color: #c6cacc;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 110px;
}

.more-icons a:hover,
.footer .footer-share a:hover {
  background-color: #0060ad;
  border-color: #0060ad;
  color: #fff;
}

/* ==========================================================================
	 * responsive:
	 * technology
========================================================================== */
.person {
  margin: 0 auto 50px;
}

.person-content {
  text-align: center;
}

.person .more-icons li {
  display: inline-block;
  float: none;
  margin-bottom: 5px;
}
}
































/**/

#tech .con_box {
  margin: 0 auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  /*     box-shadow: 10px 10px 10px #eee */
  ;
}

#tech .con_box .left {
  width: 50%;
  height: auto;
  float: left;
}

#tech .con_box .left .tech_txt {
  width: 368px;
  /*height:180px;*/
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  padding: 2px 0;
}

#tech .con_box .left .tech_txt:nth-child(3) {
  border-bottom: none;
}

#tech .con_box .left .tech_txt .title_txt {
  font-family: 'NanumBarunGothic';
  font-size: 1.25em;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
}

#tech .con_box .left .tech_txt .txt {
  /*font-family: 'Open Sans';*/
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  color: #4c4c4c
}

#tech .con_box .left .tech_txt .t_1 {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #888;
  margin-top: -3px;
}




#tech .con_box .left .tech_txt .tech_btn {
  font-family: 'Open Sans';
  border: 1px solid #000;
  color: #333;
  width: 160px;
  margin-bottom: 13px;
}

#tech .con_box .left .tech_txt .tech_btn {
  text-decoration: none;
}

#tech .con_box .left .tech_txt .tech_btn a {
  color: #333;
}


.btn1 {
  width: 100%;
  border: none;
  font-family: 'Open Sans';
  font-size: 18px;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  padding: 4px 30px;
  text-transform: uppercase;
  font-weight: 400;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


#tech .con_box .left .tech_txt .tech_btn .treead:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2b66ac;
}

#tech .con_box .left .tech_txt .tech_btn .treead:hover,
#tech .con_box .left .tech_txt .tech_btn .treead:active {
  color: #fff;
}

#tech .con_box .left .tech_txt .tech_btn .treead:hover:after,
#tech .con_box .left .tech_txt .tech_btn .treead:active:after {
  width: 100%;
}




#tech .con_box p {
  opacity: 0;
}

#tech .con_box .back1 {
  font-family: 'NanumBarunGothic';
  font-weight: 700;
  font-size: 326px;
  color: #e4e7ea;
  position: absolute;
  top: -60px;
  left: -92px;
  transform: translateX(-50px);
}

#tech .con_box .back2 {
  font-family: 'NanumBarunGothic';
  font-weight: 700;
  font-size: 326px;
  color: #e4e7ea;
  position: absolute;
  top: 150px;
  right: -92px;
  transform: translateX(50px);
}

#tech .con_box .left .txt1 {
  position: relative;
  z-index: 1;
  margin: 0 0 72px;
}

#tech .con_box .left .txt1 p {
  font-family: 'NanumBarunGothic';
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  color: #41434a;
}

#tech .con_box .left .txt2 {
  position: relative;
  z-index: 1;
}

#tech .con_box .left .tech_txt .txt2 .p_logo {
  margin: 0;
  padding: 0;
}

#tech .con_box .left .tech_txt .txt2 .t_1 {
  margin: 0;
  padding: 0;
}

#tech .con_box .left .tech_txt .txt2 .des {
  padding: 2% 0;
  margin: 0 auto;
  font-size: 0.875em;
  line-height: 26px;
}

#tech .con_box .left .txt2:hover .p_logo .img-ready {
  background: url('../images/ready_1.png')
}

#tech .con_box .left .txt2:hover .p_logo .img-chamelead {
  background: url('../images/camelead_1.png')
}

#tech .con_box .left .txt2:hover .p_logo .img-treead {
  background: url('../images/treead_1.png')
}

/* .tech .con_box .left .txt2 p {font-size:16px; line-height:26px;  color:#53545a; transform:translateX(-50px);} */
#tech .con_box .left .btns {
  display: inline-block;
  opacity: 0;
  transform: translateX(-50px);
}

#tech .con_box .left .btns>* {
  float: left;
  margin-left: 10px;
}

#tech .con_box .left .btns>*:first-child {
  margin-left: 0px;
}

#tech .con_box .right {
  float: right;
  position: relative;
  width: 50%;
  right: 10px;
  height: auto;
}

/*#main .main_contents2 .right:before {display:block; content:''; width:203px; height:1px; background:#9a9da6; position:absolute; top:0; left:-130px;}*/

#tech .con_box .fp-tableCell {
  background-position-y: 150px;
  transition: all 1.5s;
}

#tech .con_box p {
  opacity: 1;
  transform: translateX(0) !important;
}

#tech .con_box .back1 {
  transition: all 1.5s;
}

#tech .con_box .back2 {
  transition: all 1.5s;
}

#tech .con_box .left .txt1 p:nth-child(1) {
  transition: all 0.5s 0.2s;
}

#tech .con_box .left .txt1 p:nth-child(2) {
  transition: all 0.5s 0.3s;
}

#tech .con_box .left .txt1 p:nth-child(3) {
  transition: all 0.5s 0.4s;
}

#tech .con_box .left .txt2 p:nth-child(1) {
  transition: all 0.5s 0.3s;
}

#tech .con_box .left .txt2 p:nth-child(2) {
  transition: all 0.5s 0.4s;
}

#tech .con_box .left .txt2 p:nth-child(3) {
  transition: all 0.5s 0.5s;
}

#tech .con_box .left .txt2 p:nth-child(4) {
  transition: all 0.5s 0.6s;
}

#tech .con_box .left .btns {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0.7s;
}



#tech .link {
  float: right;
  margin-right: -14px;
  height: 0;
  margin-top: 15px;
}



#tech .dis-link2 {

  background: url(../images/link-bg.png) no-repeat;
  background-position: -106px 33px;
  display: Table;
  padding: 15px 20px 15px 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  min-width: 89px;
  margin-top: 20px;
}

#tech .dis-link2:hover {
  background-position: 0px 33px;
}

#tech .dis-link img {
  vertical-align: middle;
  margin-left: 10px;
}






#tech .con_box .extra {
  width: 100%;
}

#tech .con_box .extra .elm {
  text-align: center;
  display: inline-block;
  float: left;
  width: 50%;
  height: 236px;
}

#tech .con_box .extra .elm div {
  display: block;
  padding: 35px 0;

}


/*
#tech .con_box .extra .bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/adtech.jpg');
	
	
}	
*/

#tech .con_box .extra .elm div h2 {
  font-family: 'NanumBarunGothic';
  font-size: 2em;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-top: 5px;

  /* 	margin-top: 60px */
}

#tech .con_box .extra .elm div h4 {
  font-family: 'NanumBarunGothic';
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
  /*
	padding-bottom: 10px;
	margin-top: 55px;
*/
  margin: 0;
}

#tech .con_box .extra .elm div p {
  margin-bottom: 0;

  /*
	font-size: 20px	;
	padding: 5px 0 ;
*/
}


#tech .con_box .extra .elm div p.des {
  font-size: 0.875em;
  color: #888;
  letter-spacing: -1px;
  margin-top: 10px;
  line-height: 26px;
  padding-top: 10px;

}

#tech .con_box .extra .elm div p.des:before {
  content: '';
  position: absolute;
  width: 70%;
  background: #d9d9d9;
  display: block;
  height: 1px;
  top: -2px;
}

#tech .con_box .extra .elm .tech-btn-wrap {
  font-family: 'NanumBarunGothic';
}

.tech-btn .txt {
  font-family: 'NanumBarunGothic';
}




.tech-btn {
  border: none;
  width: 120px;
  height: 30px;
  font-family: 'NanumBarunGothic';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 0 30px;
  display: inline-block;
  margin: 9px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tech-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.btn-4 {
  /* border-radius: 50px; */
  border: 1px solid #000;
  color: #000;
  overflow: hidden;

}

.btn-4:active {
  border-color: #17954c;
  color: #17954c;
}

.btn-4:hover {
  background: #fff;
  border: 1px solid #000;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  /* top: 0; */
  margin-top: -24px;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.btn-4:active:before {
  color: #17954c;
}

.btn-4c:before {
  left: 70%;
  opacity: 0;
  /* top: 0; */
}

.btn-4c:hover:before {
  left: 80%;
  opacity: 1;
}







/* ------------------------------------------------------------------- 
 * responsive:
 * tech 
 * ------------------------------------------------------------------- */


@media only screen and (max-width: 1200px) {
  #tech {
    height: auto;
  }

  #tech .person {
    width: 50%
  }

  #tech .person .img-responsive {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }

  #tech .person h4 {
    padding: 0 20px
  }

  #tech .person h5 {
    padding: 0 20px
  }

  #tech .person p {
    padding: 0 20px;
  }

  #tech .person .more-icons {
    padding: 0 20px;
  }

  #tech .person .right .img-responsive {
    margin: 0 auto
  }

}


@media only screen and (max-width: 1024px) {
  tech {
    min-height: 800px;

  }

  #tech .tech-wrap {
    max-width: 860px;
  }

  #tech .lead {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 900px) {
  #tech .tech-wrap {
    max-width: 780px;
  }

  #tech .lead {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 770px) {

  #tech {
    min-height: 1300px
  }

  #tech .person {
    width: 100%;
  }

  #tech .person .img-responsive {
    width: 100%;
    padding: 0
  }

  #tech .person h4 {
    padding: 0
  }

  #tech .person h5 {
    padding: 0
  }

  #tech .person p {
    padding: 0
  }

  #tech .person .more-icons {
    padding: 0
  }



  #tech h3 {
    font-size: 1.7rem;
  }

  /*
  #tech .tech-wrap {
    max-width: 680px;
  }
*/
  #tech .lead {
    font-size: 3.1rem;
  }

  #tech .con_box .right {
    width: 100%;
    /* border-bottom: 1px dashed #eee */
  }

  #tech .con_box .right img {
    width: 80%
  }


  #tech .con_box .left {
    width: 100%
  }

  #tech .con_box .left .tech_txt {
    width: 100%;
    border-bottom: none;
  }

  #tech .con_box .left .tech_txt .title_txt {}

  #tech .con_box .left .tech_txt .txt2 .des br {
    display: none
  }

  #tech .con_box .extra .elm {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f7f7f7;
  }

  #tech .con_box .extra .elm h4 {
    text-align: left;
  }

  #tech .con_box .extra .elm .rm-m {
    font-size: 16px;
    text-align: left;
  }

  #tech .con_box .extra .elm .des {
    text-align: left;
    letter-spacing: 0;
  }

  #tech .con_box .extra .elm:nth-child(4) {
    border-bottom: none;
  }

  #tech .con_box .extra .elm .tech-btn-warp {
    padding-bottom: 20px;
  }

  .tech-btn {
    float: left;
    margin: 10px 0;
  }

  .btn-4 {
    border: 1px solid #000
  }

}

@media only screen and (max-width: 600px) {
  #tech {
    min-height: 1200px
  }

  #tech .tech-wrap {
    max-width: 560px;
  }

  #tech .lead {
    margin-top: 4.8rem;
    font-size: 2.8rem;
  }

  #tech .con_box .extra .elm div {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 500px) {
  #tech {
    min-height: 1150px
  }

  #tech h3 {
    font-size: 1.5rem;
  }

  #tech .lead {
    font-size: 2.5rem;
  }

  #tech .con_box .left .tech_txt {
    padding: 5px 0
  }

  #tech .con_box .extra .elm {}

  #tech .con_box .extra .elm div {
    clear: both;
    padding: 20px 0
  }

  #tech .con_box .extra .elm .des .none {
    display: none;
  }

  #tech .con_box .extra .elm div p.des {
    margin-top: 0
  }

  #tech .con_box .extra .elm div {
    padding: 10px 0;
  }

  #tech .con_box .extra .elm .tech-btn-warp {
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 400px) {
  #tech {
    padding: 4.2rem 0 9.6rem;
    min-height: 1000px
  }

  #tech .about-wrap {
    max-width: 380px;
  }

  #tech .lead {
    font-size: 2.3rem;
  }

  #tech .con_box .extra .elm div h2 {
    font-size: 1.8em;
    line-height: 1.5;
  }

}

@media only screen and (max-width: 360px) {
  #tech .con_box .extra .elm div h4 {
    font-size: 22px
  }

  #tech .con_box .extra .elm .rm-m {
    font-size: 15px;
  }

  #tech .con_box .extra .elm div {
    padding: 10px 0;
  }
}



/* ===================================================================
 *  12. about-us - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about-us {
  /* background-color: #19191b; */
  background-color: #fff;
  /* background-image: url(../images/bg_02.jpg); */
  background-image: url(../images/bg-aboutus-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 950px;
  position: relative;
  padding: 15rem 0 15rem;
  color: rgba(255, 255, 255, 1);
}

#about-us .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.1);
}

/* #about-us .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
} */
#about-us .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}

#about-us .section-intro h1 {
  color: #FFFFFF;
}

#about-us .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}

/*

#about-us .about-us-content {
  text-align: center;
  max-width: 1040px;
}
*/

#about-us .about-us-content .left {
  text-align: left;
  margin-top: 26px;
  margin-left: -20px;
}

#about-us .about-us-content .colors {
  margin-top: 4px;
}

#about-us .about-us-content .colors span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: red;
  vertical-align: text-top;
}

#about-us .about-us-content .colors span:nth-child(1) {
  background: url('../images/ci_1.jpg');
}

#about-us .about-us-content .colors span:nth-child(2) {
  background: url('../images/ci_3.jpg');
  width: 14px;
  height: 14px;
}

#about-us .about-us-content .colors span:nth-child(3) {
  background: url('../images/ci_2.jpg');
}

#about-us .about-us-list {
  margin-top: 1.2rem;
  text-align: center;
}

#abous-us .about-us-list .about-us-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}

#about-us .abous-us-list .about-us-item p {
  color: rgba(242, 242, 242, 0.5);
}

#about-us .about-us-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}

#about-us .about-us-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}

/* 리뉴 2022 */
#about-us .about-us-content .wrap {
  margin-top: -15px;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  height: 460px;
}

#about-us .about-us-content .wrap .left_box {
  width: 40%;
  float: left;
  padding: 2.2em 1.8em;
}

#about-us .about-us-content .wrap .left_box h2.tit {
  text-align: left;
  font-size: 1em;
  color: #5f9fff;
}

#about-us .about-us-content .wrap .left_box h3.tit {
  text-align: left;
  font-size: 1.85em;
  letter-spacing: -1px;
}

#about-us .about-us-content .wrap .left_box h4.tit {
  text-align: left;
  font-size: 1.8em;
  letter-spacing: -2px;
}

#about-us .about-us-content .wrap .right_box {
  width: 60%;
  float: left;
  padding: 2.2em 2em;
}



#about-us .about-us-list .title_txt {
  text-align: left;
  font-size: 40px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  padding: 2% 0;
}

#about-us .about-us-list .title_txt::before {
  content: "";
  position: absolute;
  width: 44px;
  margin-top: 44px;
  height: 1px;
  background: #fff;
  display: block;
}

#about-us .about-us-list .h05 {
  font-size: 2.04rem;
  padding: 10px 0;
  line-height: 1.765;
  /* color: #FFFFFF; */
  color: rgb(51, 51, 51);
  margin: 1rem 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: 'NanumBarunGothic';

}

#about-us .about-us-list .t_2 {
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 26px;
  /*color:#fff;*/
  color: rgb(51, 51, 51);
  margin: 0;
  text-align: left;
  font-family: 'NanumBarunGothic';

}

#about-us .about-us-list .t_2 .none {
  display: none;
}

#about-us .about-us-list .blue {
  color:
    /* #005fae; */
    #5f9fff;
  font-weight: bold;
}

#about-us .about-us-list .bold {
  font-weight: bold;
}

#about-us .about-us-list p {
  font-size: 14px;
  font-family: 'NanumBarunGothic';
  font-weight: 100;
  letter-spacing: -1px;
  color: #fff;
  margin: 0;

}

#about-us .about-us-list .sign {
  display: inline-block;
  position: relative;
  color: #fff;
  padding-top: 10px;
}

#about-us .about-us-list .sign .txt {
  float: right;
  position: relative;
  color: #fff;
  right: 194px;
  top: 30px;
}

#about-us .about-us-list .sign img {
  float: right;
  margin-right: -55px;
}

#about-us .history {
  /* width:1560px; */
  /* width:1160px;  */
  display: block;
  position: relative;
  text-align: center;
  background-image: url('../images/history_line_a.png');
  background-repeat: repeat-x;
  background-position: 0px;
}

#about-us .history2 {
  /* width:1160px; */
  display: block;
  position: relative;
  text-align: center;
  margin-top: 90px;
  background-image: url('../images/history_line_a.png');
}

#about-us .mobile_history {
  display: none;
}

/* 리뉴 2022 */
#about-us .history h4.tit {
  text-align: left;
  font-size: 1.8em;
  letter-spacing: -2px;
  color: #fff;
  margin-top: 40px;
  padding-bottom: 24px;
}

#about-us .history a {
  color: #fff;
  text-decoration: none;
}

#about-us .history ul {
  color: #fff;
  display: inline-block;
  margin-left: 0;
}

#about-us .history ul li {
  float: left;
  padding: 0 35px;
  margin: 0 auto;
  margin-top: -38px;
  text-align: center;
}

/*

#about-us .history ul li:hover,li:focus {
  color: #2b65ac;  text-decoration: none;
}
*/

#about-us .history span {
  vertical-align: top;
  font-size: 14px;
  float: left;
  margin-left: 2px;
}

#about-us .history .box {
  display: block;
  position: absolute;
  padding: 16px;
  z-index: 999999;
  padding: 16px;
  left: -18px;
  bottom: 68px;
  width: 150px;
  line-height: 1.5;
  font-size: 12px;
  -webkit-border-radius: 8x;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #13368f;
  color: #fff;
  display: none;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}

#about-us .history .box::after {
  position: absolute;
  bottom: -19px;
  left: 74px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #13368f;
  border-width: 10px;
  pointer-events: none;
  content: " ";

}

#about-us .history .hide_txt {
  display: none;
}

#about-us .history .h_tooltip {
  display: inline;
  position: relative;
  z-index: 999;

}

#about-us .history .h_tooltip .txt {
  margin-bottom: 0;
  font-size: 1.02em;
  font-weight: bold;
}

#about-us .history .h_tooltip:hover .txt {
  color: #2c84cd;
}

#about-us .history. tooltip-item::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#about-us .more-icons {
  margin-top: 20px
}

#about-us .about-btn .txt {
  font-family: 'NanumBarunGothic';
  color: #fff
}

#about-us .about-btn {
  border: 1px solid #fff;
  height: 30px;
  font-family: 'NanumBarunGothic';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 0 30px;
  display: inline-block;
  margin: 25px 0;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#about-us .about-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


#about-us .btn-4 {
  /* border-radius: 50px; */
  /* 	border: 1px solid #000; */
  color: #000;
  overflow: hidden;
  float: left
}

#about-us .btn-4:active {
  border-color: #17954c;
  color: #17954c;
}

#about-us .btn-4:hover {

  border: 1px solid #fff;
}

#about-us .btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  /* top: 0; */
  margin-top: -24px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


#about-us .btn-4:active:before {
  color: #17954c;
}

#about-us .btn-4c:before {
  left: 70%;
  opacity: 0;
  /* top: 0; */
}

#about-us .btn-4c:hover:before {
  left: 80%;
  opacity: 1;
}

/* #about-us .about-us-list .t_2 .none {display: none;} */


/* ------------------------------------------------------------------- 
 * responsive:
 * about-us
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1300px) {
  #about-us {
    height: auto;
  }

  #about-us .about-us-list .about1 {
    width: 40%
  }

  #about-us .about-us-list .about2 {
    width: 60%
  }

}

/* 리뉴 2022 */
@media screen and (min-width: 1200px) {
  #about-us .history ul li {
    padding: 0 35px
  }

  /*   #about-us .about-us-list .t_2 .none {display: block;} */
}

@media (min-width:1025px) and (max-width:1200px) {
  #about-us .about-us-list .about-us-item {
    /*     padding: 0 30px; */
  }

  #about-us .history ul li {
    padding: 0 26px
  }

  #about-us .history .box {
    left: -26px;
  }

  #about-us .about-us-content .wrap {
    padding-top: 10px;
    height: 470px;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  #about-us .about-us-list .about-us-item {
    /*     padding: 0 20px; */
  }

  #about-us .history ul li {
    padding: 0 18px
  }

  #about-us .history .box {
    left: -36px;
  }

  #about-us .about-us-content .wrap {
    padding-top: 10px;
    height: 530px;
  }
}

/*추가끝*/

@media only screen and (max-width: 770px) {
  #about-us {
    padding: 12rem 0 12rem;
  }

  #about-us .about-us-content {
    /*     max-width: 550px; */
  }

  #about-us .about-us-list .about-us-item {
    /*     padding: 0 15px; */
  }

  #about-us .about-us-list .about1 {
    width: 100%;
  }

  #about-us .about-us-content .left {
    text-align: center;
    margin-left: 0;
    margin-top: -30px;
    background: rgba(0, 0, 0, 0.5)
  }

  #about-us .about-us-content .left img {
    width: 80%;
  }

  #about-us .about-us-list .t_2 {
    text-align: left;
  }

  #about-us .about-us-list .about2 {
    width: 100%;
    padding-top: 15px
  }

  #about-us .about-us-content .colors {
    display: none;
  }

  /* 리뉴 2022 */
  #about-us .about-us-content .wrap {
    padding-top: 10%;
    width: 100%;
    height: 1020px;
  }

  #about-us .about-us-content .wrap .tit {
    text-align: left;
  }

  #about-us .about-us-content .wrap .left_box h2.tit {
    font-size: 1.2em;
  }

  #about-us .about-us-content .wrap .left_box h3.tit {
    font-size: 1.6em;
  }


  #about-us .about-us-content .wrap .left_box {
    clear: both;
    width: 100%;
    padding: 1.2em 0.2em;
  }

  #about-us .about-us-content .wrap .right_box {
    clear: both;
    width: 100%;
    padding: 1.2em 0.2em;
  }

  /*추가끝*/

  #about-us .history {
    display: none;
  }

  #about-us .mobile_history {
    display: block;
    position: relative;
    margin: 30px 0 0;
    height: 100%;
    overflow: hidden;
  }

  #about-us .mobile_history h4.tit {
    font-size: 1.6em;
    padding-left: 0.5em;
  }

  #about-us .mobile_history .history_line {
    position: absolute;
    width: 2px;
    left: 80px;
    top: 0;
    margin-left: -1px;
    background: -webkit-linear-gradient(#005fae 0%, #13368f 100%);
    height: 100%;
    margin-top: 60px;
  }

  #about-us .mobile_history .history_right {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
    display: inline-block
  }

  #about-us .mobile_history .history_right .point_r {
    position: absolute;
    left: 74px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #005fae;
    border: 1px solid #fff;
  }

  #about-us .mobile_history .history_right .line {
    position: absolute;
    left: 0%;
    top: 15px;
    width: 40px;
    height: 1px;
    background: #13368f;
    display: none;
  }


  #about-us .mobile_history .history_right .year {
    color: #13368f;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 0;
    float: left
  }

  #about-us .mobile_history .history_right .month {
    font-size: 16px;
    color: #111;
    letter-spacing: -0.05em;
    padding-left: 92px;
    padding-bottom: 7px;
    margin-top: 1px;
  }

  #about-us .mobile_history .month strong {
    color: #13368f;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
  }

}

@media only screen and (max-width: 600px) {
  #about-us .about-us-list .about-us-item {
    /*     padding: 0 10px; */
  }

  #about-us .histroy span {
    display: block;
  }

  #about-us .history img {
    display: none;
  }

  #about-us .history .hide_txt {
    display: block;
    font-size: 12px;
    color: #fff;
    width: 130px;
    line-height: 1.2;
  }

  #about-us .about-us-list .sign .txt {
    top: 18px;
    right: 146px
  }

}

@media only screen and (max-width: 500px) {


  #about-us .about-us-list .sign .txt {
    top: 10px;
    right: 126px
  }


}

@media only screen and (max-width: 400px) {
  #about-us .about-us-list .about-us-item {
    padding: 0;
  }

  #about-us .about-us-list .sign .txt {
    right: 116px
  }
}


/* ===================================================================
 *  13. portfolio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#portfolio {
  background: #FFFFFF;
  min-height: 980px;
  position: relative;
  padding: 0;
  height: 0 auto
}

#portfolio .intro-wrap {
  padding: 15rem 0 21rem;
  background: #111111;
  /*   background-image:url('../images/pp-bg.jpg'); */
}

#portfolio .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}

#portfolio .section-intro h1 {
  color: #FFFFFF;
}

#portfolio .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}

#portfolio .portfolio-content {
  margin-top: -22.2rem;
}

#portfolio .bricks-wrapper:before,
#portfolio .bricks-wrapper:after {
  content: "";
  display: table;
}

#portfolio .bricks-wrapper:after {
  clear: both;
}

#portfolio .bricks-wrapper .folio-item .folio-item2 .folio-item3 {
  /*   float: left; */
  display: inline-block;
  width: 25%;
  padding: 0;
  margin: 0;
}

/*
#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
  clear: both;
}
*/


#portfolio .button--antiman::after {
  background: transparent;
  color: #fff
}

#portfolio .button--antiman::before {
  border: none;
}

#portfolio .button--antiman .fa {
  color: #333
}

#portfolio .button--antiman>span {
  color: #333;
  font-size: 14px;
  letter-spacing: 0
}


/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */



.cont-5 {
  width: 100%;
  line-height: 0;
  font-size: 0
}

.cont-5 ul {
  margin: 0;
  display: inline-block;
  width: 25%;
  line-heigth: 0;
}

.cont-5 .item-wrap {
  position: relative;
  overflow: hidden
}

.cont-5 .item-wrap .overlay {
  cursor: zoom-in;
}

.cont-5 .item-wrap .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.cont-5 .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.cont-5 .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}

.cont-5 .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.364;
  letter-spacing: -1px;
}

.cont-5 .item-wrap .item-text .folio-types {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.cont-5 .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}

.cont-5 .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}

.cont-5 .item-wrap .details-link:hover,
.bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}

.cont-5 .item-wrap .item-text,
.bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cont-5 .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}

.cont-5 .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cont-5 .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cont-5 .item-wrap:hover .item-text,
.bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}








.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
}

.bricks-wrapper .item-wrap .overlay {
  cursor: zoom-in;
}

.bricks-wrapper .overlay img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bricks-wrapper .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}



.bricks-wrapper .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}

.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.364;
}

.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}

.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}

.bricks-wrapper .item-wrap .details-link:hover,
.bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}

.bricks-wrapper .item-wrap .item-text,
.bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bricks-wrapper .item-wrap:hover .overlay::before {
  opacity: 1;
  visibility: visible;
}

.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bricks-wrapper .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bricks-wrapper .item-wrap:hover .item-text,
.bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------------------------------------------- 
 * Light Gallery Overrides - (_layout.css) 
 * ------------------------------------------------------------------- */
.lg-sub-html {
  padding: 12px 20% 15px;
}

.lg-sub-html a,
.lg-sub-html a:visited {
  color: #f9a828;
}

.lg-sub-html a:hover,
.lg-sub-html a:focus {
  color: #FFFFFF;
}

@media only screen and (max-width: 1024px) {
  #portfolio {
    height: auto;
  }

  .lg-sub-html {
    padding: 12px 15% 15px;
  }

}

@media only screen and (max-width: 770px) {
  .lg-sub-html {
    padding: 12px 40px 15px;
  }
}

.lg-sub-html h4 {
  color: #FFFFFF;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.8rem;
  line-height: 1.333;
}

.lg-sub-html p {
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: .6rem 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #f9a828;
}

.lg-progress-bar .lg-progress {
  background-color: #FFFFFF;
}

#lg-counter {
  font-family: "montserrat-regular", sans-serif;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  #portfolio {
    height: auto;
  }

  .cont-5 ul {
    float: left;
    width: 50%;
  }

}


@media only screen and (max-width: 770px) {
  #portfolio .intro-wrap {
    padding: 12rem 0 21rem;
  }
}

@media only screen and (max-width: 600px) {
  .cont-5 ul {
    float: none;
    width: 100%;
  }

  #portfolio #rm-m {
    display: none;
  }

  .bricks-wrapper .item-wrap .item-text .folio-title {
    font-size: 2rem;
    line-height: 1.5;
  }





}


/* ===================================================================
 *  14. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#contact {
  background-color: #111111;
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 12rem 0 0;
  position: relative;
}

#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-color: #000000;
}

#contact .section-intro h1 {
  color: white;
}

#contact .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}

#contact .section-intro p.lead {
  color: rgba(242, 242, 242, 0.4);
}

.contact-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 3rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}

.contact-content h5 {
  color: #FFFFFF;
  margin-bottom: 5.4rem;
}

.contact-content h6 {
  color: #555555;
  font-size: 1.4rem;
}

/* contact info */
.contact-info .cinfo {
  margin-bottom: 4.2rem;
}

/* contact form */
#contact form {
  margin-top: 0;
  margin-bottom: 3rem;
}

#contact form .form-field {
  position: relative;
}

#contact form .form-field:before,
#contact form .form-field:after {
  content: "";
  display: table;
}

#contact form .form-field:after {
  clear: both;
}

#contact form .form-field label {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: .6rem 2rem .6rem 2rem;
  margin: 0;
  color: #000000;
  background: #f9a828;
  border-radius: 3px;
}

#contact form .form-field label::after {
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f9a828;
  content: "";
}

#contact form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

#contact form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 18- */
}

#contact form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 19+ */
}

#contact form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

#contact form .placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3.6rem;
  background: rgba(255, 255, 255, 0.1);
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  color: #FFFFFF;
}

#contact textarea {
  min-height: 21rem;
  padding: 1.8rem 2rem;
}

#contact textarea:focus {
  color: #FFFFFF;
}

#contact button.submitform {
  font-size: 1.5rem;
  display: block;
  letter-spacing: .2rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 3rem;
  width: 100%;
  background: #f9a828;
  color: #000000;
  margin-top: .6rem;
}

#contact button.submitform:hover,
#contact button.submitform:focus {
  background: #f89e0f;
}

#message-warning,
#message-success {
  display: none;
  background: #000000;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: #D32B2E;
}

#message-success {
  color: #f9a828;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}

/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}

#submit-loader .text-loader {
  display: none;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}

.oldie #submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader>div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }

  .question {
    font-size: 12px;
  }

}



@media only screen and (max-width: 770px) {
  .contact-content {
    max-width: 600px;
    text-align: center;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }

  .col-five {
    width: 50%;
  }

  .col-three {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .contact-content {
    max-width: 480px;
  }





}

@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}


/* ===================================================================
 *  15. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
footer {
  margin:
    /* 0 0 5.4rem 0; */
    0;
  padding: 0;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.4);
}

footer a,
footer a:visited {
  color: #FFFFFF;
}

footer a:hover,
footer a:focus {
  color: #f9a828;
}

footer .row {
  max-width: 1200px;
}

footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  /*   padding-bottom: 4.2rem; */
  margin-bottom: 3.6rem;
}

footer h4.h05::after {
  display: none;
  /*
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
*/
}

footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.footer_none {
  display: none;
}

.call_none {
  display: none;
}

.add_none {
  display: none;
}





/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 3.6rem;
}

.footer-main ul {
  font-size: 1.5rem;
  margin-left: 0;
}

.footer-main ul li {
  list-style: none;
  padding-left: 0;
}

.footer-main ul a,
.footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}

.footer-main ul a:hover,
.footer-main ul a:focus {
  color: #FFFFFF;
}

.footer-main .blog {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin-bottom: 12px;
  background: url(../images/nav_icon_01.png) no-repeat;
  background-size: 30px 30px;
}

.footer-main .face {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px 30px;
}


.footer-main .subscribe-form {
  position: relative;
}

.footer-main #mc-form {
  margin: 0;
  padding: 0;
}

.footer-main #mc-form .question {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);

}

.footer-main #mc-form .question .m-txt {
  display: none;
}


/*
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
*/
.footer-main #mc-form button {
  background-color: #f9a828;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}

.footer-main #mc-form button i {
  font-size: 2.6rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}

.footer-main #mc-form label {
  color: #f9a828;
  font-family: "montserrat-regular", sans-serif;
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {
  /*   margin-top: 3rem; */
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1.4rem;
}

.footer-bottom .copyright span {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright span:last-child::after {
  display: none;
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}

#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #000000;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}

#go-top a:visited {
  background: #000000;
  color: #888;
}

#go-top a:hover,
#go-top a:focus {
  background: #000000;
  color: #FFFFFF;
}

footer .btn_card {
  position: relative;
  top: 5px;
  color: #fff;
  border: 0px solid #fff;
  font-size: 12px;
}

footer .f_none {
  display: none;
}

footer .f_none2 {
  display: none
}

footer .f_none4 {
  display: none;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
  footer .f_none3 {
    display: none;
  }

  footer .footer_none {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {

  .footer_none {
    display: block;
  }

}


@media only screen and (max-width: 980px) {
  .call_none {
    display: block;
  }

  footer .f_none4 {
    display: block;
  }

  footer .f_none5 {
    display: none;
  }



}

@media only screen and (max-width: 880px) {
  .add_none {
    display: block;
  }

  .footer_none {
    display: none;
  }

}


@media only screen and (max-width: 820px) {
  footer p {
    font-size: 13px
  }


}




@media only screen and (max-width: 770px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;
  }

  /*
  .footer-main .row {
    max-width: 480px;
  }
*/
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    /*     padding-bottom: 3rem; */
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }

  .footer-main ul a,
  .footer-main ul a:visited {
    margin: 0 auto;

  }

  .call_none {
    display: none;
  }

}

@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }

  .footer-bottom .copyright span {
    display: block;
  }

  .footer-bottom .copyright span::after {
    display: none;
  }

}


@media only screen and (max-width: 480px) {

  footer .col-four p {
    font-size: 12px;
  }

  .footer-main #mc-form .question .m-txt {
    display: block;
  }

  .footer-main #mc-form .question .txt {
    display: none;
  }

  .add_none {
    display: block;
  }

  .footer_none2 {
    display: block;
  }

}













/* ===================================================================
 *   platform - (_layout.scss)
 *
 * ------------------------------------------------------------------- */


#platform {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  display: block;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

#platform .row {
  max-width: 1380px
}



#platform .platform-list {
  text-align: center;

}

#platform .bgrid {
  border-right: 1px solid rgba(20, 20, 20, 0.05);
  padding: 7rem 0 4rem;
}

#platform .platform-list:last-child {
  border: none;
}

#platform .platform-list .icon-part {
  color: #fff;
}

#platform .platform-list .icon-part i {
  font-size: 4rem;
}


#platform .platform-list p.txt {
  color: #222;
  margin-top: 1.5rem;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 100;
  font-family: 'NanumBarunGothic';
  margin: 0
}

#platform .platform-list .des {
  color: #888;
  margin-top: 1.5rem;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 100;
  font-family: 'NanumBarunGothic';
  margin: 0
}


#platform .none_br {
  display: none
}

#platform .none {
  display: block
}

#platform .platform_btn {
  padding-top: 20px
}

#platform .fa-icon {
  color: rgb(131, 131, 131);
  width: 32px;
  height:
    32px;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
  text-align: center;
}

#platform .social-round-icon {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(131, 131, 131);
  border-image: initial;
  border-radius: 50px;
  transition: all 0.2s linear;
}

#platform .fa-icon:hover {
  background: #0560ad;
  color: #fff;
}

#platform .social-round-icon:hover {
  border-color: #0560ad
}


/* ------------------------------------------------------------------- 
 * responsive:
 * platform
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1240px) {
  #platform .platform-list .des {}

  #platform .none_br {
    display: block
  }

  #platform .none {
    display: none;
  }
}



@media only screen and (max-width:1100px) {
  #platform .p_none {
    display: block
  }
}

@media only screen and (max-width:950px) {

  #platform {
    display: block;
  }

  #platform .platform-list:nth-child(n) {
    border: none;
    padding-bottom: 2.3rem;
  }

  #platform .platform-list h3 {
    font-size: 2.3rem;
    letter-spacing: -1px;
  }

  #platform .bgrid {
    width: 50%;
    padding-top: 40px
  }

  #platform .block-tab-1-3 .bgrid:nth-child(3n+1),
  .block-tab-1-2 .bgrid:nth-child(2n+1) {
    clear: none;
  }
}

@media only screen and (max-width:670px) {
  #platform .platform-list h3 {
    font-size: 2.1rem
  }

}


@media only screen and (max-width:530px) {

  #platform .bgrid {
    width: 100%;
  }

  #platform .platform-list h3 {
    font-size: 2.5rem
  }

}

@media only screen and (max-width:480px) {

  #platform {
    clear: both;
    padding: 2rem 0 2rem;
  }

  #platform .platform-list h3 {
    font-size: 2.5rem
  }
}








.nino-sectionHeading {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
  font-family: 'NanumSquare';
}

.nino-sectionHeading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
}


#tech .nino-sectionHeading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #333;
  transform: translateX(-50%);
}

.nino-sectionHeading .nino-subHeading {
  display: block;
  text-transform: none;
  font-weight: 400;
  font-family: 'Kaushan Script', cursive;
  font-size: 20px;
  margin-bottom: 20px;
}

.nino-sectionDesc {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #999;
  font-size: 13px;
}

.nino-sectionDesc .none {
  display: none;
}



@media only screen and (max-width: 600px) {
  .nino-sectionDesc .none {
    display: block
  }

  .container .nino-sectionDesc {
    padding: 0 20px
  }
}




.language {
  float: right;
  line-height: 40px
}

.language ul {
  overflow: hidden;
  flex: right
}

.language ul li {
  float: left;
}

.language ul li a {
  text-decoration: none;
  margin-left: 0
}

.language img {
  height: 16px;
}



.overlay-language {
  line-height: 40px
}

.overlay-language ul {
  overflow: hidden;
  flex: right
}

.overlay-language ul li {
  float: left;
}

.overlay-language ul li a {
  text-decoration: none;
  margin-left: 0
}

.overlay-language img {
  height: 20px;
}




.m-language {
  display: none
}


@media only screen and (max-width: 480px) {
  .m-language {
    display: inline-block;
    margin-top: 2rem
  }

  .m-language ul {
    overflow: hidden;
    float: left;
  }

  .m-language ul li {
    float: left;
    font-size: 9px;
    font-weight: 500;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 70px;
    height: 30px;
  }

  .m-language ul li:last-child {
    margin-left: 5px
  }

  .m-language ul li a {
    text-decoration: none;
    margin-left: 0
  }

  .m-language img {
    height: 16px;
  }
}

.mg0 {
  margin: 0 !important
}

.pd0 {
  padding: 0 !important
}