@charset "UTF-8";
/*! 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/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
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 */
body {
  font-family: 'Montserrat', sans-serif;
  word-break: keep-all;
  font-weight: 300;
  line-height: 1;
  background: #000; }

/* layout */
body, html {
  height: 100%; }

#wrap {
  width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0px; } }
@media only screen and (max-width: 900px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 20px; } }
@media only screen and (max-width: 542px) {
  .container {
    width: 100%;
    padding: 0 10px; } }
@media only screen and (max-width: 420px) {
  .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: 50px;
  height: 70px;
  margin-top: -35px;
  border: 0;
  background: transparent; }
  @media only screen and (max-width: 900px) {
    .slick-arrow-angle .slick-arrow {
      margin-top: 30px; } }
  @media only screen and (max-width: 900px) {
    .slick-arrow-angle .slick-arrow {
      width: 22px;
      height: 30px;
      margin-top: 50px; } }
.slick-arrow-angle .slick-prev {
  background: url(../../assets/img/angle-left.png) 50% no-repeat;
  left: 50px; }
  @media only screen and (max-width: 900px) {
    .slick-arrow-angle .slick-prev {
      left: 10px; } }
.slick-arrow-angle .slick-next {
  background: url(../../assets/img/angle-right.png) 50% no-repeat;
  right: 50px; }
  @media only screen and (max-width: 900px) {
    .slick-arrow-angle .slick-next {
      right: 10px; } }

/* 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 */
header {
  position: relative; }
  header .logo {
    position: absolute;
    top: 50px;
    left: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-style: italic;
    font-weight: 300px; }
    header .logo .bold {
      font-weight: bold; }
    @media only screen and (max-width: 1200px) {
      header .logo {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 542px) {
      header .logo {
        font-size: 14px;
        line-height: 18px;
        top: 20px;
        left: 20px; } }
  header .btn-menu {
    position: absolute;
    z-index: 99;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 38px; }
    header .btn-menu .bm-top {
      width: 40px;
      height: 6px;
      background: #fff; }
      @media only screen and (max-width: 1200px) {
        header .btn-menu .bm-top {
          width: 35px;
          height: 5px; } }
      @media only screen and (max-width: 542px) {
        header .btn-menu .bm-top {
          width: 24px;
          height: 3px; } }
    header .btn-menu .bm-middle {
      width: 40px;
      height: 6px;
      background: #fff;
      margin-top: 10px; }
      @media only screen and (max-width: 1200px) {
        header .btn-menu .bm-middle {
          width: 35px;
          height: 5px;
          margin-top: 7px; } }
      @media only screen and (max-width: 542px) {
        header .btn-menu .bm-middle {
          width: 24px;
          height: 3px;
          margin-top: 4px; } }
    header .btn-menu .bm-bottom {
      width: 40px;
      height: 6px;
      background: #fff;
      margin-top: 10px; }
      @media only screen and (max-width: 1200px) {
        header .btn-menu .bm-bottom {
          width: 35px;
          height: 5px;
          margin-top: 7px; } }
      @media only screen and (max-width: 542px) {
        header .btn-menu .bm-bottom {
          width: 24px;
          height: 3px;
          margin-top: 4px; } }
    @media only screen and (max-width: 1200px) {
      header .btn-menu {
        width: 35px;
        height: 29px; } }
    @media only screen and (max-width: 542px) {
      header .btn-menu {
        width: 20px;
        height: 23px;
        top: 30px;
        right: 30px; } }
  header .btn-close {
    display: none;
    position: absolute;
    z-index: 1001;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 38px; }
    @media only screen and (max-width: 1200px) {
      header .btn-close {
        width: 35px;
        height: 29px; } }
    @media only screen and (max-width: 542px) {
      header .btn-close {
        width: 20px;
        height: 23px;
        top: 30px;
        right: 30px; } }
  header nav {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9); }
    header nav ul {
      position: relative;
      padding-top: 100px;
      width: 620px;
      left: 50%;
      margin-left: -310px; }
      header nav ul li.nav-item a {
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-size: 72px;
        line-height: 92px;
        font-weight: bold;
        color: #fff; }
        @media only screen and (max-width: 1600px) {
          header nav ul li.nav-item a {
            font-size: 58px;
            line-height: 72px; } }
        @media only screen and (max-width: 900px) {
          header nav ul li.nav-item a {
            font-size: 40px;
            line-height: 55px; } }
        @media only screen and (max-width: 900px) {
          header nav ul li.nav-item a {
            font-size: 30px;
            line-height: 45px; } }
      header nav ul li.nav-item .s-menu {
        padding: 10px 0; }
        header nav ul li.nav-item .s-menu a {
          display: block;
          font-size: 37px;
          line-height: 60px;
          font-weight: 500; }
          @media only screen and (max-width: 900px) {
            header nav ul li.nav-item .s-menu a {
              font-size: 28px;
              line-height: 40px; } }
          @media only screen and (max-width: 900px) {
            header nav ul li.nav-item .s-menu a {
              font-size: 20px;
              line-height: 36px; } }
      @media only screen and (max-width: 1600px) {
        header nav ul {
          width: 500px;
          margin-left: -250px; } }
      @media only screen and (max-width: 900px) {
        header nav ul {
          width: 340px;
          margin-left: -170px; } }
      @media only screen and (max-width: 900px) {
        header nav ul {
          width: 260px;
          margin-left: -130px; } }
    @media only screen and (max-width: 900px) {
      header nav {
        padding-top: 50px; } }
  header .active {
    display: block; }

/*main*/
.popup {
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -610px;
  width: 400px;
  height: 400px;
  z-index: 3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  .popup a .pc_popup {
    width: 100%; }
  .popup a .m_popup {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 542px) {
      .popup a .m_popup img {
        width: 100%; } }
  .popup .pop-btn {
    position: absolute;
    width: 100%;
    height: 30px; }
    .popup .pop-btn a {
      display: block;
      float: left;
      width: 50%;
      line-height: 35px;
      background: #f7f7f7;
      text-align: center;
      font-size: 12px;
      font-family: 'GmarketSansLight';
      text-decoration: none;
      color: #333333;
      letter-spacing: -1px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box; }
    .popup .pop-btn a:first-child {
      border-left: none; }
    .popup .pop-btn .close {
      top: 0;
      left: 0; }
    .popup .pop-btn .close-today {
      top: 0;
      right: 0; }
    .popup .pop-btn:after {
      display: block;
      content: '';
      clear: both; }
  @media only screen and (max-width: 900px) {
    .popup {
      width: 320px;
      height: 320px;
      top: 100px;
      left: 50%;
      margin-left: -160px; } }

.popup2 {
  position: fixed;
  width: 400px;
  height: 400px;
  top: 200px;
  left: 50%;
  margin-left: -200px;
  z-index: 2;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  .popup2 a .pc_popup {
    width: 100%; }
  .popup2 a .m_popup {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 542px) {
      .popup2 a .m_popup img {
        width: 100%; } }
  .popup2 .pop-btn {
    position: absolute;
    width: 100%;
    height: 30px; }
    .popup2 .pop-btn a {
      display: block;
      float: left;
      width: 50%;
      line-height: 35px;
      background: #f7f7f7;
      text-align: center;
      font-size: 12px;
      font-family: 'GmarketSansLight';
      text-decoration: none;
      color: #333333;
      letter-spacing: -1px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box; }
    .popup2 .pop-btn a:first-child {
      border-left: none; }
    .popup2 .pop-btn .close {
      top: 0;
      left: 0; }
    .popup2 .pop-btn .close-today {
      top: 0;
      right: 0; }
    .popup2 .pop-btn:after {
      display: block;
      content: '';
      clear: both; }
  @media only screen and (max-width: 900px) {
    .popup2 {
      width: 320px;
      top: 100px;
      height: 320px;
      left: 50%;
      margin-left: -160px; } }

.popup3 {
  position: fixed;
  width: 400px;
  height: 400px;
  top: 200px;
  left: 50%;
  margin-left: 210px;
  z-index: 1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
  .popup3 a .pc_popup {
    width: 100%; }
  .popup3 a .m_popup {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 542px) {
      .popup3 a .m_popup img {
        width: 100%; } }
  .popup3 .pop-btn {
    position: absolute;
    width: 100%;
    height: 30px; }
    .popup3 .pop-btn a {
      display: block;
      float: left;
      width: 50%;
      line-height: 35px;
      background: #f7f7f7;
      text-align: center;
      font-size: 12px;
      font-family: 'GmarketSansLight';
      text-decoration: none;
      color: #333333;
      letter-spacing: -1px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box; }
    .popup3 .pop-btn a:first-child {
      border-left: none; }
    .popup3 .pop-btn .close {
      top: 0;
      left: 0; }
    .popup3 .pop-btn .close-today {
      top: 0;
      right: 0; }
    .popup3 .pop-btn:after {
      display: block;
      content: '';
      clear: both; }
  @media only screen and (max-width: 900px) {
    .popup3 {
      width: 320px;
      height: 320px;
      top: 100px;
      left: 50%;
      margin-left: -160px; } }

.main-section {
  width: 100%;
  padding: 100px 0; }
  @media only screen and (max-width: 900px) {
    .main-section {
      padding: 80px 0; } }
  @media only screen and (max-width: 542px) {
    .main-section {
      padding: 60px 0; } }

section.main {
  width: 100%;
  background: #000;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center; }
  section.main h1 {
    font-size: 140px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -4px;
    font-style: italic;
    display: grid;
    place-items: center; }
    section.main h1 .typing {
      width: 1450px;
      animation: typing 2s steps(22), blink 0.5s step-end infinite alternate, cursorDisappear 2s 2s forwards;
      white-space: nowrap;
      overflow: hidden;
      border-right: 1px solid;
      font-size: 140px; }
      @media only screen and (max-width: 1600px) {
        section.main h1 .typing {
          font-size: 100px;
          width: 1100px; } }
      @media only screen and (max-width: 1200px) {
        section.main h1 .typing {
          font-size: 80px;
          width: 850px; } }
      @media only screen and (max-width: 900px) {
        section.main h1 .typing {
          font-size: 65px;
          width: 700px; } }
      @media only screen and (max-width: 542px) {
        section.main h1 .typing {
          font-size: 65px;
          width: 420px; } }
      @media only screen and (max-width: 420px) {
        section.main h1 .typing {
          font-size: 55px;
          width: 340px; } }
@keyframes typing {
  from {
    width: 0; } }
@keyframes blink {
  50% {
    border-color: transparent; } }
@keyframes cursorDisappear {
  0% {
    border-color: black;
    /* 기본 커서 색 */ }
  100% {
    border-color: transparent;
    /* 커서 숨기기 */ } }
    section.main h1 .typing3 {
      width: 1450px;
      animation: typing3 2s steps(22), blink3 0.5s step-end infinite alternate, cursorDisappear3 2s 2s forwards;
      animation-delay: 1s;
      white-space: nowrap;
      border-right: none;
      overflow: hidden;
      font-size: 140px; }
      @media only screen and (max-width: 1600px) {
        section.main h1 .typing3 {
          font-size: 100px;
          width: 1100px; } }
      @media only screen and (max-width: 1200px) {
        section.main h1 .typing3 {
          font-size: 80px;
          width: 850px; } }
      @media only screen and (max-width: 900px) {
        section.main h1 .typing3 {
          font-size: 65px;
          width: 700px; } }
      @media only screen and (max-width: 542px) {
        section.main h1 .typing3 {
          font-size: 65px;
          width: 420px; } }
      @media only screen and (max-width: 420px) {
        section.main h1 .typing3 {
          font-size: 55px;
          width: 340px; } }
@keyframes typing3 {
  from {
    width: 0;
    border-right: 1px solid; } }
@keyframes blink3 {
  50% {
    border-color: transparent; } }
@keyframes cursorDisappear {
  0% {
    border-color: black;
    /* 기본 커서 색 */ }
  100% {
    border-color: transparent;
    /* 커서 숨기기 */ } }
    section.main h1 .dd {
      display: inline-block;
      position: relative;
      z-index: 0;
      color: #000;
      font-weight: bold;
      font-style: none;
      text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; }
    section.main h1 .dd::before {
      z-index: -1;
      content: attr(data-content);
      position: absolute;
      left: 0;
      -webkit-text-stroke: 4px #ea00d9; }
    @media only screen and (max-width: 1600px) {
      section.main h1 {
        font-size: 100px;
        letter-spacing: -2px; } }
    @media only screen and (max-width: 1200px) {
      section.main h1 {
        font-size: 80px;
        letter-spacing: -2px;
        margin-top: 50px; } }
    @media only screen and (max-width: 900px) {
      section.main h1 {
        font-size: 65px;
        letter-spacing: -1px;
        margin-top: 100px; } }
    @media only screen and (max-width: 542px) {
      section.main h1 {
        margin-top: 0px; } }
  section.main h3 {
    width: 100%;
    position: absolute;
    top: -30px;
    font-size: 48px;
    color: #fff; }
    section.main h3 .bold {
      font-weight: bold; }
    @media only screen and (max-width: 1600px) {
      section.main h3 {
        font-size: 40px; } }
    @media only screen and (max-width: 1200px) {
      section.main h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 900px) {
      section.main h3 {
        font-size: 24px; } }
  section.main h4 {
    font-size: 32px;
    color: #888888;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 10px;
    text-align: center; }
    section.main h4 .bold {
      color: #fff;
      font-weight: 600; }
    @media only screen and (max-width: 1600px) {
      section.main h4 {
        font-size: 26px; } }
    @media only screen and (max-width: 1200px) {
      section.main h4 {
        font-size: 24px; } }
    @media only screen and (max-width: 1200px) {
      section.main h4 {
        font-size: 22px; } }
    @media only screen and (max-width: 542px) {
      section.main h4 {
        font-size: 22px;
        margin-top: 30px; } }
    @media only screen and (max-width: 420px) {
      section.main h4 {
        font-size: 18px;
        margin-top: 30px;
        padding: 0 20px; } }
  section.main .group {
    position: relative;
    width: 1435px;
    height: 412px;
    background: url("../../assets/img/group.png") no-repeat;
    margin: 0 auto;
    margin-top: 60px; }
    section.main .group ul {
      display: inline-block;
      margin-top: 40px; }
      section.main .group ul li.gro-item {
        float: left;
        padding: 20px; }
        @media only screen and (max-width: 1600px) {
          section.main .group ul li.gro-item img {
            width: 250px;
            height: 250px; } }
        @media only screen and (max-width: 1200px) {
          section.main .group ul li.gro-item img {
            width: 200px;
            height: 200px; } }
        @media only screen and (max-width: 1200px) {
          section.main .group ul li.gro-item img {
            width: 150px;
            height: 150px; } }
        @media only screen and (max-width: 542px) {
          section.main .group ul li.gro-item {
            float: none;
            width: 100%;
            text-align: center; }
            section.main .group ul li.gro-item img {
              width: 220px;
              height: 220px; } }
        @media only screen and (max-width: 542px) {
          section.main .group ul li.gro-item img {
            width: 170px;
            height: 170px; } }
      @media only screen and (max-width: 1200px) {
        section.main .group ul {
          margin-top: 10px; } }
      @media only screen and (max-width: 900px) {
        section.main .group ul {
          margin-top: 7px; } }
    @media only screen and (max-width: 1600px) {
      section.main .group {
        width: 1200px;
        height: 345px;
        -webkit-background-size: 100%;
        background-size: 100%; } }
    @media only screen and (max-width: 1200px) {
      section.main .group {
        width: 900px;
        height: 300px;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: 80px; } }
    @media only screen and (max-width: 900px) {
      section.main .group {
        width: 700px;
        height: 300px;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: 100px; } }
    @media only screen and (max-width: 542px) {
      section.main .group {
        width: 400px;
        height: 740px;
        margin: auto;
        background: url("../../assets/img/group_m.png") no-repeat bottom center;
        -webkit-background-size: 100%;
        background-size: 100%;
        padding: 30px 0;
        margin-top: 60px; } }
    @media only screen and (max-width: 420px) {
      section.main .group {
        width: 350px;
        height: 670px;
        margin: auto;
        background: url("../../assets/img/group_m.png") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%;
        padding: 10px 0;
        margin-top: 60px; } }
  section.main .btn-about {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 70px; }
    section.main .btn-about .btn-next {
      display: inline-block;
      position: relative;
      top: -10px;
      padding-left: 5px; }
      @media only screen and (max-width: 900px) {
        section.main .btn-about .btn-next {
          top: -13px; } }
    @media only screen and (max-width: 1200px) {
      section.main .btn-about {
        font-size: 18px; } }
    @media only screen and (max-width: 900px) {
      section.main .btn-about {
        font-size: 16px; } }
    @media only screen and (max-width: 420px) {
      section.main .btn-about {
        font-size: 14px; } }

/*content*/
@media only screen and (max-width: 900px) {
  .pc {
    display: none; } }

.mb {
  display: none; }
  @media only screen and (max-width: 900px) {
    .mb {
      display: block; } }

.sub-section {
  width: 100%;
  padding: 100px 0; }
  .sub-section .container {
    width: 1200px;
    margin: 0 auto; }
    .sub-section .container h6 {
      font-size: 18px;
      font-family: Pretendard;
      font-weight: bold; }
      @media only screen and (max-width: 900px) {
        .sub-section .container h6 {
          font-size: 14px; } }
    @media only screen and (max-width: 1200px) {
      .sub-section .container {
        width: 100%; } }

section.about-tab1 {
  width: 100%;
  background: #fff;
  padding-top: 120px;
  text-align: center; }
  section.about-tab1 h1 {
    font-size: 92px;
    color: #000;
    font-weight: bold;
    letter-spacing: -3px;
    display: grid;
    place-items: center; }
    section.about-tab1 h1 .typing2 {
      width: 1100px;
      animation: typing2 2s steps(22), blink2 0.5s step-end infinite alternate;
      white-space: nowrap;
      overflow: hidden;
      border-right: 1px solid;
      font-size: 140px; }
      @media only screen and (max-width: 1600px) {
        section.about-tab1 h1 .typing2 {
          font-size: 100px;
          width: 800px; } }
      @media only screen and (max-width: 1200px) {
        section.about-tab1 h1 .typing2 {
          font-size: 80px;
          width: 700px; } }
      @media only screen and (max-width: 900px) {
        section.about-tab1 h1 .typing2 {
          font-size: 65px;
          width: 560px; } }
      @media only screen and (max-width: 542px) {
        section.about-tab1 h1 .typing2 {
          font-size: 50px;
          width: 450px; } }
      @media only screen and (max-width: 420px) {
        section.about-tab1 h1 .typing2 {
          font-size: 40px;
          width: 300px; } }
@keyframes typing2 {
  from {
    width: 0; } }
@keyframes blink2 {
  50% {
    border-color: transparent; } }
    @media only screen and (max-width: 1200px) {
      section.about-tab1 h1 {
        font-size: 80px;
        letter-spacing: -2px;
        margin-top: 50px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab1 h1 {
        font-size: 65px;
        letter-spacing: -1px;
        margin-top: 0px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 h1 {
        font-size: 50px;
        letter-spacing: -1px;
        margin-top: 0px; } }
    @media only screen and (max-width: 420px) {
      section.about-tab1 h1 {
        font-size: 40px;
        letter-spacing: -1px;
        margin-top: 0px; } }
  section.about-tab1 h3 {
    width: 100%;
    font-size: 35px;
    color: #000;
    margin-top: 30px;
    letter-spacing: -2px; }
    section.about-tab1 h3 .bold {
      font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      section.about-tab1 h3 {
        font-size: 30px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab1 h3 {
        font-size: 28px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 h3 {
        font-size: 24px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 h3 {
        font-size: 20px; } }
  section.about-tab1 h5 {
    font-size: 18px;
    font-family: "Pretendard Variable", Pretendard;
    line-height: 26px;
    color: #666666;
    text-align: center;
    font-weight: 500;
    margin-top: 40px; }
    section.about-tab1 h5 .bold {
      font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      section.about-tab1 h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 h5 {
        font-size: 14px;
        line-height: 22px; } }
  section.about-tab1 h2 {
    font-size: 48px;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 10px; }
    section.about-tab1 h2 .bold {
      color: #000;
      font-weight: 700;
      font-style: italic; }
    @media only screen and (max-width: 1200px) {
      section.about-tab1 h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab1 h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 h2 {
        font-size: 24px; } }
  section.about-tab1 .group {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0; }
    section.about-tab1 .group ul {
      display: inline-block;
      margin-top: 40px; }
      section.about-tab1 .group ul li.gro-item {
        float: left;
        padding: 20px; }
        @media only screen and (max-width: 1600px) {
          section.about-tab1 .group ul li.gro-item img {
            width: 250px;
            height: 250px; } }
        @media only screen and (max-width: 900px) {
          section.about-tab1 .group ul li.gro-item img {
            width: 200px;
            height: 200px; } }
        @media only screen and (max-width: 1200px) {
          section.about-tab1 .group ul li.gro-item img {
            width: 180px;
            height: 180px; } }
        @media only screen and (max-width: 542px) {
          section.about-tab1 .group ul li.gro-item {
            float: none;
            width: 100%;
            text-align: center; }
            section.about-tab1 .group ul li.gro-item img {
              width: 220px;
              height: 220px; } }
      @media only screen and (max-width: 900px) {
        section.about-tab1 .group ul {
          margin-top: 20px; } }
      @media only screen and (max-width: 542px) {
        section.about-tab1 .group ul {
          margin-top: 0px;
          padding: 30px 0; } }
    @media only screen and (max-width: 542px) {
      section.about-tab1 .group {
        padding: 50px 0; } }
  section.about-tab1 .btn-about {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 70px; }
    section.about-tab1 .btn-about .btn-next {
      display: inline-block;
      position: relative;
      top: -10px;
      padding-left: 5px; }
      @media only screen and (max-width: 900px) {
        section.about-tab1 .btn-about .btn-next {
          top: -13px; } }
    @media only screen and (max-width: 1200px) {
      section.about-tab1 .btn-about {
        font-size: 18px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab1 .btn-about {
        font-size: 16px; } }
    @media only screen and (max-width: 420px) {
      section.about-tab1 .btn-about {
        font-size: 14px; } }

section.about-tab2 {
  width: 100%;
  background: #000; }
  section.about-tab2 h6 {
    color: #fff;
    padding-bottom: 20px; }
  section.about-tab2 .container .co {
    width: 100%;
    margin-top: 30px; }
    section.about-tab2 .container .co h2 {
      font-size: 72px;
      color: #fff;
      font-weight: bold; }
      @media only screen and (max-width: 1600px) {
        section.about-tab2 .container .co h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1200px) {
        section.about-tab2 .container .co h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 900px) {
        section.about-tab2 .container .co h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 542px) {
        section.about-tab2 .container .co h2 {
          font-size: 30px; } }
    section.about-tab2 .container .co p {
      font-family: Pretendard;
      font-size: 18px;
      line-height: 26px;
      color: #888888;
      font-weight: 600; }
      @media only screen and (max-width: 1600px) {
        section.about-tab2 .container .co p {
          font-size: 14px; } }
      @media only screen and (max-width: 542px) {
        section.about-tab2 .container .co p {
          line-height: 24px; } }
    section.about-tab2 .container .co p.ita {
      font-style: italic;
      font-weight: 800; }
  @media only screen and (max-width: 1200px) {
    section.about-tab2 .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.about-tab2 .container {
      padding: 0 20px; } }

section.about-tab3 {
  width: 100%;
  background: #fff; }
  section.about-tab3 .container h2 {
    font-size: 72px;
    color: #000;
    font-weight: 400;
    margin-top: 50px; }
    section.about-tab3 .container h2 .bold {
      font-weight: bold;
      font-style: italic; }
    @media only screen and (max-width: 1600px) {
      section.about-tab3 .container h2 {
        font-size: 60px; } }
    @media only screen and (max-width: 1200px) {
      section.about-tab3 .container h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab3 .container h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab3 .container h2 {
        font-size: 30px; } }
  section.about-tab3 .container h3 {
    font-size: 52px;
    color: #000;
    font-weight: 400;
    font-family: Pretendard; }
    section.about-tab3 .container h3 .bold {
      font-weight: bold; }
    @media only screen and (max-width: 1600px) {
      section.about-tab3 .container h3 {
        font-size: 40px; } }
    @media only screen and (max-width: 1200px) {
      section.about-tab3 .container h3 {
        font-size: 30px; } }
  section.about-tab3 .container p {
    margin-top: 30px;
    font-family: Pretendard;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    font-weight: 600; }
    @media only screen and (max-width: 1600px) {
      section.about-tab3 .container p {
        font-size: 16px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab3 .container p {
        font-size: 16px; }
        section.about-tab3 .container p br {
          display: none; } }
    @media only screen and (max-width: 900px) {
      section.about-tab3 .container p {
        line-height: 24px; } }
  section.about-tab3 .container h4 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    letter-spacing: -1px; }
    @media only screen and (max-width: 1600px) {
      section.about-tab3 .container h4 {
        font-size: 28px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab3 .container h4 {
        font-size: 24px; } }
  section.about-tab3 .container p.sub {
    font-family: Pretendard;
    font-size: 18px;
    line-height: 28px;
    color: #888888;
    font-weight: 500;
    margin-top: 20px; }
    @media only screen and (max-width: 1600px) {
      section.about-tab3 .container p.sub {
        font-size: 14px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab3 .container p.sub br {
        display: none; } }
    @media only screen and (max-width: 542px) {
      section.about-tab3 .container p.sub {
        line-height: 24px; } }
  @media only screen and (max-width: 1200px) {
    section.about-tab3 .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.about-tab3 .container {
      padding: 0 20px; } }

section.about-tab4 {
  width: 100%;
  background: #000; }
  section.about-tab4 .container h6 {
    color: #fff;
    padding-bottom: 20px; }
  section.about-tab4 .container h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    margin-top: 50px; }
    section.about-tab4 .container h2 .bold {
      font-weight: bold; }
    @media only screen and (max-width: 1600px) {
      section.about-tab4 .container h2 {
        font-size: 60px; } }
    @media only screen and (max-width: 1200px) {
      section.about-tab4 .container h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 900px) {
      section.about-tab4 .container h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 542px) {
      section.about-tab4 .container h2 {
        font-size: 30px; } }
  section.about-tab4 .container p {
    font-family: Pretendard;
    font-size: 18px;
    line-height: 26px;
    color: #888888;
    font-weight: 600;
    margin-top: 40px; }
    @media only screen and (max-width: 1600px) {
      section.about-tab4 .container p {
        font-size: 14px; } }
    @media only screen and (max-width: 1600px) {
      section.about-tab4 .container p {
        line-height: 24px; } }
  @media only screen and (max-width: 1200px) {
    section.about-tab4 .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.about-tab4 .container {
      padding: 0 20px; } }

.btn-history {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 100px; }
  .btn-history .btn-next {
    display: inline-block;
    position: relative;
    top: -10px;
    padding-left: 5px; }
    @media only screen and (max-width: 900px) {
      .btn-history .btn-next {
        top: -13px; } }
  @media only screen and (max-width: 1200px) {
    .btn-history {
      font-size: 18px; } }
  @media only screen and (max-width: 900px) {
    .btn-history {
      font-size: 16px; } }
  @media only screen and (max-width: 420px) {
    .btn-history {
      font-size: 14px; } }

section.about-tab5 {
  width: 100%;
  background: #fff; }
  section.about-tab5 .container h6 {
    color: #000;
    padding-bottom: 20px; }
  section.about-tab5 .container .org {
    margin-top: 50px; }
    section.about-tab5 .container .org ul li.org-item {
      float: left;
      width: 50%; }
      section.about-tab5 .container .org ul li.org-item p {
        font-family: Pretendard;
        font-size: 18px;
        line-height: 26px;
        color: #000;
        font-weight: 600; }
        @media only screen and (max-width: 1600px) {
          section.about-tab5 .container .org ul li.org-item p {
            font-size: 14px; } }
      section.about-tab5 .container .org ul li.org-item .black {
        color: #000; }
      section.about-tab5 .container .org ul li.org-item .sub {
        font-family: Pretendard;
        font-size: 18px;
        line-height: 30px;
        color: #666666;
        font-weight: 400;
        margin-top: 30px; }
        section.about-tab5 .container .org ul li.org-item .sub p.ita {
          font-family: Pretendard;
          font-style: italic;
          color: #666666;
          font-weight: 800; }
        @media only screen and (max-width: 1600px) {
          section.about-tab5 .container .org ul li.org-item .sub {
            font-size: 14px; } }
      section.about-tab5 .container .org ul li.org-item .mt30 {
        display: block;
        padding-top: 20px; }
      section.about-tab5 .container .org ul li.org-item .mt203 {
        margin-top: 219px; }
        @media only screen and (max-width: 1200px) {
          section.about-tab5 .container .org ul li.org-item .mt203 {
            margin-top: 184px; } }
        @media only screen and (max-width: 900px) {
          section.about-tab5 .container .org ul li.org-item .mt203 {
            margin-top: 30px; } }
      section.about-tab5 .container .org ul li.org-item .in-box ul {
        display: inline-block; }
        section.about-tab5 .container .org ul li.org-item .in-box ul li.ib-item {
          float: left;
          font-family: Pretendard;
          font-size: 18px;
          line-height: 30px;
          color: #666666;
          font-weight: 400; }
          section.about-tab5 .container .org ul li.org-item .in-box ul li.ib-item span.bold {
            padding: 0 5px;
            font-weight: 700; }
          @media only screen and (max-width: 1600px) {
            section.about-tab5 .container .org ul li.org-item .in-box ul li.ib-item {
              font-size: 14px; } }
        section.about-tab5 .container .org ul li.org-item .in-box ul li.ib-item:last-child {
          padding-left: 5px; }
      @media only screen and (max-width: 900px) {
        section.about-tab5 .container .org ul li.org-item {
          width: 100%;
          text-align: center; } }
    section.about-tab5 .container .org ul li.org-item:last-child {
      padding-left: 20px; }
      @media only screen and (max-width: 900px) {
        section.about-tab5 .container .org ul li.org-item:last-child {
          padding-left: 60px;
          margin-top: 30px;
          text-align: left; } }
      @media only screen and (max-width: 542px) {
        section.about-tab5 .container .org ul li.org-item:last-child {
          padding-left: 0px; } }
  @media only screen and (max-width: 1200px) {
    section.about-tab5 .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.about-tab5 .container {
      padding: 0 20px; } }

section.history {
  width: 100%;
  background: #fff; }
  section.history .container {
    width: 100%;
    text-align: center; }
    section.history .container img {
      width: auto; }
      @media only screen and (max-width: 1200px) {
        section.history .container img {
          width: 90%; } }
      @media only screen and (max-width: 900px) {
        section.history .container img {
          margin-top: 30px; } }
      @media only screen and (max-width: 542px) {
        section.history .container img {
          margin-top: 0px; } }
    @media only screen and (max-width: 1200px) {
      section.history .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 542px) {
      section.history .container {
        padding: 0 20px; } }

.btn-business {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 100px; }
  .btn-business .btn-next {
    display: inline-block;
    position: relative;
    top: -10px;
    padding-left: 5px; }
    @media only screen and (max-width: 900px) {
      .btn-business .btn-next {
        top: -13px; } }
  @media only screen and (max-width: 1200px) {
    .btn-business {
      font-size: 18px; } }
  @media only screen and (max-width: 900px) {
    .btn-business {
      font-size: 16px; } }
  @media only screen and (max-width: 420px) {
    .btn-business {
      font-size: 14px; } }

section.business-tab1 {
  width: 100%;
  background: #fff;
  padding-bottom: 0px; }
  section.business-tab1 .container {
    text-align: center; }
    section.business-tab1 .container h1 {
      font-size: 92px;
      color: #000;
      font-weight: bold;
      letter-spacing: -3px; }
      @media only screen and (max-width: 1600px) {
        section.business-tab1 .container h1 {
          font-size: 80px; } }
      @media only screen and (max-width: 1200px) {
        section.business-tab1 .container h1 {
          font-size: 70px; } }
      @media only screen and (max-width: 900px) {
        section.business-tab1 .container h1 {
          font-size: 65px;
          margin-top: 70px; } }
      @media only screen and (max-width: 542px) {
        section.business-tab1 .container h1 {
          font-size: 50px;
          margin-top: 0px; } }
      @media only screen and (max-width: 420px) {
        section.business-tab1 .container h1 {
          font-size: 40px;
          letter-spacing: -1px; } }
    section.business-tab1 .container .tab {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 100px; }
      section.business-tab1 .container .tab ul {
        display: inline-block; }
        section.business-tab1 .container .tab ul li.tab-item {
          float: left;
          padding: 0 20px; }
          section.business-tab1 .container .tab ul li.tab-item a {
            font-size: 18px;
            color: #666666;
            font-weight: bold; }
            @media only screen and (max-width: 1600px) {
              section.business-tab1 .container .tab ul li.tab-item a {
                font-size: 16px; } }
            @media only screen and (max-width: 542px) {
              section.business-tab1 .container .tab ul li.tab-item a {
                font-size: 14px; } }
          @media only screen and (max-width: 900px) {
            section.business-tab1 .container .tab ul li.tab-item {
              width: 50%;
              padding: 20px; } }
          @media only screen and (max-width: 542px) {
            section.business-tab1 .container .tab ul li.tab-item {
              padding: 15px 0; } }
      @media only screen and (max-width: 1200px) {
        section.business-tab1 .container .tab {
          padding-top: 60px;
          padding-bottom: 60px; } }
      @media only screen and (max-width: 900px) {
        section.business-tab1 .container .tab {
          width: 80%;
          margin: 0 auto; } }
      @media only screen and (max-width: 542px) {
        section.business-tab1 .container .tab {
          width: 100%;
          padding: 40px 0; } }
    section.business-tab1 .container .active {
      color: #000 !important;
      text-decoration: underline;
      text-underline-position: under; }

section.business-tab2 {
  width: 100%;
  background: #000;
  padding-bottom: 50px; }
  section.business-tab2 .container h6 {
    color: #fff; }
  section.business-tab2 .container h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 50px; }
    @media only screen and (max-width: 1600px) {
      section.business-tab2 .container h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 900px) {
      section.business-tab2 .container h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 542px) {
      section.business-tab2 .container h1 {
        font-size: 40px; } }
  section.business-tab2 .container p {
    font-family: Pretendard;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500; }
    @media only screen and (max-width: 1600px) {
      section.business-tab2 .container p {
        font-size: 16px; } }
  section.business-tab2 .container .gray {
    margin-top: 30px; }
    section.business-tab2 .container .gray ul li.gray-item {
      line-height: 30px;
      font-weight: 600;
      color: #888888;
      list-style: inside; }
      @media only screen and (max-width: 1600px) {
        section.business-tab2 .container .gray ul li.gray-item {
          font-size: 14px; } }
      @media only screen and (max-width: 542px) {
        section.business-tab2 .container .gray ul li.gray-item {
          line-height: 24px; } }
  section.business-tab2 .container .img-tab {
    margin-top: 50px; }
    section.business-tab2 .container .img-tab ul {
      margin: 0 -10px; }
      section.business-tab2 .container .img-tab ul li.it-item {
        float: left;
        width: 33.333%;
        padding: 0 10px; }
        @media only screen and (max-width: 542px) {
          section.business-tab2 .container .img-tab ul li.it-item {
            width: 100%;
            padding-bottom: 30px; }
            section.business-tab2 .container .img-tab ul li.it-item img {
              width: 100%; } }
  section.business-tab2 .container .btn-portfolio {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 100px; }
    section.business-tab2 .container .btn-portfolio .btn-next {
      display: inline-block;
      position: relative;
      top: -10px;
      padding-left: 5px; }
      @media only screen and (max-width: 900px) {
        section.business-tab2 .container .btn-portfolio .btn-next {
          top: -13px; } }
    @media only screen and (max-width: 1200px) {
      section.business-tab2 .container .btn-portfolio {
        font-size: 18px; } }
    @media only screen and (max-width: 900px) {
      section.business-tab2 .container .btn-portfolio {
        font-size: 16px; } }
    @media only screen and (max-width: 542px) {
      section.business-tab2 .container .btn-portfolio {
        margin-top: 50px;
        font-size: 14px; } }
  @media only screen and (max-width: 1200px) {
    section.business-tab2 .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.business-tab2 .container {
      padding: 0 20px; } }

section.portfolio {
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
  text-align: center; }
  section.portfolio .container h1 {
    font-size: 92px;
    color: #000;
    font-weight: bold;
    letter-spacing: -3px; }
    @media only screen and (max-width: 1600px) {
      section.portfolio .container h1 {
        font-size: 80px; } }
    @media only screen and (max-width: 1200px) {
      section.portfolio .container h1 {
        font-size: 70px; } }
    @media only screen and (max-width: 900px) {
      section.portfolio .container h1 {
        font-size: 65px;
        margin-top: 70px; } }
    @media only screen and (max-width: 542px) {
      section.portfolio .container h1 {
        font-size: 50px;
        margin-top: 0px; } }
    @media only screen and (max-width: 420px) {
      section.portfolio .container h1 {
        font-size: 40px;
        letter-spacing: -1px; } }
  section.portfolio .container .tab {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px; }
    section.portfolio .container .tab ul {
      display: inline-block; }
      section.portfolio .container .tab ul li.tab-item {
        float: left;
        padding: 0 20px; }
        section.portfolio .container .tab ul li.tab-item a {
          font-size: 18px;
          color: #666666;
          font-weight: bold; }
          @media only screen and (max-width: 1200px) {
            section.portfolio .container .tab ul li.tab-item a {
              font-size: 16px; } }
          @media only screen and (max-width: 542px) {
            section.portfolio .container .tab ul li.tab-item a {
              font-size: 14px; } }
        @media only screen and (max-width: 900px) {
          section.portfolio .container .tab ul li.tab-item {
            display: inline-block;
            padding: 20px;
            float: none; } }
        @media only screen and (max-width: 542px) {
          section.portfolio .container .tab ul li.tab-item {
            padding: 7px; } }
    @media only screen and (max-width: 1200px) {
      section.portfolio .container .tab {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 900px) {
      section.portfolio .container .tab {
        text-align: center; } }
    @media only screen and (max-width: 542px) {
      section.portfolio .container .tab {
        padding: 40px 0; } }
  section.portfolio .container .active {
    color: #000 !important;
    text-decoration: underline;
    text-underline-position: under; }

section.portfolio-list {
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
  text-align: center; }
  section.portfolio-list .container .port-list ul {
    margin: 0 -10px; }
    section.portfolio-list .container .port-list ul li.por-item {
      float: left;
      width: 33.333%;
      padding: 0 10px;
      margin-bottom: 30px; }
      section.portfolio-list .container .port-list ul li.por-item a {
        display: block;
        width: 100%;
        text-align: left; }
        section.portfolio-list .container .port-list ul li.por-item a img {
          width: 400px;
          height: 400px;
          border: 1px solid #f2f2f2; }
          @media only screen and (max-width: 1600px) {
            section.portfolio-list .container .port-list ul li.por-item a img {
              width: 350px;
              height: 350px; } }
          @media only screen and (max-width: 1200px) {
            section.portfolio-list .container .port-list ul li.por-item a img {
              width: 300px;
              height: 300px; } }
          @media only screen and (max-width: 900px) {
            section.portfolio-list .container .port-list ul li.por-item a img {
              width: 200px;
              height: 200px; } }
          @media only screen and (max-width: 420px) {
            section.portfolio-list .container .port-list ul li.por-item a img {
              width: 150px;
              height: 150px; } }
        section.portfolio-list .container .port-list ul li.por-item a p.purple {
          color: #5357f0;
          font-size: 18px;
          padding: 10px 0;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif;
          margin-top: 10px; }
          @media only screen and (max-width: 1600px) {
            section.portfolio-list .container .port-list ul li.por-item a p.purple {
              font-size: 14px; } }
        section.portfolio-list .container .port-list ul li.por-item a p {
          width: 100%;
          font-size: 20px;
          line-height: 24px;
          font-family: Pretendard;
          color: #000;
          font-weight: 400;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          min-height: 58px; }
          @media only screen and (max-width: 1600px) {
            section.portfolio-list .container .port-list ul li.por-item a p {
              font-size: 16px; } }
          @media only screen and (max-width: 900px) {
            section.portfolio-list .container .port-list ul li.por-item a p {
              font-size: 14px;
              line-height: 20px; } }
      @media only screen and (max-width: 542px) {
        section.portfolio-list .container .port-list ul li.por-item {
          width: 50%; }
          section.portfolio-list .container .port-list ul li.por-item img {
            width: 100%; } }
  section.portfolio-list .container .page-box {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.portfolio-list .container .page-box .page {
      text-align: center;
      height: 35px; }
      section.portfolio-list .container .page-box .page ul.pul {
        display: inline-block; }
        section.portfolio-list .container .page-box .page ul.pul li.pli {
          float: left;
          width: 35px;
          margin: 0 5px; }
          section.portfolio-list .container .page-box .page ul.pul li.pli img {
            width: 100%; }
          section.portfolio-list .container .page-box .page ul.pul li.pli .pn {
            width: 35px;
            height: 26px;
            text-align: center;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            color: #888888;
            font-weight: 500;
            padding-top: 9px; }
            @media only screen and (max-width: 900px) {
              section.portfolio-list .container .page-box .page ul.pul li.pli .pn {
                width: 20px;
                font-size: 14px;
                padding-top: 10px; } }
          section.portfolio-list .container .page-box .page ul.pul li.pli .pn_on {
            width: 35px;
            height: 26px;
            text-align: center;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            color: #000;
            font-weight: 600;
            text-decoration: underline;
            padding-top: 9px; }
            @media only screen and (max-width: 900px) {
              section.portfolio-list .container .page-box .page ul.pul li.pli .pn_on {
                width: 30px;
                font-size: 14px;
                padding-top: 10px; } }
          @media only screen and (max-width: 900px) {
            section.portfolio-list .container .page-box .page ul.pul li.pli {
              margin: 0 2px; } }
      section.portfolio-list .container .page-box .page li:last-child {
        border: none; }
  @media only screen and (max-width: 1200px) {
    section.portfolio-list .container {
      padding: 0 50px; } }
  @media only screen and (max-width: 542px) {
    section.portfolio-list .container {
      padding: 0 30px; } }

section.portfolio-detail {
  width: 100%;
  height: 800px; }
  section.portfolio-detail .container {
    width: 100%;
    position: relative;
    z-index: 3; }
    section.portfolio-detail .container p.purple {
      color: #fff;
      font-size: 18px;
      padding: 10px 0;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif;
      margin-top: 100px; }
      @media only screen and (max-width: 900px) {
        section.portfolio-detail .container p.purple {
          font-size: 14px; } }
    section.portfolio-detail .container h4 {
      font-size: 50px;
      font-weight: bold;
      color: #fff;
      margin-top: 30px;
      line-height: 70px;
      width: 100%; }
      @media only screen and (max-width: 1200px) {
        section.portfolio-detail .container h4 {
          font-size: 45px;
          line-height: 55px; } }
      @media only screen and (max-width: 900px) {
        section.portfolio-detail .container h4 {
          max-width: 100%;
          font-size: 30px;
          line-height: 40px;
          margin-top: 10px; } }
    @media only screen and (max-width: 1200px) {
      section.portfolio-detail .container {
        padding: 0 50px; } }
  section.portfolio-detail .screen {
    position: absolute;
    top: 0px;
    background: #000;
    z-index: 2;
    opacity: 0.3;
    width: 100%;
    height: 800px; }
    @media only screen and (max-width: 900px) {
      section.portfolio-detail .screen {
        opacity: 0.7;
        height: 600px; } }
  section.portfolio-detail .back-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    z-index: 1; }
    @media only screen and (max-width: 900px) {
      section.portfolio-detail .back-img {
        height: 600px; } }
  @media only screen and (max-width: 900px) {
    section.portfolio-detail {
      height: 600px; } }

section.portfolio-desc {
  width: 100%;
  background: #fff; }
  section.portfolio-desc .container {
    width: 100%; }
    section.portfolio-desc .container .article {
      padding: 50px 0;
      font-size: 18px;
      line-height: 24px;
      font-family: Pretendard;
      color: #000; }
      @media only screen and (max-width: 900px) {
        section.portfolio-desc .container .article {
          font-size: 14px; } }
    section.portfolio-desc .container .file {
      font-size: 18px;
      font-family: Pretendard;
      font-weight: bold;
      color: #000;
      text-decoration: underline; }
      section.portfolio-desc .container .file img {
        position: relative;
        top: -3px;
        padding-right: 5px; }
      @media only screen and (max-width: 900px) {
        section.portfolio-desc .container .file {
          font-size: 14px; } }
    @media only screen and (max-width: 1200px) {
      section.portfolio-desc .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 542px) {
      section.portfolio-desc .container {
        padding: 0 20px; } }

.btn-list {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 100px; }
  .btn-list .btn-next {
    display: inline-block;
    position: relative;
    top: -10px;
    padding-left: 5px; }
    @media only screen and (max-width: 900px) {
      .btn-list .btn-next {
        top: -13px; } }
  @media only screen and (max-width: 1200px) {
    .btn-list {
      font-size: 18px; } }
  @media only screen and (max-width: 900px) {
    .btn-list {
      font-size: 16px; } }
  @media only screen and (max-width: 420px) {
    .btn-list {
      font-size: 14px; } }

section.award-tab1 {
  width: 100%;
  background: #fff;
  padding-bottom: 0; }
  section.award-tab1 .container {
    text-align: center; }
    section.award-tab1 .container h1 {
      font-size: 92px;
      color: #000;
      font-weight: bold;
      letter-spacing: -3px; }
      @media only screen and (max-width: 1600px) {
        section.award-tab1 .container h1 {
          font-size: 80px; } }
      @media only screen and (max-width: 1200px) {
        section.award-tab1 .container h1 {
          font-size: 70px; } }
      @media only screen and (max-width: 900px) {
        section.award-tab1 .container h1 {
          font-size: 65px;
          margin-top: 70px; } }
      @media only screen and (max-width: 542px) {
        section.award-tab1 .container h1 {
          font-size: 50px;
          margin-top: 0px; } }
      @media only screen and (max-width: 420px) {
        section.award-tab1 .container h1 {
          font-size: 40px;
          letter-spacing: -1px; } }
    section.award-tab1 .container .tab {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 100px; }
      section.award-tab1 .container .tab ul {
        display: inline-block; }
        section.award-tab1 .container .tab ul li.tab-item {
          float: left;
          padding: 0 20px; }
          section.award-tab1 .container .tab ul li.tab-item a {
            font-size: 18px;
            color: #666666;
            font-weight: bold; }
            @media only screen and (max-width: 1600px) {
              section.award-tab1 .container .tab ul li.tab-item a {
                font-size: 16px; } }
            @media only screen and (max-width: 542px) {
              section.award-tab1 .container .tab ul li.tab-item a {
                font-size: 14px; } }
      @media only screen and (max-width: 1200px) {
        section.award-tab1 .container .tab {
          padding-top: 60px;
          padding-bottom: 60px; } }
    section.award-tab1 .container .active {
      color: #000 !important;
      text-decoration: underline;
      text-underline-position: under; }

section.award-tab2 {
  width: 100%;
  background: #f7f7f7; }
  section.award-tab2 .container {
    text-align: left; }
    section.award-tab2 .container h2 {
      font-size: 72px;
      color: #000;
      font-weight: 400;
      letter-spacing: -3px; }
      section.award-tab2 .container h2 span.ita {
        font-weight: 700;
        font-style: italic; }
      @media only screen and (max-width: 1600px) {
        section.award-tab2 .container h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1200px) {
        section.award-tab2 .container h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 900px) {
        section.award-tab2 .container h2 {
          font-size: 40px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 542px) {
        section.award-tab2 .container h2 {
          font-size: 30px; } }
    section.award-tab2 .container p {
      font-family: Pretendard;
      font-size: 18px;
      font-weight: 700;
      color: #000;
      margin-top: 30px; }
      @media only screen and (max-width: 1600px) {
        section.award-tab2 .container p {
          font-size: 14px; } }
    section.award-tab2 .container .tab {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 100px; }
      section.award-tab2 .container .tab ul {
        display: inline-block; }
        section.award-tab2 .container .tab ul li.tab-item {
          float: left;
          padding: 0 20px; }
          section.award-tab2 .container .tab ul li.tab-item a {
            font-size: 18px;
            color: #666666;
            font-weight: bold; }
    section.award-tab2 .container .active {
      color: #000 !important;
      text-decoration: underline;
      text-underline-position: under; }
    section.award-tab2 .container .award-img {
      width: 100%;
      margin-top: 40px; }
    @media only screen and (max-width: 1200px) {
      section.award-tab2 .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 542px) {
      section.award-tab2 .container {
        padding: 0 20px; } }
  @media only screen and (max-width: 542px) {
    section.award-tab2 {
      padding: 50px 0; } }

section.award-tab3 {
  width: 100%;
  background: #fff; }
  section.award-tab3 .container {
    text-align: left; }
    section.award-tab3 .container h2 {
      font-size: 72px;
      color: #000;
      font-weight: 400;
      letter-spacing: -3px; }
      section.award-tab3 .container h2 span.ita {
        font-weight: 700;
        font-style: italic; }
      @media only screen and (max-width: 1600px) {
        section.award-tab3 .container h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 1200px) {
        section.award-tab3 .container h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 900px) {
        section.award-tab3 .container h2 {
          font-size: 40px;
          letter-spacing: -1px; } }
      @media only screen and (max-width: 542px) {
        section.award-tab3 .container h2 {
          font-size: 30px; } }
    section.award-tab3 .container p {
      font-family: Pretendard;
      font-size: 18px;
      font-weight: 700;
      color: #000;
      margin-top: 30px; }
      @media only screen and (max-width: 1600px) {
        section.award-tab3 .container p {
          font-size: 14px; } }
    section.award-tab3 .container .tab {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 100px; }
      section.award-tab3 .container .tab ul {
        display: inline-block; }
        section.award-tab3 .container .tab ul li.tab-item {
          float: left;
          padding: 0 20px; }
          section.award-tab3 .container .tab ul li.tab-item a {
            font-size: 18px;
            color: #666666;
            font-weight: bold; }
            @media only screen and (max-width: 1200px) {
              section.award-tab3 .container .tab ul li.tab-item a {
                font-size: 16px; } }
    section.award-tab3 .container .active {
      color: #000 !important;
      text-decoration: underline;
      text-underline-position: under; }
    section.award-tab3 .container .award-img {
      width: 100%;
      margin-top: 40px; }
    @media only screen and (max-width: 1200px) {
      section.award-tab3 .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 542px) {
      section.award-tab3 .container {
        padding: 0 20px; } }
  @media only screen and (max-width: 542px) {
    section.award-tab3 {
      padding: 50px 0; } }

/* Board Componenet */
/* footer */
footer {
  border-top: 1px solid #151515;
  padding: 30px;
  text-align: center; }
  footer p {
    font-family: "Pretendard Variable", Pretendard;
    font-weight: 600;
    font-size: 16px;
    color: #888888; }
    @media only screen and (max-width: 1600px) {
      footer p {
        font-size: 14px; } }
    @media only screen and (max-width: 542px) {
      footer p {
        font-size: 12px; } }

.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 */
