/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600,700,900&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Prata");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

.container:after, .clearfix:after, .row:after, ul:after {
  content: '';
  display: table;
  clear: both; }

header:after {
  content: '';
  display: table;
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #333;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    text-decoration: none;
    outline: 0; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb; }

::-moz-placeholder {
  color: #bbb; }

:-ms-input-placeholder {
  color: #bbb; }

*::selection {
  background: #16b9ff;
  color: #fff; }

*::-moz-selection {
  background: #16b9ff;
  color: #fff; }

.clear {
  clear: both; }

[type="text"], [type="num"], [type="tel"], [type="file"], [type="password"], [type="email"], [type="search"], [type="url"], textarea {
  border: 1px solid #eee;
  padding: 0 5px; }

[type="text"]:focus, [type="num"]:focus, [type="tel"]:focus, [type="file"]:focus, [type="password"]:focus, [type="email"]:focus, [type="search"]:focus, [type="url"]:focus, textarea:focus {
  border-color: #ff6678;
  outline: 0; }

/* main font */
@font-face {
  font-family: 'InkLipquid';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Malgun Gothic','Noto Sans KR','Noto Serif KR','Prata', 'Roboto' ,'dotum', 'gulim' , 'sans-serif';
  word-break: break-all;
  font-weight: 300;
  line-height: 1; }

clear {
  clear: both; }

/* layout */
body, html {
  height: 100%; }

#wrap {
  width: 100%;
  margin: 0 auto;
  background: #000; }

.container {
  max-width: 1422px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (max-width: 1422px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px; } }
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; } }
@media only screen and (max-width: 820px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 20px; } }
@media only screen and (max-width: 542px) {
  .container {
    width: 100%;
    padding: 0 10px; } }
/* typography */
h1, h2 {
  line-height: 1.2; }

h3, h4, h5, h6 {
  line-height: 1.4; }

p {
  color: #757575;
  font-size: 15px;
  line-height: 1.8; }

/* short cut*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.pof {
  position: fixed; }

.dtb {
  display: table; }

.dtbc {
  display: table-cell; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px; }

/* interval */
.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr20 {
  padding-right: 20px; }

.pr30 {
  padding-right: 30px; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl20 {
  padding-left: 20px; }

.pl30 {
  padding-left: 30px; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

/* form */
.form-ctrl {
  color: #000;
  border: 1px solid #e1e1e1;
  padding: 8px 8px 8px 10px;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-ctrl:focus {
    outline: 0;
    border-color: #666; }
  .form-ctrl:hover {
    background: #fafafa; }

.input-group {
  font-size: 0; }
  .input-group .tit {
    min-width: 130px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top; }
  .input-group .form-ctrl {
    height: 40px;
    display: inline-block; }
  .input-group.input-sm input {
    width: 10%;
    min-width: 100px; }
  .input-group.input-md input {
    width: 50%;
    min-width: 200px; }
  .input-group.input-lg input {
    width: 90%; }
  .input-group textarea.form-ctrl {
    height: unset;
    resize: none;
    width: calc(100% - 135px); }

.input-checkbox input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0; }
.input-checkbox label i {
  display: block;
  float: left;
  font-size: 22px;
  color: #999; }
.input-checkbox label span {
  display: block;
  margin-left: 28px;
  line-height: 24px;
  font-size: 13px; }
.input-checkbox input + label i.icon-checked {
  display: none; }
.input-checkbox input:checked + label i.icon-line {
  display: none; }
.input-checkbox input:checked + label i.icon-checked {
  display: block;
  color: #333; }

.terms-group {
  margin-top: 50px; }
  .terms-group .tit {
    font-size: 15px;
    color: #333;
    margin-bottom: 7px; }
  .terms-group .terms {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
    height: 120px;
    overflow-y: scroll;
    margin-bottom: 10px; }

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide:focus {
  outline: 0; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow-angle .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 18px;
  height: 34px;
  margin-left: 0px;
  border: 0;
  background: transparent; }
.slick-arrow-angle .slick-prev {
  background: url(../../assets/img/about_arrow_left.png) 50% no-repeat;
  left: 200px; }
  @media only screen and (max-width: 1422px) {
    .slick-arrow-angle .slick-prev {
      left: 50px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-prev {
      left: 15px; } }
.slick-arrow-angle .slick-next {
  background: url(../../assets/img/about_arrow_right.png) 50% no-repeat;
  right: 200px; }
  @media only screen and (max-width: 1422px) {
    .slick-arrow-angle .slick-next {
      right: 50px; } }
  @media only screen and (max-width: 542px) {
    .slick-arrow-angle .slick-next {
      right: 15px; } }

/* design selectbox */
.designSelectW {
  display: inline-block; }

.select-content {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%; }

.select-title {
  border: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
  position: relative; }

.select-title:before {
  content: '';
  background: url(/kooramework/assets/img/sub/arrow-down-sm.png) 0 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 12px;
  width: 8px;
  height: 4px; }

.select-content a {
  padding: 0 8px;
  line-height: 36px;
  display: block;
  font-size: 15px; }

.select-content a:hover,
.select-content a:focus {
  text-decoration: none;
  cursor: pointer; }

.select-content .select-title a {
  display: block;
  color: #333; }

.select-content .select-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #E8485A;
  background: #fff; }

.select-content .select-list a {
  color: #333; }

.select-content .select-list a:hover {
  background: #f8f8f8; }

@media screen and (max-width: 768px) {
  .select-content a {
    font-size: 12px;
    line-height: 32px; }

  .select-title:before {
    top: 10px;
    right: 10px; } }
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    color: #fff;
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
/* Header */
.mo {
  display: none; }
  @media only screen and (max-width: 820px) {
    .mo {
      display: block; } }

header {
  width: 100%;
  height: 130px;
  padding-top: 40px;
  position: relative;
  z-index: 999; }
  header .container {
    width: 1422px;
    margin: 0 auto;
    position: relative; }
    header .container .logo-line {
      float: left; }
      header .container .logo-line ul {
        display: inline-block; }
        header .container .logo-line ul li.logo-item {
          float: left; }
          header .container .logo-line ul li.logo-item img {
            width: 100%; }
        header .container .logo-line ul li.logo-item:first-child {
          margin-right: 30px; }
          header .container .logo-line ul li.logo-item:first-child img {
            height: 48px; }
            @media only screen and (max-width: 1600px) {
              header .container .logo-line ul li.logo-item:first-child img {
                font-size: 30px;
                height: 38px; } }
            @media only screen and (max-width: 542px) {
              header .container .logo-line ul li.logo-item:first-child img {
                height: 30px; } }
          @media only screen and (max-width: 1600px) {
            header .container .logo-line ul li.logo-item:first-child {
              font-size: 30px; } }
          @media only screen and (max-width: 542px) {
            header .container .logo-line ul li.logo-item:first-child {
              margin-right: 10px; } }
        header .container .logo-line ul li.logo-item:last-child img {
          height: 48px; }
          @media only screen and (max-width: 1600px) {
            header .container .logo-line ul li.logo-item:last-child img {
              height: 38px; } }
          @media only screen and (max-width: 542px) {
            header .container .logo-line ul li.logo-item:last-child img {
              height: 30px; } }
    header .container nav {
      float: right;
      padding-top: 18px; }
      header .container nav ul {
        display: inline-block; }
        header .container nav ul li.nav-item {
          float: left; }
          header .container nav ul li.nav-item .dropdown a {
            font-family: 'Outfit', sans-serif;
            font-size: 17px;
            font-weight: 400;
            padding: 10px 0;
            padding-left: 50px;
            color: #fff;
            opacity: 1;
            cursor: pointer; }
          header .container nav ul li.nav-item .dropdown-content {
            position: absolute;
            z-index: 1000000000000000000000;
            top: 65px;
            opacity: 0;
            width: 150px;
            background: rgba(0, 0, 0, 0.8);
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            text-align: center; }
            header .container nav ul li.nav-item .dropdown-content a.dc {
              font-family: 'Outfit', sans-serif;
              font-size: 14px;
              font-weight: 400;
              color: #000;
              background: #fff;
              text-align: center;
              display: inline-block;
              padding-left: 0;
              width: 100%;
              -webkit-transition: all 0.4s;
              -moz-transition: all 0.4s;
              -ms-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.4s; }
              header .container nav ul li.nav-item .dropdown-content a.dc:hover {
                background: #db143e;
                color: #fff; }
          header .container nav ul li.nav-item:hover a.dropbtn {
            opacity: 1; }
          header .container nav ul li.nav-item:hover .dropdown-content {
            opacity: 1;
            margin-top: 0px; }
      @media only screen and (max-width: 1600px) {
        header .container nav {
          padding-top: 12px; } }
      @media only screen and (max-width: 820px) {
        header .container nav {
          display: none; } }
    header .container button.menu-icon {
      float: right;
      background: none;
      border: none; }
      header .container button.menu-icon span {
        font-size: 40px;
        color: #fff; }
        @media only screen and (max-width: 542px) {
          header .container button.menu-icon span {
            font-size: 32px; } }
      @media only screen and (max-width: 542px) {
        header .container button.menu-icon {
          margin-top: -2px;
          margin-right: -10px; } }
    header .container .mobile-menu {
      display: none; }
      header .container .mobile-menu .mo-menu {
        position: fixed;
        z-index: 9999999999999;
        top: 0;
        left: -820px;
        width: 90%;
        float: left;
        padding: 20px;
        height: 100vh;
        overflow-x: hidden;
        transition: 0.5s;
        background: #000; }
        header .container .mobile-menu .mo-menu .mm-top {
          width: 100%;
          height: 75px;
          padding: 10px;
          border-bottom: 1px solid #808080; }
          header .container .mobile-menu .mo-menu .mm-top .logo-line {
            float: left; }
            header .container .mobile-menu .mo-menu .mm-top .logo-line ul {
              display: inline-block; }
              header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item {
                float: left; }
                header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item img {
                  width: 100%; }
              header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child {
                margin-right: 30px; }
                header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child img {
                  height: 48px; }
                  @media only screen and (max-width: 1600px) {
                    header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child img {
                      font-size: 30px;
                      height: 38px; } }
                  @media only screen and (max-width: 542px) {
                    header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child img {
                      height: 30px; } }
                @media only screen and (max-width: 1600px) {
                  header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child {
                    font-size: 30px; } }
                @media only screen and (max-width: 542px) {
                  header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:first-child {
                    margin-right: 10px; } }
              header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:last-child img {
                height: 48px; }
                @media only screen and (max-width: 1600px) {
                  header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:last-child img {
                    height: 38px; } }
                @media only screen and (max-width: 542px) {
                  header .container .mobile-menu .mo-menu .mm-top .logo-line ul li.logo-item:last-child img {
                    height: 30px; } }
          header .container .mobile-menu .mo-menu .mm-top .close {
            float: right;
            margin-top: 5px; }
            header .container .mobile-menu .mo-menu .mm-top .close a {
              display: inline-block;
              width: 30px;
              height: 30px; }
              header .container .mobile-menu .mo-menu .mm-top .close a img {
                width: 100%; }
              @media only screen and (max-width: 542px) {
                header .container .mobile-menu .mo-menu .mm-top .close a {
                  width: 20px;
                  height: 20px; } }
          @media only screen and (max-width: 542px) {
            header .container .mobile-menu .mo-menu .mm-top {
              height: 60px; } }
        header .container .mobile-menu .mo-menu .mm-menu {
          width: 100%; }
          header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item {
            position: relative;
            border-bottom: 1px solid #808080; }
            header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a {
              width: 100%;
              display: inline-block;
              padding: 20px 0px;
              font-size: 24px;
              font-weight: 500;
              color: #fff;
              font-family: 'Outfit', sans-serif;
              padding-left: 10px; }
              header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a .material-symbols-outlined {
                float: right;
                display: inline-block;
                position: relative;
                top: 0px;
                right: 10px;
                transition: 0.5s; }
                @media only screen and (max-width: 542px) {
                  header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a .material-symbols-outlined {
                    top: 1px; } }
              header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a .active {
                transform: rotate(3.142rad); }
              header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a:hover {
                color: #c81738; }
              @media only screen and (max-width: 542px) {
                header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item a {
                  font-size: 17px;
                  padding: 14px 10px; } }
            header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item .ms-menu {
              display: none;
              left: 100%;
              padding-left: 15px;
              width: 100%;
              padding-bottom: 20px; }
              header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item .ms-menu ul li.mss-menu a {
                width: 100%;
                display: inline-block;
                font-size: 20px;
                padding: 10px 0;
                color: #fff;
                font-family: 'Noto Sans KR'; }
                header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item .ms-menu ul li.mss-menu a:hover {
                  color: #c81738; }
                @media only screen and (max-width: 542px) {
                  header .container .mobile-menu .mo-menu .mm-menu ul li.mmm-item .ms-menu ul li.mss-menu a {
                    font-size: 15px;
                    padding: 5px 0; } }
        header .container .mobile-menu .mo-menu .btn-mmenu {
          width: 100%;
          margin-top: 30px; }
          header .container .mobile-menu .mo-menu .btn-mmenu ul li.bm-item {
            float: left;
            padding: 10px 0;
            width: 50%; }
            header .container .mobile-menu .mo-menu .btn-mmenu ul li.bm-item button {
              width: 100%;
              padding: 10px 20px 6px 20px;
              text-align: center;
              border: 0;
              font-size: 14px;
              font-weight: 500;
              color: #fff;
              background: #313131;
              border-radius: 5px;
              letter-spacing: -1px; }
              header .container .mobile-menu .mo-menu .btn-mmenu ul li.bm-item button img {
                height: 20px;
                padding-right: 10px;
                position: relative;
                top: -2px; }
          header .container .mobile-menu .mo-menu .btn-mmenu ul li.bm-item:first-child {
            padding-right: 2px; }
          header .container .mobile-menu .mo-menu .btn-mmenu ul li.bm-item:last-child {
            padding-left: 2px; }
        header .container .mobile-menu .mo-menu .m-sns {
          width: 100%;
          margin-top: 10px; }
          header .container .mobile-menu .mo-menu .m-sns ul li.msns-item {
            float: left;
            width: 20%;
            padding: 5px 2px;
            font-size: 13px;
            letter-spacing: -1px;
            font-weight: 400;
            text-align: center; }
            header .container .mobile-menu .mo-menu .m-sns ul li.msns-item img {
              height: 36px;
              padding-bottom: 10px; }
        @media only screen and (max-width: 820px) {
          header .container .mobile-menu .mo-menu {
            display: block;
            z-index: 999;
            background: #000; } }
        @media only screen and (max-width: 542px) {
          header .container .mobile-menu .mo-menu {
            padding: 10px 20px; } }
      @media only screen and (max-width: 820px) {
        header .container .mobile-menu {
          display: block; } }
    @media only screen and (max-width: 1600px) {
      header .container {
        width: 100%; } }
    @media only screen and (max-width: 1200px) {
      header .container {
        width: 95%; } }
    @media only screen and (max-width: 820px) {
      header .container {
        width: 100%; } }
  header .screen {
    position: absolute;
    display: none;
    z-index: 99;
    width: 100%;
    height: 100vh;
    padding: 0 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 1600px) {
    header {
      height: 100px;
      padding-top: 30px; } }
  @media only screen and (max-width: 542px) {
    header {
      padding: 0 10px;
      padding-top: 20px;
      height: 75px; } }

header.active {
  width: 100%;
  height: 130px;
  padding-top: 40px;
  position: relative;
  background: #000;
  border-bottom: 1px solid #666666; }
  @media only screen and (max-width: 1600px) {
    header.active {
      height: 100px;
      padding-top: 30px; } }
  @media only screen and (max-width: 542px) {
    header.active {
      padding: 0 10px;
      padding-top: 20px;
      height: 75px; } }

/*main*/
.main-section {
  width: 100%;
  padding: 100px 0; }
  @media only screen and (max-width: 820px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .main-section {
      padding: 60px 0; } }

section.main {
  width: 100%;
  height: 100vh;
  margin-top: -130px;
  background: url("../../assets/img/main_back.png") no-repeat;
  background-attachment: fixed; }
  section.main .container {
    width: 1422px;
    margin: 0 auto;
    height: 100vh;
    padding-top: 400px;
    text-align: center; }
    section.main .container h1 {
      font-family: 'Outfit', sans-serif;
      font-size: 75px;
      font-weight: 900;
      color: #fff;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      @media only screen and (max-width: 1024px) {
        section.main .container h1 {
          font-size: 65px; } }
      @media only screen and (max-width: 820px) {
        section.main .container h1 {
          font-size: 50px; } }
      @media only screen and (max-width: 542px) {
        section.main .container h1 {
          font-size: 46px; } }
    section.main .container h4 {
      font-size: 22px;
      font-family: 'Noto Sans KR';
      color: #fff;
      font-weight: 400;
      padding-top: 20px;
      word-break: keep-all; }
      @media only screen and (max-width: 542px) {
        section.main .container h4 {
          font-size: 16px; } }
    section.main .container .main-arrow a {
      position: absolute;
      left: 50%;
      margin-left: -60px;
      bottom: 50px;
      display: block;
      width: 119px;
      height: 119px;
      animation: motion 0.4s  ease-in-out infinite alternate; }
      section.main .container .main-arrow a img {
        width: 100%; }
      @media only screen and (max-width: 1024px) {
        section.main .container .main-arrow a {
          width: 90px;
          height: 90px;
          margin-left: -45px; } }
      @media only screen and (max-width: 542px) {
        section.main .container .main-arrow a {
          width: 60px;
          height: 60px;
          margin-left: -30px; } }
@keyframes motion {
  0% {
    margin-bottom: 0px; }
  100% {
    margin-bottom: 30px; } }
    @media only screen and (max-width: 1200px) {
      section.main .container {
        width: 100%;
        height: 100vh; } }
    @media only screen and (max-width: 542px) {
      section.main .container {
        padding-top: 300px; } }

section.about {
  width: 100%;
  background: #000; }
  section.about .container {
    width: 1422px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center; }
    section.about .container h3 {
      font-family: 'Noto Sans KR';
      font-size: 34px;
      font-weight: 600;
      letter-spacing: -1px;
      color: #fff;
      word-break: keep-all; }
      @media only screen and (max-width: 820px) {
        section.about .container h3 {
          line-height: 45px; } }
      @media only screen and (max-width: 542px) {
        section.about .container h3 {
          font-size: 30px;
          line-height: 40px; } }
    section.about .container h5 {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      color: #fff;
      padding-top: 30px;
      letter-spacing: -1px; }
      @media only screen and (max-width: 542px) {
        section.about .container h5 {
          font-size: 16px;
          line-height: 24px; } }
    section.about .container h1.typed-text {
      display: grid;
      place-items: center;
      margin-top: 70px; }
      section.about .container h1.typed-text .typing {
        width: 720px;
        height: 90px;
        animation: typing 2s steps(19), blink 0.75s step-end infinite alternate;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 900;
        font-family: 'Noto Sans KR';
        color: #fff;
        border-right: 10px solid #fff;
        font-size: 70px; }
        section.about .container h1.typed-text .typing span.red {
          color: #db1a3e; }
        @media only screen and (max-width: 1024px) {
          section.about .container h1.typed-text .typing {
            width: 620px;
            height: 80px;
            font-size: 60px;
            border-right: 5px solid #fff; } }
        @media only screen and (max-width: 542px) {
          section.about .container h1.typed-text .typing {
            width: 300px;
            height: 30px;
            font-size: 24px;
            border-right: 2px solid #fff; } }
@keyframes typing {
  from {
    width: 0; } }
@keyframes blink {
  50% {
    border-color: transparent; } }
    @media only screen and (max-width: 1200px) {
      section.about .container {
        width: 100%; } }
  section.about .about-slide {
    width: 100%;
    position: relative;
    margin-top: 100px; }
    section.about .about-slide .slide_01 {
      width: 100%;
      height: 420px;
      background: url("../../assets/img/slide_01.jpg") no-repeat center center; }
      @media only screen and (max-width: 542px) {
        section.about .about-slide .slide_01 {
          background: url("../../assets/img/slide_01m.jpg") no-repeat center center;
          height: 300px; } }
    section.about .about-slide .slide_02 {
      width: 100%;
      height: 420px;
      background: url("../../assets/img/slide_02.jpg") no-repeat center center; }
      @media only screen and (max-width: 542px) {
        section.about .about-slide .slide_02 {
          background: url("../../assets/img/slide_02m.jpg") no-repeat center center;
          height: 300px; } }
    section.about .about-slide .slide_03 {
      width: 100%;
      height: 420px;
      background: url("../../assets/img/slide_03.jpg") no-repeat center center; }
      @media only screen and (max-width: 542px) {
        section.about .about-slide .slide_03 {
          height: 300px;
          background: url("../../assets/img/slide_03m.jpg") no-repeat center center; } }

section.location {
  width: 100%;
  height: 640px;
  background: url("../../assets/img/map_back.jpg") no-repeat 50% 50%;
  padding-bottom: 100px; }
  section.location .container {
    width: 1422px;
    margin: 0 auto; }
    section.location .container .loc-desc {
      float: left; }
      section.location .container .loc-desc h3 {
        font-size: 60px;
        font-family: 'Outfit', sans-serif;
        color: #fff;
        font-weight: 900;
        word-break: keep-all; }
        @media only screen and (max-width: 542px) {
          section.location .container .loc-desc h3 {
            font-size: 47px; } }
      section.location .container .loc-desc p {
        padding-top: 80px;
        font-size: 20px;
        font-family: 'Outfit', sans-serif;
        color: #fff;
        font-weight: 300; }
        section.location .container .loc-desc p .bold {
          font-weight: 600; }
      @media only screen and (max-width: 1024px) {
        section.location .container .loc-desc {
          width: 40%; } }
      @media only screen and (max-width: 820px) {
        section.location .container .loc-desc {
          float: none;
          width: 100%; } }
    section.location .container .map {
      float: right;
      padding-top: 20px;
      text-align: right; }
      @media only screen and (max-width: 1024px) {
        section.location .container .map {
          width: 50%;
          padding-top: 50px; } }
      @media only screen and (max-width: 820px) {
        section.location .container .map {
          width: 100%;
          text-align: left;
          margin-top: 50px;
          float: none; } }
    @media only screen and (max-width: 1200px) {
      section.location .container {
        width: 100%; } }
  @media only screen and (max-width: 820px) {
    section.location {
      height: auto;
      background: #222 url("../../assets/img/map_back.jpg") no-repeat bottom center;
      background-position-x: 0px;
      padding-left: 30px; } }
  @media only screen and (max-width: 542px) {
    section.location {
      padding: 60px 10px; } }

/*content*/
section.sub-section {
  width: 100%;
  padding: 100px 0;
  background: #000; }
  section.sub-section .container h1 {
    width: 100%;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #fff; }

section.about-01 {
  width: 100%;
  height: 800px;
  background: #000 url("../../assets/img/plot_back.jpg") no-repeat top center; }
  section.about-01 .container {
    width: 1422px;
    margin: 0 auto;
    padding-top: 0; }
    section.about-01 .container .about-desc {
      width: 50%;
      float: left;
      text-align: left; }
      section.about-01 .container .about-desc h1 {
        text-align: left;
        padding-top: 200px;
        font-size: 60px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif;
        word-break: keep-all; }
        @media only screen and (max-width: 1200px) {
          section.about-01 .container .about-desc h1 {
            font-size: 50px;
            padding-top: 170px; } }
        @media only screen and (max-width: 1024px) {
          section.about-01 .container .about-desc h1 {
            font-size: 50px;
            padding-top: 140px; } }
        @media only screen and (max-width: 542px) {
          section.about-01 .container .about-desc h1 {
            font-size: 45px;
            padding-top: 70px; } }
      section.about-01 .container .about-desc p {
        font-size: 34px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 700;
        color: #fff;
        margin-top: 100px;
        letter-spacing: -1px;
        word-break: keep-all; }
        section.about-01 .container .about-desc p span.bold {
          font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          section.about-01 .container .about-desc p {
            font-size: 30px; } }
        @media only screen and (max-width: 1200px) {
          section.about-01 .container .about-desc p {
            font-size: 25px;
            margin-top: 70px; } }
        @media only screen and (max-width: 1024px) {
          section.about-01 .container .about-desc p {
            font-size: 25px;
            margin-top: 50px; } }
        @media only screen and (max-width: 542px) {
          section.about-01 .container .about-desc p {
            line-height: 36px; } }
      section.about-01 .container .about-desc h6 {
        margin-top: 30px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff;
        word-break: keep-all; }
        @media only screen and (max-width: 1600px) {
          section.about-01 .container .about-desc h6 {
            font-size: 18px; } }
        @media only screen and (max-width: 1024px) {
          section.about-01 .container .about-desc h6 {
            font-size: 17px; } }
        @media only screen and (max-width: 542px) {
          section.about-01 .container .about-desc h6 br {
            display: none; } }
      @media only screen and (max-width: 1600px) {
        section.about-01 .container .about-desc {
          padding-left: 80px; } }
      @media only screen and (max-width: 1024px) {
        section.about-01 .container .about-desc {
          padding-left: 30px; } }
      @media only screen and (max-width: 820px) {
        section.about-01 .container .about-desc {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.about-01 .container .about-desc {
          width: 100%;
          padding-left: 10px; } }
    section.about-01 .container .about-right {
      float: right;
      width: 50%;
      padding-top: 0px; }
      section.about-01 .container .about-right img {
        width: 100%; }
      @media only screen and (max-width: 820px) {
        section.about-01 .container .about-right {
          width: 100%; } }
    @media only screen and (max-width: 1200px) {
      section.about-01 .container {
        width: 100%; } }
  @media only screen and (max-width: 1200px) {
    section.about-01 {
      height: 600px; } }
  @media only screen and (max-width: 1024px) {
    section.about-01 {
      height: 500px; } }

section.about-02 {
  width: 100%;
  height: 950px;
  position: relative;
  background: #000 url("../../assets/img/about_back2.jpg") no-repeat center center; }
  section.about-02 .container {
    width: 1422px;
    margin: 0 auto;
    padding-top: 0; }
    section.about-02 .container .about-desc2 {
      width: 50%;
      float: right !important;
      text-align: center; }
      section.about-02 .container .about-desc2 h1 {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 50px;
        font-size: 60px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif; }
        @media only screen and (max-width: 1200px) {
          section.about-02 .container .about-desc2 h1 {
            font-size: 50px;
            padding-top: 130px; } }
        @media only screen and (max-width: 1024px) {
          section.about-02 .container .about-desc2 h1 {
            padding-top: 80px; } }
        @media only screen and (max-width: 542px) {
          section.about-02 .container .about-desc2 h1 {
            font-size: 40px; } }
      section.about-02 .container .about-desc2 p {
        font-size: 34px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 700;
        color: #fff;
        margin-top: 30px;
        letter-spacing: -1px; }
        section.about-02 .container .about-desc2 p span.bold {
          font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          section.about-02 .container .about-desc2 p {
            font-size: 30px; } }
        @media only screen and (max-width: 542px) {
          section.about-02 .container .about-desc2 p {
            font-size: 24px;
            line-height: 36px; } }
      section.about-02 .container .about-desc2 .gray {
        color: #adadad; }
      section.about-02 .container .about-desc2 h6 {
        margin-top: 10px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff; }
        @media only screen and (max-width: 1600px) {
          section.about-02 .container .about-desc2 h6 {
            font-size: 18px; } }
        @media only screen and (max-width: 542px) {
          section.about-02 .container .about-desc2 h6 {
            font-size: 14px; } }
      @media only screen and (max-width: 1200px) {
        section.about-02 .container .about-desc2 {
          width: 57%; } }
      @media only screen and (max-width: 1024px) {
        section.about-02 .container .about-desc2 {
          padding-right: 0px; } }
      @media only screen and (max-width: 820px) {
        section.about-02 .container .about-desc2 {
          width: 100%; } }
    section.about-02 .container .left {
      position: absolute;
      right: 47%;
      bottom: 180px; }
      @media only screen and (max-width: 1600px) {
        section.about-02 .container .left img {
          width: 100px; } }
      @media only screen and (max-width: 1600px) {
        section.about-02 .container .left {
          right: 40%; } }
      @media only screen and (max-width: 1200px) {
        section.about-02 .container .left {
          right: 46%;
          bottom: 112px; } }
      @media only screen and (max-width: 820px) {
        section.about-02 .container .left {
          right: 0;
          left: 60px; } }
      @media only screen and (max-width: 542px) {
        section.about-02 .container .left {
          left: 12px;
          bottom: 172px; } }
    section.about-02 .container .right {
      position: absolute;
      right: 50px;
      bottom: 50px; }
      @media only screen and (max-width: 1600px) {
        section.about-02 .container .right img {
          width: 100px; } }
      @media only screen and (max-width: 1600px) {
        section.about-02 .container .right {
          right: 50px;
          bottom: 90px; } }
      @media only screen and (max-width: 1200px) {
        section.about-02 .container .right {
          right: 20px;
          bottom: 50px; } }
      @media only screen and (max-width: 820px) {
        section.about-02 .container .right {
          right: 65px; } }
    section.about-02 .container .title {
      position: absolute;
      text-align: center;
      width: 820px;
      right: 150px;
      bottom: 120px;
      font-size: 45px;
      line-height: 60px;
      font-family: 'InkLipquid';
      color: #fff;
      letter-spacing: -1;
      -ms-word-break: keep-all;
      word-break: keep-all; }
      @media only screen and (max-width: 1600px) {
        section.about-02 .container .title {
          width: 610px;
          right: 50px;
          font-size: 30px;
          line-height: 46px; } }
      @media only screen and (max-width: 1200px) {
        section.about-02 .container .title {
          width: 57%;
          bottom: 70px;
          right: 0px; } }
      @media only screen and (max-width: 820px) {
        section.about-02 .container .title {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.about-02 .container .title {
          font-size: 28px;
          line-height: 36px; } }
    @media only screen and (max-width: 1200px) {
      section.about-02 .container {
        width: 100%; } }
  @media only screen and (max-width: 1200px) {
    section.about-02 {
      height: 800px; } }
  @media only screen and (max-width: 820px) {
    section.about-02 {
      width: 100%;
      background: #000 url("../../assets/img/about_back2.jpg") no-repeat top left;
      -webkit-background-size: 200%;
      background-size: 200%; } }
  @media only screen and (max-width: 542px) {
    section.about-02 {
      background-size: 300%; } }

section.about-last {
  width: 100%;
  background: #000 url("../../assets/img/last_back.png") no-repeat center center;
  padding-bottom: 100px;
  margin-top: 100px;
  border-bottom: 1px solid #666666; }
  section.about-last .whatwedo .last-left {
    float: left;
    width: 60%;
    margin-top: 70px;
    height: 725px;
    background: url("../../assets/img/left_back.png") no-repeat center center; }
    section.about-last .whatwedo .last-left .last-desc {
      width: 100%;
      float: left !important;
      text-align: left;
      margin-left: 300px; }
      section.about-last .whatwedo .last-left .last-desc h1 {
        text-align: left;
        padding-top: 100px;
        padding-bottom: 50px;
        font-size: 60px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-left .last-desc h1 {
            padding-top: 110px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .whatwedo .last-left .last-desc h1 {
            font-size: 50px;
            padding-top: 135px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .whatwedo .last-left .last-desc h1 {
            font-size: 50px;
            padding-top: 100px; } }
        @media only screen and (max-width: 542px) {
          section.about-last .whatwedo .last-left .last-desc h1 {
            font-size: 45px;
            padding-top: 77px; } }
      section.about-last .whatwedo .last-left .last-desc p {
        font-size: 34px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 700;
        color: #fff;
        margin-top: 30px;
        letter-spacing: -1px; }
        section.about-last .whatwedo .last-left .last-desc p span.bold {
          font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-left .last-desc p {
            font-size: 30px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .whatwedo .last-left .last-desc p {
            margin-top: 0px; } }
      section.about-last .whatwedo .last-left .last-desc .gray {
        color: #adadad; }
      section.about-last .whatwedo .last-left .last-desc h6 {
        text-align: left;
        margin-top: 10px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-left .last-desc h6 {
            font-size: 18px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .whatwedo .last-left .last-desc h6 {
            font-size: 16px; } }
        @media only screen and (max-width: 542px) {
          section.about-last .whatwedo .last-left .last-desc h6 {
            font-size: 14px;
            letter-spacing: -1px; } }
      @media only screen and (max-width: 1600px) {
        section.about-last .whatwedo .last-left .last-desc {
          margin-left: 150px; } }
      @media only screen and (max-width: 1200px) {
        section.about-last .whatwedo .last-left .last-desc {
          margin-left: 127px; } }
      @media only screen and (max-width: 1024px) {
        section.about-last .whatwedo .last-left .last-desc {
          margin-left: 80px; } }
      @media only screen and (max-width: 820px) {
        section.about-last .whatwedo .last-left .last-desc {
          margin-left: 140px; } }
      @media only screen and (max-width: 542px) {
        section.about-last .whatwedo .last-left .last-desc {
          margin-left: 0px;
          padding-left: 20px; } }
    @media only screen and (max-width: 1600px) {
      section.about-last .whatwedo .last-left {
        margin-left: -50px;
        height: 700px;
        -webkit-background-size: 120%;
        background-size: 120%; } }
    @media only screen and (max-width: 1024px) {
      section.about-last .whatwedo .last-left {
        background-size: 153%;
        height: 600px; } }
    @media only screen and (max-width: 820px) {
      section.about-last .whatwedo .last-left {
        width: 100%;
        background-size: 120%;
        height: 600px; } }
    @media only screen and (max-width: 542px) {
      section.about-last .whatwedo .last-left {
        width: 100%;
        background-size: 169%;
        height: 543px;
        background-position-x: -202px;
        margin-left: 0px; } }
    @media only screen and (max-width: 360px) {
      section.about-last .whatwedo .last-left {
        background-size: 211%; } }
  section.about-last .whatwedo .last-right {
    width: 37%;
    float: right; }
    section.about-last .whatwedo .last-right .last-desc {
      width: 100%;
      float: left !important;
      text-align: left;
      padding-right: 0px;
      margin-top: 300px; }
      section.about-last .whatwedo .last-right .last-desc h4 {
        width: 100%;
        text-align: right;
        padding-right: 200px;
        padding-top: 120px;
        padding-bottom: 50px;
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif;
        border-bottom: 1px solid #adadad; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-right .last-desc h4 {
            padding-right: 100px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .whatwedo .last-right .last-desc h4 {
            padding-right: 50px;
            margin-top: 30px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .whatwedo .last-right .last-desc h4 {
            padding-right: 30px;
            padding-top: 50px; } }
        @media only screen and (max-width: 820px) {
          section.about-last .whatwedo .last-right .last-desc h4 {
            border-bottom: 0px;
            padding-top: 0px; } }
      section.about-last .whatwedo .last-right .last-desc p {
        font-size: 34px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 700;
        color: #fff;
        margin-top: 30px;
        letter-spacing: -1px; }
        section.about-last .whatwedo .last-right .last-desc p span.bold {
          font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-right .last-desc p {
            font-size: 30px; } }
      section.about-last .whatwedo .last-right .last-desc .gray {
        color: #adadad; }
      section.about-last .whatwedo .last-right .last-desc h6 {
        padding-right: 200px;
        text-align: right;
        line-height: 30px;
        margin-top: 10px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff; }
        @media only screen and (max-width: 1600px) {
          section.about-last .whatwedo .last-right .last-desc h6 {
            padding-right: 100px;
            font-size: 18px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .whatwedo .last-right .last-desc h6 {
            padding-right: 50px;
            font-size: 16px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .whatwedo .last-right .last-desc h6 {
            padding-right: 30px; } }
        @media only screen and (max-width: 542px) {
          section.about-last .whatwedo .last-right .last-desc h6 {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: -1px; } }
      @media only screen and (max-width: 1600px) {
        section.about-last .whatwedo .last-right .last-desc {
          margin-top: 250px; } }
      @media only screen and (max-width: 1200px) {
        section.about-last .whatwedo .last-right .last-desc {
          margin-top: 200px; } }
      @media only screen and (max-width: 820px) {
        section.about-last .whatwedo .last-right .last-desc {
          margin-top: 0px;
          padding-right: 40px; } }
      @media only screen and (max-width: 542px) {
        section.about-last .whatwedo .last-right .last-desc {
          padding-right: 20px; } }
    @media only screen and (max-width: 1200px) {
      section.about-last .whatwedo .last-right {
        width: 40%; } }
    @media only screen and (max-width: 1024px) {
      section.about-last .whatwedo .last-right {
        width: 40%; } }
    @media only screen and (max-width: 820px) {
      section.about-last .whatwedo .last-right {
        width: 100%; } }
  @media only screen and (max-width: 820px) {
    section.about-last .whatwedo {
      width: 100%;
      height: 1200px;
      background: #000 url("../../assets/img/back_whatwedo.png") no-repeat top center;
      background-position-y: 200px; } }
  @media only screen and (max-width: 542px) {
    section.about-last .whatwedo {
      height: 1000px; } }
  section.about-last .business {
    width: 100%;
    text-align: center; }
    section.about-last .business img {
      width: 80%;
      margin: 0 auto; }
    section.about-last .business .last-desc2 {
      width: 50%;
      float: right !important;
      text-align: right;
      margin-top: 30px;
      margin-right: 250px; }
      section.about-last .business .last-desc2 h1 {
        text-align: right;
        padding-top: 100px;
        padding-bottom: 50px;
        font-size: 60px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif; }
        @media only screen and (max-width: 1200px) {
          section.about-last .business .last-desc2 h1 {
            padding-top: 0px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .business .last-desc2 h1 {
            font-size: 50px;
            padding-top: 60px; } }
        @media only screen and (max-width: 820px) {
          section.about-last .business .last-desc2 h1 {
            text-align: left; } }
        @media only screen and (max-width: 542px) {
          section.about-last .business .last-desc2 h1 {
            font-size: 40px; } }
      section.about-last .business .last-desc2 p {
        text-align: right;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #adadad;
        font-weight: 400;
        margin-top: 30px;
        line-height: 40px;
        letter-spacing: -1px;
        word-break: keep-all; }
        section.about-last .business .last-desc2 p span.bold {
          font-size: 30px;
          font-weight: 600;
          color: #fff; }
          @media only screen and (max-width: 1200px) {
            section.about-last .business .last-desc2 p span.bold {
              font-size: 26px; } }
          @media only screen and (max-width: 542px) {
            section.about-last .business .last-desc2 p span.bold {
              font-size: 20px; } }
        @media only screen and (max-width: 1600px) {
          section.about-last .business .last-desc2 p {
            font-size: 18px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .business .last-desc2 p {
            margin-top: 0px;
            font-size: 16px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .business .last-desc2 p {
            margin-top: 0px;
            font-size: 16px;
            line-height: 30px; } }
        @media only screen and (max-width: 820px) {
          section.about-last .business .last-desc2 p {
            text-align: left; } }
        @media only screen and (max-width: 542px) {
          section.about-last .business .last-desc2 p {
            font-size: 14px;
            line-height: 24px; } }
      section.about-last .business .last-desc2 .gray {
        color: #adadad; }
      section.about-last .business .last-desc2 h6 {
        margin-top: 10px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff; }
        @media only screen and (max-width: 1200px) {
          section.about-last .business .last-desc2 h6 {
            font-size: 16px; } }
        @media only screen and (max-width: 820px) {
          section.about-last .business .last-desc2 h6 {
            text-align: left; } }
        @media only screen and (max-width: 542px) {
          section.about-last .business .last-desc2 h6 {
            font-size: 14px;
            letter-spacing: 24px; } }
      @media only screen and (max-width: 1600px) {
        section.about-last .business .last-desc2 {
          margin-right: 50px; } }
      @media only screen and (max-width: 1200px) {
        section.about-last .business .last-desc2 {
          margin-top: 0px; } }
      @media only screen and (max-width: 1024px) {
        section.about-last .business .last-desc2 {
          width: 60%; } }
      @media only screen and (max-width: 820px) {
        section.about-last .business .last-desc2 {
          text-align: left;
          float: left;
          width: 100%;
          margin-right: 0;
          padding-left: 50px; } }
      @media only screen and (max-width: 542px) {
        section.about-last .business .last-desc2 {
          padding-left: 20px; } }
  section.about-last .chart {
    width: 100%;
    margin-top: 100px; }
    section.about-last .chart ul li.cha-item {
      float: left;
      width: 33.3333%;
      padding: 0 20px;
      text-align: center; }
      section.about-last .chart ul li.cha-item .icon {
        position: relative;
        padding: 30px 0; }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item .icon img {
            height: 70px; } }
      section.about-last .chart ul li.cha-item .line {
        position: absolute;
        top: 296px;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0.3; }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item .line {
            top: 198px; } }
      section.about-last .chart ul li.cha-item h4 {
        width: 100%;
        font-size: 30px;
        font-weight: 900;
        padding-bottom: 30px;
        color: #fff;
        font-family: 'Outfit', sans-serif; }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item h4 {
            font-size: 20px;
            padding-bottom: 20px; } }
      section.about-last .chart ul li.cha-item .dot {
        padding: 45px 0; }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item .dot img {
            height: 30px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item .dot {
            padding: 6px 0; } }
      section.about-last .chart ul li.cha-item h6 {
        line-height: 35px;
        margin-top: 0px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #adadad; }
        @media only screen and (max-width: 1600px) {
          section.about-last .chart ul li.cha-item h6 {
            font-size: 18px; } }
        @media only screen and (max-width: 1200px) {
          section.about-last .chart ul li.cha-item h6 {
            font-size: 16px;
            margin-top: 15px; } }
        @media only screen and (max-width: 1024px) {
          section.about-last .chart ul li.cha-item h6 {
            letter-spacing: -1px; } }
      @media only screen and (max-width: 1024px) {
        section.about-last .chart ul li.cha-item {
          padding: 0 10px; } }
      @media only screen and (max-width: 820px) {
        section.about-last .chart ul li.cha-item {
          width: 100%;
          margin-bottom: 50px; } }
      @media only screen and (max-width: 542px) {
        section.about-last .chart ul li.cha-item {
          width: 100%;
          padding: 0 !important; } }
    @media only screen and (max-width: 1600px) {
      section.about-last .chart {
        margin-top: 127px; } }
    @media only screen and (max-width: 1200px) {
      section.about-last .chart {
        margin-top: 105px; } }
    @media only screen and (max-width: 820px) {
      section.about-last .chart {
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
        background: #000 url("../../assets/img/back_chart.png") no-repeat bottom center; } }
  @media only screen and (max-width: 1200px) {
    section.about-last {
      background-size: 130%;
      margin-top: 0px;
      background-position-y: 0px; } }
  @media only screen and (max-width: 820px) {
    section.about-last {
      background: none; } }

section.plot {
  width: 100%;
  background: #000 url("../../assets/img/plot_back.jpg") no-repeat top center; }
  section.plot .container {
    width: 1422px;
    margin: 0 auto; }
    section.plot .container .plot-desc {
      width: 50%;
      float: left; }
      section.plot .container .plot-desc h1 {
        text-align: left;
        padding-top: 140px;
        font-size: 60px;
        font-weight: 900;
        color: #fff;
        font-family: 'Outfit', sans-serif;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        @media only screen and (max-width: 1200px) {
          section.plot .container .plot-desc h1 {
            padding-top: 30px;
            font-size: 45px; } }
        @media only screen and (max-width: 542px) {
          section.plot .container .plot-desc h1 {
            font-size: 40px; } }
      section.plot .container .plot-desc p {
        font-size: 30px;
        line-height: 50px;
        font-family: 'Noto Sans KR';
        font-weight: 300;
        color: #fff;
        margin-top: 100px;
        letter-spacing: -1px;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        section.plot .container .plot-desc p span.bold {
          font-weight: 600; }
        @media only screen and (max-width: 1200px) {
          section.plot .container .plot-desc p {
            font-size: 20px;
            line-height: 30px;
            margin-top: 60px; } }
        @media only screen and (max-width: 542px) {
          section.plot .container .plot-desc p {
            font-size: 18px; }
            section.plot .container .plot-desc p br {
              display: none; } }
      section.plot .container .plot-desc h6 {
        margin-top: 30px;
        font-size: 20px;
        font-family: 'Noto Sans KR';
        color: #fff;
        -ms-word-break: keep-all;
        word-break: keep-all; }
        @media only screen and (max-width: 1200px) {
          section.plot .container .plot-desc h6 {
            font-size: 16px; } }
        @media only screen and (max-width: 542px) {
          section.plot .container .plot-desc h6 {
            font-size: 14px; } }
      @media only screen and (max-width: 1200px) {
        section.plot .container .plot-desc {
          width: 60%;
          padding-left: 50px; } }
      @media only screen and (max-width: 1024px) {
        section.plot .container .plot-desc {
          padding-left: 20px; } }
      @media only screen and (max-width: 820px) {
        section.plot .container .plot-desc {
          width: 100%; } }
      @media only screen and (max-width: 542px) {
        section.plot .container .plot-desc {
          padding-left: 10px; }
          section.plot .container .plot-desc br {
            display: none; } }
    section.plot .container .plot-right {
      float: right;
      width: 45%;
      padding-top: 40px; }
      section.plot .container .plot-right img {
        width: 100%; }
      @media only screen and (max-width: 1200px) {
        section.plot .container .plot-right {
          width: 40%;
          padding-top: 0px;
          padding-right: 50px; } }
      @media only screen and (max-width: 1024px) {
        section.plot .container .plot-right {
          width: 40%;
          padding-top: 0px;
          padding-right: 10px; } }
      @media only screen and (max-width: 820px) {
        section.plot .container .plot-right {
          width: 100%;
          margin: 0 auto;
          padding: 50px 50px;
          margin-top: 50px; } }
      @media only screen and (max-width: 542px) {
        section.plot .container .plot-right {
          width: 100%;
          margin: 0 auto;
          padding: 20px;
          margin-top: 50px; } }
    @media only screen and (max-width: 1200px) {
      section.plot .container {
        width: 100%; } }

section.portfolio {
  width: 100%;
  background: #000;
  padding-top: 0 !important;
  padding-bottom: 100px;
  border-bottom: 1px solid #666666; }
  section.portfolio .portfolio-box {
    width: 100%;
    text-align: center;
    margin-top: 100px; }
    section.portfolio .portfolio-box ul {
      margin: 0 -10px; }
      section.portfolio .portfolio-box ul li.por-item {
        width: 25%;
        float: left;
        padding: 0 10px; }
        section.portfolio .portfolio-box ul li.por-item a {
          display: inline-block;
          border: 1px solid #000; }
          section.portfolio .portfolio-box ul li.por-item a .por-desc {
            width: 100%;
            min-height: 150px;
            color: #fff;
            font-family: 'Noto Sans KR';
            font-size: 18px;
            line-height: 30px;
            padding: 15px 0;
            letter-spacing: -1px; }
            @media only screen and (max-width: 1024px) {
              section.portfolio .portfolio-box ul li.por-item a .por-desc {
                font-size: 16px; } }
            @media only screen and (max-width: 542px) {
              section.portfolio .portfolio-box ul li.por-item a .por-desc {
                font-size: 14px;
                line-height: 24px;
                min-height: 90px; } }
          section.portfolio .portfolio-box ul li.por-item a img {
            width: 100%; }
        @media only screen and (max-width: 1200px) {
          section.portfolio .portfolio-box ul li.por-item {
            width: 33.3333%; } }
        @media only screen and (max-width: 820px) {
          section.portfolio .portfolio-box ul li.por-item {
            width: 50%; } }
        @media only screen and (max-width: 542px) {
          section.portfolio .portfolio-box ul li.por-item {
            width: 100%; } }
  section.portfolio #gallery {
    width: 100%;
    overflow: hidden;
    text-align: center; }
  section.portfolio .gallery-wrap {
    width: 100%;
    text-align: center; }
  section.portfolio #filters {
    display: inline-block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 542px) {
      section.portfolio #filters {
        text-align: center; } }
  section.portfolio #filters li {
    float: left;
    margin: 0 10px;
    text-align: center; }
    @media only screen and (max-width: 820px) {
      section.portfolio #filters li {
        margin: 0 5px; } }
    @media only screen and (max-width: 542px) {
      section.portfolio #filters li {
        text-align: center;
        display: inline-block;
        float: none;
        margin-bottom: 10px; } }
  section.portfolio #filters li span {
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: 2px solid #5c5c5c;
    border-radius: 10px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all ease-in-out 0.25s; }
    @media only screen and (max-width: 1200px) {
      section.portfolio #filters li span {
        font-size: 16px; } }
    @media only screen and (max-width: 1024px) {
      section.portfolio #filters li span {
        padding: 15px 12px; } }
    @media only screen and (max-width: 820px) {
      section.portfolio #filters li span {
        padding: 10px 7px;
        font-size: 15px; } }
    @media only screen and (max-width: 542px) {
      section.portfolio #filters li span {
        font-size: 12px;
        text-align: center; } }
  section.portfolio #filters li:hover span {
    color: #000; }
  section.portfolio #filters li span.active {
    background: #000;
    color: #db143e;
    border: 2px solid #db143e; }
  section.portfolio a.gallery-item {
    float: left;
    width: 25%;
    padding: 10px;
    z-index: 10;
    display: none; }
    section.portfolio a.gallery-item .por-desc {
      width: 100%;
      min-height: 150px;
      color: #fff;
      font-family: 'Noto Sans KR';
      font-size: 18px;
      line-height: 30px;
      padding: 15px 0;
      letter-spacing: -1px; }
      @media only screen and (max-width: 542px) {
        section.portfolio a.gallery-item .por-desc {
          min-height: 90px;
          font-size: 14px;
          line-height: 24px; } }
    section.portfolio a.gallery-item img {
      width: 100%; }
    @media only screen and (max-width: 1200px) {
      section.portfolio a.gallery-item {
        width: 33.3333%; } }
    @media only screen and (max-width: 820px) {
      section.portfolio a.gallery-item {
        width: 50%; } }
    @media only screen and (max-width: 542px) {
      section.portfolio a.gallery-item {
        width: 100%; } }
  section.portfolio .gallery-item {
    float: none;
    width: 100%; }

/* Board Componenet */
/* footer */
footer {
  width: 100%;
  height: 300px;
  background: #000; }
  footer .container {
    width: 1422px;
    margin: 0 auto; }
    footer .container .footer-logo {
      float: right;
      margin-top: -100px; }
      @media only screen and (max-width: 542px) {
        footer .container .footer-logo {
          float: left;
          margin-top: -180px; } }
    footer .container .footer-desc {
      font-size: 15px;
      line-height: 24px;
      font-family: 'Noto Sans KR';
      color: #999999; }
      @media only screen and (max-width: 542px) {
        footer .container .footer-desc {
          font-size: 13px;
          margin-top: 70px; } }
    @media only screen and (max-width: 1600px) {
      footer .container {
        width: 100%; } }
    @media only screen and (max-width: 542px) {
      footer .container {
        padding: 0 20px; } }

.top {
  position: fixed;
  bottom: 40px;
  right: 40px; }
  .top img {
    width: 100%; }
  @media only screen and (max-width: 542px) {
    .top {
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 10px; } }

.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn:hover {
  text-decoration: none; }

/* button type */
.btn-primary {
  background: #E8485A;
  border-color: #E8485A;
  color: #fff; }

.btn-primary-ol {
  background: #fff;
  border-color: #fff;
  color: #E8485A; }

.btn-tool {
  background: #a7a7a7;
  border-color: #a7a7a7;
  color: #fff; }

/* button size */
.btn-full {
  width: 100%;
  padding: 12px 15px; }

.btn-big {
  font-size: 14px;
  width: 100%;
  padding: 16px 15px;
  font-weight: bold; }
  .btn-big i {
    font-size: 22px;
    margin-right: 4px;
    vertical-align: middle; }

.btn-md {
  padding: 10px 14px;
  font-size: 13px; }
  .btn-md i {
    font-size: 20px; }

.btn-sm {
  font-size: 12px;
  padding: 4px 6px; }
  .btn-sm i {
    font-size: 16px; }

/* button option amount */
.btn .amount {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #E8485A;
  text-align: center;
  line-height: 12px;
  font-size: 10px; }

.btn-material {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=style.css.map */
