@charset "UTF-8";
/*======================================플러그인======================================*/
/* node version 15
sass --watch --style expanded --no-source-map ./:../
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*======================================헬퍼&유틸======================================*/
.skip-wrap {
  position: fixed;
}

.skip-nav {
  position: absolute;
  top: -100px;
  left: -100%;
  color: #fff;
  background: #333;
  font-size: 1.6em;
  transition: left 0.3s ease;
}

.skip-nav:focus {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100px;
  z-index: 9999;
  padding: 15px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

[is-hidden], .is-hidden {
  display: none;
}

.blind, .hide {
  position: absolute !important;
  overflow: hidden;
  display: inline-block;
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  font-size: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.blind.block, .hide.block {
  display: block;
}

@media (max-width: 768px) {
  [only-desktop], .show-only-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  [only-mobile], .show-only-mobile {
    display: none !important;
  }
}

/*======================================리셋======================================*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
}

body {
  min-width: 320px;
}
body *, body *:after, body *:before {
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Segoe UI", AppleSDGothicNeo, "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", "Microsoft NeoGothic", "Droid sans", Verdana, Arial, sans-serif;
}

.content-body * {
  box-sizing: border-box;
}

/*============================폰트 적용 시, 상대주소 확인 필요============================*/
/* noto-sans-kr fonts */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/noto-sans-kr-v8-korean-100.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Thin"), local("NotoSansKR-Thin"), url("../fonts/noto-sans-kr-v8-korean-100.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-100.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-100.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-100.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-100.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/noto-sans-kr-v8-korean-300.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Light"), local("NotoSansKR-Light"), url("../fonts/noto-sans-kr-v8-korean-300.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-300.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-300.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-300.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-300.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-kr-v8-korean-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Regular"), local("NotoSansKR-Regular"), url("../fonts/noto-sans-kr-v8-korean-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-regular.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-regular.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-regular.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-regular.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-kr-v8-korean-500.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Medium"), local("NotoSansKR-Medium"), url("../fonts/noto-sans-kr-v8-korean-500.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-500.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-500.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-500.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-500.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-kr-v8-korean-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Bold"), local("NotoSansKR-Bold"), url("../fonts/noto-sans-kr-v8-korean-700.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-700.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-700.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-700.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-700.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-kr-v8-korean-900.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans KR Black"), local("NotoSansKR-Black"), url("../fonts/noto-sans-kr-v8-korean-900.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-kr-v8-korean-900.woff2") format("woff2"), url("../fonts/noto-sans-kr-v8-korean-900.woff") format("woff"), url("../fonts/noto-sans-kr-v8-korean-900.ttf") format("truetype"), url("../fonts/noto-sans-kr-v8-korean-900.svg#NotoSansKR") format("svg");
  /* Legacy iOS */
}
/* roboto fonts */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v18-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100.woff") format("woff"), url("../fonts/roboto-v18-latin-100.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300.woff") format("woff"), url("../fonts/roboto-v18-latin-300.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500.woff") format("woff"), url("../fonts/roboto-v18-latin-500.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900.woff") format("woff"), url("../fonts/roboto-v18-latin-900.ttf") format("truetype"), url("../fonts/roboto-v18-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "SynergyDisplay";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SynergyDisplayLight.woff") format("woff"), url("../fonts/SynergyDisplayTTFLight.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "SynergyDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SynergyDisplayRegular.woff") format("woff"), url("../fonts/SynergyDisplayTTFRegular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "SynergyDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SynergyDisplayBold.woff") format("woff"), url("../fonts/SynergyDisplayTTFBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*======================================공통 레이아웃======================================*/
@media (min-width: 769px) {
  html.os-name-mac-os.view-landscape body {
    min-width: 1220px;
  }
}

::-moz-selection {
  color: #f6f6f6;
  background-color: #f24c34;
}

::selection {
  color: #f6f6f6;
  background-color: #f24c34;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

/*레이아웃 2019 - 이전 레이아웃 수정*/
.gnb {
  position: static;
  z-index: auto;
}
@media (max-width: 768px) {
  .gnb {
    position: static;
  }
}

.gnb + .content {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .gnb + .content {
    padding-top: 60px;
  }
}

.nav {
  top: 100px;
}

.content {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .content {
    padding-top: 60px;
  }
}

.container {
  padding-bottom: 0;
}
.container:lang(en) {
  padding-bottom: 0;
}

#btn_page_top {
  display: none !important;
}

.footer {
  position: static;
  bottom: auto;
  border: none;
  background: none;
}

/*기존 레이아웃 수정*/
.board-list-type .board-list-wrap.list-download.add-index ul li .title-wrap .number {
  display: inline-block;
  width: 65px;
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-download.add-index ul li .title-wrap .number {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-download.add-index ul li .download-wrap {
    padding-left: 60px;
  }
}
.board-list-type .board-list-wrap.list-index-2items * {
  box-sizing: border-box;
}
.board-list-type .board-list-wrap.list-index-2items ul li {
  font-size: 0;
}
.board-list-type .board-list-wrap.list-index-2items .index-wrap {
  position: relative;
  display: inline-block;
  width: 60px;
  padding-left: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-index-2items .index-wrap {
    width: 45px;
    padding-left: 0;
  }
}
.board-list-type .board-list-wrap.list-index-2items .index-wrap .index {
  font-size: 13px;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-index-2items .item-wrap {
    width: calc(100% - 45px);
  }
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link {
  display: block;
  position: relative;
  padding: 16px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon {
    padding: 14px 15px;
  }
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon .title {
  max-width: calc(100% - 140px);
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon .title {
    max-width: none;
    font-weight: 700;
  }
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon:after {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  height: 24px;
  padding-left: 32px;
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  letter-spacing: -0.031em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon:after {
    position: relative;
    right: auto;
    left: 0;
    display: block;
    width: calc(100% - 15px);
    height: 19px;
    padding-left: 24px;
    margin-top: 7px;
    line-height: 18px;
  }
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon.pdf:after {
  content: "View PDF";
  background: url("../images/common/component/large/icon_pdf.png") no-repeat center left/contain;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon.voice:after {
  content: "Listen voice";
  background: url("../images/common/component/large/icon_voice.png") no-repeat center left/contain;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon.excel:after {
  content: "Download excel";
  background: url("../images/common/component/large/icon_excel.png") no-repeat center left/contain;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon.script:after {
  content: "View script";
  background: url("../images/common/component/large/icon_script.png") no-repeat center left/contain;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link.icon.news:after {
  content: "Press Release";
  background: url("../images/common/component/large/icon_news.png") no-repeat center left/contain;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link:hover, .board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link:focus {
  background: #f6f6f6;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item .link .title {
  font-weight: 400;
  letter-spacing: -0.025em;
  white-space: normal;
}
.board-list-type .board-list-wrap.list-index-2items .item-wrap .item + .item {
  border-top: 1px solid #eaeaea;
}

/*  mib2021 리뉴얼 레이아웃 변경 // */
@media (min-width: 769px) {
  .container {
    min-width: 1200px;
  }
}
.container #content .nav {
  display: none;
}
.container #content .nav + #content_inner {
  margin-top: 0;
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner {
    position: relative;
  }
}
@media (max-width: 768px) {
  .container #content .content-header .section-inner .breadcrumb {
    padding-top: 13px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb:lang(en) {
    bottom: 11px;
    width: 340px;
    text-align: right;
  }
}
.container #content .content-header .section-inner .breadcrumb ul {
  font-size: 0;
}
.container #content .content-header .section-inner .breadcrumb ul li {
  position: relative;
  display: inline-block;
}
.container #content .content-header .section-inner .breadcrumb ul li span {
  font-weight: 500;
  letter-spacing: 0;
  color: #707071;
}
@media (max-width: 768px) {
  .container #content .content-header .section-inner .breadcrumb ul li span {
    font-size: 11px;
    line-height: 17px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li span {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li span:lang(en) {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li {
    padding-left: 13px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li {
    padding-left: 26px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li:lang(en) {
    padding-left: 13px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li:lang(en)::before {
    left: 4px;
    width: 4px;
  }
}
.container #content .content-header .section-inner .breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  display: inline-block;
  height: 1px;
  background-color: #98999a;
}
@media (max-width: 768px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li::before {
    left: 4px;
    width: 5px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner .breadcrumb ul li + li::before {
    left: 9px;
    width: 8px;
  }
}
.container #content .content-header .section-inner h3.type-txt {
  font-family: "SynergyDisplay";
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .container #content .content-header .section-inner h3.type-txt {
    height: auto;
    padding-top: 35px;
    font-size: 27.5px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner h3.type-txt {
    padding-top: 96px;
    margin-bottom: 26px;
    font-size: 55px;
    line-height: 64px;
  }
}
@media (min-width: 769px) {
  .container #content .content-header .section-inner h3.type-txt:lang(en) {
    width: 710px;
  }
}

.content-body .section-inner h4 {
  position: relative;
}
@media (max-width: 768px) {
  .content-body .section-inner h4 {
    padding: 40px 0 16px;
  }
}
@media (min-width: 769px) {
  .content-body .section-inner h4 {
    padding: 60px 0 16px;
  }
}
.content-body .section-inner h4:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e51937;
}
@media (max-width: 768px) {
  .content-body .section-inner h4:after {
    width: 30px;
  }
}
@media (min-width: 769px) {
  .content-body .section-inner h4:after {
    width: 18px;
  }
}
.content-body .section-inner h4 img {
  width: auto;
  vertical-align: top;
}
@media (max-width: 768px) {
  .content-body .section-inner h4 img {
    height: 20px;
  }
}
@media (min-width: 769px) {
  .content-body .section-inner h4 img {
    height: 27px;
  }
}
.content-body .section-inner h4.type-txt {
  padding: 0;
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .content-body .section-inner h4.type-txt {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .content-body .section-inner h4.type-txt {
    font-size: 30px;
    line-height: 45px;
  }
}
.content-body .section-inner h4.type-txt:after {
  display: none;
}
.content-body .section-inner h4.type-txt:lang(en) {
  font-family: "Roboto";
}

/* //  mib2021 리뉴얼 레이아웃 변경 */
body.stop-scroll {
  overflow-y: hidden;
}

/* Only IE9 */
.msie9 .gnb {
  z-index: 1000;
}

.gnb {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  width: 100vw;
  font-size: 0;
  background-color: #fff;
  transition: background 0.3s, border 0.3s;
}
.gnb *, .gnb *:after, .gnb *:before {
  font-family: "SynergyDisplay";
}
@media (max-width: 768px) {
  .gnb {
    border-bottom: 1px solid #e3e3e3;
    height: 60px;
    min-width: 320px;
  }
}
@media (min-width: 769px) {
  .gnb {
    height: 100px;
    min-width: 1200px;
  }
}
@media (min-width: 769px) {
  .gnb:after {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.gnb.is-active {
  background-color: #fff;
}
.gnb.is-active.non-dimmed:after {
  display: none;
}
.gnb.is-active:after {
  display: block;
  opacity: 0.7;
}
.gnb.is-active .navigation-header:before {
  z-index: 100;
  background-color: #06090a;
}
.gnb.is-active .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  color: #202021;
}
.gnb.is-active .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-opened {
  color: #e9002b;
}
.gnb.is-active .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-active {
  color: #e9002b;
}
.gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  border: 1px solid #a6a6a6;
  color: #505051;
  background: url("../images/common/2021/support-icon_on.png") center right 7px/auto no-repeat;
}
.gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #a6a6a6;
  color: #505051;
}
.gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn span {
  background-color: #202121;
}
.gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:after, .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:before {
  background-color: #202121;
}
.gnb.all-menu-active .navigation-header:before {
  background-color: #3c3c41;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  display: none;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  position: absolute;
  top: 0;
  left: auto;
  right: 14px;
  display: block;
  text-align: right;
  width: 300px;
  height: 20px;
  padding: 0;
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 20px;
  color: #cccccc !important;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link + .support-d2-link:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  background-color: #525257;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #a1a1a6;
  background-color: #a1a1a6;
  color: #202021;
}
.gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  border: 1px solid #a1a1a6;
  background-color: #a1a1a6 !important;
  color: #202021 !important;
}
@media (min-width: 769px) {
  .gnb .navigation-header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 1px;
    background-color: #06090a;
  }
}
.gnb .navigation-header .gnb-content-mobile .logo {
  display: inline-block;
  margin: 3px 0 0 16px;
}
.gnb .navigation-header .gnb-content-mobile .logo .logo-link {
  display: block;
  width: 91px;
  padding: 15px 10px;
}
.gnb .navigation-header .gnb-content-mobile .logo .logo-link .img {
  width: 100%;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-open {
  position: absolute;
  top: 19px;
  right: 17px;
  display: block;
  padding: 10px;
  border: none;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-open span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px 0;
  background-color: #e9002b;
  font-size: 0;
  color: #e9002b;
  overflow: hidden;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-open:after, .gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-open:before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #e9002b;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap.is-open {
  display: block;
  right: 0;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top {
  height: 66px;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav {
  display: inline-block;
  margin: 21px 0 0 15px;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d1 {
  position: relative;
  z-index: 999;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #fff;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d1.is-open .support-d1-link:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d1.is-open .support-d2-wrap {
  display: block;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d1 .support-d1-link {
  display: block;
  position: relative;
  width: 108px;
  height: 28px;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #707071;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d1 .support-d1-link:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 9px;
  width: 9px;
  height: 6px;
  background: url("../images/common/2021/support-icon_sm.png") center/9px no-repeat;
  transition: transform 0.3s ease;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d2-wrap {
  display: none;
  position: relative;
  padding: 8px 0;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d2-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  width: 90px;
  height: 1px;
  background-color: #ededed;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .support-d2-wrap .support-d2-link {
  display: block;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  color: #707071;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .gnb-lang {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  margin-left: 5px;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .gnb-util-nav .gnb-lang .lang-link {
  display: block;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  background-color: #707071;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .side-menu-close {
  position: absolute;
  top: 22px;
  right: 10px;
  display: block;
  width: 27px;
  height: 27px;
  background-color: rgba(0, 0, 0, 0);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .side-menu-close:after, .gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .side-menu-close:before {
  content: "";
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 1px);
  display: block;
  width: 24px;
  height: 2px;
  background-color: #202021;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: center center;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .side-menu-top .side-menu-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group {
  padding-top: 21px;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2 {
  position: relative;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.add:after, .gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.add:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  display: block;
  width: 10px;
  height: 2px;
  background: #222;
  transition: transform 0.3s ease, background 0.3s ease;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.add:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.is-active:after {
  background: #e9002b;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.is-active:before {
  opacity: 0;
  background: #e9002b;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2.is-active .depth1-link {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0;
  color: #202021;
  transition: color 0.3s ease;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link:hover, .gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link:focus {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group {
  display: none;
  padding: 5px 15px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group .depth2-item + .depth2-item {
  border-top: 1px solid #e5e5e5;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  color: #505051;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group {
  font-size: 0;
  text-align: center;
  padding-bottom: 6px;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item {
  display: inline-block;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link {
  display: block;
  text-align: center;
  padding: 0 15px 13px;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  color: #999;
}
.gnb .navigation-header .gnb-content-mobile .nav-wrap .side-menu-wrap .depth1-group .depth1-item .depth2-group.depth2-ir .depth2-item .depth3-group .depth3-item:lang(en) {
  display: block;
}
.gnb .navigation-header .gnb-content-desktop {
  position: relative;
  width: 1200px;
  padding: 35px 20px 0;
  margin: 0 auto;
}
.gnb .navigation-header .gnb-content-desktop .logo {
  position: relative;
  z-index: 100;
  display: inline-block;
}
.gnb .navigation-header .gnb-content-desktop .logo .logo-link {
  display: block;
  width: 100px;
}
.gnb .navigation-header .gnb-content-desktop .logo .logo-link .img {
  width: 100%;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap {
  display: inline-block;
  margin-left: 50px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap:lang(en) {
  margin-left: 93px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item {
  display: inline-block;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 {
  margin: 0 30px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2:lang(en) {
  margin: 0 30px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #202021;
  transition: color 0.3s ease;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-opened {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link:focus, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-active {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  right: 0;
  z-index: 5;
  height: 370px;
  background-color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item {
  display: inline-block;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0;
  color: #202121;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link:lang(en) {
  line-height: 22px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link.is-opened {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link:focus {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth2-link.red {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group:lang(en) {
  padding-top: 13px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  color: #505051;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:lang(en) {
  padding: 5px 0;
  line-height: 20px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link.is-opened {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:focus {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group {
  position: relative;
  height: 230px;
  padding-top: 37px;
  margin: 0 0 0 109px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group:lang(en) {
  padding-top: 57px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item {
  display: block;
  width: 150px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth2-link:lang(en) {
  padding: 11.5px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content {
  position: absolute;
  top: 46px;
  left: 150px;
  height: 100%;
  padding-left: 60px;
  border-left: 1px dotted #1a1a1a;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content:lang(en) {
  top: 66px;
  left: 148px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-desc {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #202021;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-desc:lang(en) {
  font-size: 18px;
  font-weight: 300;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group {
  padding-top: 27px;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item {
  display: inline-block;
  vertical-align: top;
  border-radius: 140px;
  margin-right: 40px;
  text-align: center;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link {
  background: url("../images/common/2021/header-business-link01_lg.png?v2") center/140px no-repeat;
  transition: background-image 0.3s ease;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link.is-opened, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link:focus {
  background-image: url("../images/common/2021/header-business-link01-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  background-image: url("../images/common/2021/header-business-link01-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:lang(en) {
  margin-right: 42px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(2) .depth3-link {
  background-image: url("../images/common/2021/header-business-link02_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(2) .depth3-link.is-opened, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(2) .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(2) .depth3-link:focus {
  background-image: url("../images/common/2021/header-business-link02-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(2) .depth3-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  background-image: url("../images/common/2021/header-business-link02-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(3) .depth3-link {
  background-image: url("../images/common/2021/header-business-link03_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(3) .depth3-link.is-opened, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(3) .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(3) .depth3-link:focus {
  background-image: url("../images/common/2021/header-business-link03-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(3) .depth3-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  background-image: url("../images/common/2021/header-business-link03-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(4) .depth3-link {
  background-image: url("../images/common/2021/header-business-link04_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(4) .depth3-link.is-opened, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(4) .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(4) .depth3-link:focus {
  background-image: url("../images/common/2021/header-business-link04-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(4) .depth3-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  background-image: url("../images/common/2021/header-business-link04-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) {
  margin-right: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link {
  background-image: url("../images/common/2021/header-business-link05_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link.is-opened, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link:focus {
  background-image: url("../images/common/2021/header-business-link05-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  background-image: url("../images/common/2021/header-business-link05-on_lg.png?v2");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item:nth-child(5) .depth3-link .depth3-txt {
  top: 54%;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link.is-opened {
  color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link .depth3-txt {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-company .depth2-group .depth2-item .depth3-content .depth3-group .depth3-item .depth3-link .depth3-txt:lang(en) {
  font-size: 16px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 36px 20px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner:lang(en) {
  padding: 36px 0 0 27px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video {
  display: inline-block;
  vertical-align: top;
  width: 595px;
  height: 240px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video:lang(en) {
  width: 580px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link {
  display: block;
  margin-top: 15px;
  border-right: 1px dotted #1a1a1a;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .img {
  display: inline-block;
  width: 310px;
  vertical-align: top;
  margin-right: 29px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .img:lang(en) {
  margin-right: 20px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .depth2-video-wrap {
  display: inline-block;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .depth2-video-wrap span {
  display: block;
  color: #222;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .depth2-video-wrap span.txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .depth2-video-wrap span.title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-video .depth2-video-link .depth2-video-wrap span.desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.01em;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group {
  display: inline-block;
  width: 565px;
  padding-left: 33px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group:lang(en) {
  padding-top: 13px;
  padding-left: 40px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group .depth2-item {
  position: relative;
  width: 130px;
  margin-right: 15px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group .depth2-item:lang(en) {
  width: 115px;
  margin-right: 20px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group .depth2-item:last-child {
  width: auto;
  margin-right: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group .depth2-item:last-child:lang(en) {
  width: 115px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-esg .depth2-inner .depth2-group .depth2-item .depth3-group {
  position: absolute;
  top: 40px;
  left: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner {
  padding: 37px 20px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner:lang(en) {
  padding: 49px 10px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group {
  display: inline-block;
  vertical-align: top;
  width: 950px;
  padding-left: 200px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group:lang(en) {
  width: 935px;
  padding-left: 18px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item {
  position: relative;
  width: 130px;
  margin-right: 25px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item:lang(en) {
  width: 190px;
  margin-right: 39px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item:last-child {
  margin-right: 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item:last-child:lang(en) {
  width: 220px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item:last-child .depth3-item .depth3-link:last-child:lang(en) {
  padding: 3px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item .depth3-group {
  position: absolute;
  left: 0;
  top: 41px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item .depth3-group:lang(en) {
  padding-top: 8px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:lang(en) {
  padding: 5px 0;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 210px;
  padding-left: 30px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content:lang(en) {
  width: 245px;
  padding-left: 33px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content:lang(en):after {
  top: 3px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 1px;
  height: 285px;
  border-left: 1px dotted #1a1a1a;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .depth2-title {
  padding: 0 0 4px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0;
  color: #505051;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .depth2-title:lang(en) {
  margin-bottom: 12px;
  line-height: 21px;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item {
  width: 180px;
  height: 40px;
  border: 1px solid #b3b5b8;
  border-radius: 40px;
  margin-bottom: 10px;
  background: url("../images/common/2021/pdf-down-icon_lg.png") 4px center/auto no-repeat;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item:lang(en) {
  width: 100%;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item .down-link {
  position: relative;
  display: block;
  height: 100%;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item .down-link .down-link-txt {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 53px;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0;
  color: #202021;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item.none-down-item {
  background-image: url("../images/common/2021/none-down-icon_lg.png");
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item.other-style {
  margin-top: 20px;
  border-color: #e24b2f;
  background-color: #e24b2f;
  background-image: none;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.depth2-ir .depth2-inner .depth2-content .down-group .down-item.other-style a .down-link-txt {
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth2-wrap.is-active {
  display: block;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav {
  position: absolute;
  top: 45px;
  right: 10px;
  display: inline-block;
  padding-left: 60px;
  font-size: 0;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 20px;
  margin-top: 10px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  display: block;
  height: 20px;
  padding-left: 6px;
  border: 1px solid #a6a6a6;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #505051;
  background: url("../images/common/2021/support-icon_on.png") center right 7px/auto no-repeat;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100px;
  padding: 7px 0;
  border: 1px solid #b5b5b5;
  background: #fff;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap.is-active {
  display: block;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  display: block;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  color: #505051;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  margin: 10px 23px 0 6px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang:lang(en) {
  margin: 10px 25px 0 6px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  display: block;
  height: 20px;
  padding: 0 6px;
  border: 1px solid #a6a6a6;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #505051;
  background-color: rgba(0, 0, 0, 0);
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  color: #fff;
  background-color: #505051;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu {
  display: inline-block;
  vertical-align: top;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn {
  display: block;
  padding: 10px;
  border: none;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 7px 0;
  background-color: #fff;
  font-size: 0;
  background-color: #202121;
  overflow: hidden;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:after, .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #202121;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  min-height: 800px;
  background-color: #27272c;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner {
  width: 100%;
  height: 100vh;
  border-top: 100px solid #27272c;
  overflow-y: auto;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .all-menu-close-btn {
  position: absolute;
  top: 45px;
  left: calc(50% + 550px);
  z-index: 99;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .all-menu-close-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  font-size: 0;
  color: #fff;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .all-menu-close-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group {
  position: relative;
  width: 1200px;
  padding: 54px 0 0 50px;
  margin: 0 auto;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group:lang(en) {
  padding: 30px 0 0 26px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item {
  margin-bottom: 23px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2:lang(en) {
  width: 243px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 .depth1-link {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0;
  color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 .depth1-link:lang(en) {
  font-size: 25px;
  font-weight: 300;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 .depth1-link:hover, .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 .depth1-link:focus {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth1-h2 .depth1-link.is-opened {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group {
  display: inline-block;
  vertical-align: top;
  width: 880px;
  margin-top: 6px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group:lang(en) {
  margin-top: 14px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link:lang(en) {
  font-weight: 300;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link:hover, .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link:focus {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth2-link.is-opened {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group:lang(en) {
  margin-top: 3px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item {
  display: inline-block;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item + .depth3-item {
  margin-left: 3px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;
  color: #e5e5e5;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:lang(en) {
  font-size: 13px;
  color: #999;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link.is-opened {
  color: #ea002c;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:hover, .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group .depth2-item .depth3-group .depth3-item .depth3-link:focus {
  color: #e9002b;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-company .depth2-item {
  display: inline-block;
  margin-right: 8px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-company .depth2-item.style-block {
  display: block;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-esg .depth2-item {
  display: inline-block;
  margin-right: 8px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-esg .depth2-item.style-block {
  display: block;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir {
  display: inline-block;
  vertical-align: top;
  width: 360px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir:lang(en) {
  width: 880px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir .depth2-item .depth2-link {
  width: 96px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir .depth2-item .depth2-link:lang(en) {
  width: auto;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir .depth2-item .depth3-group {
  margin-left: 4px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir + .depth2-ir {
  width: 580px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir + .depth2-ir .depth2-item .depth2-link {
  width: 99px;
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir + .depth2-ir .depth2-item .depth3-group {
  width: calc(100% - 103px);
}
.gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-wrap .all-menu-inner .depth1-group .depth1-item .depth2-group.depth2-ir + .depth2-ir .depth2-item .depth3-group .depth3-item.first-item {
  margin: 0;
}

@media (min-width: 769px) {
  body.page-index .gnb {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 769px) {
  body.page-index .gnb .navigation-header:before {
    background-color: rgba(247, 247, 247, 0.2);
  }
}
body.page-index .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  color: #fff;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-active {
  color: #ea002c;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  border: 1px solid rgba(229, 233, 233, 0.5);
  color: #e5e9e9;
  background: url("../images/common/2021/support-icon_lg.png") center right 7px/auto no-repeat;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  color: #202021;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid rgba(229, 233, 233, 0.5);
  color: #e5e9e9;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  color: #202021;
  background-color: #e5e9e9;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn span {
  color: #fff;
  background-color: #fff;
}
body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:after, body.page-index .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:before {
  background-color: #fff;
}
body.page-index .gnb.is-active {
  background-color: #fff;
}
body.page-index .gnb.is-active.non-dimmed:after {
  display: none;
}
body.page-index .gnb.is-active:after {
  display: block;
  opacity: 0.7;
}
body.page-index .gnb.is-active .navigation-header:before {
  z-index: 100;
  background-color: #06090a;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  color: #202021;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-active {
  color: #ea002c;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  border: 1px solid #a6a6a6;
  color: #505051;
  background: url("../images/common/2021/support-icon_on.png") center right 7px/auto no-repeat;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  border: 1px solid #b5b5b5;
  background: #fff;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  color: #505051;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #a6a6a6;
  color: #505051;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  color: #fff;
  background-color: #505051;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn span {
  background-color: #202121;
}
body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:after, body.page-index .gnb.is-active .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:before {
  background-color: #202121;
}
body.page-index .gnb.all-menu-active .navigation-header:before {
  background-color: #3c3c41;
}
body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  display: none;
}
body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  background-color: rgba(0, 0, 0, 0) !important;
}
body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  color: #cccccc !important;
}
body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #a1a1a6;
  background-color: #a1a1a6;
  color: #202021 !important;
}
body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, body.page-index .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  border: 1px solid #a1a1a6;
  background-color: #a1a1a6 !important;
  color: #202021 !important;
}
body.page-index.scroll-active .gnb {
  background-color: #fff;
}
body.page-index.scroll-active .gnb .navigation-header:before {
  background-color: #06090a;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link {
  color: #202021;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .nav-wrap .depth1-group .depth1-item .depth1-h2 .depth1-link.is-active {
  color: #ea002c;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  border: 1px solid #a6a6a6;
  color: #505051;
  background: url("../images/common/2021/support-icon_on.png") center right 7px/auto no-repeat;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap {
  border: 1px solid #b5b5b5;
  background: #fff;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d2-wrap .support-d2-link {
  color: #505051;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #a6a6a6;
  color: #505051;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:hover, body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link:focus {
  color: #fff;
  background-color: #505051;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn span {
  background-color: #202121;
}
body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:after, body.page-index.scroll-active .gnb .navigation-header .gnb-content-desktop .gnb-util-nav .all-menu .all-menu-open-btn:before {
  background-color: #202121;
}
body.page-index.scroll-active .gnb.all-menu-active .navigation-header:before {
  background-color: #3c3c41;
}
body.page-index.scroll-active .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .support-d1 .support-d1-link {
  border: 1px solid #cecece;
  color: #4c4c4c;
  background-color: #e5e9e9;
  background-image: url("../images/common/2021/support-icon_allmenu.png");
}
body.page-index.scroll-active .gnb.all-menu-active .navigation-header .gnb-content-desktop .gnb-util-nav .gnb-lang .lang-link {
  border: 1px solid #86888b;
  color: #fff;
}

.footer-new {
  overflow: hidden;
}
.footer-new *, .footer-new *:after, .footer-new *:before {
  font-family: "SynergyDisplay";
}
.footer-new:lang(en) *, .footer-new:lang(en) *:after, .footer-new:lang(en) *:before {
  font-family: "Roboto";
}
.footer-new .quicklink {
  display: none;
  background-color: #27272c;
}
.footer-new .quicklink .inner {
  font-size: 0;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner {
    position: relative;
    padding: 43px 15px 16px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 98px 20px 59px;
  }
}
.footer-new .quicklink .inner:lang(en) {
  padding: 43px 20px 35px;
}
.footer-new .quicklink .inner .title-wrap {
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .title-wrap {
    display: block;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .title-wrap {
    display: inline-block;
    width: 186px;
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .title-wrap:lang(en) {
    padding-bottom: 15px;
  }
}
.footer-new .quicklink .inner .title-wrap .title {
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .title-wrap .title:lang(en) {
    font-size: 20px;
    line-height: 78px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .title-wrap:lang(en) {
    width: 170px;
  }
}
.footer-new .quicklink .inner .list {
  padding: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list {
    display: block;
    margin-top: 23px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .list {
    display: inline-block;
    width: 794px;
  }
}
.footer-new .quicklink .inner .list .group {
  font-size: 0;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group {
    margin-bottom: 15px;
  }
}
.footer-new .quicklink .inner .list .group .group-title {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-title {
    width: 85px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .list .group .group-title {
    width: 149px;
    font-size: 16px;
    line-height: 35px;
  }
}
.footer-new .quicklink .inner .list .group .group-link {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link {
    width: calc(100% - 110px);
  }
}
.footer-new .quicklink .inner .list .group .group-link .link {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
  background-color: #e7eef4;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link {
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .list .group .group-link .link {
    min-width: 100px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-01 {
    padding: 0 17px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-02 {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-03 {
    padding: 0 19px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-04 {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-05 {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-06 {
    padding: 0 7px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-06 {
    padding: 0 7px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-07 {
    padding: 0 11px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-08 {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-09 {
    padding: 0 4px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-10 {
    padding: 0 17px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-11 {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .list .group .group-link .link.item-12 {
    padding: 0 16px;
  }
}
.footer-new .quicklink .inner .list .group .group-link .link:hover, .footer-new .quicklink .inner .list .group .group-link .linkfocus {
  color: #000;
  background-color: #fff;
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .list .group .group-link .link + .link {
    margin-left: 10px;
  }
}
.footer-new .quicklink .inner .list .group + .group {
  margin-top: 20px;
}
.footer-new .quicklink .inner .family-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box {
    position: absolute;
    top: 45px;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box {
    width: 180px;
  }
}
.footer-new .quicklink .inner .family-box .btn-title {
  display: block;
  position: relative;
  border: 1px solid #fff;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box .btn-title {
    width: 135px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 27px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box .btn-title {
    padding-left: 34px;
    font-size: 16px;
    line-height: 35px;
  }
}
.footer-new .quicklink .inner .family-box .btn-title:after {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.1s ease;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box .btn-title:after {
    top: calc(50% - 3px);
    right: 15px;
    width: 8px;
    height: 6px;
    background: url("../images/common/2021/family-icon_sm.png") center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box .btn-title:after {
    top: calc(50% - 4px);
    right: 20px;
    width: 10px;
    height: 8px;
    background: url("../images/common/2021/family-icon_lg.png") center/auto no-repeat;
  }
}
.footer-new .quicklink .inner .family-box .btn-title.is-open:after {
  transform: rotate(180deg);
  -webkit-ransform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.footer-new .quicklink .inner .family-box .btn-title.is-open + .drop-box {
  display: block;
}
.footer-new .quicklink .inner .family-box .drop-box {
  position: absolute;
  left: 0;
  display: none;
  padding: 12px 0 17px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box .drop-box {
    top: 26px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box .drop-box {
    top: 36px;
    width: 180px;
  }
}
.footer-new .quicklink .inner .family-box .drop-box .drop-link {
  font-family: "Noto Sans KR";
  display: block;
  text-align: right;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box .drop-box .drop-link {
    width: 135px;
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box .drop-box .drop-link {
    padding-right: 30px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box:lang(en) {
    position: static;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box:lang(en) {
    width: calc(100% - 170px);
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link {
    display: block;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link {
    display: inline-block;
    width: 170px;
    vertical-align: top;
  }
}
.footer-new .quicklink .inner .family-box:lang(en) .famil-link:hover .famil-name, .footer-new .quicklink .inner .family-box:lang(en) .famil-linkfocus .famil-name {
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link + .famil-link {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link + .famil-link {
    margin-left: 35px;
  }
}
.footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-name {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  color: #202021;
  background-color: #e7eef4;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-name {
    display: inline-block;
    width: 115px;
    height: 25px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-name {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 35px;
  }
}
.footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-desc {
  font-weight: 400;
  letter-spacing: 0;
  color: #898989;
}
@media (max-width: 768px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-desc {
    position: absolute;
    left: 135px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 769px) {
  .footer-new .quicklink .inner .family-box:lang(en) .famil-link .famil-desc {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }
}
.footer-new .footer {
  border-top: 1px solid #3d3d42;
  background-color: #27272c;
}
.footer-new .footer .inner {
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 769px) {
  .footer-new .footer .inner {
    width: 1200px;
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    padding: 51px 0 80px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .logo {
    display: block;
    width: 98px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .logo .icon {
    height: 20px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .logo .icon {
    width: 100%;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social {
    margin: 50px 15px 35px;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .social {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social:lang(en) {
    margin: 35px 11px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item {
    display: inline-block;
    width: calc(100% / 6);
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item:lang(en) {
    width: 65px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .social .item + .item {
    margin-left: 14px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item + .item:lang(en) {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item .link {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item .link .icon {
    display: block;
    height: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .social .item .link .name {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #bababf;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .terms {
    border-top: 1px solid #3d3d42;
    padding: 35px 15px 20px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms {
    margin: 15px 0;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms:lang(en) {
    margin: 24px 0 2px;
  }
}
.footer-new .footer .inner .info .terms .item {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .terms .item {
    margin-bottom: 19px;
  }
}
.footer-new .footer .inner .info .terms .item .link {
  vertical-align: middle;
  font-family: "Noto Sans KR";
  display: inline-block;
  letter-spacing: 0;
  color: #bababf;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .terms .item .link {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms .item .link {
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
  }
}
.footer-new .footer .inner .info .terms .item .link.strong {
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.footer-new .footer .inner .info .terms .item .link:lang(en) {
  font-family: "Roboto";
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms .item .link:lang(en) {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .terms .item + .item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 9px;
    margin: 0 6px;
    background-color: #646468;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms .item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 9px;
    margin: 0 6px;
    background-color: #646468;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .terms .item:lang(en):before {
    margin: 0 11px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms .item:lang(en):before {
    margin: 0 13px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .terms .item:first-of-type:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area {
    display: block;
    padding: 27px 15px 0;
    border-top: 1px solid #3d3d42;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area:lang(en) {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area .address {
    margin-top: 11px;
  }
}
.footer-new .footer .inner .info .area .address span {
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: 0;
  color: #bababf;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area .address span {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .area .address span {
    font-size: 13px;
    line-height: 25px;
  }
}
.footer-new .footer .inner .info .area .copy {
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 0;
  color: #bababf;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area .copy {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .info .area .copy {
    font-size: 13px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .info .area .copy:lang(en) {
    padding-top: 11px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .contents {
    display: block;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    border-left: 1px solid #3d3d42;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .contents .social {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social {
    text-align: right;
    padding: 75px 0 31px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social:lang(en) {
    text-align: left;
    padding: 72px 60px 31px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item + .item {
    margin-left: 14px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item + .item:lang(en) {
    margin-left: 44px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item .link {
    display: block;
    width: 61px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item .link .icon {
    display: block;
    height: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .social .item .link .name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #bababf;
  }
}
@media (max-width: 768px) {
  .footer-new .footer .inner .contents .acc {
    margin-top: 20px;
    padding: 0 15px 30px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .acc {
    text-align: right;
  }
}
.footer-new .footer .inner .contents .acc .item {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .contents .acc .item + .item {
    margin-left: 26px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .acc .item + .item {
    margin-left: 30px;
  }
}
.footer-new .footer .inner .contents .acc .item .link {
  display: block;
}
.footer-new .footer .inner .contents .acc .item .icon {
  vertical-align: top;
}
@media (max-width: 768px) {
  .footer-new .footer .inner .contents .acc .item .icon {
    height: 27px;
  }
}
@media (min-width: 769px) {
  .footer-new .footer .inner .contents .acc .item .icon {
    height: 36px;
  }
}

body.page-index .footer-new .quicklink {
  display: block;
}
@media (max-width: 768px) {
  body.page-index .footer-new .footer .inner .info .social {
    margin: 35px 15px;
  }
}
@media (max-width: 768px) {
  body.page-index .footer-new .footer .inner .info .social:lang(en) {
    margin: 35px 11px;
  }
}

.maintenance-page {
  width: 100%;
  height: 100%;
}
.maintenance-page * {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.maintenance-page body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.maintenance-page .maintenance-header {
  max-width: 1144px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
  background: #fff;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header {
    height: 50px;
    padding: 11px 15px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-header {
    height: 82px;
    padding: 22px 50px;
  }
}
.maintenance-page .maintenance-header::after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.maintenance-page .maintenance-header .maintenance-logo {
  display: block;
  float: left;
  text-decoration: none;
  background: url("/images/common/sktelecom-logo_lg.png") 0 0/contain no-repeat;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header .maintenance-logo {
    width: 70px;
    height: 27px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-header .maintenance-logo {
    width: 100px;
    height: 38px;
  }
}
.maintenance-page .maintenance-header .util {
  display: inline-block;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header .util {
    padding-top: 4px;
  }
}
.maintenance-page .maintenance-header .util .img-5g {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header .util .img-5g {
    height: 17px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-header .util .img-5g {
    height: 36px;
  }
}
.maintenance-page .maintenance-header .util .bar {
  display: inline-block;
  width: 1px;
  vertical-align: middle;
  background: #e6e6e6;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header .util .bar {
    height: 10px;
    margin: 0 11px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-header .util .bar {
    height: 15px;
    margin: 0 18px;
  }
}
.maintenance-page .maintenance-header .util .link-en {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  background: url("/images/common/maintenance-eng_lg.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-header .util .link-en {
    width: 43px;
    height: 9px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-header .util .link-en {
    width: 47px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .maintenance-page #content {
    height: calc(100% - 50px);
  }
}
@media (min-width: 769px) {
  .maintenance-page #content {
    height: calc(100% - 82px);
  }
}
.maintenance-page .maintenance-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/images/common/maintenance-bg_lg.jpg") center/cover no-repeat;
}
.maintenance-page .maintenance-content .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.maintenance-page .maintenance-content .text-wrap .title {
  max-width: none;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-content .text-wrap .title {
    width: 85.1388vw;
    max-width: 466px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-content .text-wrap .title {
    height: 114px;
  }
}
.maintenance-page .maintenance-content .text-wrap .box {
  border: 1px solid rgba(242, 217, 199, 0.5);
  margin: 60px auto;
  background: rgba(21, 21, 70, 0.2);
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-content .text-wrap .box {
    width: 280px;
    padding: 17px 0;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-content .text-wrap .box {
    width: 360px;
    padding: 20px 0;
  }
}
.maintenance-page .maintenance-content .text-wrap .box p {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Segoe UI", AppleSDGothicNeo, "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", "Microsoft NeoGothic", "Droid sans", Verdana, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .maintenance-page .maintenance-content .text-wrap .box p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .maintenance-page .maintenance-content .text-wrap .box p {
    font-size: 18px;
    line-height: 27px;
  }
}
.maintenance-page .maintenance-content .text-wrap .box p + p {
  margin-top: 20px;
}
/* popup */
.popup-wrap {
  position: absolute;
  width: 1145px;
  left: 0;
  right: 0;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: center;
}

.popup-wrap .popups {
  display: inline-block;
}

.popup-wrap .popup {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  margin-bottom: 10px;
  vertical-align: top;
}

/* Only IE9 */
.msie9 .popup-wrap .popup {
  z-index: 1100;
}

.popup-wrap .popup .p-title {
  font-size: 21px;
  line-height: 27px;
  font-weight: bold;
  color: #e51937;
  text-align: center;
  padding: 30px 30px 0;
}

.popup-wrap .popup .p-txt-wrap {
  padding: 26px 30px 30px;
  min-height: 265px;
  box-sizing: border-box;
  text-align: left;
}

.popup-wrap .popup .p-txt-wrap p {
  font-size: 13px;
  line-height: 1.6;
  color: #141414;
}

.popup-wrap .popup .p-txt-wrap p * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.popup-wrap .popup .p-txt-wrap p + p {
  margin-top: 20px;
}

.popup-wrap .popup.hide {
  display: none;
}

.popup-wrap .popup img {
  vertical-align: top;
}

.popup-wrap .popup .popup-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background-color: #f1f1f1;
  border: 1px solid #666;
  box-shadow: 0 6px 12px 0 rgba(8, 1, 3, 0.2);
}

.popup-wrap .popup .popup-inner.content-txt {
  width: 510px;
}

.popup-wrap .popup .popup-inner.content-img {
  min-width: 332px;
}

.popup-wrap .popup .popup-content a {
  display: inline-block;
  background-color: #fff;
}

.popup-wrap .popup .popup-utils {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border-top: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-wrap .popup .popup-utils button {
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #2f3033;
  border: none;
}

@media screen and (max-width: 768px) {
  .popup-wrap {
    margin-top: 100px;
  }

  .popup-wrap .popups {
    margin-left: 0;
  }

  .popup-wrap, .popup-wrap .popups {
    width: 100%;
    display: block;
  }

  .popup-wrap .popup {
    margin-left: 0 !important;
    display: block;
  }

  .popup-wrap .popup .popup-inner {
    display: inline-block;
    max-width: 375px;
    margin: 0 auto;
  }

  .popup-wrap .popup .popup-inner.content-txt {
    width: 100%;
  }

  .popup-wrap .popup img {
    width: 100%;
  }

  .popup-wrap .popup .p-title {
    padding: 25px 25px 0;
  }

  .popup-wrap .popup .p-txt-wrap {
    padding: 20px 25px 25px;
  }
}
@media screen and (max-width: 332px) {
  .popup-wrap .popup .popup-inner.content-img {
    width: 100%;
    min-width: 0;
  }
}
/* //popup */
@media (min-width: 769px) {
  .side-menu {
    z-index: 3;
  }
}

/*======================================개별 페이지======================================*/
/* Only IE9 */
.msie9.page-index .index-intro .dot-list {
  z-index: 999;
}

/* 메인 */
body.page-index .gnb + .content {
  padding-top: 0px;
}
@media (max-width: 768px) {
  body.page-index .gnb + .content {
    padding-top: 60px;
  }
}
body.page-index *, body.page-index *:after, body.page-index *:before {
  font-family: "SynergyDisplay";
}
body.page-index .index-intro {
  position: relative;
}
@media (max-width: 768px) {
  body.page-index .index-intro {
    height: 400px;
    background: #27272c;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro {
    height: 800px;
  }
}
body.page-index .index-intro .index-intro-swiper {
  height: 100%;
}
body.page-index .index-intro .index-intro-swiper .slick-track, body.page-index .index-intro .index-intro-swiper .slick-list, body.page-index .index-intro .index-intro-swiper .slick-slide {
  height: 100%;
}
body.page-index .index-intro .slide {
  position: relative;
}
body.page-index .index-intro .slide .slide-link {
  display: block;
  height: 100%;
}
body.page-index .index-intro .slide .slide-link .blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur {
    width: 69.72%;
    padding: 125px 10px 0 15px;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  body.page-index .index-intro .slide .slide-link .blur {
    padding-right: 15px;
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  body.page-index .index-intro .slide .slide-link .blur {
    width: calc(69.72% - 30px);
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur {
    width: 50%;
  }
}
body.page-index .index-intro .slide .slide-link .blur .txt-box {
  position: absolute;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box {
    position: relative;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box {
    top: 273px;
    right: 0;
    width: 572px;
    padding-right: 20px;
  }
}
body.page-index .index-intro .slide .slide-link .blur .txt-box .title {
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .title:lang(en) {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .title:lang(en) {
    line-height: 60px;
  }
}
body.page-index .index-intro .slide .slide-link .blur .txt-box .title .fw-400 {
  font-weight: 400;
  color: #fff;
}
body.page-index .index-intro .slide .slide-link .blur .txt-box .text {
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .text {
    padding-top: 14px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .text:lang(en) {
    padding-top: 22px;
    line-height: 25px;
  }
}
body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon {
    margin-top: 20px;
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon:lang(en) {
    margin-top: 23px;
    font-size: 13px;
  }
}
body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url("../images/main/2021/intro-more-icon_lg.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon:after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide .slide-link .blur .txt-box .more-icon:after {
    width: 30px;
    height: 30px;
  }
}
body.page-index .index-intro .slide .slide-link .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.page-index .index-intro .slide.none-link .blur {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur {
    width: 69.72%;
    padding: 125px 10px 0 15px;
  }
}
@media (max-width: 768px) and (min-width: 375px) {
  body.page-index .index-intro .slide.none-link .blur {
    padding-right: 15px;
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  body.page-index .index-intro .slide.none-link .blur {
    width: calc(69.72% - 30px);
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur {
    width: 50%;
  }
}
body.page-index .index-intro .slide.none-link .blur .txt-box {
  position: absolute;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box {
    position: relative;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box {
    top: 273px;
    right: 0;
    width: 572px;
    padding-right: 20px;
  }
}
body.page-index .index-intro .slide.none-link .blur .txt-box .title {
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .title:lang(en) {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .title:lang(en) {
    line-height: 60px;
  }
}
body.page-index .index-intro .slide.none-link .blur .txt-box .title .fw-400 {
  font-weight: 400;
  color: #fff;
}
body.page-index .index-intro .slide.none-link .blur .txt-box .text {
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .text {
    padding-top: 14px;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .text {
    padding-top: 5px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .text:lang(en) {
    padding-top: 22px;
    line-height: 25px;
  }
}
body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon {
    margin-top: 20px;
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon:lang(en) {
    margin-top: 23px;
    font-size: 13px;
  }
}
body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url("../images/main/2021/intro-more-icon_lg.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon:after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .slide.none-link .blur .txt-box .more-icon:after {
    width: 30px;
    height: 30px;
  }
}
body.page-index .index-intro .slide.none-link .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body.page-index .index-intro .dot-list {
  position: absolute;
  z-index: 10;
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list {
    bottom: 13px;
    left: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
  }
}
body.page-index .index-intro .dot-list .num {
  vertical-align: middle;
  font-family: "Roboto";
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list .num {
    display: block;
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .num {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
  }
}
body.page-index .index-intro .dot-list .num .point {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list .num .point {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .num .point {
    font-size: 30px;
    line-height: 40px;
  }
}
body.page-index .index-intro .dot-list .num .all-num {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list .num .all-num {
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .num .all-num {
    font-size: 14px;
    line-height: 40px;
  }
}
body.page-index .index-intro .dot-list .dots {
  position: relative;
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .dots {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 9px 0 11px;
  }
}
body.page-index .index-intro .dot-list .dots:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24.99%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.2s ease;
}
body.page-index .index-intro .dot-list .dots:lang(en):after {
  width: 33.3233333333%;
}
body.page-index .index-intro .dot-list .dots.active-01:after {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
body.page-index .index-intro .dot-list .dots.active-02:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
body.page-index .index-intro .dot-list .dots.active-03:after {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
}
body.page-index .index-intro .dot-list .dots.active-04:after {
  transform: translateX(300%);
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
}
body.page-index .index-intro .dot-list .dots.active-01:lang(en):after {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
body.page-index .index-intro .dot-list .dots.active-02:lang(en):after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
body.page-index .index-intro .dot-list .dots.active-03:lang(en):after {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
}
body.page-index .index-intro .dot-list .dots .slick-dots {
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list .dots .slick-dots {
    width: 38vw;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .dots .slick-dots {
    width: 180px;
  }
}
body.page-index .index-intro .dot-list .dots .slick-dots li {
  display: inline-block;
  width: 24.99%;
}
body.page-index .index-intro .dot-list .dots .slick-dots li:lang(en) {
  width: 33.3233333333%;
}
body.page-index .index-intro .dot-list .dots .slick-dots li button {
  position: relative;
  width: 100%;
  border: none;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  opacity: 0.3;
}
@media (max-width: 768px) {
  body.page-index .index-intro .dot-list .dots .slick-dots li button {
    height: 24px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .dots .slick-dots li button {
    height: 40px;
  }
}
body.page-index .index-intro .dot-list .dots .slick-dots li button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .slide-stop {
    display: inline-block;
    vertical-align: middle;
    margin-top: 17px;
    width: 40px;
    height: 40px;
    border: none;
    margin: 0 auto;
    background: url("../images/main/2021/slide-stop_lg.png") center/26px no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-intro .dot-list .slide-stop.play {
    background-image: url("../images/main/2021/slide-play_lg.png");
  }
}
@media (max-width: 768px) {
  body.page-index .index-business {
    background-color: #27272c;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business {
    position: relative;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .title-wrap {
    padding: 43px 15px 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .title-wrap {
    width: 1200px;
    padding: 83px 20px 57px;
    margin: 0 auto;
  }
}
body.page-index .index-business .title-wrap .title {
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
}
@media (max-width: 768px) {
  body.page-index .index-business .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .title-wrap .title {
    color: #fff;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .title-wrap .title {
    margin-bottom: 21px;
  }
}
body.page-index .index-business .title-wrap .title-desc {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 0;
  color: #202121;
}
body.page-index .index-business .pin-spacer {
  width: 100% !important;
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 1200px !important;
    height: 800px;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper {
    position: relative;
    width: 100%;
    height: 800px;
    max-width: 2200px;
    margin: 0 auto;
    overflow: hidden;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slick-track, body.page-index .index-business .index-business-content .index-business-swiper .slick-list, body.page-index .index-business .index-business-content .index-business-swiper .slick-slide {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide {
    position: relative;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide {
    position: absolute;
    left: 0;
    top: 800px;
    width: 100%;
    height: 800px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.focus-show {
    z-index: 9999;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.focus-show .slide-inner {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.mobile {
    top: 0;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide.mobile .dimmed {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.digitalinfra .slide-inner .desc:lang(en) {
    font-size: 12px;
    white-space: nowrap;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide.is-show {
  z-index: 10;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .dimmed {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .dimmed {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .dimmed {
    opacity: 0;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .img {
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .img {
    padding-bottom: 42.57%;
    background-size: cover;
    min-height: 210px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #fff;
  }
}
@media (max-width: 480px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .img:lang(en) {
    padding-bottom: 60%;
  }
}
@media (max-width: 380px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .img:lang(en) {
    padding-bottom: 80%;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner {
  text-align: center;
  position: absolute;
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner {
    width: 100%;
    min-width: 320px;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10vw 20px 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 256px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner:lang(en) {
    padding: 12vw 20px 0;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .text {
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .text {
    padding-bottom: 16px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .text {
    padding-bottom: 33px;
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .text:lang(en) {
    padding-bottom: 5px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .desc {
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .desc {
    padding-bottom: 13px;
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .desc {
    padding-bottom: 17px;
    font-size: 25px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .desc:lang(en) {
    padding-bottom: 21px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .business-page-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group {
  font-size: 0;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0;
  opacity: 0.7;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link {
    padding: 0 15px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link {
    font-size: 15px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link:lang(en) {
    padding: 0 12px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link:hover, body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link:focus {
  opacity: 1;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link + .link {
  position: relative;
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link + .link {
    margin-left: 61px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link + .link:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0.5);
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link + .link:before {
    left: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide .slide-inner .link-group .link + .link:before {
    left: -30px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link {
  position: relative;
}
body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0.5);
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:after {
    left: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:after {
    left: -30px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0.5);
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:before {
    right: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .index-business-swiper .slide.one-link .slide-inner .link-group .link:before {
    right: -30px;
  }
}
body.page-index .index-business .index-business-content .index-business-swiper.scroll-start + .business-dots {
  opacity: 1;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots {
    max-width: 1879px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots:lang(en) {
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow-y: -moz-scrollbars-none;
    -webkit-overflow-style: none;
    scrollbar-face-color: #1b3b86;
    scrollbar-track-color: #1b3b86;
    scrollbar-arrow-color: none;
    scrollbar-highlight-color: #1b3b86;
    scrollbar-3dlight-color: none;
    scrollbar-shadow-color: #1b3b86;
    scrollbar-darkshadow-color: none;
    scrollbar-width: none;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots:lang(en)::-webkit-scrollbar {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots:lang(en)::-moz-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots.scroll-active {
    opacity: 1;
    transition: opacity 0.5s;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots {
    margin: 0 auto;
    tab-size: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots {
    position: absolute;
    right: 60px;
    bottom: 270px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots:lang(en) {
    width: 560px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li {
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li {
    position: relative;
    width: 195px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li:lang(en) {
    width: 270px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 65px;
    background-color: #fff;
    opacity: 0.3;
  }
}
body.page-index .index-business .index-business-content .business-dots .slick-dots li button {
  width: 100%;
  border: none;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li button {
    padding: 0 3vw;
    font-size: 12px;
    line-height: 58px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li button {
    vertical-align: middle;
    padding-right: 40px;
    font-size: 15px;
    line-height: 65px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  body.page-index .index-business .index-business-content .business-dots .slick-dots li button:lang(en) {
    padding: 0 15px;
  }
}
body.page-index .index-business .index-business-content .business-dots .slick-dots li:hover:after, body.page-index .index-business .index-business-content .business-dots .slick-dots li:focus:after {
  opacity: 1;
}
body.page-index .index-business .index-business-content .business-dots .slick-dots li:hover button, body.page-index .index-business .index-business-content .business-dots .slick-dots li:focus button {
  opacity: 0.9;
}
body.page-index .index-business .index-business-content .business-dots .slick-dots li.slick-active:after {
  opacity: 1;
}
body.page-index .index-business .index-business-content .business-dots .slick-dots li.slick-active button {
  opacity: 0.9;
}
body.page-index .index-business .index-business-content .business-open-wrap .business-open {
  position: absolute;
  bottom: 0;
  height: 801px;
  width: calc(50% - 170px);
  background-color: #fff;
}
body.page-index .index-business .index-business-content .business-open-wrap .business-open.left {
  left: 0;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
}
body.page-index .index-business .index-business-content .business-open-wrap .business-open.right {
  right: 0;
  transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
}
body.page-index .index-esg {
  position: relative;
  background-color: #eff1f3;
}
body.page-index .index-esg .esg-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
body.page-index .index-esg .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner {
    padding: 43px 15px 50px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner {
    padding: 80px 20px 100px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .title-wrap {
    padding-bottom: 17px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap {
    padding-bottom: 15px;
  }
}
body.page-index .index-esg .inner .title-wrap .title {
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .title-wrap .title {
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap .title {
    padding-bottom: 11px;
  }
}
body.page-index .index-esg .inner .title-wrap .title-desc {
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #202021;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .title-wrap .title-desc {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap .title-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .title-wrap .title-desc:lang(en) {
    letter-spacing: 0;
  }
}
body.page-index .index-esg .inner .esg-list ul {
  padding: 0;
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul {
    padding: 0 2px;
  }
}
body.page-index .index-esg .inner .esg-list ul .item {
  transition: background-image 0.3s ease;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item {
    position: relative;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item {
    display: inline-block;
    width: 380px;
    height: 500px;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(1) {
    background: url("../images/main/2021/seg-img01_sm.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(1) {
    background: url("../images/main/2021/seg-img01_lg.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(1):after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
    background-image: url("../images/main/2021/seg-img01_on_lg.jpg");
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(1):hover, body.page-index .index-esg .inner .esg-list ul .item:nth-child(1):focus {
    background-image: url("../images/main/2021/seg-img01_on_lg.jpg");
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(2) {
    background: url("../images/main/2021/seg-img02_sm.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(2) {
    background: url("../images/main/2021/seg-img02_lg.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(2):after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
    background-image: url("../images/main/2021/seg-img02_on_lg.jpg");
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(2):hover, body.page-index .index-esg .inner .esg-list ul .item:nth-child(2):focus {
    background-image: url("../images/main/2021/seg-img02_on_lg.jpg");
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(3) {
    background: url("../images/main/2021/seg-img03_sm.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(3) {
    background: url("../images/main/2021/seg-img03_lg.jpg") center center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(3):after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
    background-image: url("../images/main/2021/seg-img03_on_lg.jpg");
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(3):hover, body.page-index .index-esg .inner .esg-list ul .item:nth-child(3):focus {
    background-image: url("../images/main/2021/seg-img03_on_lg.jpg");
  }
}
body.page-index .index-esg .inner .esg-list ul .item .esg-item-link {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .esg-item-link {
    padding-bottom: 43.0769%;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item .esg-item-link {
    height: 100%;
  }
}
body.page-index .index-esg .inner .esg-list ul .item .desc {
  display: block;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc {
    left: 45%;
    text-align: left;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc {
    padding-top: 53px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc:lang(en) {
    left: 40%;
  }
}
body.page-index .index-esg .inner .esg-list ul .item .desc .name {
  display: block;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .name {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
  }
}
body.page-index .index-esg .inner .esg-list ul .item .desc .txt {
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .txt {
    margin-top: 7px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .txt {
    margin-top: 297px;
    font-size: 24px;
    line-height: 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .txt:lang(en) {
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item .desc .txt:lang(en) {
    margin-top: 335px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item:nth-child(3) .desc .txt:lang(en) {
    margin-top: 320px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-esg .inner .esg-list ul .item + .item {
    margin-top: 5px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-esg .inner .esg-list ul .item + .item {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-news .inner {
    margin: 0 15px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px 100px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner:lang(en) {
    padding-bottom: 79px;
  }
}
body.page-index .index-news .inner .title-wrap {
  position: relative;
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .title-wrap {
    padding: 44px 0 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap {
    padding: 80px 0 29px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap:lang(en) {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap:lang(en):after {
    left: 100px;
    width: 935px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap:after {
    content: "";
    position: absolute;
    left: 182px;
    top: 109px;
    display: inline-block;
    width: 852px;
    height: 1px;
    background-color: #1a1a1a;
  }
}
body.page-index .index-news .inner .title-wrap .title {
  display: inline-block;
  vertical-align: middle;
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
body.page-index .index-news .inner .title-wrap .view-link {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0;
  color: #202121;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .title-wrap .view-link {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap .view-link {
    margin-top: 15px;
    font-size: 14px;
  }
}
body.page-index .index-news .inner .title-wrap .view-link:after {
  content: "";
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  background: url("../images/common/2021/round-more-icon.png") center right/contain no-repeat;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .title-wrap .view-link:after {
    width: 15px;
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .title-wrap .view-link:after {
    width: 30px;
    margin-left: 10px;
  }
}
body.page-index .index-news .inner .grid-full {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item {
    padding: 0 2px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item {
    padding-bottom: 50px;
    font-size: 0;
  }
}
body.page-index .index-news .inner .grid-full .item .link {
  display: block;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item .thumb {
    display: block;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item .thumb {
    display: inline-block;
    vertical-align: top;
    width: 650px;
  }
}
body.page-index .index-news .inner .grid-full .item .thumb .img {
  width: 100%;
  vertical-align: top;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item .text {
    display: block;
    padding-top: 12px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item .text {
    display: inline-block;
    vertical-align: top;
    width: 510px;
    padding: 47px 10px 0 51px;
  }
}
body.page-index .index-news .inner .grid-full .item .text .news-title {
  display: block;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #202121;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item .text .news-title {
    padding-bottom: 4px;
    font-size: 17.5px;
    line-height: 25px;
    max-height: 50px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item .text .news-title {
    padding-bottom: 6px;
    font-size: 30px;
    line-height: 40px;
    max-height: 80px;
  }
}
body.page-index .index-news .inner .grid-full .item .text .news-txt {
  display: block;
  font-family: "Noto Sans KR";
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #505051;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item .text .news-txt {
    max-height: 45px;
    font-weight: 300;
    line-height: 22.5px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item .text .news-txt {
    max-height: 100px;
    font-weight: 400;
    line-height: 25px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item.item-01 {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-full .item.item-02 {
    padding-bottom: 31px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-full .item.item-02 .text {
    padding: 47px 20px 12px 31px;
  }
}
body.page-index .index-news .inner .grid-second {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second {
    font-size: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second:lang(en) {
    border: none;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2);
  }
}
body.page-index .index-news .inner .grid-second .item .link {
  position: relative;
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link {
    margin: 15px 0 15px 3px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link {
    margin: 30px 30px 30px 0;
  }
}
body.page-index .index-news .inner .grid-second .item .link .text {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link .text {
    width: calc(100% - 50.76%);
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link .text {
    width: calc(100% - 280px);
    padding: 8px 15px 0 0;
  }
}
body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title {
  display: block;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #202121;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title {
    font-size: 15px;
    line-height: 18px;
    height: 53px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title {
    margin-top: -5px;
    font-size: 20px;
    line-height: 30px;
    height: 90px;
  }
}
body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title:lang(en) {
  font-weight: 400;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title:lang(en) {
    font-size: 15px;
    line-height: 20px;
    height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-title:lang(en) {
    font-size: 16px;
    line-height: 33px;
    height: 99px;
  }
}
body.page-index .index-news .inner .grid-second .item .link .text .grid-news-date {
  position: absolute;
  left: 0;
  bottom: -4px;
  font-family: "Noto Sans KR";
  line-height: 20px;
  letter-spacing: 0;
  color: #999;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-date {
    font-size: 11px;
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link .text .grid-news-date {
    font-size: 14px;
    font-weight: 500;
  }
}
body.page-index .index-news .inner .grid-second .item .link .thumb {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item .link .thumb {
    width: 50.76%;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item .link .thumb {
    width: 280px;
  }
}
body.page-index .index-news .inner .grid-second .item .link .thumb .img {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-index .index-news .inner .grid-second .item + .item {
    border-top: 1px solid #1c1c1c;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item + .item {
    border-left: 1px dotted #1a1a1a;
  }
}
@media (min-width: 769px) {
  body.page-index .index-news .inner .grid-second .item + .item .link {
    margin: 30px 0 30px 30px;
  }
}
body.page-index .index-ir {
  background: #eff1f3;
}
@media (max-width: 768px) {
  body.page-index .index-ir {
    overflow: hidden;
  }
}
body.page-index .index-ir .inner {
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner {
    position: relative;
    padding: 44px 15px 54px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner {
    position: relative;
    width: 1200px;
    height: 245px;
    padding: 80px 20px 0;
  }
}
body.page-index .index-ir .inner .title-wrap {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .title-wrap {
    width: 70px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .title-wrap {
    width: 180px;
  }
}
body.page-index .index-ir .inner .title-wrap .title {
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
body.page-index .index-ir .inner .counter {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .counter {
    width: calc(100% - 70px);
    margin-top: -7px;
  }
}
@media (max-width: 768px) and (max-width: 355px) {
  body.page-index .index-ir .inner .counter {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .counter {
    width: 980px;
    padding-top: 14px;
  }
}
@media (max-width: 380px) {
  body.page-index .index-ir .inner .counter:lang(en) {
    width: 100%;
    margin-top: 10px;
  }
}
body.page-index .index-ir .inner .counter iframe {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .counter iframe {
    height: 53px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .counter iframe {
    height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info {
    display: inline-block;
    position: absolute;
    top: 80px;
    right: 20px;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 3px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info:lang(en) {
    top: 90px;
  }
}
body.page-index .index-ir .inner .info .link-stock {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .link-stock {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .link-stock {
    margin-right: 27px;
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .link-stock:lang(en) {
    display: block;
    margin: 3px 0 0;
    text-align: right;
  }
}
body.page-index .index-ir .inner .info .link-stock:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .link-stock:after {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background: #202021 url("../images/main/2021/icon-arrow-right_sm.png") left 10px center/6px auto no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .link-stock:after {
    width: 30px;
    height: 60px;
    background: url("../images/common/2021/round-more-icon.png") center right/30px no-repeat;
    background-position: top 14px right;
  }
}
body.page-index .index-ir .inner .info .group {
  font-size: 0;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .group {
    display: block;
    margin: 0 2px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
  }
}
body.page-index .index-ir .inner .info .group .item {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background-color: #35383c;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .group .item {
    width: calc(33.333% - 3.333px);
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item {
    width: 130px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) and (min-width: 491px) {
  body.page-index .index-ir .inner .info .group .item:lang(en) {
    width: calc(26% - 3.4px);
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item:lang(en) {
    width: auto;
    padding: 0 25px 0 10px;
  }
}
@media (max-width: 490px) {
  body.page-index .index-ir .inner .info .group .item:lang(en) {
    width: calc(50% - 2.5px);
  }
}
@media (max-width: 768px) and (min-width: 491px) {
  body.page-index .index-ir .inner .info .group .item:lang(en):nth-child(1) {
    width: calc(41% - 3.3px);
  }
}
@media (max-width: 490px) {
  body.page-index .index-ir .inner .info .group .item:lang(en):nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) and (min-width: 491px) {
  body.page-index .index-ir .inner .info .group .item:lang(en):nth-child(2) {
    width: calc(33% - 3.3px);
  }
}
@media (max-width: 490px) {
  body.page-index .index-ir .inner .info .group .item:lang(en):nth-child(2) {
    width: calc(50% - 2.5px);
    margin: 0;
  }
}
body.page-index .index-ir .inner .info .group .item .link {
  display: block;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .group .item .link {
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
  }
}
body.page-index .index-ir .inner .info .group .item .link:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../images/main/2021/info-btn-icon.png") center right/auto no-repeat;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .group .item .link:after {
    right: 10px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item .link:after {
    right: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item .link:lang(en):after {
    right: 10px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-ir .inner .info .group .item + .item {
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-ir .inner .info .group .item + .item {
    margin-left: 10px;
  }
}
body.page-index .index-recruit {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-index .index-recruit {
    background: #27272c url("../images/main/2021/recruit-bg_sm.jpg") center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit {
    background: #27272c url("../images/main/2021/recruit-bg.jpg") center/cover no-repeat;
  }
}
body.page-index .index-recruit .inner {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner {
    padding: 46px 15px 32px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner {
    width: 1200px;
    height: 370px;
    padding: 80px 20px 0;
  }
}
body.page-index .index-recruit .inner .title-wrap {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .title-wrap {
    width: 182px;
  }
}
body.page-index .index-recruit .inner .title-wrap .title {
  font-family: "SynergyDisplay";
  font-weight: 600;
  letter-spacing: 0;
  color: #202121;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner .title-wrap .title {
    font-size: 17.5px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .title-wrap .title {
    font-size: 24px;
    line-height: 60px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .title-wrap .title:lang(en) {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner .recruit-content {
    transform: translate(80px, 0);
    opacity: 0;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .recruit-content {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
  }
}
body.page-index .index-recruit .inner .recruit-content .sub {
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner .recruit-content .sub {
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .recruit-content .sub {
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 55px;
  }
}
body.page-index .index-recruit .inner .recruit-content .link {
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner .recruit-content .link {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .recruit-content .link {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  body.page-index .index-recruit .inner .recruit-content .link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: 10px;
    background: #fff url("../images/main/2021/icon-arrow-right2_sm.png") left 9px center/5px auto no-repeat;
  }
}
@media (min-width: 769px) {
  body.page-index .index-recruit .inner .recruit-content .link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url("../images/main/2021/recruit-btn-icon.png") center right/auto no-repeat;
  }
}

/* 비전 시작 // */
.introduce-vision-page *, .introduce-vision-page *:after, .introduce-vision-page *:before {
  font-family: "SynergyDisplay";
}
.introduce-vision-page:lang(en) *, .introduce-vision-page:lang(en) *:after, .introduce-vision-page:lang(en) *:before {
  font-family: "Roboto";
}
.introduce-vision-page * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro {
    margin-top: 18px;
    background: #20222c url("../images/introduce/2021/vision-intro-bg-noline_sm.jpg") top center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro {
    margin-top: 39px;
    background: #20222c url("../images/introduce/2021/vision-intro-bg-noline_lg.jpg") top center/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt {
    padding: 39px 0 30px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt {
    padding: 64px 0 47px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt:lang(en) {
    padding: 39px 0 38px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt:lang(en) {
    padding: 64px 0 70px;
  }
}
.introduce-vision-page .vision-intro .intro-txt .intro-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-title {
    padding-bottom: 15px;
    font-size: 23px;
    line-height: 32px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-title {
    padding-bottom: 33px;
    font-size: 35px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-title:lang(en) {
    line-height: 28px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-title:lang(en) {
    padding-bottom: 42px;
    line-height: 45px;
  }
}
.introduce-vision-page .vision-intro .intro-txt .intro-desc-wrap .intro-desc {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0;
  color: rgba(247, 247, 247, 0.8);
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-desc-wrap .intro-desc {
    padding-bottom: 14px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-desc-wrap .intro-desc {
    padding-bottom: 17px;
    font-size: 15px;
    line-height: 29px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-desc-wrap .intro-desc:lang(en) {
    padding-bottom: 7px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-txt .intro-desc-wrap .intro-desc:lang(en) {
    padding-bottom: 14px;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-business {
    padding: 34px 0 35px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business {
    padding: 62px 0 65px;
    background-color: rgba(4, 4, 4, 0.5);
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business:lang(en) {
    padding: 59px 0 65px;
  }
}
.introduce-vision-page .vision-intro .intro-business .business-title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-business .business-title {
    margin: 0 auto 25px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business .business-title {
    margin: 0 auto 36px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-business .business-title:lang(en) {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business .business-title:lang(en) {
    margin: 0 auto 38px;
  }
}
.introduce-vision-page .vision-intro .intro-business .business-content .business-figure {
  text-align: center;
}
.introduce-vision-page .vision-intro .intro-business .business-content .business-figure:lang(en) {
  text-align: left;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-intro .intro-business .business-content .business-figure img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business .business-content .business-figure img {
    width: 760px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-intro .intro-business .business-content .business-figure img:lang(en) {
    margin-left: 57px;
    width: 838px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-family {
    padding: 39px 0 26px;
    background-color: #20222c;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family {
    padding-top: 74px;
    height: 752px;
    background-color: #20222c;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family:lang(en) {
    padding-top: 70px;
    height: 770px;
  }
}
.introduce-vision-page .vision-family .section-inner .intro-family .family-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-title {
    padding-bottom: 32px;
    font-size: 17.5px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-title {
    margin: 0 auto;
    font-size: 28px;
    line-height: 45px;
  }
}
.introduce-vision-page .vision-family .section-inner .intro-family .family-link-content {
  position: relative;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content {
    max-width: 330px;
    height: 697px;
    margin: 0 auto;
    font-size: 0;
    background: url("../images/introduce/2021/vision-ict-family_sm.png?v4") top center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content {
    width: 920px;
    height: 494px;
    margin: 40px 53px 0;
    background: url("../images/introduce/2021/vision-ict-family_lg.png?v4") top center/auto no-repeat;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content:lang(en) {
    height: 830px;
    background-image: url("../images/introduce/2021/vision-ict-family-en_sm.png");
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content:lang(en) {
    width: 978px;
    height: 535px;
    margin: 40px 50px 0;
    background-image: url("../images/introduce/2021/vision-ict-family-en_lg.png");
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link {
    position: absolute;
    display: block;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link01 {
    left: 295px;
    top: 195px;
    width: 160px;
    height: 130px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link01:lang(en) {
    left: 298px;
    top: 212px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link02 {
    left: 477px;
    top: 195px;
    width: 160px;
    height: 130px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link02:lang(en) {
    left: 482px;
    top: 212px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link03 {
    left: 515px;
    top: 0px;
    width: 76px;
    height: 62px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link03:lang(en) {
    left: 519px;
    width: 203px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link04 {
    left: 616px;
    top: 22px;
    width: 144px;
    height: 64px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link04:lang(en) {
    left: 637px;
    top: 72px;
    width: 210px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link05 {
    left: 715px;
    top: 111px;
    width: 114px;
    height: 44px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link05:lang(en) {
    left: 720px;
    top: 142px;
    width: 151px;
    height: 52px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link06 {
    left: 744px;
    top: 174px;
    width: 130px;
    height: 62px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link06:lang(en) {
    left: 746px;
    top: 206px;
    width: 161px;
    height: 85px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link07 {
    left: 746px;
    top: 263px;
    width: 174px;
    height: 50px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link07:lang(en) {
    top: 302px;
    width: 236px;
    height: 79px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link08 {
    left: 716px;
    top: 335px;
    width: 127px;
    height: 45px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link08:lang(en) {
    top: 384px;
    width: 152px;
    height: 49px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link09 {
    left: 663px;
    top: 404px;
    width: 157px;
    height: 40px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link09:lang(en) {
    left: 651px;
    top: 444px;
    width: 161px;
    height: 48px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link10 {
    left: 516px;
    top: 452px;
    width: 130px;
    height: 40px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link10:lang(en) {
    left: 482px;
    top: 490px;
    width: 167px;
    height: 48px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link11 {
    left: 274px;
    top: 452px;
    width: 122px;
    height: 40px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link11:lang(en) {
    left: 181px;
    top: 488px;
    width: 193px;
    height: 48px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link12 {
    left: 106px;
    top: 368px;
    width: 135px;
    height: 40px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link12:lang(en) {
    left: 56px;
    top: 404px;
    width: 192px;
    height: 48px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link13 {
    left: 0px;
    top: 258px;
    width: 190px;
    height: 61px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link13:lang(en) {
    left: 27px;
    top: 285px;
    width: 169px;
    height: 66px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link14 {
    left: 35px;
    top: 176px;
    width: 152px;
    height: 40px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link14:lang(en) {
    left: 0;
    top: 183px;
    width: 198px;
    height: 67px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link15 {
    left: 78px;
    top: 74px;
    width: 162px;
    height: 62px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link15:lang(en) {
    left: 0;
    top: 88px;
    width: 246px;
    height: 74px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link16 {
    left: 79px;
    top: 0;
    width: 318px;
    height: 62px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-link.link16:lang(en) {
    left: 51px;
    top: 0;
    width: 304px;
    height: 83px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-first-group {
    font-size: 0;
    padding-bottom: 15px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-first-group:lang(en) {
    padding-bottom: 10px;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-first-group .family-link {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-bottom: 52%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link {
    display: block;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link01 {
    padding-bottom: 46%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link01:lang(en) {
    padding-bottom: 64%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link02 {
    padding-bottom: 41%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link02:lang(en) {
    padding-bottom: 55%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link03 {
    padding-bottom: 32%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link03:lang(en) {
    padding-bottom: 52%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link04 {
    padding-bottom: 50%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link04:lang(en) {
    padding-bottom: 56%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link05 {
    padding-bottom: 33%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link05:lang(en) {
    padding-bottom: 47%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link06 {
    padding-bottom: 35%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-left-group .family-link.link06:lang(en) {
    padding-bottom: 47%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link {
    display: block;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link07 {
    padding-bottom: 41%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link07:lang(en) {
    padding-bottom: 52%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link08 {
    padding-bottom: 41%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link08:lang(en) {
    padding-bottom: 56%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link09 {
    padding-bottom: 30%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link09:lang(en) {
    padding-bottom: 35%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link10 {
    padding-bottom: 41%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link10:lang(en) {
    padding-bottom: 54%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link11 {
    padding-bottom: 47%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link11:lang(en) {
    padding-bottom: 63%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link12 {
    padding-bottom: 37%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link13 {
    padding-bottom: 34%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link13:lang(en) {
    padding-bottom: 39%;
  }
  .introduce-vision-page .vision-family .section-inner .intro-family .family-link-content .family-right-group .family-link.link14 {
    padding-bottom: 41%;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries {
    padding-top: 44px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries {
    padding-top: 63px;
  }
}
.introduce-vision-page .global-table-countries .section-inner .title {
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .title {
    text-align: center;
    font-size: 17.5px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .title {
    margin: 0 auto;
    font-size: 35px;
    line-height: 45px;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner {
  border-top: 1px solid #a5a5a5;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner {
    margin-top: 19px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row {
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row {
    height: 130px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .flag {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .flag {
    display: inline-block;
    width: 112px;
    padding: 26px 18px;
    vertical-align: middle;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .flag img {
  width: 75px;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country {
    padding-bottom: 12px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country {
    display: inline-block;
    width: 606px;
    padding: 0 23px;
    vertical-align: middle;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .location {
  font-size: 13px;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .location {
    padding-top: 5px;
    font-weight: 400;
    line-height: 19px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .location {
    font-weight: 700;
    line-height: 23px;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .name {
  font-size: 13px;
  letter-spacing: 0;
  color: #666;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .name {
    font-weight: 400;
    line-height: 19px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .name {
    font-weight: 700;
    line-height: 23px;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .country .address {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .tel {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .tel {
    display: inline-block;
    width: 177px;
    vertical-align: middle;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .tel p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #202021;
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .tel a {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .fax {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .fax {
    display: inline-block;
    width: 145px;
    vertical-align: middle;
  }
}
.introduce-vision-page .global-table-countries .section-inner .global-table-inner .row .fax p {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting {
    padding: 32px 0 35px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting {
    padding: 63px 0 70px;
  }
}
.introduce-vision-page .global-table-consulting .title {
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting .title {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting .title {
    font-size: 25px;
    line-height: 36px;
  }
}
.introduce-vision-page .global-table-consulting table {
  width: 100%;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table th:first-child, .introduce-vision-page .global-table-consulting tabletd:first-child {
    width: 80px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table th:first-child, .introduce-vision-page .global-table-consulting tabletd:first-child {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table th:nth-child(2), .introduce-vision-page .global-table-consulting tabletd:nth-child(2) {
    width: 100px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table th:nth-child(2), .introduce-vision-page .global-table-consulting tabletd:nth-child(2) {
    width: 185px;
  }
}
.introduce-vision-page .global-table-consulting table th {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table th {
    padding: 10px 0 11px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table th {
    padding: 10px 0 13px;
  }
}
.introduce-vision-page .global-table-consulting table th + th {
  border-left: 1px solid #dbdbdb;
}
.introduce-vision-page .global-table-consulting table td {
  border-bottom: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.025em;
  text-align: center;
  vertical-align: middle;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table td {
    padding: 10px 0 11px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table td {
    padding: 10px 0 13px;
  }
}
.introduce-vision-page .global-table-consulting table td + td {
  border-left: 1px solid #dbdbdb;
}
.introduce-vision-page .global-table-consulting table td:last-child {
  text-align: left;
}
@media (max-width: 768px) {
  .introduce-vision-page .global-table-consulting table td:last-child {
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .global-table-consulting table td:last-child {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms {
    padding-bottom: 46px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms {
    padding-bottom: 93px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content {
    padding: 46px 0 97px;
    background: #fff url("../images/introduce/2021/vision-skms-bg_sm.jpg") top center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content {
    height: 400px;
    padding: 85px 0 85px;
    background: #fff url("../images/introduce/2021/vision-skms-bg_lg.jpg") top center/cover no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content:lang(en) {
    height: 440px;
  }
}
.introduce-vision-page .vision-skms .skms-txt-content .skms-title {
  padding-bottom: 15px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-title {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-title {
    font-size: 35px;
    line-height: 60px;
  }
}
.introduce-vision-page .vision-skms .skms-txt-content .skms-desc {
  text-align: center;
  font-weight: 400;
  color: rgba(247, 247, 247, 0.8);
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-desc {
    padding-bottom: 24px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-desc {
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-desc:lang(en) {
    line-height: 18px;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-desc:lang(en) {
    padding-bottom: 35px;
    font-size: 17px;
    line-height: 25px;
  }
}
.introduce-vision-page .vision-skms .skms-txt-content .skms-down-link {
  display: block;
  width: 190px;
  height: 40px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: 0;
  color: #202021;
  background-color: #fff;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link {
    position: relative;
    width: 135px;
    height: 30px;
    padding-left: 22px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link {
    width: 190px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link:lang(en) {
    width: 185px;
    font-weight: 500;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link:lang(en) {
    width: 248px;
    font-weight: 400;
  }
}
.introduce-vision-page .vision-skms .skms-txt-content .skms-down-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/introduce/2021/vision-skms-btn_lg.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 7px;
    height: 10px;
    background-image: url("../images/introduce/2021/vision-skms-btn_sm.png");
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .skms-txt-content .skms-down-link:after {
    width: 10px;
    height: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content {
    margin-top: -70px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content {
    padding-bottom: 12px;
    margin-top: -30px;
    font-size: 0;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content:lang(en) {
    margin-top: -40px;
  }
}
.introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item {
  vertical-align: top;
  text-align: center;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item {
    padding: 30px 10px 23px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item {
    display: inline-block;
    width: 346px;
    height: 580px;
    padding: 55px 15px 0;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item:lang(en) {
    height: 680px;
  }
}
.introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item:nth-child(2) {
  background-color: #fff;
}
.introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-title {
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-title {
    padding: 0 20px;
    font-size: 25px;
    line-height: 36px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-title {
    font-size: 25px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-title:lang(en) {
    font-size: 20px;
    line-height: 25px;
  }
}
.introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-img {
  display: block;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-img {
    width: 105px;
    height: 105px;
    margin: 14px auto 22px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-img {
    width: 130px;
    height: 130px;
    margin: 32px auto 47px;
  }
}
.introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-desc {
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-desc {
    padding: 0 10px;
    font-size: 13px;
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-desc {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .skms-item-content .skms-item .item-desc:lang(en) {
    font-size: 13px;
    line-height: 17px;
  }
}
.introduce-vision-page .vision-skms .section-inner .tip {
  font-family: "Roboto", "Noto Sans KR";
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #666;
}
@media (max-width: 768px) {
  .introduce-vision-page .vision-skms .section-inner .tip {
    padding: 8px 10px 0;
    margin-left: 48px;
    font-size: 12px;
    line-height: 16px;
    text-indent: -48px;
  }
}
@media (min-width: 769px) {
  .introduce-vision-page .vision-skms .section-inner .tip {
    text-align: right;
    font-size: 13px;
    line-height: 25px;
  }
}

/* // 비전 끝 */
/* 사업소개 공통 // */
.introduce-mobile-page *, .introduce-mobile-page *:after, .introduce-mobile-page *:before, .subscription-page *, .subscription-page *:after, .subscription-page *:before, .metaverse-page *, .metaverse-page *:after, .metaverse-page *:before, .ai-page *, .ai-page *:after, .ai-page *:before, .digitalinfra-page *, .digitalinfra-page *:after, .digitalinfra-page *:before {
  font-family: "SynergyDisplay";
}
.introduce-mobile-page:lang(en) *, .introduce-mobile-page:lang(en) *:after, .introduce-mobile-page:lang(en) *:before, .subscription-page:lang(en) *, .subscription-page:lang(en) *:after, .subscription-page:lang(en) *:before, .metaverse-page:lang(en) *, .metaverse-page:lang(en) *:after, .metaverse-page:lang(en) *:before, .ai-page:lang(en) *, .ai-page:lang(en) *:after, .ai-page:lang(en) *:before, .digitalinfra-page:lang(en) *, .digitalinfra-page:lang(en) *:after, .digitalinfra-page:lang(en) *:before {
  font-family: "Roboto";
}

.introduce-intro {
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce-intro {
    margin-top: 21px;
    background: #181510 url("../images/introduce/2021/mobile-intro-bg-en_sm.jpg") top right/cover no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .introduce-intro {
    height: 400px;
    margin-top: 39px;
    background: #181510 url("../images/introduce/2021/mobile-intro-bg_lg.jpg") center/auto no-repeat;
    background-size: 2500px;
  }
}
@media (min-width: 769px) {
  .introduce-intro.is-active {
    -webkit-animation: introBgScaleD 2s 0s ease forwards;
    -moz-animation: introBgScaleD 2s 0s ease forwards;
    animation: introBgScaleD 2s 0s ease forwards;
  }
}
.introduce-intro .section-inner {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content {
    padding: 110px 0 26px 0;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content:lang(en) {
    padding: 172px 0 22px 0;
  }
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content.intro-link-content {
    padding-bottom: 0;
  }
}
.introduce-intro .section-inner .intro-content .intro-desc {
  font-weight: 300;
  letter-spacing: -0.01em;
  color: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content .intro-desc {
    text-align: left;
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media (min-width: 769px) {
  .introduce-intro .section-inner .intro-content .intro-desc {
    position: absolute;
    left: 0;
    bottom: 61px;
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content .intro-desc:lang(en) {
    font-size: 13px;
    line-height: 18px;
    color: rgba(247, 247, 247, 0.8);
  }
}
@media (min-width: 769px) {
  .introduce-intro .section-inner .intro-content .intro-desc:lang(en) {
    font-size: 17px;
    line-height: 25px;
    color: #f7f7f7;
  }
}
.introduce-intro .section-inner .intro-content .intro-link {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  background: url("../images/introduce/2021/video-icon.png") center right/auto no-repeat;
}
@media (max-width: 768px) {
  .introduce-intro .section-inner .intro-content .intro-link {
    padding: 20px 19px 20px 20px;
    font-size: 11px;
    line-height: 15px;
    background-size: 15px;
  }
}
@media (min-width: 769px) {
  .introduce-intro .section-inner .intro-content .intro-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 40px 20px 20px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-intro .section-inner .intro-content .intro-link:lang(en) {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .introduce-banner {
    padding: 35px 0 35px;
  }
}
@media (min-width: 769px) {
  .introduce-banner {
    padding: 98px 0 100px;
  }
}
.introduce-banner .section-inner .banner-content .banner-item-content {
  font-size: 0;
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item {
    display: block;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 350px;
  }
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link {
  display: block;
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content {
  display: block;
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-text {
  display: block;
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-text {
    padding-bottom: 13px;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-text {
    padding-bottom: 22px;
  }
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon {
    margin-top: -4px;
    padding-bottom: 15px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon:lang(en) {
    font-size: 13px;
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon:lang(en) {
    font-size: 17px;
  }
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon:after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url("../images/introduce/2021/video-icon.png") center right/15px no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-link .banner-text-content .banner-icon:after {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    background: url("../images/introduce/2021/banner-icon.png") center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item + .banner-item {
    margin-top: 10px;
  }
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item img {
  width: 100%;
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content .banner-text {
  width: 100%;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.01em;
  color: rgba(247, 247, 247, 0.8);
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content .banner-text {
    padding: 0 20px 14px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content .banner-text {
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content .banner-text:lang(en) {
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .introduce-banner .section-inner .banner-content .banner-item-content .banner-item .banner-text-content .banner-text:lang(en) {
    padding: 0 70px 20px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .introduce-business {
    padding: 30px 0 35px;
  }
}
@media (min-width: 769px) {
  .introduce-business {
    padding: 93px 0 60px;
  }
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content {
    padding-top: 13px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content {
    padding-top: 6px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content {
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap {
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap {
    display: inline-block;
    width: calc(100% / 4);
    margin-bottom: 40px;
  }
}
.introduce-business .section-inner .business-content .business-link-wrap .business-link {
  display: block;
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link {
    height: 70px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link img {
    width: 93px;
    padding: 17px 0;
    vertical-align: middle;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link img {
    display: block;
    height: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 93px);
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc {
    display: block;
    padding-top: 8px;
  }
}
.introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-txt {
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 115px);
    padding-left: 0 15px 0 7.5%;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-txt {
    display: block;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 20px;
  }
}
.introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  background-color: #202021;
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn {
    vertical-align: middle;
    width: 105px;
    height: 25px;
    border-radius: 25px;
    margin-left: 10px;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn {
    min-width: 150px;
    height: 40px;
    padding: 0 20px;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
  }
}
.introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn:after {
    width: 5px;
    height: 25px;
    margin-left: 5px;
    background: url("../images/introduce/2021/white-btn-icon_sm.png") center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-business .section-inner .business-content .business-link-wrap .business-link .desc .desc-btn:after {
    width: 10px;
    height: 40px;
    margin-left: 10px;
    background: url("../images/introduce/2021/white-btn-icon_lg.png") center/auto no-repeat;
  }
}

.introduce-news {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .introduce-news {
    padding: 31px 0 43px;
  }
}
@media (min-width: 769px) {
  .introduce-news {
    padding: 59px 0 88px;
  }
}
.introduce-news .section-inner .news-content {
  position: relative;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content {
    padding-top: 12px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content {
    padding-top: 35px;
  }
}
.introduce-news .section-inner .news-content .news-more-link {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-more-link {
    top: -25px;
    font-size: 11px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-more-link {
    top: -40px;
    font-size: 14px;
    line-height: 30px;
  }
}
.introduce-news .section-inner .news-content .news-more-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/2021/round-more-icon.png") center/contain no-repeat;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-more-link:after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-more-link:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
.introduce-news .section-inner .news-content .news-content-inner {
  font-size: 0;
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap {
    display: inline-block;
    vertical-align: top;
    width: 500px;
  }
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap + .news-link-wrap {
    margin-top: 13px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap + .news-link-wrap {
    margin-left: 40px;
  }
}
.introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link {
  display: block;
}
.introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link img {
  width: 100%;
}
.introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc {
  display: block;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc {
    padding-top: 7px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc {
    padding-top: 15px;
  }
}
.introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-txt {
  display: block;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #202121;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-txt {
    max-height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-txt {
    max-height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-date {
  font-weight: 400;
  letter-spacing: 0;
  color: #707071;
}
@media (max-width: 768px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-date {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-news .section-inner .news-content .news-content-inner .news-link-wrap .news-link .desc .desc-date {
    font-size: 15px;
    line-height: 30px;
  }
}

.introduce-lnb {
  overflow: hidden;
  background-color: #27272c;
}
.introduce-lnb .section-inner .title {
  font-weight: 400;
  letter-spacing: 0;
  color: #f0f0f0;
}
@media (max-width: 768px) {
  .introduce-lnb .section-inner .title {
    padding-top: 17px;
    font-size: 15px;
    line-height: 52px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .section-inner .title {
    font-size: 25px;
    line-height: 100px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap {
    font-size: 0;
    max-width: 1924px;
    margin: 0 auto;
  }
}
.introduce-lnb .lnb-wrap .lnb-item {
  position: relative;
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item {
    display: block;
    min-height: 100px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item {
    display: inline-block;
    width: calc(100% / 5);
    height: 350px;
    vertical-align: middle;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link {
    display: block;
    min-height: 100px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 350px;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link:hover .lnb-link-bg-wrap .lnb-link-bg, .introduce-lnb .lnb-wrap .lnb-item .lnb-link:focus .lnb-link-bg-wrap .lnb-link-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap {
    width: 384px;
    height: 350px;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap .lnb-link-bg {
  transition: transform 0.8s;
}
@media (max-width: 768px) and (min-width: 471px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap .lnb-link-bg {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap .lnb-link-bg {
    height: 100%;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-bg-wrap .lnb-link-bg {
    width: 384px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-txt {
    position: absolute;
    left: 0;
    top: 23%;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .lnb-link-txt {
    display: block;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link .name {
  display: block;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .name {
    padding: 0 0 3px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .name {
    font-size: 35px;
    line-height: 50px;
    padding-top: 95px;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link .name:lang(en) {
  font-family: "SynergyDisplay";
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link .name:lang(en) {
    padding: 102px 0 26px;
    font-size: 32px;
    line-height: 42px;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link-list {
  position: absolute;
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list {
    left: 0;
    top: 52%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list {
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list {
  text-align: center;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list {
    display: inline-block;
    font-size: 11px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list {
    display: block;
    font-size: 15px;
  }
}
.introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list:lang(en) {
  font-family: "SynergyDisplay";
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list:hover, .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list:focus {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list + .list {
    margin-left: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1400px) {
  .introduce-lnb .lnb-wrap .lnb-item .lnb-link-list .list.developers {
    letter-spacing: -0.07em;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item.di-service .name:lang(en) {
    padding-top: 60px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item.di-service .lnb-link-list {
    top: 204px;
  }
}
@media (min-width: 769px) {
  .introduce-lnb .lnb-wrap .lnb-item.di-service .lnb-link-list:lang(en) {
    top: 210px;
  }
}

/* // 사업소개 공통 */
/* 이동통신 시작 // */
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-intro:lang(en) {
    background-size: 384px;
  }
}
.introduce-mobile-page .introduce-ranking {
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking {
    padding: 30px 0 29px;
    background: #f0f0f0 url("../images/introduce/2021/mobile-ranking-bg_sm.jpg") top right/384px no-repeat;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking {
    height: 410px;
    padding-top: 64px;
    background: #f0f0f0 url("../images/introduce/2021/mobile-ranking-bg_lg.jpg") center/auto no-repeat;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking:lang(en) {
    padding: 30px 0 64px;
    background-color: #ede8e5;
    background-image: url("../images/introduce/2021/mobile-ranking-bg-en_sm.jpg");
    background-size: cover;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking:lang(en) {
    height: 470px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content {
    padding-top: 7px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup {
    width: 58%;
    margin-bottom: 28px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup {
    padding: 5px 0 35px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup:lang(en) {
    width: 75%;
  }
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .type-txt:lang(en) {
  line-height: 40px;
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc {
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #666;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc:lang(en) {
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc:lang(en) {
    line-height: 26px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-textgroup .desc:lang(en) {
    width: 560px;
    font-size: 15px;
    line-height: 22px;
  }
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content {
  font-size: 0;
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure:lang(en) {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure:first-child {
    margin-right: 100px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure:nth-child(2) {
    margin-right: 90px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure:nth-child(2):lang(en) {
    margin: 20px 0;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure:nth-child(2):lang(en) {
    margin-right: 100px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure img {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure img:lang(en) {
    width: 20%;
  }
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption {
    font-size: 18px;
    line-height: 30px;
  }
}
.introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption .strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption .strong {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption .strong {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption:lang(en) {
    position: absolute;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: calc(20% + 20px);
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .introduce-mobile-page .introduce-ranking .section-inner .ranking-content .ranking-figure-content .ranking-figure figcaption:lang(en) {
    width: 135px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.03em;
  }
}
.introduce-mobile-page .introduce-news {
  background-color: #fff;
}

/* // 이동통신 끝 */
/* 구독 시작 // */
@media (max-width: 768px) {
  .subscription-page .introduce-intro {
    background-color: #000;
    background-image: url("../images/introduce/2021/subscribe-intro-bg_sm.jpg");
  }
}
@media (min-width: 769px) {
  .subscription-page .introduce-intro {
    background-color: #000;
    background-image: url("../images/introduce/2021/subscribe-intro-bg_lg.jpg");
  }
}
@media (max-width: 768px) {
  .subscription-page .introduce-intro .section-inner .intro-content {
    padding-top: 152px;
  }
}

/* // 구독 끝 */
/* 메타버스 시작 // */
@media (max-width: 768px) {
  .metaverse-page .introduce-intro {
    background-color: #181e1c;
    background-image: url("../images/introduce/2021/metaverse-intro-bg_sm.jpg");
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-intro {
    background-color: #181e1c;
    background-image: url("../images/introduce/2021/metaverse-intro-bg_lg.jpg");
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info {
    padding-top: 93px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info.introduce-ifland {
    padding-top: 42px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info.introduce-vavr {
    padding-top: 31px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup {
    padding: 9px 0 15px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup {
    padding: 4px 0 34px;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc {
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #666;
  color: #707071;
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc:lang(en) {
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc:lang(en) {
    line-height: 26px;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-textgroup .desc:lang(en) {
  font-family: "Roboto";
}
.metaverse-page .introduce-info .section-inner .info-content .info-item-content {
  text-align: center;
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content {
    font-size: 0;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item {
  position: relative;
  vertical-align: top;
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item {
    display: block;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item {
    display: inline-block;
    vertical-align: top;
    width: 346px;
    height: 300px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item:nth-child(2) {
    margin: 0 1px;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item img {
    height: 100%;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content {
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content {
    padding: 0 20px;
    bottom: 9px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content {
    top: 227px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content:lang(en) {
    bottom: 14px;
  }
}
.metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content .info-text {
  width: 100%;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content .info-text {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content .info-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content .info-text:lang(en) {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-info .section-inner .info-content .info-item-content .info-item .info-text-content .info-text:lang(en) {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .metaverse-page .introduce-business .section-inner .business-content .business-link-wrap {
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (min-width: 769px) {
  .metaverse-page .introduce-business .section-inner .business-content .business-link-wrap {
    width: 33.33%;
  }
}

/* // 메타버스 끝 */
/* AI 시작 // */
@media (max-width: 768px) {
  .ai-page .introduce-intro {
    background-color: #5d4935;
    background-image: url("../images/introduce/2021/ai-intro-bg_sm.jpg");
  }
}
@media (min-width: 769px) {
  .ai-page .introduce-intro {
    background-color: #2e2b26;
    background-image: url("../images/introduce/2021/ai-intro-bg_lg.jpg");
  }
}
@media (max-width: 768px) {
  .ai-page .introduce-intro .section-inner .intro-content {
    padding-top: 132px;
  }
}

/* // AI 끝 */
/* 디지털 인프라 시작 // */
@media (max-width: 768px) {
  .digitalinfra-page .introduce-intro {
    background-color: #1e1722;
    background-image: url("../images/introduce/2021/digitalinfra-intro-bg_sm.jpg");
    background-position: center bottom;
  }
}
@media (min-width: 769px) {
  .digitalinfra-page .introduce-intro {
    background-color: #1e1722;
    background-image: url("../images/introduce/2021/digitalinfra-intro-bg_lg.jpg");
  }
}
@media (max-width: 768px) {
  .digitalinfra-page .introduce-intro .section-inner .intro-content {
    padding-top: 196px;
  }
}

/* // 디지털 인프라 끝 */
/* 연혁 시작 // */
.introduce-history-page *, .introduce-history-page *:after, .introduce-history-page *:before {
  font-family: "SynergyDisplay";
}
.introduce-history-page:lang(en) *, .introduce-history-page:lang(en) *:after, .introduce-history-page:lang(en) *:before {
  font-family: "Roboto";
}
@media (max-width: 768px) {
  .introduce-history-page .content-body .tab-header {
    padding-top: 10px;
    margin: 0 15px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .content-body .tab-header {
    width: 1040px;
    padding-top: 33px;
    margin: 0 auto;
  }
}
.introduce-history-page .content-body .tab-header .custom-select-wrap * {
  font-family: "Roboto", "Noto Sans KR";
}
@media (min-width: 769px) {
  .introduce-history-page .content-body .tab-header ul {
    border: none;
  }
}
.introduce-history-page .content-body .tab-header ul .tab-item {
  width: calc(100% - 610px);
  border: 1px solid #c4c4c4;
  margin-top: 8px;
  background-color: #fff;
  transition: width 0.3s;
}
.introduce-history-page .content-body .tab-header ul .tab-item a {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  color: 707071;
}
.introduce-history-page .content-body .tab-header ul .tab-item:first-child {
  border-right: none;
  border-top-left-radius: 5px;
}
.introduce-history-page .content-body .tab-header ul .tab-item:last-child {
  border-left: none;
  border-top-right-radius: 5px;
}
.introduce-history-page .content-body .tab-header ul .tab-item.active {
  width: 610px;
  border: none;
  margin-top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #7b746c;
}
.introduce-history-page .content-body .tab-header ul .tab-item.active a {
  height: 60px;
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab:lang(en) {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab:lang(en) {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history {
    padding-bottom: 67px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history {
    padding-bottom: 135px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history.first .history-img-wrap .history-desktop-img .history-img-title {
    letter-spacing: 0.29em;
  }
}
.introduce-history-page .history-img-tab .introduce-history .history-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .history-img-wrap {
    margin-bottom: 40px;
    background-color: #fff !important;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .history-img-wrap {
    margin-bottom: 80px;
  }
}
.introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-mobile-img {
  padding-bottom: 52.83%;
  background-size: cover;
}
.introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-desktop-img {
  overflow: hidden;
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-desktop-img {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1921px) {
  .introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-desktop-img {
    width: 100%;
    height: 400px;
    max-width: 2200px;
    margin: 0 auto;
    background-size: cover;
  }
}
.introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-desktop-img .history-img-title {
  font-family: "SynergyDisplay";
  font-size: 70px;
  font-weight: 400;
  line-height: 400px;
  letter-spacing: 0.31em;
  color: #fff;
  height: 400px;
}
.introduce-history-page .history-img-tab .introduce-history .history-img-wrap .history-desktop-img .history-img-ani {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap {
  opacity: 0;
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-title {
  font-weight: 600;
  letter-spacing: 0em;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-title {
    padding-bottom: 22px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-title {
    padding-bottom: 51px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-title:lang(en) {
    padding-bottom: 11px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-title:lang(en) {
    line-height: 50px;
  }
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt {
  letter-spacing: -0.025em;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt:lang(ko) {
    font-family: "Noto Sans KR";
  }
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt:lang(en) {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt:lang(en) {
    line-height: 17px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt:lang(en) {
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt + .history-txt {
    padding-top: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt + .history-txt {
    padding-top: 26px;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt + .history-txt:lang(en) {
    padding-top: 7px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-txt + .history-txt:lang(en) {
    padding-top: 0;
  }
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-content-img {
  opacity: 0;
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  width: 100%;
}
@media (max-width: 768px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-content-img {
    padding-top: 17px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-content-img {
    padding-top: 64px;
  }
}
.introduce-history-page .history-img-tab .introduce-history .section-inner .history-content .history-txt-wrap .history-content-img img {
  width: 100%;
}
.introduce-history-page .history-txt-tab {
  position: relative;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab {
    padding: 40px 0 45px;
    margin: 0 15px;
    overflow-x: hidden;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab {
    width: 1040px;
    padding: 54px 0 88px 0;
    margin: 0 auto;
  }
}
.introduce-history-page .history-txt-tab .history-line {
  position: absolute;
  width: 1px;
  background-color: #ea002c;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-line {
    top: 49px;
    left: 54px;
    height: calc(100% - 102px);
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-line {
    top: 80px;
    left: 352px;
    height: calc(100% - 198px);
  }
}
.introduce-history-page .history-txt-tab .history-txt-content {
  position: relative;
  font-size: 0;
}
.introduce-history-page .history-txt-tab .history-txt-content:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 100px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content:after {
    top: 4px;
    left: 51px;
    width: 7px;
    height: 7px;
    border: 2px solid #ea002c;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-txt-content:after {
    top: 22px;
    left: 345px;
    width: 15px;
    height: 15px;
    border: 3px solid #ea002c;
  }
}
.introduce-history-page .history-txt-tab .history-txt-content + .history-txt-content {
  margin-top: 42px;
}
.introduce-history-page .history-txt-tab .history-txt-content .title-years {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content .title-years {
    width: 73px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-txt-content .title-years {
    width: 420px;
    padding: 0 0 0 210px;
    font-size: 30px;
    line-height: 60px;
  }
}
.introduce-history-page .history-txt-tab .history-txt-content .history-txt-list {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list {
    width: calc(100% - 73px);
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list {
    padding-top: 15px;
  }
}
.introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item {
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #707071;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item {
    padding-left: 7px;
    font-size: 12px;
    line-height: 17px;
    text-indent: -7px;
    color: #202021;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item {
    font-size: 15px;
    line-height: 30px;
    color: #707071;
  }
}
.introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item:before {
    width: 2px;
    height: 2px;
    margin-right: 5px;
    background-color: #202021;
  }
}
@media (min-width: 769px) {
  .introduce-history-page .history-txt-tab .history-txt-content .history-txt-list .history-txt-item:before {
    width: 5px;
    height: 5px;
    margin-right: 15px;
    background-color: #707071;
  }
}
@media (max-width: 768px) {
  .introduce-history-page .history-txt-tab .history-txt-content:last-child:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 52px;
    width: 5px;
    height: 100%;
    background-color: #fff;
  }
}

/* // 연혁 끝 */
/* CI/BI 시작 // */
.brand-cibi-page {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .brand-cibi-page .content-body {
    padding-bottom: 42px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .content-body {
    padding-bottom: 92px;
  }
}
.brand-cibi-page .content-body .section-inner .desc {
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #666;
}
@media (max-width: 768px) {
  .brand-cibi-page .content-body .section-inner .desc {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .content-body .section-inner .desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .content-body .section-inner .desc:lang(en) {
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .content-body .section-inner .desc:lang(en) {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download {
    padding: 20px 0 47px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download {
    padding: 40px 0 92px;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content {
  border: 5px solid #f0f0f0;
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download .section-inner .download-content {
    height: 350px;
    font-size: 0;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content .download-item {
  position: relative;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item {
    display: block;
    height: 215px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link {
  display: block;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link {
    padding: 37px 0 35px;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .logo-img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .logo-img {
    height: 76px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .logo-img {
    height: 250px;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .download-icon {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .download-icon {
    padding: 37px 0 0;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .download-icon .download-img {
    width: 100px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item .download-link .download-icon .download-img {
    width: 130px;
    height: 40px;
  }
}
.brand-cibi-page .brand-download .section-inner .download-content .download-item + .download-item:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d4d4d4;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item + .download-item:after {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: 70%;
    height: 1px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-download .section-inner .download-content .download-item + .download-item:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: 208px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-identity .section-inner .identity-content .identity-textgroup {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-identity .section-inner .identity-content .identity-textgroup {
    padding: 21px 0 64px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-identity .section-inner .identity-content .identity-figure-content {
    padding-left: 186px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-identity .section-inner .identity-content .identity-figure-content .identity-figure img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-identity .section-inner .identity-content .identity-figure-content .identity-figure img {
    height: 170px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-textgroup {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-textgroup {
    padding: 21px 0 33px;
  }
}
.brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content {
  border: 1px solid #d4d4d4;
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content {
    height: 300px;
    font-size: 0;
  }
}
.brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img {
    display: block;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
}
.brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img .motif-txt {
  padding: 38px 0 44px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: #ea002c;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img .motif-txt {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img .motif-txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img img {
    height: 114px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img img {
    height: 164px;
  }
}
.brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img + .motif-img:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d4d4d4;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img + .motif-img:after {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: 70%;
    height: 1px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-motif .section-inner .motif-content .motif-img-content .motif-img + .motif-img:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: 208px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-color {
    padding-bottom: 42px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color {
    padding-bottom: 92px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-textgroup {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-textgroup {
    padding: 21px 0 33px;
  }
}
.brand-cibi-page .brand-color .section-inner .color-content .color-img-content {
  border: 1px solid #d4d4d4;
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content {
    font-size: 0;
  }
}
.brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img img {
    height: 166px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img img.color-img-en {
    height: 186px;
  }
}
.brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img + .color-img:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d4d4d4;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img + .color-img:after {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: calc(100% - 40px);
    height: 1px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-color .section-inner .color-content .color-img-content .color-img + .color-img:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark .section-inner .mark-content .mark-textgroup {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark .section-inner .mark-content .mark-textgroup {
    padding: 21px 0 64px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark .section-inner .mark-content .mark-img-content {
    padding-left: 190px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark .section-inner .mark-content .mark-img-content .mark-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark .section-inner .mark-content .mark-img-content .mark-img img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark-color {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-textgroup {
    padding: 8px 0 30px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-textgroup {
    padding: 21px 0 33px;
  }
}
.brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content {
  border: 1px solid #d4d4d4;
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content {
    font-size: 0;
  }
}
.brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img {
  position: relative;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img {
    display: inline-block;
    vertical-align: top;
    padding: 31px 44px 0 31px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img img {
    width: 590px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2) {
    padding: 31px 0 28px 45px;
  }
}
.brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2) img {
  width: 300px;
}
.brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2) img:lang(en) {
  width: 302px;
}
.brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d4d4d4;
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2):after {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    width: calc(100% - 40px);
    height: 1px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-mark-color .section-inner .mark-color-content .mark-color-img-content .mark-color-img:nth-child(2):after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 1px;
    height: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-history {
    padding-bottom: 4px;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-history {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .brand-cibi-page .brand-history .brand-history-textgroup {
    padding: 8px 0 0;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-history .brand-history-textgroup {
    padding: 21px 0 0;
  }
}
@media (min-width: 769px) {
  .brand-cibi-page .brand-history .brand-history-textgroup + table {
    margin-top: 33px;
  }
}

/* // CI/BI 끝 */
/* 스포츠 시작 // */
.introduce-sports-page *, .introduce-sports-page *:after, .introduce-sports-page *:before {
  font-family: "SynergyDisplay";
}
.introduce-sports-page:lang(en) *, .introduce-sports-page:lang(en) *:after, .introduce-sports-page:lang(en) *:before {
  font-family: "Roboto";
}
@media (min-width: 769px) {
  .introduce-sports-page .content-header .section-inner .breadcrumb {
    bottom: 6px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .content-header .section-inner h3.type-txt {
    margin-bottom: 37px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .content-header .section-inner h3.type-txt {
    margin-bottom: 54px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner {
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 {
    padding-bottom: 35px;
    border-bottom: 1px solid #202021;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 {
    border-bottom: 2px solid #202021;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .img-wrap img {
    max-width: 330px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .img-wrap img {
    width: 468px;
    margin-top: -11px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap {
    margin-top: 18px;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor {
  font-weight: 400;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor {
    font-family: "Noto Sans KR";
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #666666;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: #202021;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor:lang(en) {
    line-height: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor:lang(en) {
    font-family: "Roboto";
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor + .desc-nor {
    margin-top: 7px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .desc-nor + .desc-nor {
    margin-top: 24px;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .sports-link {
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  background: #202021 url("../images/introduce/2021/white-btn-icon_lg.png") center right 22px/auto no-repeat;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .sports-link {
    width: 150px;
    height: 30px;
    border-radius: 30px;
    padding-left: 14px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 31px;
    background-image: url("../images/introduce/2021/sports-btn-icon_sm.png");
    background-size: 6px;
    background-position: center right 14px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .sports-link {
    width: 200px;
    height: 50px;
    padding-left: 23px;
    border-radius: 50px;
    margin-top: 33px;
    font-size: 16px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .sports-link:lang(en) {
    width: 140px;
    height: 35px;
    padding-left: 33px;
    border-radius: 35px;
    line-height: 35px;
    background-position: center right 33px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-01 .txt-wrap .sports-link:lang(en) {
    padding-left: 42px;
    margin-bottom: 40px;
    font-size: 20px;
    background-position: center right 44px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 {
    margin-top: 84px;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-02 .txt-wrap .desc-str.bdr-bottom {
  border: none;
  font-weight: 600;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .txt-wrap .desc-str.bdr-bottom {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .txt-wrap .desc-str.bdr-bottom {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap {
    margin-top: 9px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap {
    font-size: 0;
    padding-top: 19px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list {
    display: block;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list {
    display: inline-block;
    width: 33.33%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list:last-child {
    margin: 0;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link {
  display: block;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link {
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .cell-wrap {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .cell-wrap {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .cell-wrap img {
    height: 40px;
    margin: 15px 0;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .cell-wrap img {
    height: 80px;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .name {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .name {
    display: inline-block;
    width: calc(100% - 175px);
    padding-left: 25px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 70px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .name {
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 20px;
  }
}
.introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .btn {
  border: 1px solid #202021;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
  color: #202021;
  background: url("../images/introduce/2021/black-btn-icon_lg.png") center right 18px/auto no-repeat;
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .btn {
    display: inline-block;
    width: 105px;
    height: 25px;
    padding-left: 10px;
    border-radius: 25px;
    vertical-align: middle;
    font-size: 11px;
    line-height: 23px;
    background-image: url("../images/introduce/2021/black-btn-icon_sm.png");
    background-size: 5px;
    background-position: center right 11px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .btn {
    width: 160px;
    height: 40px;
    border-radius: 40px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .btn:lang(en) {
    padding-left: 18px;
    background-position: center right 18px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .part-02 .youtube-list-wrap .youtube-list .youtube-list-link .btn:lang(en) {
    padding-left: 30px;
    background-position: center right 30px;
  }
}
@media (max-width: 768px) {
  .introduce-sports-page .cbody-01 .section-inner .sports-banner-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .introduce-sports-page .cbody-01 .section-inner .sports-banner-bottom {
    margin-top: 100px;
  }
}

/* // 스포츠 시작 */
@-o-keyframes introBgScaleD {
  from {
    background-size: 2500px;
  }
  to {
    background-size: 1920px;
  }
}
@-ms-keyframes introBgScaleD {
  from {
    background-size: 2500px;
  }
  to {
    background-size: 1920px;
  }
}
@-moz-keyframes introBgScaleD {
  from {
    background-size: 2500px;
  }
  to {
    background-size: 1920px;
  }
}
@-webkit-keyframes introBgScaleD {
  from {
    background-size: 2500px;
  }
  to {
    background-size: 1920px;
  }
}
@keyframes introBgScaleD {
  from {
    background-size: 2500px;
  }
  to {
    background-size: 1920px;
  }
}
/* 지속가능경영 시작//*/
/*사회적 가치 추구 시작//*/
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-esg .section-inner {
    padding-bottom: 138px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-esg .section-inner {
    padding-bottom: 125px;
  }
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-esg .section-inner .textgroup {
    padding-top: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-esg .section-inner .textgroup {
    padding-top: 30px;
    margin-bottom: 14px;
  }
}
.manage-intro-page .content-body.intro-esg .section-inner .textgroup .desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  color: #141414;
}
.manage-intro-page .content-body.intro-esg .section-inner .img-wrap {
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-esg .section-inner .img-wrap {
    padding-top: 35px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-esg .section-inner .img-wrap {
    padding-top: 52px;
  }
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-value .section-inner {
    padding-bottom: 48px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-value .section-inner {
    padding-bottom: 90px;
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-value .section-inner .textgroup {
    padding-top: 30px;
    margin-bottom: 22px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-value .section-inner .textgroup {
    padding-top: 30px;
    margin-bottom: -4px;
  }
}
.manage-intro-page .content-body.intro-value .section-inner .textgroup .desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  color: #141414;
}
.manage-intro-page .content-body.intro-value .section-inner .image {
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-value .section-inner .image {
    padding-top: 35px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-value .section-inner .image {
    padding-top: 52px;
  }
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-value .section-inner .image img {
    width: 100%;
    max-width: 330px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-value .section-inner .image img {
    width: 789px;
  }
}
.manage-intro-page .content-body.intro-history {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-history .section-inner {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-history .section-inner {
    padding-bottom: 107px;
  }
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-history .section-inner .textgroup {
    padding-top: 25px;
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-history .section-inner .textgroup {
    padding-top: 25px;
    margin-bottom: 46px;
  }
}
.manage-intro-page .content-body.intro-history .section-inner .textgroup .desc {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.05em;
  color: #141414;
}
@media (max-width: 768px) {
  .manage-intro-page .content-body.intro-history .section-inner .image ol li {
    padding: 30px 0 28px;
    border-bottom: 2px dotted #cdcdcd;
    text-align: center;
  }
  .manage-intro-page .content-body.intro-history .section-inner .image ol li img {
    width: 100%;
    max-width: 330px;
  }
  .manage-intro-page .content-body.intro-history .section-inner .image ol li:last-child {
    padding-bottom: 72px;
    border-bottom: none;
  }
}
@media (min-width: 769px) {
  .manage-intro-page .content-body.intro-history .section-inner .image {
    text-align: center;
  }
  .manage-intro-page .content-body.intro-history .section-inner .image img {
    width: 100%;
    vertical-align: top;
  }
}
.manage-intro-page .content-body.intro-history .section-inner .text-wrap {
  padding-left: 45px;
  font-size: 0;
}
.manage-intro-page .content-body.intro-history .section-inner .text-wrap .group {
  display: inline-block;
  width: 25%;
  padding: 25px 0 0 0;
  text-align: left;
  vertical-align: top;
}
.manage-intro-page .content-body.intro-history .section-inner .text-wrap .list-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #4c4c4c;
}
.manage-intro-page .content-body.intro-history .section-inner .text-wrap .list {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #666;
}

/*//사회적 가치 추구 끝*/
/*사회적 가치 프로그램 시작//*/
.manage-program-page {
  letter-spacing: -0.05em;
  /*mib200422 redconnect 페이지 추가//*/
  /*//mib200422 redconnect 페이지 추가*/
}
@media (max-width: 768px) {
  .manage-program-page:lang(en) {
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .manage-program-page.redconnect:lang(en) {
    margin-bottom: 0;
  }
}
.manage-program-page .content-body.program-tab * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab {
    width: 1040px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header {
    margin-bottom: 29px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header {
    margin-bottom: 58px;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header .custom-select-wrap select option {
  letter-spacing: -0.025em;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header ul li a {
  letter-spacing: -0.05em;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header ul li a:lang(en) {
  height: 67px;
  line-height: 23px;
  padding: 20px 0;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-header ul li a.doubleline:lang(en) {
  padding: 10px 0;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap {
  margin-bottom: 40px;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure {
    height: 175px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure.content-red2 {
    height: 215px;
    /*mib200605 기존 lang(ko)삭제, 추가*/
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure img {
    height: 100%;
    margin-right: 35px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption {
    padding: 12px 18px 23px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption {
    display: inline-block;
    width: 620px;
    vertical-align: middle;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption p {
  font-size: 13px;
  /*=mib200422 추가*/
  letter-spacing: -0.05em;
  line-height: 21px;
  color: #4c4c4c;
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption p.title {
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption p.title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption p.title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .content-wrap figure figcaption .btn-link {
  /*mib200422 추가//*/
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #4c4c4c;
  margin: 11px 0 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 28px;
  /*//mib200422 추가*/
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap {
    border-top: 1px solid #dbdbdb;
    margin-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap {
    border-top: 1px solid #a5a5a5;
    margin-bottom: 48px;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li {
    padding: 18px 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li {
    width: 100%;
    height: 146px;
    padding: 15px 0;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li p.title[only-mobile] {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .image {
    display: inline-block;
    width: 205px;
    height: 115px;
    margin-right: 20px;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .image img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .image img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li > .title {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #333;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text {
    display: inline-block;
    width: 755px;
    padding-right: 73px;
    vertical-align: middle;
  }
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text:lang(en) {
    width: 810px;
    padding-right: 0;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text .title {
  letter-spacing: -0.05em;
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text .title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
  }
}
.manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text .desc {
  line-height: 21px;
  letter-spacing: -0.05em;
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-tab .section-inner .tab-wrap .tab-body .content-item .programList-wrap .list-wrap ul li .text .desc {
    color: #666;
  }
}
.manage-program-page .content-body.program-tab .program-btn {
  margin-bottom: 75px;
  text-align: center;
}
.manage-program-page .content-body.program-tab .program-btn p {
  margin-bottom: 18px;
  letter-spacing: -0.05em;
}
.manage-program-page .content-body.program-tab .program-btn a {
  letter-spacing: -0.05em;
}
.manage-program-page .content-body.program-redconnect .redconnect-visual {
  text-align: center;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-visual {
    margin: 35px auto 37px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-visual {
    margin: 50px 0 90px;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-visual .figure {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-visual .img {
    width: 100%;
    max-width: 360px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-visual .img {
    max-width: 100%;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history {
  font-size: 0;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-title {
    height: 20px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-title {
    max-width: 100%;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-content {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-content {
    padding: 15px 15px 3px;
    margin: 25px -15px 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-content {
    padding-top: 33px;
    padding-bottom: 53px;
    margin: 40px auto 76px;
    background: url("/images/manage/redconnect-history-line_lg.png?v200903") center top/23px auto no-repeat;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-content:lang(en) {
    padding-bottom: 66px;
    background: url("/images/en/csr/redconnect-history-line-en_lg.png") center top/23px auto no-repeat;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-item {
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item {
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item {
    height: 350px;
    padding-top: 210px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n-1) {
    margin-right: calc(50% + 25px);
    text-align: left;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n-1) .date {
    right: 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n-1) .img {
    left: 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n) {
    margin-left: calc(50% + 25px);
    text-align: right;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n) .date {
    left: 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item:nth-child(2n) .img {
    right: 0;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item::before {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-07 {
    padding-top: 22px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-07 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-07::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left 0 top/105px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-06 {
    margin-top: -243px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-06:lang(en) {
    margin-top: -241px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-06::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -15px top/105px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-05 {
    margin-top: -41px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-05:lang(en) {
    margin-top: -21px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-05::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -30px top/105px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-04 {
    margin-top: -256px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-04:lang(en) {
    margin-top: -283px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-04::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -45px top/105px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-04:lang(en)::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -45px top 1px/105px auto repeat-y;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-03 {
    margin-top: -51px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-03:lang(en) {
    margin-top: 38px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-03::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -60px top/105px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-02 {
    margin-top: -272px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-02:lang(en) {
    margin-top: -281px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-02::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -75px top/105px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-02:lang(en)::before {
    background: url("/images/manage/redconnect-history-line_sm.png") left -75px top 1px/105px auto repeat-y;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-01 {
    margin-top: -48px;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-01:lang(en) {
    margin-top: -21px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-01::before {
    background: url("/images/manage/redconnect-history-line_sm.png?v200903") left -90px top/105px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item.item-01:lang(en)::before {
    background: url("/images/en/csr/redconnect-history-line-en_sm.png") left -90px top/105px auto no-repeat;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-item .date {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0;
  word-break: keep-all;
  color: #e51937;
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .date {
    position: absolute;
    top: 0;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444;
  letter-spacing: -0.05em;
  word-break: keep-all;
  color: #141414;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .title {
    margin-top: 9px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .title:lang(en) {
    margin-bottom: 10px;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure {
  margin: 0;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure .img {
    height: 122px;
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure .img {
    position: absolute;
    top: 0;
    height: 178px;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.05em;
  word-break: keep-all;
  color: #666;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure .desc {
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-history .history-item .figure .desc {
    display: inline-block;
    width: 420px;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-banner {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner {
    position: relative;
    padding: 169px 0 80px;
    text-align: center;
  }
  .manage-program-page .content-body.program-redconnect .redconnect-banner:lang(en) {
    padding-top: 186px;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 10px 0 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app {
    margin: 10px auto 0;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app .link {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app .link + .link {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app img {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app.only-mac, .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app.is-macos {
    display: none;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .float-banner .link-app.only-mac.is-macos {
    display: block;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .inner {
    width: 1040px;
    margin: 0 auto;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-banner .thumb-link {
  position: relative;
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .thumb-link {
    display: block;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .thumb-link {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .thumb-link .thumb-img {
    width: 480px;
  }
}
@media (max-width: 768px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap {
    display: inline-block;
    max-width: calc(100% - 560px);
    vertical-align: top;
  }
}
.manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .sm-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #141414;
}
.manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .lg-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #141414;
}
.manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .link {
  display: inline-block;
  padding: 0 24px;
  border-radius: 18px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #fff;
  background: #e51937;
}
.manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .apps-wrap {
  display: none;
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .apps-wrap {
    display: block;
    margin-top: 26px;
    margin-left: -10px;
    font-size: 0;
  }
}
@media (min-width: 769px) {
  .manage-program-page .content-body.program-redconnect .redconnect-banner .text-wrap .apps-wrap .link-app {
    display: inline-block;
    width: 140px;
    text-decoration: none;
    vertical-align: top;
  }
}

/*//사회적 가치 프로그램 끝*/
/* ESG추진체계 mib200721 추가// */
.crm-page {
  /* 레드커넥트 페이지(mib211013 신규)// */
  /* //레드커넥트 페이지(mib211013 신규) */
}
.crm-page .content-body {
  /* mib210902 추가 // */
  /* // mib210902 추가 */
}
.crm-page .content-body .tab-wrap .tab-header ul .tab-item:lang(en) {
  width: 16.666666%;
  height: 66px;
}
@media (max-width: 768px) {
  .crm-page .content-body .tax .part > .desc-nor-b ~ .h5-nor {
    margin-top: 23px;
    margin-bottom: 21px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part > .desc-nor-b ~ .h5-nor {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .tax .part > .desc-nor-b ~ .h5-nor:nth-of-type(2) {
    margin-top: 17px;
    margin-bottom: 21px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part > .desc-nor-b ~ .h5-nor:nth-of-type(2) {
    margin-top: 55px;
    margin-bottom: 18px;
  }
}
.crm-page .content-body .tax .part ul .cell-wrap:last-child {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell {
    padding: 26px 0;
  }
}
.crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.check {
  background: url("/images/manage/csr-check-list.png") left center/9px no-repeat;
}
@media (max-width: 768px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.check {
    padding-left: 16px;
    margin-top: 18px;
    line-height: 19px;
    background-position: left top 6px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.check {
    margin-left: 9px;
    padding-left: 14px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.check:lang(en) {
    background-position: left top 7px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.check:lang(en) {
    background-position: left top 10px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.bar + .check {
    margin-top: 13px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .tax .part ul .cell-wrap .cell .desc-nor.bar + .check {
    margin-top: 6px;
  }
}
.crm-page .content-body .tax .part ul .cell-wrap > div:first-child:lang(ko) {
  width: 240px;
}
.crm-page .content-body .principle .part-04 {
  margin-top: 88px;
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-04 .segment.sgm-01 h6 {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-04 .segment.sgm-01 h6 {
    margin: 62px 0 -5px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-05 {
    margin-top: 46px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-05 {
    margin-top: 39px;
  }
}
@media (max-width: 440px) {
  .crm-page .content-body .principle .part-05 .img-small {
    max-width: 330px;
  }
}
@media (min-width: 440px) and (max-width: 768px) {
  .crm-page .content-body .principle .part-05 .img-small {
    width: 420px;
  }
}
.crm-page .content-body .principle .part-05 .h5-nor {
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #e51937;
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-05 .h5-nor {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-05 .h5-nor {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-05 .sgm-03 {
    margin-top: 41px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-05 .sgm-03 {
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-05 .sgm-03 h6 {
    font-size: 15px;
    margin-bottom: 36px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-05 .sgm-03 h6 {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .principle .part-05 .sgm-04 {
    margin-top: 45px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .principle .part-05 .sgm-04 {
    margin-top: 125px;
  }
}
.crm-page .content-body .env .part-01 .graph-wrap {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-01 .graph-wrap .graph {
    display: block;
    max-width: 330px;
    margin: 40px auto 74px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .part-01 .graph-wrap .graph {
    display: block;
    width: 1040px;
    margin: 72px auto 70px;
  }
}
.crm-page .content-body .env .tab7-list {
  margin: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .tab7-list {
    padding: 33px 15px;
  }
  .crm-page .content-body .env .tab7-list:lang(en) {
    padding: 30px 10px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .tab7-list {
    padding: 39px 24px;
  }
}
.crm-page .content-body .env .tab7-list .item:lang(en) {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .tab7-list .item ~ .item {
    margin-top: 21px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .tab7-list .item ~ .item {
    margin-top: 18px;
  }
}
.crm-page .content-body .env .tab7-list .item .item-title {
  display: block;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 22.5px;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .tab7-list .item .item-title {
    padding-left: 23px;
    text-indent: -23px;
  }
  .crm-page .content-body .env .tab7-list .item .item-title:lang(en) {
    padding-left: 28px;
    text-indent: -28px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .tab7-list .item .item-title {
    padding-left: 28px;
    text-indent: -28px;
  }
}
.crm-page .content-body .env .tab7-list .item .item-list {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22.5px;
  color: #4c4c4c;
}
.crm-page .content-body .env .tab7-list .item .item-list:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22.5px;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .tab7-list .item .item-list:before {
    left: 14px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .env .tab7-list .item .item-list + .item-list {
    margin-top: 10px;
  }
}
.crm-page .content-body .env .part-04 * {
  box-sizing: border-box;
}
.crm-page .content-body .env .part-04 .table-wrap .keep-all {
  word-break: keep-all !important;
}
.crm-page .content-body .env .part-04 .table-wrap .left {
  text-align: left !important;
}
.crm-page .content-body .env .part-04 .table-wrap .table {
  width: 100%;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #bababa;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table {
    display: block;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .tr {
  font-size: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tr {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tr {
    display: block;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .th {
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: center;
  vertical-align: middle;
  color: #4c4c4c;
}
.crm-page .content-body .env .part-04 .table-wrap .table .th:lang(en) {
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .th {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 14px 10px 15px;
    margin-bottom: 20px;
    font-size: 13px;
    background: #f9f9f9;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .th {
    display: inline-block;
    width: 184px;
    padding: 14px 20px;
    font-size: 15px;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .td {
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .td {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 27px;
    text-align: left;
    color: #666;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .td {
    display: inline-block;
    width: 184px;
    padding: 18px 20px;
    line-height: 22px;
    color: #1a1a1a;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .td:first-child {
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .td:last-child {
    margin-bottom: 20px;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .td.current {
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .td .year {
    display: inline-block;
    width: calc(50% - 5px);
    padding-left: 10px;
    border-right: 1px solid #d1d1d1;
    margin-right: 18px;
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    color: #333;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .thead .tr {
  border-bottom: 1px solid #8c8c8c;
}
.crm-page .content-body .env .part-04 .table-wrap .table .thead .th {
  background: #f9f9f9;
}
.crm-page .content-body .env .part-04 .table-wrap .table .thead .th:first-child {
  text-align: left;
  width: 304px;
}
.crm-page .content-body .env .part-04 .table-wrap .table .thead .th.current {
  background: #e6e6e6;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .tbody .tr + .tr {
  border-top: 1px solid #ecebeb;
}
.crm-page .content-body .env .part-04 .table-wrap .table .tbody .tr.group {
  border-top: 1px solid #d0d0d0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tbody .tr.group {
    border-top: 1px solid #787878;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tbody .th {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .tbody .th:first-child {
  padding: 10px 10px 11px;
  text-align: left;
  letter-spacing: -0.05em;
  color: #333;
}
@media (min-width: 769px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tbody .th:first-child {
    width: 304px;
  }
}
.crm-page .content-body .env .part-04 .table-wrap .table .tbody .th:first-child:lang(en) {
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .env .part-04 .table-wrap .table .tbody .td:last-child {
    margin-bottom: 0;
  }
}
.crm-page .content-body .winwin {
  /* mib210831 추가 // */
  /* // mib210831 추가 */
}
.crm-page .content-body .winwin .part-02 > .desc-title {
  text-indent: -15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-02 > .desc-list {
    padding-left: 13px;
    text-indent: -8px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-02 > .desc-list {
    text-indent: 8px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-02 > .desc-list:lang(en) {
    padding-left: 15px;
    text-indent: -9px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-02 > .desc-list:lang(en) {
    text-indent: 5px;
  }
}
.crm-page .content-body .winwin .part-02 > .desc-list + .desc-nor-b {
  margin-top: 0;
}
.crm-page .content-body .winwin .part-04 .table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-04 .table {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-04 .table {
    margin-bottom: 15px;
  }
}
.crm-page .content-body .winwin .part-04 .table th {
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.53846;
  letter-spacing: -0.025em;
  color: #141414;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-04 .table th {
    display: block;
    width: 100%;
    width: 100% \9 ;
    float: left\9 ;
    padding: 11px 10px;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-04 .table th {
    padding: 11px 20px;
  }
}
.crm-page .content-body .winwin .part-04 .table td {
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846;
  letter-spacing: -0.025em;
  color: #141414;
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-04 .table td {
    display: block;
    width: 100%;
    width: 100% \9 ;
    float: left\9 ;
    padding: 10px 10px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-04 .table td {
    padding: 10px 0 10px 25px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-04 .table .mid-tit {
    font-size: 14px;
    font-weight: 600;
  }
}
.crm-page .content-body .winwin .part-04 .table .indent {
  display: block;
  box-sizing: border-box;
  letter-spacing: -0.025em;
  line-height: 1.53846;
}
@media (max-width: 768px) {
  .crm-page .content-body .winwin .part-04 .table .indent {
    padding-left: 9px;
    text-indent: -9px;
    color: #666;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .winwin .part-04 .table .indent {
    padding-left: 10px;
    text-indent: -10px;
    color: #141414;
  }
}
.crm-page .content-body .climate * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .crm-page .content-body .climate .part .h5-nor + .h6-nor {
    margin: 6px 0 2px;
  }
}
.crm-page .content-body .climate .part .h6-nor {
  margin: 30px 0 2px;
}
.crm-page .content-body .climate .part .h6-nor > .footnote {
  font-size: 10px;
  line-height: 22px;
  letter-spacing: -0.05em;
  vertical-align: text-bottom;
  color: #4c4c4c;
}
.crm-page .content-body .climate .part .h6-nor + .img-wrap {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .crm-page .content-body .climate .part .h6-nor + .img-wrap {
    margin-top: 9px;
  }
}
.crm-page .content-body .climate .part .desc-nor-b > .footnote, .crm-page .content-body .climate .part .desc-nor > .footnote {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: -0.05em;
  vertical-align: text-bottom;
  color: #4c4c4c;
}
.crm-page .content-body .climate .part .desc-nor-b + .img-wrap, .crm-page .content-body .climate .part .desc-nor + .img-wrap {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .crm-page .content-body .climate .part .desc-nor-b + .img-wrap, .crm-page .content-body .climate .part .desc-nor + .img-wrap {
    margin-top: 6px;
  }
}
.crm-page .content-body .climate .part .img-wrap {
  text-align: center;
  margin: 0 auto;
}
.crm-page .content-body .climate .part .notice {
  padding: 0;
  margin: 7px 0 30px;
}
.crm-page .content-body .climate .part .notice .indent {
  padding-left: 12px;
  text-indent: -12px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  list-style: none;
  color: #666;
}
.crm-page .content-body .contribution * {
  box-sizing: border-box;
}
.crm-page .content-body .contribution .content-wrap1 {
  font-size: 0;
  background: #f9f9f9;
  /* mib211001 첫번째줄 가로형으로 변경 // */
  /* // mib211001 첫번째줄 가로형으로 변경 */
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1 {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1 {
    padding: 20px;
  }
}
.crm-page .content-body .contribution .content-wrap1 + .content-wrap2 {
  margin-top: 60px;
}
.crm-page .content-body .contribution .content-wrap1 .item {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1 .item {
    margin: 0 0 40px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1 .item {
    width: 314px;
    margin: 0 0 0 29px;
  }
}
.crm-page .content-body .contribution .content-wrap1 .item:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1 .item:nth-child(3) {
    margin-bottom: 0;
  }
}
.crm-page .content-body .contribution .content-wrap1 .item .img {
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1 .item .img {
    width: 100%;
  }
}
.crm-page .content-body .contribution .content-wrap1 .item .text {
  margin-top: 15px;
}
.crm-page .content-body .contribution .content-wrap1 .item .text .title {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.388888;
  letter-spacing: -0.05em;
  color: #000;
}
.crm-page .content-body .contribution .content-wrap1 .item .text .title .btn-link {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  display: inline-block;
  padding: 7px;
  border: 1px solid #4c4c4c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #141414;
}
.crm-page .content-body .contribution .content-wrap1 .item .text .desc {
  display: block;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538461;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table {
    padding: 0;
    background-color: #fff;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin: 0;
    font-size: 0;
    background-color: #f9f9f9;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item:lang(en) {
    height: 276px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .img {
    display: inline-block;
    vertical-align: top;
    width: 346px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item + .item {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(1040px - 346px);
    padding: 0 20px 0 35px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .desc {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table {
    width: 100%;
    margin: 18px 0 14px;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table:lang(en) {
    margin-top: 22px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table {
    margin: 10px 0 9px;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table:lang(en) {
    width: 408px;
    margin: 14px 0 9px;
  }
}
.crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th {
    width: 26%;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:lang(en) {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th {
    width: 108px;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:lang(en) {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:first-child {
    width: 22%;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:first-child:lang(en) {
    width: 40%;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:first-child {
    width: 82px;
  }
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table thead tr th:first-child:lang(en) {
    width: 40%;
  }
}
.crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table tbody tr td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.025em;
  color: #000;
}
.crm-page .content-body .contribution .content-wrap1.add-table .item .text .item-inner-table tbody tr td:first-child {
  color: #4c4c4c;
}
.crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-title {
  display: block;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.05em;
  color: #000;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-title {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-desc {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-desc {
    padding-left: 7px;
    text-indent: -7px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .list-desc:lang(en) {
    padding-left: 7px;
    text-indent: -7px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap1.add-table .item .text .btn-link {
    display: inline-block;
    padding: 7px;
    border: 1px solid #4c4c4c;
    margin-top: 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
    color: #141414;
  }
}
.crm-page .content-body .contribution .content-wrap2 {
  font-size: 0;
}
.crm-page .content-body .contribution .content-wrap2 + .content-wrap1 {
  margin-top: 60px;
}
.crm-page .content-body .contribution .content-wrap2 + .h5-nor {
  margin-top: 40px;
}
.crm-page .content-body .contribution .content-wrap2 .item {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap2 .item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap2 .item {
    width: 240px;
    margin: 0 0 0 21px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap2 .item:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap2 .item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap2 .item:nth-child(4n+1) {
    margin-left: 0;
  }
}
.crm-page .content-body .contribution .content-wrap2 .item .img {
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap2 .item .img {
    width: 100%;
  }
}
.crm-page .content-body .contribution .content-wrap2 .item .text {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .crm-page .content-body .contribution .content-wrap2 .item .text {
    padding-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .contribution .content-wrap2 .item .text {
    padding-bottom: 60px;
  }
}
.crm-page .content-body .contribution .content-wrap2 .item .text .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333333;
  letter-spacing: -0.05em;
  color: #333;
}
.crm-page .content-body .contribution .content-wrap2 .item .text .desc {
  display: block;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.615384;
  letter-spacing: -0.05em;
  color: #666;
}
.crm-page .content-body .contribution .link-wrap {
  margin: 0 auto 45px;
  text-align: center;
}
.crm-page .content-body .contribution .link-wrap .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.crm-page .content-body .contribution .link-wrap .link-normal {
  width: 170px;
  margin-top: 16px;
}
.crm-page .content-body .supply .table-title {
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .table-title {
    margin-top: 35px;
    font-size: 14px;
    color: #4c4c4c;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .table-title {
    margin-top: 28px;
    font-size: 17px;
  }
}
.crm-page .content-body .supply .table-desc {
  margin-top: 30px;
}
.crm-page .content-body .supply .desktop-table .table {
  width: 100%;
  border-top: 1px solid #8c8c8c;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .desktop-table .table {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .desktop-table .table {
    margin-bottom: 15px;
  }
}
.crm-page .content-body .supply .desktop-table .table th {
  border-bottom: 1px solid #8c8c8c;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.53846;
  letter-spacing: -0.025em;
  color: #4c4c4c;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .desktop-table .table th {
    display: block;
    width: 100%;
    width: 100% \9 ;
    float: left\9 ;
    padding: 13px 10px;
    text-align: left;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .desktop-table .table th {
    padding: 11px 20px;
  }
}
.crm-page .content-body .supply .desktop-table .table th:first-child {
  text-align: left;
}
.crm-page .content-body .supply .desktop-table .table th.point {
  background-color: #e6e6e6;
}
.crm-page .content-body .supply .desktop-table .table td {
  border-bottom: 1px solid #d0d0d0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53846;
  letter-spacing: -0.025em;
  color: #1a1a1a;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .desktop-table .table td {
    text-align: center;
    padding: 15px 0;
  }
}
.crm-page .content-body .supply .desktop-table .table td:first-child {
  padding-left: 20px;
  text-align: left;
  font-weight: 600;
  color: #4c4c4c;
}
.crm-page .content-body .supply .desktop-table .table td.point {
  background-color: #f7f7f7;
}
.crm-page .content-body .supply .desktop-table .table .indent {
  display: block;
  box-sizing: border-box;
  letter-spacing: -0.025em;
  line-height: 1.53846;
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .desktop-table .table .indent {
    padding-left: 10px;
    text-indent: -10px;
    color: #141414;
  }
}
.crm-page .content-body .supply .mobile-table .keep-all {
  word-break: keep-all !important;
}
.crm-page .content-body .supply .mobile-table .left {
  text-align: left !important;
}
.crm-page .content-body .supply .mobile-table .table {
  width: 100%;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table {
    display: block;
  }
}
.crm-page .content-body .supply .mobile-table .table .tr {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.crm-page .content-body .supply .mobile-table .table .th {
  display: block;
  padding: 10px 0 10px 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 20px;
  color: #333;
  background-color: #f9f9f9;
}
.crm-page .content-body .supply .mobile-table .table .th:lang(en) {
  letter-spacing: 0;
}
.crm-page .content-body .supply .mobile-table .table .td {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 27px;
  color: #666;
}
.crm-page .content-body .supply .mobile-table .table .td:first-child {
  color: #333;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table .td:last-child {
    margin-bottom: 22px;
  }
}
.crm-page .content-body .supply .mobile-table .table .td.current {
  background: #f7f7f7;
}
.crm-page .content-body .supply .mobile-table .table .td.overflow {
  position: relative;
}
.crm-page .content-body .supply .mobile-table .table .td.overflow .year {
  border-right: 0;
  margin-right: 0;
}
.crm-page .content-body .supply .mobile-table .table .td.overflow .desc {
  display: inline-block;
  box-sizing: border-box;
  max-width: calc(50%);
  padding-left: 18px;
  border-left: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 27px;
  vertical-align: top;
  color: #666;
}
@media (max-width: 412px) {
  .crm-page .content-body .supply .mobile-table .table .td.overflow .desc {
    max-width: calc(50% + 50px);
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table .td .year {
    display: inline-block;
    width: calc(50% - 60px);
    padding-left: 10px;
    border-right: 1px solid #dbdbdb;
    margin-right: 18px;
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    color: #333;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table .tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.crm-page .content-body .supply .mobile-table .table .tbody .tr + .tr {
  border-top: 1px solid #dbdbdb;
}
.crm-page .content-body .supply .mobile-table .table .tbody .tr.group {
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table .tbody .th {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .mobile-table .table .tbody .td:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .supply .num-list {
    padding: 5px 0 0 20px;
  }
}
.crm-page .content-body .supply .num-list .num-list-txt {
  padding-top: 5px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 13px;
  color: #4c4c4c;
}
.crm-page .content-body .supply .esg-risk .desktop-table .table td:first-child {
  padding: 0;
  text-align: center;
}
.crm-page .content-body .supply .esg-risk .desktop-table .table td.left {
  font-weight: 400;
  padding-left: 20px;
  color: #4c4c4c;
  text-align: left;
}
.crm-page .content-body .supply .esg-risk .desktop-table .table td.left .num {
  font-size: 10px;
  vertical-align: top;
}
.crm-page .content-body .supply .esg-risk .mobile-table .table .tbody .th .num {
  font-size: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .esg-risk .mobile-table .table .tbody .tr + .tr {
    border-width: 2px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .supply .esg-risk .table .td .year {
    width: calc(50% - 5px);
  }
}
.crm-page .content-body .supply .esg-risk .table-sub-title {
  margin-bottom: 11px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 21px;
  color: #141414;
}
.crm-page .content-body .supply .esg-risk .table + .table-sub-title {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .crm-page .content-body .compliance .part-02 .img-wrap {
    margin-top: 38px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .compliance .part-02 .img-wrap {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .compliance .part-03 .img-wrap {
    margin-top: 38px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .compliance .part-03 .img-wrap {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body .compliance .part-04 .img-wrap {
    margin-top: 38px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .compliance .part-04 .img-wrap {
    margin-top: 65px;
  }
}
.crm-page .content-body .compliance .part-04 .download-wrap {
  border-top: 1px solid #dbdbdb;
  text-align: right;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .crm-page .content-body .compliance .part-04 .download-wrap {
    height: 100px;
    padding: 9px 10px 0 0;
    margin-top: 36px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body .compliance .part-04 .download-wrap {
    height: 77px;
    padding-top: 19px;
    margin-top: 50px;
  }
}
.crm-page .content-body .compliance .part-04 .download-wrap span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 35px;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .crm-page .content-body .compliance .part-04 .download-wrap span {
    display: block;
  }
}
.crm-page .content-body .compliance .part-04 .download-wrap a {
  display: inline-block;
  width: 150px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #4c4c4c;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 35px;
  color: #1a1a1a;
}
@media (min-width: 769px) {
  .crm-page .content-body .compliance .part-04 .download-wrap a {
    margin: 0 15px 0 32px;
  }
}
.crm-page .content-body .compliance .part-04 .download-wrap:last-child {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 0;
}
.crm-page .content-body .compliance .part-05 .bdr-top-bottom {
  padding: 24px 0;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.crm-page .content-body .ethics .segment.seg-02 {
  width: 100%;
}
.crm-page .content-body.redconnect-section {
  padding-bottom: 0;
}
.crm-page .content-body.redconnect-section * {
  box-sizing: border-box;
}
.crm-page .content-body.redconnect-section .intro-content {
  position: relative;
  font-size: 0;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content {
    height: 268px;
    padding: 0 511px 0 0;
    margin-top: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-thumb {
    width: 100%;
    margin-top: 19px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-thumb {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 41px;
    width: 470px;
    height: 268px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-thumb video {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
  }
}
.crm-page .content-body.redconnect-section .intro-content .intro-textgroup .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.05em;
  color: #666;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .desc {
    padding-top: 13px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .desc {
    padding: 16px 0 0 0;
  }
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .desc:lang(en) {
    padding: 11px 20px 0 0;
  }
}
.crm-page .content-body.redconnect-section .intro-content .intro-textgroup .sub-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.1em;
  color: #141414;
  -ms-transform: scale(1, 0.98);
  -webkit-transform: scale(1, 0.98);
  -o-transform: scale(1, 0.98);
  transform: scale(1, 0.98);
}
.crm-page .content-body.redconnect-section .intro-content .intro-textgroup .sub-title:lang(en) {
  letter-spacing: -0.05em;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .sub-title:lang(en) {
    letter-spacing: -0.075em;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .sub-title {
    margin-top: -4px;
  }
  .crm-page .content-body.redconnect-section .intro-content .intro-textgroup .sub-title:lang(en) {
    margin-top: -7px;
  }
}
.crm-page .content-body.redconnect-section .intro-content .intro-link {
  border: 1px solid #e7e7e7;
  background: #fff;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link {
    display: block;
    max-width: 470px;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 12px;
    margin: 0 auto;
  }
}
.crm-page .content-body.redconnect-section .intro-content .intro-link .link {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link .link {
    width: 33.3333%;
    padding: 22px 10px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link .link {
    padding: 19px 15px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link .link .icon {
    max-height: 21px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .intro-content .intro-link .link .icon {
    height: 25px;
  }
}
.crm-page .content-body.redconnect-section .awards-content {
  margin-top: 80px;
}
.crm-page .content-body.redconnect-section .use-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .use-content .app-flow {
    padding: 32px 0 50px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .use-content .app-flow {
    padding: 34px 0 75px;
  }
}
.crm-page .content-body.redconnect-section .redconnect-banner {
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner {
    position: relative;
    padding: 113px 0 80px;
    text-align: center;
  }
  .crm-page .content-body.redconnect-section .redconnect-banner:lang(en) {
    padding-top: 186px;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 10px 0 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app {
    margin: 10px auto 0;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app .link {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app .link + .link {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app img {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app.only-mac, .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app.is-macos {
    display: none;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .float-banner .link-app.only-mac.is-macos {
    display: block;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .inner {
    width: 1040px;
    margin: 0 auto;
  }
}
.crm-page .content-body.redconnect-section .redconnect-banner .thumb-link {
  position: relative;
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .thumb-link {
    display: block;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .thumb-link {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .thumb-link .thumb-img {
    width: 480px;
  }
}
@media (max-width: 768px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .text-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .text-wrap {
    display: inline-block;
    max-width: calc(100% - 560px);
    vertical-align: top;
  }
}
.crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .sm-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #141414;
}
.crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .lg-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #141414;
}
.crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .link {
  display: inline-block;
  padding: 0 24px;
  border-radius: 18px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #fff;
  background: #e51937;
}
.crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .apps-wrap {
  display: none;
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .apps-wrap {
    display: block;
    margin-top: 72px;
    margin-left: -10px;
    font-size: 0;
  }
}
@media (min-width: 769px) {
  .crm-page .content-body.redconnect-section .redconnect-banner .text-wrap .apps-wrap .link-app {
    display: inline-block;
    width: 140px;
    text-decoration: none;
    vertical-align: top;
  }
}

/* ESG추진체계 //mib200721 추가 */
/*//지속가능경영 끝*/
/*실적발표 mib200916 추가//*/
.result-page .board-search.add-submit > form {
  padding-right: 54px;
}
.result-page .board-search.add-submit .btn-submit {
  width: 49px;
  text-indent: 0;
  background: #333;
}

/*실적발표 //mib200916 추가*/
/*IR미팅//*/
.irmeeting-page .content-body * {
  box-sizing: border-box;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header {
  font-size: 0;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-desc {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #141414;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-desc {
    line-height: 22px;
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-desc {
    display: inline-block;
    width: calc(100% - 254px);
    line-height: 13px;
    vertical-align: bottom;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector {
  position: relative;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector {
    height: 75px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector {
    display: inline-block;
    width: 254px;
    height: 85px;
    vertical-align: bottom;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .date-month {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-align: center;
  color: #141414;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .date-month {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .date-month {
    font-size: 36px;
    line-height: 40px;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn {
  position: absolute;
  bottom: 0;
  z-index: 1;
  border: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn {
    width: 38px;
    height: 40px;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.prev {
  left: 0;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.prev::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #666;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.prev.is-disable {
  cursor: default;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.prev.is-disable::after {
  border-right: 8px solid #ccc;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.next {
  right: 0;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.next::after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #666;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-header .calendar-selector .btn.next.disable::after {
  border-left: 8px solid #ccc;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body {
    margin: 15px 0 75px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body {
    margin: 20px 0 160px;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body table {
  width: 100%;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body thead th {
  width: 14.2857%;
  height: 41px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.025em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody tr {
    height: 47px;
    /*mib200625 height 수정*/
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody tr {
    height: 110px;
    /*mib200625 height 수정*/
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody tr:first-child td {
    height: 53px;
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody tr:last-child td {
    height: 53px;
    padding-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody td {
    height: auto;
    /*mib200625 height 수정*/
    vertical-align: middle;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body tbody td {
    height: auto;
    /*mib200625 height 수정*/
    padding: 13px 0 10px;
    border-bottom: 1px solid #d1d1d1;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body tr th:first-child, .irmeeting-page .content-body.irmeeting-calendar .calendar-body tr td:first-child .m-date, .irmeeting-page .content-body.irmeeting-calendar .calendar-body tr td:first-child .pc-date {
  color: #e51937;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date {
  display: none;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date {
    display: block;
    cursor: default;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    letter-spacing: -0.025em;
    color: #4c4c4c;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date.is-holiday {
  color: #e51937;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date.is-disable {
  color: #999;
  background: #ddd;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date.is-able {
  cursor: pointer;
  color: #fff;
  background: #ff7902;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-date.m-date.is-able + .m-popup.is-active {
    display: block;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-popup {
  display: none;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-link-wrap .m-link {
    display: block;
    width: 300px;
    height: 60px;
    padding: 0 25px;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: -0.025em;
    text-align: left;
    color: #4c4c4c;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .m-link-wrap .m-link + .m-link {
    border-top: 1px solid #ebebeb;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-date {
  display: none;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-date {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.025em;
    color: #4c4c4c;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-date.is-holiday {
  color: #e51937;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .today {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    color: #ff7900;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links {
  display: none;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links {
    display: block;
    margin-top: 10px;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link {
  display: block;
  font-size: 0;
  text-align: left;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link .cate {
  display: inline-block;
  width: 35px;
  height: 17px;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #ff7902;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link .cate:lang(en) {
  width: 58px;
  letter-spacing: 0;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link .time {
  display: inline-block;
  max-width: calc(100% - 40px);
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.05em;
  vertical-align: middle;
  color: #141414;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link .time:lang(en) {
  max-width: calc(100% - 63px);
  letter-spacing: 0;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link.is-disable {
  cursor: default;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link.is-disable .cate {
  color: #999;
  background: #ddd;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link.is-disable .time {
  color: #999;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .pc-links .link + .link {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .calendar-legend {
    padding-top: 10px;
    border-top: 1px solid #d1d1d1;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .calendar-legend .stat {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.025em;
    vertical-align: middle;
    color: #4c4c4c;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-calendar .calendar-body .calendar-legend .stat::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    vertical-align: middle;
    background: #ff7902;
  }
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .calendar-legend .stat.disable {
  margin-left: 30px;
}
.irmeeting-page .content-body.irmeeting-calendar .calendar-body .calendar-legend .stat.disable::before {
  background: #ddd;
}
.irmeeting-page .content-body.irmeeting-reg .reg-desc {
  font-size: 13px;
  font-weight: 400;
  color: #141414;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-desc {
    margin: 14px 0 26px;
    line-height: 22px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-desc {
    margin: 35px 0 30px;
    line-height: 13px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .reg-process {
  font-size: 0;
  text-align: center;
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process {
    width: 100px;
    height: 100px;
  }
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process:lang(en) {
    height: 125px;
    border-radius: 50px;
  }
}
@media (max-width: 768px) and (max-width: 359px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process {
    width: 80px;
    height: 80px;
  }
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process:lang(en) {
    height: 125px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process {
    width: 128px;
    height: 128px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process.point {
  background: #e51937;
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process.point .txt span, .irmeeting-page .content-body.irmeeting-reg .reg-process .process.point .txt p, .irmeeting-page .content-body.irmeeting-reg .reg-process .process.point .txt .strong {
  color: #fff;
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .strong {
  display: block;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #666;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .strong {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .strong {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .strong.txt-sm:lang(en) {
    font-size: 12px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .normal {
  display: block;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.05em;
  color: #666;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .normal {
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .process .txt .normal {
    font-size: 11px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .dash {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: visible;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash {
    width: 15px;
    height: 2px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash {
    width: 2px;
    height: 2px;
    margin: 0 19px;
    border-radius: 100%;
    background: #666;
  }
}
.irmeeting-page .content-body.irmeeting-reg .reg-process .dash::before, .irmeeting-page .content-body.irmeeting-reg .reg-process .dash::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #666;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash::before {
    left: 3px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash::before {
    left: -5px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash::after {
    right: 3px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .reg-process .dash::after {
    right: -5px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title {
  position: relative;
  font-size: 0;
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title img {
  height: 21px;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title img.multiline {
    height: 46px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title .chk-box {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    text-align: right;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title .chk-box {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 2px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title .chk-box .chk-input {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-title .chk-box .chk-label {
  margin-left: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  vertical-align: middle;
  color: #141414;
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label {
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  color: #141414;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label {
    font-size: 13px;
    /*mib200420 fontsize 미디어쿼리 추가*/
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label {
    font-size: 12px;
    /*mib200420 fontsize 미디어쿼리 추가*/
  }
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label label {
  line-height: 1.3;
  /*mib200422 lineheight 추가*/
  color: #e51937;
  /*mib200422 color 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label label:lang(en) {
  letter-spacing: 0;
  /*mib200422 영문 letterspacing 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label::after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
  /*mib200518 clearfix 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label .point-must {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: #e51937;
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-label .unit {
  float: right;
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  vertical-align: middle;
  color: #141414;
  /*mib200518 unit 선택자 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-wrap {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-wrap {
    padding: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-wrap {
    padding: 26px 0 0;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .irmeeting-reg-wrap.m-custom {
    padding: 5px 0 0;
    border-top: 0;
    margin-top: 0;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info.investor {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info.investor {
    margin-top: 80px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .irmeeting-reg-label {
  display: block;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap {
  height: auto;
  /*mib200422 추가*/
  border: none;
  /*mib200422 수정*/
  line-height: 30px;
  /*mib200422 추가*/
  font-weight: 700;
  /*mib200422 추가*/
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap {
    font-size: 13px;
    /*mib200422 추가*/
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap {
    font-size: 12px;
    /*mib200422 추가*/
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap label {
  line-height: 1.3;
  /*mib200422 lineheight 추가*/
  color: #e51937;
  /*mib200422 color 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap label:lang(en) {
  letter-spacing: 0;
  /*mib200422 추가*/
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .custom-select-wrap select {
  position: relative;
  height: 40px;
  /*mib200422 추가*/
  border: 1px solid #e7e7e7;
  /*mib200422 추가*/
  z-index: 1;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group {
  font-size: 0;
  text-align: left;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item {
  vertical-align: top;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item {
    display: inline-block;
    width: 328px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0;
  color: #333;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  color: #666;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text]:-moz-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  color: #666;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text]::-moz-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  color: #666;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text]:-ms-input-placeholder {
  font-size: 14px;
  line-height: 38px;
  color: #666;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text]::placeholder {
  font-size: 14px;
  line-height: 38px;
  color: #666;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text].reg-date {
  display: inline-block;
  width: 99px;
  padding: 0;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
  color: #999;
  background: #f9f9f9;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text].reg-date + .custom-select-wrap {
  display: inline-block;
  width: calc(100% - 104px);
  vertical-align: top;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item.long {
    width: 684px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item + .item {
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item + .item {
    margin-left: 28px;
  }
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group + .item-group {
    margin-top: 11px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group + .item-group {
    margin-top: 27px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-group .item-group + .item-group {
  border-top: 1px dashed #e7e7e7;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-group .item-group + .item-group {
    padding-top: 12px;
    margin-top: 35px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-group .item-group + .item-group {
    padding-top: 28px;
    margin-top: 33px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append {
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  margin-top: 35px;
  text-align: right;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append::after {
    content: "";
    display: table;
    clear: both;
    table-layout: fixed;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn {
  position: relative;
  padding: 0 0 0 32px;
  border: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  text-decoration: none;
  vertical-align: top;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.remove {
    float: left;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.remove .icon {
  background: #dbdbdb;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.remove .icon::before {
  display: none;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.append {
    float: right;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.append {
    margin-left: 50px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn.append .icon {
  background: #1a1a1a;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn .icon {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn .icon::before, .irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn .icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn .icon::before {
  width: 2px;
  height: 11px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-info .reg-append .reg-btn .icon::after {
  width: 11px;
  height: 2px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy {
  margin-top: 27px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea {
  margin-top: 10px;
  padding: 14px 19px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea {
    height: 220px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea {
    height: 165px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea p {
  font-size: 13px;
  line-height: 20px;
  color: #141414;
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea ul {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 11px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea ul {
    border-top: 1px solid #ccc;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea ul + p {
  margin-top: 10px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li {
    float: left;
    width: 38%;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li:first-child {
    width: 24%;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li > div {
  padding: 11px 20px 11px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li .th {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li .th {
    border-top: 1px solid #ccc;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-privacy .privacy-textarea li .th p {
  font-weight: 700;
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree {
  margin-top: 12px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree::after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree .notice {
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  color: #e51937;
  letter-spacing: -0.05em;
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree .radio-group {
  font-size: 0;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-agree .radio-group {
    display: block;
    margin-top: 26px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-agree .radio-group {
    float: right;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree .radio-group .component-wrap {
  display: inline-block;
}
.irmeeting-page .content-body.irmeeting-reg .regist-agree .radio-group .component-wrap + .component-wrap {
  margin-left: 40px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-submit {
  padding-top: 20px;
  border-top: 1px solid #8c8c8c;
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-submit {
    margin: 50px auto 75px;
  }
}
@media (min-width: 769px) {
  .irmeeting-page .content-body.irmeeting-reg .regist-submit {
    margin: 70px auto 88px;
  }
}
.irmeeting-page .content-body.irmeeting-reg .regist-submit .btn {
  display: inline-block;
  width: 150px;
  height: 36px;
  font-size: 15px;
  letter-spacing: -0.05em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-submit a {
  border: 1px solid #4c4c4c;
  margin-left: 10px;
  line-height: 34px;
}
.irmeeting-page .content-body.irmeeting-reg .regist-submit button {
  border: none;
  color: #fff;
  background-color: #e51937;
}

/*//IR미팅*/
/*주주총회 mib20200312 추가 //*/
.meeting-banner {
  display: block;
}
@media (max-width: 768px) {
  .meeting-banner {
    margin: 8px 0 3px;
  }
}
@media (min-width: 769px) {
  .meeting-banner {
    width: 425px;
    margin: 6px 0 2px;
  }
}
.meeting-banner .img {
  width: 100%;
}

.meeting-notice {
  padding: 0;
}
@media (max-width: 768px) {
  .meeting-notice {
    margin: 23px 0 21px;
  }
}
@media (min-width: 769px) {
  .meeting-notice {
    margin: 22px 0 26px;
  }
}
.meeting-notice:lang(ko) {
  letter-spacing: -0.025em;
}

.meeting-dl .tlt {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
.meeting-dl .list {
  position: relative;
  padding-left: 7px;
  font-size: 13px;
  line-height: 20px;
  color: #4c4c4c;
}
.meeting-dl .list::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #666;
}
.meeting-dl .list::before:lang(en) {
  top: 10px;
}
.meeting-dl .list + .list {
  margin-top: 2px;
}

.meeting-link {
  font-size: 0;
}
@media (max-width: 768px) {
  .meeting-link {
    margin: 12px 0 26px;
  }
}
@media (min-width: 769px) {
  .meeting-link {
    margin: 11px 0 24px;
  }
}
.meeting-link .link {
  display: inline-block;
  height: 28px;
  border: 1px solid #4c4c4c;
  font-size: 12px;
  line-height: 26px;
  padding: 0 10px;
  margin-right: 10px;
  color: #141414;
}
.meeting-link .link:lang(ko) {
  letter-spacing: -0.045em;
}
@media (max-width: 768px) {
  .meeting-notice2 {
    margin: 0 0 -9px;
  }
}
@media (min-width: 769px) {
  .meeting-notice2 {
    margin: 0 0 -30px;
  }
}

@media (max-width: 768px) {
  .desc-nor.strong + .meeting-dl {
    margin-top: 7px;
  }
}
@media (min-width: 769px) {
  .desc-nor.strong + .meeting-dl {
    margin-top: 6px;
  }
}

/*//주주총회 mib20200312 추가 */
/*주주환원 mib200723 추가//*/
.return-page .table-type-nor .unit {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 13px;
  line-height: 1;
  color: #666;
  letter-spacing: -0.02em;
}
/*//주주환원 mib200723 추가*/
/*지배구조 mib200730 추가//*/
.structure-page .cbody-01 {
  /* mib210827 추가 // */
  /* mib210827 추가 // */
  /* mib211012 추가 // */
  /* // mib211012 추가 */
}
.structure-page .cbody-01 .part-link {
  border-bottom: 1px solid #b8b8b8;
  /* mib210713 추가 // */
  /* // mib210713 추가 */
}
.structure-page .cbody-01 .part-link:lang(en) {
  border-top: none;
}
.structure-page .cbody-01 .part-link::after {
  content: "";
  display: table;
  clear: both;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .structure-page .cbody-01 .part-link {
    padding: 16px 10px 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .structure-page .cbody-01 .part-link {
    padding: 35px 20px;
    margin-bottom: 60px;
  }
}
.structure-page .cbody-01 .part-link.part-line-first {
  border: none;
}
@media (max-width: 768px) {
  .structure-page .cbody-01 .part-link.part-line-first {
    margin-bottom: 0;
    margin-top: -48px;
  }
}
@media (min-width: 769px) {
  .structure-page .cbody-01 .part-link.part-line-first {
    margin-bottom: 0;
    margin-top: -65px;
  }
}
.structure-page .cbody-01 .part-link .title {
  display: inline-block;
  float: left;
  width: auto;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .structure-page .cbody-01 .part-link .title {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .structure-page .cbody-01 .part-link .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
  }
}
.structure-page .cbody-01 .part-link .btn-wrap {
  display: inline-block;
  float: right;
  width: auto;
}
@media (max-width: 768px) {
  .structure-page .cbody-01 .part-link .btn-wrap {
    margin-top: 6px;
  }
}
.structure-page .cbody-01 .box-caption .btn-wrap {
  position: static;
  text-align: right;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body > .desc-nor + .desc-nor.tip {
  text-indent: -5px;
  padding-left: 5px;
}
.structure-page .cbody-01 .part .director-wrap .wrap-body > .desc-nor + .desc-nor.tip:lang(en) {
  text-indent: -10px;
  padding-left: 10px;
}
.structure-page .cbody-01 .part-04:lang(en) {
  padding-bottom: 0;
}
.structure-page .cbody-06 {
  padding-bottom: 40px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .structure-page .cbody-06 {
    padding-bottom: 45px;
  }
}
.structure-page .cbody-06 table {
  width: 100%;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #bababa;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table {
    margin-top: 25px;
  }
}
.structure-page .cbody-06 table thead tr {
  border-bottom: 1px solid #8c8c8c;
}
.structure-page .cbody-06 table th:last-child, .structure-page .cbody-06 table td:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table th:last-child, .structure-page .cbody-06 table td:last-child {
    text-align: center;
  }
}
.structure-page .cbody-06 table th {
  padding: 14px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table th {
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
  }
}
.structure-page .cbody-06 table td {
  padding: 18px 20px;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table td {
    padding: 15px 0;
    text-align: center;
    word-break: keep-all;
  }
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table td:nth-child(2) {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .structure-page .cbody-06 table td:nth-child(3) {
    padding: 15px 10px;
    text-align: left;
  }
}
.structure-page .cbody-06 table tbody tr + tr {
  border-top: 1px solid #d1d1d1;
}
.structure-page .cbody-06 table .indent-list {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  padding-left: 9px;
  color: #4c4c4c;
}
.structure-page .cbody-06 table .indent-list:after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #4c4c4c;
}
.structure-page .cbody-06 table :first-child {
  color: #4c4c4c;
}
.structure-page .cbody-06 .notice {
  padding-left: 8px;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  text-indent: -8px;
  letter-spacing: -0.024em;
  color: #4c4c4c;
}
.structure-page .cbody-03 .table-type-nor ul li > span {
  width: 20%;
  vertical-align: middle;
}
.structure-page .cbody-03 .table-type-nor ul li > span:lang(en) {
  width: 17%;
}
.structure-page .cbody-03 .table-type-nor ul li > .cate {
  width: 23%;
}
.structure-page .cbody-03 .table-type-nor ul li > .cate:lang(en) {
  width: 26%;
}
.structure-page .cbody-03 .table-type-nor ul li > .width-45 {
  width: 45%;
}
.structure-page .cbody-03 .table-type-nor ul li > .width-45:lang(en) {
  width: 45%;
}
.structure-page .cbody-03 .table-type-nor ul li > .width-40:lang(en) {
  width: 40%;
}
@media (max-width: 768px) {
  .structure-page .cbody-03 .table-type-nor ul li > .width-40 .left:lang(en) {
    width: 56%;
  }
}
@media (min-width: 769px) {
  .structure-page .cbody-03 .table-type-nor ul li > .width-40 .left:lang(en) {
    width: 100%;
    padding-left: 35px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .structure-page .cbody-03 .table-type-nor ul li .th {
    width: 35% !important;
  }
}
@media (max-width: 768px) {
  .structure-page .cbody-03 .table-type-nor ul li > .width-45 .left {
    max-width: calc(65% - 18px);
  }
}
.structure-page .cbody-03 .table-type-nor li > .width-30 {
  width: 30%;
}
.structure-page .cbody-03 .table-type-nor li > .width-30 .left {
  text-align: left;
}
@media (min-width: 769px) {
  .structure-page .cbody-03 .table-type-nor li > .width-30 .left {
    width: 210px;
  }
}

/*//지배구조 mib200730 추가*/
/*주주현황 mib210520 추가//*/
.state-page .cm-notice {
  padding: 12px 18px;
}
.state-page .cm-notice .indent {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  text-indent: -10px;
  color: #666;
}
@media (max-width: 768px) {
  .state-page .cm-notice {
    padding: 12px 0;
  }
}

/*//주주현황 mib210520 추가*/
@media (min-width: 769px) {
  .state-page .cbody-02 .part-01 ul li {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .state-page .cbody-02 .part-01 ul li:lang(en) {
    padding: 15px 13px;
  }
}

/* Tum 컨텐츠 추가 //*/
@media (max-width: 768px) {
  .tum-page .content-body.cbody-06 .part-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
  }
}
@media (max-width: 359px) {
  .tum-page .content-body.cbody-06 .part-02 .tab-header-2 ul li + li {
    margin-left: 4px;
  }
}
.tum-page .content-body.cbody-06 .part-02 .tab-body-2 .box .date {
  font-weight: 400;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-06 .part-02 .tab-body-2 .box .date {
    font-size: 24px;
  }
}
.tum-page .content-body.cbody-07 ul {
  font-size: 0;
}
.tum-page .content-body.cbody-07 ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-07 ul li .title {
    font-size: 16px;
  }
}
.tum-page .content-body.cbody-08 * {
  box-sizing: border-box;
}
.tum-page .content-body.cbody-08 .section-inner {
  position: relative;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .img-wrap {
    position: relative;
    top: auto;
    width: 100%;
    height: 0;
    margin-top: 25px;
    padding-bottom: 53%;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .img-wrap {
    position: absolute;
    top: 110px;
    right: 0;
    width: 475px;
    height: 266px;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .img-wrap img {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .txt-wrap {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .txt-wrap {
    width: 465px;
    margin-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .txt-wrap .desc-nor {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .txt-wrap .desc-nor {
    margin-top: 10px;
  }
}
.tum-page .content-body.cbody-08 .desc-wrap {
  position: relative;
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap {
    max-width: 330px;
    margin: 20px auto 10px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap {
    height: 167px;
    margin-top: 25px;
  }
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap {
  display: inline-table;
  border-radius: 57.5px;
  vertical-align: middle;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap {
    position: relative;
    width: 100%;
    height: 105px;
    padding: 0 0 0 106px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap {
    width: 475px;
    height: 115px;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap ~ .circle-wrap {
    margin-top: 5px;
  }
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle {
  display: inline-table;
  border-radius: 100%;
  background: #ff7902;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle {
    width: 115px;
    height: 115px;
  }
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle.red {
  background: #e51937;
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle.red .txt {
  letter-spacing: 0;
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .circle .txt {
  display: table-cell;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.025em;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .desc {
  display: table-cell;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.615384;
  letter-spacing: -0.025em;
  vertical-align: middle;
  color: #666;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .desc {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap .circle-wrap .desc {
    width: 360px;
    padding-right: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .arrow {
    display: block;
    position: absolute;
    top: 96px;
    left: 44px;
    z-index: 1;
    height: 25px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap .arrow {
    display: inline-block;
    width: 56px;
    margin: 0 13px 0 17px;
    vertical-align: middle;
  }
}
.tum-page .content-body.cbody-08 .desc-wrap .tip {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #666;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-08 .desc-wrap .tip {
    display: block;
    padding-left: 25px;
    margin-top: 20px;
    line-height: 1.333333;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-08 .desc-wrap .tip {
    position: absolute;
    right: 0;
    top: 150px;
    line-height: 1.846153;
  }
}
.tum-page .content-body.cbody-09 * {
  box-sizing: border-box;
}
.tum-page .content-body.cbody-09 .desc {
  margin-top: 25px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #001414;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .desc {
    font-size: 15px;
    line-height: 1.533333;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .desc {
    font-size: 18px;
    line-height: 1.333333;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part-wrap {
    margin-top: 28px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part-wrap {
    margin-top: 36px;
  }
}
.tum-page .content-body.cbody-09 .part {
  border-top: 1px solid #a5a5a5;
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part {
    padding: 26px 0 20px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part {
    padding: 26px 0;
  }
}
.tum-page .content-body.cbody-09 .part1 .cont-wrap {
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap {
    width: 100%;
    max-width: 330px;
    height: 441px;
    padding: 0 0 0 117px;
    margin: 30px auto 0;
    background: url("/images/pr/tum/tum_dl-cont-09-part01_sm.jpg") left 0 top 0/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap {
    height: 157px;
    padding: 65px 0 0;
    margin-bottom: 8px;
    background: url("/images/pr/tum/tum_dl-cont-09-part01_lg.png") left 0 top 0/1040px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .cont-vr {
    height: 132px;
    padding: 45px 0 0 0;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .cont-vr {
    display: inline-block;
    width: 423px;
    padding: 0 0 0 145px;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .cont-ar {
    height: 132px;
    padding: 55px 0 0 0;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .cont-ar {
    display: inline-block;
    width: 423px;
    padding: 13px 0 0 160px;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .icon {
    display: inline-block;
    height: 64px;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list {
    font-size: 0;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
}
.tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list .job-item {
  position: relative;
  padding-left: 11px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.666666;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: #4c4c4c;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list .job-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list .job-item {
    display: inline-block;
    width: 128px;
  }
}
.tum-page .content-body.cbody-09 .part1 .cont-wrap .job-list .job-item:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 3px;
  height: 3px;
  background: #666;
}
.tum-page .content-body.cbody-09 .part2 .cont-wrap {
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap {
    max-width: 350px;
    height: 688px;
    padding-left: 171px;
    margin: 30px auto 0;
    background: url("/images/pr/tum/tum_dl-cont-09-part02_sm.jpg") 0 0/161px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap {
    height: 433px;
    padding: 304px 0 0 32px;
    margin-top: 30px;
    background: url("/images/pr/tum/tum_dl-cont-09-part02_lg.jpg") 0 0/contain no-repeat;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont {
    height: 172px;
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont:nth-child(1) {
    width: 262px;
    margin-top: -60px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont:nth-child(2) {
    width: 267px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont:nth-child(3) {
    width: 256px;
    margin-top: -60px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont:nth-child(4) {
    width: 223px;
  }
}
.tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .tit {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #141414;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .tit {
    line-height: 1.333333;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .tit {
    margin: 22px 0 10px;
    line-height: 1;
    white-space: nowrap;
  }
}
.tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538461;
  letter-spacing: -0.05em;
  color: #666;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .desc {
    margin-top: 9px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .desc {
    margin: 0;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part2 .cont-wrap .cont .desc br {
    display: none;
  }
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap {
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap {
    margin: 0 -15px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap {
    margin: 26px 0 64px;
    background: url("/images/pr/tum/tum_dl-cont-09-part03_lg.png") right 0 bottom 0/217px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont {
    position: relative;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont {
    display: inline-block;
    position: relative;
    width: 385px;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont + .cont {
    margin-left: 45px;
  }
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .flag {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 75px;
  padding: 30px 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #fff;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .flag {
    left: 15px;
    background: url("/images/pr/tum/tum_dl-icon-flag_sm.png") left top/60px auto no-repeat;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .flag {
    left: 0;
    background: url("/images/pr/tum/tum_dl-icon-flag_lg.png") left top/60px auto no-repeat;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap {
    position: absolute;
    top: 0;
    left: 90px;
  }
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .tit {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #141414;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .tit {
    display: block;
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .tit {
    position: absolute;
    top: 5px;
    left: 79px;
    font-size: 18px;
  }
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .tit .strong {
  font-weight: 700;
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #666;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .date {
    display: block;
    margin-top: 8px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .date {
    position: absolute;
    top: 9px;
    right: 0;
  }
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .tit-wrap .date .strong {
  font-weight: 700;
}
.tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .img {
  display: block;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .img {
    padding-top: 44px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-09 .part3 .cont-wrap .cont .img {
    padding: 39px 0 0 24px;
  }
}
.tum-page .content-body.cbody-10 {
  text-align: center;
  background: #f7f7f7;
}
.tum-page .content-body.cbody-10 * {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .section-inner {
    padding-bottom: 75px;
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .section-inner {
    padding-bottom: 87px;
  }
}
.tum-page .content-body.cbody-10 h4 {
  text-align: left;
}
.tum-page .content-body.cbody-10 .progress-wrap {
  font-size: 0;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .progress-wrap {
    margin: 30px auto;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .progress-wrap {
    margin: 35px 0 45px;
  }
}
.tum-page .content-body.cbody-10 .progress-wrap .circle {
  display: inline-table;
  border-radius: 100%;
  vertical-align: middle;
  background: #4c4c4c;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .progress-wrap .circle {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .progress-wrap .circle {
    width: 140px;
    height: 140px;
  }
}
.tum-page .content-body.cbody-10 .progress-wrap .circle .txt {
  display: table-cell;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .progress-wrap .circle .txt {
    padding-top: 4px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .progress-wrap .circle .txt {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .progress-wrap hr {
    height: 10px;
  }
}
.tum-page .content-body.cbody-10 .progress-wrap .arrow {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .progress-wrap .arrow {
    width: 21px;
    height: 7px;
    margin: 0 4px;
    background: url("/images/pr/tum/tum_dl-icon-arrow_sm.png") center center/contain no-repeat;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .progress-wrap .arrow {
    width: 57px;
    height: 7px;
    margin: 0 13px 0 15px;
    background: url("/images/pr/tum/tum_dl-icon-arrow_lg.png") center center/contain no-repeat;
  }
}
.tum-page .content-body.cbody-10 .link {
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  background: #e51937;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .link {
    height: 36px;
    padding: 0 25px 0 53px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 34px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .link {
    height: 55px;
    padding: 0 31px 0 68px;
    border-radius: 28px;
    font-size: 18px;
    line-height: 53px;
  }
}
.tum-page .content-body.cbody-10 .link::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/images/pr/tum/tum_dl-icon-mail_lg.png") 0 0/contain no-repeat;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .link::before {
    top: 10px;
    left: 25px;
    width: 23px;
    height: 15px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .link::before {
    top: 19px;
    left: 31px;
    width: 25px;
    height: 17px;
  }
}
.tum-page .content-body.cbody-10 .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-align: center;
  color: #666;
}
@media (max-width: 768px) {
  .tum-page .content-body.cbody-10 .desc {
    margin-top: 18px;
  }
}
@media (min-width: 769px) {
  .tum-page .content-body.cbody-10 .desc {
    margin-top: 30px;
  }
}

/* //Tum 컨텐츠 추가 */
/*기타 페이지*/
.system-page {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 769px) {
  .system-page {
    min-height: calc(100vh - 346px);
  }
}
.system-page * {
  box-sizing: border-box;
}
.system-page .wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .system-page .wrap {
    padding: 110px 15px 150px;
  }
}
@media (min-width: 769px) {
  .system-page .wrap {
    padding: 220px 0;
  }
}
.system-page .check-figure {
  margin: 0 auto;
}
.system-page .check-figure .img {
  display: block;
  width: 154px;
  margin: 0 auto;
}
.system-page .check-figure .caption .tit {
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.05em;
  vertical-align: top;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .system-page .check-figure .caption .tit {
    max-width: 330px;
    margin: 30px auto 0;
    font-size: 28px;
    letter-spacing: -0.1em;
  }
  .system-page .check-figure .caption .tit:lang(en) {
    max-width: 400px;
  }
}
@media (min-width: 769px) {
  .system-page .check-figure .caption .tit {
    font-size: 36px;
  }
}
.system-page .check-figure .caption .tit:lang(en) {
  letter-spacing: -0.01em;
}
.system-page .check-figure .caption .date {
  margin-top: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025em;
  vertical-align: top;
  color: #666;
}
@media (max-width: 359px) {
  .system-page .check-figure .caption .date {
    letter-spacing: -0.05em;
  }
}
@media (max-width: 768px) {
  .system-page .check-figure .caption .date {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .system-page .check-figure .caption .date {
    font-size: 21px;
  }
}
.system-page .btns {
  margin-top: 50px;
  font-size: 0;
}
.system-page .btns .btn {
  display: inline-block;
  width: 150px;
  border: 1px solid #4c4c4c;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  vertical-align: top;
  color: #1a1a1a;
  background: #fff;
}
@media (max-width: 359px) {
  .system-page .btns .btn {
    width: 130px;
  }
}
.system-page .btns .btn.home {
  border: 1px solid #e51937;
  color: #fff;
  background: #e51937;
}
.system-page .btns .btn + .btn {
  margin-left: 15px;
}

/*아이폰 버그 픽스*/
@media (max-width: 768px) {
  .device-model-iphone .custom-select-wrap select {
    font-size: 16px;
  }
  .device-model-iphone .board-detail-type .board-detail-body a {
    word-break: break-word;
    white-space: pre-line;
  }
  .device-model-iphone .board-search input {
    font-size: 16px;
  }
  .device-model-iphone .board-search .custom-select-wrap select {
    font-size: 16px;
  }
  .device-model-iphone .csr-participate-contact-page input, .device-model-iphone .csr-participate-contact-page textarea {
    font-size: 16px !important;
  }
  .device-model-iphone .irmeeting-page .content-body.irmeeting-reg .regist-info .item-group .item input[type=text] {
    font-size: 16px;
  }
}
/*SK텔레콤 사옥 방문객 개인정보 처리방침 mib201207 추가*/
.visitor-page * {
  box-sizing: border-box;
}
.visitor-page .content-body {
  padding: 49px 0 87px;
}
.visitor-page .point {
  color: #f51937;
}
.visitor-page .visitor-h4 {
  margin-bottom: 11px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #141414;
}
@media (max-width: 768px) {
  .visitor-page .visitor-h4 {
    font-size: 15px;
    font-weight: 700;
  }
}
.visitor-page .visitor-h4 ~ .visitor-h4 {
  margin-top: 51px;
}
@media (max-width: 768px) {
  .visitor-page .visitor-h4 ~ .visitor-h4 {
    margin-top: 31px;
  }
}
.visitor-page .visitor-ul {
  padding: 0;
}
.visitor-page .visitor-ul .visitor-li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-ul .visitor-li.bullet {
  position: relative;
  padding: 0 0 0 29px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .visitor-page .visitor-ul .visitor-li.bullet {
    padding-left: 23px;
  }
}
.visitor-page .visitor-ul .visitor-li.bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 21px;
  width: 3px;
  height: 3px;
  background: #4c4c4c;
}
@media (max-width: 768px) {
  .visitor-page .visitor-ul .visitor-li.bullet::before {
    left: 15px;
  }
}
.visitor-page .visitor-ul .visitor-li ~ .visitor-li {
  margin-top: 10px;
}
.visitor-page .visitor-ul .inner-ul {
  padding: 0 0 0 21px;
}
@media (max-width: 768px) {
  .visitor-page .visitor-ul .inner-ul {
    padding-left: 23px;
  }
}
.visitor-page .visitor-ul .inner-ul .inner-li {
  margin-top: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-ul .inner-ul .inner-li .tit {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-ul .inner-ul .inner-li .txt {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-ul .inner-ul .inner-li .txt ~ .txt {
  margin-top: 10px;
}
.visitor-page .visitor-ul .inner-ul .inner-li .txt .dash {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-ul .inner-ul .inner-li .txt .dash ~ .dash {
  margin-top: 0;
}
.visitor-page .visitor-ul .inner-ul .inner-li .bullet {
  position: relative;
  padding: 0 0 0 29px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .visitor-page .visitor-ul .inner-ul .inner-li .bullet {
    padding-left: 8px;
  }
}
.visitor-page .visitor-ul .inner-ul .inner-li .bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 21px;
  width: 3px;
  height: 3px;
  background: #4c4c4c;
}
@media (max-width: 768px) {
  .visitor-page .visitor-ul .inner-ul .inner-li .bullet::before {
    left: 0px;
  }
}
.visitor-page .visitor-table {
  width: 100%;
  padding: 0 0 0 21px;
}
@media (max-width: 768px) {
  .visitor-page .visitor-table {
    padding-left: 23px;
  }
}
.visitor-page .visitor-table + .visitor-table .table-row.thead {
  border-top: 0;
}
.visitor-page .visitor-table:first-child {
  margin-top: 13px;
}
.visitor-page .visitor-table:last-child {
  margin-bottom: 17px;
}
.visitor-page .visitor-table .table-title {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-table .table-title.bullet {
  position: relative;
  padding: 0 0 0 9px;
  margin-top: 11px;
}
.visitor-page .visitor-table .table-title.bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 3px;
  height: 3px;
  background: #4c4c4c;
}
.visitor-page .visitor-table .table-p {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.visitor-page .visitor-table .table-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0;
}
.visitor-page .visitor-table .table-row.thead {
  border-top: 1px solid #a5a5a5;
}
.visitor-page .visitor-table .table-row .div10-10 {
  width: 100%;
}
.visitor-page .visitor-table .table-row .div10-9 {
  width: 90%;
}
.visitor-page .visitor-table .table-row .div10-8 {
  width: 80%;
}
.visitor-page .visitor-table .table-row .div10-7 {
  width: 70%;
}
.visitor-page .visitor-table .table-row .div10-6 {
  width: 60%;
}
.visitor-page .visitor-table .table-row .div10-5 {
  width: 50%;
}
.visitor-page .visitor-table .table-row .div10-4 {
  width: 40%;
}
.visitor-page .visitor-table .table-row .div10-3 {
  width: 30%;
}
.visitor-page .visitor-table .table-row .div10-2 {
  width: 20%;
}
.visitor-page .visitor-table .table-row .div10-1 {
  width: 10%;
}
.visitor-page .visitor-table .table-th {
  display: table-cell;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.visitor-page .visitor-table .table-th ~ .table-th {
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .visitor-page .visitor-table .table-th ~ .table-th {
    border-left: 0;
  }
}
.visitor-page .visitor-table .table-td {
  display: table-cell;
  padding: 8px 0 12px;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  color: #666;
}
.visitor-page .visitor-table .table-td .txt {
  padding-left: 37px;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  vertical-align: middle;
  color: #666;
}
.visitor-page .visitor-table .table-td .txt.bullet {
  position: relative;
}
.visitor-page .visitor-table .table-td .txt.bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 30px;
  width: 3px;
  height: 3px;
  background: #4c4c4c;
}
.visitor-page .visitor-table .table-td .txt.indent {
  padding-left: 47px;
  text-indent: -10px;
}
.visitor-page .visitor-table .table-td ~ .table-td {
  border-left: 1px solid #dbdbdb;
}
@media (max-width: 768px) {
  .visitor-page .visitor-table .table-td ~ .table-td {
    border-left: 0;
  }
}
.visitor-page .visitor-table .align-left {
  text-align: left;
}

/* mib211101 게시판 페이지 제목 여백 // */
@media (max-width: 768px) {
  .board-detail-type .content-header .section-inner h3.type-txt {
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) {
  .board-detail-type .content-header .section-inner h3.type-txt {
    margin-bottom: 59px;
  }
}

@media (max-width: 768px) {
  .board-list-type .content-header .section-inner h3.type-txt {
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) {
  .board-list-type .content-header .section-inner h3.type-txt {
    margin-bottom: 59px;
  }
}
@media (max-width: 768px) {
  .board-list-type.notice-page .content-header .section-inner h3.type-txt {
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .board-list-type.notice-page .content-header .section-inner h3.type-txt {
    margin-bottom: 2px;
  }
}
.board-list-type.notice-page .content-body .section-inner h4.type-txt {
  padding: 32px 0 10px !important;
}

/* // mib211101 게시판 페이지 제목 여백 */
