@charset "UTF-8";
/*-----------------------
GENERAL STYLESHEET
Author : Jeong Soojeong
Last Updated : 2020-08-02
------------------------*/
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@import url("lib/feather.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

small {
  font-size: 90%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.point-en h1,
.point-en h2,
.point-en h3,
.point-en h4,
.point-en h5,
.point-en h6,
.point-en strong {
  font-weight: 700;
}

/* 인풋, 버튼 스타일 초기화 */
input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  outline: 0;
}

input,
select,
button,
textarea,
optgroup {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
  text-rendering: inherit;
  border: none;
  /*-webkit-appearance: none;*/
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  border-radius: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select,
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=button],
input[type=file],
input[type=number],
input[type=search]::-webkit-search-cancel-button,
button {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input::-webkit-input-placeholder {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
}

textarea {
  width: 100%;
  overflow: auto;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition: all 0.25s ease;
}
button:hover, button:focus, button:active {
  opacity: 0.8;
}

/* 나눔스퀘어일때 */
input[type=password] {
  font-family: sans-serif;
}
input[type=password]::placeholder {
  font-family: "Noto Sans KR", "맑은 고딕", "MalgumGothic", sans-serif;
}

/* 링크 초기화 */
a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

/* 이미지 초기화 */
img {
  position: relative;
  vertical-align: middle;
  border: none;
}

/* 리스트 초기화 */
ul li,
ol li,
dl dt dd {
  list-style: none;
}

/* 기타 초기화 */
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote ::after,
q::before,
q ::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 0px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: -1;
}

em,
address {
  font-style: normal;
}

/* comm */
@media all and (max-width: 1200px) {
  html {
    font-size: 9.4px;
  }
}
@media all and (max-width: 768px) {
  html {
    font-size: 8.4px;
  }
}
@media all and (max-width: 560px) {
  html {
    font-size: 8px;
  }
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Light.woff) format("woff"), url(../fonts/NotoSansKR/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/NotoSansKR/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR/NotoSansKR-Bold.otf) format("opentype");
}
/*------------
common.css
-------------*/
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans KR", "맑은 고딕", "MalgumGothic", sans-serif;
  font-weight: 400;
  color: #5d6461;
  font-size: 1.6rem;
  letter-spacing: -0.12rem;
}

/* common class */
.color-primary {
  color: #00a060 !important;
}

.color-red {
  color: #ff5683 !important;
}

.color-green {
  color: #00a060;
}

.point-en {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  letter-spacing: normal;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.hidden {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  color: transparent;
  font-size: 0.5rem;
  overflow: hidden;
}

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

/* SKIP NAVIGATION */
.skip-navigation {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10000;
}
.skip-navigation dt, .skip-navigation dd {
  transform: none;
}
.skip-navigation dt {
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.skip-navigation a {
  display: block;
  position: absolute;
  top: -9999px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
}
.skip-navigation a:hover, .skip-navigation a:focus, .skip-navigation a:active {
  top: 0;
  height: 30px;
  background: #00a060;
  line-height: 30px;
  color: #fff;
}

/* 드롭 셀렉트박스 */
.sel-drop .sel-drop-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sel-drop .sel-drop-list.on {
  height: auto;
  opacity: 1;
  visibility: visible;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/************************/
/*****MODAL POPUP*****/
/************************/
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 43, 0.8);
}
.popup .popup-layer {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* 모달팝업 */
.layer-dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  padding: 7rem 0 2rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  -o-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.16);
}
.modal .modal-exit {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 3rem;
  line-height: 3rem;
  font-size: 3rem;
  text-align: center;
  color: #282a29;
  z-index: 100;
  cursor: pointer;
}
.modal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  padding: 0 2rem;
  border-bottom: 1px solid #cbd0cd;
  background: #f1f1f1;
}
.modal .modal-header span.tit {
  display: inline-block;
  line-height: 6rem;
  font-size: 2rem;
  font-weight: 700;
  color: #282a29;
}
.modal .modal_cont {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow-y: auto;
}
.modal.modal-password {
  width: 34rem;
  height: auto;
}
.modal.modal-password .textbox {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.8rem;
  color: #282a29;
}
.modal.modal-mainlayer {
  width: 50rem;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: initial;
}
.modal.modal-mainlayer .slick-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 6rem;
  transform: translateY(-50%);
  color: #fff;
  text-indent: -9999px;
}
.modal.modal-mainlayer .slick-arrow.slick-prev {
  left: -12%;
  background: url("/img/main/btn-layer-prev.png") no-repeat center/cover;
}
.modal.modal-mainlayer .slick-arrow.slick-next {
  right: -12%;
  background: url("/img/main/btn-layer-next.png") no-repeat center/cover;
}
.modal.modal-mainlayer .mainpop-inner img {
  width: 100%;
  height: auto;
}
.modal.modal-mainlayer .mainpop-bot {
  display: table;
  position: relative;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  color: #fff;
  background: #282a29;
}
.modal.modal-mainlayer .mainpop-bot > * {
  display: table-cell;
  width: 50%;
  text-align: center;
  font-size: 2rem;
}
.modal.modal-mainlayer .mainpop-bot label.close-today {
  cursor: pointer;
}
.modal.modal-mainlayer .mainpop-bot .mainpop-close {
  position: relative;
  color: #fff;
  font-weight: 600;
  border-left: 1px solid #5d6461;
}

@media all and (max-width: 640px) {
  .modal.modal-mainlayer {
    width: 90%;
  }
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1260px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 1rem;
}

#intro-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.intro-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 5rem;
  align-items: center;
  background: #fff;
}
.intro-title h1 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #282a29;
  text-align: center;
  opacity: 0;
  line-height: 5.2rem;
  animation: textDown 0.8s both;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 640px) {
  .intro-title h1 {
    font-size: 1.5rem;
  }
}
.intro-title h1 strong {
  color: #00a060;
  margin-right: 0.25rem;
}
.intro-title h1::before {
  content: "";
  display: block;
  width: 56px;
  height: 40px;
  margin-right: 0.5rem;
  background: url(../img/common/logo-m.png) no-repeat center/cover;
}
@media screen and (max-width: 640px) {
  .intro-title h1::before {
    width: 36px;
    height: 28px;
  }
}

.intro-group {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .intro-group {
    flex-direction: column;
  }
}

.item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation: textDown 0.8s both;
  animation-fill-mode: forwards;
}

.intro-item {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-item .point-en {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  color: #fff;
  border-bottom: 0.5rem solid #fff;
  text-transform: uppercase;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .intro-item .point-en {
    font-size: 1.25rem;
    border-width: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .intro-item .point-en {
    padding-bottom: 0.875rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
.intro-item h2 {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 120%;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .intro-item h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro-item h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .intro-item h2 {
    font-size: 2rem;
  }
}
.intro-item h2 span {
  display: block;
  font-weight: 400;
}
.intro-item h2 strong {
  font-weight: 700;
}
.intro-item .item-desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro-item .item-desc {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .intro-item .item-desc {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.intro-item .btn-golink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  color: #fff;
  font-size: 1.25rem;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .intro-item .btn-golink {
    width: 14rem;
    border-width: 1px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .intro-item .btn-golink {
    font-size: 1rem;
    width: 12rem;
  }
}
.intro-item .btn-golink::after {
  content: "";
  width: 2rem;
  height: 0.5rem;
  margin-left: 4rem;
  background: url("../img/main/btn-more-w.png") center/cover;
}
.intro-item .item-bg {
  position: absolute;
  z-index: -1;
  transform: scale(1);
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-item.oilpress .point-en {
  border-color: #00a060;
}
.intro-item.oilpress:hover {
  flex-basis: 80%;
}
.intro-item.oilpress:hover .point-en {
  border-color: #fff;
}
.intro-item.oilpress:hover .btn-golink:hover {
  border-color: #007043;
  background: #007043;
}
.intro-item.oilpress:hover::before {
  opacity: 0.8;
  background: #00a060;
}
.intro-item.pack .point-en {
  border-color: #0080ff;
}
.intro-item.pack:hover {
  flex-basis: 80%;
}
.intro-item.pack:hover .point-en {
  border-color: #fff;
}
.intro-item.pack:hover .btn-golink:hover {
  border-color: #0049ab;
  background: #0049ab;
}
.intro-item.pack:hover::before {
  opacity: 0.8;
  background: #0080ff;
}
.intro-item:hover {
  opacity: 1;
}
.intro-item:hover .btn-golink {
  height: 4rem;
  margin-top: 4rem;
  visibility: visible;
  border: 2px solid #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .intro-item:hover .btn-golink {
    height: 3.5rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .intro-item:hover .btn-golink {
    height: 3rem;
    margin-top: 2rem;
  }
}
.intro-item:hover .btn-golink:hover {
  transform: scale(1.1);
}
.intro-item:hover .btn-golink:hover::after {
  animation: goArr 0.8s infinite;
  animation-fill-mode: both;
}
.intro-item:hover .item-bg {
  transform: scale(1.2);
}

.intro-desc {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
}

@keyframes textDown {
  from {
    transform: translateY(-3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes goArr {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=intro.css.map */
