@charset "UTF-8";
body {
  position: relative;
}
body * {
  box-sizing: border-box;
}

/* 여백 초기화 */
body, div, ul, li, dl, dd, dt, ol, h1, h2, h3, h4, h5, h6, input, fieldset, legend, p, select,
table, th, td, tr, textarea, button, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

/* a 링크 초기화 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 폰트 초기화 */
body, input, textarea, select, button, table {
  font-family: "Noto Sans KR", sans-serif;
}

/* 폰트 스타일 초기화 */
em, address {
  font-style: normal;
}

em {
  color: red;
}

/* 블릿기호 초기화 */
ul, li, ol {
  list-style: none;
}

/* 제목 태그 초기화 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

/* 버튼초기화 */
button {
  border: 0;
}

/* 반응형 이미지 */
img, video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

img {
  border: 0;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* table */
table {
  border-collapse: collapse;
}

/* IR 효과 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
/* margin */
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* padding */
.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pl10 {
  padding-left: 10px;
}

.pt15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1, h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

nav ul li:nth-child(1) a {
  color: #48AB33;
}

.brand_story {
  padding-top: 16.9rem;
  padding-bottom: 16.9rem;
}
@media (min-width: 992px) {
  .brand_story {
    padding-top: 18.5rem;
    padding-bottom: 35.6rem;
  }
}
.brand_story .story_content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin: 0 35px;
}
@media (min-width: 992px) {
  .brand_story .story_content {
    flex-direction: row;
    align-items: end;
    margin: 0 24px;
  }
}
.brand_story .story_content .story_img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 992px) {
  .brand_story .story_content .story_img {
    max-width: 77.6rem;
  }
}
.brand_story .story_content .text {
  align-items: start;
  margin-left: 0;
}
@media (min-width: 992px) {
  .brand_story .story_content .text {
    margin-left: 3rem;
  }
}
@media (min-width: 1300px) {
  .brand_story .story_content .text {
    margin-left: 8rem;
  }
}
.brand_story .story_content .text .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  line-height: 4.2rem;
  margin-bottom: 12.4rem;
}
@media (min-width: 992px) {
  .brand_story .story_content .text .text_box {
    align-items: start;
    margin-bottom: 0;
    max-width: 50rem;
    min-width: 27rem;
  }
}
.brand_story .story_content .text .text_box .logo {
  max-width: 43rem;
  margin-bottom: 5.5rem;
}
.brand_story .story_content .text .text_box h2 {
  margin-bottom: 4.2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.brand_story .story_content .text .text_box p {
  font-size: 1.8rem;
  font-weight: 500;
}

.technology {
  background-image: url(/images/section02-bg.png?979c2ff2e77762b095480d002a70b40f);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.technology .tec_container {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}
@media (min-width: 992px) {
  .technology .tec_container {
    margin-top: 11.6rem;
    margin-bottom: 22.3rem;
  }
}
.technology .tec_container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.technology .tec_container .title img:nth-child(1) {
  width: 4rem;
}
@media (min-width: 992px) {
  .technology .tec_container .title img:nth-child(1) {
    width: 6.2rem;
  }
}
.technology .tec_container .title img:nth-child(2) {
  width: 24.4rem;
  margin-top: 2.1rem;
}
@media (min-width: 992px) {
  .technology .tec_container .title img:nth-child(2) {
    width: 34.7rem;
    margin-top: 4.4rem;
  }
}
.technology .tec_container .white_box {
  display: flex;
  justify-content: center;
  margin: 0 24px;
  margin-top: 2.1em;
}
@media (min-width: 992px) {
  .technology .tec_container .white_box {
    margin-top: 10rem;
  }
}
.technology .tec_container .white_box .web {
  display: none;
  max-width: 1280px;
}
@media (min-width: 992px) {
  .technology .tec_container .white_box .web {
    display: block;
  }
}
.technology .tec_container .white_box .mobile {
  display: block;
}
@media (min-width: 992px) {
  .technology .tec_container .white_box .mobile {
    display: none;
  }
}

.presentation {
  overflow: hidden;
}
.presentation .pre_container {
  position: relative;
  padding-top: 26rem;
  padding-bottom: 4.7rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .presentation .pre_container {
    padding-top: 48.3rem;
    padding-bottom: 41.7rem;
  }
}
.presentation .pre_container .gradient_bg {
  position: absolute;
  top: auto;
  bottom: 23.2rem;
  right: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(to top, rgba(201, 201, 201, 0.15) 70%, transparent);
  z-index: -1;
}
@media (min-width: 992px) {
  .presentation .pre_container .gradient_bg {
    width: 47.5%;
    height: 67%;
    top: 23.2rem;
  }
}
.presentation .pre_container .content {
  max-width: 1280px;
  margin: 0 24px;
}
@media (min-width: 1300px) {
  .presentation .pre_container .content {
    margin: 0 auto;
  }
}
.presentation .pre_container .content .title {
  position: relative;
  width: 100%;
  margin-bottom: 13rem;
}
.presentation .pre_container .content .title .pre_title {
  max-width: 21.2rem;
}
.presentation .pre_container .content .title .line {
  position: absolute;
  top: -15.1rem;
  left: auto;
  right: 2rem;
  width: 7.5em;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .presentation .pre_container .content .title .line {
    top: -25.1rem;
    left: -18.3rem;
    width: 16.9rem;
    transform: rotate(0deg);
  }
}
.presentation .pre_container .content .bottom {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .presentation .pre_container .content .bottom {
    display: flex;
  }
}
.presentation .pre_container .content .bottom .text {
  min-width: 39rem;
  margin-right: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}
.presentation .pre_container .content .bottom .ample {
  max-width: 83%;
  margin-top: 16rem;
  float: right;
}
@media (min-width: 992px) {
  .presentation .pre_container .content .bottom .ample {
    max-width: 89.4rem;
    margin-top: 0;
  }
}
.presentation .pre_container .content .bottom .ample::after {
  clear: both;
}
.presentation .pre_container .content .bottom .circle {
  position: absolute;
  bottom: -26.6rem;
  left: auto;
  right: 2.7rem;
  width: 40%;
}
@media (min-width: 992px) {
  .presentation .pre_container .content .bottom .circle {
    width: 45.8rem;
    left: 15.5rem;
  }
}
.presentation .pro_container {
  position: relative;
  display: flex;
  justify-content: right;
  width: 100%;
}
.presentation .pro_container .pro_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 82%;
  background-color: rgba(201, 201, 201, 0.15);
  z-index: -1;
}
@media (min-width: 992px) {
  .presentation .pro_container .pro_bg {
    height: 71%;
  }
}
.presentation .pro_container .pro_group {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 35px;
}
@media (min-width: 992px) {
  .presentation .pro_container .pro_group {
    display: flex;
    justify-content: right;
    width: auto;
    max-width: 90%;
    margin: 0;
  }
}
.presentation .pro_container .pro_group > div {
  display: flex;
  margin-left: 0;
  max-width: 100%;
  margin-bottom: 1.8rem;
}
.presentation .pro_container .pro_group > div:nth-child(2) {
  justify-content: right;
}
@media (min-width: 992px) {
  .presentation .pro_container .pro_group > div {
    display: block;
    max-width: 53.1rem;
    margin-left: 2.5rem;
    margin-bottom: 0;
  }
}
.presentation .pro_container .pro_group > div img {
  max-width: 70%;
}
@media (min-width: 992px) {
  .presentation .pro_container .pro_group > div img {
    max-width: 100%;
  }
}
.presentation .text_container {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: rgba(201, 201, 201, 0.15);
}
@media (min-width: 471px) {
  .presentation .text_container {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 992px) {
  .presentation .text_container {
    padding-top: 16.8rem;
    padding-bottom: 17.5rem;
  }
}
.presentation .text_container .text_box {
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 35px;
}
@media (min-width: 992px) {
  .presentation .text_container .text_box {
    margin: 0 24px;
  }
}
.presentation .text_container .text_box .mark {
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 20rem;
  margin-right: 2.5rem;
  z-index: -1;
}
@media (min-width: 471px) {
  .presentation .text_container .text_box .mark {
    position: inherit;
    width: 17.3rem;
  }
}
@media (min-width: 992px) {
  .presentation .text_container .text_box .mark {
    margin-right: 5.3rem;
  }
}
.presentation .text_container .text_box .text h4 {
  margin-bottom: 0;
  line-height: 3.86rem;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .presentation .text_container .text_box .text h4 {
    margin-bottom: 2.7rem;
  }
}
.presentation .text_container .text_box .text p {
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.profile {
  padding-top: 8rem;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 992px) {
  .profile {
    padding-top: 31.9rem;
  }
}
.profile .profile_box {
  display: block;
  max-width: 1280px;
  margin: 0 50px;
}
@media (min-width: 992px) {
  .profile .profile_box {
    display: flex;
    margin: 0 24px;
  }
}
@media (min-width: 1300px) {
  .profile .profile_box {
    margin: 0 auto;
  }
}
.profile .profile_box .ceo {
  display: none;
  max-width: 55rem;
  margin-right: 2.2rem;
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .profile .profile_box .ceo {
    display: block;
  }
}
.profile .profile_box .profile_text .ceo_text {
  max-width: 29.5rem;
  margin-top: 1.6rem;
  margin-bottom: 8rem;
}
.profile .profile_box .profile_text .text_box {
  position: relative;
  min-width: 30rem;
  height: 227.78px;
}
@media (min-width: 471px) {
  .profile .profile_box .profile_text .text_box {
    height: 199.78px;
  }
}
.profile .profile_box .profile_text .text_box p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
.profile .profile_box .profile_text .text_box p:nth-child(1) {
  margin-bottom: 7.3rem;
}
.profile .profile_box .profile_text .text_box p:nth-child(4) {
  margin-bottom: 1.1rem;
}
.profile .profile_box .profile_text .text_box .circle {
  position: absolute;
  width: 30%;
  bottom: auto;
  right: calc(100% - 110px);
}
@media (min-width: 471px) {
  .profile .profile_box .profile_text .text_box .circle {
    width: 30%;
    bottom: auto;
    right: auto;
  }
}
@media (min-width: 992px) {
  .profile .profile_box .profile_text .text_box .circle {
    width: 33rem;
    bottom: -20.3rem;
    right: -16.8rem;
  }
}
.profile .profile_box .profile_text .ceo_mobile {
  position: relative;
  right: -50px;
  margin-bottom: 7rem;
  z-index: -1;
}
@media (min-width: 992px) {
  .profile .profile_box .profile_text .ceo_mobile {
    display: none;
  }
}
