@charset "utf-8";
:root {
  --site-name: 'SAMJIN';
}
/* easings */
/* easings */
/* mediaqueries */
.field {
  width: 100%;
}
.form-group {
  overflow: hidden;
}
.form-group label {
  display: inline-block;
  padding-top: 8px;
}
.checkbox,
.radio {
  position: relative;
  display: inline-block;
}
.checkbox label,
.radio label {
  display: inline-block;
  padding-top: 0;
  padding-left: 20px;
}
.checkbox input[type='checkbox'],
.radio input[type='checkbox'],
.checkbox input[type='radio'],
.radio input[type='radio'] {
  position: absolute;
  top: 4px;
  left: 0;
}
.tab-focus {
  outline: thin dotted;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width : 768px) and (max-width: 1023px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width : 1024px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
.eng-book {
  font-family: 'Muli', 'Noto Sans KR', sans-serif;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
table,
th,
td {
  font-family: 'Noto Sans KR', 'Muli', sans-serif;
  color: #000;
}
[class^="font"] {
  visibility: hidden;
}
.wf-active [class^="font"] {
  visibility: visible;
}
[class^="font"].font-eng {
  font-family: 'Muli', 'Noto Sans KR', sans-serif;
}
.kor {
  font-family: 'Noto Sans KR', sans-serif;
}
.eng {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .eng {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-regular-eng {
  font-weight: 400;
}
.font-medium-eng {
  font-weight: 500;
}
.font-book-eng {
  font-weight: 600;
}
.font-semi-bold-eng {
  font-weight: 700;
}
.font-bold-eng {
  font-weight: 700;
}
.font-black-eng {
  font-weight: 700;
}
/* grid system */
.not-visibility {
  visibility: hidden;
}
.file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file-box,
.file-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.file-box label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 180px;
  padding: 0.5em 0.75em;
  color: #FFF;
  font-size: 16px;
  background-color: #999;
  margin-right: 10px;
  cursor: pointer;
}
.file-box input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-box .upload-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 50px;
  padding: 0.5em 0.75em;
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #999;
  /* 네이티브 외형 감추기 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.file-box > a {
  margin-right: -1px;
}
.js-lettering-convert {
  display: inline-block;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.in .swiper-slide-active .js-lettering-convert {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-lettering-convert.delay-02 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
/* 컨텐트 하단 여백 */
.bottom-spacer {
  clear: both;
  margin-top: 180px;
  margin-bottom: -1px;
  height: 1px;
  overflow: hidden;
}
.section-iframe {
  margin-top: 70px;
}
/* 더 보기 */
.section-more {
  clear: both;
  margin: 30px 0;
}
.section-more .wrap {
  text-align: center;
}
/* 게시판 결과 없음 */
.no-result {
  clear: both;
  padding: 100px 0;
  text-align: center;
}
.no-result .icon {
  content: '';
  background-image: url('../img/common/bbs_no_result.png');
  width: 56px;
  height: 59px;
  background-size: 56px 59px;
}
/* 파일찾기 및 파일추가 기능 */
.file-wrap {
  white-space-collapsing: discard;
  font-size: 0;
}
.file-wrap input,
.file-wrap label,
.file-wrap a {
  margin-left: 5px;
}
.file-wrap input:first-child,
.file-wrap label:first-child,
.file-wrap a:first-child {
  margin-left: 0;
}
.file-wrap input.text {
  width: 60%;
  font-size: 16px;
}
.file-wrap .file-item {
  display: none;
  margin-top: 5px;
}
.file-wrap .file-item:first-of-type {
  margin-top: 0;
}
.file-wrap .file-item.in {
  display: block;
}
.file-wrap .file {
  display: none;
}
.file-wrap .button .icon {
  position: relative;
  width: 38px;
  height: 38px;
  vertical-align: top;
}
.file-wrap .button .icon::before,
.file-wrap .button .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  background-color: #7f7f7f;
}
.file-wrap .button .icon.add::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-search {
  margin-top: 55px;
  margin-bottom: 40px;
}
.section-search .table {
  margin: 0 auto;
  width: 570px;
  table-layout: fixed;
}
.section-search .cell.category {
  width: 200px;
}
.section-search .cell.field {
  position: relative;
  width: auto;
}
.section-search .cell.action {
  width: 74px;
}
.section-search .text,
.section-search .select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-color: #dcdcdc;
  color: #666;
  padding-left: 20px;
}
.section-search .text {
  width: 100%;
  padding-right: 60px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.section-search .padder {
  margin: 0 0 0 7px;
}
.section-search .submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  background-image: url('../img/common/btn_search.png');
  background-size: 21px 21px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.section-page-nav {
  line-height: 1;
}
.section-page-nav > .wrap {
  position: relative;
}
.section-page-nav .grid {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 180px;
  max-width: 1200px;
}
.section-page-nav .grid::before,
.section-page-nav .grid::after {
  position: absolute;
  display: block;
  width: 50%;
  height: 180px;
}
.section-page-nav .grid::before {
  left: 0;
  background-color: #a2adb3;
}
.section-page-nav .grid::after {
  right: 0;
  background-color: #909ba1;
}
.section-page-nav .col {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 1;
}
.section-page-nav a {
  display: block;
  padding-left: 50px;
  height: 180px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #a2adb3;
  line-height: 1.4;
  overflow: hidden;
}
.section-page-nav a .desc {
  display: block;
  margin-top: 40px;
  font-size: 34px;
}
.section-page-nav a .core {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
}
.wf-active .section-page-nav a .core {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-page-nav a i {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -1px;
  display: inline-block;
  width: 11px;
  height: 2px;
  background-color: #fff;
}
.section-page-nav a i::before,
.section-page-nav a i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.section-page-nav a i::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-page-nav a i::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-page-nav a:hover {
  text-decoration: none;
}
.section-page-nav .next a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background-color: #909ba1;
}
.section-page-nav .prev a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
}
.section-page-nav .prev a i {
  left: -50px;
  right: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-page-nav.next-only .grid::before {
  left: 0;
  background-color: #909ba1;
}
.section-page-nav.next-only .grid::after {
  right: 0;
  background-color: #909ba1;
}
.section-page-nav.prev-only .grid::before {
  left: 0;
  background-color: #a2adb3;
}
.section-page-nav.prev-only .grid::after {
  right: 0;
  background-color: #a2adb3;
}
.section-slogan {
  margin-top: 170px;
  margin-bottom: 80px;
}
.section-slogan .core {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
}
.section-title {
  margin-top: 80px;
  margin-bottom: 20px;
}
.section-title .wrap {
  position: relative;
  min-height: 15px;
}
.section-title .title {
  margin: 0;
  font-sizE: 30px;
  color: #222;
  font-weight: 500;
}
.section-title .title .desc {
  font-size: 14px;
  color: #999;
}
.section-title .unit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #999;
}
.section-paginate-more {
  margin-top: 50px;
}
.section-paginate-more .wrap {
  text-align: center;
  line-height: 1.2;
}
.section-paginate-more a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.section-paginate-more a .icon {
  content: '';
  background-image: url('../img/common/pagnate_more.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  overflow: hidden;
  border-radius: 50px;
}
.section-paginate-more a span {
  display: block;
  margin-top: 17px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
/* text ================================================================== */
.no-font-smooth {
  -webkit-font-smoothing: none;
  font-smooth: never;
}
div.primary,
span.primary,
strong.primary,
em.primary,
table.primary,
ul.primary,
p.primary,
small.primary,
a.primary {
  color: #31a05f;
}
div.secondary,
span.secondary,
strong.secondary,
em.secondary,
table.secondary,
ul.secondary,
p.secondary,
small.secondary,
a.secondary {
  color: #000;
}
div.warning,
span.warning,
strong.warning,
em.warning,
table.warning,
ul.warning,
p.warning,
small.warning,
a.warning {
  color: #ff0000;
}
div.info,
span.info,
strong.info,
em.info,
table.info,
ul.info,
p.info,
small.info,
a.info {
  color: #999;
}
div.danger,
span.danger,
strong.danger,
em.danger,
table.danger,
ul.danger,
p.danger,
small.danger,
a.danger {
  color: #ff6440;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover .link {
  text-decoration: underline;
}
a.no-underline {
  border-bottom: 0;
}
.bbs-view {
  border-top: solid 1px #000;
  border-bottom: solid 1px #969696;
  line-height: 1.2;
}
.bbs-view.is-category {
  border-top: 0;
}
.bbs-view.is-movie .pic a::before {
  content: '';
  background-image: url('../img/custom/icon_play_g.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.bbs-view.is-movie .pic a:hover::before {
  opacity: 1;
}
.bbs-view.is-movie .subtitles {
  position: relative;
  padding: 70px 0;
}
.bbs-view.is-movie .subtitles .action a {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 16px;
}
.bbs-view.is-movie .subtitles .action a .icon {
  content: '';
  background-image: url('../img/common/icon_toggle.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-left: 5px;
}
.bbs-view.is-movie .subtitles .action a.in .icon {
  background-image: url('../img/common/icon_toggle_in.png');
}
.bbs-view.is-movie .subtitles .toggle p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.bbs-view.is-movie .subtitles .toggle p.subject {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
}
.bbs-view .head {
  position: relative;
  padding: 40px 0;
  border-bottom: solid 1px #e9e9e9;
  background-color: #fafafa;
}
.bbs-view .head .subject,
.bbs-view .head .date {
  margin: 0;
  padding: 0;
}
.bbs-view .head .subject {
  margin: 0 145px 0 40px;
  font-size: 24px;
  color: #222;
}
.bbs-view .head .date {
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -10px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  color: #909090;
  font-weight: 500;
}
.wf-active .bbs-view .head .date {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.bbs-view .head-title strong {
  display: inline-block;
  font-weight: 400;
}
.bbs-view .head-title .cell {
  position: relative;
  padding: 20px 0;
  vertical-align: middle;
}
.bbs-view .head-title .cell::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d2d2d2;
}
.bbs-view .head-title .cell.cell-category {
  width: 16.66666667%;
  font-size: 36px;
  color: #222;
}
.bbs-view .head-title .cell.cell-category strong {
  font-weight: 600;
}
.bbs-view .head-title .cell.cell-category::before {
  height: 5px;
  background-color: #31a05f;
}
.bbs-view .head-title .cell.cell-subject {
  width: 75.83333333%;
  font-size: 24px;
  color: #222;
}
.bbs-view .head-title .cell.cell-subject strong {
  margin: 0 50px;
  display: block;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-weight: 400;
}
.bbs-view .head-title .cell.cell-date {
  width: 7.5%;
  font-size: 14px;
  color: #909090;
  text-align: right;
}
.bbs-view .body {
  line-height: 1.8;
}
.bbs-view .body .inner {
  margin: 50px 40px;
  min-height: 300px;
}
.bbs-view .tale {
  border-top: solid 1px #e6e6e6;
}
.bbs-view .tale .item {
  padding: 20px 0 20px 40px;
}
.bbs-view .tale .item a {
  display: inline-block;
  padding-left: 25px;
  background-image: url('../img/common/icon_attach.png');
  background-position: left center;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}
.wf-active .bbs-view .tale .item a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.bbs-view .tale .cell {
  display: table-cell;
  padding: 24px 0;
  float: none;
  font-size: 14px;
  vertical-align: middle;
}
.bbs-view .tale .cell.name {
  width: 200px;
  color: #222;
  text-align: center;
  background-color: #f5f5f5;
}
.bbs-view .tale .cell.desc {
  width: auto;
}
.bbs-view .tale .cell.desc a {
  display: inline-block;
  margin-left: 20px;
  color: #999;
}
.section-bbs-view {
  margin-top: 80px;
}
.bbs-view-action {
  margin-top: 35px;
}
.bbs-view-action .col.list {
  text-align: center;
}
.bbs-view-action .icon.list {
  content: '';
  background-image: url('../img/common/icon_list.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-color: #31a05f;
  overflow: hidden;
  border-radius: 50px;
}
.bbs-view-action .way {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active .bbs-view-action .way {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.bbs-view-action .way::before,
.bbs-view-action .way::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  background-color: #979797;
}
.bbs-view-action .subject {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
.bbs-view-action .prev a,
.bbs-view-action .next a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
}
.bbs-view-action .prev .way {
  left: 0;
  padding-left: 30px;
}
.bbs-view-action .prev .way::before {
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bbs-view-action .prev .way::after {
  left: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bbs-view-action .next .way {
  right: 0;
  padding-right: 30px;
}
.bbs-view-action .next .way::before {
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bbs-view-action .next .way::after {
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bbs-view-action .prev .subject {
  margin-left: 85px;
  text-align: right;
}
.bbs-view-action .next .subject {
  margin-right: 85px;
  text-align: left;
}
.bbs-view-action .disabled {
  opacity: 1;
}
.bbs-view-action .disabled .way,
.bbs-view-action .disabled .subject {
  color: #979797;
}
.bbs-view-action .disabled .subject {
  font-weight: 400;
}
.bbs-collapse .bbs-collapse-item .item-answer {
  display: none;
}
.bbs-collapse .bbs-collapse-item.in .item-answer {
  display: block;
}
.section-faq .bbs-collapse {
  border-top: 1px #222 solid;
}
.section-faq .bbs-collapse-item {
  border-bottom: 1px #efeeec solid;
}
.section-faq .bbs-collapse-item .item-question a {
  position: relative;
  display: block;
  height: 69px;
  line-height: 69px;
  padding: 0 0 0 40px;
  color: #222;
  font-size: 16px;
}
.section-faq .bbs-collapse-item .item-question .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 69px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section-faq .bbs-collapse-item .item-question .icon::before,
.section-faq .bbs-collapse-item .item-question .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -1px;
  width: 2px;
  height: 6px;
  background-color: #696969;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.section-faq .bbs-collapse-item .item-question .icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-faq .bbs-collapse-item .item-question .icon::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-faq .bbs-collapse-item .item-answer {
  background-color: #f5fbf6;
  overflow: hidden;
}
.section-faq .bbs-collapse-item .item-answer .module {
  margin: 30px 40px;
  color: #222;
}
.section-faq .bbs-collapse-item.in .item-question .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-faq .bbs-collapse-item.in .item-question .icon::before,
.section-faq .bbs-collapse-item.in .item-question .icon::after {
  background-color: #020202;
}
.section-pr-movie-new * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-pr-movie-new .item {
  position: relative;
  width: 100%;
}
.section-pr-movie-new .item .pic a::before {
  content: '';
  background-image: url('../img/custom/icon_play_g.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  position: absolute;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background-color: #fff;
  z-index: 1;
}
.section-pr-movie-new .item .pic a:hover::before {
  opacity: 1;
}
.section-pr-movie-new .movie-main-container {
  padding-bottom: 80px;
  border-bottom: solid 1px #e4e4e4;
}
.section-pr-movie-new .movie-main-container .pic {
  padding-bottom: 50px;
}
.section-pr-movie-new .movie-main-container .pic a {
  position: relative;
}
.section-pr-movie-new .movie-main-container .pic a::before {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
.section-pr-movie-new .movie-main-container .pic a img {
  width: 860px;
  height: 485px;
}
.section-pr-movie-new .movie-main-container .desc-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 470px;
  height: 250px;
  padding: 55px 55px;
  background-color: #2d2d2d;
}
.section-pr-movie-new .movie-main-container .desc-box .date {
  font-size: 14px;
  color: #666;
  margin-top: 0;
  margin-bottom: 16px;
}
.section-pr-movie-new .movie-main-container .desc-box strong {
  font-size: 24px;
  color: #FFF;
  font-weight: 400;
}
.section-pr-movie-new .movie-main-container .desc-box a.more {
  position: absolute;
  left: 55px;
  bottom: 55px;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.2em;
}
.section-pr-movie-new .movie-main-container .desc-box a.more > i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-bottom: 1px;
  opacity: 0.4;
  background-image: url('../img/custom/blit_plus.png');
}
.section-pr-movie-new .movie-list-container {
  padding-top: 80px;
  clear: both;
  *zoom: 1;
}
.section-pr-movie-new .movie-list-container::before,
.section-pr-movie-new .movie-list-container::after {
  content: " ";
  display: table;
}
.section-pr-movie-new .movie-list-container::after {
  clear: both;
}
.section-pr-movie-new .movie-list-container .item {
  position: relative;
  float: left;
  display: table;
  width: 50%;
}
.section-pr-movie-new .movie-list-container .item .pic {
  display: table-cell;
  width: 232px;
  height: 154px;
}
.section-pr-movie-new .movie-list-container .item .pic a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.section-pr-movie-new .movie-list-container .item .pic a::before {
  bottom: 0;
  right: 0;
}
.section-pr-movie-new .movie-list-container .item .pic a img {
  width: 100%;
  height: 100%;
}
.section-pr-movie-new .movie-list-container .item .desc-box {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 40px;
}
.section-pr-movie-new .movie-list-container .item .desc-box .date {
  font-size: 14px;
  color: #909090;
  margin-top: 0;
  margin-bottom: 12px;
}
.section-pr-movie-new .movie-list-container .item .desc-box strong {
  display: block;
  font-size: 20px;
  color: #222;
  margin-bottom: 30px;
  font-weight: 400;
}
.section-pr-movie-new .movie-list-container .item .desc-box a.more {
  font-size: 12px;
  color: #31a05f;
  letter-spacing: 0.2em;
}
.section-pr-movie-new .movie-list-container .item .desc-box a.more > i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-bottom: 1px;
  background-image: url('../img/custom/blit_plus_green.png');
}
.section-pr-movie .list-movie {
  line-height: 1.4;
}
.section-pr-movie .list-movie .list {
  margin-left: -15px;
  margin-right: -15px;
}
.section-pr-movie .list-movie p {
  margin: 10px 0;
  padding: 0;
}
.section-pr-movie .list-movie p.date {
  font-size: 14px;
  color: #999;
}
.section-pr-movie .list-movie p.subject {
  font-size: 20px;
  color: #222;
}
.section-pr-movie .list-movie a {
  text-decoration: none;
}
.section-pr-movie .list-movie .module {
  margin: 0 15px;
  padding-bottom: 60px;
  max-width: 584px;
}
.section-pr-movie .list-movie .pic {
  -webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2);
}
.section-pr-movie .list-movie .pic img {
  width: 100%;
}
.section-pr-movie .list-movie .pic a {
  display: block;
  position: relative;
  z-index: 2;
}
.section-pr-movie .list-movie .pic a::before {
  content: '';
  background-image: url('../img/common/icon_play.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-pr-movie .list-movie .pic a:hover::before {
  opacity: 1;
}
.section-pr-movie .list-movie .desc {
  margin: 30px;
}
input,
select,
optgroup,
textarea {
  border: solid 1px #ccc;
  color: #666;
}
input.disabled,
select.disabled,
optgroup.disabled,
textarea.disabled {
  background-color: #999;
  color: #999;
}
textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 70px;
  resize: vertical;
}
input.text,
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input.eng {
  border: solid 1px #ccc;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input.spinner {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  width: 80px;
}
input.spinner::-webkit-inner-spin-button {
  -webkit-appearance: button;
}
input.text,
input[type="date"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  margin: 0;
  padding: 0 20px 0 15px;
  font: inherit;
}
input.text::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input.text::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input.text:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input.text::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input.text::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}
input.text.file,
input[type="date"].file,
input[type="number"].file,
input[type="password"].file,
input[type="search"].file,
input[type="tel"].file,
input[type="text"].file,
select.file,
textarea.file,
input.text[type="file"],
input[type="date"][type="file"],
input[type="number"][type="file"],
input[type="password"][type="file"],
input[type="search"][type="file"],
input[type="tel"][type="file"],
input[type="text"][type="file"],
select[type="file"],
textarea[type="file"] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
@media (max-width: 767px) {
  input.text.file,
  input[type="date"].file,
  input[type="number"].file,
  input[type="password"].file,
  input[type="search"].file,
  input[type="tel"].file,
  input[type="text"].file,
  select.file,
  textarea.file,
  input.text[type="file"],
  input[type="date"][type="file"],
  input[type="number"][type="file"],
  input[type="password"][type="file"],
  input[type="search"][type="file"],
  input[type="tel"][type="file"],
  input[type="text"][type="file"],
  select[type="file"],
  textarea[type="file"] {
    height: auto;
    line-height: inherit;
  }
}
input.text,
select.select {
  width: 140px;
}
input.text.small,
select.select.small {
  width: 80px;
}
input.text.large,
select.select.large {
  width: 200px;
}
input.text.xlarge,
select.select.xlarge {
  width: 90%;
}
input.text.full,
select.select.full {
  width: 99%;
}
input.text.is-full,
select.select.is-full {
  width: 100%;
}
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0 0 0 5px;
  min-width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right center;
  padding: 0 25px 0 10px;
  background-image: url('../img/common/select.png');
  background-size: 34px 11px;
}
select[multiple="multiple"] {
  height: auto;
}
select::-ms-expand {
  display: none;
}
textarea.textarea {
  padding: 5px;
  min-height: 200px;
}
.checks {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
  margin-left: 10px;
}
.checks:first-child {
  margin-left: 0;
}
.checks input[type="radio"],
.checks input[type="checkbox"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
.checks input[type="radio"] + label,
.checks input[type="checkbox"] + label {
  display: inline-block;
}
.checks input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 1px solid #cecece;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checks input[type="radio"]:checked + label::before {
  border-color: #31a05f;
}
.checks input[type="radio"]:checked + label::after {
  display: block;
}
.checks input[type="radio"] + label::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  color: #fff;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  text-align: center;
  background-color: #31a05f;
  border-radius: 100%;
}
.checks input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 3px #e4e4e4 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checks input[type="checkbox"]:checked + label::before {
  background-image: url('../img/common/icon_check_on.png');
  background-color: #31a05f;
  border: 0;
}
.button.primary {
  background-color: #31a05f;
  border-color: #31a05f;
}
.button.primary,
.button.primary span {
  color: #fff;
}
.button.secondary {
  background-color: #111;
  border-color: #111;
}
.button.secondary,
.button.secondary span {
  color: #fff;
}
.button.info {
  background-color: #999;
  border-color: #999;
}
.button.info,
.button.info span {
  color: #fff;
}
.button.danger {
  background-color: #ff6440;
  border-color: #ff6440;
}
.button.warning {
  background-color: #ff0000;
  border-color: #ff0000;
}
.button.light {
  background-color: #eee;
  border-color: #eee;
}
.button.gray {
  background-color: #333;
  border-color: #333;
}
.button.gray span {
  color: #FFF;
}
.button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  padding: 0 20px;
  height: 33px;
  line-height: 33px;
  border: solid 1px #dcdcdc;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}
.button,
.button span {
  color: #666;
}
.button:hover {
  text-decoration: none;
}
.button.disabled {
  opacity: 1;
}
.button.large {
  min-width: 140px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 0px;
}
.button.button-more {
  padding-right: 60px;
}
.button.button-more .icon {
  content: '';
  background-image: url('../img/custom/button_more.png');
  width: 26px;
  height: 10px;
  background-size: 26px 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  vertical-align: top;
}
.section-button {
  margin-top: 80px;
}
.section-button .wrap {
  text-align: center;
}
.icon.has-hover {
  opacity: 0.9;
}
a:hover .icon.has-hover {
  opacity: 1;
}
.icon.sns {
  content: '';
  background-image: url('../img/common/icon_facebook.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  border: solid 1px #ccc;
  border-radius: 40px;
  overflow: hidden;
}
.icon.sns.instagram {
  background-image: url('../img/common/icon_instagram.png');
}
.icon.sns.youtube {
  background-image: url('../img/common/icon_youtube.png');
}
.icon.link {
  border-radius: 40px;
  overflow: hidden;
  border: solid 2px #eff2f4;
  content: '';
  background-image: url('../img/common/icon_type_a.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.icon.link {
  background-image: url('../img/common/icon_product_link.png');
}
a:hover .icon.link {
  background-image: url('../img/common/icon_product_link_on.png');
}
.icon.type-b {
  background-image: url('../img/common/icon_type_b.png');
}
.icon.essential {
  position: relative;
}
.icon.essential::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #31a05f;
}
.icon.file-add,
.icon.file-delete {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px #e4e4e4 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.icon.file-add::before,
.icon.file-delete::before,
.icon.file-add::after,
.icon.file-delete::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  width: 8px;
  height: 2px;
  background-color: #666;
}
.icon.file-add::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
a.download {
  letter-spacing: 0.2em;
  color: #31a05f;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 12px;
}
.wf-active a.download {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
a.download .icon {
  content: '';
  background-image: url('../img/common/icon_download.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-right: 4px;
}
a.download:hover {
  text-decoration: none;
}
a.view-more {
  letter-spacing: 0.2em;
  color: #31a05f;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 12px;
}
.wf-active a.view-more {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
a.view-more .icon {
  content: '';
  background-image: url('../img/common/icon_view_more.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-left: 4px;
}
a.view-more:hover {
  text-decoration: none;
}
a.view-more.more-white {
  color: #FFF;
}
a.view-more.more-white .icon {
  content: '';
  background-image: url('../img/common/icon_view_more_w.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
span.pipe {
  position: relative;
}
span.pipe em {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
span.pipe::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 1px;
}
span.pipe {
  margin: 0 9px 0 7px;
}
span.pipe::before {
  -webkit-transform: translate(0, -35%);
      -ms-transform: translate(0, -35%);
          transform: translate(0, -35%);
  height: 12px;
  background: #dddedd;
}
/* badge */
span.badge {
  display: inline-block;
  padding: 3px 10px;
  border: solid 1px #e5e5e5;
  font-size: 14px;
  color: #31a05f;
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
}
span.badge.secondary {
  color: #00afff;
}
span.tag {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  height: 24px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 24px;
  font-size: 16px;
}
span.tag.light {
  border: solid 1px #fff;
  border: solid 1px rgba(255, 255, 255, 0.9);
  color: #fff;
}
table.table-col,
table.table-row {
  width: 100%;
}
table.table-col th,
table.table-row th,
table.table-col td,
table.table-row td {
  line-height: 1.4;
}
table.table-col th,
table.table-row th {
  vertical-align: top;
}
table.table-col th label,
table.table-row th label,
table.table-col th span,
table.table-row th span {
  display: inline-block;
  white-space: nowrap;
}
table.table-row th,
table.table-row td {
  text-align: left;
}
table.table-row th label,
table.table-row th span {
  display: inline-block;
}
table.table-col th,
table.table-col td {
  text-align: center;
}
table.text-center th,
table.text-center td {
  text-align: center;
}
table.text-left th,
table.text-left td {
  text-align: left;
}
table.eng th,
table.eng td {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active table.eng th,
.wf-active table.eng td {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
table.table-a {
  border-top: 1px #222 solid;
  border-bottom: 1px #c8c8c8 solid;
}
table.table-a thead th {
  padding: 20px 0;
  font-weight: 700;
  color: #222;
  border: 0;
  border-top: 1px #222 solid;
  text-align: center;
  font-size: 16px;
}
table.table-a thead th.eng {
  font-weight: 700;
}
table.table-a thead tr:first-child th {
  border-top: 0;
}
table.table-a tbody th,
table.table-a tbody td {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  border-top: 1px #e4e4e4 solid;
}
table.table-a tbody th,
table.table-a tbody td,
table.table-a tbody th p,
table.table-a tbody td p {
  color: #666;
}
table.table-a tbody th p,
table.table-a tbody td p {
  margin: 10px 0 0;
}
table.table-a tbody th p:first-child,
table.table-a tbody td p:first-child {
  margin: 0;
}
table.table-a tbody td {
  line-height: 1.8;
}
table.table-a tbody th {
  color: #222;
  font-weight: 500;
}
table.table-a tbody .secondary {
  color: #222;
}
table.table-a tr.has-bg td {
  background-color: #fafafa;
}
table.table-a tr.total td {
  font-weight: 500;
  color: #000;
  background-color: #f5fbf6;
}
table.table-a tr.total td.eng {
  font-weight: 500;
}
table.table-a .list {
  margin: 0;
}
table.table-a .list li {
  position: relative;
  margin: 0 0 0 15px;
}
table.table-a .list li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: -15px;
}
table.table-a td.text-left {
  padding-left: 30px;
}
table.table-a td.text-right {
  padding-right: 50px;
}
table.table-a .number-large {
  font-size: 40px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  color: #ccc;
}
.wf-active table.table-a .number-large {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
table.table-a.table-row tbody tr:first-child th,
table.table-a.table-row tbody tr:first-child td {
  border-top: 0;
}
table.table-a.table-row th {
  padding-left: 40px;
  text-align: left;
}
table.table-a.table-row td {
  text-align: left;
}
table.table-b {
  border: 1px #e4e4e4 solid;
}
table.table-b thead th {
  padding: 10px 0;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #eee;
  border-left: 1px #e4e4e4 solid;
}
table.table-b thead th:first-child {
  border: 0;
}
table.table-b tbody td {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  border-left: 1px #e4e4e4 solid;
}
table.table-b tbody td:first-child {
  border: 0;
}
.section-paginate {
  margin: 60px auto 50px;
  line-height: 25px;
  font-family: 'Muli', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  cursor: default;
}
.section-paginate .wrap {
  text-align: center;
}
.section-paginate .icon {
  content: '';
  background-image: url('../img/common/icon_paginate_prev.png');
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
}
.section-paginate a {
  display: inline-block;
  padding: 0 14px;
  color: #666;
  cursor: pointer;
}
.section-paginate a:hover {
  text-decoration: none;
}
.section-paginate a.num.in {
  position: relative;
  color: #000;
}
.section-paginate a.num.in::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #000;
  margin-left: -6px;
}
.section-paginate a.nav {
  padding: 0 0px;
}
.section-paginate a.prev {
  padding-right: 3px;
}
.section-paginate a.next {
  padding-left: 3px;
}
.section-paginate .first .icon {
  background-image: url('../img/common/icon_paginate_first.png');
}
.section-paginate .next .icon {
  background-image: url('../img/common/icon_paginate_next.png');
}
.section-paginate .last .icon {
  background-image: url('../img/common/icon_paginate_last.png');
}
ul.list-a {
  line-height: 1.4;
}
ul.list-a li {
  position: relative;
  margin: 8px 0;
  padding: 0 0 0 14px;
  color: #888;
}
ul.list-a li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #2e2e2e;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -2px;
  margin-left: 2px;
}
.section-product-list {
  padding-top: 120px;
  line-height: 1.2;
  background-color: #f6f6f6;
}
.section-product-list .list-head .title {
  margin: 0;
  padding: 30px 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.section-product-list .list-head .list-type {
  float: right;
  margin-right: -4px;
}
.section-product-list .list-head .list-type a {
  display: inline-block;
  padding: 30px 0 30px 6px;
  vertical-align: middle;
}
.section-product-list .icon.list-type-a {
  content: '';
  background-image: url('../img/common/list_type_a_off.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.section-product-list .icon.list-type-b {
  content: '';
  background-image: url('../img/common/list_type_b_off.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.section-product-list a.in .icon.list-type-a {
  background-image: url('../img/common/list_type_a_on.png');
}
.section-product-list a.in .icon.list-type-b {
  background-image: url('../img/common/list_type_b_on.png');
}
.section-product-list.is-type-a .wrap {
  max-width: 1200px;
}
.section-product-list.is-type-a .list {
  margin-left: -22px;
  margin-right: -22px;
}
.section-product-list.is-type-a .module {
  margin-left: 22px;
  margin-right: 22px;
}
.section-product-list.is-type-a .pic {
  overflow: hidden;
}
.section-product-list.is-type-a .pic a img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-product-list.is-type-a .pic a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-product-list.is-type-a .desc {
  position: relative;
  margin: 20px 0 30px;
  min-height: 128px;
}
.section-product-list.is-type-a .desc p {
  margin: 10px 0;
  padding: 0;
  color: #666;
  word-break: keep-all;
}
.section-product-list.is-type-a .desc p.name {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
.section-product-list.is-type-a .desc .action {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 0;
  text-align: right;
}
.section-product-list.is-type-a .desc .action a .icon {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-product-list.is-type-a .desc .action a:hover i.icon {
  background-color: #31a05f;
  border-color: #31a05f;
}
.section-latest-news {
  margin-top: 110px;
  padding: 130px 0 90px;
  background-color: #f2f2f2;
  line-height: 1.2;
}
.section-latest-news .title {
  margin: 0 0 40px;
  padding: 0;
  color: #31a05f;
  font-weight: 600;
}
.section-latest-news .list {
  margin-left: -30px;
  margin-right: -30px;
}
.section-latest-news .module {
  margin: 0 30px;
}
.section-latest-news .desc {
  position: relative;
  margin-top: 20px;
}
.section-latest-news .desc .num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #000;
}
.section-latest-news .desc p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.section-latest-news .desc p.date {
  font-size: 14px;
  color: #909090;
}
.section-latest-news .desc p.name {
  margin-top: 17px;
  font-size: 20px;
  line-height: 1.6;
}
.section-latest-news .desc p.name a {
  color: #222;
}
.section-latest-news .desc p.name a:hover {
  text-decoration: none;
}
ul[class*="table-"] {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[class*="table-"] li {
  display: table-cell;
  margin: 0;
  padding: 0;
}
ul.table-a.is-a li {
  width: 16.67%;
}
ul.table-a a {
  height: 100%;
}
ul.table-a a {
  display: block;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: solid 1px #e1e1e1;
  margin-left: -1px;
}
ul.table-a small {
  font-weight: 400;
  margin-left: 5px;
}
ul.table-a li {
  display: table-cell;
  float: none;
  vertical-align: top;
}
ul.table-a li:first-child span {
  margin-left: 0;
}
ul.table-a li.in a {
  background-color: #31a05f;
  border: solid 1px #31a05f;
  color: #fff;
  text-decoration: underline;
}
ul.table-a li:first-child.in a {
  border-left: solid 1px #31a05f;
}
ul.table-a.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
ul.table-a.is-flex a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.table-a.is-flex span {
  padding: 0 5px;
  line-height: 1.2;
}
.ie ul.table-a.is-flex {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}
.ie ul.table-a.is-flex li {
  display: table-cell;
  float: none;
  height: 100%;
}
.ie ul.table-a.is-flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
ul.table-a.is-2 li {
  width: 50%;
}
ul.table-a.is-3 li {
  width: 33.3333%;
}
ul.table-a.is-4 li {
  width: 25%;
}
ul.table-a.is-5 li {
  width: 20%;
}
ul.table-b.is-2 li {
  width: 50%;
}
ul.table-b.is-3 li {
  width: 33.3333%;
}
ul.table-b.is-4 li {
  width: 25%;
}
ul.table-b.is-5 li {
  width: 20%;
}
ul.table-b li {
  position: relative;
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-bottom: solid 2px #ccc;
}
ul.table-b li a {
  display: block;
}
ul.table-b li .tab-title {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  padding: 10px 0;
}
ul.table-b li.in {
  border-bottom: solid 2px #31a05f;
}
ul.table-b li.in::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 13px;
  height: 8px;
  margin-left: -6px;
  background-image: url('../img/common/tab_b_icon.png');
}
ul.table-b li.in .tab-title {
  color: #31a05f;
}
ul[class*="tab-"] {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tab-a {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #f6f6f6;
}
ul.tab-a li {
  display: table-cell;
  position: relative;
  z-index: 1;
}
ul.tab-a li a {
  position: relative;
  display: block;
  padding: 20px 0;
  border: solid 2px transparent;
  border-bottom: 0;
  margin-left: -1px;
  font-size: 20px;
  text-align: center;
  color: #969696;
}
ul.tab-a li a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  height: 2px;
  margin-top: -2px;
  background-color: #31a05f;
}
ul.tab-a li a:hover {
  text-decoration: none;
}
ul.tab-a li.in {
  z-index: 2;
}
ul.tab-a li.in a {
  border-color: #31a05f;
  color: #31a05f;
  background-color: #fff;
}
ul.tab-a li.in a::before {
  background-color: transparent;
}
ul.tab-b {
  margin-top: 35px;
  height: 66px;
  border-bottom: 1px #dcdcdc solid;
}
ul.tab-b li {
  position: relative;
  float: left;
}
ul.tab-b li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: -7px 0 0 -1px;
  width: 1px;
  height: 14px;
  background-color: #dcdcdc;
}
ul.tab-b li a {
  display: block;
  padding: 0 30px;
  margin-left: -1px;
  font-size: 18px;
  color: #666;
}
ul.tab-b li a span {
  position: relative;
  display: block;
  height: 66px;
  line-height: 66px;
}
ul.tab-b li a span::before {
  display: none;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
  background-color: #31a05f;
}
ul.tab-b li a:hover {
  text-decoration: none;
}
ul.tab-b li:first-child::before {
  display: none;
}
ul.tab-b li:first-child a {
  padding-left: 0;
}
ul.tab-b li.in a {
  color: #000;
  font-weight: 500;
}
ul.tab-b li.in a span::before {
  display: block;
}
.media-aspect {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.media-aspect .media,
.media-aspect > embed,
.media-aspect > iframe,
.media-aspect > img,
.media-aspect > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html,
body {
  letter-spacing: -0.5px;
}
body {
  overflow-y: scroll;
}
.container {
  max-width: 100%;
}
.wrap {
  max-width: 1200px;
}
.wrap.is-padder {
  padding-left: 20px;
  padding-right: 20px;
}
.wrap.is-large {
  max-width: 1140px;
}
.wrap.is-xlarge {
  max-width: 1200px;
}
.wrap.is-full {
  padding: 0;
  width: auto;
  max-width: 100%;
  max-width: 100vw;
}
#container {
  min-height: 100%;
  min-height: 100vh;
}
#content {
  width: 100%;
}
/* 하단 여백, 배경색 */
#inner {
  background-color: #fff;
}
@media (max-width: 767px) {
  .padder-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.breadcrumb a,
.breadcrumb strong {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.breadcrumb li::before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb .icon.home {
  content: '';
  background-image: url('../img/common/ico_home.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.breadcrumb a {
  cursor: text;
}
#header {
  visibility: hidden;
}
.wf-active #header {
  visibility: visible;
}
#header {
  height: 100px;
  min-width: 1200px;
  /* 간격 */
}
#header.is-border-bottom .upper {
  border-bottom: solid 1px #ccc;
}
#header * {
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
#header a[href*="#"] {
  cursor: default;
}
#header .container {
  position: fixed;
  z-index: 20;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  overflow: visible;
}
.is-scroll-up #header .container {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#header .wrap {
  max-width: 100%;
}
#header .logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#header .logo .icon {
  content: '';
  background-image: url('../img/common/logo.png');
  width: 282px;
  height: 60px;
  background-size: 282px 60px;
}
#header .nav a.d1 {
  position: relative;
}
#header .nav a.d1:hover {
  text-decoration: none;
}
#header .nav a.d1 img {
  width: auto;
  vertical-align: middle;
}
#header .nav a.d1 strong,
#header .nav a.d1 small {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 1px;
  padding-right: 1px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  letter-spacing: -1px;
}
#header .nav a.d1 small {
  font-size: 14px;
  letter-spacing: 0;
  color: #909090;
}
#header .nav .links {
  position: relative;
}
#header .nav .links a.d1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 30px;
  background: #65767d;
  -webkit-transform: translate(0, -110%);
      -ms-transform: translate(0, -110%);
          transform: translate(0, -110%);
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#header .nav .links.in a strong,
#header .nav .links:hover a strong,
#header .nav .links a:hover strong {
  color: #fff;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
#header .nav .links.in a::before,
#header .nav .links:hover a::before,
#header .nav .links a:hover::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#header .nav .utils strong {
  font-size: 14px;
}
#header .nav .col.is-pipe {
  position: relative;
}
#header .nav .col.is-pipe::before {
  content: '';
  display: block;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 34px;
  width: 1px;
  background-color: #bfbfbf;
}
#header .nav .col.is-dot {
  position: relative;
}
#header .nav .col.is-dot::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 2px;
  margin-top: -2px;
  background-color: #bfbfbf;
}
#header .nav .col.is-lang .icon {
  content: '';
  background-image: url('../img/common/nav_lang.png');
  width: 30px;
  height: 60px;
  background-size: 30px 60px;
}
#header .nav .col.is-lang span {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active #header .nav .col.is-lang span {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
#header .nav .col.is-menu-toggler .icon {
  content: '';
  background-image: url('../img/common/nav_allmenu_off.png');
  width: 30px;
  height: 60px;
  background-size: 30px 60px;
}
#header .wrap {
  min-width: 1180px;
}
#header a.d1 {
  display: inline-block;
  padding: 20px 0;
}
#header .logo {
  padding-left: 1%;
}
#header .nav {
  padding-right: 1%;
}
#header .nav a.d1 {
  padding-left: 10px;
  padding-right: 10px;
}
#header .nav .nth-child-5 a.d1 {
  padding-right: 20px;
}
#header .nav .nth-child-6 a.d1 {
  padding-left: 15px;
  padding-right: 15px;
}
#header .nav .nth-child-7 {
  display: none;
}
#header .nav .nth-child-7 a.d1 {
  padding-left: 15px;
  padding-right: 5px;
}
#header .nav .nth-child-8 a.d1 {
  padding-left: 14px;
  padding-right: 15px;
}
#header .nav .nth-child-9 a.d1 {
  padding-right: 15px;
}
#header .nav .nth-child-10 a.d1 {
  padding-left: 15px;
}
@media (min-width: 1380px) {
  #header .logo {
    padding-left: 1.5%;
  }
  #header .nav {
    padding-right: 1.5%;
  }
  #header .nav a.d1 {
    padding-left: 12px;
    padding-right: 12px;
  }
  #header .nav .nth-child-5 a.d1 {
    padding-right: 20px;
  }
  #header .nav .nth-child-6 a.d1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .nav .nth-child-7 a.d1 {
    padding-left: 22px;
    padding-right: 9px;
  }
  #header .nav .nth-child-8 a.d1 {
    padding-left: 21px;
    padding-right: 22px;
  }
  #header .nav .nth-child-9 a.d1 {
    padding-right: 20px;
  }
  #header .nav .nth-child-10 a.d1 {
    padding-left: 26px;
  }
}
@media (min-width: 1850px) {
  #header .logo {
    padding-left: 2%;
  }
  #header .nav {
    padding-right: 2%;
  }
  #header .nav a.d1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .nav .nth-child-5 a.d1 {
    padding-right: 24px;
  }
  #header .nav .nth-child-6 a.d1 {
    padding-left: 24px;
    padding-right: 24px;
  }
  #header .nav .nth-child-7 a.d1 {
    padding-left: 29px;
    padding-right: 9px;
  }
  #header .nav .nth-child-8 a.d1 {
    padding-left: 28px;
    padding-right: 29px;
  }
  #header .nav .nth-child-9 a.d1 {
    padding-right: 20px;
  }
  #header .nav .nth-child-10 a.d1 {
    padding-left: 26px;
  }
}
#header a.d1 {
  position: relative;
  z-index: 22;
}
#header .sub-wrap {
  position: absolute;
  z-index: -1;
  top: 50%;
  margin-top: 14px;
  left: -1px;
  min-width: 126px;
  background: #65767d;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.1s, z-index 0s linear 0.1s, opacity 0.1s linear 0s, -webkit-transform 0.1s linear 0s;
  transition: visibility 0s linear 0.1s, z-index 0s linear 0.1s, opacity 0.1s linear 0s, -webkit-transform 0.1s linear 0s;
  -o-transition: visibility 0s linear 0.1s, z-index 0s linear 0.1s, opacity 0.1s linear 0s, transform 0.1s linear 0s;
  transition: visibility 0s linear 0.1s, z-index 0s linear 0.1s, opacity 0.1s linear 0s, transform 0.1s linear 0s;
  transition: visibility 0s linear 0.1s, z-index 0s linear 0.1s, opacity 0.1s linear 0s, transform 0.1s linear 0s, -webkit-transform 0.1s linear 0s;
}
#header .links:hover .sub-wrap {
  opacity: 1;
  z-index: 21;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#header ul.d2 {
  margin: 20px;
  line-height: 1.2;
}
#header ul.d2 li.d2 {
  padding: 6px 0;
}
#header ul.d2 li.d2 a {
  display: block;
  position: relative;
  opacity: 0.6;
  font-size: 14px;
  color: #fff;
}
#header ul.d2 li.d2 a:hover {
  opacity: 1;
}
#header ul.d2 li.d2 span {
  white-space: nowrap;
  word-break: keep-all;
}
#header ul.d2 li.d2.in a {
  text-decoration: underline;
  opacity: 1;
}
#footer {
  border-top: solid 1px #e4e4e4;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  line-height: 1.2;
}
.has-page-nav #footer {
  border-top: 0;
}
#footer .grid {
  padding-left: 20px;
  padding-right: 20px;
}
#footer a {
  color: #666;
}
#footer .wrap {
  max-width: 1244px;
}
#footer .wrap img {
  width: 1204px;
}
#footer .core {
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 12px;
  text-align: left;
}
#footer .core .tab {
  margin: 0;
  padding: 0;
}
#footer .core .tab li {
  position: relative;
  padding: 0 9px 0 10px;
}
#footer .core .tab li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}
#footer .core .tab li:first-child {
  padding-left: 0;
}
#footer .core .tab li:first-child::before {
  display: none;
}
#footer .core .utils {
  font-size: 13px;
  font-weight: 500;
}
#footer .core .addresses {
  padding: 20px 0 20px;
}
#footer .core .copyrights {
  padding-top: 8px;
  font-weight: 500;
  color: #333;
}
#footer .socials {
  padding-top: 33px;
}
#footer .socials .module {
  float: right;
}
#footer .socials .icon {
  margin: 0 3px 0 4px;
}
/* top button */
#topButton {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  margin: 20px;
  -webkit-transform: scale(0) translate(0, 200%);
      -ms-transform: scale(0) translate(0, 200%);
          transform: scale(0) translate(0, 200%);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  opacity: 0;
}
#topButton a {
  display: inline-block;
}
#topButton a span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 74px;
}
#topButton a span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(140, 140, 140, 0.9);
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
#topButton a:hover span::before {
  width: 70px;
  height: 70px;
  background-color: #8c8c8c;
}
#topButton a.is-clicked span::before {
  background-color: #03965f;
}
#topButton a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#topButton a i em {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
.is-scroll-downed #topButton {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.breadcrumb-wrap {
  margin-top: 4px;
  overflow: visible;
}
.breadcrumb-wrap .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1220px) {
  .breadcrumb-wrap .wrap {
    padding-left: 3.38541667%;
    padding-right: 3.38541667%;
  }
}
.breadcrumb-wrap .holder {
  position: relative;
}
.breadcrumb-wrap .back {
  float: left;
}
.breadcrumb-wrap .back .icon {
  content: '';
  background-image: url('../img/common/icon_back_02.png');
  width: 40px;
  height: 56px;
  background-size: 40px 56px;
}
.breadcrumb-wrap .breadcrumb {
  float: right;
}
.breadcrumb-wrap .breadcrumb li {
  height: 56px;
  line-height: 56px;
}
#allmenu .logo-wrap {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
}
#allmenu .logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 1%;
}
#allmenu .logo .icon {
  content: '';
  background-image: url('../img/common/logo.png');
  width: 282px;
  height: 60px;
  background-size: 282px 60px;
}
#allmenu .logo a {
  display: inline-block;
  padding: 20px 0;
}
#allmenu .closer {
  float: right;
  padding-right: 1%;
}
#allmenu .closer a {
  display: inline-block;
  padding: 20px 0;
}
#allmenu .closer .icon {
  content: '';
  background-image: url('../img/common/icon_allmenu_close.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
@media (min-width: 1380px) {
  #allmenu .logo {
    padding-left: 1.5%;
  }
  #allmenu .closer {
    padding-right: 1.5%;
  }
}
@media (min-width: 1850px) {
  #allmenu .logo {
    padding-left: 2%;
  }
  #allmenu .closer {
    padding-right: 2%;
  }
}
#allmenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#allmenu .holder {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#allmenu .wrapper {
  display: table-cell;
  vertical-align: middle;
}
#allmenu .inner {
  position: relative;
  margin: 0;
}
#allmenu .inner::before {
  content: '';
  display: block;
  position: relative;
  z-index: 1001;
  top: 174px;
  left: 0;
  right: 0;
  height: 2px;
  overflow: hidden;
  background-color: #ccc;
}
#allmenu .allmenu {
  max-width: 1920px;
  min-width: 1260px;
  margin: 0 auto;
  width: 75%;
}
#allmenu .allmenu .item {
  position: relative;
  z-index: 1002;
  width: 16.67%;
  width: 125px;
  vertical-align: top;
}
#allmenu .allmenu .item::before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1004;
  top: 0;
  left: 0;
  width: 126px;
  height: 126px;
  border-radius: 126px;
  background-color: #31a05f;
  margin-top: 30px;
  margin-left: 110px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .allmenu a {
  color: #000;
  text-decoration: none;
}
#allmenu .allmenu .subject {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 1006;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  overflow: hidden;
}
#allmenu .allmenu .subject span {
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .allmenu .subject span:nth-child(2),
#allmenu .allmenu .subject span:nth-child(3) {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
#allmenu .allmenu .subject span:nth-child(3) {
  -webkit-transform: translate(0, 101%);
      -ms-transform: translate(0, 101%);
          transform: translate(0, 101%);
  color: #fff;
}
#allmenu .allmenu .item-wrap {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  min-height: 330px;
  overflow: hidden;
}
#allmenu .allmenu .background {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translate(-100%, 0) scale(1);
      -ms-transform: translate(-100%, 0) scale(1);
          transform: translate(-100%, 0) scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .allmenu .background.nth-child-1 {
  right: 0;
}
#allmenu .allmenu .background.nth-child-2 {
  width: 110px;
  height: 85px;
  left: 100%;
  margin-left: 20px;
  margin-top: -35px;
}
#allmenu .allmenu .background.nth-child-3 {
  left: 0;
  top: auto;
  z-index: 1003;
  bottom: 0;
  width: 110px;
  height: 90px;
  margin-left: -84px;
  margin-bottom: -20px;
}
#allmenu .allmenu .item.in::before,
#allmenu .allmenu .item:hover::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#allmenu .allmenu .item.in .subject span,
#allmenu .allmenu .item:hover .subject span {
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .allmenu .item.in .subject span:nth-child(2),
#allmenu .allmenu .item:hover .subject span:nth-child(2) {
  -webkit-transform: translate(0, -101%);
      -ms-transform: translate(0, -101%);
          transform: translate(0, -101%);
}
#allmenu .allmenu .item.in .subject span:nth-child(3),
#allmenu .allmenu .item:hover .subject span:nth-child(3) {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#allmenu .allmenu .item.in .item-wrap,
#allmenu .allmenu .item:hover .item-wrap {
  padding-top: 90px;
}
#allmenu .allmenu .item.in .sub-wrap a,
#allmenu .allmenu .item:hover .sub-wrap a {
  color: #fff;
}
#allmenu .allmenu .item.in .background,
#allmenu .allmenu .item:hover .background {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .allmenu .item.in .background.nth-child-2,
#allmenu .allmenu .item:hover .background.nth-child-2,
#allmenu .allmenu .item.in .background.nth-child-3,
#allmenu .allmenu .item:hover .background.nth-child-3 {
  opacity: 0.4;
}
#allmenu .allmenu div.sub-wrap {
  position: relative;
  z-index: 1007;
  margin-top: 50px;
}
#allmenu .allmenu ul.d2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#allmenu .allmenu li.d2 {
  margin: 0;
  padding: 0;
}
#allmenu .allmenu a.d2 {
  display: block;
  padding: 7px 0;
}
#allmenu .allmenu .item .background.nth-child-2 {
  left: 100%;
  margin-left: 20px;
  margin-top: -35px;
}
#allmenu .allmenu .item .background.nth-child-3 {
  left: 0;
  top: auto;
  bottom: 0;
  margin-left: -84px;
  margin-bottom: -20px;
}
#allmenu .allmenu .item.nth-child-1 .background.nth-child-2,
#allmenu .allmenu .item.nth-child-4 .background.nth-child-2 {
  left: -60px;
  margin-top: -20px;
}
#allmenu .allmenu .item.nth-child-1 .background.nth-child-3,
#allmenu .allmenu .item.nth-child-4 .background.nth-child-3 {
  left: 90%;
  margin-left: 0px;
  margin-bottom: 20px;
}
#allmenu .allmenu .item.nth-child-3 .background.nth-child-2,
#allmenu .allmenu .item.nth-child-5 .background.nth-child-2 {
  left: -60px;
  margin-top: -20px;
}
#allmenu .allmenu .item.nth-child-3 .background.nth-child-3,
#allmenu .allmenu .item.nth-child-5 .background.nth-child-3 {
  left: 20px;
  margin-left: 70%;
  margin-bottom: -50px;
}
#allmenu {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#allmenu .inner {
  -webkit-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
          transform: translate(0, -40px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.is-allmenu-anim #allmenu {
  visibility: visible;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.is-allmenu-anim #allmenu .inner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.js-inview .inview-el {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
}
.js-inview .inview-el.fade-in {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-inview .inview-el.nth-child-1 {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}
.js-inview .inview-el.nth-child-2 {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.js-inview .inview-el.nth-child-3 {
  -webkit-transition-delay: 350ms;
       -o-transition-delay: 350ms;
          transition-delay: 350ms;
}
.js-inview .inview-el.nth-child-4 {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.js-inview .inview-el.nth-child-5 {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}
.js-inview .inview-el.nth-child-6 {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}
.js-inview .inview-el.nth-child-7 {
  -webkit-transition-delay: 550ms;
       -o-transition-delay: 550ms;
          transition-delay: 550ms;
}
.js-inview.is-inviewed .inview-el {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.md-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 300ms linear 300ms, visibility 0s linear 300ms, z-index 0s linear 0s, -webkit-transform 300ms linear 300ms;
  transition: opacity 300ms linear 300ms, visibility 0s linear 300ms, z-index 0s linear 0s, -webkit-transform 300ms linear 300ms;
  -o-transition: transform 300ms linear 300ms, opacity 300ms linear 300ms, visibility 0s linear 300ms, z-index 0s linear 0s;
  transition: transform 300ms linear 300ms, opacity 300ms linear 300ms, visibility 0s linear 300ms, z-index 0s linear 0s;
  transition: transform 300ms linear 300ms, opacity 300ms linear 300ms, visibility 0s linear 300ms, z-index 0s linear 0s, -webkit-transform 300ms linear 300ms;
}
.is-overlay .md-overlay {
  z-index: 100;
  -webkit-transition: opacity 300ms linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 300ms linear 0s;
  transition: opacity 300ms linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 300ms linear 0s;
  -o-transition: transform 300ms linear 0s, opacity 300ms linear 0s, visibility 0s linear 0s, z-index 0s linear 0;
  transition: transform 300ms linear 0s, opacity 300ms linear 0s, visibility 0s linear 0s, z-index 0s linear 0;
  transition: transform 300ms linear 0s, opacity 300ms linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 300ms linear 0s;
}
.md-overlay {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.is-overlay .md-overlay {
  visibility: visible;
  opacity: 1;
}
/*  epass indicator ====================================================== */
.md-indicator > span {
  display: block;
  margin: 0 auto;
  background: transparent;
  -webkit-animation: load8 0.6s infinite linear;
          animation: load8 0.6s infinite linear;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.md-indicator {
  position: fixed;
  top: 50%;
  right: 50%;
  width: 300px;
  margin-top: -34px;
  margin-right: -156px;
  text-align: center;
  visibility: visible;
  z-index: -1;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  -o-transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.md-indicator > span {
  position: relative;
  text-indent: -9999em;
  font-size: 10px;
}
.is-indicator .md-indicator {
  z-index: 1000;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  -o-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.is-indicator .md-indicator > span {
  border: 7px solid #ffffff;
  border-left: 7px solid rgba(255, 255, 255, 0.2);
}
.is-indicator-short .md-indicator {
  z-index: 1000;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}
.is-indicator-short .md-indicator > span {
  border: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid #000000;
}
.no-ie.is-indicator .md-indicator::before {
  color: #fff;
}
.no-ie.is-indicator-short .md-indicator::before {
  color: #000;
}
.no-ie .md-indicator::before {
  content: 'loading';
  content: var(--site-name);
  font-size: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.md-indicator > span {
  display: none;
}
.md-indicator > span:first-child {
  display: block;
}
.md-indicator > span,
.md-indicator > span:after {
  width: 74px;
  height: 74px;
  border-radius: 100%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
		  /*margin-left:-150px;*/
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
/*************************** components ***********************************/
/* navigation */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  /*
  .svg-background("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='@{themeColor}'/></svg>");
  */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  /*
  .svg-background("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='@{themeColor}'/></svg>");
  */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
/*
.navigation-color-loop({
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    &.swiper-button-@{navColorName} {
      .svg-background("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='@{navColorValue}'/></svg>");
    }
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    &.swiper-button-@{navColorName} {
      .svg-background("<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='@{navColorValue}'/></svg>");
    }
  }
});
*/
.swiper-button-lock {
  display: none;
}
/* pagination */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 !important;
}
.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 100%;
  background-color: #eaeaea;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active::before {
  background-color: #31a05f;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ef151e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* zoom */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* flip */
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  /*
  .svg-background("<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#6c6c6c' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
  */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  /*
  .svg-background("<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='#fff' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='#l' opacity='.27'/><use xlink:href='#l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* slider */
.slider-wrap {
  clear: both;
}
.swiper-control {
  margin-top: 20px;
  text-align: center;
}
.swiper-control .swiper-play {
  display: inline-block;
}
.swiper-control .swiper-play .icon {
  content: '';
  background-image: url('../img/module/icon_swiper_stop.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: top;
}
.swiper-control .swiper-play.stop .icon {
  background-image: url('../img/module/icon_swiper_play.png');
}
.swiper-control .swiper-pagination {
  position: static;
  display: inline-block;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  vertical-align: top;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px #969696 solid;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #31a05f;
  border: 0;
}
.js-slider .swiper-control {
  display: none;
}
.js-slider .swiper-navigation {
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -18px;
  width: 50px;
  height: 36px;
  background: none;
}
.js-slider .swiper-navigation .icon {
  width: 50px;
  height: 36px;
  background-color: #000;
}
.js-slider .swiper-navigation .icon::before,
.js-slider .swiper-navigation .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -4px;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
.js-slider .swiper-navigation .icon::after {
  margin-top: -1px;
}
.js-slider .swiper-navigation.swiper-button-prev {
  left: 0;
}
.js-slider .swiper-navigation.swiper-button-prev .icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.js-slider .swiper-navigation.swiper-button-prev .icon::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.js-slider .swiper-navigation.swiper-button-next {
  right: 0;
}
.js-slider .swiper-navigation.swiper-button-next .icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.js-slider .swiper-navigation.swiper-button-next .icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.js-slider .swiper-navigation:hover .icon {
  background-color: #31a05f;
}
.js-slider.loaded .swiper-control,
.js-slider.loaded .swiper-navigation {
  display: block;
}
/*
TopBox is derived from Nivo Lightbox v1.3.1, created by Dev7studios:
http://dev7studios.com/nivo-lightbox

TopBox is updated for jQuery 3 and has additional features / content support.
Maintained by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
/* Core CSS to make the lightbox work */
.topbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topbox_overlay,
.topbox_overlay *,
.topbox_overlay *:before,
.topbox_overlay *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.topbox_fill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topbox_overlay.topbox_open {
  visibility: visible;
  opacity: 1;
}
.topbox_wrapper {
  position: absolute;
  z-index: 99996;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.topbox_content {
  width: auto;
  height: auto;
  position: relative;
  z-index: 99998;
  height: 80vh;
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbox_title_wrap {
  position: relative;
  z-index: 99998;
}
.topbox_loading_message {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.topbox_loading .topbox_loading_message {
  display: block;
}
.topbox_nav {
  display: none;
}
.topbox_prev,
.topbox_next,
.topbox_close {
  position: absolute;
  z-index: 99999;
}
.topbox_prev {
  left: 0;
}
.topbox_next {
  right: 0;
}
.topbox_close {
  top: 0;
  right: 0;
}
.topbox_close_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
}
.topbox_image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}
.topbox_html5_audio_wrap {
  width: 100%;
  height: 100%;
}
.topbox_html5audio {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.topbox_html5_video_wrap {
  width: 100%;
}
.topbox_html5video {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.topbox_iframe_wrap,
.topbox_iframe,
.topbox_pdf_wrap,
.topbox_pdf {
  width: 100%;
  height: 100%;
  display: block;
}
.topbox_embedded_web_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.topbox_embedded_web_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Fix for video sizing, if using the Plyr plugin for custom video controls
https://github.com/sampotts/plyr
*/
.topbox_content .plyr {
  min-width: 100%;
}
.topbox_inline,
.topbox_ajax {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.topbox_error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.topbox_error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects */
.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_fadeScale,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown,
.topbox_notouch .topbox_effect_fall {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.topbox_effect_fadeScale .topbox_wrap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.topbox_effect_fadeScale.topbox_open .topbox_wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.topbox_effect_slideLeft .topbox_wrap,
.topbox_effect_slideRight .topbox_wrap,
.topbox_effect_slideUp .topbox_wrap,
.topbox_effect_slideDown .topbox_wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.topbox_effect_slideLeft .topbox_wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.topbox_effect_slideRight .topbox_wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.topbox_effect_slideLeft.topbox_open .topbox_wrap,
.topbox_effect_slideRight.topbox_open .topbox_wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.topbox_effect_slideDown .topbox_wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.topbox_effect_slideUp .topbox_wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.topbox_effect_slideUp.topbox_open .topbox_wrap,
.topbox_effect_slideDown.topbox_open .topbox_wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.topbox_body-effect_fall .topbox_effect_fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.topbox_effect_fall .topbox_wrap {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.topbox_effect_fall.topbox_open .topbox_wrap {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/* Our default lightbox skin (darkroom) */
.topbox_open .topbox_blur_wrapper {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.9);
}
.topbox_loading_message,
.topbox_pdf_mobile_message {
  color: #FFFFFF;
  font-size: 18px;
}
.topbox_skin_darkroom a.topbox_pdf_mobile_button,
.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited {
  color: #FFFFFF;
  border-radius: 1rem;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding: 1rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}
.topbox_skin_darkroom a.topbox_pdf_mobile_button:hover,
.topbox_skin_darkroom a.topbox_pdf_mobile_button:active {
  opacity: 1;
}
.topbox_skin_darkroom .topbox_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topbox_skin_darkroom .topbox_prev,
.topbox_skin_darkroom .topbox_next,
.topbox_skin_darkroom .topbox_close {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 45px;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding: 30px;
  line-height: 1;
}
.topbox_skin_darkroom .topbox_close {
  margin-top: -10px;
}
.topbox_skin_darkroom .topbox_prev:hover,
.topbox_skin_darkroom .topbox_next:hover,
.topbox_skin_darkroom .topbox_close:hover {
  opacity: 1;
}
.topbox_skin_darkroom .topbox_prev:before {
  content: "‹";
}
.topbox_skin_darkroom .topbox_next:before {
  content: "›";
}
.topbox_skin_darkroom .topbox_close:before {
  content: "×";
}
.topbox_skin_darkroom .topbox_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  margin-top: 7px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}
.topbox_skin_darkroom .topbox_ajax,
.topbox_skin_darkroom .topbox_inline {
  background: #fff;
  padding: 40px;
}
.topbox_image {
  border: solid 10px #fff;
}
.topbox_skin_darkroom .topbox_close:before,
.topbox_skin_darkroom .topbox_prev:before,
.topbox_skin_darkroom .topbox_next:before {
  display: inline-block;
  content: '';
  width: 54px;
  height: 54px;
  background-image: url('../img/modal/nav_prev.png');
  background-size: 54px 54px;
}
.topbox_skin_darkroom .topbox_next:before {
  background-image: url('../img/modal/nav_next.png');
}
.topbox_skin_darkroom .topbox_close:before {
  background-image: url('../img/modal/modal_close.png');
}
.topbox_content {
  height: 100vh;
}
.topbox_loading_message {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
}
.wf-active .topbox_loading_message {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
/* defaults */
.char {
  display: inline-block;
}
.in .char,
.in .char::before,
.in .char::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
          animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
       -o-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
          transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
}
.in span:nth-of-type(2n) .char,
.in span:nth-of-type(2n) .char::before,
.in span:nth-of-type(2n) .char::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
          animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
       -o-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
          transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
}
/* generates */
.ie .in .char:nth-of-type(1) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -webkit-transition: all 400ms 500ms;
  -o-transition: all 400ms 500ms;
  transition: all 400ms 500ms;
}
.ie .in .char:nth-of-type(2) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  -webkit-transition: all 400ms 600ms;
  -o-transition: all 400ms 600ms;
  transition: all 400ms 600ms;
}
.ie .in .char:nth-of-type(3) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  -webkit-transition: all 400ms 700ms;
  -o-transition: all 400ms 700ms;
  transition: all 400ms 700ms;
}
.ie .in .char:nth-of-type(4) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  -webkit-transition: all 400ms 800ms;
  -o-transition: all 400ms 800ms;
  transition: all 400ms 800ms;
}
.ie .in .char:nth-of-type(5) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  -webkit-transition: all 400ms 900ms;
  -o-transition: all 400ms 900ms;
  transition: all 400ms 900ms;
}
.ie .in .char:nth-of-type(6) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  -webkit-transition: all 400ms 1000ms;
  -o-transition: all 400ms 1000ms;
  transition: all 400ms 1000ms;
}
.ie .in .char:nth-of-type(7) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
  -webkit-transition: all 400ms 1100ms;
  -o-transition: all 400ms 1100ms;
  transition: all 400ms 1100ms;
}
.ie .in .char:nth-of-type(8) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
  -webkit-transition: all 400ms 1200ms;
  -o-transition: all 400ms 1200ms;
  transition: all 400ms 1200ms;
}
.ie .in .char:nth-of-type(9) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
  -webkit-transition: all 400ms 1300ms;
  -o-transition: all 400ms 1300ms;
  transition: all 400ms 1300ms;
}
.ie .in .char:nth-of-type(10) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
  -webkit-transition: all 400ms 1400ms;
  -o-transition: all 400ms 1400ms;
  transition: all 400ms 1400ms;
}
.ie .in .char:nth-of-type(11) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
  -webkit-transition: all 400ms 1500ms;
  -o-transition: all 400ms 1500ms;
  transition: all 400ms 1500ms;
}
.ie .in .char:nth-of-type(12) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
  -webkit-transition: all 400ms 1600ms;
  -o-transition: all 400ms 1600ms;
  transition: all 400ms 1600ms;
}
.ie .in .char:nth-of-type(13) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
  -webkit-transition: all 400ms 1700ms;
  -o-transition: all 400ms 1700ms;
  transition: all 400ms 1700ms;
}
.ie .in .char:nth-of-type(14) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
  -webkit-transition: all 400ms 1800ms;
  -o-transition: all 400ms 1800ms;
  transition: all 400ms 1800ms;
}
.ie .in .char:nth-of-type(15) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
  -webkit-transition: all 400ms 1900ms;
  -o-transition: all 400ms 1900ms;
  transition: all 400ms 1900ms;
}
.ie .in .char:nth-of-type(16) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
  -webkit-transition: all 400ms 2000ms;
  -o-transition: all 400ms 2000ms;
  transition: all 400ms 2000ms;
}
.ie .in .char:nth-of-type(17) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
  -webkit-transition: all 400ms 2100ms;
  -o-transition: all 400ms 2100ms;
  transition: all 400ms 2100ms;
}
.ie .in .char:nth-of-type(18) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
  -webkit-transition: all 400ms 2200ms;
  -o-transition: all 400ms 2200ms;
  transition: all 400ms 2200ms;
}
.ie .in .char:nth-of-type(19) {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
  -webkit-transition: all 400ms 2300ms;
  -o-transition: all 400ms 2300ms;
  transition: all 400ms 2300ms;
}
.ie .in .char:nth-of-type(20) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
  -webkit-transition: all 400ms 2400ms;
  -o-transition: all 400ms 2400ms;
  transition: all 400ms 2400ms;
}
/* text--r */
.text--r {
  overflow: hidden;
  padding-bottom: 10px;
}
.text--r .word {
  position: relative;
}
.text--r .word::before,
.text--r .word::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 10px;
  height: 8px;
  background-color: #fff;
  visibility: visible;
}
.text--r .word::before {
  width: 140%;
}
.text--r .word::after {
  background-color: #000;
  width: 0;
}
.out .text--r .word {
  color: #fff;
}
.in .text--r .word {
  color: #000;
}
.in .text--r .word::after {
  width: 140%;
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-delay: calc((var(--char-index) * 100ms) + 200ms);
       -o-transition-delay: calc((var(--char-index) * 100ms) + 200ms);
          transition-delay: calc((var(--char-index) * 100ms) + 200ms);
}
.in .text--r .word,
.in .text--r .word::after {
  -webkit-transition-duration: 400ms;
       -o-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-delay: calc((var(--char-index) * 120ms) + 200ms);
       -o-transition-delay: calc((var(--char-index) * 120ms) + 200ms);
          transition-delay: calc((var(--char-index) * 120ms) + 200ms);
}
/* text--fading */
.text--fading .char {
  opacity: 0;
}
.in .text--fading .char {
  opacity: 1;
}
.out .text--fading .char {
  opacity: 0;
}
/* text-slide-up */
.text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}
.in .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* slider */
.swiper-slide .text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}
.in .swiper-slide-active .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* inviewed */
.js-inview .text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}
.js-inview.in .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* text--slide */
.text--slide-left .char {
  opacity: 0;
  -webkit-transform: translate(300%, 0);
      -ms-transform: translate(300%, 0);
          transform: translate(300%, 0);
}
.in .text--slide-left .char {
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg);
      -ms-transform: translate(0, 0) skewX(0deg);
          transform: translate(0, 0) skewX(0deg);
  -webkit-transition-delay: calc(var(--char-index) * 0.1s);
       -o-transition-delay: calc(var(--char-index) * 0.1s);
          transition-delay: calc(var(--char-index) * 0.1s);
}
.text--slide-left.skew .char {
  -webkit-transform: translate(300%, 0) skewX(20deg);
      -ms-transform: translate(300%, 0) skewX(20deg);
          transform: translate(300%, 0) skewX(20deg);
}
.in .text--slide-left.skew .char {
  -webkit-transform: translate(0, 0) skewX(0deg);
      -ms-transform: translate(0, 0) skewX(0deg);
          transform: translate(0, 0) skewX(0deg);
}
.out .text--slide-left.reverse .char {
  -webkit-transform: translate(-300%, 0);
      -ms-transform: translate(-300%, 0);
          transform: translate(-300%, 0);
}
.in .text--slide-left.reverse .char {
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
       -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
          transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.out .text--slide-left.reverse.skew .char {
  -webkit-transform: translate(-300%, 0) skewX(20deg);
      -ms-transform: translate(-300%, 0) skewX(20deg);
          transform: translate(-300%, 0) skewX(20deg);
}
/* generates */
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(1) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(6) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(9) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(10) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(10) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
/* text--swapsies */
.text--swapsies .char {
  opacity: 0;
}
.text--swapsies .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.text--swapsies .char:nth-of-type(even) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.in .text--swapsies .char {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.in .text--swapsies .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-name: swap-left;
          animation-name: swap-left;
}
.in .text--swapsies .char:nth-of-type(even) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-name: swap-right;
          animation-name: swap-right;
}
@-webkit-keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
            transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
            transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
            transform: translateX(0) translateY(100%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
/* text--flipping */
.text--flipping .char {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.in .text--flipping .char {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* text--karaoke */
.text--karaoke .char {
  color: rgba(255, 255, 255, 0.15);
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.text--karaoke .char::after {
  -ms-clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  color: #fff;
  visibility: visible;
}
.in .text--karaoke .char {
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.in .text--karaoke .char::after {
  -ms-clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
/* text--filling */
.text--filling .char {
  color: rgba(255, 255, 255, 0.15);
  color: #000;
}
.text--filling .char::after {
  color: #fff;
  visibility: visible;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.in .text--filling .char::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
/* text--block */
.text--blocks .char {
  visibility: hidden;
}
.in .text--blocks {
  display: block;
  overflow: hidden;
  position: relative;
}
.in .text--blocks .char {
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  visibility: visible;
}
.in .text--blocks::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #00965f;
  -webkit-animation-name: block;
          animation-name: block;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.in .text--blocks:nth-of-type(2)::after {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.in .text--blocks.inline-block {
  display: inline-block;
}
@-webkit-keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
    width: 100%;
  }
  45%,
  55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
    width: 0;
  }
}
@keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
    width: 100%;
  }
  45%,
  55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
    width: 0;
  }
}
/* text--scaling */
.text--scaling .char {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.in .text--scaling .char {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
/* text--turning */
.text--turning .char {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}
.in .text--turning .char {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* text--bulge */
.in .text--bulge .char {
  -webkit-animation-name: bulge;
          animation-name: bulge;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/* text--perspective */
.text--perspective {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.text--perspective .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, 20px, -800px);
          transform: translate3d(-25px, 20px, -800px);
}
.in .text--perspective .char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  -o-transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.05s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
/* text--zipping */
.text--zipping {
  overflow: hidden;
}
.text--zipping .char {
  opacity: 0;
}
.text--zipping .char:nth-of-type(odd) {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.text--zipping .char:nth-of-type(even) {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.in .text--zipping .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  -o-transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
/* text--bubbling  */
.text--bubbling .char {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.in .text--bubbling .char {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.in .text--bubbling .char:nth-of-type(4n+1) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.in .text--bubbling .char:nth-of-type(4n+2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.in .text--bubbling .char:nth-of-type(4n+3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.in .text--bubbling .char:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
/* text--blowing  */
.text--blowing .char {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.in .text--blowing .char {
  -webkit-animation-name: blowing;
          animation-name: blowing;
  -webkit-animation-delay: calc(var(--char-index) * 25ms);
          animation-delay: calc(var(--char-index) * 25ms);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@-webkit-keyframes blowing {
  50%,
  60%,
  70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%,
  65%,
  75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
@keyframes blowing {
  50%,
  60%,
  70% {
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
  }
  55%,
  65%,
  75% {
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}
/* text--random */
.text--random .char {
  opacity: 0;
}
.text--random .char:nth-of-type(1) {
  -webkit-transform: translateX(-67%) translateY(-119%);
      -ms-transform: translateX(-67%) translateY(-119%);
          transform: translateX(-67%) translateY(-119%);
}
.text--random .char:nth-of-type(2) {
  -webkit-transform: translateX(-115%) translateY(-91%);
      -ms-transform: translateX(-115%) translateY(-91%);
          transform: translateX(-115%) translateY(-91%);
}
.text--random .char:nth-of-type(3) {
  -webkit-transform: translateX(-223%) translateY(246%);
      -ms-transform: translateX(-223%) translateY(246%);
          transform: translateX(-223%) translateY(246%);
}
.text--random .char:nth-of-type(4) {
  -webkit-transform: translateX(-115%) translateY(224%);
      -ms-transform: translateX(-115%) translateY(224%);
          transform: translateX(-115%) translateY(224%);
}
.text--random .char:nth-of-type(5) {
  -webkit-transform: translateX(138%) translateY(172%);
      -ms-transform: translateX(138%) translateY(172%);
          transform: translateX(138%) translateY(172%);
}
.text--random .char:nth-of-type(6) {
  -webkit-transform: translateX(36%) translateY(98%);
      -ms-transform: translateX(36%) translateY(98%);
          transform: translateX(36%) translateY(98%);
}
.in .text--random .char {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}
/* text--swinging */
.text--swinging .char {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.in .text--swinging .char {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: calc((var(--char-index)) * 100%) -100%;
      -ms-transform-origin: calc((var(--char-index)) * 100%) -100%;
          transform-origin: calc((var(--char-index)) * 100%) -100%;
  -webkit-transition-delay: calc((var(--char-index)) * 0.1s);
       -o-transition-delay: calc((var(--char-index)) * 0.1s);
          transition-delay: calc((var(--char-index)) * 0.1s);
}
.text--swinging.reverse .char {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.in .text--swinging.reverse .char {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
      -ms-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
          transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
       -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
          transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
/* text--meeting */
.text--meeting {
  overflow: hidden;
}
.text--meeting .char {
  -webkit-transition-delay: calc(var(--char-index) * 0.1s);
       -o-transition-delay: calc(var(--char-index) * 0.1s);
          transition-delay: calc(var(--char-index) * 0.1s);
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.text--meeting .char:nth-of-type(even) {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.text--meeting .char:nth-of-type(odd) {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
.in .text--meeting .char {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.text--meeting.reverse .char {
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
       -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
          transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}
.out .text--meeting.reverse .char {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* text--conveyor */
.in .text--conveyor .char {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: convey 1s both linear;
          animation: convey 1s both linear;
  -webkit-animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
          animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.out .text--conveyor .char {
  opacity: 0;
}
@-webkit-keyframes convey {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
@keyframes convey {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
            transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
            transform: translate(0, 0) rotate(0deg) translate(0, 0);
  }
}
.page-home #floating-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 250px;
  z-index: 10;
  padding: 20px 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.active-floating-nav .page-home #floating-nav {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.page-home #floating-nav:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666;
}
.page-home #floating-nav .slider {
  position: absolute;
  right: -1px;
  top: 20px;
  display: inline-block;
  width: 3px;
  height: 46px;
  background-color: #31a05f;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home #floating-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-home #floating-nav ul li {
  position: relative;
  text-align: right;
  height: 46px;
  padding-right: 16px;
  letter-spacing: -0.05em;
}
.page-home #floating-nav ul li > a {
  display: block;
  height: 100%;
  font-size: 14px;
  line-height: 46px;
  color: #666;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home #floating-nav ul li.active > a {
  font-size: 18px;
  color: #31a05f;
  font-weight: 700;
}
.page-home .new-main-visual {
  position: relative;
  height: calc(100vh - 100px);
}
.page-home .new-main-visual * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-home .new-main-visual > .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: calc(100% - 100px);
  max-width: 80%;
  padding-bottom: 140px;
}
.page-home .new-main-visual .swiper-container {
  height: 100%;
}
.page-home .new-main-visual .swiper-container .swiper-slide::before {
  display: block;
  content: '';
  position: absolute;
  height: 6px;
  width: 0;
  background: #fff;
  z-index: 3;
  -webkit-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  top: 500px;
  left: 200px;
  top: 140px;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item .lettering-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item .lettering-holder p {
  margin: 0;
  color: #FFF;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item .lettering-holder .title {
  font-size: 120px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 14px;
}
.wf-active .page-home .new-main-visual .swiper-container .swiper-slide .item .lettering-holder .title {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item .lettering-holder .title-desc {
  font-size: 24px;
  font-weight: 300;
}
.page-home .new-main-visual .swiper-container .swiper-slide .item::before {
  display: block;
  content: '';
  position: absolute;
  height: 6px;
  width: 0;
  background: #fff;
  z-index: 3;
  -webkit-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  bottom: 160px;
  left: calc(100% - ((380px/2)*3));
}
.page-home .new-main-visual .swiper-container .swiper-slide .item::after {
  display: block;
  content: '';
  position: absolute;
  height: 6px;
  width: 0;
  background: #fff;
  z-index: 3;
  -webkit-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  left: calc(100% - 380px);
  bottom: 240px;
}
.page-home .new-main-visual .swiper-container .swiper-slide-active.swiper-slide::before {
  width: 380px;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -webkit-transition-delay: 1000ms;
       -o-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.page-home .new-main-visual .swiper-container .swiper-slide-active .item::before {
  width: 380px;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}
.page-home .new-main-visual .swiper-container .swiper-slide-active .item::after {
  width: 380px;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.page-home .new-main-visual .new-main-swiper-index {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: block;
  width: 450px;
  /*
            .swiper-pagination {
                margin-left: 85px;
                text-align: left;
                bottom: 20px;
                .eng();
                font-size: 16px;
                letter-spacing: .1em;;
                .font-medium();
                color: #909090;
                span {
                    &::before {
                        content: '0';
                    }
                }
                .swiper-pagination-current {
                    color: #000;
                }
            }
            .js-swiper-play {
                position: absolute;
                left: 170px;
                bottom: 0;
                .icon {
                    .set-icon(60px, 60px, 'custom/icon_jumbotron_stop');
                }
                &.in {
                    .img('custom/icon_jumbotron_play');
                }
            }
            .swiper-button-next,
            .swiper-button-prev {
                position: absolute;
                z-index: 11;
                top: auto;
                left: 705px;
                bottom: 0;
                .set-icon(60px, 60px, 'custom/icon_jumbotron_prev');
                &:hover {
                    opacity: .3;
                }
            }
            .swiper-button-next {
                left: 765px;
                .img('custom/icon_jumbotron_next');
            }


             */
}
.page-home .new-main-visual .new-main-swiper-index .swiper-pagination {
  display: inline-block;
  width: auto;
  font-size: 14px;
  color: #bcbcbc;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active .page-home .new-main-visual .new-main-swiper-index .swiper-pagination {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .new-main-visual .new-main-swiper-index .swiper-pagination > span::before {
  content: '0';
}
.page-home .new-main-visual .new-main-swiper-index .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.page-home .new-main-visual .new-main-swiper-index .js-swiper-play {
  position: absolute;
  left: 70px;
  bottom: -4px;
}
.page-home .new-main-visual .new-main-swiper-index .js-swiper-play .icon {
  content: '';
  background-image: url('../img/custom/icon_jumbotron_stop.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home .new-main-visual .new-main-swiper-index .js-swiper-play.in .icon,
.page-home .new-main-visual .new-main-swiper-index .js-swiper-play.stop .icon {
  content: '';
  background-image: url('../img/custom/icon_jumbotron_play.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home .new-main-visual .new-main-swiper-index .swiper-button-next,
.page-home .new-main-visual .new-main-swiper-index .swiper-button-prev {
  position: absolute;
  top: -32px;
  z-index: 10;
}
.page-home .new-main-visual .new-main-swiper-index .swiper-button-next:hover,
.page-home .new-main-visual .new-main-swiper-index .swiper-button-prev:hover {
  opacity: 0.3;
}
.page-home .new-main-visual .new-main-swiper-index .swiper-button-next {
  left: auto;
  right: -25px;
  content: '';
  background-image: url('../img/custom/icon_jumbotron_next.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home .new-main-visual .new-main-swiper-index .swiper-button-prev {
  left: auto;
  right: 25px;
  content: '';
  background-image: url('../img/custom/icon_jumbotron_prev.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home .new-main-visual .new-main-swiper-index .scrollbar-wrap {
  position: relative;
  height: 5px;
  z-index: 11;
}
.page-home .new-main-visual .new-main-swiper-index .scrollbar-wrap .scrollbar-inner {
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  bottom: 1px;
  z-index: 12;
}
.page-home .new-main-visual .new-main-swiper-index .scrollbar-wrap .scrollbar-inner .swiper-scrollbar {
  z-index: 13;
  height: 1px;
  background-color: transparent;
  border-bottom: solid 1px #eaeaea;
}
.page-home .new-main-visual .new-main-swiper-index .scrollbar-wrap .scrollbar-inner .swiper-scrollbar-drag {
  z-index: 14;
  height: 1px;
  background-color: #000;
  border-radius: 0;
}
.page-home .new-main-visual .new-main-search {
  position: absolute;
  right: 70%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #31a05f;
  z-index: 1;
  text-align: right;
  padding: 100px;
  padding-left: 0;
}
@media (max-width: 1600px) {
  .page-home .new-main-visual .new-main-search {
    right: 50%;
  }
}
.page-home .new-main-visual .new-main-search > .d-wrap {
  display: inline-block;
  width: 380px;
  height: 100%;
  text-align: left;
}
.page-home .new-main-visual .new-main-search .tab-container {
  margin: 0 -15px;
}
.page-home .new-main-visual .new-main-search .tab-container > a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.5);
}
.page-home .new-main-visual .new-main-search .tab-container > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 16px;
  border-left: solid 1px #83c69f;
}
.page-home .new-main-visual .new-main-search .tab-container > a:first-of-type::before {
  content: none;
}
.page-home .new-main-visual .new-main-search .tab-container > a.active {
  color: #FFF;
}
.page-home .new-main-visual .new-main-search .field {
  position: relative;
  margin-top: 50px;
}
.page-home .new-main-visual .new-main-search .field input[type='text'] {
  display: block;
  width: 100%;
  height: 74px;
  background-color: transparent;
  color: #FFF;
  font-size: 24px;
  border: none;
  border-bottom: solid 2px #FFF;
  padding-left: 0px;
  padding-right: 50px;
}
.page-home .new-main-visual .new-main-search .field input[type='text']::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.25);
}
.page-home .new-main-visual .new-main-search .field input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.25);
}
.page-home .new-main-visual .new-main-search .field input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home .new-main-visual .new-main-search .field input[type='text']::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home .new-main-visual .new-main-search .field input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home .new-main-visual .new-main-search .field .image {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 73px;
  border: none;
}
@media (max-width: 1400px) {
  .page-home .new-main-visual .item .lettering-holder .title {
    font-size: 100px !important;
  }
}
.page-home .section-product-slider .background {
  top: 80px !important;
  background-color: #f5f5f5 !important;
}
.page-home .section-product-slider .swiper-slide img {
  height: 527px;
}
#content .js-inview-container {
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  opacity: 0;
}
#content .js-inview-container.no-translate {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#content .js-inview-container.no-opacity {
  opacity: 1;
}
#content .js-inview-container.inviewed {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .title-category,
.page-home .title-sub,
.page-home .desc,
.page-home .subdesc,
.page-home .title {
  margin: 0;
  padding: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal;
}
.wf-active .page-home .title-category,
.wf-active .page-home .title-sub,
.wf-active .page-home .desc,
.wf-active .page-home .subdesc,
.wf-active .page-home .title {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .title-category {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.page-home .title-category::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  background-color: #31a05f;
}
.page-home .title-sub {
  margin: 25px 0 0;
  font-size: 64px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
}
.page-home .desc {
  margin: 20px 0;
  line-height: 1.6;
  font-size: 30px;
}
.page-home .subdesc {
  margin: 20px 0;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #666;
}
.page-home #jumbotron .wrap {
  max-width: 100%;
}
.page-home #jumbotron .searchs {
  width: 36.35416667%;
}
.page-home #jumbotron .searchs .holder {
  padding-top: 39.4%;
  padding-bottom: 35.82%;
  background-color: #31a05f;
}
.page-home #jumbotron .searchs .module {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 3px #fff;
  margin-left: 17.57142857%;
  margin-right: 17.57142857%;
  color: #fff;
  background-position: 80% center;
  background-size: 10px 8px;
}
.page-home #jumbotron .searchs .name {
  margin: 0 0 22px;
  padding: 0;
  line-height: 1.2;
}
.page-home #jumbotron .searchs .name strong {
  font-weight: 500;
  font-size: 20px;
}
.page-home #jumbotron .searchs .name .icon {
  content: '';
  background-image: url('../img/common/icon_search_name.png');
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.page-home #jumbotron .searchs .field {
  position: relative;
  display: block;
  line-height: 1;
}
.page-home #jumbotron .searchs .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 0;
  width: 100%;
  height: 74px;
  line-height: 74px;
  font-size: 24px;
  font-weight: 500;
  border: 0;
  background: transparent;
  color: #fff;
}
.page-home #jumbotron .searchs .text::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.25);
}
.page-home #jumbotron .searchs .text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.25);
}
.page-home #jumbotron .searchs .text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home #jumbotron .searchs .text::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home #jumbotron .searchs .text::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.page-home #jumbotron .searchs .image {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 74;
}
.page-home #jumbotron .slides {
  width: 63.54166667%;
}
.page-home #jumbotron .slides .pic {
  position: relative;
  height: 1px;
  padding-top: 41%;
  overflow: hidden;
}
.page-home #jumbotron .slides .pic .image {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-home #jumbotron .slides .description {
  margin-top: 55px;
  margin-left: 80px;
  padding-bottom: 100px;
}
.page-home #jumbotron .slides .description .action {
  margin-top: 40px;
}
.page-home #jumbotron .slides .item {
  width: 100%;
}
.page-home #jumbotron .swiper-pagination {
  margin-left: 85px;
  text-align: left;
  bottom: 20px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #909090;
}
.wf-active .page-home #jumbotron .swiper-pagination {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home #jumbotron .swiper-pagination span::before {
  content: '0';
}
.page-home #jumbotron .swiper-pagination .swiper-pagination-current {
  color: #000;
}
.page-home #jumbotron .js-swiper-play {
  position: absolute;
  left: 170px;
  bottom: 0;
}
.page-home #jumbotron .js-swiper-play .icon {
  content: '';
  background-image: url('../img/custom/icon_jumbotron_stop.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home #jumbotron .js-swiper-play.in {
  background-image: url('../img/custom/icon_jumbotron_play.png');
}
.page-home #jumbotron .swiper-button-next,
.page-home #jumbotron .swiper-button-prev {
  position: absolute;
  z-index: 11;
  top: auto;
  left: 705px;
  bottom: 0;
  content: '';
  background-image: url('../img/custom/icon_jumbotron_prev.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.page-home #jumbotron .swiper-button-next:hover,
.page-home #jumbotron .swiper-button-prev:hover {
  opacity: 0.3;
}
.page-home #jumbotron .swiper-button-next {
  left: 765px;
  background-image: url('../img/custom/icon_jumbotron_next.png');
}
.page-home #jumbotron .scrollbar-wrap {
  position: relative;
  z-index: 11;
  height: 5px;
  margin-left: 80px;
}
.page-home #jumbotron .scrollbar-inner {
  position: absolute;
  z-index: 12;
  height: 5px;
  bottom: 1px;
  left: 0;
  right: 0;
}
.page-home #jumbotron .swiper-scrollbar {
  z-index: 13;
  height: 5px;
  background-color: transparent;
  border-bottom: solid 1px #eaeaea;
}
.page-home #jumbotron .swiper-scrollbar-drag {
  z-index: 14;
  height: 5px;
  background-color: #03955e;
  border-radius: 0;
}
.page-home #jumbotron .swiper-slide {
  position: relative;
}
.page-home #jumbotron .swiper-slide .image {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.page-home #jumbotron .swiper-slide .image::before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #325b55;
  opacity: 0.9;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home #jumbotron .swiper-slide.swiper-slide-prev .image::before {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.page-home #jumbotron .swiper-slide.swiper-slide-next .image::before {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.page-home #jumbotron .swiper-slide .desc,
.page-home #jumbotron .swiper-slide .subdesc {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.page-home #jumbotron .swiper-slide .module,
.page-home #jumbotron .swiper-slide .pic {
  position: relative;
}
.page-home #jumbotron .swiper-slide .module::before,
.page-home #jumbotron .swiper-slide .pic::before,
.page-home #jumbotron .swiper-slide .module::after,
.page-home #jumbotron .swiper-slide .pic::after {
  display: block;
  content: '';
  position: absolute;
  height: 6px;
  z-index: 3;
  width: 0;
  background: #fff;
  -webkit-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: width 0s linear 1s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home #jumbotron .swiper-slide .module::before,
.page-home #jumbotron .swiper-slide .pic::before {
  top: 360px;
  left: 72px;
  top: 20vw;
  left: 5.90163934%;
}
.page-home #jumbotron .swiper-slide .module::after,
.page-home #jumbotron .swiper-slide .pic::after {
  top: 77px;
  left: 724px;
  top: 4vw;
  left: 59.3442623%;
}
.page-home #jumbotron .swiper-slide .module::before {
  top: 190px;
  left: 0;
  top: 9vw;
}
.page-home #jumbotron .swiper-slide .module::after {
  display: none;
}
.page-home #jumbotron .swiper-slide-active .image {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.page-home #jumbotron .swiper-slide-active .image::before {
  background: #000000;
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home #jumbotron .swiper-slide-active .desc,
.page-home #jumbotron .swiper-slide-active .subdesc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.page-home #jumbotron .swiper-slide-active .subdesc {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-home #jumbotron .swiper-slide-active .module::before,
.page-home #jumbotron .swiper-slide-active .pic::before,
.page-home #jumbotron .swiper-slide-active .module::after,
.page-home #jumbotron .swiper-slide-active .pic::after {
  width: 380px;
  width: 31.14754098%;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.page-home #jumbotron .swiper-slide-active .module::before {
  width: 280px;
  width: 22.95081967%;
}
.page-home #jumbotron .swiper-slide-active .pic::before {
  -webkit-transition-delay: 800ms;
       -o-transition-delay: 800ms;
          transition-delay: 800ms;
}
.page-home #jumbotron .swiper-slide-active .pic::after {
  -webkit-transition-delay: 1200ms;
       -o-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.page-home #jumbotron .swiper-slide-active .module::before {
  -webkit-transition-delay: 1400ms;
       -o-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.page-home #jumbotron .desc,
.page-home #jumbotron .subdesc {
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
}
.page-home #jumbotron .desc {
  font-size: 32px;
}
.page-home #jumbotron .title-sub {
  font-size: 84px;
  margin-bottom: 0;
}
.page-home #jumbotron .desc {
  margin-top: 15px;
}
.page-home .section-creation {
  position: relative;
  margin-top: 180px;
  /* transition */
}
.page-home .section-creation .wrap.is-full {
  max-width: 2560px;
}
.page-home .section-creation .content-holder {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -600px;
}
.page-home .section-creation .pic {
  margin-left: 40.36458333%;
  text-align: right;
}
.page-home .section-creation .pic > img {
  max-width: none;
}
.page-home .section-creation .more {
  position: absolute;
  bottom: 40px;
  left: -40px;
}
.page-home .section-creation .more a {
  color: #fff;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 12px;
}
.wf-active .page-home .section-creation .more a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .section-creation .more span {
  display: inline-block;
  padding: 0 70px;
  height: 100px;
  line-height: 100px;
  background-color: #31a05f;
}
.page-home .section-creation .more .icon {
  content: '';
  background-image: url('../img/custom/icon_creation_more.png');
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
.page-home .section-creation .desc {
  margin-top: 40px;
}
.page-home .section-creation .action {
  margin-top: 40px;
}
.page-home .section-creation .line-a {
  top: 165px;
  left: 170px;
}
.page-home .section-creation .line-a .holder {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-home .section-creation .line-a .holder span {
  margin: 0 3px;
}
.page-home .section-creation .line-a .holder span::before {
  background-color: #fff;
}
.page-home .section-creation .line-b {
  top: 140px;
  left: 300px;
}
.page-home .section-creation .line-b .holder {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-home .section-creation .line-b .holder span {
  margin: 0 2px 0 6px;
}
.page-home .section-creation .subdesc,
.page-home .section-creation .desc {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}
.page-home .section-creation .more {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.page-home .section-creation.in .subdesc,
.page-home .section-creation.in .desc {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.page-home .section-creation.in .subdesc {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-home .section-creation.in .more {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.page-home .section-creation .desc,
.page-home .section-creation .subdesc {
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
}
.page-home .section-company-info {
  position: relative;
  margin-top: 210px;
  padding-bottom: 150px;
}
.page-home .section-company-info .background {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
.page-home .section-company-info.in .background {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-company-info .wrap {
  position: relative;
  min-width: 1170px;
  max-width: 1170px;
}
.page-home .section-company-info .grid {
  margin: 0 -1px;
}
.page-home .section-company-info .module {
  margin: 0 1px;
}
.page-home .section-company-info .module .pic {
  position: relative;
}
.page-home .section-company-info .module .pic a {
  display: block;
}
.page-home .section-company-info .module .description {
  padding: 35px 20px 0 20px;
}
.page-home .section-company-info .module small {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.wf-active .page-home .section-company-info .module small {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .section-company-info .module p {
  padding: 0;
  line-height: 1.2;
}
.page-home .section-company-info .module p.number {
  margin: 0;
  font-size: 54px;
  color: #31a05f;
  font-weight: 700;
}
.page-home .section-company-info .module p.name {
  margin: 20px 0 0;
  font-size: 24px;
  color: #000;
}
.page-home .section-company-info .module p.desc {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.page-home .section-company-info .item {
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  opacity: 0;
}
.page-home .section-company-info .item .icons {
  margin-top: 4px;
  margin-bottom: -2px;
}
.page-home .section-company-info .item .icon {
  content: '';
  background-image: url('../img/custom/icon_info_01.png');
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
}
.page-home .section-company-info .item:nth-child(2) .icon {
  background-image: url('../img/custom/icon_info_02.png');
}
.page-home .section-company-info .item:nth-child(3) .icon {
  background-image: url('../img/custom/icon_info_03.png');
}
.page-home .section-company-info.in .item {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-company-info.in .item:nth-of-type(3n+1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-home .section-company-info.in .item:nth-of-type(3n+2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-home .section-company-info.in .item:nth-of-type(3n) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page-home .section-company-info .module .pic {
  position: relative;
  overflow: hidden;
}
.page-home .section-company-info .module .pic::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: solid 2px #fff;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-company-info .module .pic::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url('../img/custom/icon_company_play.png');
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
}
.page-home .section-company-info .module .pic img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-company-info .module:hover .pic::before {
  opacity: 1;
}
.page-home .section-company-info .module:hover .pic img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-responsibility {
  position: relative;
}
.page-home .section-responsibility .pic {
  height: 602px;
}
.page-home .section-responsibility .content-holder {
  top: 165px;
  left: 50%;
  margin-left: -600px;
  text-align: left;
}
.page-home .section-responsibility .title-category {
  color: #fff;
}
.page-home .section-responsibility .title-category::before {
  background-color: #fff;
}
.page-home .section-responsibility .title-sub {
  color: #fff;
}
.page-home .section-responsibility .desc {
  font-size: 16px;
  color: #fff;
}
.page-home .section-responsibility .lines::before,
.page-home .section-responsibility .lines::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  background: #fff;
  height: 6px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  width: 0;
}
.page-home .section-responsibility .lines::before {
  top: 290px;
  margin-left: 45px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.page-home .section-responsibility .lines::after {
  top: 460px;
  margin-left: 534px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.page-home .section-responsibility .lines.nth-child-2::before {
  top: 200px;
  margin-left: 575px;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.page-home .section-responsibility .lines.nth-child-2::after {
  top: 460px;
  margin-left: -25px;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-home .section-responsibility.in .lines::before {
  width: 450px;
}
.page-home .section-responsibility.in .lines::after {
  width: 130px;
}
.page-home .section-responsibility.in .lines.nth-child-2::before {
  width: 200px;
}
.page-home .section-responsibility.in .lines.nth-child-2::after {
  width: 170px;
}
.page-home .section-responsibility .cover {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/custom/@pic_02.png');
  background-size: cover;
  opacity: 0;
}
.page-home .section-responsibility.in .cover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-product {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.page-home .section-product .motif-lines-holder {
  top: 290px;
  left: 50%;
  margin-left: -765px;
}
.page-home .section-product .motif-lines-holder .holder {
  width: 340px;
  height: 590px;
}
.page-home .section-product .content-holder {
  padding: 290px 0 160px 0;
  position: relative;
  left: 50%;
  max-width: 50%;
  margin-left: -290px;
}
.page-home .section-product .action {
  margin-top: 40px;
}
.page-home .section-product .title-sub {
  margin-bottom: 10px;
}
.page-home .section-product .desc {
  margin-top: 40px;
}
.page-home .section-product-slider {
  position: relative;
}
.page-home .section-product-slider .swiper-pagination {
  left: 90px;
  bottom: 11px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  color: #c6c6c6;
}
.wf-active .page-home .section-product-slider .swiper-pagination {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .section-product-slider .swiper-pagination > span::before {
  content: '0';
}
.page-home .section-product-slider .swiper-pagination > span.swiper-pagination-current {
  color: #31a05f;
}
.page-home .section-product-slider .background {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background: #31a05f;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  opacity: 1;
}
.page-home .section-product-slider .background.nth-child-2 {
  background: #013030;
  opacity: 0;
}
.page-home .section-product-slider[data-idx="0"] .background.nth-child-1,
.page-home .section-product-slider[data-idx="2"] .background.nth-child-1 {
  opacity: 1;
}
.page-home .section-product-slider[data-idx="1"] .background.nth-child-2,
.page-home .section-product-slider[data-idx="3"] .background.nth-child-2 {
  opacity: 1;
}
.page-home .section-product-slider .wrap {
  max-width: 1174px;
  position: relative;
  padding-top: 0;
  padding-bottom: 160px;
}
.page-home .section-product-slider .pictures {
  max-width: 728px;
  width: 62%;
}
.page-home .section-product-slider .pictures .item {
  -webkit-box-shadow: 0px 19px 28px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 19px 28px -8px rgba(0, 0, 0, 0.4);
}
.page-home .section-product-slider .descriptions {
  width: 446px;
  width: 38%;
}
.page-home .section-product-slider .descriptions .desc {
  padding: 80px 0 0 75px;
}
.page-home .section-product-slider .descriptions .title {
  margin: 0;
  padding: 0;
}
.page-home .section-product-slider .descriptions .title .type {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.page-home .section-product-slider .descriptions .title .name {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 28px;
}
.page-home .section-product-slider .descriptions .title .name::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #039761;
}
.page-home .section-product-slider .descriptions p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.page-home .section-product-slider .descriptions p.subject {
  margn-top: 5px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
}
.page-home .section-product-slider .descriptions .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.page-home .section-product-slider .descriptions .item.in {
  opacity: 1;
}
.page-home .section-product-slider .navigations {
  position: absolute;
  bottom: 64px;
  left: 70px;
}
.page-home .section-product-slider .navigations .prev {
  float: right;
  margin-left: 10px;
}
.page-home .section-product-slider .navigations .prev .icon {
  content: '';
  background-image: url('../img/custom/icon_product_next_g.png');
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
}
.page-home .section-product-slider .navigations .next {
  float: left;
}
.page-home .section-product-slider .navigations .next .icon {
  content: '';
  background-image: url('../img/custom/icon_product_prev_g.png');
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
}
.page-home .section-product-slider .pictures {
  opacity: 0;
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
}
.page-home .section-product-slider .descriptions {
  opacity: 0;
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
}
.page-home .section-product-slider.in .pictures {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.page-home .section-product-slider.in .descriptions {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.page-home .section-product-slider .pagination-wrap {
  position: relative;
}
.page-home .section-product-slider .pagination-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 460px 0 0 75px;
}
.page-home .section-product-slider .action {
  margin-top: 10px;
}
.page-home .section-product-slider .action .more {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  color: #31a05f;
  padding-bottom: 5px;
  z-index: 1;
}
.page-home .section-product-slider .action .more::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  right: 0;
  background-color: #31a05f;
}
.page-home .section-development {
  position: relative;
  padding-top: 200px;
}
.page-home .section-development .motif-lines-holder {
  width: 600px;
  top: 0;
  left: 50%;
}
.page-home .section-development .motif-lines-holder .holder {
  right: 0;
  width: 340px;
  height: 680px;
}
.page-home .section-development .content-holder {
  position: relative;
  left: 50%;
  margin-left: -600px;
  width: 50%;
}
.page-home .section-development .desc {
  margin-top: 40px;
}
.page-home .section-development .action {
  margin-top: 40px;
}
.page-home .section-development .pic {
  margin-top: 100px;
  margin-left: 13.54166667%;
}
.page-home .section-advance {
  position: relative;
  margin-top: 210px;
}
.page-home .section-advance .hero {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: #FFF;
  width: 81.25%;
  min-height: 270px;
  text-align: left;
  opacity: 0;
}
.page-home .section-advance .hero .inner {
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  opacity: 0;
}
.page-home .section-advance .pic {
  margin-top: 70px;
}
.page-home .section-advance.in .hero {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  opacity: 1;
}
.page-home .section-advance.in .hero .inner {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 1;
}
.page-home .section-advance.in .hero .descriptions .inner {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-home .section-advance .pic {
  min-height: 929px;
  overflow: hidden;
}
.page-home .section-advance .pic .cover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.page-home .section-advance.in .pic .cover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 6s linear 0s;
  -o-transition: all 6s linear 0s;
  transition: all 6s linear 0s;
}
.page-home .section-advance .title-category {
  color: #000;
}
.page-home .section-advance .title-category::before {
  background-color: #31a05f;
}
.page-home .section-advance .title-sub {
  color: #000;
}
.page-home .section-advance .desc {
  font-size: 30px;
  color: #000;
}
.page-home .section-advance .subdesc {
  font-size: 16px;
  color: #666;
}
.page-home .section-advance .titles .inner {
  padding-top: 62px;
  padding-bottom: 30px;
  margin-left: 35%;
}
.page-home .section-advance .descriptions .inner {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-right: 5%;
}
.page-home .section-advance .descriptions .desc {
  margin-top: 0;
}
.page-home .section-advance .content-holder {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -100px;
  width: 675px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}
.page-home .section-advance .content-holder .module {
  padding: 60px 100px;
}
.page-home .section-advance .title strong {
  position: relative;
  display: inline-block;
  padding: 0 0 7px 0;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  font-weight: 700;
}
.page-home .section-advance .title strong::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #31a05f;
}
.page-home .section-advance .title span {
  position: relative;
}
.page-home .section-advance .numbers {
  margin: 35px -25px 0 -25px;
}
.page-home .section-advance .numbers > img {
  display: block;
  margin: 0 auto;
}
.page-home .section-advance .numbers .radius {
  margin: 0 auto;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
  background: #339f61;
  background: -o-linear-gradient(320deg, #339f61 0%, #608a8d 50%, #9e6cca 100%);
  background: linear-gradient(130deg, #339f61 0%, #608a8d 50%, #9e6cca 100%);
  text-align: center;
}
.page-home .section-advance .numbers .radius.nth-child-2 {
  background: #339f61;
  background: -o-linear-gradient(320deg, #339f61 0%, #448a8d 50%, #5e6cca 100%);
  background: linear-gradient(130deg, #339f61 0%, #448a8d 50%, #5e6cca 100%);
}
.page-home .section-advance .numbers .radius .name {
  display: block;
  padding: 30px 0 0;
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  color: #fff;
}
.page-home .section-advance .numbers .radius strong {
  display: block;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.page-home .section-advance .numbers .col:first-child {
  position: relative;
}
.page-home .section-advance .numbers .col:first-child::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -70px;
  width: 1px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.3);
}
.page-home .section-advance .no-ing {
  margin-top: 30px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.page-home .section-advance .action {
  position: relative;
  margin: 30px -5px 0 -5px;
  padding-top: 45px;
}
.page-home .section-advance .action a {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border: solid 1px #fff;
  font-size: 16px;
  margin: 0 5px;
  color: #222;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  font-weight: 700;
}
.page-home .section-advance .action a span {
  padding-right: 20px;
}
.page-home .section-advance .action a img {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-home .section-advance .title {
  width: 0;
  overflow: hidden;
}
.page-home .section-advance .title strong {
  white-space: nowrap;
}
.page-home .section-advance .title strong span {
  opacity: 0;
}
.page-home .section-advance.in .title {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.page-home .section-advance.in .title strong span {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
@media (max-width: 1700px) {
  .page-home .section-advance .hero .grid .titles {
    width: 100%;
  }
  .page-home .section-advance .hero .grid .descriptions {
    width: 100%;
  }
  .page-home .section-advance .hero .grid .descriptions .inner {
    margin-left: 35%;
    padding-top: 0;
  }
  .page-home .section-advance .pic {
    margin-top: 170px;
  }
}
@media (min-width: 1701px) {
  .page-home .section-advance .hero {
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}
.page-home .section-news {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
}
.page-home .section-news::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 340px;
  bottom: 0;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  background-color: #f6f6f6;
}
.page-home .section-news.in::before {
  top: 340px;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.page-home .section-news .title-category {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active .page-home .section-news .title-category {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .section-news .grid {
  margin-top: 70px;
}
.page-home .section-news .item {
  -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
          transform: translate(0, 10%);
  opacity: 0;
}
.page-home .section-news.in .item {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-news.in .item:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
.page-home .section-news.in .item:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.page-home .section-news.in .item:nth-of-type(3) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.page-home .section-news .item:nth-child(1) .module {
  margin-left: 0;
}
.page-home .section-news .item:nth-child(3) .module {
  margin-right: 0;
}
.page-home .section-news a:hover {
  text-decoration: none;
}
.page-home .section-news .description {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  min-height: 196px;
  padding: 34px 20px 0;
}
.page-home .section-news .description .desc {
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
.page-home .section-news .description .date {
  position: absolute;
  left: 20px;
  bottom: 0;
  color: #999;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .page-home .section-news .description .date {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-home .section-news .module {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 340px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-news .module .pic {
  width: 340px;
  height: 190px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.page-home .section-news .module .pic img {
  visibility: hidden;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-home .section-news .module:hover {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
  -webkit-box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.1);
}
.page-home .section-news .module:hover .pic img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#promo .holder {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 760px;
  margin-top: 130px;
  margin-right: 100px;
  -webkit-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.3);
}
#promo .inner {
  table-layout: fixed;
  height: 100%;
  background: #fff;
  border: solid 3px #31a05f;
}
#promo .tail {
  background-color: #000;
  color: #fff;
  height: 40px;
  font-size: 14px;
}
#promo .tail .checkboxes {
  padding: 10px;
}
#promo .tail .checkboxes label {
  cursor: pointer;
}
#promo .tail .checkboxes .checkbox {
  border-radius: 0;
}
#promo .tail .action {
  padding: 10px;
  text-align: right;
}
#promo .tail .action a {
  color: #fff;
}
#promo .body .cell {
  position: relative;
  vertical-align: top;
}
#promo .swiper-container,
#promo .swiper-wrapper {
  height: 100%;
  background: #000;
}
#promo .swiper-slide {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
#promo .promo-wrap {
  position: relative;
  height: 100%;
}
#promo .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
#promo .launch {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}
#promo .promo-content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  height: 100%;
  line-height: 1.8;
}
#promo .promo-content p {
  margin: 0 0 20px;
}
#promo .swiper-pagination {
  left: 0;
  bottom: 0;
  margin: 5px 10px;
}
#promo .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
}
#promo .nav-wrapper .nav {
  position: absolute;
  z-index: 31;
  top: 50%;
  display: inline-block;
  content: '';
  width: 54px;
  height: 54px;
  background-image: url(../img/modal/nav_prev.png);
  background-size: 54px 54px;
}
#promo .nav-wrapper .nav.prev {
  left: 0;
  margin-left: 10px;
}
#promo .nav-wrapper .nav.next {
  right: 0;
  margin-right: 10px;
  background-image: url(../img/modal/nav_next.png);
}
#promo.is-single .nav-wrapper {
  display: none;
}
#promo {
  display: none;
}
#promo .holder {
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translate(0, -100px);
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#promo.in {
  display: block;
}
#promo.anim .holder {
  visibility: visible;
  z-index: 30;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-submain .wrap {
  max-width: 1298px;
}
.submain-a {
  background-color: #fdfdfd;
}
.submain-a .wrap {
  max-width: 100%;
  min-height: 540px;
  min-width: 1200px;
}
.submain-a .background {
  position: relative;
  overflow: hidden;
}
.submain-a .background::before,
.submain-a .background::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  height: 6px;
  width: 0;
}
.submain-a .background::before {
  top: 41.85667752%;
  left: 10.36458333%;
}
.submain-a .background::after {
  top: 22.63843648%;
  left: 69.94791667%;
}
.submain-a .background .sizer {
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 550px;
  background: #000;
}
@media (min-width: 1921px) {
  .submain-a .background .sizer {
    padding-top: 550px;
  }
}
.submain-a .background .sizer::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 55%;
  background: #fff;
  height: 6px;
  width: 0;
}
.submain-a .background .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/custom/@submain_01.png');
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.submain-a.in .background::before {
  width: 36.45833333%;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.submain-a.in .background::after {
  width: 19.63541667%;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
}
.submain-a.in .background .sizer::before {
  width: 15.625%;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.submain-a.in .background .pic {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.submain-a .holder {
  position: relative;
  z-index: 4;
  padding-top: 10.41666667%;
  height: 1px;
}
.submain-a .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 305%;
  max-height: 400px;
}
.submain-a .grid-a {
  height: 100%;
}
.submain-a .hero {
  width: 50%;
  height: 100%;
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #31a05f 100%);
  background: linear-gradient(127deg, #31a05f 0%, #31a05f 100%);
  /*
        background: rgb(0,150,95);
        background: linear-gradient(127deg, rgba(0,150,95,1) 0%, rgba(21,128,90,1) 50%, rgba(50,91,85,1) 100%);
        */
}
.submain-a .hero .title,
.submain-a .hero .desc {
  margin: 0;
  padding: 0;
  color: #fff;
}
.submain-a .hero .title {
  font-size: 64px;
  margin-bottom: 20px;
}
.submain-a .hero .title strong > span {
  display: block;
}
.submain-a .hero .desc {
  font-size: 20px;
  line-height: 1.8;
}
.submain-a .hero .table {
  float: right;
  width: 600px;
  height: 100%;
  display: table;
}
.submain-a .hero .module {
  display: table-cell;
  vertical-align: middle;
}
.submain-a .list {
  height: 100%;
  width: 50%;
  position: relative;
}
.submain-a .list .holder {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0;
}
.submain-a .list .grid {
  position: relative;
  margin-left: 54px;
  max-width: 520px;
  width: 100%;
  overflow: visible;
}
.submain-a .list .module {
  padding-top: 20px;
  margin: 6px;
  width: 118px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  cursor: pointer;
}
.submain-a .list .module:hover {
  padding-top: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.submain-a .list .module:hover .desc {
  color: #00965f;
}
.submain-a .list .desc {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-family: 'Noto Sans KR', sans-serif;
}
.submain-a .list .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 210px;
  min-width: 370px;
  padding-bottom: 10px;
  border-bottom: solid 6px #a2adb3;
  margin-bottom: 9%;
}
@media (min-width: 1800px) {
  .submain-a .list .breadcrumb {
    margin-bottom: 120px;
  }
}
.submain-a .list .breadcrumb ul.tab li,
.submain-a .list .breadcrumb ul.tab li::before,
.submain-a .list .breadcrumb ul.tab li span,
.submain-a .list .breadcrumb ul.tab li a {
  color: #999;
}
.submain-a .list .breadcrumb ul.tab li:last-of-type strong,
.submain-a .list .breadcrumb ul.tab li:last-of-type strong * {
  color: #000 !important;
}
.submain-a .title strong {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.submain-a.in .title strong::before {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.submain-a .nav-wrapper {
  position: relative;
}
.submain-a .nav {
  content: '';
  background-image: url('../img/custom/@nav_prev_01.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  vertical-align: top;
  position: absolute;
  top: -43px;
}
.submain-a .nav.prev {
  left: -41px;
}
.submain-a .nav.next {
  content: '';
  background-image: url('../img/custom/@nav_next_01.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: -41px;
}
.submain-a .hero {
  opacity: 0;
  -webkit-transform: translate(-40%, 0);
      -ms-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.submain-a .hero .desc {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}
.submain-a .list .item,
.submain-a .nav-wrapper {
  opacity: 0;
}
.submain-a.in .hero {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.submain-a.in .hero .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.submain-a.in .list .item,
.submain-a.in .nav-wrapper {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.submain-a.in .list .item:nth-of-type(2n+1),
.submain-a.in .nav-wrapper:nth-of-type(2n+1) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.page-company .submain-a .hero {
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #3bb296 100%);
  background: linear-gradient(127deg, #31a05f 0%, #3bb296 100%);
}
.page-company #ir-report iframe,
.page-company #stock-report iframe {
  width: 100%;
  height: 900px;
  overflow-y: hidden;
  border: none;
}
@media print {
  .page-company #header {
    display: none;
  }
  .page-company #content .submain-a {
    display: none;
  }
  .page-company #content .section-slogan {
    display: none;
  }
  .page-company #content .section-page-nav {
    display: none;
  }
  .page-company #footer {
    display: none;
  }
}
.section-greeting-a {
  margin-top: 150px;
}
.section-greeting-a .upper p {
  font-size: 42px;
  font-weight: 700;
}
.section-greeting-a .downer {
  position: relative;
}
.section-greeting-a .downer .pic {
  height: 602px;
}
.section-greeting-a .downer .desc {
  top: 170px;
  left: 50%;
  margin-left: 145px;
  width: 415px;
  padding: 45px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.section-greeting-a .downer .desc p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #31a05f;
  line-height: 1.8;
}
.section-greeting-a .motif-lines-holder {
  top: 20%;
  left: 40%;
  margin-left: -230px;
}
.section-greeting-a .motif-lines-holder .holder {
  width: 242px;
  height: 242px;
}
.section-greeting-a .motif-lines-holder.nth-child-1 {
  margin-left: -360px;
  margin-top: 37px;
}
.section-greeting-a .motif-lines-holder.nth-child-1 .holder {
  width: 188px;
  height: 188px;
}
.section-single-slider {
  margin-top: 110px;
}
.section-single-slider .core {
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  font-size: 24px;
  line-height: 1.8;
}
.section-single-slider .core::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 8px;
  background-color: #31a05f;
}
.section-single-slider .downer {
  position: relative;
  margin-top: 110px;
  padding-top: 55px;
}
.section-single-slider .downer::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 34.375%;
  right: 0;
  height: 558px;
  background-color: #31a05f;
}
@media (min-width: 1921px) {
  .section-single-slider .downer::before {
    left: 50%;
    right: 0;
    margin-left: -240px;
  }
}
.section-single-slider .downer .descriptions {
  position: relative;
  z-index: 2;
  width: 265px;
  height: 420px;
}
.section-single-slider .downer .descriptions .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.section-single-slider .downer .descriptions .item::before {
  content: '';
  position: absolute;
  top: 190px;
  left: 180px;
  width: 230px;
  height: 2px;
  background-color: #31a05f;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.section-single-slider .downer .descriptions .item p {
  margin: 170px 0 0;
  font-size: 30px;
  color: #000101;
  opacity: 0;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.section-single-slider .downer .descriptions .item.in {
  opacity: 1;
}
.section-single-slider .downer .descriptions .item.in::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s;
  transition: opacity 0.6s 0.3s, transform 0.6s;
  transition: opacity 0.6s 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.section-single-slider .downer .descriptions .item.in p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0.5s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.5s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.5s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.5s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.5s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-single-slider .downer .swiper-container {
  position: relative;
  z-index: 1;
  width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.section-single-slider .downer .swiper-pagination {
  position: relative;
  margin: 120px 0 0 52px;
  bottom: auto;
  text-align: left;
}
.section-greeting-c {
  margin-top: 120px;
}
.section-greeting-c .thumb-holder {
  width: 59.58333333%;
}
.section-greeting-c .content-holder {
  width: 21.61458333%;
}
.section-greeting-c .content-holder .module {
  margin: 90px 0 0 50px;
}
.section-greeting-c .content-holder p {
  position: relative;
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
}
.section-greeting-c .content-holder p::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -130px;
  width: 250px;
  height: 4px;
  background-color: #31a05f;
}
.section-greeting-d {
  margin-top: 120px;
  position: relative;
  overflow: visible;
}
.section-greeting-d .core {
  top: 0;
  left: 0;
  right: 18.75%;
  padding: 60px 0 100px 41.14583333%;
  background-color: #fff;
}
.section-greeting-d .core p {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
}
.section-greeting-d .desc {
  top: 465px;
  left: 41.14583333%;
}
.section-greeting-d .desc p {
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.section-greeting-d .motif-lines-holder {
  left: 50%;
  top: 0;
  margin-top: -170px;
  margin-left: -570px;
}
.section-greeting-d .motif-lines .holder {
  width: 334px;
  height: 331px;
}
.section-overview {
  margin-top: 150px;
}
.section-overview p {
  position: relative;
  margin: 0;
  padding-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
}
.section-overview p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 8px;
  background-color: #31a05f;
}
.section-overview-item {
  position: relative;
}
.section-overview-item .circle .motif-lines .holder {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-overview-item p {
  margin: 20px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.section-overview-item p.slogan {
  margin: 0;
  font-size: 64px;
  color: #000;
  font-weight: 700;
}
.section-overview-item p.core {
  margin: 10px 0 0;
  font-size: 30px;
  color: #000;
}
.section-overview-item.nth-child-1 .pic {
  height: 622px;
}
.section-overview-item.nth-child-1 .desc {
  top: 180px;
  left: 50%;
  margin-left: -540px;
}
.section-overview-item.nth-child-1 .motif-lines-holder {
  top: 100px;
  left: 50%;
  margin-left: -140px;
}
.section-overview-item.nth-child-1 .motif-lines-holder .holder {
  width: 235px;
  height: 235px;
}
.section-overview-item.nth-child-1 .motif-lines-holder .motif-lines span {
  margin: 0 4px;
}
.section-overview-item.nth-child-2 .pic {
  height: 574px;
}
.section-overview-item.nth-child-2 .desc {
  top: 120px;
  left: 50%;
  margin-left: 280px;
}
.section-overview-item.nth-child-2 .motif-lines-holder {
  top: 70px;
  left: 50%;
  margin-left: 75px;
}
.section-overview-item.nth-child-2 .motif-lines-holder .holder {
  width: 170px;
  height: 170px;
}
.section-overview-item.nth-child-2 .motif-lines-holder .motif-lines span {
  margin: 0 2px 0 3px;
}
.section-overview-item.nth-child-2 .motif-lines-holder .motif-lines span:before {
  background-color: #fff;
}
.section-overview-item.nth-child-3 {
  z-index: 1;
  overflow: visible;
}
.section-overview-item.nth-child-3 .pic {
  height: 990px;
}
.section-overview-item.nth-child-3 .motif-lines-holder {
  top: 710px;
  left: 50%;
  margin-left: -600px;
}
.section-overview-item.nth-child-3 .motif-lines-holder .holder {
  width: 340px;
  height: 330px;
}
.section-overview-item.nth-child-3 .motif-lines-holder.circle {
  top: 100px;
  left: 50%;
  margin-left: 300px;
}
.section-overview-item.nth-child-3 .motif-lines-holder.circle .holder {
  width: 230px;
  height: 230px;
}
.section-overview-item.nth-child-3 .motif-lines-holder.circle .motif-lines span {
  margin: 0 4px;
}
.section-overview-item.nth-child-3 .desc {
  top: 120px;
  left: 50%;
  margin-left: -540px;
}
.section-overview-slogan .pic {
  height: 602px;
}
.section-overview-slogan .desc {
  top: 160px;
  left: 50%;
  margin-left: 160px;
  padding: 65px 155px;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-overview-slogan .desc p {
  margin: 0;
  color: #333;
  font-size: 54px;
  font-weight: 700;
}
.section-overview-info-a {
  margin-top: 100px;
}
.section-overview-info-a .description p {
  margin: 40px 0 0;
  font-size: 18px;
  color: #000;
  line-height: 2.2;
}
.section-overview-info-a .description p:first-child {
  margin: 0;
}
.section-overview-info-a .core {
  position: relative;
  margin: 80px 0 0;
  padding-top: 25px;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.section-overview-info-a .core::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 8px;
  background-color: #31a05f;
}
.section-overview-info-b .pic {
  margin: 200px -210px 0 -210px;
}
.section-overview-info-b .pic .obj {
  left: 50%;
  margin-left: -55px;
  bottom: 0;
}
.section-overview-info-b .pic .desc {
  top: 145px;
  left: 210px;
  width: 485px;
}
.section-overview-info-b .pic .desc table {
  width: 100%;
  border-top: 2px #fff solid;
}
.section-overview-info-b .pic .desc table th,
.section-overview-info-b .pic .desc table td {
  padding: 30px 0;
  color: #fff;
  font-weight: 500;
  font-sizE: 16px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.section-overview-count {
  margin-top: 100px;
}
.section-overview-count .col {
  position: relative;
  text-align: center;
}
.section-overview-count .col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
}
.section-overview-count .col:first-child::before {
  display: none;
}
.section-overview-count .icon {
  content: '';
  background-image: url('../img/custom/icon_overview_product.png');
  width: 82px;
  height: 82px;
  background-size: 82px 82px;
}
.section-overview-count .icon.employees {
  background-image: url('../img/custom/icon_overview_employees.png');
}
.section-overview-count .icon.since {
  background-image: url('../img/custom/icon_overview_since.png');
}
.section-overview-count .number {
  margin: 20px 0 0;
  font-size: 42px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: #000;
}
.wf-active .section-overview-count .number {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-overview-count .name {
  margin: 0;
  font-size: 16px;
  color: #666;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}
.wf-active .section-overview-count .name {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-overview-video {
  position: relative;
  margin-top: 100px;
  background-color: #f6f6f6;
}
.section-overview-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  background-color: #fff;
}
.section-overview-video .video-wrap a {
  color: #fff;
  overflow: hidden;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-overview-video .video-wrap a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-overview-video .video-wrap a::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.section-overview-video .video-wrap a::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  content: '';
  background-image: url('../img/custom/icon_play_g.png');
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-color: #fff;
}
.section-overview-video .video-wrap a img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.section-overview-video .video-wrap a .core {
  position: absolute;
  z-index: 3;
  left: 60px;
  bottom: 90px;
  font-size: 42px;
  font-weight: 700;
}
.section-overview-video .video-wrap a .desc {
  position: absolute;
  z-index: 3;
  left: 60px;
  bottom: 60px;
  font-size: 14px;
  font-weight: 700;
}
.section-overview-video .video-wrap a:hover::before {
  opacity: 0;
}
.section-overview-video .video-wrap a:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.section-overview-video .video-util .language a {
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  padding: 0 10px;
  color: #a1a1a1;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active .section-overview-video .video-util .language a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-overview-video .video-util .language a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #e9e9e9;
}
.section-overview-video .video-util .language a:first-child {
  padding-left: 0;
}
.section-overview-video .video-util .language a:first-child::before {
  display: none;
}
.section-overview-video .video-util .language a.in {
  color: #31a05f;
}
.section-overview-video .video-util .subtitle {
  text-align: right;
}
.section-overview-video .video-util .subtitle a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  color: #000;
  font-size: 16px;
}
.section-overview-video .video-util .subtitle a .icon {
  position: relative;
  width: 30px;
  height: 70px;
  vertical-align: top;
}
.section-overview-video .video-util .subtitle a .icon::before,
.section-overview-video .video-util .subtitle a .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  margin: -5px 0 0 -1px;
  width: 2px;
  height: 10px;
  background-color: #000;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.section-overview-video .video-util .subtitle a .icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-overview-video .video-util .subtitle a .icon::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-overview-video .video-subtitles .lang {
  overflow: auto;
  height: 400px;
  padding: 20px 40px;
  background-color: #EEE;
}
.section-overview-video .video-subtitles .subtitle {
  line-height: 1.25em;
  text-align: left;
}
.section-overview-video .video-subtitles p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.section-overview-video .video-subtitles p.subject {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
}
.section-ir-print {
  margin-top: 20px;
}
.section-ir-print .wrap {
  position: relative;
  min-height: 35px;
}
.section-ir-print p {
  margin: 0;
  color: #666;
}
.section-ir-print .button {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
.section-ir-summary {
  margin-top: 60px;
}
.section-ir-summary .core {
  margin: 0;
  font-size: 30px;
}
.section-ir-summary .desc {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.section-ir-data-list {
  margin-top: 25px;
}
.section-ir-data-list .list {
  border-top: 1px #000 solid;
  border-bottom: 1px #c8c8c8 solid;
}
.section-ir-data-list .list .item {
  position: relative;
  border-top: 1px #efeeec solid;
}
.section-ir-data-list .list .item:first-child {
  border-top: 0;
}
.section-ir-data-list .link {
  display: block;
  padding: 27px 170px 27px 140px;
  color: #222;
}
.section-ir-data-list .link .number {
  position: absolute;
  top: 30px;
  left: 0;
  width: 140px;
  text-align: center;
  font-size: 40px;
  color: #ccc;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-ir-data-list .link .number {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-ir-data-list .link .subject {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  display: inline;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal !important;
  word-break: keep-all;
  white-space: nowrap;
  width: 99%;
}
.section-ir-data-list .link .subject.block {
  display: block;
}
.section-ir-data-list .link .date {
  display: block;
  margin-top: 15px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  color: #999;
  font-size: 14px;
}
.wf-active .section-ir-data-list .link .date {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-ir-data-list .link:hover .subject {
  text-decoration: underline;
}
.section-ir-data-list .download {
  position: absolute;
  top: 0;
  right: 0;
  height: 120px;
  line-height: 120px;
  width: 170px;
  text-align: center;
}
.section-ir-data-list .item-detail {
  border-top: solid 1px #efeeec;
  border-bottom: solid 1px #000;
}
.section-ir-data-list .item-detail .inner {
  padding: 50px 40px;
}
.section-ir-data-list .item-detail .tale {
  border-top: solid 1px #e6e6e6;
}
.section-ir-data-list .item-detail .tale .item {
  padding: 20px 0 20px 40px;
}
.section-ir-data-list .item-detail .tale .item a {
  display: inline-block;
  padding-left: 25px;
  background-image: url('../img/common/icon_attach.png');
  background-position: left center;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
}
.wf-active .section-ir-data-list .item-detail .tale .item a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-chart .item {
  float: left;
  width: 386px;
}
.section-chart .item.col-index {
  width: 92px;
}
.section-chart .item.col-c {
  width: 335px;
}
.section-chart .module {
  position: relative;
  margin-top: 20px;
  padding-top: 32px;
  display: inline-block;
}
.section-chart .module .year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 16px;
}
.wf-active .section-chart .module .year {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-chart .chart-description {
  background-color: #f6f6f6;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
}
.section-chart .chart-description .holder {
  margin: 0px 80px 0 130px;
}
.section-chart .chart-description .col {
  margin-top: 13px;
  margin-bottom: 13px;
  color: #222;
  line-height: 1.2;
  text-align: left;
}
.section-chart .chart-description .col strong {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  vertical-align: middle;
  background-color: #31a05f;
  margin-right: 8px;
  margin-top: -2px;
}
.section-chart .chart-description .col:nth-child(1) strong {
  background-color: #005a28;
}
.section-chart .chart-description .col:nth-child(2) strong {
  background-image: url('../img/custom/char_point_a_2.png');
}
.section-chart .chart-description .col:nth-child(3) strong {
  background-color: #31a05f;
}
.section-chart .chart-description .col:nth-child(4) strong {
  background-image: url('../img/custom/char_point_a_4.png');
}
.section-chart .chart-description .col:nth-child(5) strong {
  background-color: #3ce483;
}
.section-chart .chart-description .col:nth-child(6) strong {
  background-image: url('../img/custom/char_point_a_6.png');
}
.section-chart .chart-description .col:nth-child(7) strong {
  background-image: url('../img/custom/char_point_a_7.png');
}
.section-chart .chart-description .col:nth-child(8) strong {
  background-color: #327878;
}
.section-chart .chart-description .col:nth-child(9) strong {
  background-image: url('../img/custom/char_point_a_9.png');
}
.section-chart .chart-description .col:nth-child(10) strong {
  background-color: #64beaa;
}
.section-chart .chart-description .col:nth-child(11) strong {
  background-image: url('../img/custom/char_point_a_11.png');
}
.section-chart .chart-description .holder .col-1-6 {
  width: 16.66%;
}
.section-chart.nth-child-3 .chart-description .col:nth-child(1) strong,
.section-chart.nth-child-4 .chart-description .col:nth-child(1) strong,
.section-chart.nth-child-5 .chart-description .col:nth-child(1) strong {
  background-color: #31a05f;
}
.section-chart.nth-child-3 .chart-description .col:nth-child(2) strong,
.section-chart.nth-child-4 .chart-description .col:nth-child(2) strong,
.section-chart.nth-child-5 .chart-description .col:nth-child(2) strong {
  background-image: url('../img/custom/char_point_b_2.png');
}
.section-chart.nth-child-3 .chart-description .col:nth-child(3) strong,
.section-chart.nth-child-4 .chart-description .col:nth-child(3) strong,
.section-chart.nth-child-5 .chart-description .col:nth-child(3) strong {
  background-image: url('../img/custom/char_point_b_3.png');
}
.section-office-list {
  margin-top: 90px;
}
.section-office-list .more {
  padding: 0;
}
.section-office-list .more .icon {
  position: relative;
  width: 68px;
  height: 68px;
  vertical-align: top;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section-office-list .more .icon::before,
.section-office-list .more .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  width: 2px;
  height: 7px;
  background-color: #666;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.section-office-list .more .icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-office-list .more .icon::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-office-list tr.in td {
  font-weight: 500;
  color: #000;
  background-color: #f5fbf6;
}
.section-office-list tr.in td .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-office-list tr.in td .icon::before,
.section-office-list tr.in td .icon::after {
  background-color: #31a05f;
}
.section-office-list tr.in td.eng {
  font-weight: 400;
}
.section-office-list .map-area td {
  padding: 0;
}
.section-location {
  position: relative;
  overflow: visible;
  min-height: 780px;
}
.section-location .map {
  width: 100%;
  height: 780px;
  overflow: hidden;
}
.section-location .map-embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.section-location .info {
  position: absolute;
  top: 310px;
  right: 0;
  margin-right: 120px;
  width: 690px;
  height: 560px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px #e4e4e4 solid;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.section-location .info .holder {
  margin: 0 50px 0 70px;
}
.section-location .tab-wrap {
  margin-top: 45px;
  height: 47px;
}
.section-location .tab-wrap ul {
  padding-left: 0;
}
.section-location .tab-wrap li {
  text-align: center;
}
.section-location .tab-wrap li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #999;
}
.section-location .tab-wrap li a span {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  padding: 0 20px;
  height: 47px;
  line-height: 47px;
}
.section-location .tab-wrap li a span::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -3px;
  height: 3px;
  background-color: #000;
}
.section-location .tab-wrap li:first-child a span {
  margin-left: 0;
}
.section-location .tab-wrap li.in a {
  color: #000;
  font-weight: 700;
}
.section-location .tab-wrap li.in a span::before {
  display: block;
}
.section-location .tab-content {
  height: 468px;
  overflow: hidden;
}
.section-location .tab-content .item {
  display: none;
}
.section-location .tab-content .item.in {
  display: block;
}
.section-location .link:hover {
  text-decoration: none;
}
.section-location .name {
  margin: 35px 0 0;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.section-location .address {
  position: relative;
  margin: 20px 0 0;
  padding-left: 20px;
  font-size: 18px;
  color: #666;
  background-image: url('../img/custom/icon_address.png');
  background-position: left center;
}
.section-location .tel {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.section-location .tel > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 25px;
  color: #666;
}
.section-location .tel > span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -20px;
  width: 1px;
  height: 40px;
  background-color: #e4e4e4;
}
.section-location .tel > span:first-child {
  margin: 0;
  padding: 0;
}
.section-location .tel > span:first-child::before {
  display: none;
}
.section-location .tel .number {
  display: block;
  margin-top: 10px;
  font-weight: 400;
}
.section-location .image-wrap {
  margin-top: 50px;
  width: 620px;
}
.section-location .image-wrap .grid {
  margin: 0 -5px;
}
.section-location .image-wrap .grid .module {
  position: relative;
  margin: 0 5px;
}
.section-location .image-wrap .grid .module::before,
.section-location .image-wrap .grid .module::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -15px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section-location .image-wrap .grid .module::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-location .image-wrap .grid .module a {
  display: block;
}
.section-location .image-wrap .grid .module a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}
.section-location .image-wrap .grid .module:hover::before,
.section-location .image-wrap .grid .module:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}
.section-location .image-wrap .grid .module:hover a::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section-location .office.in .name {
  color: #31a05f;
}
.section-location .office.in .address {
  background-image: url('../img/custom/icon_address_on.png');
}
.section-location .item:last-child {
  position: relative;
}
.section-location .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 60px;
  height: 1px;
  background-color: #e4e4e4;
}
.section-location .item:last-child:first-child .module {
  border-top: 0;
}
.section-location .swiper-container {
  height: 468px;
}
.section-location .swiper-container .module {
  margin-right: 60px;
}
.section-location .control {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-right: -10px;
  width: 50px;
  height: 190px;
  margin-top: -95px;
  text-align: center;
}
.section-location .control .swiper-button-prev {
  top: 0;
  left: 0;
  margin: 0;
  content: '';
  background-image: url('../img/custom/icon_locaton_slider_prev.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.section-location .control .swiper-button-next {
  top: 140px;
  left: 0;
  margin: 0;
  content: '';
  background-image: url('../img/custom/icon_locaton_slider_next.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.section-location .control .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 65px;
  font-size: 0;
  color: #fff;
}
.section-location .control .swiper-pagination span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.wf-active .section-location .control .swiper-pagination span {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-location .control .swiper-pagination span.swiper-pagination-current {
  color: #000;
  position: relative;
}
.section-location .control .swiper-pagination span.swiper-pagination-current::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 15px;
  height: 1px;
  background-color: #cecece;
}
.section-history-nav {
  position: relative;
  background-color: #fff;
}
.section-history-nav .wrap {
  max-width: 1620px;
}
.section-history-nav li {
  width: 20%;
}
.section-history-nav li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.wf-active .section-history-nav li a {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-history-nav li a::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #31a05f;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section-history-nav li.in a {
  text-decoration: none;
}
.section-history-nav li.in a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.section-history-nav .bar {
  height: 4px;
  background-color: #e4e4e4;
}
.section-history-nav .bar div {
  display: inline-block;
  vertical-align: top;
  background-color: #31a05f;
  height: 4px;
}
.is-history .section-history-nav {
  position: fixed;
  z-index: 10;
  top: 100px;
  left: 0;
  right: 0;
  border-top: 1px #e4e4e4 solid;
  padding-top: 30px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.section-history {
  margin-top: 180px;
  overflow: visible;
}
.section-history .summary {
  position: relative;
  margin: 0 -200px 100px -200px;
}
.section-history .summary .desc {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active .section-history .summary .desc {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-history .summary .core {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  font-size: 58px;
  color: #fff;
  font-weight: 500;
}
.section-history .year {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  top: 300px;
  left: 0;
}
.section-history .year p {
  margin: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: #31a05f;
  font-size: 80px;
  text-align: center;
}
.wf-active .section-history .year p {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-history .year p.end {
  position: relative;
  margin-top: 45px;
  color: #000;
}
.section-history .year p.end::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-history .lists {
  position: relative;
  margin-top: -250px;
  margin-left: 600px;
}
.section-history .lists::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background-color: #dbdbdb;
}
.section-history .lists li {
  position: relative;
  margin-top: 50px;
  padding-left: 115px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-history .lists li {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-history .lists li:first-child {
  margin-top: 0;
}
.section-history .lists li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background-color: #fff;
}
.section-history .lists li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 2px #31a05f solid;
  border-radius: 100%;
}
.section-history .lists li .month {
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 18px;
}
.wf-active .section-history .lists li .month {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
#year2011 {
  margin-top: 70px;
}
#year2001 .motif-lines-holder {
  top: -160px;
  left: 50%;
  margin-left: -735px;
}
#year2001 .motif-lines-holder .holder {
  width: 340px;
  height: 240px;
}
#year1968 .motif-lines-holder {
  top: -75px;
  left: 50%;
  margin-left: 450px;
}
#year1968 .motif-lines-holder .holder {
  width: 310px;
  height: 196px;
}
.page-product .submain-a .hero {
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #7b65b4 100%);
  background: linear-gradient(127deg, #31a05f 0%, #7b65b4 100%);
}
.section-product-search {
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px #ccc solid;
  overflow: visible;
}
.section-product-search .js-search {
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  margin-left: -79px;
  width: 158px;
  height: 49px;
  color: #333;
  font-weight: 700;
  background-image: url('../img/custom/search_more.png');
}
.section-product-search .js-search span {
  display: inline-block;
  padding-left: 35px;
  height: 45px;
  line-height: 45px;
}
.section-product-search .js-search .icon {
  position: relative;
  margin-left: -3px;
  width: 60px;
  height: 45px;
  margin-top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section-product-search .js-search .icon::before,
.section-product-search .js-search .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -1px;
  width: 2px;
  height: 10px;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  background-color: #666;
}
.section-product-search .js-search .icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-product-search .js-search .icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-product-search .search-core {
  padding: 35px 30px;
  border: 1px #e3e3e3 solid;
}
.section-product-search .search-core .item .search {
  position: absolute;
  top: 0;
  right: 0;
}
.section-product-search .search-core .item .search .icon {
  content: '';
  background-image: url('../img/custom/icon_search.png');
  width: 76px;
  height: 76px;
  background-size: 76px 76px;
  background-color: #f6f6f6;
}
.section-product-search .search-core .item .module {
  position: relative;
  padding-left: 120px;
}
.section-product-search .search-core .item.word {
  width: calc(100% - 20%);
}
.section-product-search .search-core .item.word input.text {
  width: 88%;
  height: 76px;
  font-size: 16px;
  border: 0px #fff solid;
  border-bottom: 2px #0a0905 solid;
}
.section-product-search .search-core .item.look {
  float: right;
  width: 20%;
}
.section-product-search .search-core .item.look .module {
  padding-left: 50px;
}
.section-product-search .search-core .item.look a {
  display: block;
  max-width: 200px;
  background-color: #f6f6f6;
  height: 76px;
  line-height: 76px;
  color: #222;
  font-size: 16px;
}
.section-product-search .search-core .item.look a span {
  margin-left: 20px;
}
.section-product-search .search-core .item.look a .icon {
  content: '';
  background-image: url('../img/custom/icon_search_blank.png');
  width: 36px;
  height: 76px;
  background-size: 36px 76px;
  vertical-align: top;
}
.section-product-search .search-core .item.initial {
  margin-top: 25px;
  width: 100%;
}
.section-product-search .search-core .item.initial .grid {
  border-bottom: 1px #e3e3e3 solid;
}
.section-product-search .search-core .item.initial .col {
  position: relative;
  width: 7.14285714%;
}
.section-product-search .search-core .item.initial .col a {
  display: block;
  text-align: center;
  color: #8d8d8d;
  font-size: 20px;
  height: 75px;
  line-height: 75px;
}
.section-product-search .search-core .item.initial .col::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -16px;
  width: 1px;
  height: 32px;
  background-color: #e3e3e3;
}
.section-product-search .search-core .item.initial .col::after {
  display: none;
  content: '';
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  height: 4px;
  background-color: #31a05f;
}
.section-product-search .search-core .item.initial .col:first-child::before {
  display: none;
}
.section-product-search .search-core .item.initial .col.in::after {
  display: block;
}
.section-product-search .search-core .item.initial .col.in a {
  color: #31a05f;
  font-weight: 700;
}
.section-product-search .search-core .subject {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding-left: 10px;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  color: #666;
}
.section-product-search .search-core .subject::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #0a0905;
}
.section-product-search .search-desc {
  margin-top: 25px;
}
.section-product-search .search-desc .grid {
  margin: 0 -12px;
}
.section-product-search .search-desc .grid .module {
  margin: 0 12px;
}
.section-product-search .search-desc .grid .col {
  width: 16.66666667%;
}
.section-product-search .search-desc a {
  display: block;
  height: 114px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px #e3e3e3 solid;
}
.section-product-search .search-desc a span {
  display: block;
}
.section-product-search .search-desc .icon {
  content: '';
  background-image: url('../img/custom/icon_search_general.png');
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
}
.section-product-search .search-desc .icon.professional {
  background-image: url('../img/custom/icon_search_professional.png');
}
.section-product-search .search-desc .icon.other {
  background-image: url('../img/custom/icon_search_other.png');
}
.section-product-search .search-desc .icon.electronic {
  background-image: url('../img/custom/icon_search_electronic.png');
}
.section-product-search .search-desc .icon.supplement {
  background-image: url('../img/custom/icon_search_supplement.png');
}
.section-product-search .search-desc .icon.etc {
  background-image: url('../img/custom/icon_search_etc.png');
}
.section-product-search .search-desc .in .module {
  position: relative;
}
.section-product-search .search-desc .in .module::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -2px;
  height: 2px;
  background-color: #31a05f;
}
.section-product-search .search-desc .in a:after,
.section-product-search .search-desc .in a:before {
  top: 100%;
  left: 50%;
  margin-top: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section-product-search .search-desc .in a:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.section-product-search .search-desc .in a:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #31a05f;
  border-width: 11px;
  margin-left: -11px;
}
.section-product-search .desc-items {
  display: none;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  color: #666;
}
.section-product-search .desc-items .col {
  position: relative;
  margin: 6px 0;
  padding-left: 30px;
  width: 16.66666667%;
}
.section-product-search .desc-items .col a {
  display: inline-block;
}
.section-product-search .desc-items .col a::after {
  display: none;
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ff983c;
  border-radius: 100%;
  margin-left: 5px;
}
.section-product-search .desc-items .col.in a::after {
  display: inline-block;
}
.section-product-search .desc-items .number {
  position: relative;
  margin-left: 7px;
  padding-left: 10px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-product-search .desc-items .number {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-product-search .desc-items .number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
.section-product-search .desc-items.in {
  display: block;
}
.section-product-search.in {
  padding-bottom: 0;
}
.section-product-search.in .js-search .icon {
  margin-top: -5px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-product-search.in .search-core,
.section-product-search.in .search-desc {
  display: none;
}
.section-product-search.in .desc-items.in {
  display: none;
}
.section-product-view {
  margin-top: 100px;
  line-height: 1.2;
}
.section-product-view .head-title {
  margin-bottom: 40px;
}
.section-product-view .head-title strong {
  position: relative;
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #222;
}
.section-product-view .head-title strong::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #31a05f;
  background: -webkit-gradient(left top, right top, color-stop(0%, #31a05f), color-stop(100%, #9351cf));
  background: -o-linear-gradient(left, #31a05f 0%, #9351cf 100%);
  background: -webkit-gradient(linear, left top, right top, from(#31a05f), to(#9351cf));
  background: linear-gradient(to right, #31a05f 0%, #9351cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31a05f', endColorstr='#9351cf', GradientType=1);
}
.section-product-view .body {
  margin-top: 30px;
  line-height: 1.8;
}
.section-product-view .body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-product-view .body .thumb-holder {
  width: 600px;
}
.section-product-view .body .thumb-holder .pic {
  width: 100%;
  height: 348px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-product-view .body .thumb-holder .pic:first-child {
  margin-top: 0;
}
.section-product-view .body .thumb-holder .list {
  overflow: hidden;
  margin: 0 -5px;
}
.section-product-view .body .thumb-holder .list .thumb {
  float: left;
  overflow: hidden;
  width: 25%;
  height: 98px;
  padding: 0 5px;
}
.section-product-view .body .thumb-holder .list .thumb img {
  width: 100%;
  height: 100%;
}
.section-product-view .body .content-holder {
  float: left;
  margin-left: 50px;
  width: 370px;
}
.section-product-view .body .content-holder .core {
  height: 388px;
}
.section-product-view .body .content-holder p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #666;
}
.section-product-view .body .content-holder p:first-child {
  margin-top: 0;
}
.section-product-view .body .content-holder p.subject {
  margin-top: 20px;
  color: #222;
  font-weight: 500;
}
.section-product-view .body .content-holder p.subject:first-of-type {
  margin-top: 0;
}
.section-product-view .body .content-holder p.title {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #010101;
}
.section-product-view .body .content-holder p.title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #31a05f;
}
.section-product-view .body .content-holder .desc {
  margin-top: 130px;
}
.section-product-view .body .content-holder .action {
  margin-top: 32px;
}
.section-product-view .body .content-holder .action .grid {
  margin: 0 -5px;
}
.section-product-view .body .content-holder .action a {
  display: block;
  margin: 0 5px;
  height: 74px;
  line-height: 74px;
  font-size: 16px;
  color: #222;
  border: 1px #e3e3e3 solid;
}
.section-product-view .body .content-holder .action .icon {
  margin-left: 20px;
  vertical-align: top;
}
.section-product-view .body .content-holder .action .icon.detail {
  content: '';
  background-image: url('../img/custom/icon_product_detail.png');
  width: 40px;
  height: 74px;
  background-size: 40px 74px;
}
.section-product-view .body .content-holder .action .icon.drugstore {
  content: '';
  background-image: url('../img/custom/icon_product_drugstore.png');
  width: 52px;
  height: 74px;
  background-size: 52px 74px;
}
.section-product-view .body .content-footer {
  width: 100%;
  margin-top: 98px;
  border-top: solid 1px #e4e4e4;
  padding: 48px 50px;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-product-view .body .content-footer .item {
  display: table;
  width: 100%;
  margin-bottom: 42px;
  clear: both;
  *zoom: 1;
}
.section-product-view .body .content-footer .item::before,
.section-product-view .body .content-footer .item::after {
  content: " ";
  display: table;
}
.section-product-view .body .content-footer .item::after {
  clear: both;
}
.section-product-view .body .content-footer .item .subject,
.section-product-view .body .content-footer .item .item-list {
  display: table-cell;
}
.section-product-view .body .content-footer .item .subject {
  width: 122px;
}
.section-product-view .body .content-footer p {
  margin: 0;
  font-size: 16px;
  color: #666;
}
.section-product-view .body .content-footer p:first-child {
  margin-top: 0;
}
.section-product-view .body .content-footer .subject {
  margin-top: 20px;
  width: 122px;
  color: #222;
  font-weight: 500;
}
.section-product-view .body .content-footer .subject:first-of-type {
  margin-top: 0;
}
.section-product-view .body .content-footer .title {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #010101;
}
.section-product-view .body .content-footer .title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #31a05f;
}
.section-product-view .body .content-footer .title .icon {
  vertical-align: text-bottom;
}
.section-product-view .body .content-footer .pill {
  content: '';
  background-image: url('../img/custom/icon_product_pill.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.section-product-view .body .content-footer .bowl {
  content: '';
  background-image: url('../img/custom/icon_product_pill_bowl.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.section-product-view .body .content-footer .syringe {
  content: '';
  background-image: url('../img/custom/icon_product_syringe.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.section-product-view .body .content-footer .bottle {
  content: '';
  background-image: url('../img/custom/icon_product_bottle.png');
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
@media (min-width: 1300px) {
  .section-product-view .body .thumb-holder {
    width: 670px;
  }
  .section-product-view .body .thumb-holder .pic {
    width: 100%;
    height: 396px;
    overflow: hidden;
  }
  .section-product-view .body .content-holder {
    float: right;
    width: 420px;
  }
  .section-product-view .body .content-holder .action .grid {
    margin: 0 -10px;
  }
  .section-product-view .body .content-holder .action a {
    margin: 0 10px;
  }
  .section-product-view .body .content-holder .action .icon {
    margin-left: 25px;
  }
}
.section-pharmacy-search {
  margin: 65px 0 0;
}
.section-pharmacy-search .holder {
  padding: 25px 35px 50px 35px;
  border: 1px #e3e3e3 solid;
}
.section-pharmacy-search .item {
  position: relative;
  margin-top: 20px;
  padding-left: 120px;
}
.section-pharmacy-search .item:first-child {
  margin-top: 0;
}
.section-pharmacy-search .subject {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  color: #666;
}
.section-pharmacy-search .subject::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #0a0905;
}
.section-pharmacy-search .grid {
  margin: 0 -10px;
}
.section-pharmacy-search .grid .module {
  margin: 0 10px;
}
.section-pharmacy-search .subject {
  width: 11%;
}
.section-pharmacy-search .subject .module {
  margin-left: 0;
}
.section-pharmacy-search .subject p {
  margin: 0;
  padding-left: 10px;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  color: #666;
}
.section-pharmacy-search .subject p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #0a0905;
}
.section-pharmacy-search .select,
.section-pharmacy-search input.text {
  height: 76px;
  font-size: 16px;
  border: 0px #fff solid;
  border-bottom: 2px #0a0905 solid;
}
.section-pharmacy-search .action {
  margin-top: 30px;
  text-align: center;
}
.section-pharmacy-search .action .button {
  height: 74px;
  line-height: 74px;
  font-size: 18px;
  min-width: 200px;
  margin: 0 5px;
}
.section-pharmacy-search .action .button.light {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.section-pharmacy-search .action .button.light,
.section-pharmacy-search .action .button.light span {
  color: #333;
}
.section-pharmacy-guide {
  margin-top: 50px;
}
.section-pharmacy-guide .holder {
  padding: 40px 0;
  border-top: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
}
.section-pharmacy-guide .holder .way .module {
  padding-left: 30px;
  border-right: 1px #e5e5e5 solid;
}
.section-pharmacy-guide .holder .note .module {
  padding-left: 40px;
}
.section-pharmacy-guide .holder .note .module .subject {
  padding-left: 25px;
  background-image: url('../img/custom/icon_note.png');
  background-position: left center;
}
.section-pharmacy-guide .holder .subject {
  margin: 0;
  font-size: 16px;
  color: #000;
}
.section-pharmacy-guide .holder ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.section-pharmacy-guide .holder ul li {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  color: #666;
}
.section-pharmacy-guide .holder ul li:first-child {
  margin-top: 0;
}
.section-pharmacy-guide .holder ul li .number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-pharmacy-guide .holder ul li .number {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-pharmacy-result {
  padding: 100px 0;
  color: #000;
  font-size: 30px;
}
.section-pharmacy-result .wrap {
  text-align: center;
}
.section-location.pharmacy .info {
  top: 230px;
  height: 595px;
}
.section-location.pharmacy .info .holder {
  position: relative;
  margin: 20px 70px;
}
.section-location.pharmacy .info .holder::before,
.section-location.pharmacy .info .holder::after {
  content: '';
  position: absolute;
  left: 0;
  right: 60px;
  height: 1px;
  background-color: #e4e4e4;
}
.section-location.pharmacy .info .holder::before {
  top: 33.3333%;
}
.section-location.pharmacy .info .holder::after {
  top: 66.6666%;
}
.section-location.pharmacy .name {
  margin: 35px 0 0;
  font-size: 26px;
  font-weight: 500;
  color: #333;
}
.section-location.pharmacy .address {
  position: relative;
  margin: 20px 0 0;
}
.section-location.pharmacy .tel {
  margin-top: 0;
}
.section-location.pharmacy .tel > span {
  padding-left: 0;
  margin-left: 0;
}
.section-location.pharmacy .tel > span::before {
  display: none;
}
.section-location.pharmacy .tel .number {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 12px;
  font-weight: 400;
}
.section-location.pharmacy .tel .number::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background-color: #e4e4e4;
}
.section-location.pharmacy .swiper-container {
  margin: 20px 0;
  height: 550px;
}
.section-location.pharmacy .swiper-container .office:first-child .module {
  border-top: 0;
}
.section-location.pharmacy .control {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50px;
  height: 190px;
  margin-top: -95px;
  text-align: center;
}
.section-location.pharmacy .control .swiper-button-prev {
  top: 0;
  left: 0;
  margin: 0;
  content: '';
  background-image: url('../img/custom/icon_locaton_slider_prev.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.section-location.pharmacy .control .swiper-button-next {
  top: 140px;
  left: 0;
  margin: 0;
  content: '';
  background-image: url('../img/custom/icon_locaton_slider_next.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.section-location.pharmacy .control .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 65px;
  font-size: 0;
  color: #fff;
}
.section-location.pharmacy .control .swiper-pagination span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.wf-active .section-location.pharmacy .control .swiper-pagination span {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-location.pharmacy .control .swiper-pagination span.swiper-pagination-current {
  color: #000;
  position: relative;
}
.section-location.pharmacy .control .swiper-pagination span.swiper-pagination-current::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 15px;
  height: 1px;
  background-color: #cecece;
}
.page-lab .submain-a .hero {
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #4c98d0 100%);
  background: linear-gradient(127deg, #31a05f 0%, #4c98d0 100%);
}
.page-lab .add-more-text .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.page-lab .add-more-text .item .heading {
  font-size: 20px;
  margin-bottom: 20px;
  color: #222;
}
.page-lab .add-more-text .item p {
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
  font-weight: 200;
  font-weight: 300;
}
.page-lab .add-more-text .item .eng {
  font-weight: 100;
}
.section-lab-info-a .desc {
  top: 0;
  left: 50%;
  margin-top: 160px;
  width: 100%;
  max-width: 1144px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section-lab-info-a .desc .title {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 42px;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.section-lab-info {
  line-height: 1.8;
}
.section-lab-info .col-a {
  width: 49%;
}
.section-lab-info .col-b {
  width: 51%;
}
.section-lab-info .module {
  margin: 80px 80px 0;
}
.section-lab-info p {
  margin: 20px 0;
  padding: 0;
  color: #666;
  max-width: 500px;
  word-break: keep-all;
}
.page-lab-rnd-vision .section-lab-info p {
  max-width: 500px;
}
.section-lab-info p.title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #31a05f;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -0.08em;
}
.section-lab-info p.bold {
  color: #000;
  font-size: 30px;
  line-height: 1.4;
}
.section-lab-info p.description {
  margin-bottom: 0;
}
.section-lab-info-b {
  position: static;
  margin-top: 220px;
  margin-bottom: 100px;
}
.section-lab-info-b .sizer {
  height: 3000px;
}
.section-lab-info-b .motif-lines-holder {
  top: 0;
  left: 190px;
  margin-top: -256px;
  width: 336px;
}
.section-lab-info-b .motif-lines-holder .holder {
  height: 318px;
}
#scrollReveal .cover {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#scrollReveal .title,
#scrollReveal .bold,
#scrollReveal .description {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#scrollReveal .title {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#scrollReveal .bold {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#scrollReveal .description {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#scrollReveal[data-idx="0"] .cover-0 {
  opacity: 1;
}
#scrollReveal[data-idx="0"] .title {
  opacity: 1;
}
#scrollReveal[data-idx="1"] .cover-1 {
  opacity: 1;
}
#scrollReveal[data-idx="1"] .title,
#scrollReveal[data-idx="1"] .bold {
  opacity: 1;
}
#scrollReveal[data-idx="2"] .cover-2 {
  opacity: 1;
}
#scrollReveal[data-idx="2"] .title,
#scrollReveal[data-idx="2"] .bold,
#scrollReveal[data-idx="2"] .description {
  opacity: 1;
}
#scrollReveal[data-idx="0"] .title,
#scrollReveal[data-idx="1"] .title,
#scrollReveal[data-idx="2"] .title,
#scrollReveal[data-idx="0"] .bold,
#scrollReveal[data-idx="1"] .bold,
#scrollReveal[data-idx="2"] .bold,
#scrollReveal[data-idx="0"] .description,
#scrollReveal[data-idx="1"] .description,
#scrollReveal[data-idx="2"] .description {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
#scrollReveal .wrapper {
  overflow: visible;
}
#scrollReveal.upper {
  position: relative;
}
#scrollReveal.upper .cover-0 {
  opacity: 1;
}
#scrollReveal.upper .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#scrollReveal.inner .wrapper {
  position: fixed;
  z-index: 10;
  margin-top: 25%;
  margin-top: 25vh;
  top: 0;
  left: 0;
  right: 0;
}
#scrollReveal.downer {
  position: relative;
}
#scrollReveal.downer .cover-2 {
  opacity: 1;
}
#scrollReveal.downer .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-lab-info-e {
  margin-top: 220px;
}
.section-lab-info-e .motif-lines-holder {
  top: 0;
  right: 180px;
  margin-top: -420px;
  width: 336px;
}
.section-lab-info-e .motif-lines-holder .holder {
  height: 460px;
}
.section-lab-info-e {
  margin-top: 420px;
  margin-bottom: 200px;
  overflow: visible;
}
.section-lab-info-e .swiper-slide {
  width: 1240px;
}
.section-lab-info-e .swiper-slide .module {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
}
.section-lab-info-e .swiper-slide .desc {
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  width: 300px;
  text-align: left;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-lab-info-e .swiper-slide .desc p {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #31a05f;
}
.section-lab-info-e .swiper-slide-active .desc {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.section-lab-info-e .pagination-wrap {
  margin-top: 40px;
  position: relative;
}
.section-lab-info-e .pagination-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  height: 1px;
  background-color: #e5e5e5;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.section-lab-info-e .pagination-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.section-lab-info-e .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-color: transparent;
}
.section-lab-info-e .swiper-pagination-progressbar-fill {
  background-color: #31a05f;
}
.section-org-map {
  overflow: visible;
  margin-bottom: 180px;
}
.section-org-map .pic {
  text-align: center;
}
.section-org-map .img {
  z-index: 3;
  margin: 0 auto;
}
.section-org-map .img img {
  width: 100%;
  max-width: 1240px;
}
.section-org-map .motif-lines-holder {
  top: 0;
  left: 50%;
  margin-left: -748px;
  margin-top: -90px;
}
.section-org-map .motif-lines-holder .holder {
  width: 350px;
  height: 320px;
}
.plaris-container {
  position: relative;
  text-align: right;
}
.plaris-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plaris-container .text-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 380px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  background-color: #f7f7f7;
  padding: 80px;
}
.wf-active .plaris-container .text-wrap {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.plaris-container .text-wrap .heading {
  position: relative;
  font-size: 26px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
}
.plaris-container .text-wrap .heading::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #31a05f;
}
.plaris-container .text-wrap .desc {
  font-size: 20px;
  color: #666666;
  line-height: 1.8em;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
html.ie .plaris-container .text-wrap .desc {
  padding-bottom: 20px;
}
.page-responsibility .submain-a .hero {
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #d9b85f 100%);
  background: linear-gradient(127deg, #31a05f 0%, #d9b85f 100%);
}
.section-doctrine-core .subject {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
}
.section-doctrine-core .pic {
  margin-top: 80px;
  margin-left: 16.66666667%;
  min-height: 570px;
}
.section-doctrine-core .desc {
  top: 90px;
  left: 130px;
  padding: 80px;
  width: 850px;
  background-color: rgba(49, 160, 95, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-doctrine-core .desc p {
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.section-doctrine-core .desc p.core {
  margin-bottom: 40px;
  font-size: 64px;
}
.section-doctrine-item {
  margin-top: 20px;
}
.section-doctrine-item .pic {
  height: 740px;
}
.section-doctrine-item .desc {
  width: 50%;
  padding: 60px 60px 80px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-doctrine-item .desc p {
  margin: 0;
  font-size: 30px;
  line-height: 1.8;
}
.section-doctrine-item .desc p.core {
  margin-bottom: 40px;
  font-size: 48px;
  color: #31a05f;
  line-height: 1.2;
}
.section-doctrine {
  margin-top: 235px;
  position: relative;
  overflow: visible;
}
.section-doctrine .motif-lines-holder {
  top: 0;
  left: 50%;
  margin-top: -270px;
  margin-left: 266px;
}
.section-doctrine .motif-lines-holder .holder {
  top: 0;
  left: 0;
  width: 340px;
  height: 310px;
}
.section-doctrine-item {
  background-size: auto 100%;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 147px;
}
.section-doctrine-item.nth-child-1 {
  margin-top: 0;
  position: relative;
  overflow: visible;
}
.section-doctrine-item:nth-child(even) .desc {
  float: right;
}
.section-doctrine-item.js-inview-container .desc {
  position: relative;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-doctrine-item.js-inview-container .desc p {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.section-doctrine-item.js-inview-container .desc p.core {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.section-doctrine-item.js-inview-container.in .desc {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.section-doctrine-item.js-inview-container.in p {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.section-law-data {
  position: relative;
  padding-top: 120px;
  overflow: visible;
}
.section-law-data .motif-lines-holder {
  top: 0;
  left: 50%;
  margin-left: -617px;
  margin-top: -44px;
}
.section-law-data .motif-lines-holder .holder {
  width: 184px;
  height: 140px;
}
.section-law-data .subject {
  margin: 0;
  font-size: 30px;
}
.section-law-data .grid {
  margin: -25px -22px 0 -22px;
}
.section-law-data .grid .module {
  margin: 60px 22px 0 22px;
}
.section-law-data .thumb {
  display: block;
  margin-bottom: 15px;
  border: 1px #dcdcdc solid;
}
.section-law-data a {
  color: #666;
  font-size: 16px;
}
.section-law-data .url {
  margin-left: 20px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}
.wf-active .section-law-data .url {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-ethics-slogan {
  margin-top: 150px;
}
.section-ethics-slogan .subject {
  margin: 0;
  font-weight: 700;
  font-size: 42px;
}
.section-ethics-slogan .pic {
  margin-top: 80px;
  margin-left: 16.66666667%;
  min-height: 570px;
}
@media (min-width: 1921px) {
  .section-ethics-slogan .pic {
    margin-left: 24%;
    margin-left: calc(50% - 660px);
  }
}
.section-ethics-slogan .desc {
  top: 90px;
  left: 130px;
  padding: 80px;
  width: 850px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-ethics-slogan .desc p {
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.section-ethics-slogan .desc p.core {
  margin-bottom: 40px;
  font-size: 64px;
}
.section-ethics-slogan.tip-off .desc {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 960px;
}
.section-ethics-slogan.tip-off .desc p {
  font-size: 24px;
  line-height: 1.8;
}
.section-ceo-item {
  margin-top: 230px;
  position: relative;
  overflow: visible;
  background-image: url('../img/custom/ceo_desc_1.jpg');
}
.section-ceo-item .content-holder {
  position: relative;
  padding: 210px 0 210px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-ceo-item .motif-lines-holder.nth-child-1 {
  top: -250px;
  left: 50%;
  margin-left: 265px;
}
.section-ceo-item .motif-lines-holder.nth-child-1 .holder {
  width: 340px;
  height: 310px;
}
.section-ceo-item .motif-lines-holder.nth-child-2 {
  left: 50%;
  margin-left: -620px;
  margin-bottom: -60px;
  bottom: 0;
}
.section-ceo-item .motif-lines-holder.nth-child-2 .holder {
  left: 0;
  bottom: 0;
  width: 190px;
  height: 140px;
}
.section-ceo-item .description p {
  margin: 50px 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 1.9;
}
.section-ceo-item .author {
  margin-top: 140px;
}
.section-ceo-item .author p {
  float: right;
  text-align: right;
  font-size: 24px;
  color: #fff;
}
.section-ceo-item .author p strong {
  font-weight: 600;
}
.section-preservative-item {
  position: relative;
  padding-top: 230px;
  overflow: visible;
}
.section-preservative-item .motif-lines-holder {
  top: -130px;
  left: 50%;
  margin-left: 470px;
}
.section-preservative-item .motif-lines-holder .holder {
  width: 340px;
  height: 210px;
}
.section-preservative-item .pic {
  height: 100%;
}
.section-preservative-item .content-holder {
  top: 0;
  left: 50%;
  width: 1200px;
  height: 100%;
  margin-left: -600px;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-preservative-item .summary {
  margin: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.5;
  font-size: 16px;
  color: #fff;
}
.wf-active .section-preservative-item .summary {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-preservative-item .core {
  margin: 0;
  font-size: 64px;
  color: #fff;
}
.section-preservative-item .desc {
  margin: 70px 0 0;
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
}
.section-preservative-item .swiper-pagination {
  right: 70px;
}
@media (min-width: 1920px) {
  .section-preservative-item .swiper-pagination {
    right: auto;
    left: 50%;
    margin-left: 850px;
  }
}
.section-preservative-item .wrap {
  position: relative;
}
.section-preservative-item .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-preservative-item .swiper-container .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
}
.section-preservative-item .swiper-container .swiper-pagination-bullet::before {
  margin: -2px 0 0 -2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
}
.section-preservative-item .swiper-container .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 3px rgba(255, 255, 255, 0.3) solid;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.section-preservative-item .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.section-preservative-item .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-cp-is {
  position: relative;
  padding-top: 230px;
  overflow: visible;
}
.section-cp-is .motif-lines-holder {
  top: -220px;
  left: 50%;
  margin-left: 520px;
}
.section-cp-is .motif-lines-holder .holder {
  width: 340px;
  height: 310px;
}
.section-cp-is .content-holder {
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  padding-bottom: 50px;
  bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-cp-is .summary {
  margin: 0;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.5;
  font-size: 16px;
  color: #fff;
}
.wf-active .section-cp-is .summary {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-cp-is .core {
  margin: 0;
  font-size: 64px;
  color: #fff;
}
.section-cp-is .desc {
  margin: 70px 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: -0.025em;
}
.section-cp-items {
  position: relative;
  margin-top: -50px;
  margin-bottom: 200px;
}
.section-cp-items .wrap {
  text-align: center;
  background-color: #fff;
}
.section-cp-items .subject {
  position: relative;
  overflow: hidden;
  height: 395px;
}
.section-cp-items .subject::before {
  content: '';
  position: absolute;
  top: 245px;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #000;
}
.section-cp-items .subject .desc {
  margin: 130px 0 0;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #000;
  opacity: 0.2;
  font-weight: 700;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-cp-items .subject .desc {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-cp-items .subject .core {
  margin: 0;
  color: #000;
  font-size: 46px;
  font-weight: 500;
}
.section-cp-items .subject .core .eng {
  font-size: 48px;
  font-weight: 400;
}
.section-cp-items .items {
  margin-top: -15px;
}
.section-cp-items .items .module {
  position: relative;
  overflow: hidden;
  margin: 15px;
  height: 420px;
  background-color: #eee;
  cursor: help;
}
.section-cp-items .items p {
  margin: 0;
  font-size: 24px;
  color: #000;
}
.section-cp-items .items .number {
  margin: 100px 0 0;
  font-size: 100px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
}
.wf-active .section-cp-items .items .number {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-cp-items .items .message {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31a05f;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.section-cp-items .items .message p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.section-cp-items .items .message p::before,
.section-cp-items .items .message p::after {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -13px;
  content: '';
  background-image: url('../img/custom/icon_cp_message_prev.png');
  width: 26px;
  height: 23px;
  background-size: 26px 23px;
}
.section-cp-items .items .message p::after {
  top: auto;
  bottom: -60px;
  background-image: url('../img/custom/icon_cp_message_next.png');
}
.section-cp-items .items .module:hover .message {
  opacity: 1;
}
.section-cp-organization {
  position: relative;
  padding-top: 190px;
  overflow: visible;
}
.section-cp-organization .motif-lines-holder {
  top: -210px;
  left: 50%;
  margin-left: 454px;
}
.section-cp-organization .motif-lines-holder .holder {
  width: 340px;
  height: 310px;
}
.section-cp-organization .structure {
  margin-top: 150px;
  border-top: solid 1px #e4e4e4;
}
.section-cp-organization .structure > .grid > div {
  padding: 60px 0 0;
}
.section-cp-organization .structure > .grid > div:first-of-type {
  padding-right: 25px;
}
.section-cp-organization .structure > .grid > div:last-of-type {
  padding-left: 25px;
}
.section-cp-organization .structure dl {
  display: table;
  width: 100%;
  margin: 0 -13px;
}
.section-cp-organization .structure dl dt,
.section-cp-organization .structure dl dd {
  position: relative;
  display: table-cell;
  padding: 13px;
  font-size: 18px;
}
.section-cp-organization .structure dl dt {
  width: 10%;
  color: #31a05f;
  font-weight: 500;
  white-space: nowrap;
}
.section-cp-organization .structure dl dd {
  color: #000;
}
.section-cp-organization .structure dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  width: 0px;
  height: 13px;
  border-left: solid 1px #dadada;
}
.section-cp-law {
  margin-top: 200px;
  overflow: visible;
}
.section-cp-law .motif-lines-holder {
  top: 100%;
  left: 50%;
  margin-left: -865px;
  margin-top: -40px;
}
.section-cp-law .motif-lines-holder .holder {
  width: 190px;
  height: 180px;
}
.section-cp-law .desc {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.section-cp-law .desc p {
  margin: 0;
  color: #fff;
  font-size: 24px;
}
.section-cp-law .desc p.core {
  margin-bottom: 10px;
  font-size: 64px;
}
.section-cp-data {
  margin-top: 160px;
  overflow: visible;
}
.section-cp-data .grid {
  margin: 0 -23px;
}
.section-cp-data .grid .module {
  margin: 0 23px;
}
.section-cp-data a {
  position: relative;
  display: block;
  color: #fff;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.section-cp-data a .text {
  position: absolute;
  top: 210px;
  left: 50px;
  right: 70px;
}
.section-cp-data a .core {
  display: block;
  font-size: 24px;
}
.section-cp-data a .desc {
  display: block;
  margin-top: 30px;
  color: #fff;
  opacity: 0.9;
  line-height: 1.8;
}
.section-cp-data a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  background-image: url('../img/custom/icon_cp_data_more.png');
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-color: #fff;
}
.section-cp-data a:hover {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.section-tip-off-target {
  position: relative;
  padding-top: 230px;
  overflow: visible;
}
.section-tip-off-target .pic {
  min-height: 840px;
}
.section-tip-off-target .motif-lines-holder {
  top: -40px;
  left: 50%;
  margin-left: 265px;
}
.section-tip-off-target .motif-lines-holder .holder {
  width: 340px;
  height: 310px;
}
.section-tip-off-target .content-holder {
  top: 170px;
  left: 50%;
  width: 1030px;
  margin-left: -600px;
  padding: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-tip-off-target .title {
  margin: 0;
  font-size: 42px;
  color: #31a05f;
}
.section-tip-off-target ul {
  margin-top: 30px;
}
.section-tip-off-target ul li {
  font-size: 24px;
  color: #000;
}
.section-tip-off-target ul li::before {
  top: 15px;
}
.section-tip-off-target .desc {
  margin: 70px 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: -0.025em;
}
.section-tip-off-process {
  position: relative;
  padding-top: 120px;
  overflow: visible;
}
.section-tip-off-process .wrap {
  position: relative;
}
.section-tip-off-process .wrap::before {
  content: '';
  position: absolute;
  z-index: 11;
  top: 0;
  left: -55px;
  width: 500px;
  height: 400px;
  background-color: #fff;
}
.section-tip-off-process .motif-lines-holder {
  top: -150px;
  left: 50%;
  margin-left: -830px;
}
.section-tip-off-process .motif-lines-holder .holder {
  width: 350px;
  height: 500px;
}
.section-tip-off-process .title {
  position: relative;
  z-index: 13;
  margin: 0;
  padding: 80px 0 25px 0;
  color: #000;
  font-size: 42px;
  border-bottom: 1px #000 solid;
}
.section-tip-off-process .process {
  position: relative;
  z-index: 13;
  margin-top: 90px;
  padding-bottom: 100px;
  border-bottom: 1px #e4e4e4 solid;
}
.section-tip-off-process .item {
  position: relative;
  width: 20%;
  text-align: center;
}
.section-tip-off-process .item p {
  margin: 40px 0 0;
  color: #666;
  font-size: 20px;
}
.section-tip-off-process .item::before,
.section-tip-off-process .item::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  margin: -1px 0 0 -6px;
  width: 12px;
  height: 3px;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  background-color: #31a05f;
}
.section-tip-off-process .item::before {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-tip-off-process .item::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-tip-off-process .item:first-child::before,
.section-tip-off-process .item:first-child::after {
  display: none;
}
.section-tip-off-process .icon {
  content: '';
  background-image: url('../img/custom/icon_tip_off_1.png');
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
.section-tip-off-process .icon.register {
  background-image: url('../img/custom/icon_tip_off_2.png');
}
.section-tip-off-process .icon.check {
  background-image: url('../img/custom/icon_tip_off_3.png');
}
.section-tip-off-process .icon.handling {
  background-image: url('../img/custom/icon_tip_off_4.png');
}
.section-tip-off-process .icon.answer {
  background-image: url('../img/custom/icon_tip_off_5.png');
}
#content .section-tip-off-process {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.section-register h2.title {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 42px;
}
.section-register h3.title {
  margin: 50px 0 0;
  color: #000;
  font-weight: 400;
  font-size: 26px;
}
.section-register h3.title:first-child {
  margin-top: 80px;
}
.section-register .title.has-line {
  padding-bottom: 25px;
  border-bottom: 1px #000 solid;
}
.section-register-terms {
  margin-top: 150px;
}
.section-register-terms .terms-wrapper {
  margin-top: 30px;
  padding: 30px 40px;
  max-height: 300px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  overflow-y: auto;
  border: 1px #e4e4e4 solid;
}
.section-register-terms .terms-wrapper :first-child {
  margin-top: 0;
}
.section-register-terms .terms-wrapper p {
  margin: 10px 0 0;
  color: #666;
}
.section-register-terms .terms-wrapper p.sub {
  margin-left: 20px;
}
.section-register-terms .terms-wrapper .title {
  margin: 20px 0 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.section-register-terms .terms-wrapper table {
  margin-top: 15px;
}
.section-register-terms .action {
  margin: 30px 0 0 40px;
  font-size: 16px;
}
.section-register-terms .action p {
  margin: 20px 0 0 0;
}
.section-register-terms .action p:first-child {
  margin-top: 0;
}
.section-register-terms .action .checks {
  margin-left: 40px;
}
.section-register-terms .action .checks:first-child {
  margin-left: 0;
}
.section-register-terms .action label {
  font-weight: 500;
}
.section-register-terms + .section-register-form {
  margin-top: 140px;
}
.section-register-form {
  margin-top: 150px;
}
.section-register-form .guide {
  margin: 0;
  text-align: right;
  color: #666;
  font-size: 16px;
}
.section-register-form .table-a {
  margin-top: 15px;
}
.section-register-form .table-a input.text,
.section-register-form .table-a select {
  width: 410px;
}
.section-register-form .table-a input.text.small,
.section-register-form .table-a select.small {
  width: 160px;
  margin-left: 7px;
}
.section-register-form .table-a input.text.small:first-child,
.section-register-form .table-a select.small:first-child {
  margin: 0;
}
.section-register-form .table-a th {
  padding-top: 35px;
}
.section-register-form .table-a td {
  height: 50px;
  color: #000;
}
.section-register-form .table-a td p {
  margin: 10px 0 0;
}
.section-register-form .table-a td p:first-child {
  margin-top: 0;
}
.section-register-form .table-a td p.primary {
  color: #31a05f;
}
.section-register-form .table-a .period {
  position: relative;
  margin: 0 30px 0 35px;
}
.section-register-form .table-a .period::before {
  content: '~';
  left: 0;
  right: 0;
  text-align: center;
}
.section-register-finish {
  margin-top: 150px;
}
.section-register-finish .finish-wrap {
  margin-top: 0;
  padding: 100px 0;
  text-align: center;
  border-top: 1px #000 solid;
  border-bottom: 1px #dbdbdb solid;
}
.section-register-finish .core {
  margin: 0;
  font-size: 32px;
  color: #31a05f;
  font-weight: 500;
}
.section-register-finish .desc {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.section-register-finish .action {
  margin-top: 60px;
}
.section-spending-guide {
  margin-top: 150px;
}
.section-spending-guide .title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 20px;
  font-size: 42px;
  color: #010101;
  font-weight: 700;
}
.section-spending-guide .title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #31a05f;
}
.section-spending-guide .content-holder {
  margin: 160px 0 0 165px;
}
.section-spending-guide .content-holder p {
  margin: 0;
  font-size: 30px;
  color: #010101;
}
.section-spending-guide .content-holder p.core {
  font-weight: 700;
}
.section-spending-guide .content-holder p.desc {
  margin-top: 50px;
}
.section-spending-target {
  padding-top: 370px;
}
.section-spending-target .motif-lines-holder {
  top: 145px;
  left: 50%;
  margin-left: 265px;
}
.section-spending-target .motif-lines-holder .holder {
  width: 340px;
  height: 270px;
}
.section-spending-target .pic {
  height: 720px;
}
.section-spending-target .content-holder {
  top: 150px;
  left: 50%;
  width: 1030px;
  margin-left: -600px;
  padding: 100px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-spending-target .core {
  margin: 0;
  font-size: 48px;
  color: #31a05f;
}
.section-spending-target .desc {
  margin: 40px 0 0;
  font-size: 30px;
  color: #000;
}
.section-spending-register {
  margin-top: 180px;
}
.section-spending-register .title {
  margin: 0;
  color: #010101;
  font-size: 30px;
  font-weight: 400;
}
.section-spending-register .register-form-wrap {
  margin-top: 30px;
  padding: 100px 0;
  border-top: 1px #222 solid;
  border-bottom: 1px #dbdbdb solid;
}
.section-spending-register .register-form {
  margin: 0 auto;
  width: 750px;
}
.section-spending-register .register-form .item {
  position: relative;
  margin-top: 50px;
  padding-left: 155px;
}
.section-spending-register .register-form .item:first-child {
  margin-top: 0;
}
.section-spending-register .register-form .item .subject {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  font-weight: 700;
  color: #111;
  font-size: 18px;
}
.section-spending-register .register-form input.text {
  width: 410px;
  border: 1px #e4e4e4 solid;
}
.section-spending-register .register-form .button {
  margin-left: -3px;
  border-radius: 0;
}
.section-spending-register .register-form .message {
  position: absolute;
  top: 100%;
  left: 155px;
  margin: 10px 0 0;
  padding-left: 20px;
  font-size: 16px;
  color: #31a05f;
  font-weight: 500;
}
.section-spending-register .register-form .message::before {
  content: 'ⓘ';
  position: absolute;
  top: 0;
  left: 0;
}
.section-spending-register .register-form .message.error {
  color: #000;
}
.section-spending-register .action {
  margin-top: 95px;
  text-align: center;
}
.page-pr .submain-a .hero {
  background: #31a05f;
  background: -o-linear-gradient(323deg, #31a05f 0%, #d9df71 100%);
  background: linear-gradient(127deg, #31a05f 0%, #d9df71 100%);
}
.page-pr .bbs-view #subtitle {
  overflow: auto;
  height: 400px;
  padding: 20px 40px;
  background-color: #EEE;
}
.section-pr-news .upper,
.section-pr-notice .upper {
  background-color: #f6f6f6;
}
.section-pr-news .upper .col,
.section-pr-notice .upper .col {
  width: 50%;
}
.section-pr-news .upper .col-desc,
.section-pr-notice .upper .col-desc {
  text-align: center;
}
.section-pr-news .upper .col-desc .module,
.section-pr-notice .upper .col-desc .module {
  margin-top: 110px;
}
.section-pr-news .upper .title,
.section-pr-notice .upper .title {
  font-size: 14px;
}
.section-pr-news .upper .title span,
.section-pr-notice .upper .title span {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  color: #666;
  font-weight: 400;
}
.section-pr-news .upper .title span::before,
.section-pr-notice .upper .title span::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #31a05f;
}
.section-pr-news .upper p.name,
.section-pr-notice .upper p.name {
  margin: 30px 0;
  padding: 0;
  color: #222;
  font-size: 30px;
  font-weight: 500;
}
.section-pr-news .upper .action,
.section-pr-notice .upper .action {
  margin-top: 50px;
}
.section-pr-news .sorts,
.section-pr-notice .sorts {
  margin-top: 70px;
  padding-bottom: 25px;
}
.section-pr-news .sorts .select,
.section-pr-notice .sorts .select,
.section-pr-news .sorts .text,
.section-pr-notice .sorts .text {
  width: 280px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  vertical-align: middle;
  border-color: #dcdcdc;
  margin-right: 10px;
}
.section-pr-news .sorts .text,
.section-pr-notice .sorts .text {
  width: 360px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.section-pr-news .sorts .fieldwrap,
.section-pr-notice .sorts .fieldwrap {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.section-pr-news .sorts .fieldwrap .text,
.section-pr-notice .sorts .fieldwrap .text,
.section-pr-news .sorts .fieldwrap .select,
.section-pr-notice .sorts .fieldwrap .select {
  margin-right: 0;
}
.section-pr-news .sorts .fieldwrap .image,
.section-pr-notice .sorts .fieldwrap .image {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}
.section-pr-news .list,
.section-pr-notice .list {
  padding-top: 50px;
  border-top: solid 1px #dcdcdc;
}
.section-pr-news .list .grid,
.section-pr-notice .list .grid {
  margin-left: -16px;
  margin-right: -16px;
}
.section-pr-news .list .module,
.section-pr-notice .list .module {
  margin: 0 16px;
  padding-bottom: 44px;
  text-align: center;
}
.section-pr-news .list .desc .name,
.section-pr-notice .list .desc .name {
  margin: 22px 0 18px;
  padding: 0;
  font-size: 20px;
}
.section-pr-news .list .desc .name a,
.section-pr-notice .list .desc .name a {
  color: #222;
}
.section-pr-news .list-news,
.section-pr-notice .list-news {
  padding-top: 50px;
  border-top: solid 1px #dcdcdc;
}
.section-pr-news .list-news .grid,
.section-pr-notice .list-news .grid {
  margin-left: -30px;
  margin-right: -30px;
}
.section-pr-news .list-news .module,
.section-pr-notice .list-news .module {
  margin: 0 30px;
  min-height: 460px;
  text-align: left;
}
.section-pr-news .list-news .pic a,
.section-pr-notice .list-news .pic a {
  display: block;
  width: 360px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.section-pr-news .list-news .pic a img,
.section-pr-notice .list-news .pic a img {
  visibility: hidden;
}
.section-pr-news .list-news .desc,
.section-pr-notice .list-news .desc {
  position: relative;
  margin-top: 20px;
}
.section-pr-news .list-news .desc a:hover,
.section-pr-notice .list-news .desc a:hover {
  text-decoration: none;
}
.section-pr-news .list-news .desc .num,
.section-pr-notice .list-news .desc .num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #000;
}
.section-pr-news .list-news .desc p,
.section-pr-notice .list-news .desc p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.section-pr-news .list-news .desc p.date,
.section-pr-notice .list-news .desc p.date {
  font-size: 14px;
  color: #909090;
}
.section-pr-news .list-news .desc p.name,
.section-pr-notice .list-news .desc p.name {
  margin-top: 17px;
  font-size: 20px;
  line-height: 1.6;
}
.section-pr-news .list-news .desc p.summary,
.section-pr-notice .list-news .desc p.summary {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.section-pr-news .list-news .action,
.section-pr-notice .list-news .action {
  margin-top: 25px;
}
.section-pr-news .list-notice,
.section-pr-notice .list-notice {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #c8c8c8;
}
.section-pr-news .list-notice .item,
.section-pr-notice .list-notice .item {
  border-top: solid 1px #efeeec;
}
.section-pr-news .list-notice .item a:hover,
.section-pr-notice .list-notice .item a:hover {
  text-decoration: none;
}
.section-pr-news .list-notice .item:first-child,
.section-pr-notice .list-notice .item:first-child {
  border-top: 0;
}
.section-pr-news .list-notice .item p,
.section-pr-notice .list-notice .item p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  color: #666;
}
.section-pr-news .list-notice .item p.num,
.section-pr-notice .list-notice .item p.num {
  font-size: 40px;
}
.section-pr-news .list-notice .item p.subject,
.section-pr-notice .list-notice .item p.subject {
  font-size: 20px;
  color: #222;
}
.section-pr-news .list-notice .item p.date,
.section-pr-notice .list-notice .item p.date {
  font-size: 16px;
  color: #999;
}
.section-pr-news .list-notice .cell,
.section-pr-notice .list-notice .cell {
  vertical-align: middle;
  padding: 17px 0;
}
.section-pr-news .list-notice .cell.cell-no,
.section-pr-notice .list-notice .cell.cell-no {
  width: 10%;
  text-align: center;
}
.section-pr-news .list-notice .cell.cell-subject,
.section-pr-notice .list-notice .cell.cell-subject {
  width: 75%;
}
.section-pr-news .list-notice .cell.cell-date,
.section-pr-notice .list-notice .cell.cell-date {
  width: 15%;
}
.section-pr-news .latest-slider,
.section-pr-notice .latest-slider {
  margin-top: 80px;
  clear: both;
  position: relative;
}
.section-pr-news .latest-slider::after,
.section-pr-notice .latest-slider::after {
  content: '';
  display: table;
  clear: both;
}
.section-pr-news .latest-slider .swiper-container,
.section-pr-notice .latest-slider .swiper-container {
  float: left;
}
.section-pr-news .latest-slider .swiper-container,
.section-pr-notice .latest-slider .swiper-container,
.section-pr-news .latest-slider .item,
.section-pr-notice .latest-slider .item {
  width: 780px;
}
.section-pr-news .latest-slider .swiper-container .pic img,
.section-pr-notice .latest-slider .swiper-container .pic img,
.section-pr-news .latest-slider .item .pic img,
.section-pr-notice .latest-slider .item .pic img {
  width: 100%;
}
.section-pr-news .latest-slider .toggle-title .title,
.section-pr-notice .latest-slider .toggle-title .title {
  position: absolute;
  z-index: 6;
  margin: 0;
  padding: 0;
  top: 130px;
  left: 744px;
  font-size: 16px;
  font-weight: 400;
  color: #31a05f;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  border-bottom: solid 1px #31a05f;
}
.wf-active .section-pr-news .latest-slider .toggle-title .title,
.wf-active .section-pr-notice .latest-slider .toggle-title .title {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.section-pr-news .latest-slider .toggle-title .title span,
.section-pr-notice .latest-slider .toggle-title .title span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.section-pr-news .latest-slider .toggle-title .title span::before,
.section-pr-notice .latest-slider .toggle-title .title span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.section-pr-news .latest-slider .toggle-wrap .toggle,
.section-pr-notice .latest-slider .toggle-wrap .toggle {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  margin-top: 78px;
  width: 508px;
  height: 270px;
  background-color: #FFF;
  border: solid 1px #dcdcdc;
}
.section-pr-news .latest-slider .toggle-wrap .module,
.section-pr-notice .latest-slider .toggle-wrap .module {
  margin: 40px 50px;
  padding-top: 80px;
}
.section-pr-news .latest-slider .toggle-wrap p,
.section-pr-notice .latest-slider .toggle-wrap p {
  margin: 0;
  padding: 0;
  color: #fff;
}
.section-pr-news .latest-slider .toggle-wrap p.name,
.section-pr-notice .latest-slider .toggle-wrap p.name {
  font-size: 22px;
  line-height: 1.6;
  color: #000;
}
.section-pr-news .latest-slider .toggle-wrap p.date,
.section-pr-notice .latest-slider .toggle-wrap p.date {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
}
.section-pr-news .latest-slider .toggle-wrap a:hover,
.section-pr-notice .latest-slider .toggle-wrap a:hover {
  text-decoration: none;
}
.section-pr-news .latest-slider .nav-wrapper,
.section-pr-notice .latest-slider .nav-wrapper {
  position: relative;
}
.section-pr-news .latest-slider .nav,
.section-pr-notice .latest-slider .nav {
  vertical-align: top;
  position: absolute;
  z-index: 6;
  top: 120px;
  border-radius: 40px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.section-pr-news .latest-slider .nav.prev,
.section-pr-notice .latest-slider .nav.prev {
  content: '';
  background-image: url('../img/custom/nav_prev_01_gray.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: 92px;
}
.section-pr-news .latest-slider .nav.next,
.section-pr-notice .latest-slider .nav.next {
  content: '';
  background-image: url('../img/custom/nav_prev_02_gray.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: 40px;
}
.section-pr-news .latest-slider .nav:hover.prev,
.section-pr-notice .latest-slider .nav:hover.prev {
  content: '';
  background-image: url('../img/custom/nav_prev_01_gray_active.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.section-pr-news .latest-slider .nav:hover.next,
.section-pr-notice .latest-slider .nav:hover.next {
  content: '';
  background-image: url('../img/custom/nav_prev_02_gray_active.png');
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.section-pr-news .latest-slider .swiper-pagination,
.section-pr-notice .latest-slider .swiper-pagination {
  left: 820px;
  bottom: 20px;
}
.section-pr-news .latest-slider + .sorts,
.section-pr-notice .latest-slider + .sorts {
  margin-top: 56px;
}
.section-pr-center {
  margin-bottom: 240px;
  overflow: visible;
  position: relative;
}
.section-pr-center .pic {
  z-index: 1;
}
.section-pr-center .inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 50px 0;
}
.section-pr-center .desc {
  width: 430px;
  min-height: 420px;
}
.section-pr-center .module {
  margin: 0 60px;
}
.section-pr-center .title {
  display: inline-block;
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 25px;
  font-size: 30px;
  font-weight: 500;
}
.section-pr-center .title::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 3px;
  background-color: #ccc;
}
.section-pr-center .name {
  margin: 10px 0 5px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}
.section-pr-center p {
  margin: 5px 0 10px;
  padding: 0;
}
.section-pr-center p strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
}
.section-pr-center-a .desc {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  margin-top: 220px;
  margin-left: 160px;
}
.section-pr-center-a .inner {
  background-color: #fff;
  width: 571px;
  min-height: 240px;
  border: solid 1px #e4e4e4;
}
.section-pr-center-a .title {
  color: #31a05f;
}
.section-pr-center-a .motif-lines-holder {
  bottom: 0;
  left: 50%;
  margin-left: -558px;
  margin-bottom: 100px;
}
.section-pr-center-a .motif-lines-holder .holder {
  width: 335px;
  height: 245px;
}
.section-pr-center-b .pic {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
}
.section-pr-center-b .desc {
  padding-top: 220px;
}
.section-pr-center-b .inner {
  position: relative;
  z-index: 3;
  background-color: #404040;
}
.section-pr-center-b .title,
.section-pr-center-b .name,
.section-pr-center-b strong {
  color: #fff;
}
.section-pr-center-b .title {
  margin-bottom: 70px;
}
.section-pr-center-b .title::before {
  background-color: #FFF;
}
.section-pr-center-b p:nth-of-type(1) {
  margin-bottom: 20px;
}
.section-pr-center-b p:nth-of-type(2) {
  margin-bottom: 0px;
}
.page-brand .brand-gate-container {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 104px);
  min-height: 1000px;
}
.page-brand .gate-geborin,
.page-brand .gate-anjung {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-brand .gate-geborin .gate-button,
.page-brand .gate-anjung .gate-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-brand .gate-geborin .gate-button .gate-index,
.page-brand .gate-anjung .gate-button .gate-index {
  position: relative;
  width: 100%;
  height: 100%;
  background-size:50% 100%;
  background-repeat: no-repeat;
}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-brand .gate-anjung .gate-button .gate-index .brand-desc{top:50%;}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc > h1{text-align:center; font-size:34px; font-weight:600; color:#09122e;}

.page-brand .gate-anjung .gate-button .gate-index .brand-desc > h1{text-align:center; font-size:34px; font-weight:700; color:#483636;}
.page-brand .gate-anjung .gate-button .gate-index .brand-desc > h1 .f_w400{font-weight:400;}

.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-visual,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-visual {
  position: relative;
  display: block;
}
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-visual{margin-top:50px; text-align:center;}
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-visual > img{width:85%;}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-title {
  text-align: center;
  margin-top: 40px;
}


.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title > span,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-title > span {
  font-size: 16px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  color: inherit;}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title > span{color:#09122e !important;}

.wf-active .page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title > span,
.wf-active .page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-title > span {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title > h1,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-title > h1 {
  font-size: 40px;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-brand .gate-geborin .gate-button .gate-index .brand-desc .brand-title > i.icon,
.page-brand .gate-anjung .gate-button .gate-index .brand-desc .brand-title > i.icon {
  display:block;
  margin-top:15px;
  color: inherit;
}
.page-brand .gate-geborin .section-brand,
.page-brand .gate-anjung .section-brand {
  min-height: 1000px;
}
.page-brand .gate-geborin .section-brand > .container,
.page-brand .gate-anjung .section-brand > .container {
  min-height: 1000px;
}
.page-brand .gate-geborin.show,
.page-brand .gate-anjung.show,
.page-brand .gate-geborin.dev-active,
.page-brand .gate-anjung.dev-active {
  z-index: 15;
}
.page-brand .gate-geborin.show .gate-button,
.page-brand .gate-anjung.show .gate-button,
.page-brand .gate-geborin.dev-active .gate-button,
.page-brand .gate-anjung.dev-active .gate-button {
  opacity: 0;
  visibility: hidden;
}
.page-brand .gate-geborin.show .section-brand,
.page-brand .gate-anjung.show .section-brand,
.page-brand .gate-geborin.dev-active .section-brand,
.page-brand .gate-anjung.dev-active .section-brand {
  display: block;
}
.page-brand .gate-geborin.show.gate-geborin,
.page-brand .gate-anjung.show.gate-geborin,
.page-brand .gate-geborin.dev-active.gate-geborin,
.page-brand .gate-anjung.dev-active.gate-geborin {
  left: 0;
}
.page-brand .gate-geborin.show.gate-anjung,
.page-brand .gate-anjung.show.gate-anjung,
.page-brand .gate-geborin.dev-active.gate-anjung,
.page-brand .gate-anjung.dev-active.gate-anjung {
  right: 0;
}
.page-brand .gate-geborin {
  left: -50%;
}
.page-brand .gate-geborin .gate-index {
  background-position: right;
}
.page-brand .gate-geborin .gate-index .brand-desc {
  right: 140px;
  color: #FFF;
}
.page-brand .gate-geborin .gate-index .brand-desc .brand-visual {
  margin-top:60px;
}
.page-brand .gate-geborin .gate-index .brand-desc .brand-title {
  margin-top: 25px;
}
.page-brand .gate-anjung {
  right: -50%;
}
.page-brand .gate-anjung .gate-index {
  background-position: left;
}
.page-brand .gate-anjung .gate-index .brand-desc {
  left: 160px;
  color: #483636;
}
.page-brand .gate-anjung .gate-index .brand-desc .brand-visual .bottle {
  height:800px;

  /* position: absolute;
  height: 400px;
  top: 102px;
  left: 232px; */
}
.page-brand .gate-anjung .gate-index .brand-desc .brand-visual .hexagon {
  height: 587px;
}
.page-brand #modal-video-frame .video-wrap {
  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;
  width: 100%;
  height: 100%;
}
.page-brand #modal-video-frame .video-wrap iframe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1200px;
  height: 700px;
}
.page-brand #brandHistory#brandHistory .summary .year,
.page-brand #brandCampaign#brandHistory .summary .year,
.page-brand #brandHistory#brandHistory .summary .desc,
.page-brand #brandCampaign#brandHistory .summary .desc,
.page-brand #brandHistory#brandHistory .summary .action > a,
.page-brand #brandCampaign#brandHistory .summary .action > a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-brand #brandHistory#brandHistory .summary.in .year,
.page-brand #brandCampaign#brandHistory .summary.in .year,
.page-brand #brandHistory#brandHistory .summary.in .desc,
.page-brand #brandCampaign#brandHistory .summary.in .desc,
.page-brand #brandHistory#brandHistory .summary.in .action > a,
.page-brand #brandCampaign#brandHistory .summary.in .action > a {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  visibility: hidden;
}
.page-brand #brandHistory#brandHistory .summary .action,
.page-brand #brandCampaign#brandHistory .summary .action {
  position: relative;
}
.page-brand #brandHistory#brandHistory .js-floating-container.active,
.page-brand #brandCampaign#brandHistory .js-floating-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.page-brand #brandHistory#brandCampaign .description,
.page-brand #brandCampaign#brandCampaign .description {
  position: relative;
}
.page-brand #brandHistory#brandCampaign .js-floating-container.active,
.page-brand #brandCampaign#brandCampaign .js-floating-container.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.page-brand #brandHistory .js-floating-container,
.page-brand #brandCampaign .js-floating-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 400px;
  height: 300px;
  padding: 50px;
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.page-brand #brandHistory .js-floating-container strong,
.page-brand #brandCampaign .js-floating-container strong {
  font-size: 26px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.wf-active .page-brand #brandHistory .js-floating-container strong,
.wf-active .page-brand #brandCampaign .js-floating-container strong {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-brand #brandHistory .js-floating-container p,
.page-brand #brandCampaign .js-floating-container p {
  margin: 0;
}
.page-brand #brandHistory .js-floating-container .title,
.page-brand #brandCampaign .js-floating-container .title {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 36px;
}
.page-brand #brandHistory .js-floating-container .title-desc,
.page-brand #brandCampaign .js-floating-container .title-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
}
.page-brand #brandHistory .js-floating-container .floating-close,
.page-brand #brandCampaign .js-floating-container .floating-close {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.page-brand #brandHistory .js-floating-container.floating-w,
.page-brand #brandCampaign .js-floating-container.floating-w {
  background-color: #FFF;
  border: solid 1px #cfcfcf;
}
.page-brand #brandHistory .js-floating-container.floating-w .title,
.page-brand #brandCampaign .js-floating-container.floating-w .title {
  color: #111;
  font-size: 20px;
}
.page-brand #brandHistory .js-floating-container.floating-w .title-desc,
.page-brand #brandCampaign .js-floating-container.floating-w .title-desc {
  color: #666;
}
.html-brand {
  height: 100%;
  min-height: 100%;
}
.page-brand #container,
.page-brand #wrapper,
.page-brand #content,
.page-brand #inner {
  height: 100%;
}
.section-brand-item {
  min-height: 600px;
  height: 100vh;
  height: calc(100vh - 104px);
}
.section-brand-item .wrap {
  height: 100%;
}
.section-brand-item .table {
  height: 100%;
}
.section-brand-item .table .cell {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-btn{position:fixed; top:10%; left:5%; text-indent:-9999px; z-index:10; /* mix-blend-mode: difference; */}
.back_btn{position:absolute; top:5%; left:3%; text-indent:-9999px; z-index:10; /* mix-blend-mode: difference; */}
.back_btn > img{display:block;width:40px; height:40px;}
#brandMain {
  background-image: url('../img/brand/main_bg.jpg');
  background-size: auto 100%;
  background-size: cover;
}
#brandMain .frame-wrap {
  position: relative;
  left: 50%;
  width: 1024px;
  height: 613px;
  margin-left: -340px;
}
#brandMain .frame {
  display: block;
  position: relative;
  height: 1px;
  padding-top: 56.25%;
  overflow: hidden;
  border: solid 10px #000;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  background: #000;
}
#brandMain .frame .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#brandMain .titles {
  position: absolute;
  z-index: 2;
  width: 400px;
  top: 170px;
  left: -215px;
}
#brandMain .titles p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 84px;
  letter-spacing: 0.25em !important;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
.wf-active #brandMain .titles p {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
#brandMain .action {
  margin-top: 20px;
}
#brandMain .action .icon {
  content: '';
  background-image: url('../img/brand/brand_go.png');
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
}
#brandMain .titles,
#brandMain .action {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-idx="0"] #brandMain .titles,
[data-idx="0"] #brandMain .action {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
[data-idx="0"] #brandMain .titles {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-idx="0"] #brandMain .action {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#brandHistory {
  background-image: url('../img/brand/history_bg.jpg');
  background-size: cover;
}
#brandHistory .swiper-container {
  width: 100%;
  width: 100vw;
  height: 100%;
}
#brandHistory .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
  width: 50%;
  min-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#brandHistory .module {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
}
#brandHistory .module::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
#brandHistory .module .dot-small-b {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-bottom: -10px;
  background-color: #28262b;
  border-radius: 20px;
}
#brandHistory .module .dot-small-a {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  margin-left: -5px;
  margin-bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
#brandHistory .swiper-slide.last-child .dot-small-b,
#brandHistory .swiper-slide.last-child .dot-small-a {
  left: auto;
  right: 0;
  margin-left: auto;
}
#brandHistory .swiper-slide.last-child .dot-small-b {
  margin-right: -10px;
}
#brandHistory .swiper-slide.last-child .dot-small-a {
  margin-right: -5px;
}
#brandHistory .holder {
  position: relative;
  display: block;
  width: 710px;
  margin-left: 80px;
  margin-right: 80px;
  table-layout: fixed;
  clear: both;
  *zoom: 1;
}
#brandHistory .holder::before,
#brandHistory .holder::after {
  content: " ";
  display: table;
}
#brandHistory .holder::after {
  clear: both;
}
#brandHistory .holder .pic {
  display: block;
  float: left;
  width: 410px;
  height: 272px;
  vertical-align: bottom;
  position: relative;
  padding-bottom: 50px;
}
#brandHistory .holder .pic img {
  position: absolute;
  bottom: 50px;
}
#brandHistory .holder .pic::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  border-left: dashed 1px rgba(255, 255, 255, 0.3);
}
#brandHistory .holder .pic::after,
#brandHistory .holder .pic .dot {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-bottom: -10px;
  background-color: #28262b;
  border-radius: 20px;
}
#brandHistory .holder .pic .dot {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  margin-bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
#brandHistory .holder .summary {
  position: absolute;
  display: block;
  left: 440px;
  bottom: 0;
  vertical-align: bottom;
  padding-left: 30px;
  color: #fff;
  padding-bottom: 50px;
}
#brandHistory .title {
  color: #fff;
}
#brandHistory .title strong {
  display: block;
  font-size: 72px;
  letter-spacing: 10px;
}
#brandHistory .title span {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
#brandHistory p {
  margin: 16px 0;
  padding: 0;
}
#brandHistory p.year {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
}
.wf-active #brandHistory p.year {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
#brandHistory p.desc {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
#brandHistory .action .icon {
  content: '';
  background-image: url('../img/brand/history_go.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
#brandHistory .item.nth-child-1 {
  text-align: center;
}
#brandHistory .item.nth-child-1 .module::before {
  display: none;
}
#brandHistory .item.nth-child-1 .title {
  display: inline-block;
  position: relative;
  padding-left: 210px;
  padding-top: 80px;
  padding-bottom: 0px;
  height: 320px;
  text-align: left;
}
#brandHistory .item.nth-child-1 .title strong,
#brandHistory .item.nth-child-1 .title span {
  position: relative;
}
#brandHistory .item.nth-child-1 .title::before {
  content: '';
  background-image: url('../img/brand/history_00.png');
  width: 350px;
  height: 320px;
  background-size: 350px 320px;
  position: absolute;
  top: 0;
  left: 0;
}
#brandHistory .item.nth-child-1 .module {
  padding: 0;
}
#brandHistory .title strong,
#brandHistory .title span,
#brandHistory .title::before {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-idx="1"] #brandHistory .title strong,
[data-idx="1"] #brandHistory .title span,
[data-idx="1"] #brandHistory .title::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
[data-idx="1"] #brandHistory .title strong {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-idx="1"] #brandHistory .title span {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-idx="1"] #brandHistory .title::before {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#brandTab {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 70px;
  margin-left: -347px;
  line-height: 1.2;
}
#brandTab a {
  display: block;
  position: relative;
  padding: 23px 28px;
  text-align: center;
  text-decoration: none;
}
#brandTab a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  bottom: 0;
  background: #fff;
  background-color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandTab a span {
  display: block;
  min-width: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  color: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandTab .tab {
  margin: 0 auto;
  display: inline-block;
}
#brandTab li {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.3;
}
#brandTab li.in {
  opacity: 1;
}
#brandTab li.in a::before {
  background-color: #7e2abc;
}
#brandPower .wrap {
  position: relative;
  overflow: hidden;
}
#brandPower .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background-image: url('../img/brand/power_bg_01.jpg');
  background-size: cover;
}
#brandPower .background.nth-child-2 {
  background-image: url('../img/brand/power_bg_02.jpg');
}
#brandPower .mask {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1042px;
  height: 550px;
  margin-left: -419px;
  margin-top: -275px;
  border-top-left-radius: 58px;
  border-bottom-right-radius: 58px;
  opacity: 0.6;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandPower .mask.nth-child-1 {
  background-image: -o-linear-gradient(45deg, #b228c7, #8d2084);
  background-image: linear-gradient(45deg, #b228c7, #8d2084);
}
#brandPower .mask.nth-child-2 {
  background-image: -o-linear-gradient(45deg, #2c28c7, #2f8d20);
  background-image: linear-gradient(45deg, #2c28c7, #2f8d20);
}
#brandPower .obj {
  content: '';
  background-image: url('../img/brand/power_obj_01.png');
  width: 380px;
  height: 316px;
  background-size: 380px 316px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: 170px;
  margin-top: -250px;
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandPower .obj.nth-child-2 {
  background-image: url('../img/brand/power_obj_02.png');
}
#brandPower .tab-power {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-top: -263px;
  margin-left: 240px;
}
#brandPower .tab-power ul {
  width: 314px;
}
#brandPower .tab-power li {
  position: relative;
  width: 50%;
  text-align: center;
}
#brandPower .tab-power li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
#brandPower .tab-power li.in::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  background-color: transparent;
  background-image: url('../img/brand/tab_bg.png');
  background-size: 170px 8px;
}
#brandPower .tab-power a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
}
#brandPower .tab-power a:hover {
  text-decoration: none;
}
#brandPower .cell {
  text-align: center;
}
#brandPower .item {
  display: none;
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1057px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  line-height: 1.2;
}
#brandPower .item .subject {
  position: relative;
  padding-bottom: 40px;
  font-size: 72px;
  letter-spacing: 10px;
  line-height: 1.3;
}
#brandPower .item .subject::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 640px;
  height: 6px;
  background-color: #fff;
}
#brandPower .item .description {
  margin: 20px 0 80px 140px;
}
#brandPower .item .description p {
  margin: 30px 0;
  padding: 0;
  font-size: 16px;
  color: #fff;
}
#brandPower .item .description p.summary {
  font-size: 36px;
}
#brandPower .item .description p.desc {
  line-height: 1.8;
  font-weight: 400;
}
#brandPower[data-idx="0"] .nth-child-1 {
  display: block;
  opacity: 1;
}
#brandPower[data-idx="0"] .mask.nth-child-1 {
  opacity: 0.7;
  z-index: 3;
  -webkit-transform: translate(-44px, -55px);
      -ms-transform: translate(-44px, -55px);
          transform: translate(-44px, -55px);
}
#brandPower[data-idx="0"] .obj.nth-child-1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#brandPower[data-idx="1"] .nth-child-2 {
  display: block;
  opacity: 1;
}
#brandPower[data-idx="1"] .mask.nth-child-2 {
  opacity: 0.7;
  z-index: 3;
  -webkit-transform: translate(-44px, -55px);
      -ms-transform: translate(-44px, -55px);
          transform: translate(-44px, -55px);
}
#brandPower[data-idx="1"] .obj.nth-child-2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#brandPower .subject,
#brandPower .summary,
#brandPower .desc {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-idx="2"] #brandPower .subject,
[data-idx="2"] #brandPower .summary,
[data-idx="2"] #brandPower .desc {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
[data-idx="2"] #brandPower .subject {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-idx="2"] #brandPower .summary {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-idx="2"] #brandPower .desc {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#brandCampaign .item {
  width: 900px;
  cursor: -webkit-grab;
  cursor: grab;
}
#brandCampaign .item .module {
  margin-right: 30px;
  margin-bottom: 60px;
}
#brandCampaign .item.nth-child-1 {
  width: 450px;
}
#brandCampaign .cell {
  position: relative;
}
#brandCampaign .titles {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -396px;
  margin-left: -600px;
}
#brandCampaign .titles p {
  position: relative;
  font-size: 72px;
  width: 640px;
  letter-spacing: 10px;
  padding-bottom: 20px;
}
#brandCampaign .titles p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7px;
  background-color: #000;
}
#brandCampaign .obj {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -890px;
  margin-top: -50px;
}
#brandCampaign .obj .icon {
  content: '';
  background-image: url('../img/brand/mic.png');
  width: 336px;
  height: 438px;
  background-size: 336px 438px;
}
#brandCampaign .description {
  margin-top: 24px;
}
#brandCampaign .description .name {
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #333;
}
#brandCampaign .description .float-container {
  position: relative;
  display: inline-block;
}
#brandCampaign .description .icon {
  content: '';
  background-image: url('../img/brand/campain_go.png');
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  margin-left: 5px;
}
#brandCampaign .swiper-slide .pic {
  position: relative;
}
#brandCampaign .swiper-slide .pic::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandCampaign .swiper-slide.swiper-slide-active .pic::after {
  opacity: 0;
}
#brandCampaign .titles,
#brandCampaign .obj {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-idx="3"] #brandCampaign .titles,
[data-idx="3"] #brandCampaign .obj,
[data-idx="3"] #brandCampaign .desc {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
[data-idx="3"] #brandCampaign .titles {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-idx="3"] #brandCampaign .obj {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-cf-idx="0"] #brandCF .mask {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandCF {
  background-color: #f1efef;
}
#brandCF .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  bottom: 0;
  background-color: #f1efef;
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#brandCF .wrap {
  position: relative;
  background-image: url('../img/brand/obj_01.png');
  background-size: cover;
}
#brandCF .swiper-container {
  z-index: 3;
  height: 100%;
  background-size: cover;
}
#brandCF .item {
  background-color: #f1efef;
  z-index: 4;
  width: 100%;
  height: 100%;
}
#brandCF .item .module {
  margin: 0 70px;
  text-align: center;
}
#brandCF .item.nth-child-1 {
  z-index: 3;
  width: 1471px;
  width: 77%;
  background-color: transparent;
}
#brandCF .item.nth-child-2 {
  -webkit-box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
}
#brandCF .drag {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -50px;
  margin-top: -45px;
}
#brandCF .drag .icon {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: '';
  background-image: url('../img/brand/icon_drag.png');
  width: 100px;
  height: 90px;
  background-size: 100px 90px;
}
#brandCF .cell {
  position: relative;
  z-index: 2;
}
#brandCF .swiper-container {
  z-index: 3;
}
#brandCF .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#brandCF .core {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 1.2;
}
#brandCF .core .holder {
  display: inline-block;
  margin: 0 auto;
}
#brandCF .core .titles p {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 72px;
  width: 280px;
  color: #fff;
  text-align: left;
}
#brandCF .core .titles p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 6px;
  background-color: #fff;
}
#brandCF .core .box {
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.3);
  width: 902px;
  margin: 40px 40px 100px;
  height: 570px;
  height: 40vh;
  text-align: right;
}
#brandCF .core .box p {
  margin: 40px;
  padding: 0;
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
}
#brandCF .core .box .description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 560px;
  padding: 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  color: #fff;
  font-size: 16px;
  text-align: left;
  background-image: -o-linear-gradient(45deg, #7827b5, #751f83);
  background-image: linear-gradient(45deg, #7827b5, #751f83);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: -100px;
  margin-bottom: -40px;
}
#brandCF .titles,
#brandCF .subject,
#brandCF .description {
  -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
          transform: translate(40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
[data-idx="4"] #brandCF .titles,
[data-idx="4"] #brandCF .description,
[data-idx="4"] #brandCF .subject {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
[data-idx="4"] #brandCF .titles {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-idx="4"] #brandCF .subject {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-idx="4"] #brandCF .description {
  opacity: 0.8;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.section-brand {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 104px);
}
#content .section-brand-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  z-index: -1;
  -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#content[data-idx="0"] .section-brand-item.nth-child-1,
#content[data-idx="1"] .section-brand-item.nth-child-2,
#content[data-idx="2"] .section-brand-item.nth-child-3,
#content[data-idx="3"] .section-brand-item.nth-child-4,
#content[data-idx="4"] .section-brand-item.nth-child-5 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#content[data-idx="3"] #brandTab a::before,
#content[data-idx="4"][is-data-cf="true"] #brandTab a::before,
#content[data-idx="4"][data-cf-idx="2"] #brandTab a::before,
#content[data-idx="4"][data-cf-idx="2"] #brandTab a::before {
  background: #000;
  background-color: #000000;
}
#content[data-idx="3"] #brandTab a span,
#content[data-idx="4"][is-data-cf="true"] #brandTab a span,
#content[data-idx="4"][data-cf-idx="2"] #brandTab a span,
#content[data-idx="4"][data-cf-idx="2"] #brandTab a span {
  display: block;
  min-width: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  color: #000000;
}
#content[data-idx="3"] #brandTab li.in a::before,
#content[data-idx="4"][is-data-cf="true"] #brandTab li.in a::before,
#content[data-idx="4"][data-cf-idx="2"] #brandTab li.in a::before,
#content[data-idx="4"][data-cf-idx="2"] #brandTab li.in a::before {
  background-color: #7e2abc;
}
#modal-video-frame {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
#modal-video-frame .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 54px;
  height: 54px;
  background-image: url('../img/modal/modal_close.png');
  cursor: pointer;
}
#modal-video-frame video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#brandCF .cf-list-container {
  position: relative;
  left: 94%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
#brandCF .cf-list-container .drag {
  z-index: 4;
}
#brandCF .cf-list-container .swiper-container {
  background-color: #ffffff;
  padding: 0 160px;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide {
  width: 490px;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item {
  display: block;
  width: 450px;
  height: 450px;
  padding-right: 40px;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .frame-wrap {
  position: relative;
  cursor: pointer;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .frame-wrap > a {
  position: relative;
  display: block;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .frame-wrap > a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .frame-wrap > a::after {
  content: url('../img/cf/media_play_icon.png');
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 11px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .frame-wrap > a:hover::before {
  background-color: #000;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .cf-wrap {
  padding-top: 20px;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .cf-wrap strong {
  font-size: 22px;
  color: #000;
}
#brandCF .cf-list-container .swiper-container .swiper-wrapper .swiper-slide .table .cf-item .cf-wrap p.desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#brandCF .cf-list-container.in {
  left: 60px;
}
#brandCF .cf-list-container.in .drag .icon {
  content: '';
  background-image: url('../img/brand/icon_drag_on.png');
  width: 100px;
  height: 90px;
  background-size: 100px 90px;
}
.page-brand .section-brand-anjung .section-article {
  position: relative;
  height: calc(100vh - 104px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-brand .section-brand-anjung .article-wrap {
  height: 100%;
}
.page-brand .section-brand-anjung .article-wrap .swiper-container {
  height: 100%;
}
.page-brand .section-brand-anjung .article-wrap .swiper-container .swiper-wrapper {
  height: 100%;
}
.page-brand .section-brand-anjung .article-wrap .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.page-brand .section-brand-anjung .anjung-title-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-brand .section-brand-anjung .anjung-title-wrap h1.section-title {
  position: absolute;
  left: 0;
  top: calc(50% - (518px / 2) - 70px - 40px);
  font-size: 50px;
  color: #483636;
  margin: 0;
}
.page-brand .section-brand-anjung .anjung-title-wrap h1.section-title > img {
  position: absolute;
  left: 100px;
  top: -25px;
  max-width: none;
}
.page-brand .section-brand-anjung .article-main .article-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-brand .section-brand-anjung .article-main .article-wrap .main-desc{
  position:absolute; top:30%; left:15%;
}
.page-brand .section-brand-anjung .article-main .article-wrap .main-desc p{
  margin:0; text-align:center;
}
.page-brand .section-brand-anjung .article-main .article-wrap .main-desc .tDesc{
  font-size:40px; font-weight:500; color:#515151;
}
.page-brand .section-brand-anjung .article-main .article-wrap .main-desc .mDesc{
  font-size:48px; font-weight:700; color:#515151;
}
.page-brand .section-brand-anjung .article-main .article-wrap .main-desc .bDesc{
  font-size:90px; font-weight:700; color:#d06e28;
}
/* 
.page-brand .section-brand-anjung .article-main .article-wrap .lSide{
  position: absolute;
  left:10%; 
}
.page-brand .section-brand-anjung .article-main .article-wrap .lSide h2{
  color: #eefefe; font-size:42px;
}
.page-brand .section-brand-anjung .article-main .article-wrap .lSide p{
  font-size:20px; font-weight:200; line-height: 1.8em; color: #eefefe;
}
.page-brand .section-brand-anjung .article-main .article-wrap .lSide p span{
  font-size:22px; font-weight:400;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide{
  position: absolute;
  right:25%; top:23%; 
}

.page-brand .section-brand-anjung .article-main .article-wrap .rSide h2{
  color: #eefefe; font-size:30px; margin:0;
}

.page-brand .section-brand-anjung .article-main .article-wrap .rSide p{
  color: #eefefe; font-size:30px; font-weight:400; margin:0;
} */

/* .page-brand .section-brand-anjung .article-main .article-wrap .lSide,
.page-brand .section-brand-anjung .article-main .article-wrap .rSide {
  display: table-cell;
  vertical-align: center;
}
.page-brand .section-brand-anjung .article-main .article-wrap .lSide {
  padding-right: 40px;
}
.page-brand .section-brand-anjung .article-main .article-wrap .lSide img {
  max-width: none;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide {
  position: relative;
  padding-left: 40px;
}
@-webkit-keyframes ani-hex {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-hex {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani-hex-rev {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-hex-rev {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide .bottle,
.page-brand .section-brand-anjung .article-main .article-wrap .rSide .char {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 37px;
  opacity: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide .bottle.in,
.page-brand .section-brand-anjung .article-main .article-wrap .rSide .char.in {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide img.bottle {
  height: 450px;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide img.char {
  height: 200px;
  margin-top: 10px;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide img.hexagon {
  max-width: none;
  -webkit-animation-name: ani-hex-rev;
          animation-name: ani-hex-rev;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.page-brand .section-brand-anjung .article-main .article-wrap .rSide img.hexagon.in {
  -webkit-animation-name: ani-hex;
          animation-name: ani-hex;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
} */
.page-brand .section-brand-anjung .article-origin .wrap{
  min-width:80%; max-width:80%; position:relative; height:100%;
}
.page-brand .section-brand-anjung .article-origin .lSide,
.page-brand .section-brand-anjung .article-origin .rSide{
  position:absolute; top:25%;
}
.page-brand .section-brand-anjung .article-origin .lSide{
  left: 0;
}
.page-brand .section-brand-anjung .article-origin .origin-desc{
  margin:0;
}
.page-brand .section-brand-anjung .article-origin .origin-desc h3{
  font-size: 42px; color: #eefefe; margin:0;
}
.page-brand .section-brand-anjung .article-origin .lSide .origin-desc .desc{
  font-size: 20px; font-weight:200; color: #eefefe; line-height: 1.8em;
}
.page-brand .section-brand-anjung .article-origin .lSide .origin-desc .last_desc{
  font-size:22px; font-weight:400; color: #eefefe;
}
.page-brand .section-brand-anjung .article-origin .rSide{
  right:0;
}
.page-brand .section-brand-anjung .article-origin .rSide .origin-desc .desc{
  font-size: 30px; font-weight:400; color: #eefefe; margin:0;
}

.page-brand .section-brand-anjung .article-origin .rSide .frame-wrap {
  display:block;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
}
.page-brand .section-brand-anjung .article-origin .rSide .frame-wrap > a {
  position: relative;
  display: block;
}
.page-brand .section-brand-anjung .article-origin .rSide .frame-wrap > a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-brand .section-brand-anjung .article-origin .rSide .frame-wrap > a::after {
  content: url('../img/cf/media_play_icon.png');
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 11px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-brand .section-brand-anjung .article-origin .rSide .frame-wrap > a:hover::before {
  background-color: #000;
}





/* .page-brand .section-brand-anjung .article-origin .swiper-btn {
  position: absolute;
  bottom: 10%;
  background-color: #201111;
  color: #c1a191;
  font-size: 20px;
  padding: 16px 30px;
  border-radius: 999px;
}
.page-brand .section-brand-anjung .article-origin .swiper-btn.fn-next {
  right: 0;
}
.page-brand .section-brand-anjung .article-origin .swiper-btn.fn-next img {
  padding-left: 10px;
}
.page-brand .section-brand-anjung .article-origin .swiper-btn.fn-prev {
  left: 0;
}
.page-brand .section-brand-anjung .article-origin .swiper-btn.fn-prev img {
  padding-right: 10px;
}
.page-brand .section-brand-anjung .article-origin .item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: table;
  table-layout: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-brand .section-brand-anjung .article-origin .item .origin-img,
.page-brand .section-brand-anjung .article-origin .item .origin-desc {
  display: table-cell;
  vertical-align: middle;
}
.page-brand .section-brand-anjung .article-origin .item .origin-img {
  width: 500px;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc {
  color: #c1a191;
  white-space: nowrap;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc * {
  color: inherit;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc h3 {
  font-size: 42px;
  margin: 0 0 15px;
  line-height: 1.4em;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc .heading {
  font-size: 18px;
  margin: 0 0 10px;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc .desc {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.8em;
}
.page-brand .section-brand-anjung .article-origin .item .origin-desc .desc-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}
.page-brand .section-brand-anjung .article-origin .item img.stamp {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.page-brand .section-brand-anjung .article-origin .item img.img {
  max-width: none;
  height: 440px;
} */


/* 브랜드 모델 start */
.page-brand .section-brand-anjung .article-model .model-wrap{
  max-width:80%; min-width:80%; height:100%; margin:0 auto; position:relative; 
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_title{
  position:absolute; left:0; top:50%;
  -webkit-transform: translate3d(-15%,-70%,0);
  -ms-transform: translate3d(-15%,-70%,0);
  transform: translate3d(-15%,-70%,0);
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_title h1{
  margin:0; font-size:45px; font-weight:500; line-height:1.3; color:#823929; text-align:center;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_title h1 strong{display:inline-block; line-height:1;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_title h1 strong.t_dot{vertical-align:bottom;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_title h1 strong.bt_dot{vertical-align:top; margin-top:10px;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_visual{
  position: absolute; bottom: 0; left: 50%; 
  display:inline-block; width:53vh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 0;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_visual img{
  width:100%;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right{
  position:absolute; right:0; top:50%;
  -webkit-transform: translate3d(20%,-45%,0);
  -ms-transform: translate3d(20%,-45%,0);
  transform: translate3d(20%,-45%,0);
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .title h2{
  margin:0 0 15px 0; font-size:30px; line-height:1; color:#823929;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .title dl{
  width:75%; margin:0; padding:25px 0 25px 5px; font-size:25px; font-weight:500; color:#823929; border-top:2px solid #823929; border-bottom:2px solid #823929;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .title dl dt{
  margin:0 0 30px 0; line-height:1;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .title dl dd{
  margin:0; font-size:25px; line-height:1.3;
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video{margin-top:80px}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video dl{margin:0; padding:0; color:#823929;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video dl dt{font-size:30px; font-weight:600; line-height:1;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video dl dd{margin:15px 0 20px; font-size:25px; font-weight:500; line-height:1;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video .frame-wrap{display:block;}

.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video .frame-wrap > a{position:relative; display:block;}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video .frame-wrap > a::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-brand .section-brand-anjung .article-model .model-wrap .model_right .video .frame-wrap > a::after {
  content: url('../img/cf/media_play_icon.png');
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 11px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* 브랜드 모델 fin */

/* manual Start */
.page-brand .section-brand-anjung .article-manual .manual-wrap{
  max-width:80%; min-width:80%; height:100%; margin:0 auto; position:relative; 
}
.page-brand .section-brand-anjung .article-manual .manual-wrap .manual-title-wrap{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page-brand .section-brand-anjung .manual-title-wrap h1.section-title{
  position:absolute;
  left:0;
  top:0;
  font-size:50px;
  color:#fff;
  margin:0;
  -webkit-transform: translate3d(20%,55%,0);
  -ms-transform: translate3d(20%,55%,0);
  transform: translate3d(20%,55%,0);
}
.page-brand .section-brand-anjung .article-manual .manual-wrap .manual_visual{
  position: absolute; bottom: 0; left: 50%; 
  display:inline-block; width:100%;
  -webkit-transform: translate3d(-50%,-10%,0);
  -ms-transform: translate3d(-50%,-10%,0);
  transform: translate3d(-50%,-10%,0);
  text-align: center;
  line-height: 0;
}
.page-brand .section-brand-anjung .article-manual .manual-wrap .manual_visual img{width:90%;}
/* manual Fin */

/* Q&A start */
/* .page-brand .section-brand-anjung .article-qna .qna_wrap{max-width:80%; min-width:80%; height:100%; margin:0 auto; position:relative;} */
.page-brand .section-brand-anjung .anjung-title-wrap.qna h1{top:10%;}
.page-brand .section-brand-anjung .article-qna .qna_wrap{height:100%;}
.page-brand .section-brand-anjung .article-qna .qna_wrap .anjung-title-wrap{
  position: absolute; top: 0; left: 50%; height: 100%;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}
.page-brand .section-brand-anjung .article-qna .qna_wrap .anjung-title-wrap h1.section-title{color:#fff;}
.page-brand .section-brand-anjung .article-qna .qna_wrap .swiper-wapper{margin-left:5% !important;}
.page-brand .section-brand-anjung .article-qna .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: auto;
  min-height: 1px;
}
.page-brand .section-brand-anjung .article-qna .swiper-slide .item{
  width:55%; padding-top:15%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -wbkit-transition:all 1s ease-in-out
  -ma-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
  }
.page-brand .section-brand-anjung .article-qna .swiper-slide-active .item{
  -webkit-transform: translateY(-7%);
  -ms-transform: translateY(-7%);
  transform: translateY(-7%);
  -wbkit-transition:all 1s ease-in-out;
  -ma-transition:all 1s ease-in-out;
  transition:all 1s ease-in-out;
}
.page-brand .section-brand-anjung .article-qna .swiper-slide .item img{
  width:100%;
  box-shadow:0 0 0 rgba(0, 0, 0, 0);
  transition:all 1s ease-in-out;
}
.page-brand .section-brand-anjung .article-qna .swiper-slide-active .item img{
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transition:all 1s ease-in-out;
  transition-delay:0.3s;
}
/* Q&A Fin */

.page-brand .section-brand-anjung .article-history .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: auto;
  min-height: 1px;
}
.page-brand .section-brand-anjung .article-history .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  width: 100%;
  height: 518px;
  padding-bottom: 70px;
  padding-top: 114px;
  border-bottom: solid 1px #cccccc;
}
.page-brand .section-brand-anjung .article-history .item .item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 70px;
}
.page-brand .section-brand-anjung .article-history .item .item-img img {
  position: relative;
  z-index: 1;
}
.page-brand .section-brand-anjung .article-history .item .item-img span.dot {
  position: absolute;
  bottom: -7px;
  left: calc(50% - (12px/2));
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #483636;
}
.page-brand .section-brand-anjung .article-history .item .item-img span.dot::before,
.page-brand .section-brand-anjung .article-history .item .item-img span.dot::after {
  content: '';
  position: absolute;
}
.page-brand .section-brand-anjung .article-history .item .item-img span.dot::before {
  left: -7px;
  top: -7px;
  width: 24px;
  height: 24px;
  border: solid 1px #483636;
  border-radius: 100%;
}
.page-brand .section-brand-anjung .article-history .item .item-img span.dot::after {
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 180px;
  border-left: solid 1px #483636;
}
.page-brand .section-brand-anjung .article-history .item .item-img .fn-play-movie {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-brand .section-brand-anjung .article-history .item .item-img .fn-play-movie::before {
  content: '';
  position: absolute;
  top: 130px;
  left: 184px;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.5;
}
.page-brand .section-brand-anjung .article-history .item .item-img .fn-play-movie > img {
  position: absolute;
  top: 163px;
  left: 220px;
}
.page-brand .section-brand-anjung .article-history .item .item-img .fn-play-movie:hover::before {
  opacity: 1;
}
.page-brand .section-brand-anjung .article-history .item .item-desc {
  position: absolute;
  left: 365px;
  top: 30%;
  z-index: 1;
}
.page-brand .section-brand-anjung .article-history .item .item-desc h2 {
  font-size: 46px;
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
  letter-spacing: 0;
  color: #483636;
  margin: 0 0 10px;
}
.wf-active .page-brand .section-brand-anjung .article-history .item .item-desc h2 {
  font-family: 'Muli', 'CircularStd', 'Noto Sans KR', sans-serif;
}
.page-brand .section-brand-anjung .article-history .item .item-desc p {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.8em;
}
.page-brand .section-brand-anjung .article-history .item.item-2014 .item-img img {
  height: 515px;
}
.page-brand .section-brand-anjung .article-history .item.item-2014 .item-desc {
  left: 400px;
}
.page-brand .section-brand-anjung .article-history .item.item-1996 .item-desc {
  left: 436px;
}
.page-brand .section-brand-anjung .article-history .item.item-1996-cf .item-desc {
  left: 575px;
}
.page-brand .section-brand-anjung .article-history .item.item-1995-cf .item-desc {
  left: 575px;
}
.page-brand .section-brand-anjung .article-history .item.item-1994-cf .item-desc {
  left: 575px;
}
.page-brand .section-brand-anjung .article-history .item.item-1993 .item-desc {
  left: 290px;
}
.page-brand .section-brand-anjung .article-solution .item-container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap {
  display: table;
  table-layout: fixed;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .item-wrap {
  position: relative;
  display: inline-block;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .item-desc {
  position: absolute;
  left: 64px;
  top: 64px;
  text-align: left;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .item-desc .item-title {
  font-size: 34px;
  margin: 0 0 15px;
  color: #483636;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .item-desc .item-title-desc {
  font-size: 20px;
  margin: 0;
  color: #6d5858;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .solution-more {
  position: absolute;
  left: 64px;
  bottom: 90px;
  padding: 10px 22px;
  font-size: 18px;
  color: #FFF;
  background-color: #483636;
  border-radius: 999px;
  white-space: nowrap;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item .solution-more > img {
  max-width: none;
  margin-bottom: 4px;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item.item-01 {
  padding-top: 100px;
}
.page-brand .section-brand-anjung .article-solution .item-container > .wrap .item.item-02 {
  padding-bottom: 50px;
}
.page-pc .section-cp-items .items .module {
  cursor: pointer;
}
.page-privacy-policy * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-privacy-policy .content ul {
  list-style: none;
  padding-left: 20px;
}
.page-privacy-policy .content ul.first-child {
  padding-left: 0;
}
.page-privacy-policy .content ul li {
  margin-bottom: 10px;
}
.page-privacy-policy .content ul li,
.page-privacy-policy .content ul li > p {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.75em;
}
.page-privacy-policy .content ul.sub {
  margin-top: 30px;
  margin-bottom: 45px;
}
.page-privacy-policy .content ul.sub li,
.page-privacy-policy .content ul.sub li > p {
  color: #666;
}
.page-privacy-policy .content p {
  font-size: 16px;
  margin: 0;
}
.page-privacy-policy .content table.table {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-top: 45px;
}
.page-privacy-policy .content table.table tr th,
.page-privacy-policy .content table.table tr td {
  font-size: 16px;
  padding: 10px 40px;
  border-bottom: solid 1px #e4e4e4;
  color: #000;
}
.page-privacy-policy .content table.table tr:last-of-type th,
.page-privacy-policy .content table.table tr:last-of-type td {
  border-bottom: none;
}
.page-privacy-policy .content table.table tr:first-of-type th,
.page-privacy-policy .content table.table tr:first-of-type td {
  border-bottom: solid 1px #e4e4e4;
}
.page-privacy-policy .content table.table thead tr th,
.page-privacy-policy .content table.table thead tr td {
  height: 70px;
  background-color: #f5f5f5;
  white-space: nowrap;
}
.page-privacy-policy .content table.table tbody tr th,
.page-privacy-policy .content table.table tbody tr td {
  height: 64px;
  font-weight: 300;
}
.page-privacy-policy .content table.table tbody tr th {
  background-color: #f5f5f5;
  font-weight: 400;
}
.page-privacy-policy .idx {
  position: relative;
  padding-left: 20px;
}
.page-privacy-policy .idx > span {
  position: absolute;
  left: 0;
}
.page-privacy-policy .blit {
  padding-left: 10px;
}
.page-privacy-policy .blit::before {
  content: '-';
  position: absolute;
  left: 0;
}
.page-privacy-policy .section-head-container {
  margin-top: 100px;
}
.page-privacy-policy .section-head-container .head-title {
  font-size: 42px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
}
.page-privacy-policy .section-head-container .head-desc-box {
  position: relative;
  border-top: solid 3px #31a05f;
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 40px 35px 35px;
  color: #333;
  line-height: 1.75em;
  margin-bottom: 50px;
}
.page-privacy-policy .section-head-container .head-desc-box strong {
  font-size: 18px;
}
.page-privacy-policy .section-head-container .head-desc-box .desc p {
  color: #666;
}
.page-privacy-policy .section-head-container .head-desc-box .desc-before {
  margin-top: 30px;
}
.page-privacy-policy .section-head-container .head-desc-box .desc-before .select {
  border: none;
}
.page-privacy-policy .section-contents-container ol {
  margin-bottom: 50px;
}
.page-privacy-policy .section-contents-container ol li {
  line-height: 1.75em;
}
.page-privacy-policy .section-contents-container .article-content {
  position: relative;
  margin-bottom: 50px;
}
.page-privacy-policy .section-contents-container .article-content h1 {
  font-size: 18px;
  color: #000;
  margin-top: 0;
}
html,
body {
  min-width: 1200px;
}
a:hover,
a:active {
  text-decoration: none;
}
body {
  position: relative;
}
.d-none,
.dis-none {
  display: none;
}
.d-none-important {
  display: none !important;
}
.wrap {
  min-width: 1200px;
}
body,
td,
th,
font {
  font-size: 14px;
  color: #666;
}
p.primary {
  color: #31a05f;
}
p.secondary {
  color: #000;
}
p.info {
  color: #999;
}
p.warning {
  color: #ff0000;
}
p.danger {
  color: #ff6440;
}
p.light {
  color: #eee;
}
p.disabled {
  color: #6a737b;
}
/* 꽉찬 cover 이미지 */
.pic .cover-hidden {
  visibility: hidden;
  margin: 0 auto;
}
.pic .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
  background-size: cover;
}
.motif-lines-holder {
  position: absolute;
  z-index: 10;
}
.motif-lines {
  position: relative;
  z-index: 11;
}
.motif-lines .holder {
  position: absolute;
  z-index: 12;
  width: 300px;
  height: 400px;
  overflow: hidden;
}
.motif-lines span {
  float: left;
  width: 3px;
  height: 100%;
  margin-right: 12px;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.motif-lines span::before {
  content: '';
  display: block;
  height: 100%;
  background-color: #31a05f;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.motif-lines.is-light span::before {
  background-color: #fff;
}
.motif-lines.is-circle .holder {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 100%;
  overflow: hidden;
}
.motif-lines.is-circle span {
  margin-right: 8px;
}
.motif-lines .holder {
  margin-top: 0px;
  margin-left: 0px;
}
.in .motif-lines span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
}
.in .motif-lines span::before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.in .motif-lines span:nth-of-type(5n+1),
.in .motif-lines span:nth-of-type(5n+1)::before {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}
.in .motif-lines span:nth-of-type(5n+2),
.in .motif-lines span:nth-of-type(5n+2)::before {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}
.in .motif-lines span:nth-of-type(5n+3),
.in .motif-lines span:nth-of-type(5n+3)::before {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.in .motif-lines span:nth-of-type(5n+4),
.in .motif-lines span:nth-of-type(5n+4)::before {
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}
.in .motif-lines span:nth-of-type(5n),
.in .motif-lines span:nth-of-type(5n)::before {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}
