@charset "UTF-8";
:root {
  --fPrtdd: "Pretendard", sans-serif;
  --cBlack: #000000;
  --cBlue: #0065FF;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

body,
textarea,
select,
input,
button,
pre {
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--fPrtdd);
  font-weight: normal;
  color: var(--cBlack);
  word-break: keep-all;
  letter-spacing: -0.01em;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

::selection {
  background-color: rgba(255, 162, 36, 0.3);
}

::-moz-selection {
  background-color: rgba(255, 162, 36, 0.3);
}

::-webkit-selection {
  background-color: rgba(255, 162, 36, 0.3);
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb {
  height: 15%;
  background-color: var(--cIndigo);
  transition: all 0.3s;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.3);
}

/* 공통클래스  */
.forSR {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
}

[class*=btn-] {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
  height: 100%;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

figure.map iframe {
  width: 100% !important;
  height: 100% !important;
}

.forScroll {
  overflow-x: auto;
  width: 100%;
  cursor: grab;
}
.forScroll::-webkit-scrollbar-thumb {
  background: rgba(234, 234, 234, 0.8);
  border-radius: 8px;
}

.iconRot {
  transform: rotate(-45deg);
}

:root {
  --hfPadding: 110px;
  --headerHeight: 160px;
  --inner: 1454px;
}

/* 공통 */
.forPC {
  display: block;
}

.forMOB {
  display: none;
}

.inner {
  margin: 0 auto;
  position: relative;
  max-width: var(--inner);
}

.header .inner,
.footer .inner {
  max-width: unset;
  padding: 0 var(--hfPadding);
}

#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.logo a {
  width: 228px;
  height: 46px;
  background: url(/asset/images/logo.svg) no-repeat left top/contain;
}

.header {
  height: var(--headerHeight);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
}
.header::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background: #043A8D url(/asset/images/gnb-bg.svg) no-repeat right bottom;
  top: var(--headerHeight);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header .inner {
  height: 100%;
  align-content: center;
}
.header .gnb {
  text-align: center;
  position: absolute;
  top: 70px;
  left: 830px;
}
.header .gnb__wrap {
  display: flex;
  gap: 100px;
}
.header .gnb__list {
  position: relative;
}
.header .gnb__list:hover .gnb__dep1 {
  color: var(--cBlue);
  border-bottom: 4px solid var(--cBlue);
  font-weight: 600;
}
.header .gnb__dep1 {
  font-size: 18px;
  padding-bottom: 65px;
}
.header .gnb__dep2 {
  color: #fff;
  font-size: 16px;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  padding-top: 44px;
}
.header .gnb__dep2 li:hover {
  font-weight: 700;
}
.header .gnb__dep2 li:not(:last-child) {
  margin-bottom: 17px;
}
.header .utility {
  position: absolute;
  right: var(--hfPadding);
  top: 70px;
  display: flex;
  gap: 55px;
}
.header .utility .langChange {
  display: flex;
  gap: 8px;
  font-size: 18px;
}
.header .utility .langChange a.on {
  color: var(--cBlue);
}
.header .utility .langChange a:hover {
  text-decoration: underline;
}
.header .utility .btn-hamburger {
  width: 26px;
  height: 26px;
}
.header .utility .btn-hamburger span {
  display: block;
  margin: 4px auto;
  background-color: var(--cBlack);
  width: 20px;
  height: 2px;
  transition: all 0.5s ease;
}
.header .utility .btn-hamburger:hover span {
  background-color: var(--cBlue);
}
.header .utility .btn-hamburger:hover span:first-child {
  transform: translateY(-4px);
}
.header .utility .btn-hamburger:hover span:last-child {
  transform: translateY(4px);
}
.header .utility .btn-hamburger.is-opened span {
  background-color: var(--cBlue);
}
.header .utility .btn-hamburger.is-opened span:first-child {
  transform: translateY(6px) rotate(45deg);
}
.header .utility .btn-hamburger.is-opened span:nth-child(2) {
  transform: scaleX(0);
}
.header .utility .btn-hamburger.is-opened span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}
.header.active::before {
  opacity: 1;
  visibility: visible;
}
.header.active .gnb__dep2 {
  opacity: 1;
  visibility: visible;
}
.header.index {
  background: transparent;
  color: #fff;
}
.header.index .logo a {
  background-image: url(/asset/images/logo-w.svg);
}
.header.index .utility .btn-hamburger span {
  background-color: #fff;
}

.footer {
  padding: 44px 0;
  border-top: 1px solid #F2F2F2;
  margin-top: 100px;
}
.footer .inner {
  display: flex;
  align-items: center;
}
.footer .logo {
  margin-right: 120px;
}
.footer__info address {
  font-weight: 700;
  margin-bottom: 5px;
}
.footer__num {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.footer__copy {
  font-size: 14px;
}
.footer__menu {
  font-size: 14px;
  text-align: right;
  margin-top: auto;
  margin-left: auto;
  display: flex;
}
.footer__menu li {
  padding-left: 10px;
  margin-left: 10px;
}
.footer__menu li:not(:first-child) {
  border-left: 1px solid var(--cBlack);
}
.footer .btn-top {
  font-size: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #043A8D;
  color: #fff;
  text-align: center;
  align-content: center;
  position: fixed;
  right: var(--hfPadding);
  bottom: 40px;
  z-index: 600;
}

#indexPage .mainVisual {
  background: url(/asset/images/index/mainvisual.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  align-content: center;
  text-align: center;
}
#indexPage .mainVisual__text {
  color: #fff;
}
#indexPage .mainVisual__text--main {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 6px;
}
#indexPage .mainVisual__text--sub {
  font-size: 20px;
  margin-bottom: 40px;
}
#indexPage .mainVisual__text .btn-more {
  width: 150px;
  height: 50px;
  text-align: center;
  align-content: center;
  font-size: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 29px;
  margin: 0 auto;
}
#indexPage .mainVisual__text .btn-more i {
  font-size: 20px;
  margin-left: 5px;
}
#indexPage .mainVisual__text .btn-more:hover {
  background: #043A8D;
  border-color: #043A8D;
}
#indexPage article .point {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px;
  color: var(--cBlue);
}
#indexPage .who {
  padding: 162px 0 235px;
}
#indexPage .who .top {
  display: flex;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
  background: #fff;
}
#indexPage .who .top__text {
  padding-top: 215px;
}
#indexPage .who .top__text--desc {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 43px;
}
#indexPage .who .top__text--desc strong {
  font-weight: 800;
}
#indexPage .who .top__text--big {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  mix-blend-mode: difference;
}
#indexPage .who .top__photo {
  margin-left: -76px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: -1;
  max-width: 840px;
  aspect-ratio: 84/55;
}
@supports not (aspect-ratio: 84/55) {
  #indexPage .who .top__photo::before {
    content: "";
    float: left;
    padding-top: calc((55 / 84) * 100%);
  }
  #indexPage .who .top__photo::after {
    content: "";
    display: block;
    clear: both;
  }
}
#indexPage .who .bottom {
  display: flex;
  align-items: end;
  background: #fff;
}
#indexPage .who .bottom__photo {
  display: flex;
  gap: 52px;
}
#indexPage .who .bottom__photo figure {
  border-radius: 30px;
  overflow: hidden;
  width: 450px;
  aspect-ratio: 45/55;
}
@supports not (aspect-ratio: 45/55) {
  #indexPage .who .bottom__photo figure::before {
    content: "";
    float: left;
    padding-top: calc((55 / 45) * 100%);
  }
  #indexPage .who .bottom__photo figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#indexPage .who .bottom__text {
  padding-bottom: 76px;
  text-align: right;
  margin-left: -194px;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  color: #fff;
  mix-blend-mode: difference;
}
#indexPage .who .bottom__text strong {
  font-weight: 800;
}
#indexPage .video {
  margin-bottom: 250px;
}
#indexPage .video__video {
  width: 1060px;
  aspect-ratio: 16/9;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
}
@supports not (aspect-ratio: 16/9) {
  #indexPage .video__video::before {
    content: "";
    float: left;
    padding-top: calc((9 / 16) * 100%);
  }
  #indexPage .video__video::after {
    content: "";
    display: block;
    clear: both;
  }
}
#indexPage .video__video iframe {
  width: 100%;
  height: 100%;
}
#indexPage .business {
  margin-bottom: 250px;
}
#indexPage .business__text {
  margin-bottom: 53px;
}
#indexPage .business__text--desc {
  font-size: 40px;
  font-weight: 600;
}
#indexPage .business__text--desc strong {
  font-weight: 800;
}
#indexPage .esg {
  margin-bottom: 50px;
}
#indexPage .esg .inner {
  color: #fff;
  background: url(/asset/images/index/esg.jpg) no-repeat center/cover;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  align-content: center;
  height: 600px;
}
#indexPage .esg__tit {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px;
}
#indexPage .esg__cont {
  font-size: 40px;
  font-weight: 600;
}
#indexPage .esg__cont strong {
  font-weight: 800;
}
#indexPage .cs_recruit .inner {
  display: flex;
  gap: 34px;
}
#indexPage .cs_recruit__item {
  border-radius: 30px;
  flex: 1;
  padding: 57px 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#indexPage .cs_recruit__item .point {
  font-weight: 700;
  margin-bottom: 12px;
}
#indexPage .cs_recruit__item--desc {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
#indexPage .cs_recruit__item .btn-move {
  width: 171px;
  height: 41px;
  border-radius: 21px;
  color: #fff;
  background: var(--cBlue);
  font-weight: 500;
  font-size: 18px;
  align-content: center;
  text-align: center;
  position: absolute;
  bottom: 57px;
  right: 47px;
}
#indexPage .cs_recruit__item .btn-move:hover {
  border: 1px solid #fff;
  background: none;
}

.businessMenu {
  display: flex;
  gap: 34px;
  position: relative;
  z-index: 1;
}
.businessMenu .btn-move {
  width: 100%;
  height: 420px;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.businessMenu .btn-move i {
  font-size: 55px;
  margin-bottom: 21px;
}
.businessMenu .btn-move::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/asset/images/index/business-plant.jpg) no-repeat center/cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset;
  z-index: -1;
  transition: all 1.3s;
}
.businessMenu .btn-move:hover::before {
  transform: scale(1.2);
}
.businessMenu .btn-move:hover .textWrap {
  background: rgba(0, 0, 0, 0);
}
.businessMenu .btn-move:hover i {
  color: var(--cBlue);
}
.businessMenu .btn-move.battery::before {
  background-image: url(/asset/images/index/business-battery.jpg);
}
.businessMenu .textWrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding: 51px 64px;
  transition: all 1.3s;
}
.businessMenu__name {
  font-size: 40px;
  margin-bottom: 10px;
}
.businessMenu__desc {
  font-size: 18px;
  color: #ABABAB;
}

.subPage {
  padding-top: calc(var(--headerHeight) + 50px);
  background: url(/asset/images/sub-bg.svg) no-repeat right 110px top 210px/457px auto;
}
.subPage .breadcrumb {
  margin-bottom: 50px;
}
.subPage .breadcrumb .inner {
  display: flex;
  gap: 4px;
  font-size: 18px;
}
.subPage .breadcrumb i {
  font-size: 22px;
}
.subPage .page-header {
  margin-bottom: 30px;
}
.subPage .page-header h2 {
  font-size: 44px;
  margin-bottom: 48px;
}
.subPage .page-header p {
  font-size: 30px;
  font-weight: 700;
}
.subPage .page-banner {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.subPage .page-banner p {
  padding-top: 264px;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  mix-blend-mode: soft-light;
  font-size: 50px;
  font-weight: 800;
}
.subPage section .secTit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.subPage section:not(:last-child) {
  margin-bottom: 100px;
}
.subPage article.tabArea {
  margin-bottom: 50px;
}
.subPage article.tabArea .inner {
  display: flex;
  gap: 54px;
}
.subPage article.tabArea .tab {
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #D5D5D5;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.subPage article.tabArea .tab:hover, .subPage article.tabArea .tab.on {
  color: var(--cBlue);
  border-color: var(--cBlue);
}
.subPage table {
  width: 100%;
  text-align: center;
  border-top: 2px solid var(--cBlack);
  font-size: 18px;
  border-collapse: collapse;
}
.subPage table thead {
  background: rgba(0, 102, 255, 0.05);
  height: 54px;
  border-bottom: 1px solid var(--cBlack);
}
.subPage table tbody tr {
  border-bottom: 1px solid #F3F3F3;
  height: 52px;
}
.subPage table tbody tr:last-child {
  border-bottom: 1px solid var(--cBlack);
}
.subPage .caption {
  caption-side: bottom;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.subPage .caption strong {
  font-weight: 500;
}

#greeting .cont p {
  font-size: 18px;
  font-weight: 500;
}
#greeting .cont p:not(:last-child) {
  margin-bottom: 30px;
}
#greeting .cont p .big {
  font-size: 30px;
  font-weight: 700;
}
#greeting .cont p .mideum {
  font-size: 26px;
  font-weight: 700;
}
#greeting .cont p strong {
  font-weight: 800;
}
#greeting .cont p img {
  margin-left: 20px;
  max-width: 90px;
  vertical-align: baseline;
}

#about .overview__info {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#about .overview__info .top {
  border-bottom: 1px solid #F3F3F3;
  grid-template-columns: repeat(4, 1fr);
}
#about .overview__info .bottom {
  grid-template-columns: repeat(2, 1fr);
}
#about .overview__info dl {
  font-size: 18px;
  display: flex;
  gap: 14px;
}
#about .overview__info dl dt {
  color: #808080;
}
#about .overview__info dl dd {
  font-weight: 700;
}
#about .overview__wrap {
  display: grid;
  padding: 50px 46px;
}
#about .coreValues {
  margin-bottom: 200px;
}
#about .coreValues__tab {
  margin-bottom: 28px;
}
#about .coreValues__tab ul {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  gap: 20px;
}
#about .coreValues__tab li {
  border-top: 2px solid var(--cBlack);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  cursor: pointer;
}
#about .coreValues__tab li span {
  font-weight: 700;
}
#about .coreValues__tab li i {
  transition: all 0.3s;
}
#about .coreValues__tab li.on {
  border-color: var(--cBlue);
  color: var(--cBlue);
}
#about .coreValues__tab li.on i {
  transform: rotate(180deg);
}
#about .coreValues__panel ul {
  font-size: 18px;
  padding: 36px 62px;
  background: #F3F3F3;
  border-radius: 30px;
  line-height: 1.56;
}
#about .coreValues__panel li {
  display: none;
}
#about .coreValues__panel li.on {
  display: block;
}
#about .history__tit {
  font-size: 64px;
  margin-bottom: 50px;
}
#about .history .yearSwiper {
  border-top: 2px solid var(--cBlue);
  padding-top: 32px;
  margin-left: 234px;
}
#about .history .yearSwiper .swiper-slide .year {
  font-size: 22px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 14px;
}
#about .history .yearSwiper .swiper-slide .desc p {
  font-size: 16px;
  line-height: 1.25;
}
#about .history .yearSwiper .swiper-slide .desc p:not(:last-child) {
  margin-bottom: 10px;
}
#about .history .yearSwiperNav {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 68px;
  display: flex;
  gap: 26px;
  align-items: center;
}
#about .history .yearSwiperNav .swiper-button-next,
#about .history .yearSwiperNav .swiper-button-prev {
  color: var(--cBlue);
  position: relative;
}

#facility .facility__tab {
  margin-bottom: 50px;
}
#facility .facility__tab ul {
  display: flex;
}
#facility .facility__tab--text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding: 42px 50px;
  background: rgba(0, 0, 0, 0.52);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#facility .facility__tab--text .head {
  font-size: 18px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 6px;
}
#facility .facility__tab--text .name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
#facility .facility__tab--text .desc {
  font-size: 18px;
  font-weight: 500;
  color: #D5D5D5;
}
#facility .facility__tab li {
  flex: 1;
  height: 448px;
  background: var(--bg) no-repeat center/auto 100%;
  cursor: pointer;
  transition: all 1.2s;
}
#facility .facility__tab li.on, #facility .facility__tab li:hover {
  background-size: auto 120%;
}
#facility .facility__tab li.on .facility__tab--text, #facility .facility__tab li:hover .facility__tab--text {
  background: rgba(0, 0, 0, 0);
}
#facility .facility__panel {
  border-top: 2px solid var(--cBlack);
  border-bottom: 2px solid #F3F3F3;
  padding: 28px 0;
}
#facility .facility__panel li {
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  display: none;
}
#facility .facility__panel li.on {
  display: flex;
}
#facility .facility__panel address {
  line-height: 1.67;
}
#facility .facility__panel .num span {
  margin-left: 26px;
}

.subPage .business__tab {
  margin-bottom: 50px !important;
}
.subPage .business__tab ul {
  display: flex;
  gap: 54px;
}
.subPage .business__tab li {
  color: #D5D5D5;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: transparent 4px solid;
  cursor: pointer;
}
.subPage .business__tab li.on {
  color: var(--cBlue);
  border-bottom-color: var(--cBlue);
}
.subPage .business__list li {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 7px;
}
.subPage .business__list li figure {
  border-bottom: 4px solid var(--cBlack);
  margin-bottom: 10px;
}
.subPage .business__list li figcaption {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.subPage .business__list li > div {
  padding: 10px;
  border: 1px solid #D5D5D5;
}
.subPage .business__list li.on {
  display: grid;
}
.subPage .business__list li.on.notGrid {
  display: block;
}
.subPage .business__list li table {
  text-align: left;
}
.subPage .business__list li table th,
.subPage .business__list li table td {
  padding: 16px 44px;
}
.subPage .business__list li table thead th {
  background: #F3F3F3;
}
.subPage.btSub .product {
  margin-bottom: 40px;
  display: flex;
  gap: 64px;
  align-items: end;
}
.subPage.btSub .product__thumnail {
  width: 750px;
  height: 430px;
  border: 1px solid #F3F3F3;
}
.subPage.btSub .product__thumnail img {
  object-fit: scale-down;
}
.subPage.btSub .product__name .badges {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.subPage.btSub .product__name .badges .badge {
  font-size: 20px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 30px;
  text-align: center;
}
.subPage.btSub .product__name .badges .badge.bd {
  border: 1px solid var(--cBlue);
  color: var(--cBlue);
}
.subPage.btSub .product__name .badges .badge.bg {
  background: var(--cBlue);
  color: #fff;
}
.subPage.btSub .product__name .name {
  font-size: 50px;
}
.subPage.btSub .product__name .name span {
  color: var(--cBlue);
}
.subPage.btSub .product__name ul {
  margin-top: 30px;
}
.subPage.btSub .product__name ul li {
  font-size: 18px;
  line-height: 1.67;
}
.subPage.btSub .product.pb {
  padding-bottom: 70px;
}
.subPage.btSub .product.pb:not(:last-child) {
  border-bottom: 2px solid #F3F3F3;
  margin-bottom: 70px;
}
.subPage.btSub .product.pb .product__thumnail {
  padding: 70px;
}
.subPage.btSub .table {
  margin-bottom: 50px;
}
.subPage.btSub .table th {
  padding: 22px 0;
  border-bottom: 2px solid var(--cBlack);
}
.subPage.btSub .table th span {
  font-weight: 400;
  display: block;
}
.subPage.btSub .table td {
  border-bottom: 1px solid #D5D5D5;
}
.subPage.btSub .table tr:nth-child(odd) td {
  background: rgba(243, 243, 243, 0.5);
}
.subPage.btSub .table tr:last-child td {
  border-bottom: 1px solid var(--cBlack);
}
.subPage.btSub .btn-inquiry {
  width: 204px;
  height: 50px;
  align-content: center;
  text-align: center;
  border: 1px solid var(--cBlack);
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  margin: 0 auto;
}
.subPage.btSub .btn-inquiry:hover {
  background: var(--cBlue);
  color: #fff;
  border-color: var(--cBlue);
}

#business .facilities {
  margin-top: 47px;
}
#business .facilities .btn-facilities {
  width: 100%;
  padding: 16px 57px;
  background: #F8F8F8;
  border: 1px solid #D5D5D5;
  border-radius: 30px;
  color: #646464;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#business .facilities .btn-facilities i {
  font-size: 28px;
  color: var(--cBlue);
  margin-left: 10px;
}
#business .facilities .btn-facilities:hover {
  background: var(--cBlue);
  color: #fff;
}
#business .facilities .btn-facilities:hover i {
  color: #fff;
}

#battery .tableTit {
  font-size: 20px;
  margin-bottom: 30px;
}
#battery .tableTit strong {
  margin-right: 20px;
}
#battery table {
  text-align: center;
}
#battery .caption {
  justify-content: center;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 50px;
}
#battery .caption strong {
  font-weight: 700;
  margin-left: 4px;
}
#battery .business__list li > div:hover,
#battery .business__list li > div:hover figure {
  border-color: var(--cBlue);
}
#battery .business__list li > div:hover figcaption {
  color: var(--cBlue);
}

#rnd .rndSect:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #F3F3F3;
}
#rnd .rndSect__num {
  font-size: 18px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 9px;
}
#rnd .rndSect__tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
#rnd .rndSect__desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 26px;
}
#rnd .rndSect__img {
  display: flex;
  gap: 22px;
}
#rnd .rndSect__img img {
  border: 1px solid #F3F3F3;
  height: auto;
}
#rnd .rndSect__img figcaption {
  text-align: center;
  color: #646464;
  font-weight: 500;
  margin-top: 12px;
}
#rnd #certificate .rndSect__img {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#achievements table thead {
  background: #F3F3F3;
}
#achievements table td,
#achievements table th {
  text-align: left;
  padding: 10px 50px;
}
#achievements .btn-inquiry {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: fit-content;
  padding: 13px 48px;
  border: 1px solid var(--cBlack);
  border-radius: 30px;
  margin: 0 auto;
}
#achievements .btn-inquiry:hover {
  background: var(--cBlue);
  color: #fff;
  border-color: var(--cBlue);
}

#certifications section ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px 19px;
}
#certifications section ul li figure {
  border: 1px solid #F3F3F3;
  margin-bottom: 12px;
}
#certifications section ul li p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#strategy-policy main section {
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 118px 91px 67px 91px;
  margin-bottom: 50px;
}
#strategy-policy main section .num {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
#strategy-policy main section .tit {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 39px;
}
#strategy-policy main section ul li {
  font-size: 18px;
  font-weight: 500;
}
#strategy-policy main section ul li:not(:last-child) {
  margin-bottom: 8px;
}
#strategy-policy .environment {
  background-image: url(/asset/images/esg/strategy-policy-01.jpg);
}
#strategy-policy .safety {
  background-image: url(/asset/images/esg/strategy-policy-02.jpg);
}
#strategy-policy .accompanying {
  background-image: url(/asset/images/esg/strategy-policy-03.jpg);
}
#strategy-policy .contribution {
  background-image: url(/asset/images/esg/strategy-policy-04.jpg);
  margin-bottom: 0;
}

#fair-trade .tabArea {
  margin-bottom: 100px;
}
#fair-trade .ceoMessage,
#fair-trade .managerMessage {
  background: url(/asset/images/esg/fair-trade-bg-c.svg) no-repeat left 110px top 82px;
}
#fair-trade .ceoMessage .cont,
#fair-trade .managerMessage .cont {
  padding-left: 426px;
}
#fair-trade .ceoMessage p,
#fair-trade .managerMessage p {
  font-size: 18px;
  font-weight: 500;
}
#fair-trade .ceoMessage p:not(:last-child),
#fair-trade .managerMessage p:not(:last-child) {
  margin-bottom: 32px;
}
#fair-trade .ceoMessage p img,
#fair-trade .managerMessage p img {
  max-width: 90px;
  margin-left: 18px;
  vertical-align: baseline;
}
#fair-trade .ceoMessage p .sign,
#fair-trade .managerMessage p .sign {
  font-size: 29px;
  font-weight: 700;
  margin-left: 18px;
}
#fair-trade .ceoMessage__tit,
#fair-trade .managerMessage__tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 34px;
}
#fair-trade .managerMessage {
  background-image: url(/asset/images/esg/fair-trade-bg-g.svg);
}

.rnd .page-banner {
  margin-bottom: 100px;
}
.rnd .mainText {
  text-align: center;
  margin-bottom: 100px;
}
.rnd .mainText__main {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 14px;
}
.rnd .mainText__main strong {
  font-weight: 800;
}
.rnd .mainText__sub {
  font-weight: 800;
  font-size: 20px;
}
.rnd .mainText__sub span {
  color: var(--cBlue);
}
.rnd .definition {
  margin-bottom: 100px;
}
.rnd .definition dt {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}
.rnd .definition dd p {
  font-size: 18px;
}
.rnd .definition dd p:not(:last-child) {
  margin-bottom: 30px;
}
.rnd .emphasis {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 50px;
}
.rnd .guideline {
  display: flex;
  gap: 22px;
  margin-bottom: 50px;
}
.rnd .guideline li {
  flex: 1;
  padding: 50px 0;
  text-align: center;
  border-top: 2px solid var(--cBlack);
  border-bottom: 1px solid var(--cBlack);
}
.rnd .guideline .num {
  font-weight: 800;
  color: var(--cBlue);
  margin-bottom: 36px;
}
.rnd .guideline .cont {
  font-size: 20px;
  font-weight: 600;
}
.rnd .btnWrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.rnd .btnWrap [class*=btn-] {
  font-size: 20px;
  font-weight: 500;
  width: 280px;
  height: 50px;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rnd .btnWrap [class*=btn-] i {
  font-size: 24px;
}
.rnd .btnWrap [class*=btn-]:hover {
  color: #fff;
  background: var(--cBlue);
  border-color: var(--cBlue);
}

#ethics .vision {
  text-align: center;
  margin-bottom: 80px;
}
#ethics .vision__logo {
  width: 408px;
  height: 84px;
  margin: 0 auto 38px;
}
#ethics .vision__text {
  font-weight: 500;
  font-size: 18px;
}
#ethics .center {
  text-align: center;
  margin-bottom: 50px;
}
#ethics .center__tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#ethics .center hr {
  width: 50px;
  height: 4px;
  background: var(--cBlue);
  margin: 0 auto 20px;
  border: 0;
}
#ethics .center address {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}
#ethics .center__num {
  display: flex;
  justify-content: center;
  gap: 14px;
}
#ethics .center__num p strong span {
  font-weight: 400;
}

#inquiry main .inner {
  display: flex;
  gap: 34px;
}
#inquiry [class*=btn-] {
  border-radius: 30px;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  height: 420px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  padding: 82px 64px;
  transition: all 1.2s;
}
#inquiry [class*=btn-] i {
  font-size: 55px;
  margin-bottom: 21px;
}
#inquiry [class*=btn-] span {
  font-size: 40px;
  font-weight: 600;
}
#inquiry [class*=btn-]:hover {
  background-size: 120% auto;
}
#inquiry [class*=btn-]:hover i {
  color: var(--cBlue);
}

.csInquiry__notice {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 16px;
  text-align: right;
}
.csInquiry__notice span {
  color: var(--cBlue);
}
.csInquiry form {
  border-top: 2px solid #000000;
}
.csInquiry .inquiry__line {
  display: flex;
  gap: 0 52px;
  border-bottom: 1px solid #F3F3F3;
}
.csInquiry .inquiry__line.blackLine {
  border-bottom-color: #000;
}
.csInquiry .inquiry__line.type {
  border-bottom: 1px solid var(--cBlack);
  padding: 40px 0;
}
.csInquiry .inquiry__line.type .inquiry__item {
  padding: 0;
  border-bottom: 0;
}
.csInquiry .inquiry__item {
  flex: 1;
  display: flex;
  gap: 70px;
  padding: 40px 0;
}
.csInquiry .inquiry__item.agreeItem {
  gap: 29px;
  border-bottom: 2px solid #000000;
  align-items: center;
}
.csInquiry .inquiry__item.agreeItem input {
  width: auto;
}
.csInquiry .inquiry__item.agreeItem a {
  display: inline;
  text-decoration: underline;
}
.csInquiry .inquiry__item span {
  margin-right: 14px;
  color: var(--cBlue);
  font-size: 18px;
}
.csInquiry .inquiry__item h6 {
  font-size: 20px;
  flex-shrink: 0;
}
.csInquiry .inquiry__item input {
  height: auto;
  font-size: 18px;
  width: 100%;
  padding: 10px;
  background: none;
  border: 0;
  border-bottom: 1px solid #F3F3F3;
}
.csInquiry .inquiry__item input::placeholder {
  color: #D9D9D9;
}
.csInquiry .inquiry__item input:focus {
  border-bottom: 2px solid var(--cBlue);
}
.csInquiry .inquiry__item--wrap {
  display: flex;
  gap: 30px;
  padding-left: 10px;
}
.csInquiry .inquiry__item--wrap.inquiry__item--file {
  gap: 0;
}
.csInquiry .inquiry__item--radio label {
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
.csInquiry .inquiry__item--radio [type=radio] {
  padding: 0;
  vertical-align: middle;
  appearance: none;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.csInquiry .inquiry__item--radio [type=radio]:checked {
  border: 1px solid var(--cBlue);
  position: relative;
}
.csInquiry .inquiry__item--radio [type=radio]:checked::after {
  display: block;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cBlue);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.csInquiry .inquiry__item textarea {
  font-size: 18px;
  width: 100%;
  padding: 10px;
  background: none;
  border: 0;
  height: 320px;
  resize: unset;
  line-height: 1.2;
}
.csInquiry .inquiry__item textarea::placeholder {
  color: #D9D9D9;
}
.csInquiry .inquiry__item textarea:focus {
  border-bottom: 2px solid var(--cBlue);
}
.csInquiry .inquiry__item--file input {
  color: #999999;
}
.csInquiry .inquiry__item--file input::file-selector-button {
  display: none;
}
.csInquiry .inquiry__item--file .likeInput {
  align-content: center;
  font-size: 18px;
  width: 100%;
  height: 40px;
  padding: 6px;
  color: #999999;
  border-radius: 0;
}
.csInquiry .inquiry__item--file label {
  font-size: 18px;
  font-weight: 500;
  width: 120px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #F9F9F9;
  color: #002E71;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
}
.csInquiry .inquiry__item--file label:hover {
  border: 1px solid #002E71;
}
.csInquiry .inquiry__item--btnDel {
  font-size: 18px;
  width: 120px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  border: 0;
  background: #F9F9F9;
  align-items: center;
}
.csInquiry .inquiry__item--btnDel:hover {
  border: 1px solid var(--cBlack);
}
.csInquiry .inquiry__item.noticeRequired {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #5C5C5D;
  margin-bottom: -18px;
}
.csInquiry .inquiry .agree__cont {
  background: #F8F8F9;
  padding: 48px;
  color: #999999;
  letter-spacing: -0.2px;
  font-size: 1.25rem;
}
.csInquiry .inquiry .agree__chk {
  position: relative;
}
.csInquiry .inquiry .agree__chk input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.csInquiry .inquiry .agree__chk input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  letter-spacing: -0.2px;
}
.csInquiry .inquiry .agree__chk input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--cBlack);
  box-sizing: border-box;
}
.csInquiry .inquiry .agree__chk input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 0.9em;
}
.csInquiry .inquiry .agree__chk a {
  text-decoration: underline;
  font-weight: 700;
  display: inline;
}
.csInquiry .btn-submit {
  margin: 40px auto 0;
  width: 300px;
  height: 60px;
  border: 1px solid #303030;
  font-size: 18px;
  background: none;
}
.csInquiry .btn-submit:disabled {
  opacity: 0.5;
  cursor: unset;
}
.csInquiry .btn-submit:not(:disabled):hover {
  background: var(--cBlack);
  color: #fff;
}

#location .head .mapWrap {
  display: flex;
  gap: 90px;
  align-items: end;
}
#location .head .map {
  width: 987px;
  height: 452px;
  border-radius: 30px;
  overflow: hidden;
}
#location .head .mapInfo__point {
  font-size: 18px;
  font-weight: 800;
  color: var(--cBlue);
  margin-bottom: 8px;
}
#location .head .mapInfo__company {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}
#location .head .mapInfo__company span {
  font-weight: 400;
}
#location .head .mapInfo address {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#location .head .mapInfo__num {
  font-size: 18px;
}
#location .branch {
  display: flex;
  gap: 34px;
}
#location .branch .mapWrap {
  width: calc((100% - 34px) / 2);
}
#location .branch .map {
  margin-bottom: 20px;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
#location .branch .mapInfo__point {
  font-size: 18px;
  font-weight: 800;
  color: var(--cBlue);
  margin-bottom: 8px;
}
#location .branch .mapInfo__company {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}
#location .branch .mapInfo__company span {
  font-weight: 400;
}
#location .branch .mapInfo address {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#location .branch .mapInfo__num {
  font-size: 18px;
}
.ENGver .header .gnb {
  left: 560px;
}
.ENGver .header .gnb__wrap {
  gap: 90px;
}
.ENGver .header .gnb__list {
  width: 100px;
}
.ENGver .header .gnb__dep2 {
  white-space: wrap;
  width: 160px;
}
.ENGver .header::before {
  height: 210px;
}
.ENGver #indexPage .cs_recruit__item--desc {
  width: 380px;
}
.ENGver #indexPage .cs_recruit__item .btn-move {
  font-size: 16px;
}
.ENGver #about .coreValues__tab ul {
  grid-template-columns: repeat(5, 1fr);
}
.ENGver .rnd .btnWrap [class*=btn-] {
  font-size: 16px;
  width: 370px;
}
@media screen and (max-width: 1700px) {
  .ENGver .header .gnb__wrap {
    gap: 60px;
  }
  .ENGver .header .gnb {
    left: 410px;
  }
  .ENGver #about .overview__info .top {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ENGver #about .overview__info .bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ENGver #indexPage .cs_recruit__item--desc {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ENGver #indexPage .cs_recruit .inner {
    flex-direction: column;
  }
}
.JPNver * {
  font-family: "Pretendard JP", "Pretendard", sans-serif;
}
@media screen and (max-width: 1700px) {
  :root {
    --hfPadding: 60px;
  }
  .inner {
    max-width: unset;
    padding: 0 var(--hfPadding);
  }
  .header .gnb {
    left: 540px;
  }
  .header .gnb__wrap {
    display: flex;
    gap: 60px;
  }
  #about .history .yearSwiperNav {
    right: var(--hfPadding);
  }
  #location .head .map {
    width: 846px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --hfPadding: 50px;
  }
  .header .gnb {
    left: 300px;
  }
  .logo a {
    width: 178px;
    height: 37px;
  }
  .header .utility {
    gap: 15px;
  }
  .header .gnb {
    left: 320px;
  }
  .header .gnb__wrap {
    gap: 54px;
  }
  #indexPage .who .top {
    justify-content: space-between;
  }
  #indexPage .who .top__photo {
    max-width: 400px;
    flex-shrink: 0;
    align-self: end;
  }
  #indexPage .who .bottom {
    flex-direction: column;
    gap: 30px;
  }
  #indexPage .esg {
    padding: 0 var(--hfPadding);
  }
  #indexPage .esg .inner {
    height: 380px;
  }
  #indexPage .cs_recruit__item .btn-move {
    position: unset;
    margin-top: 20px;
  }
  .footer .inner {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .subPage {
    background-position: right -30px top 210px;
  }
  #about .overview__info .bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  #about .overview__info .top {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  #about .coreValues__tab ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #about .history .yearSwiper {
    margin-left: var(--hfPadding);
  }
  #certifications section ul {
    grid-template-columns: repeat(5, 1fr);
  }
  #fair-trade .ceoMessage .cont,
  #fair-trade .managerMessage .cont {
    padding-left: 0;
  }
  #fair-trade .ceoMessage,
  #fair-trade .managerMessage {
    background: none;
  }
  #location .head .map {
    width: 506px;
  }
  #location .head .mapWrap {
    gap: 40px;
  }
  #location .branch .mapInfo address {
    font-size: 20px;
  }
  #indexPage .who .top__text {
    padding-top: 0;
  }
  #indexPage .video__video {
    width: 100%;
  }
  .subPage .business__tab {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 90px;
  }
  .forPC {
    display: none;
  }
  .forMOB {
    display: block;
  }
  .header .btn-hamburger {
    cursor: pointer;
  }
  .header .btn-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background-color: #000;
    transition: 0.3s;
  }
  .header .btn-hamburger.is-opened span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .header .btn-hamburger.is-opened span:nth-child(2) {
    opacity: 0;
  }
  .header .btn-hamburger.is-opened span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
  .forMOB .gnb {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    padding: 100px 30px 50px;
    transition: right 0.4s ease;
    overflow-y: auto;
    z-index: 500;
  }
  .forMOB .gnb.active {
    right: 0;
  }
  .forMOB .gnb__list {
    margin-bottom: 20px;
  }
  .forMOB .gnb__list .gnb__dep1 {
    font-size: 18px;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .forMOB .gnb__list .gnb__dep1.open {
    color: var(--cBlue);
    font-weight: 600;
  }
  .forMOB .gnb__list .gnb__dep2 {
    display: none;
    padding: 10px 0 10px 15px;
  }
  .forMOB .gnb__list .gnb__dep2 li a {
    display: block;
    font-size: 16px;
    color: #555;
    padding: 5px 0;
  }
  .forMOB .gnb__list .gnb__dep2 li a:hover {
    color: var(--cBlue);
  }
  .blackBG {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 400;
  }
  .blackBG.active {
    opacity: 1;
    visibility: visible;
  }
  body.fixed {
    overflow: hidden;
  }
  .header.mob-open .utility .langChange {
    color: var(--cBlack);
  }
  .header.mob-open .utility .btn-hamburger span {
    background: var(--cBlack);
  }
  .header .utility {
    top: 38px;
  }
  #indexPage .who .top__text--desc {
    font-size: 30px;
  }
  #indexPage .who .top__text--big {
    font-size: 40px;
  }
  #indexPage .who .bottom__photo figure {
    width: auto;
  }
  #indexPage .who .bottom__text {
    padding-bottom: 76px;
    text-align: right;
    margin-left: auto;
    font-size: 30px;
  }
  #indexPage .who .bottom__photo {
    gap: 22px;
  }
  .businessMenu .btn-move {
    height: 280px;
  }
  .businessMenu .textWrap {
    padding: 34px;
  }
  .businessMenu__name {
    font-size: 30px;
  }
  .businessMenu .btn-move i {
    font-size: 44px;
    margin-bottom: 10px;
  }
  #facility .facility__tab li {
    height: 328px;
  }
  #facility .facility__tab--text {
    padding: 32px;
  }
  #facility .facility__panel li {
    flex-direction: column;
  }
  #facility .facility__panel address {
    text-align: center;
  }
  .subPage .business__list li {
    grid-template-columns: repeat(2, 1fr);
  }
  .subPage.btSub .product {
    flex-direction: column-reverse;
  }
  .subPage.btSub .product__thumnail {
    width: 100%;
    height: auto;
  }
  .subPage.btSub .product {
    align-items: start;
    gap: 24px;
  }
  #achievements table td,
  #achievements table th {
    padding: 30px;
  }
  #certifications section ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .subPage .page-banner {
    height: 250px;
  }
  .subPage .page-banner p {
    padding-top: 164px;
    font-size: 40px;
  }
  #strategy-policy main section {
    padding: 60px;
  }
  .rnd .mainText__main {
    font-size: 40px;
  }
  .rnd .mainText__main {
    font-size: 40px;
  }
  #ethics .vision__logo {
    width: 368px;
    height: 74px;
  }
  #inquiry [class*=btn-] {
    background-size: cover;
  }
  #inquiry [class*=btn-]:hover {
    background-size: auto 121%;
  }
  .csInquiry .inquiry__item {
    flex-direction: column;
    gap: 10px;
    padding: 40px 0;
  }
  .csInquiry .inquiry__item.pb0 {
    padding-bottom: 0;
  }
  .csInquiry .inquiry__line {
    flex-direction: column;
    gap: 0;
  }
  .csInquiry .inquiry__item.agreeItem {
    gap: 8px;
    align-items: start;
  }
  #location .branch {
    flex-direction: column;
  }
  #location .branch .mapWrap {
    width: 100%;
  }
  #location .head .mapInfo__num,
  #location .branch .mapInfo__num {
    display: flex;
    gap: 20px;
  }
  #location .head .mapInfo address,
  #location .branch .mapInfo address {
    margin-bottom: 4px;
  }
  #location .branch .mapInfo__point {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #location .head .mapWrap {
    flex-direction: column;
    align-items: start;
  }
  #location .head .map {
    width: 100%;
  }
  #location .head .mapInfo__company {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --hfPadding: 40px;
  }
  #indexPage .who .top {
    flex-direction: column;
  }
  #indexPage .who .top__photo {
    max-width: 100%;
  }
  #indexPage .who .top__text--desc {
    margin-bottom: 12px;
  }
  #indexPage .who .top {
    gap: 20px;
    margin-bottom: 20px;
  }
  #indexPage .who {
    padding: 92px 0;
  }
  #indexPage .video {
    margin-bottom: 100px;
  }
  .businessMenu {
    flex-direction: column;
  }
  #indexPage .esg__cont {
    font-size: 30px;
  }
  #indexPage .cs_recruit .inner {
    flex-direction: column;
  }
  .footer__num {
    flex-direction: column;
    gap: 4px;
  }
  .subPage .page-banner {
    margin-bottom: 50px;
  }
  #about .overview__wrap {
    padding: 50px 0;
  }
  #about .overview__info .top {
    gap: 20px;
  }
  #about .overview__info dl {
    flex-direction: column;
  }
  #about .overview__info .bottom {
    gap: 20px;
  }
  #about .overview__info dl dd br {
    display: none;
  }
  #about .coreValues__panel ul {
    padding: 36px;
  }
  #about .history__tit {
    font-size: 44px;
  }
  .company .page-banner {
    background-position: right -240px center;
  }
  #facility .facility__tab--text {
    padding: 22px;
    align-items: center;
  }
  #facility .facility__tab {
    margin-bottom: 0;
  }
  .subPage .business__list li table th,
  .subPage .business__list li table td {
    padding: 16px;
  }
  #rnd #certificate .rndSect__img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #certifications section ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .subPage .page-banner p {
    padding-top: 134px;
  }
  #strategy-policy main section {
    padding: 50px;
  }
  .subPage article.tabArea .tab {
    font-size: 17px;
  }
  .rnd .guideline {
    flex-direction: column;
  }
  .rnd .guideline .num {
    margin-bottom: 6px;
  }
  .rnd .btnWrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .rnd .definition {
    text-align: center;
  }
  .rnd .mainText__main {
    font-size: 30px;
  }
  #ethics .center__num {
    flex-direction: column;
    gap: 4px;
  }
  #inquiry main .inner {
    flex-direction: column;
  }
  .csInquiry .inquiry__item--wrap {
    gap: 16px;
  }
  .csInquiry .inquiry__item--radio [type=radio] {
    margin-right: 4px;
  }
  #location .head .map {
    height: 302px;
  }
}
@media screen and (max-width: 500px) {
  :root {
    --hfPadding: 20px;
    --headerHeight: 80px;
  }
  .logo a {
    width: 148px;
    height: 31px;
  }
  .header .utility {
    top: 28px;
  }
  #indexPage .mainVisual__text--main {
    font-size: 30px;
  }
  #indexPage .mainVisual__text--sub {
    font-size: 16px;
  }
  #indexPage .mainVisual__text .btn-more {
    height: 38px;
    font-size: 16px;
  }
  #indexPage .mainVisual__text .btn-more i {
    font-size: 16px;
  }
  #indexPage article .point {
    font-size: 16px;
    margin-bottom: 4px;
  }
  #indexPage .business__text--desc,
  #indexPage .who .top__text--desc {
    font-size: 22px;
  }
  #indexPage .who .top__text--big {
    font-size: 30px;
  }
  #indexPage .who .bottom__text {
    font-size: 20px;
  }
  #indexPage .who .bottom__text br {
    display: none;
  }
  #indexPage .business__text {
    margin-bottom: 24px;
  }
  #indexPage .business {
    margin-bottom: 100px;
  }
  #indexPage .esg__cont {
    font-size: 20px;
  }
  #indexPage .cs_recruit__item--desc {
    font-size: 22px;
  }
  #indexPage .cs_recruit__item .btn-move {
    width: 156px;
    height: 34px;
    font-size: 16px;
  }
  .subPage .breadcrumb .inner {
    font-size: 16px;
  }
  .subPage .breadcrumb i {
    font-size: 19px;
  }
  .subPage .page-header h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }
  .subPage .page-header p {
    font-size: 20px;
  }
  .subPage .page-banner {
    height: 130px;
  }
  .subPage .page-banner p {
    padding-top: 84px;
    font-size: 20px;
  }
  .subPage {
    background: none;
  }
  #greeting .cont p {
    font-size: 16px;
  }
  #greeting .cont p .mideum {
    font-size: 18px;
  }
  #greeting .cont p .big {
    font-size: 20px;
  }
  #greeting .cont p img {
    margin-left: 10px;
  }
  .company .page-banner {
    background-position: right -80px center;
  }
  #about .overview__info .top {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .overview__info dl {
    gap: 8px;
  }
  #about .coreValues__tab ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #about .coreValues__panel ul {
    font-size: 16px;
  }
  #about .coreValues {
    margin-bottom: 110px;
  }
  #about .history__tit {
    font-size: 24px;
  }
  #about .history .yearSwiperNav {
    font-size: 30px;
    gap: 6px;
  }
  #facility .facility__tab ul {
    flex-direction: column;
  }
  #facility .facility__tab li,
  #facility .facility__tab li.on,
  #facility .facility__tab li:hover {
    background-size: cover;
  }
  #facility .facility__panel .num span {
    display: block;
    margin-left: 0;
  }
  #facility .facility__panel address {
    line-height: 1.2;
  }
  #facility .facility__panel li {
    font-size: 16px;
    gap: 10px;
  }
  .subPage .business__list li {
    grid-template-columns: repeat(1, 1fr);
  }
  .subPage .business__tab ul {
    flex-wrap: wrap;
    gap: 24px;
  }
  .subPage .business__tab ul li {
    flex: auto;
    text-align: center;
  }
  .subPage.btSub .product__name .badges {
    margin-bottom: 12px;
  }
  .subPage.btSub .product__name .badges .badge {
    font-size: 16px;
    padding: 8px 16px;
  }
  .subPage.btSub .product__name .name {
    font-size: 30px;
  }
  .subPage.btSub .product__name ul {
    margin-top: 20px;
  }
  .subPage table {
    font-size: 16px;
  }
  .subPage table th,
  .subPage table td {
    padding: 10px;
  }
  .subPage .caption {
    flex-direction: column;
    gap: 10px;
  }
  .subPage article.tabArea .inner {
    flex-wrap: wrap;
    gap: 24px;
  }
  .subPage article.tabArea .tab {
    flex: auto;
    text-align: center;
  }
  #rnd #certificate .rndSect__img {
    grid-template-columns: repeat(2, 1fr);
  }
  #rnd .rndSect__img {
    flex-direction: column;
  }
  #certifications section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #strategy-policy main section {
    padding: 40px;
    text-shadow: 0 0 4px black;
  }
  #strategy-policy main section .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #strategy-policy main section ul li {
    font-size: 16px;
  }
  .rnd .definition,
  .rnd .mainText {
    margin-bottom: 50px;
  }
  .rnd .mainText__main {
    font-size: 20px;
  }
  .rnd .definition dd p {
    font-size: 16px;
  }
  .rnd .emphasis {
    font-size: 18px;
  }
  .rnd .guideline .cont {
    font-size: 18px;
  }
  .rnd .guideline li {
    padding: 20px 0;
  }
  .rnd .btnWrap [class*=btn-] {
    font-size: 16px;
    height: 42px;
  }
  .rnd .btnWrap [class*=btn-] i {
    font-size: 20px;
  }
  #fair-trade .tabArea {
    margin-bottom: 60px;
  }
  #ethics .vision__logo {
    width: 80%;
    height: auto;
  }
  #inquiry [class*=btn-] {
    padding: 30px;
  }
  #inquiry [class*=btn-] i {
    font-size: 34px;
    margin-bottom: 10px;
  }
  #inquiry [class*=btn-] span {
    font-size: 20px;
  }
  #location .head .mapInfo__point {
    font-size: 16px;
  }
  #location .head .mapInfo__company {
    font-size: 24px;
  }
  #location .head .mapInfo address {
    font-size: 20px;
  }
  #location .head .mapInfo__num,
  #location .branch .mapInfo__num {
    flex-direction: column;
    gap: 0;
    font-size: 16px;
  }
  #location .branch .mapInfo address {
    font-size: 18px;
  }
  .csInquiry .inquiry__item--wrap {
    flex-direction: column;
  }
}
.more_opt li {
  width: 104px;
}

.pg_wrap {
  float: unset !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 50px !important;
}

.pg_page,
.pg_current {
  border: 0 !important;
}

.pg_current {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--cBlue);
  align-content: center;
}

.pg_page {
  background-color: transparent !important;
}

.bo_v_nb {
  line-height: 1.2;
}

.bo_v_nb li {
  display: flex;
  font-size: 1em;
}

.bo_v_nb li .nb_tit {
  white-space: nowrap;
}

.bo_v_nb li .nb_date {
  display: block;
  margin-left: auto;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#bo_list tbody tr {
  border-left: 0;
}
#bo_list tbody tr:hover {
  border-left: 0;
}

/* 링크 부분 */
#bo_v_link li::after {
  display: block;
  content: "";
  clear: both;
}

#bo_v img {
  width: auto;
}

/* 공통2 */
.imgClick {
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  margin-top: 20px;
}

.board .btnArea {
  width: 100%;
  position: relative;
  font-weight: 600;
  margin-top: 32px;
}

.board .btnArea .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.125rem;
}

.board .btnArea .btn-arrow:hover span {
  text-decoration: underline;
}

.board .btnArea .btn-arrow i {
  font-size: 1.75rem;
}

.board .btnArea .btn-prev {
  left: 0;
}

.board .btnArea .btn-next {
  right: 0;
}

.board .btnArea .btn-list {
  width: fit-content;
  font-size: 20px;
}

.board .btnArea .btn-list:hover {
  opacity: 0.5;
}

.board .btnArea .btn-list i {
  margin-right: 10px;
}

#bo_v_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
#bo_v_title .writeDate {
  color: var(--cBlue);
  font-size: 18px;
  font-weight: 400;
}

#bo_v_title .bo_v_tit {
  font-size: 40px;
}

#bo_v_atc {
  padding: 20px 0;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  #bo_v_title {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  #bo_v_title .bo_v_tit {
    font-size: 26px;
  }
}

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