@charset "UTF-8";
/* 
  ========================== BASE - typo.scss
*/
@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Thin.ttf") format("truetype"), url("../../fonts/NotoSansKR-Thin.woff") format("woff"), url("../../fonts/NotoSansKR-Thin.woff2") format("woff2"), url("../../fonts/NotoSansKR-Thin.otf") format("opentype");
  font-weight: 100;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Light.ttf") format("truetype"), url("../../fonts/NotoSansKR-Light.woff") format("woff"), url("../../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../../fonts/NotoSansKR-Light.otf") format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-DemiLight.ttf") format("truetype"), url("../../fonts/NotoSansKR-DemiLight.woff") format("woff"), url("../../fonts/NotoSansKR-DemiLight.woff2") format("woff2"), url("../../fonts/NotoSansKR-DemiLight.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Regular.ttf") format("truetype"), url("../../fonts/NotoSansKR-Regular.woff") format("woff2"), url("../../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../../fonts/NotoSansKR-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Medium.ttf") format("truetype"), url("../../fonts/NotoSansKR-Medium.woff") format("woff"), url("../../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../../fonts/NotoSansKR-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Bold.ttf") format("truetype"), url("../../fonts/NotoSansKR-Bold.woff") format("woff"), url("../../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../../fonts/NotoSansKR-Bold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "noto sans kr";
  src: url("../../fonts/NotoSansKR-Black.ttf") format("truetype"), url("../../fonts/NotoSansKR-Black.woff") format("woff"), url("../../fonts/NotoSansKR-Black.woff2") format("woff2"), url("../../fonts/NotoSansKR-Black.otf") format("opentype");
  font-weight: 700;
}

/* 
  ========================== BASE - normalize.scss
*/
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: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 16px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "noto sans kr";
  letter-spacing: -0.2px;
}

/**
 * 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 {
  font-size: 2em;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  text-decoration: none;
  color: inherit;
}

/**
 * 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.5;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  /* 2 */
  padding: 0;
}

/**
 * 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;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* 
  ========================== BASE - helper.scss
*/
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.none {
  display: none;
}

.hide-text {
  position: absolute;
  top: 0px;
  left: -9999px;
}

@-webkit-keyframes titleAni {
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes titleAni {
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes logoAni {
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
}

@keyframes logoAni {
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes scaleXani {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}

@keyframes scaleXani {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}

@-webkit-keyframes opacityAni {
  100% {
    opacity: 1;
  }
}

@keyframes opacityAni {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes snbAni {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes snbAni {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes logoAni {
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes gnbGroupAni {
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes gnbGroupAni {
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

/* 
  ========================== LAYOUT - header.scss
*/
#stvs-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.hd-upper {
  width: 100%;
  height: 9.313em;
  background-color: white;
  text-align: center;
  position: relative;
}

.hd-upper .hd-logo {
  position: relative;
  top: 55%;
  max-width: 104px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hd-upper .hd-logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hd-upper .hd-logo img {
  width: 100%;
}

.hd-upper .hd-btn {
  position: absolute;
  top: 50%;
  right: 92px;
  display: block;
  z-index: 500;
  width: 33px;
  height: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}

.hd-upper .hd-btn .hamburger {
  width: 100%;
  height: 4px;
  background-color: #12502d;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.hd-upper .hd-btn .hamburger:nth-of-type(2) {
  margin: 7.5px 0;
}

.hd-lower {
  width: 100%;
  height: 3.313em;
  background-color: #12502d;
}

.hd-lower .hd-navi-bar {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  color: white;
  height: 100%;
}

.hd-lower .gnb-group {
  width: 100%;
  height: 100%;
  text-align: center;
}

.hd-lower .gnb-list {
  display: inline-block;
  height: 100%;
  text-align: center;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}

.hd-lower .gnb-list:hover .gnb-name {
  color: #a8e545;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.hd-lower .gnb-list:hover .gnb-name:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hd-lower .gnb-list:hover .lnb-con {
  top: 53px;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  pointer-events: visible;
}

.hd-lower .gnb-name {
  width: 100%;
  height: 100%;
  line-height: 3.313em;
  font-size: 1.063em;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.hd-lower .gnb-name:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 0;
  background-color: #a8e545;
  width: calc(100% + 20px);
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.hd-lower .lnb-con {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hd-lower .lnb-group {
  background: -webkit-gradient(linear, left top, right top, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to right, #40930f, #2f7b2a, #0f6936);
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(18, 80, 45, 0.85);
          box-shadow: 0 10px 20px rgba(18, 80, 45, 0.85);
  text-align: left;
  padding: 1.6em 1.85em;
}

.hd-lower .lnb-list {
  font-size: 0.938em;
  font-weight: 200;
  line-height: 1.7;
  display: block;
  width: 100%;
}

.hd-lower .lnb-list:hover {
  opacity: 0.8;
}

#stvs-sub-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#stvs-sub-header .active-logo {
  display: none;
}

#stvs-sub-header.active {
  background: -webkit-gradient(linear, left top, right top, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to right, #40930f, #2f7b2a, #0f6936);
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#stvs-sub-header.active .sub-hd {
  width: 100%;
  max-width: 92%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#stvs-sub-header.active .hd-btn {
  top: 19px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#stvs-sub-header.active .hd-navi-bar {
  padding-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* text-align: center; */
}

#stvs-sub-header.active .sub-hd .gnb-group {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#stvs-sub-header.active .hd-logo {
  top: 9px;
  width: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#stvs-sub-header.active .basic-logo {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#stvs-sub-header.active .active-logo {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-hd {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  padding-bottom: 25px;
}

.sub-hd .hd-logo {
  position: absolute;
  top: 1.5em;
  left: 0;
  margin: 0;
  width: 6.5rem;
  display: inline-block;
}

.sub-hd .hd-navi-bar {
  padding-left: 195px;
}

.sub-hd .lnb-con {
  display: none;
}

.sub-hd .gnb-group {
  text-align: left;
}

.sub-hd .gnb-list {
  text-align: center;
  display: inline-block;
  color: white;
  margin: 0 0.7em;
}

.sub-hd .gnb-list.active .gnb-name {
  background-color: rgba(107, 195, 42, 0.57);
}

.sub-hd .gnb-list.active .gnb-name:hover:after {
  display: none;
}

.sub-hd .gnb-list:first-child {
  margin-left: 0;
}

.sub-hd .gnb-list:last-child {
  margin-right: 0;
}

.sub-hd .gnb-name {
  font-size: 1.05em;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-hd .gnb-name:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 195, 42, 0.2);
  border-radius: 30px;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sub-hd .gnb-name:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

.sub-hd .hd-btn {
  position: absolute;
  top: 73px;
  right: 0;
  display: block;
  z-index: 500;
  width: 33px;
  height: 28px;
  cursor: pointer;
}

.sub-hd .hd-btn .hamburger {
  width: 100%;
  height: 4px;
  background-color: white;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.sub-hd .hd-btn .hamburger:nth-of-type(2) {
  margin: 7.5px 0;
}

/* 
  ========================== LAYOUT - navigation.scss
*/
#showGnb:checked ~ .hd-btn > .hamburger {
  background-color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#showGnb:checked ~ .hd-btn > .hamburger:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#showGnb:checked ~ .hd-btn > .hamburger:nth-of-type(2) {
  opacity: 0;
  margin: 0;
  top: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#showGnb:checked ~ .hd-btn > .hamburger:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#showGnb:checked ~ #stvs-gnb-view {
  height: 100%;
  opacity: 1;
  transition: 0.7s;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  z-index: 400;
  pointer-events: visible;
}

#showGnb:checked ~ #stvs-gnb-view .in-top .line {
  animation: scaleXani 1.2s 1 0.7s;
  -webkit-animation: scaleXani 1.2s 1 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

#showGnb:checked ~ #stvs-gnb-view .in-top .logo {
  animation: logoAni 0.8s 1 0.4s;
  -webkit-animation: logoAni 0.8s 1 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

#showGnb:checked ~ #stvs-gnb-view .gnb-group {
  animation: gnbGroupAni 0.8s 1 0.5s;
  -webkit-animation: gnbGroupAni 0.8s 1 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#stvs-gnb-view {
  background: -webkit-gradient(linear, left top, right top, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to right, #40930f, #2f7b2a, #0f6936);
  width: 120%;
  height: 0%;
  position: fixed;
  top: 0;
  left: -10%;
  z-index: -1;
  opacity: 0;
  border-bottom-left-radius: 110%;
  border-bottom-right-radius: 110%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  pointer-events: none;
}

.stvs-gnb-view-inner {
  max-width: 1780px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}

.stvs-gnb-view-inner .in-top {
  width: 100%;
  height: 150px;
  padding: 35px 0 15px;
  position: relative;
  text-align: center;
}

.stvs-gnb-view-inner .in-top .logo {
  opacity: 0;
  transform: scale(0.5) translateY(60px);
  -webkit-transform: scale(0.5) translateY(60px);
  -moz-transform: scale(0.5) translateY(60px);
  -ms-transform: scale(0.5) translateY(60px);
  -o-transform: scale(0.5) translateY(60px);
}

.stvs-gnb-view-inner .in-top .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(18, 80, 45, 0.78);
          box-shadow: 0 1px 0 rgba(18, 80, 45, 0.78);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.stvs-gnb-view-inner .in-gnb-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  opacity: 0;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(1) {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(2) {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(3) {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(4) {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(5) {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-group:nth-child(6) {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-title {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 3px solid #a8e545;
  min-height: 87px;
  padding-left: 11px;
  vertical-align: bottom;
  text-align: left;
  margin-bottom: 13px;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-title.line-1 {
  padding-top: 36px;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-list {
  font-size: 1rem;
  font-weight: 200;
  display: block;
  text-align: left;
  line-height: 1.8;
  padding: 0 10px;
  text-align: left;
  margin: 0;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-list:hover {
  color: #f2f2f2;
}

.stvs-gnb-view-inner .in-gnb-wrapper .gnb-list:active {
  color: #ebebeb;
}

/* 
  ========================== LAYOUT - sub-layout.scss
*/
.sub-page-wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.sub-page-hd {
  width: 100%;
  position: relative;
  padding-top: 185px;
  text-align: center;
  color: white;
}

.sub-page-hd .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 555px;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  -webkit-animation: opacityAni 1.5s 1 0.1s;
          animation: opacityAni 1.5s 1 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sub-page-hd .bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sub-page-hd .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.sub-page-hd .sub-page-hd-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sub-page-hd .sub-page-hd-inner .sub-page-title {
  font-size: 4.625em;
  color: inherit;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 15px;
  top: 6px;
  position: relative;
}

.sub-page-hd .sub-page-hd-inner .sub-page-title span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(66px);
  -webkit-transform: translateY(66px);
  -moz-transform: translateY(66px);
  -ms-transform: translateY(66px);
  -o-transform: translateY(66px);
  animation: titleAni 1.2s 1 0.7s;
  -webkit-animation: titleAni 1.2s 1 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

.sub-page-hd .sub-page-hd-inner .sub-page-tit-desc {
  font-size: 2.5em;
  color: inherit;
  font-weight: 200;
  letter-spacing: -1.4px;
  line-height: 1.25;
  margin-bottom: 45px;
  overflow: hidden;
}

.sub-page-hd .sub-page-hd-inner .sub-page-tit-desc span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  animation: titleAni 1.4s 1 1s;
  -webkit-animation: titleAni 1.4s 1 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

.sub-page-hd .sub-page-snb {
  position: relative;
  text-align: center;
  height: 3.8em;
  line-height: 3.8em;
}

.sub-page-hd .sub-page-snb:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: scaleXani 0.8s 1 1.3s;
          animation: scaleXani 0.8s 1 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sub-page-hd .sub-page-snb li {
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation-name: snbAni;
          animation-name: snbAni;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          animation-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
}

.sub-page-hd .sub-page-snb li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -4.5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: white;
}

.sub-page-hd .sub-page-snb li:first-child {
  padding-left: 0;
}

.sub-page-hd .sub-page-snb li:last-child {
  padding-right: 0;
}

.sub-page-hd .sub-page-snb li:last-child:after {
  display: none;
}

.sub-page-hd .sub-page-snb li a {
  font-size: 1.25em;
  position: relative;
  height: 100%;
  display: inline-block;
}

.sub-page-hd .sub-page-snb li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sub-page-hd .sub-page-snb li:nth-child(1) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.sub-page-hd .sub-page-snb li:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.sub-page-hd .sub-page-snb li:nth-child(3) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.sub-page-hd .sub-page-snb li.active a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background-color: #6bc32a;
}

.sub-page-desc-container {
  position: relative;
  padding-bottom: 70px;
}

.sub-page-desc-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.sub-page-desc-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  min-height: 10em;
  border-radius: 9px;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  color: #8d8d8d;
  opacity: 0;
  padding: 5em 5.7em;
  -webkit-animation: snbAni 1.1s 1 0.8s;
          animation: snbAni 1.1s 1 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sub-page-desc-box .in-title {
  font-size: 2.1em;
  color: #5a5a5a;
  font-weight: inherit;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 0.7em;
}

.sub-page-desc-box .in-title i {
  color: #3da54a;
  padding-right: 8px;
}

.sub-page-desc-box .in-text {
  font-size: 1.125em;
  color: inherit;
  font-weight: 300;
  line-height: 1.45;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.tit-group .in-tit {
  font-size: 48px;
  color: #292929;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0;
}

.tit-group .in-mini-text {
  font-size: 26px;
  font-weight: 400;
  padding-right: 30px;
  position: relative;
  letter-spacing: -1px;
  opacity: 0;
}

.tit-group .in-mini-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background-color: #12502d;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tit-group.type01 .in-tit {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.tit-group.type01 .in-mini-text {
  font-size: 20px;
  color: #dedede;
  padding-right: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  display: inline-block;
}

.tit-group.type01 .in-mini-text:after {
  content: "";
  display: inline-block;
  display: none;
}

.tit-group.type02 .in-tit {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tit-group.type02 .in-mini-text {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  display: inline-block;
}

.tit-group.type01.active .in-tit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tit-group.type01.active .in-mini-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.tit-group.type02.active .in-tit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.tit-group.type02.active .in-mini-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sub-page-wrapper .text-group {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

.section-inquiry {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  min-height: 10em;
  border-radius: 9px;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 5em 5.7em;
  -webkit-animation: snbAni 1.1s 1 0.8s;
          animation: snbAni 1.1s 1 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.section-inquiry .left-container {
  width: 400px;
  float: left;
  height: 481px;
}

.section-inquiry .left-container .prdt-thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.section-inquiry .right-container {
  float: right;
  width: calc(100% - 478px);
  text-align: right;
  margin-top: 0.5em;
}

.section-inquiry .prdt-tit {
  font-size: 16px;
  text-align: left;
}

.section-inquiry .prdt-tit > h4 {
  font-size: 2.5em;
  color: #404040;
  font-weight: 600;
  margin-bottom: 0.125em;
}

.section-inquiry .prdt-tit > p {
  font-size: 1.125em;
  color: #939393;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 2em;
}

.section-inquiry .prdt-input-flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-inquiry .prdt-input-flex-group > div {
  width: calc(50% - 5px);
}

.section-inquiry .prdt-input-group {
  position: relative;
  border-bottom: 1px solid #dedede;
  margin-bottom: 7px;
}

.section-inquiry .prdt-input-group .in-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #62b924;
}

.section-inquiry .prdt-input-text {
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: auto;
  font-size: 1em;
  width: 100%;
  padding: 10px 7px;
  text-align: left;
}

.section-inquiry .prdt-input-text:focus {
  border-color: #62b924;
}

.section-inquiry .prdt-input-text::-webkit-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-text:-ms-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-text::-ms-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-text::placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-text:focus ~ .in-line,
.section-inquiry .prdt-input-textarea:focus ~ .in-line {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-inquiry .prdt-input-text + .error {
  font-size: 0.9em;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  text-align: right;
  letter-spacing: -0.5px;
  color: #62b924;
}

.section-inquiry .prdt-input-textarea {
  border-radius: 0;
  border: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: auto;
  font-size: 1em;
  width: 100%;
  padding: 10px 7px;
  text-align: left;
  height: 80px;
  resize: none;
}

.section-inquiry .prdt-input-textarea::-webkit-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-textarea:-ms-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-textarea::-ms-input-placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-textarea::placeholder {
  color: rgba(147, 147, 147, 0.5);
}

.section-inquiry .prdt-input-submit {
  border-radius: 6px;
  border: 0;
  padding: 0 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #d5e3ca;
  cursor: pointer;
  font-size: 1.25em;
  color: white;
  font-weight: 300;
  height: 60px;
  margin-top: 2em;
}

.section-inquiry .prdt-input-submit.active {
  background: -webkit-gradient(linear, left top, right top, from(#6bc32a), color-stop(51%, #40930f), to(#6bc32a));
  background: linear-gradient(to right, #6bc32a 0%, #40930f 51%, #6bc32a 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media all and (min-width: 576px) {
  .section-inquiry .prdt-input-submit.active:hover {
    background-position: right center;
  }
}

.section-inquiry .prdt-input-submit.active:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.section-default {
  background-color: white;
  min-height: 200px;
}

.sub-page-ft {
  background-color: #192c21;
  color: white;
  padding: 3em 0 5.5em;
  position: relative;
}

.sub-page-ft .sub-page-ft-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sub-page-ft .in-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 58px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sub-page-ft .in-label .ft-logo {
  width: 8em;
  padding-bottom: 1.25em;
}

.sub-page-ft .in-label .ft-in-line {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(12, 21, 16, 0.36);
          box-shadow: 0 2px 0 rgba(12, 21, 16, 0.36);
}

.sub-page-ft .in-label .ft-sitemap {
  font-size: 0.813em;
  color: white;
  font-weight: 400;
  padding-bottom: 7px;
}

.sub-page-ft .in-ft-gnb-wrapper {
  padding-top: 1.25em;
}

.sub-page-ft .gnb-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25em;
}

.sub-page-ft .gnb-group:first-child {
  margin-left: 0;
}

.sub-page-ft .gnb-group .gnb-title {
  font-size: 1.313em;
  color: inherit;
  font-weight: 500;
  margin-bottom: 0.45em;
}

.sub-page-ft .gnb-group .gnb-list {
  font-size: 0.938em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  display: block;
  margin: 0.3em 0;
}

.sub-page-ft .gnb-group .gnb-list:hover {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.sub-page-ft .in-sns-group {
  position: absolute;
  right: 0;
  bottom: -2em;
  display: inline-block;
}

.sub-page-ft .in-sns-group .in-sns {
  width: 3em;
  height: 3em;
  position: relative;
  background-color: #14241b;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}

.sub-page-ft .in-sns-group .in-sns:hover {
  background: #0b140f;
}

.sub-page-ft .in-sns-group .in-sns:active {
  background: #050a07;
}

.sub-page-ft .in-sns-group .in-sns:first-child {
  margin-left: 0;
}

.sub-page-ft .in-sns-group .in-sns:last-child {
  margin-right: 0;
}

.sub-page-ft .in-sns-group img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 30px;
}

.sub-page-ft .sub-page-ft-copyright {
  font-size: 0.813em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #14241b;
  height: 3em;
  line-height: 3em;
  width: 100%;
}

.sub-page-ft .sub-page-ft-copyright .fl-left {
  float: left;
}

.sub-page-ft .sub-page-ft-copyright .fl-left i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.9em;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
}

.sub-page-ft .sub-page-ft-copyright .fl-right {
  float: right;
}

.item-pagination {
  text-align: center;
}

.item-pagination .item-paging {
  display: inline-block;
}

.item-pagination .item-paging .in-list {
  display: inline-block;
  margin: 0 -2px;
}

.item-pagination .item-paging .in-list:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.item-pagination .item-paging .in-list:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.item-pagination .item-paging .in-list a {
  font-size: 1rem;
  color: #6e8fab;
  font-weight: 400;
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #e4e4e4;
}

.item-pagination .item-paging .in-list a:hover {
  background: #f2f2f2;
}

.item-pagination .item-paging .in-list a:active {
  background: #ebebeb;
}

.item-pagination .item-paging .in-list.active a {
  background-color: #358f40;
  color: white;
  border: 1px solid #358f40;
}

.item-pagination .item-paging .type-prev-double a {
  padding: 10px 19px;
}

.item-pagination .item-paging .type-next-double a {
  padding: 10px 19px;
}

/* 
  ========================== PAGES - main.scss
*/
.page {
  width: 100%;
  height: 100vh;
  padding-top: 12.626em;
  position: relative;
  overflow: hidden;
}

.page .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page .bg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page .page-inner {
  position: relative;
  z-index: 1;
  color: white;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page .in-title-section {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page .in-title-section h2 {
  overflow: hidden;
}

.page .in-title-section span,
.page .in-title-section b {
  display: inline-block;
}

#stvs-main-snb {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 17.001em;
  right: 92px;
  white-space: nowrap;
  text-align: right;
  z-index: 1;
}

#stvs-main-snb .list {
  display: block;
  margin: 6px 0;
  position: relative;
  padding-right: 25px;
  height: 21px;
}

#stvs-main-snb .list.active {
  font-size: 1.3em;
  color: white;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

#stvs-main-snb .list.active .circle {
  background-color: white;
}

#stvs-main-snb .list .circle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
  display: inline-block;
  border: 1px solid white;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#stvs-main-snb .list .circle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background-color: white;
  width: 1px;
  height: 17px;
  display: inline-block;
  content: "";
  background: white;
  position: absolute;
  top: 10px;
  left: 50%;
}

#stvs-main-snb .list:last-child .circle:after {
  display: none;
}

#stvs-main-snb.active {
  color: rgba(0, 0, 0, 0.4);
}

#stvs-main-snb.active .list:after {
  background-color: rgba(0, 0, 0, 0.15);
}

#stvs-main-snb.active .list.active {
  color: #000000;
}

#stvs-main-snb.active .list.active:after {
  background-color: black;
}

#stvs-main-snb.active .list.active .circle {
  background-color: black;
  border-color: black;
}

#stvs-main-snb.active .list .circle {
  border-color: rgba(0, 0, 0, 0.15);
}

#stvs-main-snb.active .list .circle:after {
  background-color: rgba(0, 0, 0, 0.15);
}

/* 메인 인트로 */
.intro-section .page {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.intro-section .in-progress-group {
  position: absolute;
  left: 140px;
  bottom: 80px;
  z-index: 1;
  color: white;
}

.intro-section .in-progress-group .tit {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.8;
  display: inline-block;
  margin-bottom: 5px;
}

.intro-section .in-progress-group .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 7px;
}

.intro-section .in-progress-group .list.active {
  color: white;
}

.intro-section .in-progress-group .list:first-child {
  margin-left: 0;
}

.intro-section .in-progress-group .list-active {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 1px;
  background-color: transparent;
  position: relative;
}

.intro-section .in-progress-group .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
}

.intro-section .in-title-section {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  display: inline-block;
  color: white;
}

.intro-section .in-title-section h2 {
  font-size: 53px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2;
}

.intro-section .in-title-section h2 b {
  font-weight: 500;
}

.intro-section .in-title-section .small-tit {
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2;
  display: inline-block;
  padding-top: 13px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.intro-section .in-title-section .small-tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 38px;
  height: 1px;
  background: white;
}

.intro-section .in-title-section .small-tit:hover {
  letter-spacing: 1px;
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.intro-section .mouse_group {
  font-size: 1em;
  color: white;
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.intro-section .mouse_group .mouse {
  display: inline-block;
  width: 33px;
  height: 48px;
  border: 2px solid white;
  border-radius: 30px;
}

.intro-section .mouse_group .txt {
  display: block;
}

.intro-section .mouse_group .scroller {
  width: 5px;
  height: 14px;
  border-radius: 25%;
  background-color: white;
  -webkit-animation: scroll 2.2s infinite;
          animation: scroll 2.2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  display: inline-block;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}

.intro-slide-group {
  width: 100%;
  height: 100%;
}

.intro-slide-page {
  width: 100%;
  height: 100vh;
  padding-top: 12.626em;
  position: relative;
}

.intro-slide-page--first .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/bg/Main_Slide_01.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.intro-slide-page--first .bg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.intro-slide-page--second .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/bg/Main_Slide_02.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.intro-slide-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

/* END 인트로 */
/* 메인 제품 */
.product-section .bg {
  background-image: url("../../images/bg/steviss_product_bg.jpg");
  background-size: cover;
  background-position: 50% 15%;
  background-repeat: no-repeat;
}

.product-section .bg:before {
  content: "";
  display: inline-block;
  background: linear-gradient(45deg, rgba(6, 6, 6, 0.7), rgba(0, 0, 0, 0.5));
}

.product-section .page-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section .in-title-section .tit-01 span,
.product-section .in-title-section .tit-02 b {
  opacity: 0;
}

.product-section .in-con-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.product-section .product-card {
  display: inline-block;
  vertical-align: top;
  width: 292px;
  margin: 0px 9px;
  cursor: pointer;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
}

.product-section .product-card:hover .thumbnail img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-section .product-card:hover .thumbnail figcaption {
  background: #12502d;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-section .product-card:hover .arrow {
  width: 30px;
  right: -40px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.product-section .product-card .thumbnail {
  height: 220px;
  background-color: beige;
  border-top-right-radius: 50px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-section .product-card .thumbnail figcaption {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 13px;
  color: black;
  font-weight: 500;
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.product-section .product-card .thumbnail img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.product-section .product-card .more-txt {
  font-size: 16px;
  font-weight: 200;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}

.product-section .product-card .arrow {
  position: absolute;
  right: -30px;
  bottom: 3px;
  display: inline-block;
  width: 23px;
  height: 2px;
  background-color: white;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.product-section .product-card .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -3px;
  bottom: 4px;
  width: 13px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-section .product-card .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 14px 20px;
  line-height: 1.2;
}

.product-section .product-card .detail .big-tit {
  font-size: 1.188rem;
  font-weight: 500;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
}

.product-section .product-card .detail .etc-info {
  font-size: 9px;
  font-weight: 500;
  margin-right: 10px;
}

.product-section .product-card.active {
  animation: eleShowAni 1.2s 1;
  -webkit-animation: eleShowAni 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .product-card.active:nth-child(1) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.product-section .product-card.active:nth-child(2) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.product-section .product-card.active:nth-child(3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.product-section .in-title-section {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  color: inherit;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.25;
  position: relative;
  padding: 35px 20px 45px 15px;
}

.product-section .in-title-section:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  opacity: 0;
  height: 12px;
  background-color: white;
}

.product-section .in-title-section:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  opacity: 0;
  height: 12px;
  background-color: white;
}

.product-section .in-title-section .tit-02 {
  font-size: 2.5em;
  color: inherit;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 20px;
}

.product-section .in-title-section .tit-03 {
  opacity: 0;
}

.product-section .in-title-section .tit-04 {
  opacity: 0;
  font-weight: 400;
}

.product-section .in-title-section.active:before {
  content: "";
  display: inline-block;
  animation: borderAni 0.6s 1;
  -webkit-animation: borderAni 0.6s 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
}

.product-section .in-title-section.active:after {
  content: "";
  display: inline-block;
  animation: borderAni 0.6s 1;
  -webkit-animation: borderAni 0.6s 1;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
}

.product-section .in-title-section.active .in-element-leaf--01 {
  transform: translate(-30px, -20px);
  -webkit-transform: translate(-30px, -20px);
  -moz-transform: translate(-30px, -20px);
  -ms-transform: translate(-30px, -20px);
  -o-transform: translate(-30px, -20px);
  animation: eleShowAni 1s 1 2s;
  -webkit-animation: eleShowAni 1s 1 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .in-title-section.active .in-element-leaf--02 {
  transform: translate(20px, -20px);
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  animation: eleShowAni 1s 1 2.2s;
  -webkit-animation: eleShowAni 1s 1 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .in-title-section.active .in-element-sugar--01 {
  transform: translate(-5px, -30px);
  -webkit-transform: translate(-5px, -30px);
  -moz-transform: translate(-5px, -30px);
  -ms-transform: translate(-5px, -30px);
  -o-transform: translate(-5px, -30px);
  animation: eleShowAni 1s 1 3s, eleMoveAni 3.5s alternate infinite 3.5s;
  -webkit-animation: eleShowAni 1s 1 3s, eleMoveAni 3.5s alternate infinite 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .in-title-section.active .in-element-sugar--02 {
  transform: translate(8px, -25px);
  -webkit-transform: translate(8px, -25px);
  -moz-transform: translate(8px, -25px);
  -ms-transform: translate(8px, -25px);
  -o-transform: translate(8px, -25px);
  animation: eleShowAni 1s 1 3.3s, eleMoveAni 4s alternate infinite 3s;
  -webkit-animation: eleShowAni 1s 1 3.3s, eleMoveAni 4s alternate infinite 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .in-title-section.active .in-element-sugar--03 {
  transform: translate(-5px, -20px);
  -webkit-transform: translate(-5px, -20px);
  -moz-transform: translate(-5px, -20px);
  -ms-transform: translate(-5px, -20px);
  -o-transform: translate(-5px, -20px);
  animation: eleShowAni 1s 1 3.5s, eleMoveAni 5s alternate infinite 2s;
  -webkit-animation: eleShowAni 1s 1 3.5s, eleMoveAni 5s alternate infinite 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product-section .in-element {
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
}

.product-section .in-element-leaf--01 {
  left: 15px;
  top: -40px;
}

.product-section .in-element-leaf--02 {
  left: 37px;
  top: -19px;
}

.product-section .in-element-sugar--01 {
  left: 68px;
  top: -45px;
}

.product-section .in-element-sugar--02 {
  left: 102px;
  top: -63px;
}

.product-section .in-element-sugar--03 {
  left: 70px;
  top: -83px;
}

/* END 메인 제품 */
/* 메인 마켓 */
.market-section .bg {
  background-image: url("../../images/bg/steviss_Market_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.market-section .bg:before {
  content: "";
  display: inline-block;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), transparent);
}

.market-section .page-inner {
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}

.market-section .in-title-section {
  display: inline-block;
}

.market-section .in-title-section h2 {
  font-size: 46px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1.2;
}

.market-section .in-title-section .tit-01 b,
.market-section .in-title-section .tit-02 span {
  opacity: 0;
}

.market-section .in-title-section .tit-02 {
  margin-bottom: 15px;
}

.market-section .in-title-section .small-tit {
  font-size: 1.375rem;
  font-weight: 200;
  display: block;
  margin: 2px 0;
  opacity: 0;
}

/* END 마켓 */
/* 메인 소매 */
.retail-section .bg {
  background-image: url("../../images/bg/steviss_retail_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.retail-section .bg:before {
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}

.retail-section .bg-element {
  background: -webkit-gradient(linear, left top, left bottom, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to bottom, #40930f, #2f7b2a, #0f6936);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30%;
  width: 445px;
  height: 100%;
}

.retail-section .bg-element img {
  position: absolute;
  animation: eleMoveAni 3.5s alternate infinite;
  -webkit-animation: eleMoveAni 3.5s alternate infinite;
}

.retail-section .bg-element .in-ele-14 {
  width: 45.16%;
  bottom: 0;
  left: 5%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.retail-section .bg-element .in-ele-13 {
  width: 24.94%;
  bottom: 0;
  right: 8%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.retail-section .bg-element .in-ele-12 {
  width: 5.39%;
  right: 25%;
  bottom: 16%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.retail-section .bg-element .in-ele-11 {
  width: 8.76%;
  bottom: 15%;
  left: 11%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.retail-section .bg-element .in-ele-10 {
  width: 11.23%;
  bottom: 21%;
  left: 37%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.retail-section .bg-element .in-ele-09 {
  width: 23.37%;
  bottom: 26%;
  left: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.retail-section .bg-element .in-ele-08 {
  width: 2.7%;
  left: 63%;
  top: 57%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.retail-section .bg-element .in-ele-07 {
  width: 5.84%;
  left: 18%;
  top: 55%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.retail-section .bg-element .in-ele-06 {
  width: 4.49%;
  top: 42%;
  right: 28%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.retail-section .bg-element .in-ele-05 {
  width: 31.68%;
  top: 42%;
  left: 29%;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.retail-section .bg-element .in-ele-04 {
  width: 5.39%;
  left: 25%;
  top: 34%;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.retail-section .bg-element .in-ele-03 {
  width: 11.23%;
  left: 0;
  top: 31%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.retail-section .bg-element .in-ele-02 {
  width: 25.61%;
  top: 25%;
  right: 0;
  animation-direction: alternate-reverse;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.retail-section .bg-element .in-ele-01 {
  width: 29.66%;
  top: 18%;
  left: 27%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.retail-section .page-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.retail-section .in-title-section {
  display: inline-block;
}

.retail-section .in-title-section h2 {
  font-size: 46px;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1.2;
}

.retail-section .in-title-section .tit-01 {
  font-weight: bold;
}

.retail-section .in-title-section .tit-02 {
  padding-bottom: 30px;
}

.retail-section .in-title-section .tit-01 b,
.retail-section .in-title-section .tit-02 span {
  opacity: 0;
}

.retail-section .in-title-section .small-tit {
  font-size: 1.25rem;
  font-weight: 200;
  display: block;
  margin: 2px 0;
  opacity: 0;
}

.retail-section .in-con-wrapper {
  position: relative;
}

.retail-section .in-con-wrapper:after {
  content: "";
  display: inline-block;
  background-color: #156c34;
  background-image: url("../../images/element/bt_bg_new.png");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -560px;
  width: 842px;
  height: 500px;
  margin-left: -421px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
}

.retail-section .in-con-wrapper.active:after {
  animation: eleShowAni 1.2s 1 0.5s;
  -webkit-animation: eleShowAni 1.2s 1 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.retail-section .picture-card {
  max-width: 327px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
}

.retail-section .picture-card img {
  width: 100%;
  float: left;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.retail-section .picture-card:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.retail-section .picture-card.active {
  animation: eleShowAni 1.2s 1;
  -webkit-animation: eleShowAni 1.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.retail-section .picture-card.active:nth-child(1) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.retail-section .picture-card.active:nth-child(2) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

/* END 소매 */
/* 메인 브랜드 */
.brand-section .bg {
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f1f1f1));
  background: linear-gradient(to right, #f4f4f4, #f1f1f1);
}

.brand-section .bg .in-element--top {
  position: absolute;
  top: 12.626em;
  left: 0;
  opacity: 0;
}

.brand-section .bg .in-element--bt {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.brand-section .page-inner {
  max-width: 1138px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-section .in-title-section {
  display: inline-block;
}

.brand-section .in-title-section h2 {
  font-size: 46px;
  color: #414141;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1.2;
}

.brand-section .in-title-section .tit-01 b {
  font-size: 1.75em;
  font-weight: bold;
  opacity: 0;
}

.brand-section .in-title-section .tit-02 {
  padding-bottom: 30px;
}

.brand-section .in-title-section .tit-02 span {
  opacity: 0;
}

.brand-section .in-title-section .small-tit {
  font-size: 1.25rem;
  color: #a5a5a5;
  display: block;
  margin: 2px 0;
  opacity: 0;
}

.brand-section .in-title-section .small-more {
  color: #12502d;
  padding-top: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 50px;
}

.brand-section .in-title-section .small-more:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 0;
  width: 38px;
  height: 1px;
  background: #12502d;
}

.brand-section .in-title-section .small-more:hover {
  letter-spacing: 1px;
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.brand-section .in-con-wrapper {
  display: inline-block;
  max-width: 605px;
  padding-top: 180px;
}

.brand-section .brand-slide-group {
  width: 100%;
}

.brand-section .brand-slide-group .slick-arrow {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 16px 20px rgba(0, 0, 0, 0.06);
}

.brand-section .brand-slide-group .slick-arrow:hover {
  background-color: whitesmoke;
}

.brand-section .brand-slide-group .slick-arrow:active {
  background-color: #ebebeb;
}

.brand-section .brand-slide-group .slick-prev {
  background-image: url("../../images/icon/arrow-prev.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-section .brand-slide-group .slick-next {
  background-image: url("../../images/icon/arrow-next.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-section .brand-slide-group .slick-prev:before,
.brand-section .brand-slide-group .slick-next:before {
  content: "";
  display: none;
}

.brand-section .brand-slide-page {
  padding: 0 10px;
}

.brand-section .brand-img {
  width: 100%;
}

/* END 메인 브랜드 */
/* 메인 KEYFRAMES */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(3px);
    opacity: 1;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(3px);
    opacity: 1;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
  }
}

@-webkit-keyframes borderAni {
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes borderAni {
  100% {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes eleShowAni {
  100% {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

@keyframes eleShowAni {
  100% {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

@-webkit-keyframes eleMoveAni {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
  }
}

@keyframes eleMoveAni {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
  }
}

/* END 메인 KEYFRAMES */
/* 
  ========================== PAGES - 스테비스 스테비스프로젝트 페이지
*/
#sub-stvs-group .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-group.jpg");
}

.section-3point {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 0 0 50px;
  text-align: center;
}

.section-3point .in-bg-element--00 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 19.58%;
  -webkit-transform: scale(0.8) translate(-140px, -80px);
          transform: scale(0.8) translate(-140px, -80px);
  opacity: 0;
}

.section-3point .in-bg-element--00.active {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.section-3point .in-bg-element--01 {
  position: absolute;
  right: -140px;
  bottom: -210px;
  width: 27.81%;
  -webkit-transform: scale(1) translate(80px, -60px);
          transform: scale(1) translate(80px, -60px);
  opacity: 0;
}

.section-3point .in-bg-element--01.active {
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}

.section-3point .tit-group {
  margin-bottom: 50px;
}

.section-3point .in-tit {
  text-transform: uppercase;
}

.section-3point .item-three-point {
  display: inline-block;
  letter-spacing: -0.8px;
}

.section-3point .item-three-point:nth-of-type(2) {
  margin: 0 41px;
}

.section-3point .item-three-point .in-circle {
  width: 20.2em;
  height: 20.2em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f0f7f1;
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.section-3point .item-three-point.active .in-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.section-3point .item-three-point .in-sub {
  font-size: 1.25em;
  color: #3da54a;
  padding: 1.2em 0 0.3em;
  display: inline-block;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}

.section-3point .item-three-point.active .in-sub {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-3point .item-three-point .in-tit {
  font-size: 1.8em;
  color: #414141;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}

.section-3point .item-three-point.active .in-tit {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-3point .item-three-point:nth-child(1).active .in-sub {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.section-3point .item-three-point:nth-child(1).active .in-tit {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.section-3point .item-three-point:nth-child(2).active .in-sub {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.section-3point .item-three-point:nth-child(2).active .in-tit {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.section-3point .item-three-point:nth-child(3).active .in-sub {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.section-3point .item-three-point:nth-child(3).active .in-tit {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.section-3point .item-three-point .in-img {
  position: absolute;
}

.section-3point .item-three-point:nth-child(1) .in-img:nth-child(1) {
  width: 21%;
  top: 35%;
  left: 47%;
  opacity: 0;
}

.section-3point .item-three-point:nth-child(1).active .in-img:nth-child(1) {
  top: 21%;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.section-3point .item-three-point:nth-child(1) .in-img:nth-child(2) {
  width: 25%;
  top: 36%;
  left: 40%;
  opacity: 0;
  -webkit-transform: scale(0.4) translate(0, 50px);
          transform: scale(0.4) translate(0, 50px);
}

.section-3point .item-three-point:nth-child(1).active .in-img:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          transition-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

.section-3point .item-three-point:nth-child(1) .in-img:nth-child(3) {
  top: 55%;
  right: -50px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
}

.section-3point .item-three-point:nth-child(1).active .in-img:nth-child(3) {
  right: -20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
}

.section-3point .item-three-point:nth-child(2) .in-img {
  top: 28%;
  left: 24%;
  width: 52.94%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.section-3point .item-three-point:nth-child(2).active .in-img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.section-3point .item-three-point:nth-child(3) .in-square {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.38em;
  height: 10.38em;
  margin: 0 auto;
}

.section-3point .item-three-point:nth-child(3) .in-img:nth-child(1) {
  top: 20px;
  left: 20px;
  opacity: 0;
}

.section-3point .item-three-point:nth-child(3).active .in-img:nth-child(1) {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.section-3point .item-three-point:nth-child(3) .in-img:nth-child(2) {
  top: 20px;
  right: 20px;
  opacity: 0;
}

.section-3point .item-three-point:nth-child(3).active .in-img:nth-child(2) {
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.section-3point .item-three-point:nth-child(3) .in-img:nth-child(3) {
  bottom: 20px;
  left: 20px;
  opacity: 0;
}

.section-3point .item-three-point:nth-child(3).active .in-img:nth-child(3) {
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.section-3point .item-three-point:nth-child(3) .in-img:nth-child(4) {
  right: 20px;
  bottom: 20px;
  opacity: 0;
}

.section-3point .item-three-point:nth-child(3).active .in-img:nth-child(4) {
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.section-3point .item-three-point:nth-child(3) .in-img:nth-child(5) {
  width: 62.5%;
  top: 22%;
  left: 22%;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.section-3point .item-three-point:nth-child(3).active .in-img:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.section-certify {
  background-image: url("../../images/bg/section-certify.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-certify .section-inner {
  max-width: 81.5%;
}

.section-certify .visual-group {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

.section-certify .visual-group img {
  width: 100%;
  float: left;
  opacity: 0;
}

.section-certify .contents-group {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
  left: -80px;
}

.section-certify .big-subject {
  font-size: 3.125em;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 1.2;
  margin-bottom: 25px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.section-certify .text-group {
  color: #3e3e3e;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
}

.section-certify .text-group:nth-child(1) {
  margin-bottom: 1.25em;
}

.section-certify.active .big-subject {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-certify.active .text-group {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-organi {
  width: 100%;
  position: relative;
  background-color: #fafbfa;
  padding: 75px 0 40px;
  position: relative;
}

.section-organi .in-bg-element--00 {
  position: absolute;
  top: 93px;
  left: 0;
  width: 44.7%;
}

.section-organi .in-bg-element--01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37%;
}

.section-organi .in-bg-element--03 {
  position: absolute;
  right: 190px;
  bottom: 225px;
  width: 16.3%;
  -webkit-transform: scale(0.8) translate(80px, -60px);
          transform: scale(0.8) translate(80px, -60px);
  opacity: 0;
}

.section-organi .in-bg-element--03.active {
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1;
}

.section-organi .tit-group {
  margin-bottom: 70px;
}

.section-organi .tit-group .in-tit {
  text-transform: uppercase;
}

.section-organi .contents-group {
  margin: 3em 0;
}

.section-organi .contents-group .in-mini-text {
  font-size: 26px;
  color: #339143;
  font-weight: 400;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  letter-spacing: -1px;
}

.section-organi .contents-group .in-mini-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background-color: #339143;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section-organi .chart-group {
  margin-top: 3em;
}

.section-organi .chart-group:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-organi .chart-group img {
  display: inline-block;
  vertical-align: middle;
}

.section-organi .in-logo {
  width: 16.8%;
}

.section-organi .in-eleimg {
  width: 74.41%;
}

.section-about-stvs {
  background: -webkit-gradient(linear, left top, left bottom, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to bottom, #40930f, #2f7b2a, #0f6936);
  text-align: center;
  padding: 140px 0 220px;
}

.section-about-stvs .in-bg-element {
  position: absolute;
  right: 0;
  bottom: -220px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.section-about-stvs .visual-group {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.section-about-stvs .item-center-circle {
  width: 395px;
  height: 395px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5px;
  border: 5px solid #6bc32a;
  display: inline-block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.section-about-stvs .item-center-circle img {
  width: 100%;
  float: left;
}

.section-about-stvs .item-circle {
  width: 35%;
  height: 35%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(125deg, #7bce3e, #3da54a);
  -webkit-box-shadow: 0 20px 30px #12502d;
          box-shadow: 0 20px 30px #12502d;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.section-about-stvs .item-circle .in-txt {
  font-size: 1.25em;
}

.section-about-stvs .item-circle:nth-of-type(1) {
  left: 20%;
  top: -50px;
  -webkit-box-shadow: 0 20px 30px rgba(18, 80, 45, 0.3);
          box-shadow: 0 20px 30px rgba(18, 80, 45, 0.3);
}

.section-about-stvs .item-circle:nth-of-type(2) {
  right: -40px;
  bottom: 50px;
}

.section-about-stvs .item-circle:nth-of-type(3) {
  bottom: 5px;
  left: -32px;
}

.section-about-stvs .in-desc-area {
  position: absolute;
}

.section-about-stvs .in-desc-area:nth-of-type(4) {
  top: -65px;
  left: 145px;
  width: 89%;
  height: 25.5%;
}

.section-about-stvs .in-desc-area:nth-of-type(5) {
  bottom: -150px;
  left: 35px;
  width: 58.22%;
  height: 54%;
}

.section-about-stvs .in-desc-area:nth-of-type(6) {
  bottom: -85px;
  right: -199px;
  width: 57.97%;
  height: 55.27%;
}

.section-about-stvs .in-inner {
  width: 0;
  opacity: 0;
  height: 100%;
  overflow: hidden;
}

.section-about-stvs .contents-group {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: white;
  text-align: left;
  padding-left: 100px;
}

.section-about-stvs .big-subject {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 13px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.section-about-stvs .big-subject img,
.section-about-stvs .big-subject span {
  display: inline-block;
  vertical-align: middle;
}

.section-about-stvs .text-group {
  font-size: 1em;
  width: 92.5%;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
}

.section-about-stvs.active .item-center-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-about-stvs.active .item-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
          transition-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.section-about-stvs.active .item-circle:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-about-stvs.active .item-circle:nth-of-type(2) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.section-about-stvs.active .item-circle:nth-of-type(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section-about-stvs.active .in-desc-area .in-inner {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.section-about-stvs.active .in-desc-area:nth-of-type(4) .in-inner {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-about-stvs.active .in-desc-area:nth-of-type(5) .in-inner {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.section-about-stvs.active .in-desc-area:nth-of-type(6) .in-inner {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.section-about-stvs.active .in-bg-element {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-about-stvs.active .big-subject {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-about-stvs.active .text-group {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-introduction {
  width: 100%;
  position: relative;
  background-color: white;
}

.section-introduction .in-bg-element--00 {
  position: absolute;
  top: 0;
  left: -30px;
  width: 26.56%;
  opacity: 0;
}

.section-introduction .in-bg-element--01 {
  position: absolute;
  left: 0;
  bottom: -170px;
  -webkit-transform: scale(0.8) translate(-100px, -200px);
          transform: scale(0.8) translate(-100px, -200px);
  z-index: 1;
  width: 17.5%;
  opacity: 0;
}

.section-introduction .in-bg-element--01.active {
  position: absolute;
  left: 0;
  bottom: -170px;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.section-introduction .section-inner {
  max-width: 100%;
  padding: 80px 0;
}

.section-introduction .bg--right {
  background-image: url("../../images/bg/sub-bg-introduction.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 0;
  max-width: 993px;
  height: 100%;
  display: inline-block;
  background-attachment: fixed;
}

.section-introduction .bg--right:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-introduction .tit-group {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 98px;
}

.section-introduction .contents-group {
  max-width: 1448px;
  margin: 0 auto;
  position: relative;
}

.section-introduction .left-container {
  display: inline-block;
  position: relative;
  padding: 200px 215px 200px 0;
}

.section-introduction .item-center-circle {
  width: 23.7em;
  height: 23.7em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(125deg, #3da54a, #12502d);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 30px rgba(18, 80, 45, 0.2);
          box-shadow: 0 20px 30px rgba(18, 80, 45, 0.2);
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.section-introduction .item-center-circle img {
  width: 37.5%;
}

.section-introduction .item-circle {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  background-color: #d9e2db;
  cursor: pointer;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  z-index: 1;
}

.section-introduction .item-circle:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(125deg, #3da54a, #12502d);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  z-index: 1;
  opacity: 0;
}

.section-introduction .item-circle:hover {
  background-color: #9fb6a4;
}

.section-introduction .item-circle:nth-of-type(1) {
  top: 0;
  left: 200px;
}

.section-introduction .item-circle:nth-of-type(2) {
  top: 115px;
  left: 363px;
}

.section-introduction .item-circle:nth-of-type(3) {
  top: 302px;
  right: 0;
}

.section-introduction .item-circle:nth-of-type(4) {
  bottom: 130px;
  left: 363px;
}

.section-introduction .item-circle:nth-of-type(5) {
  bottom: 0;
  left: 200px;
}

.section-introduction .item-circle.active {
  -webkit-box-shadow: 0 20px 30px rgba(18, 80, 45, 0.2);
          box-shadow: 0 20px 30px rgba(18, 80, 45, 0.2);
}

.section-introduction .item-circle.active:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
          transition-timing-function: cubic-bezier(0.15, 0.52, 0.15, 1);
  opacity: 1;
}

.section-introduction .item-circle .inner {
  position: relative;
  z-index: 1;
}

.section-introduction .item-circle .in-tit {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.25;
}

.section-introduction .item-circle .in-sub {
  font-size: 1.05em;
  letter-spacing: -1px;
}

.section-introduction .right-container {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  padding-left: 150px;
  height: 778px;
  position: relative;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.section-introduction .item-text-card {
  max-width: 574px;
  background-color: white;
  border-radius: 12px;
  padding: 2.25em 2.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.section-introduction .item-text-card .ele-text-card {
  position: absolute;
  top: 80px;
  left: -358px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-introduction .item-text-card[data-index="0"] {
  top: -25px;
  left: 140px;
}

.section-introduction .item-text-card[data-index="1"] {
  top: 100px;
  left: 160px;
}

.section-introduction .item-text-card[data-index="2"] {
  top: 290px;
  left: 200px;
  max-width: 600px;
}

.section-introduction .item-text-card[data-index="3"] {
  top: 480px;
  left: 170px;
}

.section-introduction .item-text-card[data-index="4"] {
  top: 540px;
  left: 150px;
}

.section-introduction .item-text-card[data-index="4"] .ele-text-card {
  position: absolute;
  top: 145px;
  left: -358px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-introduction .item-text-card .in-title {
  font-size: 1.69em;
  color: #175b31;
  font-weight: 600;
  border-bottom: 1px solid #175b31;
  padding-bottom: 8px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.section-introduction .item-text-card .in-title span {
  font-size: 0.9em;
  color: inherit;
  font-weight: 400;
  letter-spacing: -1px;
}

.section-introduction .item-text-card .text-group {
  font-size: 1em;
  color: #535353;
  padding-left: 10px;
}

.section-introduction.active .in-bg-element--00 {
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.section-introduction.active .bg--right {
  width: 100%;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.2;
          transition-delay: 0.2;
}

.section-introduction.active .item-center-circle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.section-introduction.active .item-circle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transition-delay: 0.2;
          transition-delay: 0.2;
}

.section-introduction.active .right-container {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.2;
          transition-delay: 0.2;
}

.section-detail {
  width: 100%;
  position: relative;
  background-color: #f2f2f5;
  padding: 80px 0 110px;
  overflow: hidden;
}

.section-detail .in-bg-element {
  position: absolute;
}

.section-detail .in-bg-element--00 {
  top: 130px;
  right: 250px;
  width: 12.23%;
  -webkit-transform: scale(0.8) translate(80px, -60px);
          transform: scale(0.8) translate(80px, -60px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-detail .in-bg-element--01 {
  width: 12.5%;
  bottom: -70px;
  left: 120px;
  -webkit-transform: rotate(10deg) scale(0.8) translate(-200px, -100px);
          transform: rotate(10deg) scale(0.8) translate(-200px, -100px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-detail .in-bg-element--02 {
  width: 37.5%;
  bottom: 0;
  right: -20px;
  -webkit-transform: translate(20px, -30px);
          transform: translate(20px, -30px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-detail .tit-group {
  margin-bottom: 60px;
}

.section-detail .item-list-card {
  background-color: white;
  border-radius: 9px;
  margin: 20px 0;
  -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
}

.section-detail .item-list-card .in-logo-img {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-right: 110px;
}

.section-detail .item-list-card .in-desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  color: #535353;
  font-weight: 300;
  border-left: 8px solid #1b6333;
  width: 63%;
  padding-left: 45px;
  text-align: left;
  line-height: 1.4;
  word-break: keep-all;
  letter-spacing: -0.8px;
}

.section-detail .item-list-card:last-child {
  margin-bottom: 0;
}

.section-detail.active .in-bg-element--00 {
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-detail.active .in-bg-element--01 {
  -webkit-transform: rotate(0) scale(1) translate(0, 0);
          transform: rotate(0) scale(1) translate(0, 0);
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-detail.active .in-bg-element--02 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-detail.active .item-list-card {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 1;
}

.section-detail.active .item-list-card:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-detail.active .item-list-card:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-detail.active .item-list-card:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* 
  ========================== PAGES - 스테비스 뉴스 페이지
*/
#sub-stvs-news .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-news.png");
}

#sub-stvs-news .sub-page-hd .bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

#sub-stvs-news .sub-page-desc-container:before {
  background-color: #f8f8f8;
}

.section-board-list {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 35px 0 110px;
}

.stvs-board-wrapper {
  background-color: white;
  border-radius: 9px;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.stvs-board-wrapper .in-tit-label {
  background: -webkit-gradient(linear, left top, right top, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to right, #40930f, #2f7b2a, #0f6936);
  font-size: 1.125rem;
  color: white;
  font-weight: 400;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}

.stvs-board-wrapper .in-tit-label.type-dark {
  background: -webkit-gradient(linear, right top, left top, from(#00170a), to(#09330e));
  background: linear-gradient(to left, #00170a, #09330e);
}

.stvs-board-wrapper .item-pagination {
  padding-bottom: 3.5em;
}

.item-article-list {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 2em 0 5em;
}

.item-article-list .item-article {
  border-bottom: 1px solid #3da54a;
  position: relative;
  padding-left: 18.5em;
  min-height: 18em;
  padding-top: 4.25em;
  padding-right: 3.5em;
}

.item-article-list .item-article .in-thumbnail {
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  width: 13em;
  height: 13em;
  border-radius: 13px;
  overflow: hidden;
}

.item-article-list .item-article .in-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-article-list .item-article .in-sub-title {
  font-size: 0.875em;
  color: #b9b9b9;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

.item-article-list .item-article .in-subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.45em;
  height: 1.45em;
  font-size: 1.5em;
  color: inherit;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.item-article-list .item-article .in-text-con {
  font-size: 1em;
  color: #797979;
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-bottom: 1.7em;
}

.item-article-list .item-article .in-text-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.45em;
  height: 4.35em;
}

.item-article-list .item-article .in-etc-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-article-list .item-article .in-more-btn {
  font-size: inherit;
  color: rgba(121, 121, 121, 0.62);
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: calc(2.5em - 2px);
  border: 1px solid #d9d9d9;
  height: 2.5em;
  padding: 0 15px;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

.item-article-list .item-article .in-more-btn:hover {
  background: rgba(242, 242, 242, 0.4);
}

.item-article-list .item-article .in-more-btn:active {
  background: rgba(235, 235, 235, 0.4);
}

.item-article-list .item-article .in-date {
  font-size: inherit;
  color: #797979;
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.item-article-list .item-article .in-date li:first-child {
  padding-left: 0;
}

.item-article-list .item-article .in-date li {
  border-right: 1px solid #000000;
  line-height: 15px;
  padding: 0 13px;
  margin-right: 0;
  float: left;
}

.item-article-list .item-article .in-date li:last-child {
  border-right: 0;
}

/* 
  ========================== PAGES - 스테비스 매거진 페이지
*/
#sub-stvs-magazine .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-magazine.jpg");
}

#sub-stvs-magazine .sub-page-hd .bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

#sub-stvs-magazine .sub-page-desc-container:before {
  background-color: #f8f8f8;
}

.item-article-list.type-mgz .item-article {
  padding-top: 3.4em;
  padding-left: 20em;
  min-height: 20em;
  padding-right: 3.5em;
  border-color: #c6eda9;
}

.item-article-list.type-mgz .item-article .in-thumbnail {
  width: 15em;
  height: 15em;
}

.item-article-list.type-mgz .item-article .in-text-con {
  margin-bottom: 1.2em;
}

.item-article-list.type-mgz .item-article .in-text-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.45em;
  height: 5.8em;
}

/* 
  ========================== PAGES - 스테비스팜 페이지
*/
#sub-stvs-farm .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-farm.jpg");
}

#sub-stvs-farm .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-farm .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-farm .sub-page-desc-box .in-title .visible-web {
  display: inline-block;
}

#sub-stvs-farm .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-farm .sub-page-desc-box .in-text i {
  color: #3da54a;
}

.section-stvsfarm {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 30px 0 105px 0;
  text-align: center;
}

.section-stvsfarm .in-bg-element {
  position: absolute;
}

.section-stvsfarm .in-bg-element--00 {
  top: -150px;
  left: -150px;
  width: 10.5%;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  max-width: 199px;
}

.section-stvsfarm .in-bg-element--00.active {
  top: -110px;
  left: -70px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-stvsfarm .in-bg-element--01 {
  top: 30px;
  width: 12.7%;
  left: 190px;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  max-width: 241px;
}

.section-stvsfarm .in-bg-element--01.active {
  top: -14px;
  left: 230px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-stvsfarm .in-bg-element--02 {
  left: -190px;
  bottom: -220px;
  z-index: 0;
  width: 27.7%;
  max-width: 527px;
  opacity: 0;
}

.section-stvsfarm .in-bg-element--02.active {
  left: -110px;
  bottom: -150px;
  opacity: 1;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.section-stvsfarm .in-bg-element--03 {
  top: -225px;
  right: -345px;
  width: 34.79%;
  max-width: 662px;
  opacity: 0;
}

.section-stvsfarm .in-bg-element--03.active {
  top: -175px;
  right: -235px;
  opacity: 1;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
}

.section-stvsfarm .in-bg-element--04 {
  bottom: -45px;
  right: 150px;
  z-index: 1;
  width: 11.45%;
  max-width: 217px;
  opacity: 0;
}

.section-stvsfarm .in-bg-element--04.active {
  bottom: -105px;
  right: 120px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section-stvsfarm .tit-group .in-mini-text {
  font-size: 3.125em;
  color: #dedede;
  font-weight: bold;
  display: inline-block;
  padding-right: 0;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}

.section-stvsfarm .tit-group .in-mini-text:after {
  display: none;
}

.section-stvsfarm .tit-group .in-tit {
  font-size: 3.5em;
  font-weight: 400;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.section-stvsfarm.active .tit-group .in-mini-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.section-stvsfarm.active .tit-group .in-tit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-stvsfarm .contents-group {
  padding-top: 2.5em;
}

.section-stvsfarm .text-group {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
  color: #656565;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.section-stvsfarm .text-group i {
  color: #6bc32a;
}

.section-stvsfarm.active .text-group {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-stvsfarm .item-prdt-group {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.section-stvsfarm.active .item-prdt-group {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.section-stvsfarm .item-prdt-card {
  display: inline-block;
  vertical-align: middle;
  max-width: 287px;
  width: 33%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin: 0 5px;
  padding: 30px 0;
  min-height: 330px;
  z-index: 1;
  background-color: white;
}

@media all and (min-width: 576px) {
  .section-stvsfarm .item-prdt-card:hover {
    -webkit-box-shadow: 0 23px 23px rgba(165, 165, 165, 0.13);
            box-shadow: 0 23px 23px rgba(165, 165, 165, 0.13);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}

.section-stvsfarm .item-prdt-card .in-circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
}

.section-stvsfarm .item-prdt-card .in-circle:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f7f1;
}

.section-stvsfarm .item-prdt-card .in-circle img {
  position: absolute;
  left: 50%;
  bottom: -5px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
}

.section-stvsfarm .item-prdt-card .in-main-name {
  font-size: 1.625em;
  color: #414141;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 3px 0;
}

.section-stvsfarm .item-prdt-card .in-sub-name {
  color: #3da54a;
  font-weight: 300;
  margin-bottom: 30px;
}

.section-stvsfarm .item-prdt-card .in-stick-label {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.section-rnd {
  width: 100%;
  position: relative;
  background-color: white;
  height: 535px;
}

.section-rnd .left-container {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#3da54a), to(#12502d));
  background: linear-gradient(to right, #3da54a, #12502d);
  height: 100%;
  color: white;
  width: 0%;
  opacity: 0;
}

.section-rnd .left-container .contents-group {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 0;
}

.section-rnd .left-container .big-subject {
  font-size: 3.625em;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-rnd .left-container .text-group {
  font-size: inherit;
  color: #d0ffd0;
  font-weight: 300;
}

.section-rnd.active .left-container {
  max-width: 897px;
  color: white;
  width: 50%;
  opacity: 1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.section-rnd.active .left-container .contents-group {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-rnd .right-container {
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  padding-left: 930px;
}

.section-rnd .slick-prev,
.section-rnd .slick-next {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(85deg, #3da54a, #12502d);
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
  outline: none;
  overflow: visible;
  z-index: 1;
}

.section-rnd .slick-prev:after,
.section-rnd .slick-next:after {
  content: "";
}

.section-rnd .slick-prev:before,
.section-rnd .slick-next:before {
  content: "";
}

.section-rnd .slick-prev:hover, .section-rnd .slick-prev:active, .section-rnd .slick-prev:focus,
.section-rnd .slick-next:hover,
.section-rnd .slick-next:active,
.section-rnd .slick-next:focus {
  background: linear-gradient(85deg, #369041, #0e3e23);
}

.section-rnd .slick-prev {
  left: 25px;
}

.section-rnd .slick-prev:after {
  background-image: url("../../images/icon/arrow-prev-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

.section-rnd .slick-next {
  left: 557px;
}

.section-rnd .slick-next:after {
  background-image: url("../../images/icon/arrow-next-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

.section-rnd .slick-slide {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-rnd .slick-active {
  opacity: 1;
}

.rnd-slide-group {
  height: 100%;
  position: relative;
  z-index: 0;
  padding-top: 55px;
  padding-left: 65px;
}

.rnd-slide-page {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  width: 534px;
  height: 422px;
  padding: 5px 6px;
}

.rnd-slide-page .in-thumb {
  width: 100%;
  overflow: hidden;
}

.rnd-slide-page .in-thumb img {
  width: 100%;
  float: left;
}

.rnd-slide-page .in-info {
  position: relative;
  height: 85px;
  padding: 0 30px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rnd-slide-page .in-info-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.rnd-slide-page .in-info-inner h5 {
  font-size: 2.065em;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rnd-slide-page .in-info-inner span {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.125em;
  color: #9f9f9f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 
  ========================== PAGES - 스테비스 바이오 스테비스 농법 페이지
*/
#sub-stvs-farming .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-farm.jpg");
}

#sub-stvs-farming .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-farming .sub-page-desc-container:before {
  background-color: #f8f8f8;
}

#sub-stvs-farming .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-farming .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-farming .sub-page-desc-box .in-text i {
  color: #3da54a;
}

.section-farming {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}

.section-farming-card {
  height: 37em;
  position: relative;
}

.section-farming-card:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #40930f;
  background-image: url("../../images/bg/stviss-farming-bg.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-farming-card.active:before {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.section-farming-card .section-inner {
  width: 95%;
  height: 100%;
  padding-left: 18em;
  padding-top: 8.5em;
}

.section-farming-card .vertical-tit {
  position: absolute;
  top: 34%;
  left: 200px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  color: white;
  display: inline-block;
}

.section-farming-card .vertical-tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 75px;
  right: -151px;
  height: 1px;
  width: 139px;
  background-color: #3da54a;
  opacity: 0;
}

.section-farming-card .vertical-tit:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -115px;
  height: 1px;
  width: 240px;
  background-color: #3da54a;
  opacity: 0;
}

.section-farming-card .vertical-tit .in-tit {
  font-size: 3.125em;
  font-weight: 600;
  position: relative;
  top: 0;
  left: -1.5em;
  text-align: left;
  opacity: 0;
}

.section-farming-card .vertical-tit .in-mini-text {
  position: relative;
  top: 0;
  left: 1.5em;
  font-size: 1.5em;
  display: inline-block;
  width: 100%;
  text-align: right;
  opacity: 0;
}

.section-farming-card.active .vertical-tit:before, .section-farming-card.active .vertical-tit:after {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.section-farming-card.active .vertical-tit .in-tit {
  left: -0.5em;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-farming-card.active .vertical-tit .in-mini-text {
  left: 0.5em;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-farming-card .contents-group {
  max-width: 0px;
  background-color: white;
  border-top: 15px solid #037412;
  -webkit-box-shadow: 30px 53px 36px rgba(0, 0, 0, 0.16);
          box-shadow: 30px 53px 36px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 4em 0;
  white-space: nowrap;
  opacity: 0;
}

.section-farming-card .contents-group .big-subject {
  font-size: 1.5em;
  color: black;
  letter-spacing: -0.5px;
  line-height: 1.35;
  margin-bottom: 1em;
}

.section-farming-card .contents-group .text-group {
  color: #8d8d8d;
}

.section-farming-card .contents-group .text-group i {
  color: #40930f;
}

.section-farming-card .contents-group img {
  position: absolute;
}

.section-farming-card .contents-group .in-leaf {
  width: 36.1%;
  top: -3em;
  right: -7em;
}

.section-farming-card .contents-group .in-leaf-mini {
  width: 21.5%;
  bottom: -7em;
  right: 12em;
}

.section-farming-card.active .contents-group {
  max-width: 867px;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  padding: 4em 5em;
  opacity: 1;
}

.section-conso {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 6em 0;
}

.section-conso .in-bg-element {
  position: absolute;
}

.section-conso .in-bg-element span {
  border-top: 25px solid #3e312d;
  float: left;
  height: 50px;
}

.section-conso .in-bg-element--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 299px;
  height: 256px;
}

.section-conso .in-bg-element--left span {
  opacity: 0;
  width: 155%;
  height: 20px;
  background-color: #f2ac22;
  -webkit-transform: translate(-100px, 153px) rotate(45deg);
          transform: translate(-100px, 153px) rotate(45deg);
}

.section-conso.active .in-bg-element--left span {
  opacity: 1;
  height: 88px;
  -webkit-transition: 1s;
  transition: 1s;
}

.section-conso .in-bg-element--right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 490px;
  height: 454px;
}

.section-conso .in-bg-element--right span {
  opacity: 0;
  width: 155%;
  height: 50px;
  background-color: #bbb945;
  -webkit-transform: translate(-25px, 195px) rotate(-45deg);
          transform: translate(-25px, 195px) rotate(-45deg);
}

.section-conso .in-bg-element--right span:last-child {
  height: 160px;
}

.section-conso.active .in-bg-element--right span {
  opacity: 1;
  height: 130px;
  -webkit-transition: 1s;
  transition: 1s;
}

.section-conso .item-conso-card {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  -webkit-box-shadow: 0 23px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 0 23px 26px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  text-align: center;
  max-width: 281px;
  width: 35%;
  padding: 85px 0 75px;
  margin-right: 3.5em;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.section-conso .item-conso-card .in-tit {
  font-size: 25px;
  color: #3c3c3c;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-top: 5px;
}

.section-conso.active .item-conso-card {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.section-conso .conso-character-list {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.section-conso .conso-character-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.section-conso .conso-character-list .in-subject {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.35em;
  opacity: 0;
}

.section-conso .conso-character-list .in-text {
  font-size: inherit;
  color: #8d8d8d;
  font-weight: 300;
  letter-spacing: -0.5px;
  opacity: 0;
}

.section-conso .conso-character-list .in-text i {
  color: #40930f;
}

.section-conso .conso-character-list:first-child .in-subject {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.section-conso .conso-character-list:first-child .in-text {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.section-conso .conso-character-list:last-child .in-subject {
  -webkit-transform: translateX(65px);
          transform: translateX(65px);
}

.section-conso .conso-character-list:last-child .in-text {
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}

.section-conso.active .conso-character-list .in-subject {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.section-conso.active .conso-character-list .in-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

.section-conso.active .conso-character-list:first-child .in-subject {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-conso.active .conso-character-list:first-child .in-text {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-conso.active .conso-character-list:last-child .in-subject {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-conso.active .conso-character-list:last-child .in-text {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-conso .contents-group {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* 
  ========================== PAGES - 스테비스 스테비스 축산법 페이지
*/
#sub-stvs-rasingrow .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-farm.jpg");
}

#sub-stvs-rasingrow .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-rasingrow .sub-page-desc-container:before {
  background-color: #f8f8f8;
}

#sub-stvs-rasingrow .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-rasingrow .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-rasingrow .sub-page-desc-box .in-title u {
  text-decoration: none;
}

#sub-stvs-rasingrow .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-rasingrow .item-article-view {
  padding: 44px 60px;
}

#sub-stvs-rasingrow .article-picture {
  width: 100%;
}

#sub-stvs-rasingrow .article-picture img {
  width: 100%;
}

#sub-stvs-rasingrow .in-subject {
  font-size: 1.5em;
  color: black;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 15px;
  margin-bottom: 1.125em;
}

#sub-stvs-rasingrow .item-article {
  border-bottom: 1px solid #f0f0f0;
  padding: 3em 2em;
}

#sub-stvs-rasingrow .item-article:last-child {
  border-bottom: 0;
}

#sub-stvs-rasingrow .item-article .in-text-con {
  font-size: 1em;
  color: #797979;
  font-weight: 300;
  margin-bottom: 35px;
  word-break: keep-all;
}

#sub-stvs-rasingrow .item-article .in-text-con:last-child {
  margin-bottom: 0;
}

/* 
  ========================== PAGES - 스테비노스 스테비노스란 페이지
*/
#sub-stvs-whatstvns .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-partici.jpg");
}

#sub-stvs-whatstvns .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-whatstvns .sub-page-desc-box {
  text-align: center;
  padding: 4em 0;
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  margin: 0 auto;
  background-color: rgba(234, 241, 235, 0.5);
  position: relative;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-animation: circleZoom 0.7s 1;
          animation: circleZoom 0.7s 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle .mini-ele {
  position: absolute;
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle .mini-ele-00 {
  width: 34%;
  opacity: 0;
  top: -10px;
  left: 15px;
  -webkit-animation: miniEle00 1.4s 1;
          animation: miniEle00 1.4s 1;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle .mini-ele-01 {
  width: 49.5%;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-animation: miniEle01 2s 1;
          animation: miniEle01 2s 1;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle .mini-ele-02 {
  width: 33%;
  top: 26px;
  left: 24px;
  opacity: 0;
  -webkit-animation: miniEle02 1.5s 1;
          animation: miniEle02 1.5s 1;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

#sub-stvs-whatstvns .sub-page-desc-box .in-circle .mini-ele-03 {
  width: 45%;
  top: 6px;
  right: 0;
  opacity: 0;
  -webkit-animation: miniEle03 1.6s 1;
          animation: miniEle03 1.6s 1;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          animation-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

#sub-stvs-whatstvns .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-whatstvns .sub-page-desc-box .in-text {
  font-size: 2.25em;
  color: #010200;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 1.3;
}

#sub-stvs-whatstvns .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-whatstvns .default-title {
  font-size: 2.5em;
  color: inherit;
  font-weight: 400;
  letter-spacing: -1.1px;
  line-height: 1.25;
}

#sub-stvs-whatstvns .outline-container {
  text-align: center;
  padding: 10px 0;
  position: relative;
  background-color: white;
}

#sub-stvs-whatstvns .outline-container .in-text {
  display: inline-block;
  width: 100%;
  color: #010200;
}

#sub-stvs-whatstvns .direct-inquiry-btn {
  border-radius: 6px;
  border: 0;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.35em;
  color: white;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#6bc32a), color-stop(51%, #40930f), to(#6bc32a));
  background: linear-gradient(to right, #6bc32a 0%, #40930f 51%, #6bc32a 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}

@media all and (min-width: 576px) {
  #sub-stvs-whatstvns .direct-inquiry-btn:hover {
    background-position: right center;
  }
}

#sub-stvs-whatstvns .direct-inquiry-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sub-stvs-whatstvns .slick-prev,
#sub-stvs-whatstvns .slick-next {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(85deg, #3da54a, #12502d);
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
  outline: none;
  overflow: visible;
  z-index: 1;
}

#sub-stvs-whatstvns .slick-prev:after,
#sub-stvs-whatstvns .slick-next:after {
  content: "";
}

#sub-stvs-whatstvns .slick-prev:before,
#sub-stvs-whatstvns .slick-next:before {
  content: "";
}

#sub-stvs-whatstvns .slick-prev:hover, #sub-stvs-whatstvns .slick-prev:active, #sub-stvs-whatstvns .slick-prev:focus,
#sub-stvs-whatstvns .slick-next:hover,
#sub-stvs-whatstvns .slick-next:active,
#sub-stvs-whatstvns .slick-next:focus {
  background: linear-gradient(85deg, #369041, #0e3e23);
}

#sub-stvs-whatstvns .slick-prev {
  left: -44px;
}

#sub-stvs-whatstvns .slick-prev:after {
  background-image: url("../../images/icon/arrow-prev-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

#sub-stvs-whatstvns .slick-next {
  right: -44px;
}

#sub-stvs-whatstvns .slick-next:after {
  background-image: url("../../images/icon/arrow-next-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

#sub-stvs-whatstvns .slick-dots li {
  margin: 0 2px;
}

#sub-stvs-whatstvns .slick-dots li button:before {
  font-size: 13px;
  opacity: 1;
  color: #e3e3e3;
}

#sub-stvs-whatstvns .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #12502d;
}

#sub-stvs-whatstvns .slick-dots li button:hover:before {
  opacity: 0.36;
  color: #12502d;
}

#sub-stvs-whatstvns .outline-container {
  position: relative;
  background-color: transparent;
}

#sub-stvs-whatstvns .outline-container .in-text {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

#sub-stvs-whatstvns .outline-container .in-line {
  background-color: #3da54a;
  display: inline-block;
  position: absolute;
}

#sub-stvs-whatstvns .outline-container .in-line.left {
  left: 0;
  bottom: 0;
  width: 10px;
  height: 0%;
}

#sub-stvs-whatstvns .outline-container .in-line.top {
  left: 0;
  top: 0;
  width: 0%;
  height: 10px;
}

#sub-stvs-whatstvns .outline-container .in-line.right {
  right: 0;
  top: 0;
  width: 10px;
  height: 0%;
}

#sub-stvs-whatstvns .outline-container .in-line.bottom {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 10px;
}

#sub-stvs-whatstvns .outline-container .in-mini-text {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

#sub-stvs-whatstvns .outline-container.active {
  background-color: white;
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#sub-stvs-whatstvns .outline-container.active .in-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

#sub-stvs-whatstvns .outline-container.active .in-line {
  opacity: 1;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

#sub-stvs-whatstvns .outline-container.active .in-line.left {
  height: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#sub-stvs-whatstvns .outline-container.active .in-line.top {
  width: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#sub-stvs-whatstvns .outline-container.active .in-line.right {
  height: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#sub-stvs-whatstvns .outline-container.active .in-line.bottom {
  width: 100%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#sub-stvs-whatstvns .outline-container.active .in-mini-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

#sub-stvs-whatstvns .card-container {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#sub-stvs-whatstvns .card-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
          transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
}

#sub-stvs-whatstvns .instagram-container {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#sub-stvs-whatstvns .instagram-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
          transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
}

.section-sugar-eft {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 4.5em 0 3.5em;
  text-align: center;
}

.section-sugar-eft .default-title {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  margin-bottom: 1.25em;
}

.section-sugar-eft .default-title i {
  position: relative;
  display: inline-block;
  color: #c4c4c4;
}

.section-sugar-eft .default-title i:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #c4c4c4;
}

.section-sugar-eft .contents-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.75em;
}

.section-sugar-eft .contents-group .in-figure {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: relative;
  width: 32.5%;
}

.section-sugar-eft .contents-group .in-figure img {
  width: 100%;
}

.section-sugar-eft .contents-group figcaption {
  background: -webkit-gradient(linear, left top, right top, from(#40930f), color-stop(#2f7b2a), to(#0f6936));
  background: linear-gradient(to right, #40930f, #2f7b2a, #0f6936);
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 1.125em;
  color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 5px 5px 5px 10px;
  min-width: 94px;
}

.section-sugar-eft .outline-container .in-text {
  font-size: 25px;
  color: inherit;
  font-weight: 200;
  padding: 10px 0;
  letter-spacing: -0.8px;
}

.section-sugar-eft.active .default-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.section-sugar-eft.active .default-title i:before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section-sugar-eft.active .contents-group .in-figure {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.section-sugar-eft.active .contents-group .in-figure:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-sugar-eft.active .contents-group .in-figure:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-sugar-eft.active .contents-group .in-figure:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.section-sugar-amount {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 3em 0;
  color: white;
}

.section-sugar-amount:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#249a33), to(#12502d));
  background: linear-gradient(to right, #249a33, #12502d);
}

.section-sugar-amount .visual-group {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-right: 3.5em;
}

.section-sugar-amount .visual-group .in-line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4da809;
  width: 31px;
  height: 0%;
  z-index: 1;
  -webkit-box-shadow: 7px 13px 13px rgba(0, 0, 0, 0.16);
          box-shadow: 7px 13px 13px rgba(0, 0, 0, 0.16);
}

.section-sugar-amount .visual-group img {
  position: relative;
  left: -80px;
  opacity: 0;
  width: 208px;
}

.section-sugar-amount .contents-group {
  display: inline-block;
  vertical-align: middle;
}

.section-sugar-amount .contents-group .default-title {
  margin-bottom: 0.55em;
  font-weight: 300 !important;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.section-sugar-amount .contents-group .default-title i {
  color: #e7ff39;
}

.section-sugar-amount .contents-group .in-text {
  font-size: 1.25em;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
  opacity: 0;
  display: inline-block;
}

.section-sugar-amount.active:before {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 1.65s;
  transition: all 1.65s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
          transition-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-sugar-amount.active .visual-group .in-line {
  opacity: 1;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section-sugar-amount.active .visual-group img {
  position: relative;
  left: 30px;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
          transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
}

.section-sugar-amount.active .contents-group .default-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.section-sugar-amount.active .contents-group .in-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.section-sugar-stvns {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 3.5em 0 4.5em;
}

.section-sugar-stvns .outline-container {
  padding: 50px 0 !important;
  margin-bottom: 1.875em;
}

.section-sugar-stvns .outline-container .in-text {
  font-size: 31px;
  color: inherit;
  font-weight: 400;
  margin-bottom: 0.4em;
}

.section-sugar-stvns .outline-container .in-mini-text {
  font-size: 1.25em;
  color: #4da809;
}

.section-sugar-stvns .card-container {
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  background-color: white;
}

.section-sugar-stvns .card-container .in-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 567px;
}

.section-sugar-stvns .card-container .in-thumb img {
  width: 100%;
  float: left;
}

.section-sugar-stvns .card-container .in-text-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3em;
}

.section-sugar-stvns .card-container .in-subject {
  font-size: 1.95em;
  margin-bottom: 0.8em;
}

.section-sugar-stvns .card-container .in-text {
  font-size: 1.25em;
  color: #b1b1b1;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 1.4;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}

.section-stvns-insta {
  width: 100%;
  position: relative;
  background-color: #e2f4e8;
  padding: 6.5em 0 8em;
  text-align: center;
}

.section-stvns-insta .default-title {
  margin-bottom: 1em;
  overflow: hidden;
}

.section-stvns-insta .default-title span {
  position: relative;
  top: 95px;
  display: inline-block;
  opacity: 0;
}

.section-stvns-insta.active .default-title span {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.instagram-container {
  background-color: white;
  width: 100%;
  position: relative;
  padding-top: 67px;
  -webkit-box-shadow: 0 53px 36px #bfd9c8;
          box-shadow: 0 53px 36px #bfd9c8;
  height: 750px;
}

.instagram-container .slick-dots {
  bottom: 50px;
}

.instagram-container .slick-prev,
.instagram-container .slick-next {
  top: 47%;
}

.instagram-container .in-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.75em;
  color: white;
  font-weight: 400;
  width: 100%;
  height: 67px;
  line-height: 67px;
  background: -webkit-gradient(linear, left top, right top, from(#f6be5e), color-stop(#f2255b), to(#843abc));
  background: linear-gradient(to right, #f6be5e, #f2255b, #843abc);
  text-align: right;
  padding: 0 30px;
  letter-spacing: -0.5px;
}

.instagram-container .in-label:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/img/insta-container-tit.svg");
  background-size: 164px;
  background-position: 30px center;
  background-repeat: no-repeat;
}

.instagram-container .insta-slide-page {
  position: relative;
  padding: 5em 5.5em;
}

.instagram-container .insta-slide-page .grid-group .col {
  float: left;
  padding: 7px;
  outline: none;
}

.instagram-container .insta-slide-page .insta-thumb img {
  width: 100%;
  float: left;
}

.instagram-container .insta-slide-page .grid-group .col-4 {
  width: 25%;
}

.instagram-container .insta-slide-page .big-thumb {
  width: 73%;
  float: left;
}

.instagram-container .insta-slide-page .big-thumb > a {
  width: 100%;
  height: 100%;
  outline: none;
  display: inline-block;
}

.instagram-container .insta-slide-page .right-thumbs {
  width: 24%;
  float: right;
}

.instagram-container .insta-slide-page .right-thumbs > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-bottom: 10px;
  outline: none;
}

.instagram-container .insta-slide-page .right-thumbs > a:last-child {
  margin-bottom: 0;
}

.section-stvns-recipe {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 5em 0 10em;
  text-align: center;
}

.section-stvns-recipe .bg {
  background-image: url("../../images/bg/06_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 70%;
  opacity: 0;
}

.section-stvns-recipe .default-title {
  margin-bottom: 1em;
  overflow: hidden;
}

.section-stvns-recipe .default-title span {
  position: relative;
  top: 55px;
  display: inline-block;
  opacity: 0;
}

.section-stvns-recipe .card-container {
  background-color: white;
  width: 100%;
  height: 714px;
  position: relative;
}

.section-stvns-recipe .card-container:after {
  display: block;
  content: "";
  clear: both;
}

.section-stvns-recipe .card-container .in-text-wrap {
  background-color: #e2efe6;
  position: relative;
  width: 70%;
  height: 100%;
  float: left;
  text-align: left;
  color: #010200;
}

.section-stvns-recipe .card-container .in-subject {
  font-size: 3em;
  color: inherit;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.section-stvns-recipe .card-container .in-subtext {
  font-size: 2.25em;
  color: inherit;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3;
  padding-bottom: 30px;
  border-bottom: 1px solid #bec7c1;
  margin-bottom: 30px;
}

.section-stvns-recipe .card-container .in-text {
  font-size: 1.25em;
  color: #707070;
  font-weight: 500;
}

.section-stvns-recipe .card-container .in-text i {
  color: #40930f;
}

.section-stvns-recipe .card-container .in-text-wrap-inner {
  position: absolute;
  top: 50%;
  left: 7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-stvns-recipe .card-container .in-thumb-group {
  width: 30%;
  height: 100%;
  float: right;
  position: relative;
}

.section-stvns-recipe .card-container .in-thumb-group:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40px;
  bottom: 160px;
  z-index: 1;
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-left: 20px solid transparent;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
}

.section-stvns-recipe .card-container figure {
  width: 182px;
  height: 182px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.section-stvns-recipe .card-container figure:nth-child(1) {
  top: 50px;
  left: 50px;
  -webkit-box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
}

.section-stvns-recipe .card-container figure:nth-child(2) {
  right: 45px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
}

.section-stvns-recipe .card-container figure:nth-child(3) {
  bottom: 60px;
  left: 50px;
  -webkit-box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 16px 26px rgba(0, 0, 0, 0.1);
}

.section-stvns-recipe .card-container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-stvns-recipe.active .bg {
  opacity: 1;
  -webkit-transition: 2.1s;
  transition: 2.1s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section-stvns-recipe.active .default-title span {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section-stvns-recipe.active .card-container figure {
  opacity: 0;
  -webkit-animation-name: circleZoom;
          animation-name: circleZoom;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.section-stvns-recipe.active .card-container figure:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section-stvns-recipe.active .card-container figure:nth-child(2) {
  -webkit-animation-name: circleZoom-transY;
          animation-name: circleZoom-transY;
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section-stvns-recipe.active .card-container figure:nth-child(3) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section-stva-scrap {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 7em 0;
}

.section-stva-scrap .in-shadow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 90.5%;
  -webkit-box-shadow: 0 53px 36px #e8e8e8;
          box-shadow: 0 53px 36px #e8e8e8;
}

.stva-scrap-container {
  background-image: url("../../images/bg/square-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 698px;
  position: relative;
  padding-top: 120px;
}

.stva-scrap-container .slick-prev,
.stva-scrap-container .slick-next {
  top: 40%;
}

.stva-scrap-container .slick-dots {
  bottom: 20px;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 30px;
  padding: 5px 20px;
}

.stva-scrap-container .slick-dots li {
  vertical-align: middle;
}

.stva-scrap-container .in-subject {
  position: absolute;
  top: 45px;
  left: 65px;
  display: inline-block;
  width: 20.5%;
}

.stva-scrap-container .in-subject img {
  width: 100%;
}

.stva-scrap-container .stva-scrap-slide-group {
  width: 100%;
  height: 100%;
}

.stva-scrap-container .stva-scrap-slide-page {
  height: 580px;
  position: relative;
}

.stva-scrap-container .stva-scrap-slide-page .paper {
  position: absolute;
  opacity: 0;
}

.stva-scrap-container .stva-scrap-slide-page .paper-group {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 50%;
}

.stva-scrap-container .stva-scrap-slide-page .paper-00 {
  bottom: -100px;
  left: -25px;
  width: 65.3%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.stva-scrap-container .stva-scrap-slide-page .paper-01 {
  width: 64%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.stva-scrap-container .stva-scrap-slide-page .paper-02 {
  width: 57%;
  bottom: -25px;
  right: -30px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.stva-scrap-container .stva-scrap-slide-page .paper-03 {
  width: 53%;
  top: -95px;
  right: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.stva-scrap-container .stva-scrap-slide-page .paper-article {
  width: 98%;
  margin: 0 auto;
  display: block;
}

.stva-scrap-container.active .stva-scrap-slide-page .paper {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.stva-scrap-container.active .stva-scrap-slide-page .paper-00 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-scrap-container.active .stva-scrap-slide-page .paper-01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.stva-scrap-container.active .stva-scrap-slide-page .paper-02 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.stva-scrap-container.active .stva-scrap-slide-page .paper-03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-stvns-eft {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 0 0 4em 0;
}

.section-stvns-eft .section-inner {
  padding-top: 17em;
}

.section-stvns-eft .in-bg-element {
  position: absolute;
  top: -2.5em;
  right: -39px;
  width: 41.6%;
  display: inline-block;
  -webkit-transform: scale(0.95) translateY(70px);
          transform: scale(0.95) translateY(70px);
  opacity: 0;
}

.section-stvns-eft .default-title-group {
  color: #010200;
}

.section-stvns-eft .default-title-group .title-bold {
  font-size: 3.125em;
  font-weight: 600;
  letter-spacing: -1.2px;
  position: relative;
}

.section-stvns-eft .default-title-group .title-bold:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1040px;
  width: 0px;
  height: 1px;
  background-color: #010200;
}

.section-stvns-eft .default-title-group .title-bold span {
  display: inline-block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.section-stvns-eft .default-title-group .default-title {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  opacity: 0;
  padding: 0.25em 0 0.75em;
}

.section-stvns-eft .in-subtxt-group {
  padding: 0.75em 0 3em;
  color: #010200;
}

.section-stvns-eft .in-subtxt-group .in-circle {
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: rgba(234, 241, 235, 0.5);
  display: inline-block;
  opacity: 0;
}

.section-stvns-eft .in-subtxt-group .mini-ele {
  position: relative;
  opacity: 0;
}

.section-stvns-eft .in-subtxt-group .mini-ele-00 {
  width: 41.5%;
  top: 2em;
  left: 1.5em;
}

.section-stvns-eft .in-subtxt-group .mini-ele-01 {
  width: 36.6%;
  top: 0.1em;
  right: -0.25em;
}

.section-stvns-eft .in-subtxt-group .mini-ele-02 {
  width: 39.5%;
  top: 1.5em;
  left: 1.5em;
}

.section-stvns-eft .in-subtxt-group .mini-ele-03 {
  width: 52%;
  right: 0;
  top: 0.25em;
}

.section-stvns-eft .in-subtxt-group .in-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.875em;
  font-weight: 200;
  letter-spacing: -1.25px;
  line-height: 1.3;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  opacity: 0;
  padding-left: 20px;
}

.section-stvns-eft.active .in-bg-element {
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.section-stvns-eft.active .default-title-group .title-bold:before {
  width: 1000px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.section-stvns-eft.active .default-title-group .title-bold span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-stvns-eft.active .default-title-group .default-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-stvns-eft.active .in-subtxt-group .in-circle {
  -webkit-animation: circleZoom 0.7s 1;
          animation: circleZoom 0.7s 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section-stvns-eft.active .in-subtxt-group .mini-ele {
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
          transition-timing-function: cubic-bezier(0.22, 0.68, 0, 1.71);
}

.section-stvns-eft.active .in-subtxt-group .mini-ele-00 {
  top: 1.2em;
  left: 0.95em;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.section-stvns-eft.active .in-subtxt-group .mini-ele-01 {
  top: -0.35em;
  right: -0.75em;
  -webkit-transition: 1.8s;
  transition: 1.8s;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.section-stvns-eft.active .in-subtxt-group .mini-ele-02 {
  top: 1em;
  left: 0.9em;
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

.section-stvns-eft.active .in-subtxt-group .mini-ele-03 {
  right: -0.8em;
  top: -0.35em;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.section-stvns-eft.active .in-subtxt-group .in-text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.stva-eft-container .stva-eft-list {
  font-size: 1.25em;
  color: #646464;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding: 0.8em 0;
}

.stva-eft-container .stva-eft-list .in-chck-circle {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 3em;
  border: 9px solid #f4f8f5;
  border-radius: 11px;
  margin-right: 20px;
  position: relative;
  opacity: 0;
}

.stva-eft-container .stva-eft-list .in-chcker {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.stva-eft-container .stva-eft-list .in-chcker:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  opacity: 0;
  height: 30px;
  width: 15px;
  border-right: 6px solid #3da54a;
  border-top: 6px solid #3da54a;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.stva-eft-container .stva-eft-list .in-text {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.stva-eft-container .stva-eft-list i {
  color: #3da54a;
}

.stva-eft-container .stva-eft-list.active .in-chck-circle {
  opacity: 1;
  -webkit-animation: circleScale 0.5s ease 1;
          animation: circleScale 0.5s ease 1;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
          animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
}

.stva-eft-container .stva-eft-list.active .in-chcker:after {
  content: "";
  display: inline-block;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
  -webkit-animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
          animation-timing-function: cubic-bezier(0.42, 0.97, 0.52, 1.49);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.stva-eft-container .stva-eft-list.active .in-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-induce-buy {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 5.5em 0;
}

.section-induce-buy .card-container {
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  background-color: white;
}

.section-induce-buy .card-container .in-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 567px;
}

.section-induce-buy .card-container .in-thumb img {
  width: 100%;
  float: left;
}

.section-induce-buy .card-container .in-text-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3em;
}

.section-induce-buy .card-container .in-subject {
  font-size: 1.95em;
  margin-bottom: 0.8em;
}

.section-induce-buy .card-container .in-text {
  font-size: 1.25em;
  color: #b1b1b1;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 1.4;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes circleScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 9px;
    opacity: 1;
  }
  40% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
  100% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 9px;
    opacity: 1;
  }
  40% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
  100% {
    height: 17px;
    width: 9px;
    opacity: 1;
  }
}

@-webkit-keyframes circleZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes circleZoom-transY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

@keyframes circleZoom-transY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

@-webkit-keyframes miniEle00 {
  0% {
    opacity: 0;
    top: 0px;
    left: 25px;
  }
  100% {
    opacity: 1;
    top: -10px;
    left: 15px;
  }
}

@keyframes miniEle00 {
  0% {
    opacity: 0;
    top: 0px;
    left: 25px;
  }
  100% {
    opacity: 1;
    top: -10px;
    left: 15px;
  }
}

@-webkit-keyframes miniEle01 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: -10px;
  }
}

@keyframes miniEle01 {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: -10px;
  }
}

@-webkit-keyframes miniEle02 {
  0% {
    opacity: 0;
    top: 36px;
    left: 30px;
  }
  100% {
    opacity: 1;
    top: 26px;
    left: 24px;
  }
}

@keyframes miniEle02 {
  0% {
    opacity: 0;
    top: 36px;
    left: 30px;
  }
  100% {
    opacity: 1;
    top: 26px;
    left: 24px;
  }
}

@-webkit-keyframes miniEle03 {
  0% {
    opacity: 0;
    top: 11px;
    right: 10px;
  }
  100% {
    opacity: 1;
    top: 6px;
    right: 0;
  }
}

@keyframes miniEle03 {
  0% {
    opacity: 0;
    top: 11px;
    right: 10px;
  }
  100% {
    opacity: 1;
    top: 6px;
    right: 0;
  }
}

/* 
  ========================== PAGES - 스테비노스 고객참여 페이지
*/
#sub-stvs-partici .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-partici.jpg");
}

#sub-stvs-partici .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-partici .sub-page-desc-container {
  padding-bottom: 150px;
}

#sub-stvs-partici .sub-page-desc-box {
  text-align: center;
  padding-bottom: 0;
}

#sub-stvs-partici .sub-page-desc-box .instagram-hash {
  font-size: 2.5em;
  margin: 0 13px;
  letter-spacing: -1px;
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation-name: hashAni;
          animation-name: hashAni;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

#sub-stvs-partici .sub-page-desc-box .instagram-hash:nth-of-type(1) {
  color: #f5985d;
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#sub-stvs-partici .sub-page-desc-box .instagram-hash:nth-of-type(2) {
  color: #e42767;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#sub-stvs-partici .sub-page-desc-box .instagram-hash:nth-of-type(3) {
  color: #9836aa;
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#sub-stvs-partici .sub-page-desc-box .instagram-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 30px;
  height: 710px;
}

#sub-stvs-partici .sub-page-desc-box .instagram-container .slick-dots {
  bottom: 5px;
}

#sub-stvs-partici .sub-page-desc-box .instagram-container .insta-slide-page {
  padding: 2em 1em;
}

#sub-stvs-partici .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-partici .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-partici .slick-prev,
#sub-stvs-partici .slick-next {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(85deg, #3da54a, #12502d);
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
  outline: none;
  overflow: visible;
  z-index: 1;
}

#sub-stvs-partici .slick-prev:after,
#sub-stvs-partici .slick-next:after {
  content: "";
}

#sub-stvs-partici .slick-prev:before,
#sub-stvs-partici .slick-next:before {
  content: "";
}

#sub-stvs-partici .slick-prev:hover, #sub-stvs-partici .slick-prev:active, #sub-stvs-partici .slick-prev:focus,
#sub-stvs-partici .slick-next:hover,
#sub-stvs-partici .slick-next:active,
#sub-stvs-partici .slick-next:focus {
  background: linear-gradient(85deg, #369041, #0e3e23);
}

#sub-stvs-partici .slick-prev {
  left: -137px;
}

#sub-stvs-partici .slick-prev:after {
  background-image: url("../../images/icon/arrow-prev-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

#sub-stvs-partici .slick-next {
  right: -137px;
}

#sub-stvs-partici .slick-next:after {
  background-image: url("../../images/icon/arrow-next-wh.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 50px;
  display: inline-block;
}

#sub-stvs-partici .slick-dots li {
  margin: 0 2px;
}

#sub-stvs-partici .slick-dots li button:before {
  font-size: 13px;
  opacity: 1;
  color: #e3e3e3;
}

#sub-stvs-partici .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #12502d;
}

#sub-stvs-partici .slick-dots li button:hover:before {
  opacity: 0.36;
  color: #12502d;
}

@-webkit-keyframes hashAni {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes hashAni {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 
  ========================== PAGES - 스테비노스 제품구매 페이지
*/
#sub-stvs-buystvns .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-partici.jpg");
}

#sub-stvs-buystvns .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-buystvns .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-buystvns .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-buystvns .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-buystvns .section-inquiry .prdt-thumb {
  background-image: url("../../images/img/stvns-prdt01.png");
}

/* 
  ========================== PAGES - 스테비스 F&B 가맹문의 페이지
*/
#sub-stvs-franchise .sub-page-hd .bg {
  background-image: url("../../images/bg/fnb_bg.png");
}

#sub-stvs-franchise .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-franchise .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-franchise .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-franchise .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-franchise .section-inquiry .prdt-thumb {
  background-image: url("../../images/img/stvns-prdt02.png");
}

/* 
  ========================== PAGES - 대풍작 스테비스 대풍작스테비아란 페이지
*/
#sub-stvs-whatstva .sub-page-hd .bg {
  background-image: url("../../images/bg/farm_bg.png");
}

#sub-stvs-whatstva .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-whatstva .sub-page-desc-box {
  text-align: center;
  padding: 4em 0;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc {
  font-size: 1.69em;
  color: #010200;
  font-weight: 200;
  line-height: 1.9;
  margin-bottom: 3px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation-name: descAni;
          animation-name: descAni;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc:nth-of-type(1) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc:nth-of-type(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc:nth-of-type(3) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc:nth-of-type(4) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc > span {
  border-bottom: 1px solid #3da54a;
  padding-bottom: 2px;
}

#sub-stvs-whatstva .sub-page-desc-box .in-desc i {
  color: #0c4f2b;
}

#sub-stvs-whatstva .direct-inquiry-btn {
  border-radius: 6px;
  border: 0;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.35em;
  color: white;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#6bc32a), color-stop(51%, #40930f), to(#6bc32a));
  background: linear-gradient(to right, #6bc32a 0%, #40930f 51%, #6bc32a 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}

@media all and (min-width: 576px) {
  #sub-stvs-whatstva .direct-inquiry-btn:hover {
    background-position: right center;
  }
}

#sub-stvs-whatstva .direct-inquiry-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sub-stvs-whatstva .card-container {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#sub-stvs-whatstva .card-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
          transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
}

#sub-stvs-whatstva .in-shadow {
  opacity: 0;
}

#sub-stvs-whatstva .in-shadow.active {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.section-stva-intro {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 10em 0;
}

.section-stva-intro .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/bg/01_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-stva-intro .bg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 82, 46, 0.7);
}

.section-stva-intro .bg.active {
  opacity: 1;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.section-stva-intro .contents-group {
  font-size: 1.125em;
  color: white;
  text-align: center;
  line-height: 1.9;
}

.stva-intro-container {
  padding: calc(5em + 26px) 26px calc(4em + 26px);
  position: relative;
}

.stva-intro-container .in-line {
  position: absolute;
  background-color: white;
  display: inline-block;
}

.stva-intro-container .in-line.left {
  left: 0;
  bottom: 0;
  width: 26px;
  height: 0%;
}

.stva-intro-container .in-line.top {
  left: 0;
  top: 0;
  width: 0%;
  height: 26px;
}

.stva-intro-container .in-line.right {
  right: 0;
  top: 0;
  width: 26px;
  height: 0%;
}

.stva-intro-container .in-line.bottom {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 26px;
}

.stva-intro-container img {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  margin-bottom: 50px;
}

.stva-intro-container p {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.stva-intro-container.active .in-line {
  opacity: 1;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.stva-intro-container.active .in-line.left {
  height: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.stva-intro-container.active .in-line.top {
  width: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.stva-intro-container.active .in-line.right {
  height: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.stva-intro-container.active .in-line.bottom {
  width: 100%;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.stva-intro-container.active img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-intro-container.active p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section-nanum {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 11em 0 0;
}

.section-nanum .in-bg-element {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 44.33%;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.section-nanum .section-inner {
  padding-bottom: 8em;
  padding-left: 4em;
}

.section-nanum .default-title {
  font-size: 1.95em;
  color: #010200;
  font-weight: 200;
  letter-spacing: -1px;
  padding-left: 0.6em;
}

.section-nanum .default-title i {
  color: #40930f;
}

.section-nanum .default-title .span {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  display: inline-block;
  opacity: 0;
}

.section-nanum .default-title .rotate-line {
  position: absolute;
  top: -2.3em;
  left: 1.25em;
  width: 39px;
  height: 3px;
  background-color: #40930f;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section-nanum .nanum-tech-list {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}

.section-nanum .nanum-character-container > ul {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.section-nanum.active .in-bg-element {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-nanum.active .default-title .span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section-nanum.active .nanum-tech-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.section-nanum.active .nanum-tech-list:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-nanum.active .nanum-tech-list:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.section-nanum.active .nanum-tech-list:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-nanum.active .nanum-character-container > ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.nanum-tech-container {
  padding: 2em 0;
}

.nanum-tech-container .nanum-tech-list {
  padding: 0.75em 0;
}

.nanum-tech-container .in-number-circle {
  width: 4.25em;
  height: 4.25em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  background: linear-gradient(115deg, #3da54a, #12502d);
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
  color: white;
  text-align: center;
}

.nanum-tech-container .in-number-circle span {
  font-size: 1.625em;
  color: inherit;
  font-weight: 500;
  position: relative;
  top: 0.5em;
}

.nanum-tech-container .in-text {
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.nanum-character-container {
  text-align: left;
  padding: 1em 0 0 0.7em;
}

.nanum-character-container > ul {
  display: inline-block;
  vertical-align: middle;
  color: #2a7f3d;
  font-weight: 500;
  line-height: 1.95;
  margin-right: 70px;
}

.nanum-character-container > ul li:before {
  content: "•";
  display: inline-block;
  margin-right: 6px;
}

.section-award {
  width: 100%;
  position: relative;
  background-color: white;
  padding: 4.625em 0 3.25em;
  background-image: url("../../images/bg/award-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.section-award .default-title {
  font-size: 1.95em;
  font-weight: 300;
  margin-bottom: 50px;
  padding-left: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.section-award.active .default-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.stva-award-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stva-award-container .in-figure {
  font-size: 12px;
  font-weight: 300;
  width: 20%;
  text-align: center;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.stva-award-container .in-figure:last-child img {
  margin: 55px 0;
}

.stva-award-container .in-figure img {
  margin-bottom: 15px;
}

.stva-award-container .in-figure.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.stva-award-container .in-figure:nth-child(1).active {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.stva-award-container .in-figure:nth-child(2).active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-award-container .in-figure:nth-child(3).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.stva-award-container .in-figure:nth-child(4).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.stva-award-container .in-figure:nth-child(5).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.stva-award-container .in-figure:nth-child(6).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.stva-award-container .in-figure:nth-child(7).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.stva-award-container .in-figure:nth-child(8).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.stva-award-container .in-figure:nth-child(9).active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-award-container .in-figure:nth-child(10).active {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.stva-award-container .in-figure:nth-child(11).active {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.stva-award-container .in-figure:nth-child(12).active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-award-container .in-figure:nth-child(13).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.stva-award-container .in-figure:nth-child(14).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.stva-award-container .in-figure:nth-child(15).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.stva-award-container .in-figure:nth-child(16).active {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.stva-award-container .in-figure:nth-child(17).active {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.stva-award-container .in-figure:nth-child(18).active {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.stva-award-container .in-figure:nth-child(19).active {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.stva-award-container .in-figure:nth-child(20).active {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-direct {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 10em 0;
}

.section-direct .in-shadow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 87.5%;
  -webkit-box-shadow: 0 53px 46px rgba(0, 0, 0, 0.16);
          box-shadow: 0 53px 46px rgba(0, 0, 0, 0.16);
}

.section-direct .card-container {
  width: 100%;
  position: relative;
  background-color: white;
}

.section-direct .card-container:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background-color: #40930f;
}

.section-direct .card-container .stva-thumb-slige-group {
  display: inline-block;
  vertical-align: middle;
  height: 450px;
  max-width: 450px;
  width: 50%;
  position: relative;
}

.section-direct .card-container .stva-thumb-slide-page {
  width: 100%;
  height: 450px;
}

.section-direct .card-container .stva-thumb-slide-page img {
  width: 100%;
}

.section-direct .card-container .in-text-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4.5em;
  width: 50%;
}

.section-direct .card-container .in-subject {
  font-size: 2.19em;
  font-weight: 200;
  letter-spacing: -1.25px;
  line-height: 1.35;
  margin-bottom: 0.8em;
}

.section-direct .card-container .in-text {
  font-size: 1em;
  color: #777777;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 1.6;
  margin-bottom: 2.5em;
  display: inline-block;
  width: 100%;
}

.section-direct .card-container .direct-brochure-btn {
  font-weight: 300;
  padding: 0 25px;
  position: relative;
}

.section-direct .card-container .direct-brochure-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 24px;
  height: 1px;
  background-color: #000000;
}

.stva-mini-thumb {
  position: absolute;
  left: 32px;
  bottom: 27px;
  text-align: left;
  width: 100%;
}

.stva-mini-thumb .in-list {
  position: relative;
  margin-right: 15px;
}

.stva-mini-thumb img {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  position: relative;
  cursor: pointer;
  border: 1px solid white;
}

.stva-mini-thumb .slick-current .in-list:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 100%;
  border: 5px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

@-webkit-keyframes descAni {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes descAni {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 
  ========================== PAGES - 대풍작스테비아 제품구매 페이지
*/
#sub-stvs-bigstva .sub-page-hd .bg {
  background-image: url("../../images/bg/farm_bg.png");
}

#sub-stvs-bigstva .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-bigstva .sub-page-desc-box {
  text-align: center;
}

#sub-stvs-bigstva .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-bigstva .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-bigstva .section-inquiry .prdt-thumb {
  background-image: url("../../images/img/stvns-prdt03.png");
}

/* 
  ========================== PAGES - 펩스데이 제품구매 페이지
*/
#sub-stvs-buypeps .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-partici.jpg");
}

#sub-stvs-buypeps .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-buypeps .section-inquiry .prdt-thumb {
  background-image: url("../../images/img/stvns-prdt04.png");
}

/* 
  ========================== PAGES - 펩스데이 제품구매 페이지
*/
#sub-stvs-pepesday .sub-page-hd .bg {
  background-image: url("../../images/bg/sub-stvs-partici.jpg");
}

#sub-stvs-pepesday .sub-page-hd .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  opacity: 0.7;
}

#sub-stvs-pepesday .sub-page-desc-container:before {
  content: "";
  display: inline-block;
  background-color: #f8f8f8;
}

#sub-stvs-pepesday .sub-page-desc-box {
  text-align: center;
  padding: 3.5em 5.7em;
}

#sub-stvs-pepesday .sub-page-desc-box .in-title i {
  padding-right: 0;
}

#sub-stvs-pepesday .sub-page-desc-box .in-text {
  line-height: 1.4;
  letter-spacing: -1px;
}

#sub-stvs-pepesday .sub-page-desc-box .in-text:first-of-type {
  font-size: 2em;
  color: #010200;
}

#sub-stvs-pepesday .sub-page-desc-box .in-text:last-of-type {
  font-size: 2.25em;
  color: #010200;
  font-weight: 400;
}

#sub-stvs-pepesday .sub-page-desc-box .in-text i {
  color: #3da54a;
}

#sub-stvs-pepesday .sub-page-desc-box .pepsday-logo {
  position: relative;
  width: 172px;
  margin: 0 auto 1em;
}

#sub-stvs-pepesday .sub-page-desc-box .pepsday-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: movePepsday 1s 1;
          animation: movePepsday 1s 1;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#sub-stvs-pepesday .sub-page-desc-box .pepsday-logo .in-circle {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: rgba(226, 244, 232, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: circleZoom 0.7s 1;
          animation: circleZoom 0.7s 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#sub-stvs-pepesday .section-inquiry .prdt-thumb {
  background-image: url("../../images/img/stvns-prdt04.png");
}

#sub-stvs-pepesday .direct-inquiry-btn {
  border-radius: 6px;
  border: 0;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.35em;
  color: white;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#6bc32a), color-stop(51%, #40930f), to(#6bc32a));
  background: linear-gradient(to right, #6bc32a 0%, #40930f 51%, #6bc32a 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}

@media all and (min-width: 576px) {
  #sub-stvs-pepesday .direct-inquiry-btn:hover {
    background-position: right center;
  }
}

#sub-stvs-pepesday .direct-inquiry-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sub-stvs-pepesday .card-container {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#sub-stvs-pepesday .card-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
          transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
}

.section-reason {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 4em 0 8em;
  text-align: center;
}

.section-reason .reason-tit-group {
  color: #010200;
}

.section-reason .reason-tit-group .tit {
  font-size: 2.5em;
  letter-spacing: -0.5px;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.section-reason .reason-tit-group .tit span {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  display: inline-block;
}

.section-reason .reason-tit-group .etc-ment {
  font-size: 1.563em;
  font-weight: 300;
  display: inline-block;
  letter-spacing: -0.9px;
  margin-bottom: 1.25em;
  overflow: hidden;
}

.section-reason .reason-tit-group .etc-ment span {
  display: inline-block;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
}

.section-reason .reason-tit-group .desc-ment {
  font-size: 1.25em;
  color: #797979;
  letter-spacing: -0.5px;
  margin-bottom: 3em;
}

.section-reason .reason-tit-group .desc-ment p {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.section-reason .in-and {
  margin: 4em 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.section-reason .in-and.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section-reason .thumb-group {
  text-align: center;
}

.section-reason .thumb-group .thumb-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  text-align: center;
}

.section-reason .thumb-group .in-circle {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 21px #e8e8e8;
          box-shadow: 0 25px 21px #e8e8e8;
  margin-bottom: 1.25em;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.section-reason .thumb-group .in-circle img {
  width: 100%;
  height: 100%;
}

.section-reason .thumb-group .in-caption {
  font-size: 1.125em;
  color: #12502d;
  font-weight: 300;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  display: inline-block;
}

.section-reason .reason-tit-group.active .tit span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-reason .reason-tit-group.active .etc-ment span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-reason .reason-tit-group.active .desc-ment p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          transition-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(1) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(2) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(3) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(4) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.section-reason .reason-tit-group.active .desc-ment p:nth-child(6) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

.section-reason .reason-tit-group.active .thumb-list .in-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.section-reason .reason-tit-group.active .thumb-list .in-caption {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.section-action {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 7em 0;
}

.section-action .bg {
  background-image: url("../../images/bg/bg_water.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.section-action .bg.active {
  opacity: 1;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.section-action .in-section-tit {
  font-size: 1.563em;
  color: #12502d;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 2;
  padding: 10px 0;
  margin-bottom: 2em;
  text-align: center;
}

.section-action .in-section-tit .in-p {
  display: block;
  overflow: hidden;
}

.section-action .in-section-tit .in-p span {
  display: inline-block;
  -webkit-transform: translateY(37px);
          transform: translateY(37px);
  opacity: 0;
}

.section-action .card-container {
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  background-color: white;
}

.section-action .card-container .in-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 395px;
  float: right;
}

.section-action .card-container .in-thumb img {
  width: 100%;
  float: left;
}

.section-action .card-container .in-text-wrap {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-action .card-container .in-subject {
  font-size: 2.5em;
  color: #12502d;
  font-weight: 600;
  letter-spacing: -1.3px;
  line-height: 1.25;
  margin-bottom: 0.8em;
}

.section-action .card-container .in-text {
  font-size: 1.125em;
  color: #646464;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.5;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}

.section-action .card-container .in-text i {
  color: #40930f;
}

.section-action.active .in-section-tit .in-p span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.section-action.active .in-section-tit .in-p:nth-child(1) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-action.active .in-section-tit .in-p:nth-child(2) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-action.active .in-section-tit .in-p:nth-child(3) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-every-peps {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 10em 0;
}

.section-every-peps .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-every-peps .section-inner:first-child {
  padding-bottom: 10em;
}

.section-every-peps .section-inner:first-child:after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #3da54a;
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  top: 17.5em;
  left: 35px;
}

.section-every-peps .section-inner:last-child .in-subject {
  font-size: 35px;
  color: #dedede;
  margin-bottom: 1.25em;
}

.section-every-peps .section-inner:last-child .in-text {
  color: #797979;
  font-size: 1.125em;
  font-weight: 400;
}

.section-every-peps .section-inner:last-child .in-text i {
  color: #3da54a;
}

.section-every-peps .in-subject {
  font-size: 3.125em;
  color: #010200;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0.6em;
}

.section-every-peps .in-subject span {
  display: block;
}

.section-every-peps .in-subject span i > div {
  opacity: 0;
}

.section-every-peps .in-text {
  font-size: 1.25em;
  color: #151515;
  font-weight: 300;
  -webkit-transform: translate(30px);
          transform: translate(30px);
  opacity: 0;
  letter-spacing: -0.6px;
}

.section-every-peps .peps-day-logo {
  display: inline-block;
  vertical-align: middle;
}

.section-every-peps .peps-day-logo img {
  display: inline-block;
  z-index: 1;
  position: relative;
  left: -75px;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.section-every-peps .peps-day-logo .in-circle {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  display: inline-block;
  opacity: 0;
}

.section-every-peps .peps-day-product {
  position: relative;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.section-every-peps .peps-day-product .in-tape {
  position: absolute;
  top: -45px;
  left: 69px;
  width: 47px;
  height: 91px;
  background-color: rgba(61, 165, 74, 0.5);
  display: inline-block;
}

.section-every-peps .section-inner.active .in-text {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-every-peps .section-inner.active .peps-day-logo .in-circle {
  -webkit-animation: circleZoom 0.7s 1;
          animation: circleZoom 0.7s 1;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-every-peps .section-inner.active .peps-day-logo img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-every-peps .section-inner:first-child.active:after {
  height: 80px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.section-every-peps .section-inner:last-child .in-subject {
  -webkit-transform: translate(80px);
          transform: translate(80px);
  opacity: 0;
}

.section-every-peps .section-inner:last-child.active .in-subject {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section-every-peps .section-inner:last-child.active .peps-day-product {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.section-add-stvns {
  width: 100%;
  position: relative;
  background-color: white;
}

.section-add-stvns .section-farming-card {
  height: 46.25em;
  padding-top: 13em;
}

.section-add-stvns .section-farming-card .section-inner {
  padding: 0;
}

.section-add-stvns .section-farming-card .contents-group {
  max-width: 100%;
  opacity: 1;
  background-color: rgba(44, 117, 1, 0.8);
  border-top: 0;
  padding: 8em 5em 4.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.section-add-stvns .section-farming-card .big-subject {
  color: #e7ff39;
  font-size: 1.7em;
}

.section-add-stvns .section-farming-card .text-group {
  font-size: 1em;
  color: white;
  font-weight: 200;
}

.section-add-stvns .section-farming-card .in-leaf {
  width: 25%;
  bottom: 2em;
  top: unset;
}

.section-add-stvns .section-farming-card .in-leaf-mini {
  left: -6.5em;
  right: unset;
  bottom: 3em;
  width: 15%;
}

.section-add-stvns .thumb-group {
  position: absolute;
  top: -5em;
  right: 5em;
}

.section-add-stvns .thumb-group .thumb-list {
  display: inline-block;
  vertical-align: middle;
  width: 9.4em;
  height: 9.4em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin: 0 0.75em;
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
  position: relative;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.section-add-stvns .thumb-group .thumb-list:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(64, 147, 15, 0.5);
  z-index: 1;
}

.section-add-stvns .thumb-group .thumb-list:first-child:before {
  display: none;
}

.section-add-stvns .thumb-group .in-circle {
  width: 100%;
  height: 100%;
}

.section-add-stvns .thumb-group img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.section-add-stvns .thumb-group figcaption {
  font-size: 1.375em;
  color: white;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.section-add-stvns .section-farming-card.active .contents-group {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-add-stvns .section-farming-card.active .thumb-group .thumb-list {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.section-heal-peps {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 5.5em 0 0;
}

.section-heal-peps > .section-inner {
  padding-bottom: 10em;
}

.section-heal-peps .title-bold {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#3da54a), to(#12502d));
  background: linear-gradient(to right, #3da54a, #12502d);
  -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
          box-shadow: 0 23px 14px rgba(49, 101, 10, 0.3);
  margin-bottom: 1.7em;
}

.section-heal-peps .title-bold:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1040px;
  width: 0;
  height: 1px;
  background-color: #010200;
}

.section-heal-peps .title-bold .in-leaf-logo {
  background-image: url("../../images/icon/icon_leaf.svg");
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.section-heal-peps .default-title {
  font-size: 1.875em;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin-bottom: 1.5em;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  opacity: 0;
}

.section-heal-peps .in-subject {
  font-size: 3.125em;
  color: #dedede;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.25;
  text-align: right;
  margin-bottom: 3em;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
}

.section-heal-peps .in-bg-element {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 44.33%;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.section-heal-peps .in-bg-element.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.section-heal-peps.active .in-subject {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.section-heal-peps.active .title-bold:before {
  width: 1000px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.section-heal-peps.active .in-leaf-logo {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.section-heal-peps.active .default-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section-daily-peps {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: 5.5em 0;
}

.section-daily-peps .card-container {
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  background-color: white;
}

.section-daily-peps .card-container .in-thumb {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 567px;
}

.section-daily-peps .card-container .in-thumb img {
  width: 100%;
  float: left;
}

.section-daily-peps .card-container .in-text-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3em;
}

.section-daily-peps .card-container .in-subject {
  font-size: 1.95em;
  margin-bottom: 0.8em;
  letter-spacing: -1px;
}

.section-daily-peps .card-container .in-text {
  font-size: 1.25em;
  color: #b1b1b1;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-bottom: 1.5em;
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes movePepsday {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(-100%, -100%);
            transform: scale(0.5) translate(-100%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes movePepsday {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) translate(-100%, -100%);
            transform: scale(0.5) translate(-100%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

#sub-terms-personal .terms-ul.type-etc li {
  margin-bottom: 10px;
}

.sub-page-terms-hd {
  background-color: #12502d;
  height: 300px;
  text-align: center;
  padding-top: 190px;
  font-weight: bold;
  color: white;
  font-size: 50px;
  letter-spacing: -0.5px;
}

.terms-contents-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 1.5;
  word-break: keep-all;
}

.terms-contents-wrapper .star-icon {
  color: #ffc107;
}

.terms-article {
  margin-bottom: 30px;
  font-size: 15px;
  color: #333;
}

.terms-article-title {
  font-size: 17px;
  color: black;
  margin-bottom: 15px;
  font-weight: 600;
}

.terms-paragraph {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.terms-ul.type-order > li {
  padding-left: 15px;
}

.terms-ul.type-order > li:nth-child(1):before {
  content: "1.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(2):before {
  content: "2.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(3):before {
  content: "3.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(4):before {
  content: "4.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(5):before {
  content: "5.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(6):before {
  content: "6.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(7):before {
  content: "7.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(8):before {
  content: "8.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(9):before {
  content: "9.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-order > li:nth-child(10):before {
  content: "10.";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num {
  padding-left: 10px;
}

.terms-ul.type-num > li {
  padding-left: 20px;
  margin-bottom: 10px;
}

.terms-ul.type-num > li:nth-child(1):before {
  content: "①";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(2):before {
  content: "②";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(3):before {
  content: "③";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(4):before {
  content: "④";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(5):before {
  content: "⑤";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(6):before {
  content: "⑥";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(7):before {
  content: "⑦";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-num > li:nth-child(8):before {
  content: "⑧";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-etc {
  padding-left: 10px;
  font-size: 0.9em;
}

.terms-ul.type-etc > li {
  margin-bottom: 10px;
}

.terms-ul.type-default {
  padding-left: 10px;
}

.terms-ul.type-default > li {
  padding-left: 12px;
  margin-bottom: 10px;
}

.terms-ul.type-default > li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li {
  padding-left: 17px;
}

.terms-ul.type-in-num > li:nth-child(1):before {
  content: "1)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(2):before {
  content: "2)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(3):before {
  content: "3)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(4):before {
  content: "4)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(5):before {
  content: "5)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(6):before {
  content: "6)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(7):before {
  content: "7)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(8):before {
  content: "8)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(9):before {
  content: "9)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul.type-in-num > li:nth-child(10):before {
  content: "10)";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.terms-ul li {
  position: relative;
}

.terms-ul > li {
  margin-bottom: 20px;
}

.terms-ul .terms-ul {
  padding-left: 0;
  font-size: 0.9em;
  margin: 10px 0 15px;
}

.terms-ul .terms-ul > li {
  margin-bottom: 7px;
}

.in-terms-ul {
  font-size: 13px;
  line-height: 1.8;
  margin: 10px 0 20px;
}

.terms-desc {
  font-size: 0.9em;
  margin: 10px 0;
}

.terms-pers-table {
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
  margin-left: 10px;
  width: 70%;
  text-align: center;
}

.terms-pers-table th {
  border-bottom: 1px solid #c8c8c8;
  background-color: #f0f0f0;
  font-size: 14px;
  padding: 5px 0;
  border-right: 1px solid #c8c8c8;
}

.terms-pers-table td {
  border-right: 1px solid #c8c8c8;
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
}

.terms-pers-table .terms-ul li {
  margin-bottom: 5px;
}

.in-mini-contents {
  padding: 20px 15px;
  margin: 25px 0 25px 10px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  width: 70%;
}

.in-mini-contents .in-subject {
  font-weight: 500;
  margin-bottom: 10px;
  color: black;
}

.in-mini-contents .in-subject:before {
  content: "[ ";
}

.in-mini-contents .in-subject:after {
  content: " ]";
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .sub-page-terms-hd {
    height: 180px;
    padding-top: 120px;
    font-size: 25px;
  }
  .terms-contents-wrapper {
    padding: 20px;
  }
  .terms-article {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .terms-article-title {
    font-size: 15px;
  }
  .terms-paragraph {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .terms-ul.type-num {
    padding-left: 5px;
  }
  #sub-terms-personal .terms-ul.type-etc li {
    margin-bottom: 5px;
  }
  .in-mini-contents {
    width: 100%;
    font-size: 11px;
    margin: 0 auto 12px;
  }
  .terms-pers-table {
    width: 100%;
    margin: 0;
  }
  .terms-pers-table th {
    font-size: 11px;
  }
  .terms-pers-table td {
    font-size: 11px;
    padding: 10px;
  }
}

/* 반응형 - 웹 */
/* 반응형 - 모바일 */
.visible-web {
  display: block;
}

.visible-mobile {
  display: none !important;
}

@media all and (max-width: 1440px) {
  .sub-page-desc-box {
    max-width: 1100px;
    padding: 4em 5em;
  }
  .sub-page-wrapper {
    font-size: 13px;
  }
  .sub-page-hd .sub-page-hd-inner {
    max-width: 1100px;
  }
  .sub-page-hd .sub-page-snb {
    font-size: 15px;
  }
  .sub-page-desc-box .in-text {
    font-size: 1.3em;
    line-height: 1.5;
  }
  .sub-page-ft .sub-page-ft-inner {
    max-width: 92%;
    width: 92%;
  }
  .sub-page-ft .section-inner {
    max-width: 92%;
    width: 92%;
  }
  .section-inner {
    max-width: 1000px;
  }
  .section-inquiry {
    width: 90%;
  }
  .section-inquiry .left-container {
    width: 350px;
    height: 451px;
  }
  .section-inquiry .right-container {
    font-size: 16px;
    width: calc(100% - 408px);
  }
}

@media all and (max-width: 1280px) {
  #stvs-sub-header.active .sub-hd {
    padding-top: 50px;
  }
  .sub-hd .gnb-group {
    display: none;
  }
  .sub-hd .hd-logo {
    top: 1em;
    width: 5rem;
  }
  .sub-hd .hd-logo img {
    width: 100%;
  }
  .sub-hd .hd-btn {
    top: 43px;
  }
  .sub-page-desc-box {
    max-width: 960px;
    width: 90%;
  }
  .sub-page-hd {
    font-size: 10px;
    padding-top: 85px;
  }
  .sub-page-hd .sub-page-hd-inner {
    max-width: 960px;
    width: 90%;
  }
  .sub-page-ft {
    padding: 0.85em 0 2em;
  }
  .sub-page-ft .in-label .ft-in-line,
  .sub-page-ft .in-label .ft-sitemap {
    display: none;
  }
  .sub-page-ft .in-label .ft-logo {
    width: 6.5em;
  }
  .sub-page-ft .in-sns-group {
    display: none;
  }
  .sub-page-ft .in-ft-gnb-wrapper {
    display: none;
  }
  .sub-page-ft .sub-page-ft-copyright {
    font-size: 1em;
    color: inherit;
    font-weight: 200;
    position: relative;
    line-height: 1.6;
    background-color: transparent;
    height: auto;
    overflow: hidden;
  }
  .sub-page-ft .sub-page-ft-copyright .fl-left i {
    width: 0;
    height: 0;
    display: block;
  }
  .sub-page-ft .sub-page-ft-copyright .fl-right {
    display: none;
  }
  .section-inquiry {
    padding: 3em;
  }
  .section-inquiry .prdt-tit {
    font-size: 14px;
  }
  .section-inquiry .left-container {
    height: 511px;
  }
  .section-inquiry .right-container {
    width: calc(100% - 383px);
  }
  .section-inquiry .prdt-input-flex-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-inquiry .prdt-input-flex-group > div {
    width: 100%;
  }
}

@media all and (max-width: 1130px) {
  .sub-hd .hd-navi-bar {
    padding-left: 145px;
  }
  .sub-hd .gnb-group {
    font-size: 14px;
  }
  .sub-hd .gnb-list {
    margin: 0 0.3em;
  }
  .section-inner {
    max-width: 960px;
    width: 90%;
  }
  .tit-group .in-tit {
    font-size: 35px;
  }
  .tit-group .in-mini-text {
    font-size: 17px;
  }
  .sub-page-ft {
    padding: 3em 0;
  }
  .section-inquiry {
    padding: 0;
    overflow: hidden;
  }
  .section-inquiry .prdt-tit {
    font-size: 12px;
  }
  .section-inquiry .left-container {
    height: 556px;
    width: 30%;
  }
  .section-inquiry .right-container {
    width: calc(100% - 30% - 1.5em);
    padding: 2em 2em 2em 0;
  }
}

@media all and (max-width: 1024px) {
  .sub-page-desc-box {
    padding: 4em 2em;
  }
}

@media all and (min-width: 320px) and (max-width: 576px) {
  .section-inner {
    width: 100%;
  }
  body {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-higlight-color: transparent;
  }
  ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
  }
  .visible-mobile {
    display: block !important;
  }
  .visible-web {
    display: none;
  }
  #stvs-header {
    font-size: 9.6px;
  }
  .hd-upper .hd-logo {
    max-width: 65px;
  }
  .hd-upper .hd-btn {
    width: 22px;
    height: 20px;
    right: 25px;
  }
  .hd-upper .hd-btn .hamburger {
    height: 3px;
  }
  .hd-upper .hd-btn .hamburger:nth-of-type(2) {
    margin: 5px 0;
  }
  .hd-lower {
    width: 100%;
    height: 210px;
    background-color: transparent;
    padding-left: 25px;
  }
  .hd-lower:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #12502d;
    height: 5.25em;
    z-index: 0;
  }
  .hd-lower .gnb-group {
    white-space: nowrap;
    display: block;
  }
  .hd-lower .gnb-list {
    padding: 10px 4px;
    width: unset;
    height: 5.25em;
  }
  .hd-lower .gnb-list:hover .gnb-name {
    background-color: #a8e545;
    color: white;
  }
  .hd-lower .gnb-list:hover .lnb-con {
    top: 45px;
  }
  .hd-lower .gnb-list .gnb-name {
    font-size: 1.25em;
    width: unset;
    height: 30px;
    line-height: 30px;
    background-color: #0e4526;
    color: white;
    padding: 0 13px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .hd-lower .gnb-list .gnb-name:after {
    display: none;
  }
  .hd-lower .lnb-con {
    top: 49px;
  }
  .hd-lower .lnb-list {
    font-size: 12px;
  }
  .hd-lower .lnb-group {
    padding: 1em 1.1em;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #showGnb:checked ~ .hd-btn > .hamburger:first-of-type {
    top: 9px;
  }
  #stvs-gnb-view {
    background: linear-gradient(-190deg, #40930f, #2f7b2a, #0f6936);
  }
  .stvs-gnb-view-inner {
    height: 100%;
  }
  .stvs-gnb-view-inner .in-top {
    height: 90px;
    padding: 20px 0 15px;
    text-align: center;
  }
  .stvs-gnb-view-inner .in-top .logo {
    width: 65px;
  }
  .stvs-gnb-view-inner .in-top .line {
    left: 5%;
    width: 90%;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper {
    padding-top: 20px;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper.visible-web {
    display: none;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper.visible-mobile {
    height: 100vh;
    padding-bottom: 200px;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper .gnb-title {
    padding-top: 0;
    min-height: 45px;
    padding-left: 0;
    padding-bottom: 8px;
    line-height: 1.25;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper .gnb-group {
    display: block;
    width: 50%;
    margin-left: 40px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    margin-bottom: 20px;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper .gnb-title.line-1 {
    padding-top: 0;
  }
  .stvs-gnb-view-inner .in-gnb-wrapper .gnb-list {
    font-size: 0.875rem;
    padding-left: 0;
  }
  #stvs-sub-header {
    font-size: 12px;
  }
  #stvs-sub-header .active-logo.visible-mobile {
    display: none !important;
  }
  #stvs-sub-header.active {
    background: #12502d;
  }
  #stvs-sub-header.active .active-logo.visible-mobile {
    display: block !important;
  }
  #stvs-sub-header.active .active-logo.visible-web {
    display: none;
  }
  #stvs-sub-header.active .sub-hd {
    text-align: left;
    padding-bottom: 5px;
  }
  #stvs-sub-header.active .hd-logo {
    width: 7rem;
    margin: 0;
    top: 0;
  }
  #stvs-sub-header.active .hd-navi-bar {
    display: none;
  }
  #stvs-sub-header.active .hd-btn {
    top: 21px;
  }
  .sub-hd {
    width: 100%;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 0;
  }
  .sub-hd .hd-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 70px;
    margin-bottom: 0.5em;
  }
  .sub-hd .hd-logo a {
    display: inline-block;
  }
  .sub-hd .hd-logo .basic-logo {
    width: 100%;
  }
  .sub-hd .hd-navi-bar {
    padding-left: 1.5em;
    width: 100%;
    overflow-x: scroll;
  }
  .sub-hd .gnb-group {
    white-space: nowrap;
    display: block;
  }
  .sub-hd .gnb-list {
    margin: 0 0.2em;
  }
  .sub-hd .hd-btn {
    top: 35px;
    width: 22px;
    height: 20px;
    right: 25px;
  }
  .sub-hd .hd-btn .hamburger {
    height: 3px;
  }
  .sub-hd .hd-btn .hamburger:nth-of-type(2) {
    margin: 5px 0;
  }
  .sub-page-desc-box .in-text {
    word-break: break-all;
  }
  .sub-page-hd-con-group {
    background-color: #12502d;
    position: relative;
  }
  .sub-page-hd-con-group.active {
    padding-top: 49px;
  }
  .sub-page-desc-container {
    background-color: white;
  }
  .sub-page-desc-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 45px;
    background-color: #12502d;
  }
  .sub-page-hd {
    padding-top: 147px;
  }
  .sub-page-hd .bg {
    background-size: cover;
    height: 175px;
  }
  .sub-page-hd .sub-page-hd-inner {
    z-index: 2;
    max-width: 100%;
    width: 100%;
  }
  .sub-page-hd .sub-page-snb {
    height: 3.5em;
    line-height: 3.5em;
  }
  .sub-page-hd .sub-page-snb:before {
    display: none;
  }
  .sub-page-hd .sub-page-snb.active {
    opacity: 1 !important;
    position: fixed;
    top: 59px;
    z-index: 1;
    width: 100%;
    height: 2.8em;
  }
  .sub-page-hd .sub-page-snb li {
    padding: 0 8px;
    font-size: 12px;
  }
  .sub-page-hd .sub-page-snb li:after {
    display: none;
  }
  .sub-page-hd .sub-page-snb li.active a:after {
    bottom: 11px;
    height: 2px;
  }
  .sub-page-hd .sub-page-snb.active li.active a:after {
    bottom: 10px;
    height: 2px;
  }
  .sub-page-desc-box {
    width: calc(100% - 2.8rem);
    margin: 0 auto;
    padding: 28px 10px 28px 20px;
    font-size: 12.5px;
    z-index: 1;
  }
  .sub-page-desc-box .in-title {
    font-size: 1.95em;
  }
  .sub-page-desc-box i {
    display: block;
  }
  .section-inquiry {
    width: calc(100% - 2.8rem);
    margin: 0 auto;
    padding: 0;
    font-size: 12.5px;
    z-index: 1;
    overflow: hidden;
  }
  .section-inquiry .left-container {
    width: 100%;
    height: 265px;
    float: none;
  }
  .section-inquiry .right-container {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 20px;
    font-size: 14px;
  }
  .section-inquiry .prdt-input-flex-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-inquiry .prdt-input-flex-group > div {
    width: 100%;
  }
  .section-inquiry .prdt-input-group {
    margin-bottom: 4px;
  }
  .section-inquiry .prdt-tit {
    font-size: 12.5px;
  }
  .section-inquiry .prdt-tit > h4 {
    font-size: 1.75em;
  }
  .section-inquiry .prdt-tit > p {
    margin-bottom: 1.25em;
  }
  .section-inquiry .prdt-input-text {
    padding: 8px 0;
  }
  .section-inquiry .prdt-input-submit {
    font-size: 1.3em;
    height: 45px;
    margin: 2em auto 0;
    display: block;
    width: 100%;
  }
  .section-inquiry .prdt-input-textarea {
    padding: 10px 0;
    height: 110px;
  }
  .section-default {
    min-height: 50px;
  }
  .tit-group.type02 .in-mini-text.visible-web {
    display: none;
  }
  .tit-group .in-mini-text {
    font-size: 20px;
    color: #a5a5a5;
    font-weight: 300;
    padding: 0;
  }
  .tit-group .in-mini-text:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .tit-group .in-tit {
    font-size: 30px;
  }
  .sub-page-ft {
    padding: 0.85em 0 2em;
  }
  .sub-page-ft .in-label .ft-in-line,
  .sub-page-ft .in-label .ft-sitemap {
    display: none;
  }
  .sub-page-ft .in-label .ft-logo {
    width: 6.5em;
  }
  .sub-page-ft .in-sns-group {
    display: none;
  }
  .sub-page-ft .in-ft-gnb-wrapper {
    display: none;
  }
  .sub-page-ft .sub-page-ft-copyright {
    font-size: 1em;
    color: inherit;
    font-weight: 200;
    position: relative;
    line-height: 1.6;
    background-color: transparent;
    height: auto;
    overflow: hidden;
  }
  .sub-page-ft .sub-page-ft-copyright .fl-left i {
    width: 0;
    height: 0;
    display: block;
  }
  .sub-page-ft .sub-page-ft-copyright .fl-right {
    display: none;
  }
}

/* END 반응형 - 모바일 */
/* END 반응형 - 모바일(작은거) */
@media all and (max-width: 350px) {
  .section-inner {
    width: 100%;
  }
  .sub-page-hd .sub-page-snb {
    height: 3em;
    line-height: 3em;
  }
  .sub-page-hd .sub-page-snb li {
    font-size: 10px;
  }
  .sub-page-hd .sub-page-snb li.active a:after {
    bottom: 9px;
  }
}

/* END 반응형 - 모바일(작은거) */
@media all and (max-width: 1440px) {
  .product-section .page-inner {
    max-width: 1000px;
  }
  .product-section .in-title-section {
    width: 20%;
    font-size: 32px;
  }
  .product-section .product-card {
    width: 232px;
    margin: 0px 4px;
  }
  .product-section .product-card .thumbnail {
    height: auto;
  }
  .product-section .product-card .thumbnail img {
    float: left;
  }
  .market-section .page-inner {
    width: 90%;
  }
  .market-section .in-title-section .tit-01,
  .market-section .in-title-section .tit-02 {
    font-size: 35px;
  }
  .market-section .in-title-section .small-tit {
    font-size: 1em;
  }
  .retail-section .page-inner {
    width: 90%;
  }
  .retail-section .picture-card {
    max-width: 280px;
  }
  .retail-section .in-con-wrapper:after {
    display: none;
  }
  .retail-section .bg-element {
    max-width: 50%;
    width: 500px;
  }
  .retail-section .in-title-section .tit-01,
  .retail-section .in-title-section .tit-02 {
    font-size: 35px;
  }
  .retail-section .in-title-section .small-tit {
    font-size: 1em;
  }
  .brand-section .in-title-section .tit-01,
  .brand-section .in-title-section .tit-02 {
    font-size: 35px;
  }
  .brand-section .in-title-section .small-tit {
    font-size: 1em;
  }
  .brand-section .in-con-wrapper {
    max-width: 485px;
    padding-top: 0;
  }
}

@media all and (max-width: 1280px) {
  #stvs-main-snb {
    right: 40px;
  }
  .intro-section .in-title-section {
    width: 100%;
    text-align: center;
  }
  .product-section .page-inner {
    max-width: 90%;
  }
  .product-section .in-title-section {
    width: 24%;
  }
  .product-section .product-card {
    width: 190px;
  }
  .retail-section .picture-card {
    display: block;
    margin-bottom: 12px;
  }
  .retail-section .in-con-wrapper {
    padding-right: 50px;
  }
  .brand-section .page-inner {
    width: 90%;
  }
  .brand-section .in-con-wrapper {
    max-width: 400px;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  .page {
    padding-top: 0;
    height: 100%;
  }
  .slick-list,
  .slick-track,
  .slick-slide > div {
    height: 100%;
  }
  .swiper-slide {
    height: auto;
  }
  .intro-section .in-title-section {
    width: 100%;
    text-align: center;
    top: 50%;
  }
  .intro-section .in-title-section h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .intro-section .in-title-section .small-tit {
    font-size: 0.75rem;
    letter-spacing: -0.7px;
  }
  .intro-section .in-progress-group {
    left: 30px;
    bottom: 30px;
  }
  .intro-section .in-progress-group .tit,
  .intro-section .in-progress-group .list {
    font-size: 13px;
  }
  .intro-section .intro-slide-page {
    padding-top: 0;
    height: 100%;
  }
  .product-section .in-con-wrapper.visible-web {
    display: none;
  }
  .product-section .page-inner {
    position: absolute;
    top: unset;
    bottom: 60px;
    width: 100%;
    display: block;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
  }
  .product-section .in-title-section {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    padding: 0 20px 25px 15px;
  }
  .product-section .in-title-section.active:before {
    content: "";
    display: inline-block;
    display: none;
  }
  .product-section .in-title-section.active:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .product-section .in-title-section h2 {
    letter-spacing: -1.2px;
  }
  .product-section .in-title-section .tit-01,
  .product-section .in-title-section .tit-02 {
    display: inline-block;
    vertical-align: bottom;
  }
  .product-section .in-title-section .tit-02 {
    padding-bottom: 8px;
    font-size: 1.75em;
  }
  .product-section .in-title-section .tit-03 {
    display: inline-block;
    margin-top: 5px;
  }
  .product-section .in-title-section .tit-04 {
    display: inline-block;
  }
  .product-section .in-element {
    display: none;
  }
  .product-section .product-card {
    width: 235px;
  }
  .product-section .product-card .thumbnail {
    margin-bottom: 0;
    height: auto;
  }
  .product-section .product-card .more-txt {
    display: none;
  }
  .product-section .product-card .thumbnail img {
    float: left;
  }
  .product-section .product-card:hover .thumbnail img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .market-section .in-title-section {
    text-align: center;
    width: 100%;
  }
  .market-section .in-title-section h2 {
    font-size: 30px;
  }
  .market-section .in-title-section .small-tit {
    margin: 1px 0;
    font-size: 13px;
    letter-spacing: -0.7px;
  }
  .retail-section .bg:before {
    content: "";
    display: inline-block;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  }
  .retail-section .bg-element {
    display: none;
  }
  .retail-section .page-inner {
    display: block;
    top: 58%;
  }
  .retail-section .in-con-wrapper:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .retail-section .in-title-section {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .retail-section .in-title-section .small-tit.visible-web {
    display: none;
  }
  .retail-section .in-title-section h2 {
    font-size: 30px;
  }
  .retail-section .in-title-section .tit-02 {
    padding-bottom: 7px;
  }
  .retail-section .in-title-section .small-tit {
    font-size: 13px;
    margin: 1px 0;
    letter-spacing: -0.7px;
  }
  .retail-section .picture-card {
    max-width: 230px;
  }
  .retail-section .picture-card:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .brand-section .bg .in-element--top {
    top: 10vh;
    left: -30px;
    width: 50vw;
  }
  .brand-section .bg .in-element--bt {
    bottom: 0;
    width: 70vw;
  }
  .brand-section .page-inner {
    display: block;
    top: 58%;
  }
  .brand-section .in-con-wrapper {
    display: block;
    max-width: 270px;
    padding-top: 0;
    margin: 0 auto;
  }
  .brand-section .brand-slide-group .slick-arrow {
    width: 43px;
    height: 43px;
    background-size: 8px;
  }
  .brand-section .brand-slide-page {
    padding: 0 5px;
  }
  .brand-section .in-title-section {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .brand-section .in-title-section h2 {
    font-size: 30px;
  }
  .brand-section .in-title-section .tit-01 b {
    font-size: 1.45em;
  }
  .brand-section .in-title-section .tit-02 {
    padding-bottom: 7px;
  }
  .brand-section .in-title-section .small-tit {
    font-size: 13px;
    letter-spacing: -0.7px;
  }
  .brand-section .in-title-section .small-tit.visible-web {
    display: none;
  }
  .brand-section .in-title-section .small-more {
    display: none;
  }
}

/* END 반응형 - 모바일 */
/* END 반응형 - 모바일(작은거) */
@media all and (max-width: 350px) {
  .intro-section .in-title-section h2,
  .market-section .in-title-section h2,
  .retail-section .in-title-section h2,
  .brand-section .in-title-section h2 {
    font-size: 21px;
  }
  .product-section .in-title-section {
    font-size: 25px;
  }
  .product-section .in-title-section .tit-02 {
    font-size: 1.4em;
  }
  .product-section .product-card {
    width: 195px;
  }
  .market-section .in-title-section .small-tit {
    font-size: 11px;
  }
  .retail-section .page-inner {
    top: 63%;
  }
  .retail-section .in-title-section {
    padding-bottom: 18px;
  }
  .retail-section .in-title-section .tit-02 {
    padding-bottom: 5px;
  }
  .retail-section .in-title-section .small-tit {
    font-size: 11px;
  }
  .retail-section .picture-card {
    max-width: 190px;
  }
  .brand-section .page-inner {
    top: 63%;
  }
  .brand-section .in-title-section {
    padding-bottom: 18px;
  }
  .brand-section .in-title-section .tit-02 {
    padding-bottom: 7px;
  }
  .brand-section .in-title-section .small-tit {
    font-size: 11px;
  }
  .brand-section .in-con-wrapper {
    max-width: 190px;
  }
  .brand-section .brand-slide-group .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 6px;
  }
  .brand-section .brand-slide-page {
    padding: 0;
  }
  .sub-page-hd .sub-page-snb {
    height: 3em;
    line-height: 3em;
  }
  .sub-page-hd .sub-page-snb li {
    font-size: 10px;
  }
  .sub-page-hd .sub-page-snb li.active a:after {
    bottom: 9px;
  }
}

/* END 반응형 - 모바일(작은거) */
/* 반응형 - PC */
@media all and (max-width: 1440px) {
  .section-3point .contents-group {
    font-size: 12px;
  }
  .section-certify .contents-group {
    font-size: 14px;
    left: -30px;
  }
  .section-certify .big-subject {
    font-size: 2.8em;
  }
  .section-certify .text-group {
    font-size: 1.25em;
    letter-spacing: -0.2px;
  }
  .section-introduction .contents-group {
    max-width: 90%;
  }
  .section-introduction .left-container {
    padding: 200px 204px 200px 0;
    font-size: 15px;
  }
  .section-introduction .right-container {
    width: 50%;
    padding-left: 0;
  }
  .section-introduction .item-circle {
    width: 150px;
    height: 150px;
  }
  .section-introduction .item-circle:nth-of-type(3) {
    top: 292px;
  }
  .section-about-stvs .text-group {
    font-size: 1.25em;
  }
  .section-detail .item-list-card {
    padding: 20px 30px;
    min-height: 135px;
  }
  .section-detail .item-list-card .in-desc {
    font-size: 1.3em;
    letter-spacing: -0.5px;
  }
}

@media all and (max-width: 1280px) {
  .section-3point {
    padding: 0 0;
  }
  .section-3point .tit-group {
    margin-bottom: 0;
  }
  .section-3point .in-mini-text {
    font-weight: 300;
  }
  .section-3point .in-tit {
    font-size: 30px;
  }
  .section-3point .contents-group {
    padding: 0 25px;
  }
  .section-3point .item-three-point:nth-child(1) .in-img:nth-child(3) {
    right: -70px;
  }
  .section-3point .item-three-point:nth-child(1).active .in-img:nth-child(3) {
    right: -40px;
  }
  .section-3point .item-three-point {
    font-size: 12.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .section-3point .item-three-point:nth-of-type(2) {
    margin: 0;
  }
  .section-3point .item-three-point:nth-of-type(3) {
    border-bottom: 0;
  }
  .section-3point .item-three-point .in-circle {
    margin: 0 auto;
  }
  .section-certify .section-inner {
    padding: 49px 0;
    max-width: 95%;
  }
  .section-certify .contents-group {
    left: -15px;
  }
  .section-certify .text-group {
    font-size: 1.125em;
  }
  .section-organi .contents-group {
    width: 90%;
    margin: 0 auto 3em;
  }
  .section-about-stvs .contents-group {
    width: 69%;
  }
  .section-about-stvs .text-group {
    width: 100%;
  }
  .section-about-stvs .item-center-circle {
    width: 300px;
    height: 300px;
  }
  .section-about-stvs .in-desc-area img {
    width: 100%;
  }
  .section-about-stvs .in-desc-area:nth-of-type(4) {
    top: -100px;
    width: 100%;
  }
  .section-about-stvs .in-desc-area:nth-of-type(5) {
    bottom: -110px;
    left: 20px;
    width: 66%;
    height: auto;
  }
  .section-about-stvs .in-desc-area:nth-of-type(6) {
    bottom: -65px;
    right: -179px;
    width: 64.97%;
    height: auto;
  }
  .section-introduction.active .bg--right {
    display: none;
  }
  .section-introduction .in-bg-element--01.active {
    bottom: 0;
  }
  .section-introduction .section-inner {
    max-width: 100%;
    padding: 50px 0 0;
    margin-bottom: -95px;
  }
  .section-introduction .contents-group {
    max-width: 100%;
  }
  .section-introduction .tit-group {
    text-align: center;
    margin-bottom: 65px;
  }
  .section-introduction .item-center-circle.visible-web {
    display: none;
  }
  .section-introduction .item-center-circle.visible-mobile {
    width: 23em;
    height: 23em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .section-introduction .item-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-right: 16px;
  }
  .section-introduction .item-circle:before {
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
  }
  .section-introduction .item-circle .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-introduction .item-circle:last-child {
    margin-right: 0;
  }
  .section-introduction .left-container {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    font-size: 13px;
    overflow-x: scroll;
    margin-top: 25px;
    padding-left: 40px;
    padding-right: 15px;
    text-align: center;
  }
  .section-introduction .right-container {
    background-image: url("../../images/bg/sub-bg-introduction.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
    height: auto;
    top: -95px;
    padding: 70px 25px 37px;
    min-height: 380px;
  }
  .section-introduction .right-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .section-introduction .item-text-card {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 37px auto 0;
    padding: 38px 45px;
    max-width: 70% !important;
    text-align: center;
    font-size: 16px;
  }
  .section-introduction .item-text-card .in-title {
    padding-left: 0;
    border-bottom: 0;
    font-size: 1.5em;
    position: relative;
    padding-bottom: 15px;
  }
  .section-introduction .item-text-card .in-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 19px;
    height: 4px;
    background-color: #26783b;
  }
  .section-introduction .item-text-card .text-group {
    padding-left: 0;
  }
  .section-introduction .item-text-card .ele-text-card {
    display: none;
  }
  .section-detail .item-list-card .in-logo-img {
    margin-right: 133px;
  }
}

@media all and (max-width: 1130px) {
  .section-3point .contents-group {
    font-size: 10px;
  }
  .section-about-stvs {
    padding: 170px 0 80px;
  }
  .section-about-stvs .visual-group {
    margin-bottom: 170px;
  }
  .section-about-stvs .contents-group {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .section-about-stvs .in-bg-element {
    display: none;
  }
  .section-certify .visual-group {
    width: 38%;
  }
  .section-certify .contents-group {
    left: 0;
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .section-certify .big-subject {
    font-size: 2em;
    letter-spacing: inherit;
  }
  .section-certify .text-group {
    letter-spacing: inherit;
  }
  .section-introduction .section-inner {
    width: 100%;
  }
  .section-detail .item-list-card .in-desc {
    border-left: 0;
    padding-left: 30px;
  }
  .section-detail .item-list-card .in-logo-img {
    margin-right: 0;
    width: 25%;
  }
  .section-detail .item-list-card .in-logo-img img {
    width: 100%;
  }
}

/* 반응형 - PC */
/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-group .sub-page-hd .bg {
    background-image: url("../../images/bg/sub-stvs-group-mobile.jpg");
    background-position: center;
  }
  #sub-stvs-group .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-group.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-group .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .section-3point {
    padding: 0 0;
  }
  .section-3point .tit-group {
    margin-bottom: 0;
  }
  .section-3point .in-mini-text {
    font-weight: 300;
  }
  .section-3point .in-tit {
    font-size: 30px;
  }
  .section-3point .contents-group {
    padding: 0 25px;
  }
  .section-3point .item-three-point:nth-child(1) .in-img:nth-child(3) {
    right: -70px;
  }
  .section-3point .item-three-point:nth-child(1).active .in-img:nth-child(3) {
    right: -40px;
  }
  .section-3point .item-three-point {
    font-size: 12.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .section-3point .item-three-point:nth-of-type(2) {
    margin: 0;
  }
  .section-3point .item-three-point:nth-of-type(3) {
    border-bottom: 0;
  }
  .section-3point .item-three-point .in-circle {
    margin: 0 auto;
  }
  .section-certify {
    background-image: unset;
    background-color: white;
  }
  .section-certify .section-inner {
    max-width: 100%;
    width: 100%;
  }
  .section-certify .visual-group {
    background-image: url("../../images/bg/section-certify.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    vertical-align: top;
  }
  .section-certify .contents-group {
    width: 100%;
    padding: 35px 40px 45px;
    left: 0;
    font-size: 12.5px;
  }
  .section-certify .big-subject {
    font-size: 2.4em;
  }
  .section-organi {
    padding: 20px 0;
    background-color: white;
  }
  .section-organi .tit-group {
    margin-bottom: -10px;
    padding: 0 40px;
  }
  .section-organi .in-bg-element--03 {
    top: -50px;
    right: -50px;
    width: 44%;
  }
  .section-about-stvs {
    padding: 83px 0 55px;
    background: -webkit-gradient(linear, left bottom, left top, from(#12502d), to(#3da54a));
    background: linear-gradient(to top, #12502d, #3da54a);
  }
  .section-about-stvs .item-center-circle {
    width: 239px;
    height: 239px;
  }
  .section-about-stvs .item-circle {
    width: 40%;
    height: 40%;
  }
  .section-about-stvs .item-circle .in-txt {
    font-size: 1.15em;
  }
  .section-about-stvs .item-circle:nth-of-type(1) {
    left: 4%;
    top: -54px;
  }
  .section-about-stvs .item-circle:nth-of-type(2) {
    right: -40px;
    bottom: 80px;
  }
  .section-about-stvs .item-circle:nth-of-type(3) {
    bottom: -50px;
    left: 0;
  }
  .section-about-stvs .item-circle:nth-of-type(4) {
    top: -35px;
    left: 30px;
    width: 100%;
    height: 25.5%;
  }
  .section-about-stvs .visual-group {
    position: relative;
    left: -18px;
  }
  .section-about-stvs .in-desc-area:nth-of-type(4) {
    top: -42px;
    left: 92px;
    width: 78%;
  }
  .section-about-stvs .in-desc-area:nth-of-type(5) {
    width: 61.22%;
    left: 45px;
  }
  .section-about-stvs .in-desc-area:nth-of-type(6) {
    bottom: -60px;
    right: -65px;
    width: 60%;
    height: unset;
  }
  .section-about-stvs .in-desc-area img {
    width: 100%;
  }
  .section-about-stvs .contents-group {
    width: 100%;
    padding-left: 0;
    padding: 0 20px 0 40px;
  }
  .section-about-stvs .big-subject img {
    width: 54px;
    margin-bottom: 3px;
  }
  .section-about-stvs .big-subject span {
    font-size: 30px;
    display: block;
  }
  .section-about-stvs .text-group {
    width: 100%;
    font-size: 1.15em;
    font-weight: 300;
  }
  .section-introduction.active .bg--right {
    display: none;
  }
  .section-introduction .section-inner {
    max-width: 100%;
    padding: 50px 0 0;
    margin-bottom: -45px;
  }
  .section-introduction .tit-group {
    text-align: center;
    margin-bottom: 22px;
  }
  .section-introduction .item-center-circle.visible-web {
    display: none;
  }
  .section-introduction .item-center-circle.visible-mobile {
    width: 17em;
    height: 17em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .section-introduction .item-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    margin-right: 16px;
  }
  .section-introduction .item-circle:before {
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
  }
  .section-introduction .item-circle .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-introduction .left-container {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    font-size: 10px;
    overflow-x: scroll;
    margin-top: -25px;
    padding-left: 40px;
    padding-right: 15px;
  }
  .section-introduction .right-container {
    background-image: url("../../images/bg/sub-bg-introduction.jpg");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
    height: auto;
    top: -45px;
    padding: 30px 25px 37px;
    min-height: 400px;
  }
  .section-introduction .right-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .section-introduction .item-text-card {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    padding: 25px 22px;
    width: 100%;
    max-width: 100% !important;
    text-align: left;
  }
  .section-introduction .item-text-card .in-title {
    padding-left: 0;
    border-bottom: 0;
    font-size: 1.5em;
    position: relative;
    padding-bottom: 15px;
  }
  .section-introduction .item-text-card .in-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19px;
    height: 4px;
    background-color: #26783b;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .section-introduction .item-text-card .text-group {
    padding-left: 0;
  }
  .section-detail {
    padding: 30px 32px 35px;
  }
  .section-detail .tit-group {
    margin-bottom: 28px;
    padding: 0 8px;
  }
  .section-detail .item-list-card {
    padding: 30px 25px 25px;
    text-align: left;
    display: block;
    font-size: 12.5px;
  }
  .section-detail .item-list-card .in-logo-img {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .section-detail .item-list-card .in-desc {
    font-size: 1.25em;
    color: #535353;
    font-weight: 300;
    display: block;
    border-left: 0;
    width: 100%;
    padding-left: 0;
    line-height: 1.55;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    margin-top: 15px;
  }
  .section-detail .item-list-card:nth-child(1) .in-logo-img img {
    width: 56%;
  }
  .section-detail .item-list-card:nth-child(2) .in-logo-img img {
    width: 72%;
  }
  .section-detail .item-list-card:nth-child(3) .in-logo-img img {
    width: 53%;
  }
  .section-detail .in-bg-element--02 {
    width: 160%;
    right: -150px;
  }
}

/* END 반응형 - 모바일 */
@media all and (max-width: 1440px) {
  .section-board-list {
    font-size: 16px;
  }
  .section-board-list .section-inner {
    max-width: 1100px;
  }
}

@media all and (max-width: 1280px) {
  .section-board-list {
    font-size: 14px;
  }
  .section-board-list .section-inner {
    max-width: 960px;
    width: 90%;
  }
}

@media all and (max-width: 1130px) {
  .section-board-list {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .stvs-board-wrapper .in-tit-label {
    text-align: center;
  }
  .section-board-list {
    padding: 40px 27px 40px;
  }
  .in-verti-line {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 1px;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #3da54a;
    opacity: 0;
  }
  .in-verti-line.active {
    height: 105px;
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .item-article-list {
    max-width: 85%;
    padding: 2em 0;
  }
  .item-article-list.type-mgz .item-article,
  .item-article-list .item-article {
    padding: 0;
    border: 1px solid #f0f0f0;
    border-radius: 13px;
    padding-bottom: 15px;
    margin-bottom: 1em;
  }
  .item-article-list.type-mgz .item-article .in-thumbnail,
  .item-article-list .item-article .in-thumbnail {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
  }
  .item-article-list.type-mgz .item-article .in-text-con {
    margin-bottom: 0;
  }
  .item-article-list .item-article a {
    padding: 16px 16px 0;
    display: inline-block;
  }
  .item-article-list .item-article .in-subject {
    font-size: 1.45em;
    color: inherit;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 26px;
    height: 52px;
    word-break: keep-all;
  }
  .item-article-list .item-article .in-text-con {
    margin-bottom: 0;
    overflow: hidden;
  }
  .item-article-list .item-article .in-text-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 20px;
    height: 80px;
  }
  .item-article-list .item-article .in-etc-con {
    display: block;
    padding: 0 15px;
    text-align: right;
  }
  .item-article-list .item-article .in-date {
    font-size: 11px;
    color: #bfbfbf;
    font-weight: inherit;
    display: block;
    overflow: hidden;
    padding: 5px 0 0;
  }
  .item-article-list .item-article .in-date li {
    border-color: #dbdbdb;
    line-height: 10px;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-news .sub-page-hd .bg {
    background-image: url("../../images/bg/sub-stvs-news-mobile.jpg");
    background-position: top;
  }
  #sub-stvs-news .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-news-mobile.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-news .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #sub-stvs-news .sub-page-desc-container {
    display: none;
  }
  .stvs-board-wrapper .in-tit-label {
    text-align: center;
  }
  .section-board-list {
    padding: 40px 27px 40px;
  }
  .in-verti-line {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 1px;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #3da54a;
    opacity: 0;
  }
  .in-verti-line.active {
    height: 105px;
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .item-article-list {
    max-width: 85%;
    padding: 2em 0;
  }
  .item-article-list.type-mgz .item-article,
  .item-article-list .item-article {
    padding: 0;
    border: 1px solid #f0f0f0;
    border-radius: 13px;
    padding-bottom: 15px;
    margin-bottom: 1em;
  }
  .item-article-list.type-mgz .item-article .in-thumbnail,
  .item-article-list .item-article .in-thumbnail {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
  }
  .item-article-list.type-mgz .item-article .in-text-con {
    margin-bottom: 0;
  }
  .item-article-list .item-article a {
    padding: 16px 16px 0;
    display: inline-block;
  }
  .item-article-list .item-article .in-subject {
    font-size: 1.45em;
    color: inherit;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 26px;
    height: 52px;
    word-break: keep-all;
  }
  .item-article-list .item-article .in-text-con {
    margin-bottom: 0;
    overflow: hidden;
  }
  .item-article-list .item-article .in-text-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 20px;
    height: 80px;
  }
  .item-article-list .item-article .in-etc-con {
    display: block;
    padding: 0 15px;
    text-align: right;
  }
  .item-article-list .item-article .in-date {
    font-size: 11px;
    color: #bfbfbf;
    font-weight: inherit;
    display: block;
    overflow: hidden;
    padding: 5px 0 0;
  }
  .item-article-list .item-article .in-date li {
    border-color: #dbdbdb;
    line-height: 10px;
  }
}

/* END 반응형 - 모바일 */
/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-magazine .sub-page-hd .bg {
    background-image: url("../../images/bg/sub-stvs-mgz-mobile.jpg");
    background-position: top;
  }
  #sub-stvs-magazine .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-mgz-mobile.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub-stvs-magazine .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #sub-stvs-magazine .sub-page-desc-container {
    display: none;
  }
}

/* END 반응형 - 모바일 */
@media all and (max-width: 1800px) {
  .section-rnd .right-container {
    padding-left: 50%;
  }
  .section-rnd.active .left-container {
    width: 48%;
  }
}

@media all and (max-width: 1440px) {
  .section-stvsfarm {
    font-size: 16px;
  }
  .section-stvsfarm .in-bg-element--04.visible-web {
    display: none;
  }
  .section-stvsfarm .section-inner {
    width: 95%;
    max-width: 95%;
  }
  .section-rnd .left-container .contents-group {
    right: 110px;
    font-size: 16px;
  }
  .section-rnd .slick-prev {
    left: 5px;
  }
  .section-rnd .slick-next {
    left: 547px;
  }
  .rnd-slide-group {
    padding-left: 45px;
  }
}

@media all and (max-width: 1280px) {
  .section-stvsfarm .item-prdt-card {
    max-width: 247px;
  }
  .section-rnd {
    height: auto;
  }
  .section-rnd .left-container {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    max-width: 100%;
    width: 100%;
    padding: 35px 40px 0;
  }
  .section-rnd .left-container .contents-group {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-rnd .left-container .big-subject {
    font-size: 29px;
    margin-bottom: 5px;
  }
  .section-rnd.active .left-container {
    max-width: 100%;
    width: 100%;
    height: 275px;
  }
  .section-rnd.active .left-container .contents-group {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-rnd .right-container {
    padding: 0 40px;
    position: relative;
    height: auto;
  }
  .section-rnd .rnd-slide-group {
    width: 500px;
    padding: 0;
    position: relative;
    top: -50px;
    margin-left: auto;
  }
  .section-rnd .rnd-slide-page {
    width: 500px !important;
    height: auto;
    padding: 0;
  }
  .section-rnd .rnd-slide-page .in-info {
    font-size: 10px;
    height: 48px;
    padding: 0 15px;
  }
  .section-rnd .slick-prev,
  .section-rnd .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(85deg, #3da54a, #12502d);
    -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
            box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
    outline: none;
    overflow: visible;
    z-index: 1;
  }
  .section-rnd .slick-prev:after,
  .section-rnd .slick-next:after {
    content: "";
  }
  .section-rnd .slick-prev:before,
  .section-rnd .slick-next:before {
    content: "";
  }
  .section-rnd .slick-prev:hover, .section-rnd .slick-prev:active, .section-rnd .slick-prev:focus,
  .section-rnd .slick-next:hover,
  .section-rnd .slick-next:active,
  .section-rnd .slick-next:focus {
    background: linear-gradient(85deg, #369041, #0e3e23);
  }
  .section-rnd .slick-prev {
    left: -25px;
  }
  .section-rnd .slick-prev:after {
    background-image: url("../../images/icon/arrow-prev-wh.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
  .section-rnd .slick-next {
    left: unset;
    right: -25px;
  }
  .section-rnd .slick-next:after {
    background-size: 10px;
    width: 100%;
  }
}

@media all and (max-width: 1130px) {
  .section-stvsfarm .item-prdt-card {
    max-width: 40%;
    width: 40%;
    margin-bottom: 15px;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-farm .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-farm.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-farm .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-farm .sub-page-desc-box {
    text-align: left;
  }
  #sub-stvs-farm .sub-page-desc-box .in-title .visible-web {
    display: none;
  }
  #sub-stvs-farm .sub-page-desc-box .in-title i {
    padding-right: 0;
    display: inline-block;
  }
  .section-stvsfarm {
    padding: 65px 0 15px 0;
  }
  .section-stvsfarm .in-bg-element--00 {
    display: none;
  }
  .section-stvsfarm .in-bg-element--01 {
    top: unset;
    left: unset;
    right: -95px;
    bottom: -100px;
    width: 40%;
    max-width: 130px;
  }
  .section-stvsfarm .in-bg-element--01.active {
    top: unset;
    left: unset;
    right: -45px;
    bottom: -70px;
  }
  .section-stvsfarm .in-bg-element--02 {
    left: -190px;
    bottom: 200px;
    z-index: 0;
    width: 50%;
    max-width: 171px;
    opacity: 0;
  }
  .section-stvsfarm .in-bg-element--02.active {
    left: -40px;
    bottom: 215px;
  }
  .section-stvsfarm .in-bg-element--03 {
    top: -180px;
    right: -210px;
    max-width: 267px;
    width: 80%;
  }
  .section-stvsfarm .in-bg-element--03.active {
    top: -130px;
    right: -100px;
  }
  .section-stvsfarm .in-bg-element--04 {
    top: -170px;
    left: -100px;
    z-index: 0;
    width: 35%;
    opacity: 0;
  }
  .section-stvsfarm .in-bg-element--04.active {
    top: -130px;
    left: -40px;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .section-stvsfarm .tit-group {
    text-align: left;
    font-size: 10px;
    padding: 0 40px;
  }
  .section-stvsfarm .tit-group .in-tit {
    font-size: 2em;
    margin-bottom: 3px;
  }
  .section-stvsfarm .text-group {
    width: calc(100% - 70px);
    padding-top: 85px;
    text-align: left;
    font-size: 14px;
  }
  .section-stvsfarm .text-group i {
    color: #31843b;
  }
  .section-stvsfarm .contents-group {
    padding-top: 1em;
  }
  .section-stvsfarm .item-prdt-card {
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    margin: 0;
  }
  .section-rnd {
    height: auto;
  }
  .section-rnd .left-container {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    max-width: 100%;
    width: 100%;
    padding: 35px 40px 0;
  }
  .section-rnd .left-container .contents-group {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-rnd .left-container .big-subject {
    font-size: 29px;
    margin-bottom: 5px;
  }
  .section-rnd.active .left-container {
    max-width: 100%;
    width: 100%;
    height: 275px;
  }
  .section-rnd.active .left-container .contents-group {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-rnd .right-container {
    padding: 0 40px;
    position: relative;
    height: auto;
  }
  .section-rnd .rnd-slide-group {
    width: 100%;
    padding: 0;
    position: relative;
    top: -50px;
  }
  .section-rnd .rnd-slide-page {
    width: 100% !important;
    height: auto;
    padding: 0;
  }
  .section-rnd .rnd-slide-page .in-info {
    font-size: 10px;
    height: 48px;
    padding: 0 15px;
  }
  .section-rnd .slick-prev,
  .section-rnd .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(85deg, #3da54a, #12502d);
    -webkit-box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
            box-shadow: 0 23px 14px rgba(49, 101, 10, 0.29);
    outline: none;
    overflow: visible;
    z-index: 1;
  }
  .section-rnd .slick-prev:after,
  .section-rnd .slick-next:after {
    content: "";
  }
  .section-rnd .slick-prev:before,
  .section-rnd .slick-next:before {
    content: "";
  }
  .section-rnd .slick-prev:hover, .section-rnd .slick-prev:active, .section-rnd .slick-prev:focus,
  .section-rnd .slick-next:hover,
  .section-rnd .slick-next:active,
  .section-rnd .slick-next:focus {
    background: linear-gradient(85deg, #369041, #0e3e23);
  }
  .section-rnd .slick-prev {
    left: -25px;
  }
  .section-rnd .slick-prev:after {
    background-image: url("../../images/icon/arrow-prev-wh.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  }
  .section-rnd .slick-next {
    left: unset;
    right: -25px;
  }
  .section-rnd .slick-next:after {
    background-size: 10px;
    width: 100%;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-farming .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-farm.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-farming .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-farming .sub-page-desc-container:before {
    background-color: #12502d;
  }
  #sub-stvs-farming .sub-page-desc-box {
    text-align: left;
  }
  #sub-stvs-farming .sub-page-desc-box .in-title i {
    padding-right: 0;
    display: inline-block;
  }
  .section-farming {
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  .section-farming-card {
    padding: 25px 0 180px;
    height: auto;
  }
  .section-farming-card:before {
    content: "";
    display: inline-block;
    background-color: #40930f;
    background-image: url("../../images/bg/stviss-farming-bg.png");
    background-size: 250%;
    background-position: -56px bottom;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .section-farming-card .section-inner {
    width: 100%;
    height: auto;
    padding: 0 30px;
  }
  .section-farming-card .vertical-tit {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    width: 100%;
    margin-bottom: 15px;
  }
  .section-farming-card .vertical-tit:before {
    content: "";
    display: inline-block;
    display: none;
  }
  .section-farming-card .vertical-tit:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .section-farming-card .vertical-tit .in-tit {
    font-size: 29px;
  }
  .section-farming-card .vertical-tit .in-mini-text {
    text-align: left;
  }
  .section-farming-card.active .vertical-tit .in-tit {
    left: 0;
  }
  .section-farming-card.active .vertical-tit .in-mini-text {
    left: 0;
    text-align: left;
  }
  .section-farming-card .contents-group {
    width: 100%;
    max-width: 100%;
    border-top: 10px solid #1d6634;
    padding: 2.5em 25px 1.8em;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
  }
  .section-farming-card .contents-group .big-subject {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-farming-card .contents-group .text-group {
    font-size: 14px;
    color: #3e3e3e;
    white-space: normal;
  }
  .section-farming-card .contents-group .text-group i {
    color: #3e3e3e;
  }
  .section-farming-card .contents-group img {
    position: absolute;
  }
  .section-farming-card .contents-group .in-leaf {
    width: 50%;
    top: -5em;
    right: -5.5em;
  }
  .section-farming-card .contents-group .in-leaf-mini {
    width: 50%;
    bottom: -9.75em;
    left: -5.5em;
  }
  .section-farming-card.active .contents-group {
    max-width: 100%;
    padding: 2.8em 25px 1.8em;
  }
  .section-conso {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 3em 0;
    padding: 2.5em 47px 110px;
  }
  .section-conso .in-bg-element span {
    border-top: 11px solid #3e312d;
  }
  .section-conso .in-bg-element--left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 179px;
    height: 206px;
  }
  .section-conso .in-bg-element--left span {
    height: 25px;
  }
  .section-conso.active .in-bg-element--left span {
    height: 55px;
  }
  .section-conso .in-bg-element--right {
    width: 220px;
    height: 250px;
  }
  .section-conso .in-bg-element--right span {
    height: 25px;
  }
  .section-conso.active .in-bg-element--right span {
    height: 55px;
  }
  .section-conso .item-conso-card {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0;
    margin-right: 0;
  }
  .section-conso .item-conso-card .in-figure {
    display: inline-block;
    vertical-align: middle;
    width: 81px;
    margin-right: 10px;
  }
  .section-conso .item-conso-card .in-figure img {
    width: 100%;
  }
  .section-conso .item-conso-card .in-tit {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .section-conso .conso-character-list:first-child {
    border-top: 1px solid #e6e6e6;
    padding-top: 1.5em;
    margin-top: 1.5em;
  }
  .section-conso .conso-character-list {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .section-conso .conso-character-list .in-text {
    word-break: keep-all;
    padding-left: 8px;
  }
  .section-conso .conso-character-list .in-text:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
  }
  .section-conso .conso-character-list .in-text i {
    color: #3f920e;
  }
  .section-conso .conso-character-list:first-child .in-subject {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .section-conso .conso-character-list:first-child .in-text {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .section-conso .conso-character-list:last-child .in-subject {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .section-conso .conso-character-list:last-child .in-text {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .section-conso.active .conso-character-list .in-subject {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .section-conso.active .conso-character-list .in-text {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.75s;
    transition: 0.75s;
  }
  .section-conso.active .conso-character-list:first-child .in-subject {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .section-conso.active .conso-character-list:first-child .in-text {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .section-conso.active .conso-character-list:last-child .in-subject {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .section-conso.active .conso-character-list:last-child .in-text {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .section-conso .contents-group {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-rasingrow .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-farm.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-rasingrow .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-rasingrow .sub-page-desc-container {
    padding-bottom: 30px;
  }
  #sub-stvs-rasingrow .sub-page-desc-container:before {
    background-color: #12502d;
  }
  #sub-stvs-rasingrow .section-board-list {
    padding: 20px 27px 40px;
    background-color: white;
  }
  #sub-stvs-rasingrow .sub-page-desc-box {
    text-align: left;
  }
  #sub-stvs-rasingrow .sub-page-desc-box .in-title i {
    padding-right: 0;
    color: #5a5a5a;
    display: inline-block;
  }
  #sub-stvs-rasingrow .sub-page-desc-box .in-title u {
    color: #3da54a;
    text-decoration: none;
  }
  #sub-stvs-rasingrow .item-article-view {
    padding: 20px;
  }
  #sub-stvs-rasingrow .in-subject {
    letter-spacing: -0.5px;
    line-height: 1.35;
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.35;
  }
  #sub-stvs-rasingrow .item-article {
    padding: 2em 0;
  }
}

/* END 반응형 - 모바일 */
@media all and (max-width: 1280px) {
  #sub-stvs-partici .slick-prev,
  #sub-stvs-partici .slick-next {
    display: none !important;
  }
  #sub-stvs-partici .sub-page-desc-box .instagram-container {
    height: 600px;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  /* 
  ========================== PAGES - 스테비노스 스테비노스란 페이지
*/
  #sub-stvs-whatstvns .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-partici.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub-stvs-whatstvns .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-whatstvns .sub-page-desc-box .in-text {
    font-size: 26px;
  }
  #sub-stvs-whatstvns .default-title {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 1.25;
  }
  #sub-stvs-whatstvns .outline-container {
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: white;
  }
  #sub-stvs-whatstvns .outline-container .in-text {
    display: inline-block;
    width: 100%;
    color: #010200;
  }
  #sub-stvs-whatstvns .direct-inquiry-btn {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#3da54a), color-stop(51%, #1f5325), to(#3da54a));
    background: linear-gradient(to right, #3da54a 0%, #1f5325 51%, #3da54a 100%);
    background-size: 200% auto;
    height: 41px;
    line-height: 41px;
    float: right;
  }
  #sub-stvs-whatstvns .outline-container {
    position: relative;
    background-color: transparent;
  }
  #sub-stvs-whatstvns .outline-container .in-text {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  #sub-stvs-whatstvns .outline-container .in-line {
    background-color: #3da54a;
    display: inline-block;
    position: absolute;
  }
  #sub-stvs-whatstvns .outline-container .in-line.left {
    left: 0;
    bottom: 0;
    width: 10px;
    height: 0%;
  }
  #sub-stvs-whatstvns .outline-container .in-line.top {
    left: 0;
    top: 0;
    width: 0%;
    height: 10px;
  }
  #sub-stvs-whatstvns .outline-container .in-line.right {
    right: 0;
    top: 0;
    width: 10px;
    height: 0%;
  }
  #sub-stvs-whatstvns .outline-container .in-line.bottom {
    right: 0;
    bottom: 0;
    width: 0%;
    height: 10px;
  }
  #sub-stvs-whatstvns .outline-container .in-mini-text {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  #sub-stvs-whatstvns .outline-container.active {
    background-color: white;
    -webkit-transition: background-color 2s;
    transition: background-color 2s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-line {
    opacity: 1;
    -webkit-transition: 0.45s;
    transition: 0.45s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-line.left {
    height: 100%;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-line.top {
    width: 100%;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-line.right {
    height: 100%;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-line.bottom {
    width: 100%;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #sub-stvs-whatstvns .outline-container.active .in-mini-text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #sub-stvs-whatstvns .card-container {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  #sub-stvs-whatstvns .card-container.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
            transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
  }
  #sub-stvs-whatstvns .instagram-container {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  #sub-stvs-whatstvns .instagram-container.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
            transition-timing-function: cubic-bezier(0.42, 0.8, 0.1, 1.1);
  }
  .section-sugar-eft {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .section-sugar-eft .default-title {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    margin-bottom: 1.25em;
  }
  .section-sugar-eft .default-title i:before {
    content: "";
    display: inline-block;
    height: 1px;
  }
  .section-sugar-eft .contents-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 48px;
    margin-bottom: 0;
  }
  .section-sugar-eft .contents-group .in-figure {
    width: 100%;
    margin-bottom: 12px;
  }
  .section-sugar-eft .contents-group .in-figure img {
    float: left;
  }
  .section-sugar-eft .contents-group figcaption {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 7px 0;
    font-size: 18px;
    min-width: 94px;
    width: 30%;
    border-radius: 30px;
  }
  .section-sugar-eft .outline-container .in-line {
    display: none !important;
  }
  .section-sugar-eft .outline-container .in-text {
    font-size: 20px;
    color: inherit;
    font-weight: 400;
  }
  .section-sugar-amount {
    padding-bottom: 0;
  }
  .section-sugar-amount:before {
    content: "";
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#249a33), to(#12502d));
    background: linear-gradient(to bottom, #249a33, #12502d);
  }
  .section-sugar-amount .visual-group .in-line {
    display: none;
  }
  .section-sugar-amount .contents-group {
    text-align: right;
    position: relative;
    top: -4em;
    padding-right: 40px;
    width: 100%;
  }
  .section-sugar-amount .contents-group .default-title {
    font-size: 30px !important;
  }
  .section-sugar-amount .contents-group .in-text {
    font-size: 14px;
  }
  .section-sugar-amount.active .visual-group img {
    position: relative;
    left: 0;
  }
  .section-sugar-stvns {
    padding: 3.5em 25px 3.5em;
  }
  .section-sugar-stvns .outline-container {
    padding: 40px 0 !important;
  }
  .section-sugar-stvns .outline-container .in-text {
    font-size: 20px;
  }
  .section-sugar-stvns .outline-container .in-mini-text {
    font-size: 14px;
  }
  .section-sugar-stvns .card-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-sugar-stvns .card-container .in-thumb {
    width: 100%;
    max-width: 100%;
  }
  .section-sugar-stvns .card-container .in-text-wrap {
    padding: 30px 35px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-sugar-stvns .card-container .in-subject {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-sugar-stvns .card-container .in-text {
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    margin-bottom: 1.5em;
    display: inline-block;
    width: 100%;
  }
  .section-stvns-insta {
    display: none;
  }
  .instagram-container .in-label {
    width: calc(100% - 5px);
    left: 2.5px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 15px;
  }
  .instagram-container .in-label:before {
    content: "";
    display: inline-block;
    background-image: url("../../images/img/insta-container-tit.svg");
    background-size: 114px;
    background-position: 15px center;
    background-repeat: no-repeat;
  }
  .instagram-container .insta-slide-page {
    padding: 0;
  }
  .instagram-container .insta-slide-page .grid-group .col {
    padding: 3px;
  }
  .instagram-container .insta-slide-page .grid-group .col-4 {
    width: 33.33%;
    height: 98px;
    overflow: hidden;
  }
  .section-stvns-recipe {
    padding: 0 25px 50px;
  }
  .section-stvns-recipe .bg {
    display: none;
    background-image: unset;
  }
  .section-stvns-recipe .default-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .section-stvns-recipe .card-container {
    padding-top: 150px;
    position: relative;
    background-color: #e2efe6;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-stvns-recipe .card-container .in-text-wrap {
    background-color: #fff;
    width: 100%;
    padding: 30px 45px;
  }
  .section-stvns-recipe .card-container .in-subject {
    font-size: 20px;
    color: inherit;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.3;
  }
  .section-stvns-recipe .card-container .in-subtext {
    font-size: 14px;
    color: inherit;
    font-weight: 300;
    letter-spacing: -0.3px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .section-stvns-recipe .card-container .in-text {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 300;
  }
  .section-stvns-recipe .card-container .in-text-wrap-inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-stvns-recipe .card-container .in-thumb-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-stvns-recipe .card-container .in-thumb-group:before {
    content: "";
    display: inline-block;
    display: none;
  }
  .section-stvns-recipe .card-container figure {
    width: 108px;
    height: 108px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -15px;
    position: relative;
  }
  .section-stvns-recipe .card-container figure:nth-child(1) {
    top: 0;
    left: 0;
  }
  .section-stvns-recipe .card-container figure:nth-child(2) {
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section-stvns-recipe .card-container figure:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .section-stvns-recipe.active .card-container figure {
    opacity: 0;
    -webkit-animation-name: circleZoom;
            animation-name: circleZoom;
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s;
  }
  .section-stvns-recipe.active .card-container figure:nth-child(1) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .section-stvns-recipe.active .card-container figure:nth-child(2) {
    -webkit-animation-name: circleZoom;
            animation-name: circleZoom;
    -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .section-stvns-recipe.active .card-container figure:nth-child(3) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .section-stva-scrap {
    padding: 2em 0 0;
  }
  .section-stva-scrap .in-shadow {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    height: 90.5%;
    -webkit-box-shadow: 0 53px 36px #e8e8e8;
            box-shadow: 0 53px 36px #e8e8e8;
  }
  .stva-scrap-container {
    background-image: url("../../images/bg/square-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .stva-scrap-container .in-subject {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    width: 135px;
  }
  .stva-scrap-container .in-subject img {
    width: 100%;
  }
  .stva-scrap-container .stva-scrap-slide-page {
    height: auto;
    position: relative;
  }
  .stva-scrap-container .stva-scrap-slide-page .paper {
    position: absolute;
    opacity: 0;
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-group {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    height: 350px;
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-00 {
    top: 80px;
    left: -10%;
    width: 118%;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-01 {
    width: 117%;
    left: -10%;
    top: -50px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-02 {
    width: 110%;
    bottom: -89px;
    right: -30%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-03 {
    width: 100%;
    top: 0;
    right: -24%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .stva-scrap-container .stva-scrap-slide-page .paper-article {
    width: 98%;
    margin: 0 auto;
    display: block;
  }
  .section-stvns-eft {
    padding: 0;
  }
  .section-stvns-eft .section-inner {
    padding: 9em 34px 0;
  }
  .section-stvns-eft .in-bg-element {
    position: absolute;
    top: 1.5em;
    right: -49px;
    width: 60%;
  }
  .section-stvns-eft .default-title-group .title-bold {
    display: none;
  }
  .section-stvns-eft .default-title-group .default-title {
    line-height: 1.4 !important;
    padding: 0;
  }
  .section-stvns-eft .in-subtxt-group {
    padding: 0.75em 0 0;
  }
  .section-stvns-eft .in-subtxt-group .in-circle {
    display: none;
  }
  .section-stvns-eft .in-subtxt-group .in-text {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 1.45;
    padding-left: 0;
  }
  .section-stvns-eft.active .in-subtxt-group .in-text {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .stva-eft-container {
    display: none;
  }
  .section-induce-buy {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 2.5em 25px 3em;
  }
  .section-induce-buy .card-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-induce-buy .card-container .in-thumb {
    width: 100%;
    max-width: 100%;
  }
  .section-induce-buy .card-container .in-text-wrap {
    padding: 30px 35px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-induce-buy .card-container .in-subject {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-induce-buy .card-container .in-text {
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    margin-bottom: 1.5em;
    display: inline-block;
    width: 100%;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-partici .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-partici.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub-stvs-partici .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-partici .sub-page-desc-container {
    padding-bottom: 0;
  }
  #sub-stvs-partici .sub-page-desc-box {
    padding: 28px 15px 28px 15px;
    margin-bottom: 50px;
  }
  #sub-stvs-partici .sub-page-desc-box .instagram-hash {
    font-size: 20px;
    width: 100%;
  }
  #sub-stvs-partici .sub-page-desc-box .instagram-container {
    height: auto;
    padding-top: 37px;
  }
  #sub-stvs-partici .sub-page-desc-box .instagram-container .insta-slide-page {
    padding: 11px 0 0;
  }
  #sub-stvs-partici .slick-prev,
  #sub-stvs-partici .slick-next,
  #sub-stvs-partici .slick-dots {
    display: none;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-buystvns .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-partici.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub-stvs-buystvns .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-franchise .sub-page-snb.active {
    background-image: url("../../images/bg/fnb_bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-franchise .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media all and (max-width: 1440px) {
  .section-stva-intro {
    padding: 7em 0;
    font-size: 16px;
  }
  .section-stva-intro .section-inner {
    max-width: 1100px;
  }
  .section-nanum .section-inner {
    padding-left: 0;
  }
  .section-nanum .contents-group {
    font-size: 15px;
  }
  .section-nanum .default-title .rotate-line {
    left: 0;
  }
  .section-direct .card-container .in-text-wrap {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .stva-intro-container .in-line.left {
    width: 15px;
  }
  .stva-intro-container .in-line.top {
    height: 15px;
  }
  .stva-intro-container .in-line.right {
    width: 15px;
  }
  .stva-intro-container .in-line.bottom {
    height: 15px;
  }
  .section-nanum .in-bg-element {
    display: none;
  }
  .section-direct {
    padding: 6em 0;
  }
  .section-direct .card-container .stva-thumb-slige-group {
    height: 350px;
    max-width: 350px;
    overflow: hidden;
  }
  .section-direct .card-container .in-text-wrap {
    font-size: 14px;
    padding-left: 2.8em;
    width: 50%;
  }
  .section-direct .stva-mini-thumb {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .stva-intro-container p.visible-web br {
    display: none;
  }
  .section-direct {
    padding: 3em 2em 3.5em;
  }
  .section-direct .in-shadow {
    display: none;
  }
  .section-direct .card-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-direct .card-container:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .section-direct .card-container .stva-thumb-slige-group {
    display: inline-block;
    vertical-align: middle;
    height: 272px;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .section-direct .card-container .stva-thumb-slide-page {
    width: 100%;
    height: 272px;
  }
  .section-direct .card-container .stva-thumb-slide-page img {
    position: relative;
    top: -21px;
  }
  .section-direct .card-container .in-text-wrap {
    width: 100%;
    padding: 30px 35px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-direct .card-container .in-subject {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  .section-direct .card-container .in-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .section-direct .card-container .direct-brochure-btn {
    padding: 0;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .section-direct .card-container .direct-brochure-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .stva-mini-thumb {
    display: none;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-whatstva .sub-page-snb.active {
    background-image: url("../../images/bg/farm_bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-whatstva .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-whatstva .sub-page-desc-box {
    padding: 2em 0 2.5em;
  }
  #sub-stvs-whatstva .sub-page-desc-box .in-desc {
    font-size: 18px;
    color: #010200;
    font-weight: 400;
  }
  #sub-stvs-whatstva .sub-page-desc-box .in-desc:nth-of-type(4) > span {
    border-bottom: 0;
  }
  #sub-stvs-whatstva .sub-page-desc-box .in-desc i {
    color: #000000;
    display: inline-block;
  }
  #sub-stvs-whatstva .direct-inquiry-btn {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#3da54a), color-stop(51%, #1f5325), to(#3da54a));
    background: linear-gradient(to right, #3da54a 0%, #1f5325 51%, #3da54a 100%);
    background-size: 200% auto;
    height: 41px;
    line-height: 41px;
    float: right;
  }
  #sub-stvs-whatstva .in-shadow {
    opacity: 0;
  }
  #sub-stvs-whatstva .in-shadow.active {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .section-stva-intro {
    padding: 40px 30px;
  }
  .section-stva-intro .contents-group {
    font-size: 16px;
    line-height: 1.9;
  }
  .stva-intro-container {
    padding: calc(2em + 10px) 10px calc(2em + 10px);
    position: relative;
  }
  .stva-intro-container .in-line.left {
    width: 10px;
  }
  .stva-intro-container .in-line.top {
    height: 10px;
  }
  .stva-intro-container .in-line.right {
    width: 10px;
  }
  .stva-intro-container .in-line.bottom {
    height: 10px;
  }
  .stva-intro-container img {
    margin-bottom: 25px;
  }
  .stva-intro-container p {
    word-break: keep-all;
    padding: 0 15px;
  }
  .section-nanum {
    display: none;
  }
  .section-award {
    padding: 3em 0 2.25em;
  }
  .section-award .default-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }
  .section-award figcaption {
    display: none;
  }
  .stva-award-container {
    padding: 0 30px;
  }
  .stva-award-container .in-figure {
    padding: 0 3px;
    margin-bottom: 3px;
  }
  .stva-award-container .in-figure:last-child img {
    margin: 20px 0;
  }
  .stva-award-container .in-figure img {
    width: 100%;
    margin-bottom: 0;
  }
  .stva-award-container .in-figure.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1s;
    transition: 1s;
  }
  .section-direct {
    padding: 3em 2em 3.5em;
  }
  .section-direct .in-shadow {
    display: none;
  }
  .section-direct .card-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-direct .card-container:after {
    content: "";
    display: inline-block;
    display: none;
  }
  .section-direct .card-container .stva-thumb-slige-group {
    display: inline-block;
    vertical-align: middle;
    height: 272px;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .section-direct .card-container .stva-thumb-slide-page {
    width: 100%;
    height: 272px;
  }
  .section-direct .card-container .stva-thumb-slide-page img {
    position: relative;
    top: -21px;
  }
  .section-direct .card-container .in-text-wrap {
    width: 100%;
    padding: 30px 35px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-direct .card-container .in-subject {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
  }
  .section-direct .card-container .in-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .section-direct .card-container .direct-brochure-btn {
    padding: 0;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .section-direct .card-container .direct-brochure-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .stva-mini-thumb {
    display: none;
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-bigstva .sub-page-snb.active {
    background-image: url("../../images/bg/farm_bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sub-stvs-bigstva .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/* 반응형 - 모바일 */
@media all and (min-width: 320px) and (max-width: 576px) {
  #sub-stvs-pepesday .sub-page-snb.active {
    background-image: url("../../images/bg/sub-stvs-partici.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sub-stvs-pepesday .sub-page-snb.active:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #sub-stvs-pepesday .sub-page-desc-container {
    background-color: #f8f8f8;
  }
  #sub-stvs-pepesday .sub-page-desc-container:before {
    background-color: #12502d;
  }
  #sub-stvs-pepesday .sub-page-desc-box {
    padding: 2.5em 5.7em;
    font-size: 10px;
  }
  #sub-stvs-pepesday .sub-page-desc-box .in-text i {
    display: inline-block;
  }
  #sub-stvs-pepesday .sub-page-desc-box .pepsday-logo {
    width: 107px;
  }
  #sub-stvs-pepesday .sub-page-desc-box .pepsday-logo .in-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #sub-stvs-pepesday .direct-inquiry-btn {
    font-size: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#3da54a), color-stop(51%, #1f5325), to(#3da54a));
    background: linear-gradient(to right, #3da54a 0%, #1f5325 51%, #3da54a 100%);
    background-size: 200% auto;
    height: 41px;
    line-height: 41px;
    float: right;
  }
  .section-reason {
    padding-top: 0;
    font-size: 9.5px;
  }
  .section-reason .reason-tit-group {
    color: #010200;
  }
  .section-reason .reason-tit-group .tit {
    font-size: 2.5em;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  .section-reason .reason-tit-group .etc-ment {
    letter-spacing: -0.5px;
    font-size: 1.8em;
  }
  .section-reason .reason-tit-group .etc-ment span {
    display: inline-block;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  .section-reason .reason-tit-group .desc-ment {
    letter-spacing: 0;
  }
  .section-reason .reason-tit-group .desc-ment p {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .section-reason .in-and {
    width: 78px;
    margin: 3em 0;
  }
  .section-reason .thumb-group .thumb-list {
    margin: 0 6px;
  }
  .section-reason .thumb-group .in-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .section-action {
    padding: 2em 25px 5em;
    font-size: 9px;
  }
  .section-action .card-container {
    -webkit-box-shadow: 0 16px 33px rgba(18, 80, 45, 0.16);
            box-shadow: 0 16px 33px rgba(18, 80, 45, 0.16);
    position: relative;
    padding-top: 173px;
  }
  .section-action .card-container .in-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .section-action .card-container .in-thumb.visible-web {
    display: none;
  }
  .section-action .card-container .in-text-wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 50px 25px 20px;
  }
  .section-action .card-container .in-subject {
    letter-spacing: -0.5px;
    line-height: 1.25;
    font-size: 20px;
  }
  .section-action .card-container .in-text {
    font-size: 14px;
    word-break: keep-all;
  }
  .section-every-peps {
    padding: 3em 25px;
  }
  .section-every-peps .section-inner {
    display: block;
  }
  .section-every-peps .section-inner:first-child {
    padding-bottom: 5em;
  }
  .section-every-peps .section-inner:last-child .in-subject {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
  .section-every-peps .section-inner:last-child .in-text {
    word-break: keep-all;
    font-size: 14px;
    text-align: left;
  }
  .section-every-peps .in-subject {
    letter-spacing: -0.7px;
    line-height: 1.2;
    font-size: 20px;
  }
  .section-every-peps .in-text {
    font-size: 14px;
  }
  .section-every-peps .peps-day-logo.visible-web {
    display: none !important;
  }
  .section-every-peps .peps-day-logo.visible-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block !important;
  }
  .section-every-peps .peps-day-logo.visible-mobile img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 119px;
  }
  .section-every-peps .peps-day-logo.visible-mobile .in-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
  }
  .section-every-peps .peps-day-product {
    display: none;
  }
  .section-every-peps .section-inner.active .peps-day-logo img {
    -webkit-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
  .section-every-peps .section-inner:first-child.active:after {
    top: 14em;
  }
  .section-every-peps .section-inner:last-child {
    padding-top: 6em;
  }
  .section-add-stvns {
    width: 100%;
    position: relative;
    background-color: white;
  }
  .section-add-stvns .section-farming-card {
    height: auto;
    padding: 13em 25px 5em;
  }
  .section-add-stvns .section-farming-card .big-subject {
    text-align: center;
    margin-bottom: 20px !important;
  }
  .section-add-stvns .section-farming-card .text-group {
    font-size: 13px !important;
    color: white !important;
  }
  .section-add-stvns .section-farming-card .in-leaf,
  .section-add-stvns .section-farming-card .in-leaf-mini {
    display: none;
  }
  .section-add-stvns .thumb-group {
    position: absolute;
    top: -8em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
  }
  .section-add-stvns .thumb-group .thumb-list {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0.5em;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .section-add-stvns .thumb-group figcaption {
    font-size: 13px;
  }
  .section-add-stvns .section-farming-card.active .contents-group {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .section-add-stvns .section-farming-card.active .thumb-group .thumb-list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(1) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(2) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(3) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .section-add-stvns .section-farming-card.active .thumb-group .thumb-list:nth-child(4) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .section-heal-peps {
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding: 4em 0 0 40px;
  }
  .section-heal-peps > .section-inner {
    padding-bottom: 4em;
  }
  .section-heal-peps .title-bold {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .section-heal-peps .default-title {
    font-size: 25px;
    margin-bottom: 0;
  }
  .section-heal-peps .in-subject,
  .section-heal-peps .in-bg-element {
    display: none;
  }
  .section-daily-peps {
    padding: 0 25px 3em;
  }
  .section-daily-peps .card-container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-daily-peps .card-container .in-thumb {
    width: 100%;
    max-width: 100%;
  }
  .section-daily-peps .card-container .in-text-wrap {
    padding: 30px;
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
            box-shadow: 0 23px 25px rgba(0, 0, 0, 0.16);
  }
  .section-daily-peps .card-container .in-subject {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-daily-peps .card-container .in-text {
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.4;
    margin-bottom: 1.5em;
    display: inline-block;
    width: 100%;
  }
}

@media all and (max-width: 350px) {
  .section-reason .reason-tit-group .tit {
    font-size: 2.2em;
  }
  .section-reason .thumb-group .in-circle {
    width: 60px;
    height: 60px;
  }
  .section-reason .thumb-group .thumb-list {
    margin: 0 3px;
  }
}
