@charset "UTF-8";
/*반응형 화면 크기*/
/*-------------------------------------------------------------------
파일 : default.css
파일정의 : Settings
CSS 적용 순서 : 아이디> 태그와 클래스> 클래스> 태그
CSS 선택자 선언 순서 : Type Selector, Layout Selector, Class Selector 등
CSS 속성 선언 순서 :
display,
position
z-index,
float / clear,
overflow,
width / height,
padding / margin,
border,
background,
font: color/font-weight/font-size/line-height/font-family text-align
font: bold 16px/28px family
align,
etc
네이밍규칙
ID 이름는 카멜케이스
Class 이름은 하이픈(-)
형태-의미-순서-상태
숫자는 0부터
line-height 설명페이지는 1.5로 변경★★★★★★★★★★★★★★★★★★★★★★★★★★★★
tablet 이미지 min-height는 데스크탑의 0.7
tablet 여백조정시 데스크탑의 0.65
-------------------------------------------------------------------*/
/* PAGE */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
html, body, .wrap {
  height: 100%;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background-color: #212121;
}
body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: 'Pretendard';
}
:root {
  --main-grad1: linear-gradient(105deg, #1c77bc, #5858b1);
  --grad1: linear-gradient(129deg, #017101 29%, #5ef41c 100%);
  --grad2: linear-gradient(129deg, #048408 0%, #66c753 100%);
  --split-grad1: linear-gradient(105deg, #048408, #66c753);
  --split-grad2: linear-gradient(135deg, #49abc4 35%,#37b752 60%);
  --split-grad3: linear-gradient(180deg, #44afae, #87caa6);
  --dark-grad1: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.3));
  --full-height: 100svh;
  --body-width: 1240px;
  --body-maxwidth: 1920px;
  --width-full: 100%;
  --header-height: 99px;
  --custom-transiton1: all 0.4s cubic-bezier(.7, 0, .2, 1);
  --font-family1: 'GmarketSans','Pretendard','Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif !important;
  --main-color1: #222;
  --default-color1: #1d1d1f;
  --point-color1: #0d8205;
  --point-color2: #086c0e;
  --point-color3: #512fbf;
  --waring-color1: #ea001e;
  --green-color1: #0d6a08;
  --green-color2: #ade94f;
  --txtwaring-color1: #ea001e;
  --gray1: #f2f2f2;
  --gray2: #e6e9e7;
  --gray3: #d3d3d3;
  --gray4: #747474;
  --gray5: #666;
  --gray6: #ccc;
  --gray7: #999;
  --darkbg1: #f9f9f9;
  --graybg1: #f1f1f1;
  --spacing-10: 10px;
  --pdv1: 140px;
  --grid-padding-l: 3rem;
  --grid-padding-s: 2rem;
  --title-fs-xxl: 10rem;
  --title-fs-xl: 6.4rem;
  --title-fs-l: 4.8rem;
  --title-fs-m: 3.2rem;
  --title-fs-s: 2.4rem;
  --title-fs-xs: 2rem;
  --fs-l: 1.8rem;
  --fs-m: 1.6rem;
  --fs-s: 1.4rem;
  --fs-xs: 1.3rem;
}
.wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #111;
  font-weight: 400;
  text-align: center;
}
.scrollDisable {
  overflow: hidden !important;
  max-height: 100vh;
  max-height: 100svh;
  -ms-touch-action: none;
  touch-action: none;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.gutter {
  padding-left: 0;
  padding-right: 0;
}
.inner {
  width: var(--body-width);
  margin-right: auto;
  margin-left: auto;
}
.tablet-only {
  display: none;
}
.mo-only {
  display: none;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 55%;
  }
  :root {
    --body-maxwidth: var(--width-full);
  }
  .gutter {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gutterl {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  .inner {
    width: var(--width-full);
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --body-width: var(--width-full);
    --pdv1: 9.1rem;
  }
  .gutter {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .gutterl {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tablet-only {
    display: block;
    clear: both;
    content: '';
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  :root {
    --header-height: 5.75rem;
    --pdv1: 7rem;
  }
  .gutter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gutterl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .mo-only {
    display: block;
    clear: both;
    content: '';
  }
}
@media (max-width: 320px) {
  html {
    font-size: 50%;
  }
  .gutter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/*LAYOUT ===================*/
#header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: top .35s ease-in;
  transition: top .35s ease-in;
}
#header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 70px 0 90px;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}
#header .header-wrap.show {
  background: white;
  -webkit-filter: drop-shadow(15px 0px 20px rgba(51, 51, 51, 0.05));
          filter: drop-shadow(15px 0px 20px rgba(51, 51, 51, 0.05));
}
#header .header-wrap.show .toplogo {
  background: url(../images/common/top-logo.svg) 0 50%/contain no-repeat;
}
#header .header-wrap.show:after {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  content: '';
}
#header .header-wrap.show .total-menu-open i {
  background: var(--default-color1);
}
#header .toplogo {
  position: relative;
  top: 25px;
  width: 136px;
  height: 55px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .gnb {
  width: calc(100% - 130px - 8%);
  height: auto;
  margin: 0 auto;
}
#header .gnb:hover .depth1 {
  width: 160px;
}
#header .gnb a {
  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%;
  letter-spacing: -.06em;
}
#header .gnb .gnblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1100px;
  margin: 0 auto;
  letter-spacing: -.02em;
  -webkit-transition: top .2s ease-in;
  transition: top .2s ease-in;
}
#header .gnb .depth1 {
  width: 150px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
#header .gnb .depth1 > a {
  position: relative;
  height: var(--header-height);
  line-height: var(--header-height);
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
#header .gnb .depth1 > a:after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--point-color1);
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}
#header .gnb .depth1 > a:hover:after {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .gnb .depth1.on > a {
  color: var(--default-color1);
}
#header .gnb .depth1.on > a:after {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .gnb .depth1.on .depth2-list {
  height: 100%;
}
#header .gnb .depth1:nth-child(3) .depth2-list {
  left: 105px;
}
#header .gnb .depth1:nth-child(4) .depth2-list {
  left: 245px;
}
#header .gnb .depth1 .depth2-list {
  overflow: hidden;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 99px;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}
#header .gnb .depth1 .depth2 {
  display: inline-block;
}
#header .gnb .depth1 .depth2 a {
  padding: 40px 60px;
  color: var(--gray5);
  font-weight: 400;
  font-size: 2rem;
}
#header .gnb .depth1 .depth2 a:hover {
  color: var(--green-color1);
  font-weight: 700;
}
#header .total-menu-open {
  position: relative;
  margin-left: auto;
  font-size: 1em;
  width: 99px;
  height: 99px;
  padding: 40px 36px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .total-menu-open i {
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#header .total-menu-open i:nth-child(2) {
  width: 63%;
}
#header .total-menu-open i + i {
  margin-top: 6px;
}
#header.bgnone {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#header.bgnone .header-wrap.show:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header.bgnone .header-wrap.show .gnb .depth1 > a {
  color: var(--default-color1);
}
#header.bgnone .toplogo {
  background: url(../images/common/top-logo-w.svg) 0 50%/contain no-repeat;
}
#header.bgnone .gnb .depth1 > a {
  color: #fff;
}
#header.bgnone .total-menu-open i {
  background: #fff;
}
#header.bgwhite {
  background: white;
}
#header.bgwhite .header-wrap {
  background: white;
}
#header.bgwhite .header-wrap .toplogo {
  background: url(../images/common/top-logo.svg) 0 50%/contain no-repeat;
}
#header.bgwhite .header-wrap:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  content: '';
}
#header.bgwhite .total-menu-open i {
  background: var(--default-color1);
}
#header.sticky {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#header.scrolldown {
  top: -99px;
}
.total-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 50;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: white;
  text-align: left;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.total-menu-wrap:after {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 115px;
  width: 745px;
  height: 712px;
  background: url(../images/common/logo-symbol.svg) 0 50%/cover no-repeat;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: .1;
  -webkit-transition: scale .2s;
  transition: scale .2s;
  content: '';
}
.total-menu-wrap .total-menu-close {
  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;
  gap: 5px 0;
  position: absolute;
  top: 0;
  right: 4.375em;
  z-index: 2;
  margin-left: auto;
  background: transparent;
  font-size: 1em;
  width: 99px;
  height: 99px;
  padding: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.total-menu-wrap .total-menu-close i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--default-color1);
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.total-menu-wrap .total-menu-close i:nth-child(2) {
  width: 93.5%;
  margin-top: -7px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.total-menu-wrap.open {
  right: 0;
}
.total-menu-wrap .total-menu {
  position: relative;
  max-width: var(--body-width);
  height: auto;
  margin: auto;
}
.total-menu-wrap .total-menu .toplogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 57px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(../images/common/top-logo.svg) 0 50%/contain no-repeat;
}
.total-menu-wrap .total-menu .total-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 66%;
  margin-top: -8px;
  margin-left: auto;
}
.total-menu-wrap .total-menu .depth1 {
  position: relative;
  width: 50%;
  padding-right: 10em;
  margin: 20px 0;
}
.total-menu-wrap .total-menu .depth1:before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 100%;
  background: var(--gray2);
  content: '';
}
.total-menu-wrap .total-menu .depth1 a {
  display: block;
  text-align: left;
  letter-spacing: -.06em;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.total-menu-wrap .total-menu .depth1 [role="button"] {
  cursor: text;
}
.total-menu-wrap .total-menu .depth1 > a {
  display: block;
  padding: 8px 30px;
  margin-bottom: 21px;
  color: #000;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: -.02em;
}
.total-menu-wrap .total-menu .depth1 > a:after {
  display: block;
  position: absolute;
  top: 0.625em;
  left: 200px;
  width: 9px;
  height: 12px;
  background: url(../images/common/ic-navarrow-b.svg) 50% 50%/contain no-repeat;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.075s;
  transition: all 0.075s;
  content: '';
}
.total-menu-wrap .total-menu .depth1.active {
  display: block;
  color: var(--green-color1);
}
.total-menu-wrap .total-menu .depth1.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.total-menu-wrap .total-menu .depth1 .depth2-list {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a {
  padding: 9px 30px;
  color: var(--gray4);
  font-size: 1.8rem;
}
.total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a:hover, .total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a:active, .total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a.active {
  color: #000;
  text-decoration: underline;
  text-underline-position: under;
}
.total-menu-wrap .total-menu :hover {
  color: var(--gray3);
  font-weight: 500;
}
.dimmed {
  display: none;
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
  -webkit-transition: opacity 350ms,visibility 350ms;
  transition: opacity 350ms,visibility 350ms;
}
.dimmed.open {
  display: block;
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all;
}
@media screen and (max-width: 1920px) {
  .total-menu-wrap:after {
    right: 50px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1300px) {
  #header .header-wrap {
    padding: 0 10px 0 30px;
  }
  #header .gnb {
    max-width: 1000px;
  }
  #header .gnb:hover .gnblist {
    max-width: 100%;
  }
  #header .gnb .gnblist {
    max-width: 90%;
  }
  #header .gnb .depth1 {
    max-width: 18%;
  }
  .total-menu-wrap:after {
    right: 40px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .total-menu-wrap .total-menu .toplogo {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-wrap.show {
    -webkit-filter: drop-shadow(5px 0 5px rgba(51, 51, 51, 0.07));
            filter: drop-shadow(5px 0 5px rgba(51, 51, 51, 0.07));
  }
  #header .gnb .gnblist {
    display: none;
  }
  .total-menu-wrap {
    width: 100vw;
    height: auto;
  }
  .total-menu-wrap:after {
    display: none;
  }
  .total-menu-wrap .total-menu-close {
    right: 10px;
  }
  .total-menu-wrap .total-menu {
    width: 100%;
    padding: 15rem 5rem 10rem;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .total-menu-wrap .total-menu::-webkit-scrollbar {
    width: 7px;
  }
  .total-menu-wrap .total-menu::-webkit-scrollbar-thumb {
    background-color: #202020;
    border-radius: 10px;
    background-clip: padding-box;
  }
  .total-menu-wrap .total-menu::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .total-menu-wrap .total-menu .toplogo {
    top: 25px;
    left: 30px;
    width: 136px;
    height: 55px;
  }
  .total-menu-wrap .total-menu .total-list {
    width: 100%;
  }
  .total-menu-wrap .total-menu .depth1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-right: 0;
    margin-top: .6rem;
    cursor: pointer;
  }
  .total-menu-wrap .total-menu .depth1::before {
    display: none;
  }
  .total-menu-wrap .total-menu .depth1 > a {
    width: 100%;
    padding: 1rem 2rem;
    color: #000;
    font-size: 27.5px;
    letter-spacing: -.02em;
    cursor: pointer;
  }
  .total-menu-wrap .total-menu .depth1 > a:after {
    top: 1.4rem;
    left: auto;
    right: 5rem;
    width: 1rem;
    height: 1.5rem;
    max-width: 10px;
    max-height: 15px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
  }
  .total-menu-wrap .total-menu .depth1 .depth2-list {
    display: none;
  }
  .total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a {
    padding: 16px 20px 16px 40px;
    color: #777;
    font-size: 24px;
  }
  .total-menu-wrap .total-menu .depth1.active > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .total-menu-wrap .total-menu .depth1.active .depth2-list {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #header .header-wrap {
    padding: 0 .5rem 0 2.2rem;
  }
  #header .toplogo {
    top: 1.4rem;
    left: 0;
    width: 7.4rem;
    height: 3.05rem;
  }
  #header .total-menu-open {
    width: 5.57rem;
    height: 5.57rem;
    padding: 2rem 1.8rem;
  }
  .total-menu-wrap .total-menu-close {
    right: 10px;
    width: 5.57rem;
    height: 5.57rem;
    padding: 1.8rem;
  }
  .total-menu-wrap .total-menu {
    padding: 10.5rem 0 10.5rem;
  }
  .total-menu-wrap .total-menu .toplogo {
    top: 1.4rem;
    left: 2.25rem;
    width: 7.4rem;
    height: 3.05rem;
  }
  .total-menu-wrap .total-menu .depth1 {
    margin-top: .3rem;
  }
  .total-menu-wrap .total-menu .depth1 [role="button"] {
    cursor: pointer;
  }
  .total-menu-wrap .total-menu .depth1 > a {
    padding: 1.65rem 2rem;
    font-size: 2.75rem;
  }
  .total-menu-wrap .total-menu .depth1 > a:after {
    top: 1.75rem;
    right: 2.25rem;
    max-width: 10px;
    max-height: 15px;
  }
  .total-menu-wrap .total-menu .depth1 .depth2-list {
    padding: .8rem 0 .8rem;
  }
  .total-menu-wrap .total-menu .depth1 .depth2-list .depth2 a {
    padding: 1.2rem 4rem 1.2rem 4rem;
    font-size: 1.6rem;
  }
}
[data-scroll] {
  overflow: hidden;
}
[data-scroll] span {
  display: block;
}
#footer {
  position: relative;
  z-index: 1;
  background: #333235;
  color: #fff;
}
#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  padding-top: 72px;
  padding-bottom: 90px;
  text-align: left;
}
#footer .footer-wrap .foot-menu-wrap {
  width: calc(100% - 275px);
  letter-spacing: -.04em;
}
#footer .footer-wrap .foot-menu-wrap .linklist {
  display: inline-block;
  width: 100%;
  margin-bottom: 65px;
  color: var(--gray6);
  font-size: 1.8rem;
  vertical-align: middle;
}
#footer .footer-wrap .foot-menu-wrap .linklist li {
  display: inline-block;
  position: relative;
  padding: 0 34px;
}
#footer .footer-wrap .foot-menu-wrap .linklist li a {
  display: block;
  padding: 10px 0;
}
#footer .footer-wrap .foot-menu-wrap .linklist li strong {
  color: #fff;
  font-weight: 700;
}
#footer .footer-wrap .foot-menu-wrap .linklist li:after {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -1px;
  width: 1px;
  height: .9em;
  background: #a7a6a7;
  vertical-align: middle;
  content: '';
}
#footer .footer-wrap .foot-menu-wrap .linklist li + li {
  margin-left: -2px;
}
#footer .footer-wrap .foot-menu-wrap .linklist li:first-child {
  padding-left: 0;
}
#footer .footer-wrap .foot-menu-wrap .linklist li:last-child {
  padding-right: 0;
}
#footer .footer-wrap .foot-menu-wrap .linklist li:last-child:after {
  content: none;
}
#footer .footer-wrap address {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.8rem;
}
#footer .footer-wrap address p {
  padding-bottom: 15px;
}
#footer .footer-wrap address span {
  display: inline-block;
}
#footer .footer-wrap address span.lable {
  width: 98px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
#footer .footer-wrap .copyright {
  width: 100%;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -.02em;
}
#footer .footer-wrap .relate-site {
  display: inline-block;
  position: relative;
  width: 275px;
  vertical-align: middle;
  text-align: left;
  letter-spacing: -.02em;
}
#footer .footer-wrap .relate-site .btn-site {
  position: relative;
  width: 275px;
  height: 60px;
  padding: 0 30px 0 30px;
  border: 1px solid #99999a;
  border-radius: 35px;
  background: #333235;
  color: #fff;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .footer-wrap .relate-site .btn-site i {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 26px;
  right: 30px;
  background: url(../images/common/ic-navarrow-w.svg) 50%/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#footer .footer-wrap .relate-site .btn-site.active {
  border-bottom: 1px solid #99999a;
  border-right: 1px solid #99999a;
  border-left: 1px solid #99999a;
  border-radius: 0 0 35px 35px;
}
#footer .footer-wrap .relate-site .btn-site.active i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#footer .footer-wrap .relate-site .site-list {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 200px;
  left: 0;
  width: 100%;
  padding: 21px 30px 13px;
  border-top: 1px solid #99999a;
  border-right: 1px solid #99999a;
  border-left: 1px solid #99999a;
  border-radius: 30px 30px 0 0;
  background: #333235;
  color: var(--gray6);
  font-size: 1.5rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer .footer-wrap .relate-site .site-list li a {
  display: block;
  padding: 12px 0;
}
#footer .footer-wrap .relate-site.active .btn-site i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  #footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: calc(72px * .65);
    padding-bottom: calc(90px * .65);
  }
  #footer .footer-wrap .foot-menu-wrap {
    width: 100%;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist {
    margin-bottom: calc(65px * .65);
  }
  #footer .footer-wrap .foot-menu-wrap .linklist li {
    padding: 0 calc(34px * .65);
  }
  #footer .footer-wrap .copyright {
    margin-bottom: calc(58px * .65);
  }
  #footer .footer-wrap .relate-site {
    margin-left: auto;
  }
  #footer .footer-wrap .relate-site .site-list {
    bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5rem;
    padding-bottom: 1.9rem;
  }
  #footer .footer-wrap .foot-menu-wrap {
    width: 100%;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist {
    margin-bottom: 2.6rem;
    font-size: 1.3rem;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist li {
    padding: 0 2.5rem;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist li a {
    padding: 1rem 0;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist li:after {
    top: .6rem;
  }
  #footer .footer-wrap .foot-menu-wrap .linklist li + li {
    margin-left: -2px;
  }
  #footer .footer-wrap address {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  #footer .footer-wrap address p {
    padding-bottom: 1.2rem;
  }
  #footer .footer-wrap address span.lable {
    width: 6.5rem;
  }
  #footer .footer-wrap .copyright {
    margin-bottom: 3.3rem;
    font-size: 1.1rem;
  }
  #footer .footer-wrap .relate-site {
    width: 18.75rem;
  }
  #footer .footer-wrap .relate-site .btn-site {
    width: 18.75rem;
    height: 4.25rem;
    padding: 0 2rem;
    border-radius: 2.2rem;
    font-size: 1.1rem;
  }
  #footer .footer-wrap .relate-site .btn-site i {
    width: 9px;
    height: 6px;
    top: 1.65rem;
    right: 2rem;
  }
  #footer .footer-wrap .relate-site .btn-site.active {
    border-radius: 0 0 1.8rem 1.8rem;
  }
  #footer .footer-wrap .relate-site .site-list {
    bottom: 4.1rem;
    padding: 1.4rem 2rem .7rem;
    border-radius: 2.2rem 2.2rem 0 0;
    font-size: 1.2rem;
  }
  #footer .footer-wrap .relate-site .site-list li a {
    padding: 1.7rem 0;
  }
}
/* Top Button */
.btn-top {
  display: block;
  position: fixed;
  z-index: 30;
  right: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background: url(../images/common/btn-top.svg) center/57% no-repeat;
  border-radius: 15px;
  font-size: 1em;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.btn-top.on {
  opacity: 1;
}
.btn-top.on:hover {
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2) url(../images/common/btn-top.svg) center/57% no-repeat;
}
@media screen and (max-width: 1024px) {
  .btn-top {
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .btn-top.on:hover {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-top {
    width: 4rem;
    height: 4rem;
  }
}
/*CONTAINER ===================*/
/* Container Common */
.container {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #sub .container {
    margin-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  #sub .container {
    margin-top: var(--header-height);
  }
}
/* sub-top-visual */
.sub-top-visual {
  position: relative;
  letter-spacing: -.02em;
}
.sub-top-visual .visual-title {
  position: absolute;
  z-index: 2;
  top: calc(50% + 3rem);
  left: 50%;
  width: auto;
  height: auto;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sub-top-visual .visual-title h2 {
  font-weight: 700;
  font-size: 6rem;
}
.sub-top-visual .visual-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 500px;
}
.sub-top-visual .visual-img img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sub-top-visual .visual-img:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--dark-grad1);
  content: '';
}
@media screen and (max-width: 1024px) {
  .sub-top-visual .visual-title {
    position: relative;
    top: 0;
    padding-top: calc(var(--header-height) + 60px);
    color: #000;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .sub-top-visual .visual-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sub-top-visual .visual-title {
    padding-top: calc(var(--header-height) + 4.25rem);
  }
  .sub-top-visual .visual-title h2 {
    font-size: 3.25rem;
  }
}
/* lnb-nav */
.lnb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  letter-spacing: -.02em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.lnb-nav .home {
  width: 77px;
  height: 77px;
}
.lnb-nav .home a {
  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%;
}
.lnb-nav .home i {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../images/common/ic-home-w.png) 50% 50%/contain no-repeat;
}
.lnb-nav .select-box {
  position: relative;
  width: 254px;
}
.lnb-nav .select-box.open .select-item i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.lnb-nav .select-box.open .list {
  display: block;
}
.lnb-nav .select-box .select-item {
  width: 100%;
  height: 77px;
  padding-right: 18px;
  padding-left: 25px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: left;
}
.lnb-nav .select-box .select-item i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  margin-left: auto;
  width: 11px;
  height: 7px;
  background: url(../images/common/ic-navarrow-w.svg) 50% 50%/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
  content: '';
  opacity: .5;
  cursor: pointer;
}
.lnb-nav .select-box .select-item i.active {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.lnb-nav .select-box .list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: absolute;
  z-index: 2;
  top: 77px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 18px 0 21px;
  background: var(--grad1);
  text-align: left;
  -webkit-transition: top .2s;
  transition: top .2s;
}
.lnb-nav .select-box .list.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lnb-nav .select-box .list a {
  display: block;
  width: 100%;
  padding: 22px 21px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .lnb-nav {
    top: 0;
    bottom: auto;
  }
  .lnb-nav .home {
    width: var(--header-height);
    height: var(--header-height);
  }
  .lnb-nav .home i {
    width: 14px;
    height: 13px;
    background: url(../images/common/ic-home-b.png) 50% 50%/contain no-repeat;
  }
  .lnb-nav .select-box {
    position: relative;
    width: 25vw;
  }
  .lnb-nav .select-box .select-item {
    height: var(--header-height);
    background: #fff;
    color: #000;
  }
  .lnb-nav .select-box .select-item i {
    background: url(../images/common/ic-navarrow-b.svg) 50% 50%/contain no-repeat;
    opacity: 1;
  }
  .lnb-nav .select-box .list {
    display: none;
    top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .lnb-nav .home {
    display: none;
  }
  .lnb-nav .select-box {
    width: 50vw;
  }
  .lnb-nav .select-box .select-item {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 2.35rem;
    padding-bottom: 2.35rem;
    font-size: 1.3rem;
  }
  .lnb-nav .select-box .select-item i {
    right: .9rem;
    max-width: 11px;
    max-height: 7px;
    width: .9rem;
    height: .6rem;
  }
  .lnb-nav .select-box .list {
    display: none;
    top: var(--header-height);
    padding: 1.65rem 0 1.7rem;
  }
  .lnb-nav .select-box .list a {
    padding: 1.45rem 2rem;
    font-size: 1.3rem;
  }
}
/* sec-nav */
.sec-nav .sec-nav-slide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-bottom: 60px;
}
.sec-nav .sec-nav-slide .swiper-slide {
  width: 230px;
  border-radius: 33px;
  border: 1px solid var(--graybg1);
  background: var(--graybg1);
  color: var(--gray7);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.sec-nav .sec-nav-slide .swiper-slide.on {
  border: 1px solid var(--point-color1);
  background: var(--point-color1);
  color: #fff;
}
.sec-nav .sec-nav-slide .swiper-slide:hover {
  border: 1px solid var(--point-color1);
  background: #fff;
  color: var(--point-color1);
}
.sec-nav .sec-nav-slide .swiper-slide a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
}
.sec-nav .sec-tab .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-bottom: 60px;
}
.sec-nav .sec-tab .tab {
  width: 230px;
  border-radius: 33px;
  border: 1px solid var(--graybg1);
  background: var(--graybg1);
  color: var(--gray7);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.sec-nav .sec-tab .tab.on {
  border: 1px solid var(--point-color1);
  background: var(--point-color1);
  color: #fff;
}
.sec-nav .sec-tab .tab:hover {
  border: 1px solid var(--point-color1);
  background: #fff;
  color: var(--point-color1);
}
.sec-nav .sec-tab .tab a {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .sec-nav .sec-nav-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 .5rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .sec-nav .sec-nav-slide .swiper-slide {
    width: auto;
    font-size: 1.4rem;
  }
  .sec-nav .sec-nav-slide .swiper-slide:hover {
    border: 1px solid var(--graybg1);
    background: var(--graybg1);
    color: var(--gray7);
  }
  .sec-nav .sec-nav-slide .swiper-slide.on:hover {
    border: 1px solid var(--point-color1);
    background: var(--point-color1);
    color: #fff;
  }
  .sec-nav .sec-nav-slide .swiper-slide a {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }
  .sec-nav .sec-tab .tab-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 .5rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .sec-nav .sec-tab .tab {
    width: auto;
    font-size: 1.4rem;
  }
  .sec-nav .sec-tab .tab a {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }
}
/*SUB BODY COMMON ===================*/
/* sub-mid-visual */
.page-wrap {
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  letter-spacing: -.04em;
}
.page-wrap .sec-mid-visual {
  position: relative;
  overflow: hidden;
  max-width: var(--body-maxwidth);
  margin: 0 auto 100px;
  /*우리의가치*/
  border-radius: 35px;
  letter-spacing: -.02em;
}
.page-wrap .sec-mid-visual .overview {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: auto;
  color: #fff;
  font-size: 3.2rem;
  text-align: left;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.page-wrap .sec-mid-visual .overview p {
  line-height: 1.56;
}
.page-wrap .sec-mid-visual .overview em {
  font-weight: 700;
}
.page-wrap .sec-mid-visual .overview-img {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: width 150ms;
  transition: width 150ms;
}
.page-wrap .sec-mid-visual .overview-img img {
  width: 100%;
  min-height: 295px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1920px) {
  .page-wrap .sec-mid-visual {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .page-wrap .sec-mid-visual .overview.gutter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .page-wrap .sec-mid-visual .overview {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-wrap {
    min-height: 60vh;
    padding-top: calc(140px * .65);
    padding-bottom: calc(140px * .65);
  }
  .page-wrap .sec-mid-visual {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .page-wrap .sec-mid-visual .overview {
    font-size: 2.4rem;
  }
  .page-wrap .sec-mid-visual .overview.gutter {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .page-wrap .sec-mid-visual .overview-img img {
    min-height: calc(295px * 0.8);
  }
}
@media screen and (max-width: 768px) {
  .page-wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .page-wrap .sec-mid-visual {
    margin: 0 auto 6rem;
  }
  .page-wrap .sec-mid-visual .ty1 {
    margin: 0 auto 6rem;
    /*우리의가치*/
  }
  .page-wrap .sec-mid-visual .overview {
    font-size: 1.7rem;
    text-align: center;
  }
  .page-wrap .sec-mid-visual .overview p {
    line-height: 1.61;
  }
  .page-wrap .sec-mid-visual .overview.gutter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-wrap .sec-mid-visual .overview-img img {
    max-height: 20.5em;
  }
}
/* sub-mid-visual===business */
.biz .sec-mid-visual {
  margin-bottom: var(--pdv1);
}
.biz .sec-mid-visual .overview .en {
  margin-bottom: 28px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  opacity: .15;
}
.biz .sec-mid-visual .overview .p1 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.333;
}
.biz .sec-mid-visual .overview .p2 {
  font-size: 20px;
  line-height: 1.3;
  opacity: .7;
}
.biz .sec-mid-visual .overview-img img {
  min-height: 420px;
}
@media screen and (max-width: 1024px) {
  .biz .sec-mid-visual .overview .en {
    font-size: 3.6rem;
  }
  .biz .sec-mid-visual .overview .p1 {
    font-size: 3.3rem;
  }
  .biz .sec-mid-visual .overview .p2 {
    font-size: 1.5rem;
  }
  .biz .sec-mid-visual .overview-img img {
    min-height: calc(420px * 0.8);
  }
}
@media screen and (max-width: 768px) {
  .biz .sec-mid-visual {
    margin: 0 auto 7rem;
  }
  .biz .sec-mid-visual .overview {
    text-align: left;
  }
  .biz .sec-mid-visual .overview .en {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .biz .sec-mid-visual .overview .p1 {
    margin-bottom: 1.2rem;
    font-size: 2.25rem;
  }
  .biz .sec-mid-visual .overview .p2 {
    font-size: 1.3rem;
  }
  .biz .sec-mid-visual .overview-img img {
    min-height: 26rem;
  }
}
/* sub-body===hongboenergy */
.energy {
  position: relative;
}
.energy .energy1-1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 42px;
  padding-bottom: 120px;
  color: #000;
  text-align: left;
}
.energy .energy1-1 .titlearea {
  margin-bottom: 37px;
}
.energy .energy1-1 .titlearea h3 {
  margin-bottom: 20px;
  font: 500 32px var(--font-family1);
}
.energy .energy1-1 .titlearea h3 strong {
  font-weight: 700;
}
.energy .energy1-1 .titlearea h4 {
  font: 700 70px var(--font-family1);
  background: var(--split-grad2);
  color: transparent;
  line-height: 1.21;
  letter-spacing: -.06em;
  -webkit-background-clip: text;
}
.energy .energy1-1 .imgarea {
  grid-row: span 2;
  width: 896px;
  margin-right: -275px;
  padding-top: 70px;
}
.energy .energy1-1 .imgarea img {
  width: 100%;
}
.energy .energy1-1 .textarea p {
  font-size: 20px;
  line-height: 1.4;
}
.energy .energy1-1 .textarea sup {
  position: relative;
  top: 1px;
  margin-right: 2px;
  font-size: .5em;
}
.energy .energy1-1 .textarea sub {
  position: relative;
  top: -4px;
  margin-right: 2px;
  font-size: .5em;
}
.energy .energy1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 860px;
  background: url(../images/energy-img2-1.jpg) no-repeat 50%/cover;
  color: #fff;
}
.energy .energy1-2 .titlearea {
  text-align: left;
}
.energy .energy1-2 .titlearea h3.title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}
.energy .energy1-2 .titlearea .desc {
  margin-bottom: 50px;
  font-size: 28px;
  text-align: center;
  letter-spacing: -.055em;
}
.energy .energy1-2 .titlearea .desc em {
  font-weight: 700;
}
.energy .energy1-2 .diagram-wrap h4 {
  margin-bottom: 65px;
  font: 700 24px var(--font-family1);
  letter-spacing: -.055em;
}
.energy .energy1-2 .diagram-wrap .diagram {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.energy .energy1-2 .diagram-wrap .diagram li {
  margin: 0 17px;
}
.energy .energy1-2 .diagram-wrap .diagram li .circle {
  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;
  position: relative;
  z-index: 1;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  margin: 0 auto;
}
.energy .energy1-2 .diagram-wrap .diagram li .circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}
.energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0879a8, #0bc143);
}
.energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .circle:after {
  width: 430px;
  height: 430px;
  border-radius: 50%;
}
.energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .num,
.energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .unit {
  color: #fff;
}
.energy .energy1-2 .diagram-wrap .diagram li i {
  margin-bottom: 25px;
  opacity: .7;
}
.energy .energy1-2 .diagram-wrap .diagram li i.ic1 {
  width: 49px;
  height: 56px;
  background: url(../images/common/ic-contribution1.png) no-repeat 50%/contain;
}
.energy .energy1-2 .diagram-wrap .diagram li i.ic2 {
  width: 46px;
  height: 50px;
  background: url(../images/common/ic-contribution2.png) no-repeat 50%/contain;
}
.energy .energy1-2 .diagram-wrap .diagram li i.ic3 {
  width: 47px;
  height: 47px;
  background: url(../images/common/ic-contribution3.png) no-repeat 50%/contain;
}
.energy .energy1-2 .diagram-wrap .diagram li .num {
  color: #7be4dc;
  font: 700 50px var(--font-family1);
  letter-spacing: -.025em;
}
.energy .energy1-2 .diagram-wrap .diagram li .unit {
  margin-top: 5px;
  color: #7be4dc;
  font: 700 22px var(--font-family1);
  letter-spacing: -.055em;
}
.energy .energy1-2 .diagram-wrap .diagram li .unit sup {
  position: relative;
  top: 3px;
  font-weight: 600;
  font-size: .6em;
}
.energy .energy1-2 .diagram-wrap .diagram li .detail {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
.energy .ci {
  padding-top: var(--pdv1);
  color: #000;
  text-align: left;
}
.energy .ci .title {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 30px;
}
.energy .ci .mid-desc1 {
  margin-bottom: 30px;
  color: #000;
  font-size: 28px;
  line-height: 1.285;
  text-align: center;
}
.energy .ci .mid-desc1 strong {
  font-weight: 700;
}
.energy .ci .ci-ds {
  padding: 73px 0 72px;
  margin-bottom: 34px;
  border: 1px solid #e8e8e8;
  background: url(../images/common/pt1.jpg) 50%;
  text-align: center;
}
.energy .ci .ci-ds img {
  width: 434px;
  margin: 0 auto;
}
.energy .ci .desc1 {
  margin-bottom: 54px;
  color: #000;
  font-size: 18px;
  line-height: 1.555;
}
.energy .ci .stitle {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 26px;
}
.energy .ci .ci-energy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
}
.energy .ci .ci-energy .row {
  width: calc(50% - 10px);
  padding: 60px 0;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.energy .ci .ci-energy .row img {
  height: 90px;
  margin: 0 auto;
}
.energy .ci .btnarea {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.energy .ci .btnarea button {
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .energy .energy1-1 .imgarea {
    padding-top: 50px;
    margin-right: -575px;
  }
}
@media screen and (max-width: 1024px) {
  .energy .energy1-1 .imgarea {
    padding-top: 100px;
    margin-right: -775px;
  }
  .energy .energy1-2 .diagram-wrap .diagram {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .energy .energy1-1 {
    display: block !important;
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
  .energy .energy1-1 .titlearea {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
  .energy .energy1-1 .titlearea h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .energy .energy1-1 .titlearea h4 {
    font-size: 4rem;
    line-height: 1.1875;
  }
  .energy .energy1-1 .imgarea {
    width: 100%;
    margin-right: 0;
    padding-top: 0 !important;
  }
  .energy .energy1-1 .textarea {
    padding-top: 2.5rem;
  }
  .energy .energy1-1 .textarea p {
    font-size: 1.3rem;
    line-height: 1.615;
  }
  .energy .energy1-1 .textarea sup {
    position: relative;
    top: 0;
    margin-right: .1rem;
    font-size: .7em;
  }
  .energy .energy1-1 .textarea sub {
    position: relative;
    top: -.22rem;
    margin-right: .1rem;
    font-size: .7em;
  }
  .energy .energy1-2 {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 6rem;
    background: url(../images/energy-img2-1_m.jpg) no-repeat 50%/cover;
  }
  .energy .energy1-2 .titlearea h3.title {
    margin-top: 0;
    margin-bottom: 2.7rem;
    font-size: 2rem;
    letter-spacing: -.03em;
  }
  .energy .energy1-2 .titlearea .desc {
    margin-bottom: 2.7rem;
    font-size: 1.8rem;
    line-height: 1.333;
    letter-spacing: -.055em;
  }
  .energy .energy1-2 .diagram-wrap h4 {
    margin-bottom: 2.2rem;
    font-size: 3.6rem;
    letter-spacing: -.04em;
  }
  .energy .energy1-2 .diagram-wrap .diagram {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .energy .energy1-2 .diagram-wrap .diagram li {
    margin: 1rem 0;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .circle {
    width: 18.7rem;
    height: 18.7rem;
    opacity: .9;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .circle:after {
    width: 23.7rem;
    height: 23.7rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .circle {
    width: 23.7rem;
    height: 23.7rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li:nth-child(2) .circle:after {
    width: 28.7rem;
    height: 28.7rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li i {
    margin-bottom: 1.8rem;
    opacity: 1;
  }
  .energy .energy1-2 .diagram-wrap .diagram li i.ic1 {
    width: 3.15rem;
    height: 3rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li i.ic2 {
    width: 3.2rem;
    height: 3.5rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li i.ic3 {
    width: 3.25rem;
    height: 3.25rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .num {
    font-size: 3rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .unit {
    margin-top: 0;
    font-size: 1.54rem;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .unit sup {
    left: .1rem;
    font-size: .6em;
  }
  .energy .energy1-2 .diagram-wrap .diagram li .detail {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .energy .ci {
    padding-top: 8rem;
  }
  .energy .ci .title {
    margin-bottom: 1.8rem;
    font-size: 2rem;
  }
  .energy .ci .mid-desc1 {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.406;
  }
  .energy .ci .ci-ds {
    padding: 3.6rem 0;
    margin-bottom: 2.5rem;
  }
  .energy .ci .ci-ds img {
    width: 21.7rem;
  }
  .energy .ci .desc1 {
    margin-bottom: 4.5rem;
    font-size: 1.3rem;
    line-height: 1.73077;
  }
  .energy .ci .stitle {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .energy .ci .ci-energy {
    gap: 10px;
  }
  .energy .ci .ci-energy .row {
    width: calc(50% - 5px);
    padding: 3rem 0;
  }
  .energy .ci .ci-energy .row img {
    height: 4rem;
  }
  .energy .ci .btnarea {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
/* sub-body===history */
.history-wrap {
  position: relative;
  text-align: left;
}
.history-wrap h3.title {
  margin-bottom: 19px;
  font-size: 30px;
}
.history-wrap h3.title + .desc1 {
  margin-bottom: 54px;
  font-size: 20px;
  line-height: 1.538;
}
.history-wrap .year-wrap {
  display: -ms-grid;
  display: grid;
  gap: 0 105px;
  -ms-grid-columns: 505px auto;
      grid-template-columns: 505px auto;
}
.history-wrap .year-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  grid-row: span 2;
  width: 505px;
  height: 675px;
  border-radius: 35px;
}
.history-wrap .year-img.img1 {
  background: url(../images/history-img1-1.jpg) no-repeat 50%/100% 675px;
}
.history-wrap .year-img.img2 {
  background: url(../images/history-img1-2.jpg) no-repeat 50%/100% 675px;
}
.history-wrap .year-change {
  display: block;
  position: relative;
  top: 100px;
  margin-bottom: 46px;
  color: #e0dff1;
  font: 700 95px var(--font-family1);
  letter-spacing: -.06em;
  opacity: .2;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.history-wrap .year-change.on {
  top: 0;
  background: var(--split-grad2);
  color: transparent;
  -webkit-background-clip: text;
  opacity: 1;
}
.history-wrap .history-list {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}
.history-wrap .history-list > li {
  position: relative;
  padding-left: 130px;
}
.history-wrap .history-list > li:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  content: '';
}
.history-wrap .history-list > li:last-child .year + ul {
  padding: 0;
}
.history-wrap .history-list > li:last-child::before {
  display: none;
}
.history-wrap .history-list > li .year {
  position: relative;
  margin-bottom: 23px;
  color: #000;
  font-weight: 700;
  font-size: 32px;
}
.history-wrap .history-list > li .year::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -130px;
  width: 17px;
  height: 17px;
  border: 6px solid #0d6a08;
  border-radius: 100%;
  background: #fff;
}
.history-wrap .history-list > li .year + ul {
  padding: 0 0 44px;
}
.history-wrap .history-list > li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 7px 0;
}
.history-wrap .history-list > li .month {
  color: #aaaaaa;
  font-weight: 700;
  font-size: 20px;
}
.history-wrap .history-list > li .desc {
  padding-left: 15px;
  margin-top: -3.5px;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
}
.history-wrap .fix-symbol {
  position: fixed;
  right: 0;
  bottom: 290px;
  width: 873px;
  height: 849px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.history-wrap .fix-symbol img {
  width: 100%;
}
.history-wrap .fix-symbol.on {
  opacity: .1;
}
@media screen and (max-width: 1300px) {
  .history-wrap .year-wrap {
    display: -ms-grid;
    display: grid;
    gap: 0 105px;
    -ms-grid-columns: 40% auto;
        grid-template-columns: 40% auto;
  }
  .history-wrap .year-img {
    width: 100%;
  }
  .history-wrap .year-img.img1 {
    background: url(../images/history-img1-1.jpg) no-repeat 50%/100% 675px;
  }
  .history-wrap .year-img.img2 {
    background: url(../images/history-img1-2.jpg) no-repeat 50%/100% 675px;
  }
  .history-wrap .fix-symbol {
    bottom: 330px;
    width: 600px;
    height: 600px;
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .history-wrap .year-wrap {
    display: -ms-grid;
    display: grid;
    gap: 0 70px;
    -ms-grid-columns: 200px auto;
        grid-template-columns: 200px auto;
  }
  .history-wrap .year-img {
    height: 350px;
  }
  .history-wrap .year-img.img1 {
    background: url(../images/history-img1-1.jpg) no-repeat 50%/100% 350px;
  }
  .history-wrap .year-img.img2 {
    background: url(../images/history-img1-2.jpg) no-repeat 50%/100% 350px;
  }
  .history-wrap .history-list > li {
    padding-left: 60px;
  }
  .history-wrap .history-list > li .year::before {
    left: -60px;
  }
  .history-wrap .fix-symbol {
    bottom: 290px;
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .history-wrap h3.title {
    margin-bottom: 1.3rem;
    font-size: 2rem;
  }
  .history-wrap h3.title + .desc1 {
    margin-bottom: 54px;
    font-size: 1.3rem;
    line-height: 1.61;
  }
  .history-wrap .year-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 0;
  }
  .history-wrap .year-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 40rem;
    margin: 0 auto 7.5rem;
    border-radius: 35px;
  }
  .history-wrap .year-img.img1 {
    background-size: cover;
  }
  .history-wrap .year-img.img2 {
    background-size: cover;
  }
  .history-wrap .year-change {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 5.25rem;
    text-align: center;
  }
  .history-wrap .history-list {
    width: 100%;
    margin-bottom: 6.5rem;
  }
  .history-wrap .history-list > li {
    position: relative;
    padding-left: 4rem;
  }
  .history-wrap .history-list > li:before {
    display: block;
    position: absolute;
    top: .5rem;
    left: 8px;
    content: '';
  }
  .history-wrap .history-list > li:last-child:before {
    display: none;
  }
  .history-wrap .history-list > li .year {
    margin-bottom: 1.7rem;
    font-size: 2.1rem;
  }
  .history-wrap .history-list > li .year::before {
    top: .25rem;
    left: -4rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: .4rem;
  }
  .history-wrap .history-list > li .year + ul {
    padding: 0 0 4.2rem;
  }
  .history-wrap .history-list > li li {
    padding: .6rem 0;
  }
  .history-wrap .history-list > li .month {
    font-size: 1.4rem;
  }
  .history-wrap .history-list > li .desc {
    padding-left: 1.7rem;
    margin-top: -.18rem;
    font-size: 1.4rem;
  }
  .history-wrap .fix-symbol {
    top: 46rem;
    bottom: auto;
    width: 25rem;
    height: 29.4rem;
  }
}
/* sub-body===ethics */
.ethics .ethics1-1 {
  max-width: var(--body-maxwidth);
  margin: 0 auto;
  background: url(../images/ethics-bg1.png) no-repeat 50% 40px/83%;
}
.ethics .ethics1-1 .diagram-wrap {
  position: relative;
  padding-top: 38px;
}
.ethics .ethics1-1 .diagram {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;
}
.ethics .ethics1-1 .diagram li .circle {
  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;
  position: relative;
  z-index: 1;
  width: 295px;
  height: 295px;
  border-radius: 50%;
  margin: 0 auto;
}
.ethics .ethics1-1 .diagram li .circle:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 365px;
  height: 365px;
  border-radius: 50%;
  opacity: .15;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}
.ethics .ethics1-1 .diagram li .circle h4.title {
  margin-top: 30px;
  color: #fff;
  font: 700 32px var(--font-family1);
  letter-spacing: -.025em;
}
.ethics .ethics1-1 .diagram li:nth-child(1) .circle {
  background: linear-gradient(135deg, #3cbd91, #5e60c1);
}
.ethics .ethics1-1 .diagram li:nth-child(1) .circle:after {
  background: linear-gradient(135deg, #3cbd91, #5e60c1);
}
.ethics .ethics1-1 .diagram li:nth-child(2) {
  display: inline-block;
  margin: -70px 205px 0 0;
}
.ethics .ethics1-1 .diagram li:nth-child(2) .circle {
  background: linear-gradient(135deg, #5291f0, #7559e1);
}
.ethics .ethics1-1 .diagram li:nth-child(2) .circle:after {
  background: linear-gradient(135deg, #5291f0, #7559e1);
}
.ethics .ethics1-1 .diagram li:nth-child(3) {
  display: inline-block;
  margin: -70px 0 0 205px;
}
.ethics .ethics1-1 .diagram li:nth-child(3) .circle {
  background: linear-gradient(135deg, #6767dc, #c0529e);
}
.ethics .ethics1-1 .diagram li:nth-child(3) .circle:after {
  background: linear-gradient(135deg, #6667dc, #c0529e);
}
.ethics .ethics1-1 .diagram li i {
  opacity: .3;
}
.ethics .ethics1-1 .diagram li i.ic1 {
  width: 61px;
  height: 60px;
  background: url(../images/ic-ethics1.png) no-repeat 50%/contain;
}
.ethics .ethics1-1 .diagram li i.ic2 {
  width: 51px;
  height: 57px;
  background: url(../images/ic-ethics2.png) no-repeat 50%/contain;
}
.ethics .ethics1-1 .diagram li i.ic3 {
  width: 58px;
  height: 56px;
  background: url(../images/ic-ethics3.png) no-repeat 50%/contain;
}
.ethics .ethics1-1 .diagram2 {
  position: relative;
  z-index: 0;
  top: -277px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.ethics .ethics1-1 .diagram2 .circle {
  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;
  position: relative;
  z-index: 1;
  width: 529px;
  height: 529px;
  border-radius: 50%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(10, 15, 42, 0.15);
          box-shadow: 0 0 50px 0 rgba(10, 15, 42, 0.15);
}
.ethics .ethics1-1 .diagram2 .circle h5 {
  font: 700 32px/36px var(--font-family1);
}
.ethics .ethics1-1 .diagram2 .circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 723px;
  height: 723px;
  border-radius: 50%;
  background: rgba(221, 221, 221, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}
.ethics .ethics1-1 .textarea {
  position: relative;
  z-index: 2;
  margin-top: -680px;
}
.ethics .ethics1-1 .textarea h3.title {
  font: 500 40px var(--font-family1);
  line-height: 1.125;
}
.ethics .ethics1-1 .textarea h3.title .en {
  font-weight: 700;
  font-size: 24px;
  opacity: .2;
}
.ethics .ethics1-1 .textarea h3.title .p1 {
  display: block;
  margin-top: 17px;
}
.ethics .ethics1-1 .textarea em {
  background: var(--split-grad2);
  color: transparent;
  font-weight: 700;
  font-size: 240x;
  -webkit-background-clip: text;
}
.ethics .ethics1-1 .diagram3 {
  position: relative;
  width: 774px;
  margin: 30px auto 0;
  z-index: 1;
  text-align: center;
}
.ethics .ethics1-1 .diagram3 img {
  width: 100%;
  height: auto;
}
.ethics .ethics1-1 .ethics-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 18px;
  position: relative;
  z-index: 2;
  margin-top: -110px;
  margin-bottom: 60px;
}
.ethics .ethics1-1 .ethics-value li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 120px;
  border-radius: 60px;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#44afae), to(#87caa6));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #44afae, #87caa6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: 6px;
  font-size: 22px;
  line-height: 118px;
  text-align: center;
  letter-spacing: -.06em;
  -webkit-box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
          box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
}
.ethics .ethics1-1 .ethics-value li em {
  font-weight: 700;
  color: #38a7c3;
}
@media screen and (max-width: 1400px) {
  .ethics .ethics1-1 {
    background-size: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .ethics .ethics1-1 {
    background-size: 93%;
  }
  .ethics .ethics1-1 .diagram li .circle {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .ethics .ethics1-1 .diagram li:nth-child(2) {
    margin: -70px 170px 0 0;
  }
  .ethics .ethics1-1 .diagram li:nth-child(3) {
    margin: -70px 0 0 170px;
  }
  .ethics .ethics1-1 .diagram2 {
    position: relative;
    z-index: 0;
    -webkit-transform: scale(0.83);
            transform: scale(0.83);
  }
}
@media screen and (max-width: 1024px) {
  .ethics .ethics1-1 {
    background-position: 50%;
  }
  .ethics .ethics1-1 .diagram li .circle {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .ethics .ethics1-1 .diagram li:nth-child(2) {
    margin: -80px 50px 0 -20px;
  }
  .ethics .ethics1-1 .diagram li:nth-child(3) {
    margin: -80px -20px 0 50px;
  }
  .ethics .ethics1-1 .diagram2 {
    position: relative;
    z-index: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .ethics .ethics1-1 .textarea {
    margin-top: -630px;
  }
  .ethics .ethics1-1 .diagram3 {
    margin: 20px auto 0;
  }
  .ethics .ethics1-1 .ethics-value {
    gap: 0 10px;
    margin-bottom: calc(60px * 0.65);
  }
  .ethics .ethics1-1 .ethics-value li {
    height: 90px;
    line-height: 87px;
  }
}
@media screen and (max-width: 768px) {
  .ethics .ethics1-1 {
    background-position: 50% 6%;
    background-size: 100%;
  }
  .ethics .ethics1-1 .diagram-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }
  .ethics .ethics1-1 .diagram {
    overflow: visible;
    margin: 0 auto;
    padding-top: 3.94737vw;
  }
  .ethics .ethics1-1 .diagram li .circle {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 31.57895vw;
    height: 31.57895vw;
  }
  .ethics .ethics1-1 .diagram li .circle:after {
    width: 38.94737vw;
    height: 38.94737vw;
  }
  .ethics .ethics1-1 .diagram li .circle h4.title {
    margin-top: 1.3rem;
    font-size: 1.4rem;
  }
  .ethics .ethics1-1 .diagram li:nth-child(2) {
    margin: 6.57895vw 7.23684vw 0 0;
  }
  .ethics .ethics1-1 .diagram li:nth-child(3) {
    margin: 6.57895vw 0 0 7.23684vw;
  }
  .ethics .ethics1-1 .diagram li i.ic1 {
    width: 3.1rem;
    height: 3rem;
  }
  .ethics .ethics1-1 .diagram li i.ic2 {
    width: 2.55rem;
    height: 2.35rem;
  }
  .ethics .ethics1-1 .diagram li i.ic3 {
    width: 2.9rem;
    height: 2.8rem;
  }
  .ethics .ethics1-1 .diagram2 {
    position: absolute;
    top: 23.68421vw;
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
  .ethics .ethics1-1 .diagram2 .circle {
    z-index: 2;
    width: 36.57895vw;
    height: 36.57895vw;
    background: #fff;
    -webkit-box-shadow: 0 0 1.3rem 0 rgba(10, 15, 42, 0.15);
            box-shadow: 0 0 1.3rem 0 rgba(10, 15, 42, 0.15);
  }
  .ethics .ethics1-1 .diagram2 .circle:after {
    z-index: 1;
    width: 50vw;
    height: 50vw;
  }
  .ethics .ethics1-1 .textarea {
    top: 22.36842vw;
    margin-top: 0;
  }
  .ethics .ethics1-1 .textarea h3.title {
    font-size: 2.4rem;
    line-height: 1.125;
  }
  .ethics .ethics1-1 .textarea h3.title .en {
    font-size: 1.4rem;
  }
  .ethics .ethics1-1 .textarea h3.title .p1 {
    margin-top: 1.5rem;
  }
  .ethics .ethics1-1 .diagram3 {
    width: 160%;
    margin: -15.78947vw -30% 0;
  }
  .ethics .ethics1-1 .ethics-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    margin-top: -18.42105vw;
    margin-bottom: 3rem;
  }
  .ethics .ethics1-1 .ethics-value li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 4rem);
    height: 7rem;
    border-width: 2px;
    margin: 4px;
    font-size: 1.5rem;
    line-height: 6.9rem;
    -webkit-box-shadow: 8rem 8rem 8rem 0 rgba(10, 15, 42, 0.05);
            box-shadow: 8rem 8rem 8rem 0 rgba(10, 15, 42, 0.05);
  }
}
/* sub-body===vision */
.vision1-1 {
  min-height: 1200px;
  padding-top: 175px;
  margin-bottom: -140px;
  background: url(../images/vision-bg1.jpg) no-repeat 50%/cover;
  color: #fff;
  text-align: center;
}
.vision1-1 i.ic1 {
  background: url(../images/ic-vision1.png) no-repeat 50%/contain;
}
.vision1-1 i.ic2 {
  background: url(../images/ic-vision2.png) no-repeat 50%/contain;
}
.vision1-1 i.ic3 {
  background: url(../images/ic-vision3.png) no-repeat 50%/contain;
}
.vision1-1 i.ic4 {
  background: url(../images/ic-vision4.png) no-repeat 50%/contain;
}
.vision1-1 i.ic5 {
  background: url(../images/ic-vision5.png) no-repeat 50%/contain;
}
.vision1-1 .title span {
  vertical-align: middle;
}
.vision1-1 .title .ko {
  margin-right: 85px;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -.05em;
}
.vision1-1 .title .en {
  color: rgba(255, 255, 255, 0.1);
  font: 700 157px var(--font-family1);
  line-height: .645;
  letter-spacing: -.02em;
}
.vision1-1 .diagram-wrap {
  width: 100%;
  height: 350px;
  border: 2px solid rgba(228, 228, 228, 0.3);
  border-radius: 175px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.vision1-1 .diagram-wrap .diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 57px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.vision1-1 .diagram-wrap .diagram li {
  margin: 0 -7px;
}
.vision1-1 .diagram-wrap .diagram li .circle {
  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;
  position: relative;
  z-index: 1;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 15px 15px 30px 0 rgba(10, 15, 42, 0.25);
          box-shadow: 15px 15px 30px 0 rgba(10, 15, 42, 0.25);
  opacity: .9;
}
.vision1-1 .diagram-wrap .diagram li .circle h5 {
  font: 700 32px/36px var(--font-family1);
}
.vision1-1 .diagram-wrap .diagram li .circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 15px 15px 30px 0 rgba(10, 15, 42, 0.1);
          box-shadow: 15px 15px 30px 0 rgba(10, 15, 42, 0.1);
  content: '';
}
.vision1-1 .diagram-wrap .diagram li:nth-child(1) .circle {
  background: linear-gradient(135deg, #37b752, #49abc4 100%);
}
.vision1-1 .diagram-wrap .diagram li:nth-child(2) .circle {
  background: linear-gradient(135deg, #11db72, #6313cf 100%);
}
.vision1-1 .diagram-wrap .diagram li:nth-child(3) .circle {
  background: linear-gradient(135deg, #31a4f5, #7b3bdb 100%);
}
.vision1-1 .diagram-wrap .diagram li:nth-child(4) .circle {
  background: linear-gradient(135deg, #4967eb, #e44371 100%);
}
.vision1-1 .diagram-wrap .diagram li:nth-child(5) .circle {
  background: linear-gradient(135deg, #de187e, #bfa055 100%);
}
.vision1-1 .scrolldown {
  position: relative;
  width: 20px;
  height: 37px;
  margin: 19px auto 0;
  -webkit-animation: scroll-down ease 1.3s infinite;
          animation: scroll-down ease 1.3s infinite;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.vision1-1 .pc-vision-detail {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 39px;
}
.vision1-1 .pc-vision-detail li {
  position: relative;
  padding: 46px 40px 44px 40px;
  border-radius: 25px;
  background: rgba(21, 19, 41, 0.8);
  text-align: left;
  -webkit-box-shadow: 20px 10px 33px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 20px 10px 33px 0 rgba(0, 0, 0, 0.03);
}
.vision1-1 .pc-vision-detail li:nth-child(1), .vision1-1 .pc-vision-detail li:nth-child(2) {
  grid-column: span 3;
}
.vision1-1 .pc-vision-detail li:nth-child(3), .vision1-1 .pc-vision-detail li:nth-child(4), .vision1-1 .pc-vision-detail li:nth-child(5) {
  grid-column: span 2;
}
.vision1-1 .pc-vision-detail i {
  position: absolute;
  right: 40px;
  bottom: 45px;
  display: block;
  width: 62px;
  height: 56px;
  max-height: 58px;
  opacity: .3;
}
.vision1-1 .pc-vision-detail h5 {
  font-weight: 700;
  font-size: 22px;
}
.vision1-1 .pc-vision-detail .detail {
  margin-top: 17px;
  font-size: 18px;
  line-height: 1.444;
  opacity: .7;
}
@media screen and (max-width: 1300px) {
  .vision1-1 .diagram-wrap {
    height: 30rem;
  }
  .vision1-1 .diagram-wrap .diagram {
    width: calc(100% - 80px);
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }
  .vision1-1 .diagram-wrap .diagram li {
    width: 24%;
    margin: 0 -.7rem;
  }
  .vision1-1 .diagram-wrap .diagram li .circle {
    width: 20rem;
    height: 20rem;
  }
  .vision1-1 .diagram-wrap .diagram li .circle:after {
    width: 24rem;
    height: 24rem;
    -webkit-box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.1);
            box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .vision1-1 {
    min-height: 900px;
    padding-top: calc(175px * .65);
    padding-bottom: calc(185px * .65);
    margin-bottom: calc(140px* .65 * -1);
  }
  .vision1-1 .title .ko {
    margin-right: calc(85px * .65);
  }
  .vision1-1 .title .en {
    font-size: calc(157px * .7);
    line-height: .645;
  }
  .vision1-1 .diagram-wrap {
    width: 100%;
    height: 25.5rem;
    border-radius: 175px;
  }
  .vision1-1 .diagram-wrap .diagram {
    margin-top: 39px;
  }
  .vision1-1 .diagram-wrap .diagram li {
    width: 21.5%;
    margin: 0 -.7rem;
  }
  .vision1-1 .diagram-wrap .diagram li .circle {
    width: 16.5rem;
    height: 16.5rem;
    -webkit-box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.25);
            box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.25);
  }
  .vision1-1 .diagram-wrap .diagram li .circle h5 {
    font-size: calc(32px * .85);
  }
  .vision1-1 .diagram-wrap .diagram li .circle:after {
    width: 19.5rem;
    height: 19.5rem;
    -webkit-box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.1);
            box-shadow: 15px 15px 20px 0 rgba(10, 15, 42, 0.1);
  }
  .vision1-1 .pc-vision-detail {
    grid-gap: 10px;
    margin-top: 39px;
  }
  .vision1-1 .pc-vision-detail li {
    position: relative;
    padding: 36px 30px 34px 30px;
    border-radius: 25px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 23px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 10px 10px 23px 0 rgba(0, 0, 0, 0.03);
  }
  .vision1-1 .pc-vision-detail i {
    display: none;
  }
  .vision1-1 .pc-vision-detail h5 {
    font-size: 22px;
  }
  .vision1-1 .pc-vision-detail .detail {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.444;
  }
}
@media screen and (max-width: 768px) {
  .vision1-1 {
    min-height: 50vh;
    padding-top: 10rem;
    padding-bottom: 11rem;
    margin-bottom: -5.5rem;
    background: url(../images/vision-bg1_m.jpg) no-repeat 50% 70%/100%;
  }
  .vision1-1 .title .ko {
    margin-right: 1.4rem;
    font-size: 3.5rem;
  }
  .vision1-1 .title .en {
    font-size: 5.75rem;
    line-height: .645;
  }
  .vision1-1 .diagram-wrap {
    height: auto;
    border: none;
  }
  .vision1-1 .diagram-wrap .diagram {
    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;
    width: 100%;
    margin-top: 7rem;
  }
  .vision1-1 .diagram-wrap .diagram li {
    width: 100%;
    margin: -.6rem 0;
  }
  .vision1-1 .diagram-wrap .diagram li .circle {
    width: 62.63158vw;
    height: 62.63158vw;
    -webkit-box-shadow: 0.8rem 0.8rem 1.5rem 0 rgba(10, 15, 42, 0.25);
            box-shadow: 0.8rem 0.8rem 1.5rem 0 rgba(10, 15, 42, 0.25);
    opacity: 1;
  }
  .vision1-1 .diagram-wrap .diagram li .circle h5 {
    margin: .6rem auto .5rem;
    font-size: 2rem;
    letter-spacing: -.05em;
  }
  .vision1-1 .diagram-wrap .diagram li .circle i {
    display: block;
    width: 4.4rem;
    height: 3.5rem;
  }
  .vision1-1 .diagram-wrap .diagram li .circle .detail {
    width: 52.63158vw;
    font-size: 1.3rem;
    line-height: 1.384;
  }
  .vision1-1 .diagram-wrap .diagram li .circle:after {
    width: 75.92105vw;
    height: 75.92105vw;
  }
  .vision1-1 .scrolldown {
    display: none;
  }
  .vision1-1 .pc-vision-detail {
    display: none;
  }
}
/* sub-body===respect tree */
.respecttree .respect1 {
  padding-top: var(--pdv1);
  padding-bottom: var(--pdv1);
  margin-bottom: calc(var(--pdv1) * -1);
  background: #202029 url(../images/respect1-bg1.jpg) no-repeat 50%/cover;
}
.respecttree .respect1 .respect-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.respecttree .respect1 .respect1-1 {
  width: 42%;
}
.respecttree .respect1 .respect1-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.respecttree .respect1 .respect1-2 {
  width: 52%;
  text-align: left;
}
.respecttree .respect1 .respect1-2 li {
  margin-bottom: 70px;
}
.respecttree .respect1 .respect1-2 li:last-child {
  margin-bottom: 0;
}
.respecttree .respect1 .respect1-2 h4 {
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: -.06em;
  font-size: 3rem;
}
.respecttree .respect1 .respect1-2 .stitle {
  color: #fff;
  font-size: 20px;
  line-height: 1.81818;
}
.respecttree .respect1 .respect1-2 .stitle:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin: .25em 0 .5em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.respecttree .respect1 .respect1-2 h5 {
  font-size: 20px;
  line-height: 1.81818;
}
.respecttree .respect1 .respect1-2 p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.81818;
}
.respecttree .respect1 .respect1-2 p + h5 {
  margin-top: 20px;
}
.respecttree .respect1 .color1 {
  color: #e71a0f;
}
.respecttree .respect1 .color2 {
  color: #ea6175;
}
.respecttree .respect1 .color3 {
  color: #a25dca;
}
.respecttree .respect1 .color4 {
  color: #f3985c;
}
.respecttree .respect1 .color5 {
  color: #fac675;
}
.respecttree .respect1 .color6 {
  color: #757ae6;
}
@media screen and (max-width: 1024px) {
  .respecttree .respect1 {
    background-size: auto 100%;
  }
  .respecttree .respect1 .respect-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .respecttree .respect1 .respect1-1 {
    width: 70%;
    margin: 0 auto 50px;
  }
  .respecttree .respect1 .respect1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .respecttree .respect1 {
    background-position: 40% 0;
  }
  .respecttree .respect1 .respect1-1 {
    width: 80%;
    margin: 0 auto 4rem;
  }
  .respecttree .respect1 .respect1-2 li {
    margin-bottom: 4rem;
  }
  .respecttree .respect1 .respect1-2 h4 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .respecttree .respect1 .respect1-2 .stitle {
    font-size: 1.4rem;
  }
  .respecttree .respect1 .respect1-2 h5 {
    font-size: 1.5rem;
  }
  .respecttree .respect1 .respect1-2 p {
    font-size: 1.3rem;
  }
  .respecttree .respect1 .respect1-2 p + h5 {
    margin-top: 1rem;
  }
}
.coc .coc-overview {
  padding-top: 100px;
  border-top: 1px solid #d0d0d1;
  border-bottom: 1px solid #d0d0d1;
  background: #efeff0;
}
.coc .coc-overview h4 {
  margin-bottom: 28px;
  color: #393a38;
  font-size: 35px;
  font-family: 'VistroCore';
}
.coc .coc-overview h4 .color-grey {
  color: #6c6c6b;
  font-family: inherit;
}
.coc .coc-overview .title-en {
  margin-bottom: 24px;
  color: #888;
  font-size: 18px;
  font-family: 'scoreR';
}
.coc .coc-overview .title-ko {
  margin-bottom: 14px;
  color: #888;
  font-size: 14px;
  font-family: 'scoreR';
}
.coc .coc-overview .topimg {
  margin: 0 auto;
}
.coc .coc1-1 {
  padding-top: var(--pdv1);
}
.coc .coc1-1 h4 {
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
  font-size: 30px;
}
.coc .coc1-1 .coc-list {
  margin-bottom: 1em;
}
.coc .coc1-1 .coc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 80px;
}
.coc .coc1-1 .coc-list li .desc-wrap {
  width: calc(100% - 385px);
  text-align: left;
}
.coc .coc1-1 .coc-list li .coc-img {
  display: block;
  width: 385px;
  padding-right: 60px;
  text-align: right;
}
.coc .coc1-1 .coc-keyword {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-family: 'SCDream';
  font-size: 16px;
}
.coc .coc1-1 .coc-statement {
  margin-bottom: 20px;
  font-size: 29px;
  font-family: 'VistroCore';
  line-height: 1.19;
}
.coc .coc1-1 .coc-desc {
  font-size: 20px;
  color: #6c6c6b;
  font-weight: 400;
  font-family: 'SCDream';
  line-height: 1.5625;
}
.coc .coc1-1 .color1 {
  color: #ea6176;
}
.coc .coc1-1 .color2 {
  color: #e72410;
}
.coc .coc1-1 .color3 {
  color: #ed7453;
}
.coc .coc1-1 .color4 {
  color: #5759a6;
}
.coc .coc1-1 .color5 {
  color: #724899;
}
.coc .coc1-1 .color6 {
  color: #f2985d;
}
.coc .coc1-1 .color7 {
  color: #fac675;
}
.coc .coc1-1 .mvwrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 104px;
}
.coc .coc1-1 .mvwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coc .coc1-1 .coc_mv_list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 366px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #da202b;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  text-align: center;
}
.coc .coc1-1 .coc_mv_list img {
  display: inline-block;
  width: 1.4em;
  height: .8em;
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .coc .coc-overview {
    padding-top: 7rem;
  }
  .coc .coc-overview h4 {
    margin-bottom: 1.4rem;
    font-size: 2.5rem;
  }
  .coc .coc-overview .title-en {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .coc .coc-overview .title-ko {
    margin-bottom: .8rem;
    font-size: 1.3rem;
  }
  .coc .coc1-1 h4 {
    margin-bottom: 4em;
    font-size: 1.5rem;
  }
  .coc .coc1-1 .coc-list {
    margin-bottom: 1em;
  }
  .coc .coc1-1 .coc-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5rem;
  }
  .coc .coc1-1 .coc-list li .desc-wrap {
    width: 100%;
    text-align: center;
  }
  .coc .coc1-1 .coc-list li .coc-img {
    width: 19rem;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .coc .coc1-1 .coc-keyword {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  .coc .coc1-1 .coc-statement {
    margin-bottom: 1.1rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .coc .coc1-1 .coc-desc {
    font-size: 1.4rem;
    line-height: 1.4545;
  }
  .coc .coc1-1 .mvwrap {
    margin-bottom: 3.4rem;
  }
  .coc .coc1-1 .mvwrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .coc .coc1-1 .coc_mv_list {
    width: 22rem;
    height: 4.5rem;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .coc .coc1-1 .coc_mv_list img {
    width: 1.7rem;
    height: 1rem;
    margin-left: 1.2rem;
  }
}
/* sub-body===value */
.value1-1 .row-col1 {
  gap: 0 110px;
  margin-bottom: 40px;
}
.value1-1 .row-col1:last-child {
  margin-bottom: 0;
}
.value1-1 .row-col1 .imgarea1 {
  overflow: hidden;
  width: 565px;
  height: 465px;
  border-radius: 35px;
}
.value1-1 .row-col1 .imgarea1 img {
  width: 100%;
  min-height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.value1-1 .row-col1 .textarea1 {
  text-align: left;
}
.value1-1 .row-col1 .textarea1 h4.title {
  color: #000;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
}
.value1-1 .row-col1 .textarea1 h5.title {
  color: #0d6a08;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.value1-1 .row-col1 .textarea1 .desc1 {
  color: #000;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 16px;
}
.value1-1 .row-col1 .textarea1 .desc1:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .value1-1 .row-col1 {
    gap: 0 calc(110px * .65);
  }
}
@media screen and (max-width: 768px) {
  .value1-1 .row-col1 {
    gap: 0;
    margin-bottom: 4.6rem;
  }
  .value1-1 .row-col1 > div {
    width: 100%;
  }
  .value1-1 .row-col1 .imgarea1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 1rem);
    min-height: 13rem;
    height: 15rem;
    border-radius: 1.75rem;
  }
  .value1-1 .row-col1 .textarea1 {
    padding-top: 3.25rem;
  }
  .value1-1 .row-col1 .textarea1 h4.title {
    margin-bottom: 2rem;
    font-size: 2rem;
    letter-spacing: -.03em;
  }
  .value1-1 .row-col1 .textarea1 h5.title {
    margin-bottom: .4rem;
    font-size: 1.3rem;
  }
  .value1-1 .row-col1 .textarea1 .desc1 {
    margin-bottom: 1.35rem;
    font-size: 1.3rem;
    line-height: 1.615;
  }
  .value1-1 .row-col1.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* sub-body===location */
.location .mapdraw {
  max-width: var(--body-maxwidth);
  height: 620px;
  margin: 0 auto;
}
.location .location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 90px;
  margin-bottom: 50px;
  text-align: left;
}
.location .location-info h4.title {
  position: relative;
  width: 25.5%;
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
.location .location-info h4.title.dot:before {
  top: -10px;
  left: -15px;
}
.location .location-info i {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-right: 20px;
  background: url(../images/common/ic-loc.png) 50%/contain no-repeat;
  vertical-align: middle;
}
.location .location-info .info {
  color: #000;
  font-size: 1.25em;
  line-height: 1.6;
}
.location .location-info .info span {
  display: inline-block;
  vertical-align: middle;
}
.location .markerlabel {
  position: relative;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #49abc4 url(../images/common/top-logo-w.svg) no-repeat 50%;
  background-size: contain 75%;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(10, 15, 42, 0.1);
          box-shadow: 2px 2px 2px 0px rgba(10, 15, 42, 0.1);
}
.location .markerlabel img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .location .mapdraw {
    width: 100%;
    height: 41rem;
  }
  .location .location-info {
    margin-top: 3.8rem;
    margin-bottom: 4rem;
  }
  .location .location-info h4.title {
    width: 100%;
    margin-bottom: 2.7rem;
    font-size: 2rem;
  }
  .location .location-info i {
    width: 1.1875em;
    height: 1.375em;
  }
  .location .location-info .info {
    font-size: 1.3rem;
  }
}
/* sub-body===bisiness */
.biz {
  color: #000;
  text-align: left;
}
.biz .sec-body h3.title {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}
.biz .sec-body h3.title + .desc1 {
  margin-top: -27px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.biz .sec-body h3.title.dot:before {
  top: -4px;
}
.biz .sec-body [class*="process-box"] {
  border: 1px solid #eee;
  background: #f9f9f9;
  text-align: center;
}
.biz .sec-body [class*="process-box"] img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.biz .imggrid1 {
  gap: 0 100px;
}
.biz .imggrid1 .imgarea {
  overflow: hidden;
  margin-right: 5px;
  border-radius: 35px;
}
.biz .imggrid1 .imgarea img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.biz .imggrid1 .intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.biz .imggrid1 .intro li {
  margin-bottom: 17px;
}
.biz .imggrid1 .intro li:last-child {
  margin-bottom: 0;
}
.biz .imggrid1 .intro .title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  color: var(--green-color1);
}
.biz .imggrid1 .intro .desc {
  font-size: 18px;
  line-height: 1.55;
}
.biz-list1 {
  padding-top: var(--pdv1);
  padding-bottom: var(--pdv1);
}
.biz-list1 h3.title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}
.biz-list1 .imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 20px;
}
.biz-list1 .imglist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(50% - 10px);
  padding: 55px 40px;
  border: 1px solid #eee;
  background: #fff;
}
.biz-list1 .imglist .imgarea {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 50px;
  background: var(--darkbg1);
}
.biz-list1 .imglist .textarea {
  width: calc(100% - 150px);
}
.biz-list1 .imglist h4.title {
  color: #0d6a08;
  font-weight: 700;
  font-size: 18px;
}
.biz-list1 .imglist .desc {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.555;
}
@media screen and (max-width: 1024px) {
  .sec-body [class*="process-box"] img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .biz .sec-body h3.title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .biz .sec-body h3.title + .desc1 {
    margin-top: -.5rem;
    margin-bottom: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.538;
  }
  .biz .sec-body [class*="process-box"] {
    padding: 7rem 3rem;
    margin-right: -2rem;
    margin-left: -2rem;
    border: none;
  }
  .biz .sec-body [class*="process-box"] img {
    width: 100%;
  }
  .biz .imggrid1 {
    gap: 0;
  }
  .biz .imggrid1 .imgarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
    border-radius: 25px;
  }
  .biz .imggrid1 .intro {
    width: 100%;
  }
  .biz .imggrid1 .intro li {
    margin-bottom: 1.9rem;
  }
  .biz .imggrid1 .intro .title {
    margin-bottom: .8rem;
    font-size: 1.3rem;
  }
  .biz .imggrid1 .intro .desc {
    font-size: 1.3rem;
  }
  .biz-list1 h3.title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .biz-list1 .imglist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: .5rem 0;
  }
  .biz-list1 .imglist li {
    width: calc(100% - .25rem);
    padding: 3.5rem 2.5rem;
  }
  .biz-list1 .imglist .imgarea {
    width: 7rem;
    height: 7rem;
    margin-right: 3rem;
  }
  .biz-list1 .imglist .imgarea img {
    width: 8.5526vw;
  }
  .biz-list1 .imglist .textarea {
    width: calc(100% - 12.5rem);
  }
  .biz-list1 .imglist h4.title {
    font-size: 1.3rem;
  }
  .biz-list1 .imglist .desc {
    margin-top: .8rem;
    font-size: 1.3rem;
    line-height: 1.538;
  }
}
/* sub-body===biomass */
.biomass .biomass1-1 {
  padding-bottom: calc(var(--pdv1) - 20px);
}
.biomass .biomass1-2 {
  background: var(--darkbg1);
}
.biomass .biomass1-4 {
  position: relative;
  overflow: hidden;
  max-width: var(--width-full);
  text-align: center;
}
.biomass .biomass1-4 .titlearea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: auto;
  color: #fff;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.biomass .biomass1-4 .titlearea .p1 {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.4;
}
.biomass .biomass1-4 .titlearea .p2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4285;
}
.biomass .biomass1-4 .titlearea em {
  background: var(--split-grad2);
  color: transparent;
  -webkit-background-clip: text;
}
.biomass .biomass1-4 .bg-img {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: width 150ms;
  transition: width 150ms;
}
.biomass .biomass1-4 .bg-img img {
  width: 100%;
  min-height: 490px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.biomass .biomass1-5 {
  padding-top: var(--pdv1);
  padding-bottom: var(--pdv1);
}
.biomass .biomass1-5 .process-box {
  padding: 60px 97px 60px 100px;
}
.biomass .biomass1-6 {
  padding-top: var(--pdv1);
  padding-bottom: calc(var(--pdv1) - 20px);
}
.biomass .biomass1-6 .biomass1 {
  padding-bottom: 8rem;
}
.biomass .biomass1-7 {
  background: var(--darkbg1);
}
.biomass .biomass1-8 {
  padding-top: var(--pdv1);
}
.biomass .biomass1-8 h3 + [class*="process-box"] {
  margin-top: -11px;
  margin-bottom: 62px;
}
.biomass .biomass1-8 h3 + .process-box3 {
  margin-bottom: 0 !important;
}
.biomass .biomass1-8 .process-box1 {
  padding: 52px 55px;
}
.biomass .biomass1-8 .process-box2 {
  padding: 60px 55px;
}
.biomass .biomass1-8 .process-box3 {
  padding: 60px 55px;
}
@media screen and (max-width: 1024px) {
  .biomass .biomass1-4 .titlearea .p1 {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .biomass .biomass1-4 .titlearea .p2 {
    font-size: 29px;
  }
  .biomass .biomass1-4 .bg-img img {
    min-height: calc(490px * 0.7);
  }
}
@media screen and (max-width: 768px) {
  .biomass .biomass1-4 .titlearea .p1 {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .biomass .biomass1-4 .titlearea .p2 {
    font-size: 2.1rem;
  }
  .biomass .biomass1-4 .bg-img img {
    min-height: calc(490px * 0.7);
  }
  .biomass .biomass1-5 .process-box {
    padding: 7rem 3rem;
    margin-bottom: -5.5rem;
  }
  .biomass .biomass1-6 {
    padding-bottom: var(--pdv1);
  }
  .biomass .biomass1-8 {
    padding-top: var(--pdv1);
    margin-bottom: -5.5rem;
  }
  .biomass .biomass1-8 h3 + [class*="process-box"] {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .biomass .biomass1-8 .process-box1 {
    padding: 7rem 3rem;
  }
  .biomass .biomass1-8 .process-box2 {
    padding: 7rem 7.8rem;
  }
  .biomass .biomass1-8 .process-box3 {
    padding: 7rem 7.8rem;
  }
}
/* sub-body===biogas */
.biogas .biogas1-1 {
  padding-top: 0;
  padding-bottom: calc(var(--pdv1) - 40px);
}
.biogas .biogas1-2 {
  padding-top: calc(var(--pdv1) - 40px);
}
.biogas .biogas1-2 h3 + [class*="process-box"] {
  margin-top: -11px;
  margin-bottom: 62px;
}
.biogas .biogas1-2 h3 + .process-box3 {
  margin-bottom: 0 !important;
}
.biogas .biogas1-2 .process-box1 {
  padding: 52px 55px;
}
.biogas .biogas1-3.biz-list1 {
  padding-top: calc(var(--pdv1) - 40px);
  padding-bottom: calc(var(--pdv1) - 40px);
}
.biogas .biogas1-3 .photo-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0 20px;
  margin-top: 70px;
}
.biogas .biogas1-3 .photo-list1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}
.biogas .biogas1-3 .photo-list1 li img {
  max-width: 120%;
  opacity: .9;
}
.biogas .biogas1-4.biz-list1 {
  padding-top: calc(var(--pdv1) - 40px);
  padding-bottom: calc(var(--pdv1) - 40px);
}
@media screen and (max-width: 768px) {
  .biogas .biogas1-1 {
    padding-bottom: var(--pdv1);
  }
  .biogas .biogas1-2 {
    padding-top: calc(var(--pdv1) - 2rem);
    margin-bottom: -5.5rem;
  }
  .biogas .biogas1-2 h3 + [class*="process-box"] {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .biogas .biogas1-2 .process-box1 {
    padding: 7rem 3rem;
  }
  .biogas .biogas1-2 .process-box2 {
    padding: 7rem 7.8rem;
  }
  .biogas .biogas1-2 .process-box3 {
    padding: 7rem 7.8rem;
  }
  .biogas .biogas1-3.biz-list1 {
    padding-top: calc(var(--pdv1) - 2rem);
    padding-bottom: calc(var(--pdv1) - 2rem);
  }
  .biogas .biogas1-3 .photo-list1 {
    gap: 1rem 0;
    margin-top: 2.7rem;
  }
  .biogas .biogas1-3 .photo-list1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 30rem;
    border-radius: 2rem;
  }
  .biogas .biogas1-3 .photo-list1 li img {
    max-width: 100%;
  }
  .biogas .biogas1-4.biz-list1 {
    padding-top: calc(var(--pdv1) - 2rem);
    padding-bottom: calc(var(--pdv1) - 2rem);
  }
}
/* sub-body===hydrogen */
.hydrogen .hydrogen1-1 {
  padding-bottom: calc(var(--pdv1) - 20px);
}
.hydrogen .hydrogen1-1 .process-box {
  padding: 60px 55px;
}
.hydrogen .hydrogen1-2 {
  position: relative;
  overflow: hidden;
  max-width: var(--width-full);
  text-align: center;
}
.hydrogen .hydrogen1-2 .titlearea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: auto;
  color: #fff;
  -webkit-transition: width .2s;
  transition: width .2s;
}
.hydrogen .hydrogen1-2 .titlearea .p1 {
  margin-top: -11px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
}
.hydrogen .hydrogen1-2 .titlearea .p2 {
  font-size: 20px;
  line-height: 1.4;
}
.hydrogen .hydrogen1-2 .titlearea em {
  background: var(--split-grad2);
  color: transparent;
  -webkit-background-clip: text;
}
.hydrogen .hydrogen1-2 .bg-img {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: width 150ms;
  transition: width 150ms;
}
.hydrogen .hydrogen1-2 .bg-img img {
  width: 100%;
  min-height: 490px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.hydrogen .hydrogen1-3 {
  margin-bottom: calc(var(--pdv1) * -1);
  background: var(--darkbg1);
}
@media screen and (max-width: 1024px) {
  .hydrogen .hydrogen1-2 .bg-img img {
    min-height: calc(490px * 0.7);
  }
}
@media screen and (max-width: 768px) {
  .hydrogen .hydrogen1-1 {
    padding-bottom: 0;
  }
  .hydrogen .hydrogen1-1 .process-box {
    padding: 7rem 7.8rem;
  }
  .hydrogen .hydrogen1-2 .titlearea .p1 {
    margin-top: -1rem;
    margin-bottom: 1.3rem;
    font-size: 2.1rem;
  }
  .hydrogen .hydrogen1-2 .titlearea .p2 {
    font-size: 1.3rem;
    margin-bottom: .7rem;
  }
  .hydrogen .hydrogen1-2 .bg-img img {
    min-height: 30rem;
  }
}
/* sub-body===laboratory */
.laboratory .laboratory1-1 {
  padding-bottom: var(--pdv1);
}
.laboratory .laboratory1-1 h3.title {
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 30px;
}
.laboratory .laboratory1-1 .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0 20px;
  text-align: center;
}
.laboratory .laboratory1-1 .intro li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.laboratory .laboratory1-1 .intro .imgarea {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 38px;
  border-radius: 25px;
}
.laboratory .laboratory1-1 .intro .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.laboratory .laboratory1-1 .intro h4.title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 22px;
}
.laboratory .laboratory1-1 .intro .desc {
  font-size: 18px;
  line-height: 1.444;
}
.laboratory .laboratory1-2 {
  background: var(--darkbg1);
}
.laboratory .laboratory1-3 {
  padding-top: var(--pdv1);
}
.laboratory .laboratory1-3 .titlearea h3.title {
  font-weight: 700;
  font-size: 30px;
}
.laboratory .laboratory1-3 .titlearea .desc {
  text-align: center;
}
.laboratory .laboratory1-3 .titlearea .desc .p1 {
  margin-top: -7px;
  font-size: 20px;
  line-height: 1.4;
}
.laboratory .laboratory1-3 .titlearea .desc .p2 {
  margin-top: 3px;
  color: #222;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.428;
}
.laboratory .laboratory1-3 .titlearea .desc .p2 em {
  background: var(--split-grad2);
  color: transparent;
  -webkit-background-clip: text;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 72px auto 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li {
  margin: 0 -2px;
  text-align: center;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li .circle {
  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;
  position: relative;
  z-index: 1;
  width: 336px;
  height: 336px;
  border-radius: 50%;
  margin: 0 auto;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li .circle.line {
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#44afae), to(#87caa6));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #44afae, #87caa6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin: 4px;
  -webkit-box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
          box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li:nth-child(1) .detail em {
  color: #38a7c3;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li:nth-child(3) .detail em {
  color: #32a24a;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li:nth-child(2) .circle {
  z-index: 2;
  color: #fff;
  background: linear-gradient(135deg, #49abc4, #37b752);
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li:nth-child(2) .circle:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(42, 177, 144, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li .detail {
  font-size: 22px;
  line-height: 1.36;
}
.laboratory .laboratory1-3 .diagram-wrap .diagram li .detail em {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .laboratory .laboratory1-3 .diagram-wrap .diagram {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  .laboratory .laboratory1-1 h3.title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .laboratory .laboratory1-1 .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
  .laboratory .laboratory1-1 .intro li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 4.2rem;
  }
  .laboratory .laboratory1-1 .intro li:last-child {
    padding-bottom: 0;
  }
  .laboratory .laboratory1-1 .intro .imgarea {
    height: 200px;
    margin-bottom: 2rem;
    border-radius: 35px;
  }
  .laboratory .laboratory1-1 .intro h4.title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .laboratory .laboratory1-1 .intro .desc {
    font-size: 1.3rem;
    line-height: 1.444;
  }
  .laboratory .laboratory1-3 {
    padding-bottom: 1.5rem;
  }
  .laboratory .laboratory1-3 .titlearea h3.title {
    font-size: 2rem;
  }
  .laboratory .laboratory1-3 .titlearea .desc .p1 {
    margin-top: 3.1rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .laboratory .laboratory1-3 .titlearea .desc .p2 {
    margin-top: .8rem;
    font-size: 2.1rem;
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 2.9rem auto 0;
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram li {
    margin: -8px 0;
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram li .circle {
    width: 23.7rem;
    height: 23.7rem;
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram li .circle.line {
    border: 1px solid transparent;
    margin: 2px;
    -webkit-box-shadow: 8px 8px 8px 0px rgba(10, 15, 42, 0.05);
            box-shadow: 8px 8px 8px 0px rgba(10, 15, 42, 0.05);
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram li:nth-child(2) .circle:after {
    width: 28.7rem;
    height: 28.7rem;
  }
  .laboratory .laboratory1-3 .diagram-wrap .diagram li .detail {
    font-size: 1.5rem;
    line-height: 1.36;
  }
}
/* sub-body===recruit */
.recruit {
  color: #000;
  text-align: left;
}
.recruit .recruit1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 90px;
}
.recruit .recruit1-1 h3.title.en {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 48px;
  opacity: .15;
}
.recruit .recruit1-1 h4.title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.33;
}
.recruit .recruit1-1 .desc {
  font-size: 20px;
  line-height: 1.6;
  opacity: .7;
}
.recruit .recruit1-1 .titlearea {
  width: 62%;
}
.recruit .recruit1-1 .imgarea {
  width: 747px;
  margin-top: -30px;
  margin-right: -200px;
}
.recruit .recruit1-1 .imgarea img {
  width: auto;
}
.recruit .recruit1-2 h3 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
}
.recruit .recruit1-2 .talent1 {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 15px;
  margin-bottom: 77px;
}
.recruit .recruit1-2 .talent1 li {
  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;
  width: 275px;
  height: 275px;
  border-radius: 50%;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#44afae), to(#87caa6));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #44afae, #87caa6);
  background-origin: border-box;
  background-clip: content-box, border-box;
  text-align: center;
  -webkit-box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
          box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
}
.recruit .recruit1-2 .talent1 li > div {
  font-size: 20px;
  line-height: 1.3;
}
.recruit .recruit1-2 .talent1 li em {
  font-weight: 700;
  color: #38a7c3;
}
.recruit .recruit1-2 .talent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  text-align: center;
}
.recruit .recruit1-2 .talent2 li img {
  margin-bottom: 40px;
}
.recruit .recruit1-2 .talent2 li .title {
  font-weight: 600;
  font-size: 22px;
}
.recruit .recruit1-2 .talent2 li em {
  font-weight: 700;
  color: #38a7c3;
}
@media screen and (max-width: 1300px) {
  .recruit .recruit1-1 {
    overflow: hidden;
  }
  .recruit .recruit1-1 .imgarea {
    margin-top: 0;
  }
  .recruit .recruit1-2 .talent1 {
    margin: 0 auto 77px;
  }
  .recruit .recruit1-2 .talent1 li {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit .recruit1-1 .titlearea {
    width: 72%;
  }
  .recruit .recruit1-1 .imgarea {
    width: 600px;
    margin-top: 70px;
    margin-right: -250px;
  }
  .recruit .recruit1-2 .talent1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 50px 50px;
  }
  .recruit .recruit1-2 .talent1 li {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
    max-width: 300px;
    max-height: 300px;
    border: 3px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#44afae), to(#87caa6));
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #44afae, #87caa6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    text-align: center;
    -webkit-box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
            box-shadow: 15px 15px 15px 0px rgba(10, 15, 42, 0.05);
  }
  .recruit .recruit1-2 .talent1 li > div {
    font-size: 20px;
    line-height: 1.3;
  }
  .recruit .recruit1-2 .talent1 li em {
    font-weight: 700;
    color: #38a7c3;
  }
  .recruit .recruit1-2 .talent2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 20px;
    text-align: center;
  }
  .recruit .recruit1-2 .talent2 li img {
    margin-bottom: 40px;
  }
  .recruit .recruit1-2 .talent2 li .title {
    font-weight: 600;
    font-size: 22px;
  }
  .recruit .recruit1-2 .talent2 li em {
    font-weight: 700;
    color: #38a7c3;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit1-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 4.4rem;
  }
  .recruit .recruit1-1 h3.title.en {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .recruit .recruit1-1 h4.title {
    margin-bottom: 1.1rem;
    font-size: 2.25rem;
  }
  .recruit .recruit1-1 .desc {
    width: 85%;
    font-size: 1.3rem;
  }
  .recruit .recruit1-1 .titlearea {
    width: 100%;
  }
  .recruit .recruit1-1 .imgarea {
    width: 100%;
    margin-top: 2.6rem;
    margin-right: 0;
  }
  .recruit .recruit1-1 .imgarea img {
    width: auto;
  }
  .recruit .recruit1-2 h3 {
    font-size: 2rem;
  }
  .recruit .recruit1-2 .talent1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 3rem 1.5rem;
    margin-bottom: 77px;
  }
  .recruit .recruit1-2 .talent1 li {
    width: calc(50vw - 4rem);
    height: calc(50vw - 4rem);
    border-width: 2px;
    -webkit-box-shadow: 0.75rem 0.75rem 0.75rem 0 rgba(10, 15, 42, 0.05);
            box-shadow: 0.75rem 0.75rem 0.75rem 0 rgba(10, 15, 42, 0.05);
  }
  .recruit .recruit1-2 .talent1 li > div {
    font-size: 1.3rem;
  }
  .recruit .recruit1-2 .talent2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0 20px;
    text-align: center;
  }
  .recruit .recruit1-2 .talent2 li {
    margin-bottom: 3rem;
  }
  .recruit .recruit1-2 .talent2 li img {
    margin-bottom: 2rem;
  }
  .recruit .recruit1-2 .talent2 li .title {
    font-size: 1.5rem;
  }
  .recruit .recruit1-2 .talent2 li:last-child {
    margin-bottom: 0;
  }
}
/* sub-body===certificate */
.certificate {
  color: #000;
  text-align: left;
}
.certificate .sec-body h3.title {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}
.certificate .sec-body h3.title + .desc1 {
  margin-top: -27px;
  margin-bottom: 54px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.certificate .over-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px 20px;
}
.certificate .over-list1 li {
  width: calc(50% - 10px);
}
.certificate .over-list1 li.one {
  width: calc(100% - 5px);
}
.certificate .over-list1 li .imgthum {
  position: relative;
  z-index: 1;
  padding: 47px 0;
  margin-bottom: 30px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer;
}
.certificate .over-list1 li .imgthum img {
  width: 295px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.certificate .over-list1 li .imgthum:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}
.certificate .over-list1 li .imgthum:after {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--point-color2) url(../images/common/ic-plus2-w.png) no-repeat 50%/28%;
  opacity: 0;
  -webkit-transform: translate(-50%, -25%) scale(1);
          transform: translate(-50%, -25%) scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}
.certificate .over-list1 li .imgthum:hover:before {
  opacity: .2;
}
.certificate .over-list1 li .imgthum:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.certificate .over-list1 li .imgthum:active:before {
  opacity: .5;
}
.certificate .over-list1 li .imgthum:active:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.certificate .over-list1 li .imgthum:active img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.certificate .over-list1 li .filetitle {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .certificate .sec-body h3.title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .certificate .sec-body h3.title + .desc1 {
    margin-top: -.5rem;
    margin-bottom: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.538;
  }
  .certificate .over-list1 {
    gap: 10px 20px;
  }
  .certificate .over-list1 li {
    width: 100%;
  }
  .certificate .over-list1 li.one {
    width: 100%;
  }
  .certificate .over-list1 li .imgthum {
    padding: 2.3rem 0;
    margin-bottom: 1.6rem;
  }
  .certificate .over-list1 li .imgthum img {
    width: 17.7rem;
  }
  .certificate .over-list1 li .imgthum:after {
    width: 3.5rem;
    height: 3.5rem;
  }
  .certificate .over-list1 li .filetitle {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .certificate .over-list1 li:last-child .filetitle {
    margin-bottom: 0;
  }
}
/* sub-body===notice */
.nodata {
  padding: 210px 238px;
  text-align: center;
}
.nodata span {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: var(--graybg1);
  color: var(--gray7);
  font-weight: 700;
  font-size: 50px;
  line-height: 110px;
  font-family: var(--font-family1);
}
.nodata p {
  color: #000;
  font-weight: 600;
  font-size: 26px;
}
.noticelist {
  text-align: left;
}
.noticelist .row-col1 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.result-text1 {
  margin-bottom: 20px;
}
.result-text1 strong {
  font-weight: 700;
  color: var(--point-color2);
}
.list-search {
  position: relative;
  text-align: right;
}
.list-search input {
  width: 410px;
  height: 60px;
  padding: 0 60px 0 20px;
  margin-bottom: 20px;
  border: 0;
  background: var(--graybg1);
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.list-search input:focus, .list-search input:active {
  border: 1px solid var(--point-color1);
}
.list-search .btn-search {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(../images/common/ic-search-b.png) 50%/contain no-repeat;
}
.list.ty1 {
  border-top: 1px solid #000;
  text-align: left;
}
.list.ty1 li {
  border-bottom: 1px solid #e5e5e5;
}
.list.ty1 li .thum {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 530px;
  height: 250px;
  background: #333;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.list.ty1 li .thum:after {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: transparent;
  border: 10px solid transparent;
  -o-border-image: var(--grad2);
     border-image: var(--grad2);
  border-image-slice: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: '';
}
.list.ty1 li .thum img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list.ty1 li .thum.noimg img {
  opacity: 1;
}
.list.ty1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 0 60px;
  position: relative;
  padding: 40px 22px;
}
.list.ty1 li a:after {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--grad2);
  opacity: 1;
  content: '';
  -webkit-transition: width .3s;
  transition: width .3s;
}
.list.ty1 li a:hover, .list.ty1 li a:active {
  background: var(--darkbg1);
}
.list.ty1 li a:hover:after, .list.ty1 li a:active:after {
  display: block;
  width: 100%;
}
.list.ty1 li a:hover .thum:after, .list.ty1 li a:active .thum:after {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: grad1 6s infinite linear;
          animation: grad1 6s infinite linear;
  margin: 0 auto;
}
.list.ty1 li a:hover .thum img, .list.ty1 li a:active .thum img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list.ty1 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 600px;
  padding: 20px 0 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.list.ty1 .info .info-top.cate {
  margin-bottom: 12px;
  color: var(--point-color2);
  font-weight: 600;
  font-size: 16px;
}
.list.ty1 .info .title {
  overflow: hidden;
  height: 70px;
  max-height: 75px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.307;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list.ty1 .info .viewbody {
  overflow: hidden;
  height: 52px;
  margin-bottom: 27px;
  color: var(--gray5);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.562;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list.ty1 .info .info-ft .cate {
  display: none;
  color: var(--point-color2);
  font-weight: 600;
}
.list.ty1 .info .info-ft .date {
  color: #b9b9b9;
  font: 700 14px var(--font-family1);
  letter-spacing: -.035em;
}
.list-more {
  width: 400px;
  height: 75px;
  margin: 100px auto 0;
  border-radius: 38px;
}
.list-more span {
  font-size: 20px;
}
.list-more:hover i {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.listview.ty1 {
  border-bottom: 1px solid #000;
}
.listview.ty1 .viewhd {
  padding: 50px 20px 52px;
  border-top: 1px solid #000;
  background: var(--graybg1);
  text-align: center;
}
.listview.ty1 .viewhd .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.listview.ty1 .viewhd .info-ft {
  margin-top: 30px;
}
.listview.ty1 .viewhd .info-ft span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 700;
  font-size: 18px;
}
.listview.ty1 .viewhd .info-ft span + span:before {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 20px;
  background: #d8d8d8;
  vertical-align: middle;
  content: '';
}
.listview.ty1 .viewhd .info-ft span.cate {
  color: var(--point-color2);
}
.listview.ty1 .viewhd .info-ft span.date {
  color: #b9b9b9;
}
.listview.ty1 .viewhd .info-ft span.unit {
  color: #666;
}
.listview.ty1 .view-edit {
  padding: 85px 200px 140px;
  font-size: 18px;
  line-height: 1.888;
  letter-spacing: -.06em;
}
.listview.ty1 .view-edit p {
  line-height: 1.888;
}
.listview.ty1 .view-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 28px 20px 28px 0;
  background: var(--graybg1);
}
.listview.ty1 .view-file .label {
  width: 126px;
  padding: 6px 56px 0 40px;
  color: #bbb;
  font-weight: 500;
  font-size: 18px;
}
.listview.ty1 .view-file .filelist li a {
  display: block;
  padding: 7px 0;
  color: #666;
  font-size: 16px;
}
.listview.ty1 .view-file .filelist li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.listview.ty1 + .btnFunc-act {
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .listview.ty1 .viewhd {
    padding: calc(50px * .65) 50px calc(52px * .65);
  }
  .listview.ty1 .view-edit {
    padding: calc(85px * .65) 50px calc(140px * .65);
  }
  .listview.ty1 .view-file {
    padding-right: 50px;
    padding-left: 50px;
  }
  .listview.ty1 .view-file .label {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nodata {
    padding: 50px 30px;
    text-align: center;
  }
  .nodata span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 1em;
    border-radius: 50%;
    background: #f7f8f9;
    color: #999;
    font-weight: 400;
    font-size: 30px;
    line-height: 80px;
    font-family: var(--font-family1);
  }
  .nodata p {
    color: #111;
    font-weight: 600;
    font-size: 15px;
  }
  .noticelist {
    text-align: left;
  }
  .noticelist .row-col1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .noticelist .searcharea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .result-text1 {
    margin-bottom: 1rem;
  }
  .list-search {
    width: 100%;
    text-align: center;
  }
  .list-search input {
    width: 100%;
    height: 5rem;
    padding: 0 2.5rem;
    margin-bottom: 3.25rem;
    font-size: 1.3rem;
  }
  .list-search .btn-search {
    top: 1.5rem;
    right: 2.5rem;
    width: 1.7rem;
    height: 1.8rem;
  }
  .list.ty1 li .thum {
    width: 100%;
    min-height: 16rem;
    height: 21rem;
  }
  .list.ty1 li .thum:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid transparent;
  }
  .list.ty1 li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    padding: 2rem;
  }
  .list.ty1 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
    padding: 1.5rem 0 0;
  }
  .list.ty1 .info .info-top.cate {
    display: none;
  }
  .list.ty1 .info .title {
    height: 4.5rem;
    max-height: 4.5rem;
    margin-bottom: 1.8rem;
    font-size: 1.7rem;
    line-height: 1.32;
  }
  .list.ty1 .info .viewbody {
    display: none;
  }
  .list.ty1 .info .info-ft .cate {
    display: inline-block;
    font-size: 1.2rem;
  }
  .list.ty1 .info .info-ft .date {
    font-size: 1.2rem;
    letter-spacing: -.04em;
  }
  .list.ty1 .info .info-ft span {
    vertical-align: middle;
    padding-right: 1rem;
  }
  .list.ty1 .info .info-ft span:last-child {
    padding-right: 0;
  }
  .list.ty1 .info .info-ft span + span:before {
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    margin-right: 1rem;
    background: #e6e6e6;
    vertical-align: middle;
    content: '';
  }
  .list-more {
    width: 22.5rem;
    height: 5rem;
    margin: 5rem auto 0;
    border-radius: 2.5rem;
  }
  .list-more span {
    font-size: 1.3rem;
  }
  .list-more:hover i {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .listview.ty1 .viewhd {
    padding: 2rem 2rem 2.1rem;
  }
  .listview.ty1 .viewhd .title {
    font-size: 2rem;
  }
  .listview.ty1 .viewhd .info-ft {
    margin-top: 1.5rem;
  }
  .listview.ty1 .viewhd .info-ft span {
    margin-right: 1.5rem;
    font-size: 1.3rem;
  }
  .listview.ty1 .viewhd .info-ft span + span:before {
    height: 1.2rem;
    margin-right: 1.5rem;
  }
  .listview.ty1 .view-edit {
    padding: 5rem 2rem 6.5rem;
    font-size: 1.3rem;
    line-height: 1.615;
    letter-spacing: -.04em;
  }
  .listview.ty1 .view-edit p {
    line-height: 1.615;
  }
  .listview.ty1 .view-file {
    padding: 2.3rem 2rem;
  }
  .listview.ty1 .view-file .filelist li a {
    padding: .9rem 0;
    font-size: 1.3rem;
  }
  .listview.ty1 + .btnFunc-act {
    margin: 5rem auto 0;
  }
}
/* sub-body===privacy */
.privacy {
  color: #000;
  text-align: left;
}
.privacy h3.title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
.privacy h4.title {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.privacy .policy-cont {
  margin-bottom: 48px;
  counter-reset: number 0;
  font-size: 18px;
  line-height: 1.55556;
}
.privacy .policy-cont.last {
  margin-bottom: 48px;
}
.privacy .policy-cont h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
.privacy .policy-cont h5::before {
  counter-increment: number 1;
  content: counter(number) ".";
  padding-right: 10px;
}
.privacy .policy-cont h5 + p {
  padding-left: 22px;
}
.privacy .policy-cont > .title-g {
  padding-left: 30px;
}
.privacy .policy-cont > .list-g.mark1 {
  padding-left: 39px;
}
.privacy .policy-cont > .list-c1 {
  padding-left: 39px;
}
.privacy .policy-cont .list-b.mark1 {
  padding-left: 12px;
}
.privacy table {
  width: 100%;
  margin-bottom: 27px;
}
.privacy table.last {
  margin-bottom: 54px;
}
.privacy p {
  margin-bottom: 6px;
  line-height: 1.55556;
}
.privacy p.title-g {
  margin-bottom: 0;
}
.privacy p.title-b {
  margin-bottom: 0;
}
.privacy p + h5 {
  margin-top: 11px;
}
.privacy ul {
  width: 100%;
}
.privacy ul li .title {
  margin-top: 5px;
  margin-bottom: 2px;
}
.privacy ul.num {
  counter-reset: number 0;
}
.privacy ul.num > li {
  position: relative;
  padding-left: 22px;
}
.privacy ul.num > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  counter-increment: number 1;
  content: counter(number) ".";
}
.privacy ul.mark1 > li {
  position: relative;
  padding: 2px 0 2px 3px;
  line-height: 1.5;
  list-style-type: "- ";
}
.privacy ul.mark1 > li .mark2 {
  padding-left: 6px;
  margin-top: 6px;
}
.privacy ul.mark2 > li {
  padding: 0;
  line-height: 1.55556;
  list-style-type: "ㆍ";
}
.privacy ul.mark2 > li::marker {
  font-weight: 700;
}
.privacy .list-b {
  color: #000;
}
.privacy .list-b li {
  padding-bottom: 12px;
  line-height: 1.55556;
}
.privacy .list-g,
.privacy .list-c1 {
  color: #666;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.privacy .list-g li,
.privacy .list-c1 li {
  padding: 6px;
  line-height: 1.55556;
}
.privacy .list-g {
  color: #666;
}
.privacy .list-c1 {
  margin-top: 8px;
  color: #0d6a08;
}
.privacy .ver {
  display: inline-block;
}
.privacy .ic-newwin {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 7px;
  background: url(../images/common/ic-outlink.png) 50%/contain no-repeat;
  vertical-align: middle;
  opacity: .7;
}
.privacy .ic-newwin-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  background: url(../images/common/ic-outlink-color.png) 50%/contain no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .privacy h3.title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .privacy h4.title {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .privacy .policy-cont {
    margin-bottom: 3.1rem;
    font-size: 1.3rem;
  }
  .privacy .policy-cont.last {
    margin-bottom: 3.1rem;
  }
  .privacy .policy-cont h5 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 1.3rem;
  }
  .privacy .policy-cont h5::before {
    padding-right: 10px;
  }
  .privacy .policy-cont h5 + p {
    padding-left: 1.9rem;
  }
  .privacy .policy-cont > .title-g {
    padding-left: 30px;
  }
  .privacy .policy-cont > .list-g.mark1 {
    padding-left: 39px;
  }
  .privacy .policy-cont > .list-c1 {
    padding-left: 39px;
  }
  .privacy .policy-cont .list-b.mark1 {
    padding-left: 12px;
  }
  .privacy table {
    margin-bottom: 1.6rem;
  }
  .privacy table.last {
    margin-bottom: 3.2rem;
  }
  .privacy p {
    margin-bottom: 6px;
    line-height: 1.55556;
  }
  .privacy p + h5 {
    margin-top: 11px;
  }
  .privacy ul {
    width: 100%;
  }
  .privacy ul li .title {
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .privacy ul.num > li {
    padding-left: 1.9rem;
  }
  .privacy ul.num > li::before {
    width: 1.9rem;
  }
  .privacy ul.mark1 {
    margin-top: .3rem;
  }
  .privacy ul.mark1 > li {
    padding: .1rem 0 .1rem .2rem;
  }
  .privacy ul.mark1 > li .mark2 {
    padding-left: .2rem;
    margin-top: .3rem;
  }
  .privacy .list-b li {
    padding-bottom: .9rem;
    line-height: 1.55556;
  }
  .privacy .list-g,
  .privacy .list-c1 {
    padding-left: 1.9rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
  .privacy .list-g li,
  .privacy .list-c1 li {
    padding: .5rem;
  }
  .privacy .list-c1 {
    margin-top: .5rem;
    color: #0d6a08;
  }
  .privacy .ic-newwin {
    width: 12px;
    height: 12px;
    margin-left: .7rem;
    margin-right: .2rem;
  }
  .privacy .ic-newwin-color {
    width: 1rem;
    height: 1rem;
    margin-left: 2rem;
  }
}
/* table ty1 */
table.ty1 {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
table.ty1.al-c {
  text-align: center;
}
table.ty1.w100 {
  width: 100%;
}
table.ty1 th {
  padding: 26px 0;
  border-bottom: 1px solid #c0c0c1;
  background: #f9f9f9;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  word-break: keep-all;
}
table.ty1 td {
  padding: 24px 5px;
  border-right: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
  background: #fff;
  color: #666;
  font-size: 18px;
  word-break: keep-all;
}
table.ty1 td:last-child {
  border-right: none;
}
table.ty1 td.subject {
  color: #000;
  font-weight: 500;
  line-height: 1.115;
}
@media screen and (max-width: 768px) {
  table.ty1 th {
    padding: 14px 0;
    font-size: 13px;
  }
  table.ty1 td {
    padding: 15px 3px;
    font-size: 13px;
  }
}
/*COMMON ===================*/
/* button */
[class*="btn"] i {
  display: inline-block;
  vertical-align: middle;
}
.btnFunc, .btnFunc-act, .btnFunc-inact {
  position: relative;
  display: inline-block;
  min-width: 295px;
  max-height: 65px;
  padding: 24px 0;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: -.03em;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btnFunc:active, .btnFunc-act:active, .btnFunc-inact:active {
  -webkit-transform: scale3d(0.98, 0.98, 1);
          transform: scale3d(0.98, 0.98, 1);
}
.btnFunc-act {
  background-color: #1b1b1d;
  color: #fff;
}
.btnFunc-inact {
  background: #edeff1;
  color: #666;
}
.btnD, .btnD-color1, .btnD-stroke {
  display: block;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btnD span, .btnD-color1 span, .btnD-stroke span {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}
.btnD i, .btnD-color1 i, .btnD-stroke i {
  padding-left: 20px;
  margin-right: -10px;
}
.btnD-color1 {
  width: 400px;
  height: 75px;
  background: var(--point-color1);
  background-size: 300%;
  border-radius: 40px;
  color: #fff;
}
.btnD-color1 i.down {
  width: 16px;
  height: 14px;
  margin-left: 20px;
  background: url(../images/common/ic-down-w.png) 50%/contain no-repeat;
}
.btnD-color1 i.narrowb {
  width: 9px;
  height: 13px;
  padding-left: 30px;
  background: url(../images/common/ic-navarrow-w.svg) 50%/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btnD-stroke {
  background: var(--split-grad1);
  border: 3px solid transparent;
  -o-border-image: var(--grad2);
     border-image: var(--grad2);
  border-image-slice: 1;
}
.btnD-stroke:hover {
  -webkit-animation: grad1 .4s  ease-out forwards;
  animation: grad1 .4s  ease-out forwards;
}
.btnS, .btnS-stroke {
  display: block;
  padding: 14px 0;
  border-radius: 23px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btnS i, .btnS-stroke i {
  vertical-align: middle;
}
.btnS span, .btnS-stroke span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -.03em;
  vertical-align: middle;
}
.btnS-stroke {
  border: 1px solid var(--point-color2);
  background: #fff;
  color: var(--point-color2);
}
.btnS-stroke:hover {
  background-position: left;
  background: var(--split-grad1);
  background-size: 300%;
  -webkit-animation: grad1 .4s  ease-out forwards;
  animation: grad1 .4s  ease-out forwards;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btnD span, .btnD-color1 span, .btnD-stroke span {
    font-size: 1.3rem;
  }
  .btnD i, .btnD-color1 i, .btnD-stroke i {
    padding-left: 1rem;
    margin-right: -1rem;
  }
  .btnD-color1 {
    width: 22.5rem;
    height: 5rem;
  }
  .btnD-color1 i.down {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 1.3rem;
  }
  .btnD-color1 i.narrowb {
    width: .9rem;
    height: 1.1rem;
    padding-left: 2rem;
  }
  .btnFunc, .btnFunc-act, .btnFunc-inact {
    min-width: 22.5rem;
    max-height: 5rem;
    padding: 2rem 0;
    border-radius: 3rem;
    font-size: 1.3rem;
  }
}
/* sub */
.dot {
  display: inline-block;
  position: relative;
}
.dot:before {
  position: absolute;
  top: -13px;
  left: -15px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #85b842;
  content: '';
}
@media screen and (max-width: 768px) {
  .dot:before {
    display: none;
  }
}
.row-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.row-col1 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row-col1.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .row-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row-col1 > div {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .row-col1.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.grid-columns {
  display: -ms-grid;
  display: grid;
}
.grid-columns .column {
  padding: var(--grid-padding-l) var(--grid-padding-s);
  position: relative;
}
.grid-columns .column .has-spacing {
  gap: var(--grid-padding-l);
}
.grid-columns .column .has-spacing .column {
  border-bottom: var(--grid-black-line);
}
.grid-columns .columns-1 {
      grid-template-columns: repeat(1, 1fr);
}
.grid-columns .columns-2 {
      grid-template-columns: repeat(2, 1fr);
}
.grid-columns .columns-3 {
      grid-template-columns: repeat(3, 1fr);
}
.grid-columns .columns-4 {
      grid-template-columns: repeat(4, 1fr);
}
/* modal */
#mail-security {
  width: 400px;
  height: 400px;
}
.modal-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.modal-wrap .modal {
  position: relative;
  z-index: 1;
}
.modal-wrap .modal-head .modal-title {
  font-size: 1.6rem;
}
.modal-wrap .btn-close1 {
  position: absolute;
  z-index: 2;
  top: 3.125em;
  right: 1.875em;
}
.modal-wrap.open {
  display: block;
}
/* error */
.error-wrap {
  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;
  width: 100%;
  height: 100%;
  padding: 50px 0 80px;
}
.error-wrap .pg-wrap {
  width: 90vw;
  max-width: 600px;
  margin: 0 auto;
}
.error-wrap .pg-wrap .pg-hd {
  padding: 0 0 30px;
}
.error-wrap .pg-wrap .pg-hd .toplogo {
  position: relative;
  left: 20px;
  width: 140px;
  height: 50px;
  background: url(../images/common/top-logo.svg) 0 50%/contain no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.error-wrap .pg-wrap .pg-hd .toplogo a {
  display: block;
  height: 100%;
}
.error-wrap .pg-wrap .box1 {
  overflow: hidden;
  padding: 80px 70px;
  margin: 0 auto;
  border: 1px solid #a8a8a8;
  border-radius: 40px;
}
.error-wrap .pg-wrap .box1 .txt1 {
  margin-bottom: 30px;
}
.error-wrap .pg-wrap .box1 h2 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.4;
  vertical-align: top;
}
.error-wrap .pg-wrap .box1 .p1 {
  font-size: 17px;
  line-height: 1.5;
}
.error-wrap .pg-wrap .btn-area {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.error-wrap .pg-wrap .btn-area .btnD-color1 {
  width: 100%;
  padding: 1.7em 0;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .error-wrap {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .error-wrap {
    padding: 0 0 3rem;
  }
  .error-wrap .pg-wrap {
    width: 90vw;
  }
  .error-wrap .pg-wrap .box1 {
    padding: 5rem 4rem;
  }
  .error-wrap .pg-wrap .box1 h2 {
    font-size: 2rem;
  }
  .error-wrap .pg-wrap .box1 .p1 {
    font-size: 1.5rem;
  }
  .error-wrap .pg-wrap .btn-area {
    padding-top: 3rem;
  }
  .error-wrap .pg-wrap .btn-area .btnD-color1 {
    width: 60vw;
    padding: 1.75rem 0;
    font-size: 1.5rem;
  }
}
/*MAIN ===================*/
/*======================================================================================*/
#main {
  letter-spacing: -.04;
}
#main [data-scroll] {
  overflow: hidden;
}
#main [data-scroll] span {
  display: block;
}
#main .main-sec1 {
  overflow: hidden;
  text-align: center;
}
#main .main-sec1 .visual-slide {
  background: var(--default-color1);
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
#main .main-sec1 .visual-slide .swiper-slide {
  position: relative;
}
#main .main-sec1 .visual-slide .swiper-button-next:after, #main .main-sec1 .visual-slide .swiper-button-prev:after {
  color: #fff;
}
#main .main-sec1 .visual-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}
#main .main-sec1 .visual-img.videowrap {
  background: #021035;
  text-align: center;
}
#main .main-sec1 .visual-img.videowrap video {
  display: block;
  position: relative;
  z-index: 1;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  min-height: 1080px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
#main .main-sec1 .visual-img.videowrap picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#main .main-sec1 .visual-img.-img1 {
  background: #000;
}
#main .main-sec1 .visual-img img {
  width: 100%;
  min-height: 1080px;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .95;
}
#main .main-sec1 .visual-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  height: auto;
  padding-top: 1.875em;
  color: #fff;
  line-height: 1;
  opacity: 1;
}
#main .main-sec1 .visual-title .enmaindesc {
  margin-bottom: 11px;
  font: 500 3.4rem var(--font-family1);
  letter-spacing: -.015em;
}
#main .main-sec1 .visual-title .enmaindesc.em {
  margin-bottom: 36px;
  color: var(--green-color2);
  font-weight: 700;
}
#main .main-sec1 .visual-title .maindesc1 {
  position: relative;
  margin-bottom: 10px;
  font: 500 5.5rem var(--font-family1);
  letter-spacing: -.06em;
}
#main .main-sec1 .visual-title .maindesc1.em {
  margin-bottom: 78px;
  font-weight: 700;
  font-size: 6.2rem;
}
#main .main-sec1 .visual-title .maindesc2 {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.4rem;
  letter-spacing: -.04em;
}
#main .main-sec1 .swiper-slide.active .visual-img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
#main .main-sec1 .swiper-slide-active .visual-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main .main-sec1 .visual-pagination {
  position: absolute;
  z-index: 10;
  color: #fff;
}
#main .main-sec1 .visual-pagination.inner {
  text-align: center;
}
#main .main-sec1 .visual-pagination span {
  display: inline-block;
  vertical-align: middle;
}
#main .main-sec1 .visual-pagination .num-select {
  font-weight: 100;
  font-size: 1.3rem;
}
#main .main-sec1 .visual-pagination .loading-bar {
  position: relative;
  width: 4.875em;
  height: 2px;
  margin: 10px 15px;
  background: rgba(255, 255, 255, 0.2);
}
#main .main-sec1 .visual-pagination .loading-bar .bar-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0s linear;
  transition: width 0s linear;
}
#main .main-sec1 .visual-pagination .loading-bar .bar-color.load {
  width: 100% !important;
  -webkit-transition: width 3.2s linear;
  transition: width 3.2s linear;
}
#main .main-sec1 .visual-pagination .num-select,
#main .main-sec1 .visual-pagination .num-all {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -.04em;
}
#main .main-sec1 .visual-pagination.swiper-pagination-custom {
  bottom: 189px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main .main-sec1 .visual-pagination .swiper-button-prev:after,
#main .main-sec1 .visual-pagination .swiper-button-next:after {
  font-size: 0.625em;
}
#main .main-sec1 .visual-pagination .swiper-button-next,
#main .main-sec1 .visual-pagination .swiper-button-prev {
  display: inline-block;
  position: relative;
  text-align: center;
}
#main .main-sec1 .visual-pagination .swiper-button-prev, #main .main-sec1 .visual-pagination .swiper-rtl .swiper-button-next {
  left: -10px;
  --swiper-navigation-size: 30px;
}
#main .main-sec1 .visual-pagination .swiper-button-next, #main .main-sec1 .visual-pagination .swiper-rtl .swiper-button-prev {
  right: -10px;
  --swiper-navigation-size: 30px;
}
@media screen and (max-width: 1024px) {
  #main .main-sec1 .visual-img {
    -webkit-transition: all 0;
    transition: all 0;
  }
  #main .main-sec1 .visual-img.videowrap video {
    min-height: 950px;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: 0;
    transition: 0;
  }
  #main .main-sec1 .visual-img img {
    min-height: 950px;
  }
  #main .main-sec1 .visual-title {
    padding-top: 0;
    padding-bottom: 2.7rem;
  }
  #main .main-sec1 .visual-title .enmaindesc {
    font-size: 3rem;
    margin-bottom: .6rem;
  }
  #main .main-sec1 .visual-title .enmaindesc.em {
    margin-bottom: 2.8rem;
  }
  #main .main-sec1 .visual-title .maindesc1 {
    margin-bottom: 1.2rem;
    font: 500 5.2rem/6.8rem var(--font-family1);
    letter-spacing: -.04em;
  }
  #main .main-sec1 .visual-title .maindesc1.em {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
  #main .main-sec1 .visual-pagination.swiper-pagination-custom {
    bottom: 21.9rem;
  }
}
@media screen and (max-width: 768px) {
  #main .btn-more {
    width: 2.85rem;
    height: 6rem;
    padding-left: .6rem;
    font-size: 1.2rem;
    line-height: 6rem;
  }
  #main .btn-more i {
    width: .6rem;
    height: 1rem;
    margin-left: 2rem;
  }
  #main .btn-more:hover i {
    margin-left: .6rem;
  }
  #main .main-sec1 {
    height: 85rem;
  }
  #main .main-sec1 .visual-img.videowrap video {
    width: auto;
    min-height: 67rem;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  #main .main-sec1 .visual-img img {
    width: 100%;
    min-height: 67rem;
    height: 85rem;
  }
  #main .main-sec1 .visual-title .enmaindesc {
    font-size: 1.5rem;
  }
  #main .main-sec1 .visual-title .maindesc1 {
    font: 500 2.6rem/3.4rem var(--font-family1);
  }
  #main .main-sec1 .visual-title .maindesc1.em {
    font-size: 2.5rem;
  }
  #main .main-sec1 .visual-title .maindesc2 {
    font-size: 1.3rem;
  }
  #main .main-sec1 .visual-pagination.swiper-pagination-custom {
    bottom: 13rem;
  }
}
#main .btn-more {
  display: block;
  width: 190px;
  height: 60px;
  padding-left: 7px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 59px;
  text-align: center;
}
#main .btn-more i {
  width: 7px;
  height: 11px;
  margin-left: 28px;
  background: url(../images/common/ic-navarrow-b.svg) no-repeat 50%/contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .btn-more:hover {
  background: var(--grad1);
  border: none;
  color: #fff;
}
#main .btn-more:hover i {
  margin-left: 12px;
  background: url(../images/common/ic-navarrow-w.svg) no-repeat 50%/contain;
}
#main .btn-more.color {
  background: var(--grad1);
  border: none;
  color: #fff;
}
#main .btn-more.color i {
  background: url(../images/common/ic-navarrow-w.svg) no-repeat 50%/contain;
}
#main .main-sec2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 1520px;
  padding-top: 190px;
  padding-bottom: 190px;
  background: url(../images/main-sec2-bg1.jpg) no-repeat 50%/100%;
}
#main .main-sec2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: visible;
}
#main .main-sec2 .title-wrap {
  padding-top: 213px;
}
#main .title-wrap {
  width: 33.8%;
  text-align: left;
}
#main .title-wrap h2 {
  margin-bottom: 30px;
  color: #000;
  font: 700 5.7rem var(--font-family1);
}
#main .title-wrap .title-deco1 {
  margin-bottom: 86px;
  font-size: 20px;
}
#main .biz-slide {
  width: calc(66.1% + 60px);
  color: #fff;
}
#main .biz-slide .biz-info {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 40px;
  width: 100%;
  height: auto;
  text-align: left;
  cursor: pointer;
}
#main .biz-slide .biz-info a {
  display: block;
}
#main .biz-slide .biz-info h3 {
  margin-bottom: 20px;
  font: 700 3.2rem var(--font-family1);
  letter-spacing: -.025em;
}
#main .biz-slide .biz-info .biz-desc {
  font-size: 20px;
  line-height: 1.5;
}
#main .biz-slide .biz-info .more {
  margin-top: 23px;
  border-radius: 50%;
  background: #fff url(../images/common/ic-navarrow-g.png) no-repeat 50%/29px 16px;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: opacity .2s scale .2s;
  transition: opacity .2s scale .2s;
}
#main .biz-slide .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  height: 1220px;
}
#main .biz-slide .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 500px;
  margin-right: 40px;
  margin-bottom: 40px;
  background: #000;
  border-radius: 35px;
  -webkit-box-shadow: 23px 23px 23px rgba(0, 0, 0, 0.15);
          box-shadow: 23px 23px 23px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .biz-slide .swiper-slide.biogas {
  margin-top: 100px !important;
}
#main .biz-slide .swiper-slide:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 100px !important;
}
#main .biz-slide .swiper-slide:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#main .biz-slide .swiper-slide:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#main .biz-slide .swiper-slide:hover .biz-info {
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#main .biz-slide .swiper-slide:hover .biz-info .more {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#main .biz-slide .swiper-slide:hover .main-bizimg {
  opacity: .5;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-filter: url(#blur-filter);
  filter: url(#blur-filter);
  -webkit-filter: blur(9px);
  filter: blur(9px);
}
#main .biz-slide .main-bizimg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .biz-slide .main-bizimg img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main [class*="obj"] {
  position: absolute;
  z-index: -1;
}
#main .obj1 {
  top: 44px;
  left: -240px;
  width: 161px;
  height: 161px;
}
#main .obj2 {
  bottom: 0;
  left: -371px;
  width: 981px;
  height: 620px;
}
#main .obj3 {
  z-index: 3;
  bottom: 82px;
  left: 110px;
  width: 86px;
  height: 86px;
}
#main .obj4 {
  z-index: 0;
  top: calc(50% + 52px);
  right: 186px;
  width: 317px;
  height: 317px;
}
#main .obj5 {
  z-index: 0;
  bottom: -380px;
  right: -340px;
  width: 640px;
  height: 640px;
}
@media screen and (max-width: 1400px) {
  #main .main-sec2 {
    background: #fff;
  }
}
@media screen and (max-width: 1300px) {
  #main .main-sec2 {
    background: #fff;
  }
  #main .main-sec2 .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main .title-wrap {
    width: 26%;
  }
  #main .biz-slide {
    overflow: visible;
    width: 100%;
    -webkit-transform: scale(0.83);
            transform: scale(0.83);
  }
}
@media screen and (max-width: 1024px) {
  #main .main-sec2 {
    height: auto;
    padding-top: calc(190px * .65);
    padding-bottom: calc(190px * .65);
  }
  #main .main-sec2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .main-sec2 .title-wrap {
    padding-top: 0;
  }
  #main .title-wrap {
    width: 100%;
    text-align: center;
  }
  #main .title-wrap h2 {
    margin-bottom: calc(30px * .65);
  }
  #main .title-wrap .title-deco1 {
    margin-bottom: calc(86px * .65);
  }
  #main .btn-more {
    display: none;
  }
  #main .biz-slide {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #main .biz-slide .biz-info .more {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  #main .biz-slide .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 45px;
    margin-left: 0;
  }
  #main .biz-slide .swiper-slide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main .biz-slide .swiper-slide:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0 !important;
  }
  #main .biz-slide .swiper-slide:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0 !important;
  }
  #main .biz-slide .swiper-slide:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #main .biz-slide .swiper-slide.swiper-slide-active {
    top: -45px;
    margin-bottom: 45px;
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
  }
  #main .obj1 {
    top: -80px;
    left: 0;
    width: calc(161px * .65);
    height: calc(161px * .65);
  }
  #main .obj2 {
    left: -120px;
    bottom: -160px;
    width: calc(981px * .65);
    height: calc(620px * .65);
  }
  #main .obj3 {
    bottom: -60px;
    left: 240px;
    width: calc(86px * .65);
    height: calc(86px * .65);
  }
  #main .obj4 {
    top: 100px;
    right: -50px;
    width: 317px;
    height: 317px;
  }
  #main .obj5 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #main .main-sec2 {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  #main .title-wrap h2 {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
  #main .title-wrap .title-deco1 {
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
  #main .biz-slide .biz-info {
    bottom: 5rem;
    left: 3.4rem;
  }
  #main .biz-slide .biz-info h3 {
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
  }
  #main .biz-slide .biz-info .biz-desc {
    font-size: 1.4rem;
  }
  #main .biz-slide .biz-info .more {
    width: 3.6rem;
    height: 3.6rem;
    margin-top: 1.6rem;
    background: #fff url(../images/common/ic-navarrow-g.png) no-repeat 50%/48.6%;
  }
  #main .biz-slide .swiper-wrapper {
    width: 100%;
    height: auto;
    min-height: 38.8rem;
    padding-top: 3.8rem;
  }
  #main .biz-slide .swiper-slide {
    width: 29rem;
    height: 35rem;
    border-radius: 3rem;
  }
  #main .biz-slide .swiper-slide:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  #main .biz-slide .swiper-slide:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #main .biz-slide .swiper-slide:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #main .biz-slide .swiper-slide.swiper-slide-active {
    top: -3.8rem;
    -webkit-box-shadow: 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.15);
  }
}
#main .main-sec3 {
  padding: 173px 0 188px;
  background: #000 url(../images/main-sec3-bg1.jpg) 50%/cover no-repeat;
  color: #fff;
  text-align: center;
}
#main .main-sec3 .inner {
  max-width: 100%;
}
#main .main-sec3 .titlearea {
  display: inline-block;
  position: relative;
  text-align: center;
}
#main .main-sec3 .titlearea .p1 {
  font: 500 20px/30px var(--font-family1);
  opacity: .8;
}
#main .main-sec3 .titlearea .p2 {
  margin-top: 3px;
  font: 700 30px/40px var(--font-family1);
}
#main .main-sec3 .titlearea .p2 em {
  background: linear-gradient(93deg, #5cdcef, #ade94f);
  color: transparent;
  -webkit-background-clip: text;
}
#main .main-sec3 .titlearea:before, #main .main-sec3 .titlearea:after {
  position: absolute;
  display: inline-block;
  top: 3px;
  width: 62px;
  height: 52px;
  letter-spacing: -.055em;
  content: '';
}
#main .main-sec3 .titlearea:before {
  left: -175px;
  background: url(../images/common/ic-quotes1.png) no-repeat 50%/contain;
}
#main .main-sec3 .titlearea:after {
  right: -175px;
  background: url(../images/common/ic-quotes2.png) no-repeat 50%/contain;
}
#main .main-sec3 .diagram-wrap {
  margin: 73px auto 0;
  padding: 70px 95px 92px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 45px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#main .main-sec3 .diagram-wrap h4 {
  margin-bottom: 44px;
  font: 700 30px var(--font-family1);
  letter-spacing: -.055em;
}
#main .main-sec3 .diagram-wrap .diagram {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#main .main-sec3 .diagram-wrap .diagram li {
  position: relative;
  width: 33%;
  text-align: center;
}
#main .main-sec3 .diagram-wrap .diagram li:after {
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 66.6%;
  background: rgba(255, 255, 255, 0.15);
  content: '';
}
#main .main-sec3 .diagram-wrap .diagram li:last-child::after {
  display: none;
}
#main .main-sec3 .diagram-wrap .diagram li:nth-child(1) .num,
#main .main-sec3 .diagram-wrap .diagram li:nth-child(1) .unit {
  color: #4fe9ca;
}
#main .main-sec3 .diagram-wrap .diagram li:nth-child(2) .num,
#main .main-sec3 .diagram-wrap .diagram li:nth-child(2) .unit {
  color: #ade94f;
}
#main .main-sec3 .diagram-wrap .diagram li:nth-child(3) .num,
#main .main-sec3 .diagram-wrap .diagram li:nth-child(3) .unit {
  color: #4fe97e;
}
#main .main-sec3 .diagram-wrap .diagram li i {
  display: block;
  margin: 0 auto 30px;
}
#main .main-sec3 .diagram-wrap .diagram li i.ic1 {
  width: 50px;
  height: 47px;
  background: url(../images/common/ic-contribution1.png) no-repeat 50%/contain;
}
#main .main-sec3 .diagram-wrap .diagram li i.ic2 {
  width: 46px;
  height: 51px;
  background: url(../images/common/ic-contribution2.png) no-repeat 50%/contain;
}
#main .main-sec3 .diagram-wrap .diagram li i.ic3 {
  width: 48px;
  height: 48px;
  background: url(../images/common/ic-contribution3.png) no-repeat 50%/contain;
}
#main .main-sec3 .diagram-wrap .diagram li .num {
  font: 700 60px var(--font-family1);
  letter-spacing: -.025em;
}
#main .main-sec3 .diagram-wrap .diagram li .unit {
  margin-top: 25px;
  font: 700 22px var(--font-family1);
  letter-spacing: -.055em;
}
#main .main-sec3 .diagram-wrap .diagram li .unit sup {
  position: relative;
  top: 3px;
  font-weight: 600;
  font-size: .6em;
}
#main .main-sec3 .diagram-wrap .diagram li .detail {
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up {
  width: 13px;
  margin: 20px auto 0;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up span {
  display: block;
  width: 13px;
  height: 9px;
  background: url(../images/common/ic-arrow-w.png) no-repeat 50%/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .1s;
  transition: all .1s;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up span + span {
  margin-top: 2px;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up span:nth-child(1) {
  -webkit-animation: 2s ease-out 1s opa1 infinite;
          animation: 2s ease-out 1s opa1 infinite;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up span:nth-child(2) {
  -webkit-animation: 2s ease-out .5s opa1 infinite;
          animation: 2s ease-out .5s opa1 infinite;
}
#main .main-sec3 .diagram-wrap .diagram li .arrow-up span:nth-child(3) {
  -webkit-animation: 2s ease-in 0s opa1 infinite;
          animation: 2s ease-in 0s opa1 infinite;
}
@media screen and (max-width: 1024px) {
  #main .main-sec3 .titlearea:before {
    left: -100px;
  }
  #main .main-sec3 .titlearea:after {
    right: -100px;
  }
  #main .main-sec3 .diagram-wrap {
    padding: 70px 10px 92px;
  }
  #main .main-sec3 .diagram-wrap .diagram {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #main .main-sec3 .diagram-wrap .diagram li .num {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  #main .main-sec3 {
    padding: 5.6rem 0 5.5rem;
  }
  #main .main-sec3 .titlearea .p1 {
    font-size: 1.4rem;
    opacity: 1;
  }
  #main .main-sec3 .titlearea .p2 {
    font-size: 1.8rem;
  }
  #main .main-sec3 .titlearea:before, #main .main-sec3 .titlearea:after {
    display: none;
  }
  #main .main-sec3 .diagram-wrap {
    width: calc(100% - 5rem);
    margin: 2.5rem 2.5rem 0;
    padding: 4rem 3.2rem 1rem;
  }
  #main .main-sec3 .diagram-wrap h4 {
    margin: 0;
    font-size: 1.5rem;
  }
  #main .main-sec3 .diagram-wrap .diagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin-top: -4rem;
  }
  #main .main-sec3 .diagram-wrap .diagram li {
    width: 100%;
    padding: 3rem 0 2.5rem;
  }
  #main .main-sec3 .diagram-wrap .diagram li:after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  #main .main-sec3 .diagram-wrap .diagram li:last-child::after {
    display: none;
  }
  #main .main-sec3 .diagram-wrap .diagram li:nth-child(1) .detail:before {
    width: 1.9rem;
    height: 1.75rem;
    background: url(../images/common/ic-contribution1.png) no-repeat 50%/contain;
  }
  #main .main-sec3 .diagram-wrap .diagram li:nth-child(2) .detail:before {
    width: 1.75rem;
    height: 1.9rem;
    background: url(../images/common/ic-contribution2.png) no-repeat 50%/contain;
  }
  #main .main-sec3 .diagram-wrap .diagram li:nth-child(3) .detail:before {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/common/ic-contribution3.png) no-repeat 50%/contain;
  }
  #main .main-sec3 .diagram-wrap .diagram li i {
    display: none;
  }
  #main .main-sec3 .diagram-wrap .diagram li .num {
    font-size: 3.25rem;
  }
  #main .main-sec3 .diagram-wrap .diagram li .unit {
    margin-top: 0;
    font-size: 1.3rem;
  }
  #main .main-sec3 .diagram-wrap .diagram li .detail {
    position: relative;
    margin-top: 1.7rem;
    font-size: 1.8rem;
  }
  #main .main-sec3 .diagram-wrap .diagram li .detail:before {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    vertical-align: middle;
    content: '';
  }
  #main .main-sec3 .diagram-wrap .diagram li .arrow-up {
    display: none;
  }
}
#main .main-sec4 {
  position: relative;
  padding: 190px 0 230px;
  background: #000 url(../images/main-sec4-bg1.jpg) 50%/cover no-repeat;
}
#main .main-sec4 .inner {
  max-width: 100%;
  text-align: left;
}
#main .main-sec4 .title-wrap {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
#main .main-sec4 .title-wrap h2 {
  margin-bottom: 30px;
  color: #000;
  font: 700 5.7rem var(--font-family1);
}
#main .main-sec4 .title-wrap .title-deco1 {
  margin-bottom: 86px;
  font-size: 20px;
}
#main .main-sec4 .mask {
  position: absolute;
  overflow: hidden;
  top: 190px;
  left: calc(50% - 180px);
  width: calc(50% + 180px);
  height: 590px;
}
#main .main-sec4 .mask + .btn-more {
  display: none;
}
#main .main-sec4 .news {
  position: relative;
  min-width: 48.6%;
}
#main .main-sec4 .news .news-slide {
  position: relative;
  overflow: visible;
  width: calc(100% + 180px);
  text-align: left;
}
#main .main-sec4 .news .news-slide .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#main .main-sec4 .news .news-slide .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 380px;
  margin-top: 40px;
  margin-left: 2px;
  margin-right: 40px;
  border: 1px solid #f8f8f8;
  border-radius: 25px;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.01);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#main .main-sec4 .news .news-slide .swiper-slide .news-article {
  opacity: 1;
}
#main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-active {
  margin-top: 0;
  margin-bottom: 40px;
  border: 1px solid #4dbf37;
  border-radius: 25px;
  -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
#main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
#main .main-sec4 .news .news-slide .swiper-slide > a {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
}
#main .main-sec4 .news .news-slide .swiper-slide:hover {
  border: 1px solid #4dbf37;
  border-radius: 25px;
  -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
}
#main .main-sec4 .news .news-slide a {
  overflow: hidden;
}
#main .main-sec4 .news .news-slide .main-newsimg {
  position: relative;
  width: 100%;
  height: 250px;
  background: #000;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#main .main-sec4 .news .news-slide .main-newsimg img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .main-sec4 .news .news-slide .news-article {
  position: relative;
  z-index: 1;
  height: 250px;
  padding: 40px 40px 45px;
  background: #fff;
}
#main .main-sec4 .news .news-slide .news-article .cate {
  display: block;
  margin-bottom: 13px;
  color: var(--point-color2);
  font-weight: 600;
  font-size: 16px;
}
#main .main-sec4 .news .news-slide .news-article h3.title {
  overflow: hidden;
  min-height: 68px;
  height: 70px;
  margin-bottom: 59px;
  font-size: 24px;
  line-height: 1.39;
}
#main .main-sec4 .news .news-slide .news-article .date {
  color: #b9b9b9;
  font: 700 14px var(--font-family1);
  letter-spacing: -.035em;
}
#main .main-sec4 .news-pagination {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 20px;
  margin-top: 120px;
  z-index: 10;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
}
#main .main-sec4 .news-pagination.inner {
  text-align: left;
}
#main .main-sec4 .news-pagination span {
  display: inline-block;
  vertical-align: middle;
}
#main .main-sec4 .news-pagination .num-select {
  color: black;
}
#main .main-sec4 .news-pagination .num-select:after {
  display: inline-block;
  padding-left: 7px;
  color: rgba(0, 0, 0, 0.3);
  content: '|';
}
#main .main-sec4 .news-pagination .num-select,
#main .main-sec4 .news-pagination .num-all {
  padding-left: 7px;
  font-weight: 700;
  font-size: 1.5rem;
}
#main .main-sec4 .news-pagination.swiper-pagination-custom {
  position: relative;
  z-index: 1;
  top: 110px;
  left: 20px;
  text-align: center;
}
#main .main-sec4 .news-pagination .swiper-button-prev:after,
#main .main-sec4 .news-pagination .swiper-button-next:after {
  font-size: 1.4rem;
}
#main .main-sec4 .news-pagination .swiper-button-next,
#main .main-sec4 .news-pagination .swiper-button-prev {
  -ms-flex-line-pack: center;
      align-content: center;
  display: inline-block;
  position: relative;
  text-align: center;
}
#main .main-sec4 .news-pagination .swiper-button-prev, #main .main-sec4 .news-pagination .swiper-rtl .swiper-button-next {
  top: 2px;
  left: -10px;
  --swiper-navigation-size: 30px;
}
#main .main-sec4 .news-pagination .swiper-button-next, #main .main-sec4 .news-pagination .swiper-rtl .swiper-button-prev {
  top: 0;
  right: -10px;
  --swiper-navigation-size: 30px;
}
#main .main-sec4 .news-pagination .swiper-button-next,
#main .main-sec4 .news-pagination .swiper-button-prev {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  #main .main-sec4 {
    padding: calc(230px*.65) 0 calc(180px * .65);
    background: #000 url(../images/main-sec4-bg1_m.jpg) 50%/cover no-repeat;
  }
  #main .main-sec4 .title-wrap {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  #main .main-sec4 .mask {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #main .main-sec4 .mask + .btn-more {
    display: block;
    margin: 0 auto;
  }
  #main .main-sec4 .news .news-slide {
    width: 100%;
  }
  #main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
  #main .main-sec4 .news-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #main .main-sec4 {
    padding: 12rem 0 9.425rem;
  }
  #main .main-sec4 .title-wrap {
    max-width: 100%;
    width: 100%;
  }
  #main .main-sec4 .title-wrap h2 {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }
  #main .main-sec4 .title-wrap .title-deco1 {
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
  #main .main-sec4 .mask {
    z-index: 1;
    height: 40rem;
    padding-top: 3.5rem;
  }
  #main .main-sec4 .mask + .btn-more {
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -2rem;
  }
  #main .main-sec4 .news {
    position: relative;
    width: 100%;
  }
  #main .main-sec4 .news .news-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #main .main-sec4 .news .news-slide .swiper-slide {
    width: 29rem;
    border-radius: 2.55rem;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
  }
  #main .main-sec4 .news .news-slide .swiper-slide .news-article {
    opacity: 1;
  }
  #main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-active {
    top: -3.5rem;
    opacity: 1;
  }
  #main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
  #main .main-sec4 .news .news-slide .swiper-slide > a {
    height: auto;
  }
  #main .main-sec4 .news .news-slide .swiper-slide:hover, #main .main-sec4 .news .news-slide .swiper-slide.swiper-slide-active {
    border: 1px solid #4dbf37;
    border-radius: 25px;
    -webkit-box-shadow: 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 1.5rem 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }
  #main .main-sec4 .news .news-slide .main-newsimg {
    height: 17.5rem;
  }
  #main .main-sec4 .news .news-slide .news-article {
    height: 17.5rem;
    padding: 3rem 3.4rem 2.8rem;
    background: #fff;
  }
  #main .main-sec4 .news .news-slide .news-article .cate {
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }
  #main .main-sec4 .news .news-slide .news-article h3.title {
    min-height: 5rem;
    height: 5.1rem;
    margin-bottom: 4rem;
    font-size: 1.7rem;
    line-height: 1.41;
  }
  #main .main-sec4 .news .news-slide .news-article .date {
    font-size: 1.2rem;
  }
}
#main .main-sec5 {
  height: 220px;
  background: url(../images/main-sec5-bg1.jpg) no-repeat 100% 50%/cover;
  color: #fff;
  text-align: left;
}
#main .main-sec5 .inner {
  height: 100%;
}
#main .main-sec5 .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .main-sec5 .inner a:hover h3:after {
  width: 230px;
}
#main .main-sec5 .inner a:hover i {
  margin-left: 40px;
  background: #fff url(../images/common/ic-navarrow-b.svg) no-repeat 50%/8px 12px;
  opacity: 1;
}
#main .main-sec5 h3 {
  position: relative;
  margin-bottom: 24px;
  font: 700 32px var(--font-family1);
  letter-spacing: -.035em;
}
#main .main-sec5 h3 i {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../images/common/ic-navarrow-w.svg) no-repeat 50%/8px 12px;
  vertical-align: middle;
  opacity: .6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#main .main-sec5 h3:after {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: width .3s;
  transition: width .3s;
}
#main .main-sec5 .desc {
  font-size: 20px;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #main .main-sec5 {
    height: 20rem;
    background: url(../images/main-sec5-bg1_m.jpg) no-repeat 50%/cover;
    text-align: center;
  }
  #main .main-sec5 .inner a:hover {
    margin-left: 1rem;
    background-size: 5px 8px;
  }
  #main .main-sec5 .inner a:hover h3:after {
    display: none;
  }
  #main .main-sec5 h3 {
    margin-bottom: 1.8rem;
    font-size: 2.25rem;
    letter-spacing: -.04em;
  }
  #main .main-sec5 h3 i {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 2rem;
    background-size: 5px 8px;
  }
  #main .main-sec5 .desc {
    font-size: 1.3rem;
  }
}
.main-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-popup.on {
  display: block;
}
.main-popup a {
  display: block;
}
.main-popup .pop-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-popup .pop1 {
  width: 400px;
}
.main-popup .pop-cont .imgfull {
  width: 100%;
}
.main-popup .pop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.main-popup .pop-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 0;
  cursor: pointer;
  color: #333;
}
.main-popup .pop-footer button:first-child {
  border-right: 1px solid var(--gray1);
}
/* effect */
.blur {
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-filter: url(#blur-filter);
  filter: url(#blur-filter);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
@-webkit-keyframes grad1 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes grad1 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes opa1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  4% {
    opacity: .5;
  }
  60% {
    opacity: 1;
  }
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .2;
  }
  4% {
    opacity: .5;
  }
  60% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 1;
  }
}
@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  html:not(.no-js) .wrap [data-aos=fade-left],
  html:not(.no-js) .wrap [data-aos=fade-right] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
