@charset "utf-8";

/* font */
@font-face {
  font-family: "NanumSquareB";
  src:
    url("font/NanumSquareB.woff") format("woff"),
    url("font/NanumSquareB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquareR";
  src:
    url("font/NanumSquareR.woff") format("woff"),
    url("font/NanumSquareR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquareEB";
  src:
    url("font/NanumSquareEB.woff") format("woff"),
    url("font/NanumSquareEB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquareL";
  src:
    url("font/NanumSquareL.woff") format("woff"),
    url("font/NanumSquareL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 10px;
  min-width: 320px;
}
@media all and (min-width: 375px) {
  /* 아이폰6 */
  html {
    font-size: 11.5px;
  }
}
@media all and (min-width: 414px) {
  /* 아이폰6 plus */
  html {
    font-size: 12px;
  }
}

/*
@media all and (max-width:414px)  {
    html{font-size:11.5px}
}
@media all and (max-width:375px)  {
    html{font-size:10.4167px}
}
@media all and (max-width:360px)  {
    html{font-size:10px}
}
@media all and (max-width:320px) {
    html{font-size:9px}
} */

/* reset */
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul,
pre {
  margin: 0;
  padding: 0;
  font-family: "NanumSquareR";
}
body {
  -webkit-text-size-adjust: none;
  word-break: break-all;
  color: #666;
  background: #fff;
  font-family: "NanumSquareR";
  font-size: 14px;
}
table {
  border-collapse: collapse;
}
img,
fieldset,
iframe {
  border: 0;
}
img {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
address,
em,
i {
  font-style: normal;
  font-weight: 400;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background: none;
  cursor: pointer;
  outline: none;
}
a {
  text-decoration: none;
  color: #333;
}
* {
  box-sizing: border-box;
  outline: none;
  word-break: keep-all;
  word-wrap: break-word;
}

#wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrap.fixed {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.5s;
  background-color: #fff;
  min-width: 1320px;
  border-bottom: 1px solid #e1e1e1;
}
header.on,
header.scroll {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
header h1 {
  height: 78px;
  display: inline-flex;
  align-items: center;
}
header h1 a {
  display: inline-block;
  width: 165px;
  height: 32px;
  background: url(../images/img_logo_head.png) no-repeat 0 0 / 165px 32px;
}

@media all and (min-width: 769px) {
  /* 769 이상 : pc */
  body {
    min-width: 1320px;
  }
  header {
    height: 78px;
  }
  header.on {
    background-color: #fff;
    height: 260px;
  }
  /* header:after {content:'';height:1px;background-color:#e1e1e1;width:100%;position: absolute;left:0;top:75px;transition: all .5s;opacity: 0;transition-delay: .2s;z-index: -1;}
    header.on:after {opacity: 1;} */
  header .inHeadBox {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 78px;
    justify-content: space-between;
    padding: 0px 20px;
  }
  header.on .inHeadBox {
    position: relative;
  }
  header.on .inHeadBox:after {
    content: "";
    width: 200%;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #e8e8e8;
    height: 1px;
    transform: translateX(-50%);
    z-index: -1;
  }
  header nav {
    height: 78px;
    position: relative;
    padding-top: 28px;
  }
  header.on nav {
    height: 245px;
  }
  header nav .menuTit,
  header .btn_allMenu {
    display: none;
  }
  header nav .menuList {
    display: flex;
    height: 100%;
    margin-right: 420px;
    width: 610px;
  }
  header nav .menuList > li {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
  }
  header nav .menuList > li:hover > a {
    position: relative;
  }
  header nav .menuList > li:hover > a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #009ddc;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 25px;
    z-index: 1;
    pointer-events: none;
  }
  header nav .menuList > li:last-child {
    padding-right: 0;
  }
  header nav .menuList > li > a {
    color: #333;
    font-size: 20px;
  }
  header nav .menuList > li > .innerMenuBox {
    position: absolute;
    left: 0;
    top: 75px;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
  }
  header.on nav .menuList > li:hover .innerMenuBox {
    opacity: 1;
    height: inherit;
    z-index: 1;
    overflow: visible;
  }
  header nav .innerMenuBox a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  header nav .innerMenuBox a:hover {
    color: #2196f3;
  }
  header nav .innerMenuBox strong a:hover {
    color: #333;
  }

  header nav .menuList > li:last-child .innerMenuBox a {
    text-align: left;
    text-indent: 55px;
  }

  header nav .in_menuList {
    display: flex;
    width: 400px;
    margin-left: -50px;
  }
  header nav .in_menuList li {
    flex: 1 1 auto;
    text-align: left;
    font-size: 16px;
  }
  header nav .in_menuList li > strong {
    color: #111;
    display: block;
    margin-bottom: 20px;
  }

  header .rightQuickBox {
    display: flex;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 23px;
  }
  header .rightQuickBox a {
    display: inline-flex;
    color: #333;
    font-size: 14px;
    padding: 5px 10px 5px 0;
    border: 1px solid #999;
    align-items: center;
  }
  header .rightQuickBox img {
    margin: 0 8px;
    filter: invert(1);
  }
  header .rightQuickBox a.ico_campus {
    margin-left: 25px;
  }
  header.on .rightQuickBox a:hover,
  header.scroll .rightQuickBox a:hover {
    background: rgba(0, 0, 0, 0.03);
  }

  header nav .menuList li > a.moMenu {
    display: none;
  }
}

@media all and (max-width: 768px) {
  /* 768 이하 */
  header {
    height: 54px;
    min-width: auto;
  }
  header .inHeadBox {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  header h1 a {
    width: 165px;
    height: 16px;
    background: url(../images/img_logo_head.png) no-repeat 0 0 / auto 16px;
  }

  .btn_allMenu {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99999;
  }
  .btn_allMenu span {
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #262626;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .btn_allMenu.close span {
    background: #262626 !important;
  }
  .mainHead .btn_allMenu span {
    background: #fff;
  }
  .mainHead.scroll .btn_allMenu span {
    background: #262626 !important;
  }

  .btn_allMenu span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  .btn_allMenu span:nth-child(1) {
    animation: span-first-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  .btn_allMenu span:nth-child(2) {
    animation: span-second-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  .btn_allMenu span:nth-child(3) {
    animation: span-third-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  .btn_allMenu.close:hover span::before {
    width: 100%;
    transition: all 0.3s linear;
  }
  .btn_allMenu.close span:nth-child(1) {
    animation: span-first-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  .btn_allMenu.close span:nth-child(2) {
    animation: span-second-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }
  .btn_allMenu.close span:nth-child(3) {
    animation: span-third-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
  }

  @keyframes span-first-on {
    0% {
      transform: translate(-50%, -300%);
    }
    30% {
      transform: translate(-50%, -50%);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }

  @keyframes span-first-off {
    0% {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    30% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -300%);
    }
  }

  @keyframes span-second-on {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      transform: translate(-150%, -50%) scale(0);
    }
  }

  @keyframes span-second-off {
    0% {
      transform: translate(-150%, -50%) scale(0);
    }
    50% {
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }

  @keyframes span-third-on {
    0% {
      transform: translate(-50%, 200%);
    }
    30% {
      transform: translate(-50%, -50%);
    }
    100% {
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }

  @keyframes span-third-off {
    0% {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    30% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, 200%);
    }
  }

  header nav {
    width: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transition: all 0.5s;
    overflow-y: auto;
  }
  header nav > * {
    background-color: #fff;
  }
  header nav.open {
    left: 0;
  }
  header nav.open:before,
  header nav.open:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  header nav.open:before {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
  }
  header nav.open:after {
    position: absolute;
    background: #fff;
    z-index: -1;
  }
  header nav .menuTit {
    display: none;
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #111;
  }
  header nav.open .menuTit {
    display: block;
  }
  header nav .menuList {
  }
  header nav .menuList li a {
    display: block;
  }
  header nav .menuList li > a {
    font-size: 1.4rem;
    padding: 1.5rem 1.2rem;
    border-top: 1px solid #e1e1e1;
    position: relative;
  }
  header nav .menuList li > a:after {
    content: "＋";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
  }
  header nav .menuList li > a.open:after {
    content: "－";
  }
  header nav .menuList li:first-child > strong {
    border-top: 0;
  }
  header nav .menuList li > strong {
    display: block;
    font-size: 1.3rem;
    background: #f0f0f0;
    padding: 15px 20px;
    margin-left: -20px;
    font-weight: 500;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  header nav .menuList li > strong a {
    padding: 0 !important;
    font-size: 1.3rem !important;
  }
  header nav .menuList li > strong a:before {
    display: none !important;
  }
  header nav .menuList li > strong + div + strong {
    display: none;
  }
  header nav .menuList li:first-child > a {
    border-top: none;
  }
  header nav .menuList li .innerMenuBox {
    padding-left: 20px;
    background-color: #f5f5f5;
    display: none;
    overflow: hidden;
  }
  header nav .menuList li > a.open + .innerMenuBox {
    display: block;
    border-top: 1px solid #e1e1e1;
  }
  header nav .menuList li .innerMenuBox a {
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  header nav .menuList li .innerMenuBox a:before {
    content: "";
    width: 2px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  header nav .menuList li .innerMenuBox a:last-child {
    border-bottom: none;
  }
  header nav .menuList li .innerMenuBox a.lastBd {
    border-bottom: 1px solid #eee;
  }
  .mo_none {
    display: none !important;
  }
  .rightQuickBox {
    display: flex;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
  }
  .rightQuickBox a {
    flex-basis: 50%;
    padding: 15px 0;
    text-align: center;
    background-color: #f9f9f9;
  }
  .rightQuickBox a + a {
    border-left: 1px solid #e1e1e1;
  }
  .rightQuickBox a:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 8px;
    height: 15px;
    background: url(../images/btn_next.png) 0 center no-repeat;
    background-size: auto 8px;
    top: 3px;
    position: relative;
  }
  .rightQuickBox a img {
    display: none;
  }

  header nav .menuList li > a.pcMenu {
    display: none;
  }
}

/* form 요소 */
input[type="text"],
input[type="tel"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #aaa;
  height: 42px;
  line-height: 42px;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  cursor: text;
  border-radius: 3px;
}
input[type="text"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
  border: 1px solid #999;
}
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #009ddc;
}

select {
  width: 200px;
  height: 42px;
  color: #555;
  font-size: 13px;
  padding: 0 13px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #aaa;
  cursor: pointer;
  font-size: 14px;
  background: url(../images/ico_select_arrow.png) no-repeat calc(100% - 10px) center;
}
select::-ms-expand {
  display: none;
}
input[type="button"] {
  vertical-align: middle;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  width: 100%;
}
textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: text;
  border-radius: 3px;
  font-size: 14px;
  resize: none;
}

.com-radio {
  background: #fff;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  outline: none;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
}
.com-radio:before {
  content: "";
  background: #ccc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.com-radio + label {
  cursor: pointer;
  margin-right: 15px;
  color: #666;
  margin-left: 8px;
}
.com-radio:checked {
  border-color: #6d8fff;
}
.com-radio:checked:before {
  background: #6d8fff;
}
.com-radio:checked + label {
  font-weight: bold;
  color: #333;
}

.com-checkbox {
  height: 28px;
  width: 28px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: url(../images/ico_checkbox_off.png) no-repeat center center;
  margin-right: 5px;
  cursor: pointer;
}
.com-checkbox:hover {
}
.com-checkbox + label {
  color: #666;
  cursor: pointer;
  margin: 0 15px 0 4px;
  font-size: 14px;
}
.com-checkbox:checked {
  background-image: url(../images/ico_checkbox_on.png);
}
.com-checkbox + label:hover {
  color: #333;
}
.com-checkbox:checked + label {
  color: #333;
  font-weight: bold;
}

/* tab 공통 */
.tabBox {
}

/* sub 공통 */
.locationNav {
  margin: 78px 0 0 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 0 14px;
}
.locationNav ol {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}
.locationNav li {
  position: relative;
  padding: 0 24px 0 14px;
  font-size: 14px;
}
.locationNav li:first-child {
  padding-left: 5px;
}
.locationNav li:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -1px;
  background: url(../images/ico_location_bullet.png) no-repeat 0 0;
}
.locationNav li:last-child:after {
  display: none;
}
.locationNav li a {
  display: inline-block;
}
.locationNav li:first-child a {
  width: 16px;
  height: 16px;
  background: url(../images/ico_location_home.png) no-repeat 0 0;
}
/* .locationNav li:last-child {color:#3fb5e5} */

.subContainer {
  /*max-width:1320px;*/
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 0;
  text-align: center;
}

/* 지속가능 경영 */

.w-70 {
  width: 70%;
}

.mt-2rem {
  margin-top: 2rem;
}

.section-layout {
  margin: 3rem 0;
  padding: 5rem 0px 10rem 0px;
}

.section-layout.bg-gray {
  background-color: #f6f5f5;
}


/* 메인 이미지와 텍스트 */
.sustain-main {
  background: url(../images/01_메인이미지.jpg) no-repeat 0 0;
  background-size: cover;

  color: #fff;
  padding: 70px 0 160px;
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}

.sustain-main .title-area {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.sustain-main .title {
  font-size: 40px;
  margin-bottom: 3.5rem;
}

.sustain-main .sub-title {
  font-size: 20px;
}

.sustain-main .sub-title .sub-title-line {
  margin-bottom: 1rem;
}

 /* 추진방향 */
.sustain-direction-root .title-area .title > div {
  font-size: 24px;
  color: black;
  padding: 20px;
  padding-bottom: 0px;
  text-align: start;
  font-weight: 600;
  box-sizing: border-box;
}

.sustain-direction-root .title-area .sub-title > div {
  color: rgb(86, 86, 86);
  font-size: 15px;
  padding: 20px;
  text-align: start;
  font-weight: 600;
}

.sustain-direction-root .items-container {
  flex-wrap: wrap;
  padding: 0px 8rem;
  margin-top: 2rem;
}

.sustain-direction-root .items-container .item .image-area > img {
  height: 150px;
  width: 150px;
}

.sustain-direction-root .items-container .item .title-area {
  margin-top: 20px;
}

.sustain-direction-root .items-container .item .title-area .title {
  font-size: 24px;
  color: black;
}

.sustain-direction-root .items-container .item .title-area {
  font-size: 24px;
  color: black;
}

.sustain-direction-root .items-container .item .title-area .title-eng {
  font-weight: 500;
  font-size: 16px;
}

.sustain-direction-root .items-container .item .content-area {
  padding: 0.5rem;
}

.sustain-direction-root .sustain-bar {
  width: 40px;
  background-color: #009ddc;
  height: 1px;
  margin: 1rem 0;
}

.sustain-direction-root .sustain-direction-title {
  text-align: center;
  margin-top: 0.7rem;
  color: black;
  font-size: 16px;
  line-height: 2rem;
}

/* 주요활동 */
.sustain-movement-root .title-area .title > div {
  font-size: 24px;
  color: black;
  padding: 20px;
  padding-bottom: 0px;
  text-align: start;
  font-weight: 600;
  box-sizing: border-box;
}

.sustain-movement-root .title-area .sub-title > div {
  color: rgb(86, 86, 86);
  font-size: 15px;
  padding: 20px;
  text-align: start;
  font-weight: 600;
}

.sustain-movement-ul li {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  box-shadow: 2px 2px 3px #e1e1e1;
}
.sustain-movement-ul li:nth-child(2n + 2) {
  flex-direction: row-reverse;
}
.sustain-movement-ul li + li {
  margin-top: 64px;
}
.sustain-movement-ul li > div {
  width: 100%;
  padding-left: 56px;
}

.sustain-movement-ul li > .list-content > .title-area  {
  margin-bottom: 1rem;
}
.sustain-movement-ul li > .list-content > .title-area > .sub-title {
  font-size: 14px;
  color: #009ddc;
  margin-left: 0.5rem;
}
.sustain-movement-ul li > .list-content > .title-area > .title {
  font-weight: 700;
  font-size: 24px;
  color: black;
  
}
.sustain-movement-ul li > div > .item {
  color: #030303;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.sustain-movement-ul li > span > img {
  width: 360px;
  height: 240px;
}
/* 지속가능 경영 끝*/

.bgGray_Cont {
  background-color: #f6f5f5;
}
.bgGray_Cont > div {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.titSub {
  font-size: 50px;
  color: #111;
  position: relative;
  padding-top: 15px;
  display: inline-block;
  font-weight: 400;
}
.titSub:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #009ddc;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.stitSub {
  color: #111;
  font-size: 18px;
  margin-top: 40px;
}
.subContent {
  min-height: 50vh;
  margin-top: 80px;
}

.top_visual {
  color: #fff;
  font-size: 40px;
  padding: 70px 0 180px;
  position: relative;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.top_visual span {
  display: block;
  margin-top: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.top_visual.history {
  background: url(../images/bg_history_visual.jpg) no-repeat center 0;
}
.top_visual.overview {
  background: url(../images/bg_overview_visual.jpg) no-repeat center 0;
}
.top_visual.recruiter {
  background: url(../images/bg_overview_recruiter.jpg) no-repeat center 0;
}

.ci_visual {
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  color: #000;
  margin-top: 40px;
}

.service01_cont01 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: left;
}
.service01_cont01 dt,
.service01_cont02 dt {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
}
.service01_cont01 dd {
  display: flex;
  margin-top: 45px;
  align-items: center;
}
.service01_cont01 dd .contLeft {
  padding: 19px 12px 19px 22px;
  background: #fff;
  height: 475px;
  width: 498px;
  box-shadow: 2px 2px 3px #e1e1e1;
}
/* 추가 */
.service01_cont01 dd .contLeft_eng {
  height: 520px;
  width: 498px;
}
/*      */
.service01_cont01 dd .contLeft > ul > li {
  display: flex;
  position: relative;
  height: 126px;
  align-items: center;
}
/* 추가 */
.service01_cont01 dd .contLeft_eng > ul > li:nth-child(2) {
  height: 160px;
}
/*      */
.service01_cont01 dd .contLeft > ul > li + li {
  margin-top: 31px;
}
.service01_cont01 dd .contLeft > ul > li strong {
  border: 2px solid #009ddc;
  width: 130px;
  color: #009ddc;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 100%;
  margin-right: 22px;
}
.service01_cont01 dd .contRig strong:before,
.service01_cont01 dd .contRig strong:after {
  content: "";
  width: 147px;
  height: 62px;
  position: absolute;
  top: 13px;
}
/* 추가 */
/* .service01_cont01 dd .contRig_eng strong:before,.service01_cont01 dd .contRig_eng strong:after { display: none;} */
.service01_cont01 dd .contLeft_eng > ul > li:nth-child(1) strong {
  width: 130px;
  margin-right: 10px;
}
.service01_cont01 dd .contLeft_eng > ul > li:nth-child(2) strong {
  width: 140px;
  margin-right: 10px;
}
.service01_cont01 dd .contLeft_eng > ul > li:nth-child(3) strong {
  width: 160px;
  margin-right: 10px;
}
/*      */
.service01_cont01 dd .contLeft > ul > li li {
  font-size: 15px;
  color: #000;
  line-height: 24px;
}
.service01_cont01 dd .contLeft > ul > li li + li {
  margin-top: 10px;
}
.service01_cont01 dd .contLeft > ul > li li span {
  text-indent: 10px;
  display: inline-block;
}
.service01_cont01 dd .contRig {
  margin-left: 25px;
  width: 661px;
}
.service01_cont01 dd .contRig strong {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #009ddc;
  position: relative;
  margin-bottom: 45px;
}
.service01_cont01 dd .contRig strong:before {
  left: 63px;
  background: url(../images/img_service01_cont01_left.png);
}
.service01_cont01 dd .contRig strong:after {
  right: 63px;
  background: url(../images/img_service01_cont01_right.png);
}
.service01_cont01 dd .contRig ul {
  display: flex;
}
.service01_cont01 dd .contRig ul li {
  width: 23%;
  text-align: center;
  justify-content: center;
}
.service01_cont01 dd .contRig ul li:nth-child(2),
.service01_cont01 dd .contRig ul li:nth-child(3) {
  width: 27%;
}
.service01_cont01 dd .contRig ul li b {
  background: #009ddc no-repeat 50% 21px;
  color: #fff;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: block;
  font-size: 22px;
  padding-top: 80px;
  font-weight: 400;
}
/* 추가 */
.service01_cont01 dd .contRig_eng ul li b {
  font-size: 15px;
}
.service01_cont01 dd .contRig_eng div {
  width: 230px;
  margin-left: 215px;
}
.service01_cont01 dd .contRig_eng strong {
  margin-bottom: 16px;
}
.service01_cont01 dd .contRig_eng strong:before,
.service01_cont01 dd .contRig_eng strong:after {
  content: "";
  width: 147px;
  height: 62px;
  position: absolute;
  top: 30px;
}

/*      */
.service01_cont01 dd .contRig ul li + li b {
  margin: 0 auto;
}
.service01_cont01 dd .contRig ul li + li + li + li b {
  margin: 0 0 0 auto;
}
.service01_cont01 dd .contRig ul li:nth-child(1) b {
  background-image: url(../images/ico_service01_cont01_01.png);
}
.service01_cont01 dd .contRig ul li:nth-child(2) b {
  background-image: url(../images/ico_service01_cont01_02.png);
}
.service01_cont01 dd .contRig ul li:nth-child(3) b {
  background-image: url(../images/ico_service01_cont01_03.png);
}
.service01_cont01 dd .contRig ul li:nth-child(4) b {
  background-image: url(../images/ico_service01_cont01_04.png);
}
.service01_cont01 dd .contRig ul li em {
  font-size: 16px;
  color: #000;
  margin-top: 25px;
  display: block;
  line-height: 24px;
}
.service01_cont01 dd .contRig ul li:nth-child(1) em {
  margin-left: -24px;
}
.service01_cont01 dd .contRig ul li:nth-child(4) em {
  margin-right: -24px;
}

.service01_cont02 {
  padding: 80px 20px 120px;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.service01_cont02 dt + dd {
  color: #030303;
  margin: 35px 0 0;
  font-size: 18px;
  line-height: 28px;
}
.service01_cont02 dd {
}
.service01_cont02 dd p {
  margin-bottom: 58px;
}
.service01_cont02 dd > ul {
  display: flex;
  justify-content: space-between;
}
.service01_cont02 dd > ul > li {
  background-color: #f9f9f9;
  width: 292px;
  text-align: center;
  padding: 50px 0 40px;
  box-shadow: 2px 2px 3px #e1e1e1;
}
.service01_cont02 dd > ul > li strong {
  display: block;
  position: relative;
  padding: 96px 0 27px;
  margin-bottom: 34px;
  font-size: 22px;
  background: no-repeat center 0;
}
.service01_cont02 dd > ul > li:nth-child(1) strong {
  background-image: url(../images/ico_service01_cont02_01.png);
}
.service01_cont02 dd > ul > li:nth-child(2) strong {
  background-image: url(../images/ico_service01_cont02_02.png);
}
.service01_cont02 dd > ul > li:nth-child(3) strong {
  background-image: url(../images/ico_service01_cont02_03.png);
}
.service01_cont02 dd > ul > li:nth-child(4) strong {
  background-image: url(../images/ico_service01_cont02_04.png);
}
.service01_cont02 dd > ul > li strong:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #494949;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -13px;
}
.service01_cont02 dd > ul > li ul {
  text-align: left;
  padding-left: 20px;
}
.service01_cont02 dd > ul > li ul li {
  font-size: 16px;
}

.service01_cont03 {
  padding: 85px 20px 70px;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.service01_cont03 h4 {
  font-size: 30px;
  color: #030303;
  margin-bottom: 40px;
}
.service01_cont03 ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.service01_cont03 ul li + li + li {
  margin-top: 60px;
}
.service01_cont03 ul li h5 {
  margin: 30px 0 30px;
  font-size: 26px;
  color: #000;
}
.service01_cont03 ul li p {
  font-size: 16px;
  color: #474747;
  line-height: 24px;
}

/* 특장점 */
.service01_cont04 {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 120px;
  text-align: left;
}
.service01_cont04 h4 {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
}
.service01_cont04 ul {
  position: relative;
  height: 450px;
  text-align: center;
}
.service01_cont04 ul:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 235px;
  height: 235px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.service01_cont04 ul li {
  position: relative;
}
.service01_cont04 ul li:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: right;
  width: 50%;
  padding-right: 200px;
}
/* 추 가 */
/* .service01_cont04 ul li:nth-child(2) {position:absolute;left:0;bottom:20px;text-align:right;width:50%;padding-right:200px} */
/*       */
.service01_cont04 ul li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: left;
  width: 50%;
  padding-left: 200px;
}
.service01_cont04 ul li:before {
  content: "";
  width: 138px;
  height: 138px;
  background: no-repeat 0 0;
  position: absolute;
}
.service01_cont04 ul li:nth-child(1):before {
  background-image: url(../images/ico_service01_cont04_01.png);
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.service01_cont04 ul li:nth-child(2):before {
  background-image: url(../images/ico_service01_cont04_02.png);
  left: 100%;
  top: -25px;
  margin-left: 32px;
}
.service01_cont04 ul li:nth-child(3):before {
  background-image: url(../images/ico_service01_cont04_03.png);
  right: 100%;
  top: -25px;
  margin-right: 32px;
}
.service01_cont04 ul li strong {
  font-size: 26px;
  color: #009ddc;
  display: block;
  margin-bottom: 20px;
}
.service01_cont04 ul li p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.btn_popUp {
  display: inline-block;
  border: 1px solid #009ddc;
  color: #009ddc;
  padding: 10px 17px;
  font-weight: bold;
  margin-top: 37px;
  font-size: 17px;
}
.btn_popUp:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/btn_pop_open.png) no-repeat 0 0;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  bottom: -2px;
}
.btn_popUp:hover {
  background-color: #fff;
}

.service02_cont01 {
  padding: 80px 20px;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.service02_cont01 dt {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 90px;
}
.service02_cont01 dd {
  display: flex;
  align-items: center;
  margin-bottom: 145px;
}
.service02_cont01 dd:last-child {
  margin-bottom: 0;
}
.service02_cont01 dd span {
  margin-right: 70px;
}
.service02_cont01 dd span img {
}
.service02_cont01 dd p {
  line-height: 28px;
  font-size: 20px;
}
.service02_cont01 dd p strong {
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
  color: #030303;
}

.service02_cont02 {
  padding: 80px 20px;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.service02_cont02 dt {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 50px;
}
.service02_cont02 dd > ul {
  display: flex;
  justify-content: space-between;
}
.service02_cont02 dd ul li div strong {
  font-size: 26px;
  color: #030303;
  display: block;
  text-align: center;
  margin-top: 26px;
}
.service02_cont02 dd ul li div ul {
  margin-top: 44px;
}
.service02_cont02 dd ul li div ul li {
  color: #010101;
  font-size: 17px;
  line-height: 22px;
}
.service02_cont02 dd ul li div ul li + li {
  margin-top: 10px;
}

.service03_cont01 {
  padding: 80px 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.service03_cont01 dt {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: left;
}
.service03_cont01 dd > ul {
  display: flex;
  flex-wrap: wrap;
}
.service03_cont01 dd > ul > li {
  width: 620px;
  box-shadow: 2px 2px 3px #e1e1e1;
}
.service03_cont01 dd > ul > li:nth-child(2n + 1) {
  margin-right: 20px;
}
.service03_cont01 dd > ul > li:nth-child(2n + 2) {
  margin-left: 20px;
}
.service03_cont01 dd > ul > li + li + li {
  margin-top: 50px;
}
.service03_cont01 dd > ul > li span {
}
.service03_cont01 dd ul li div {
  padding: 30px 10px 45px;
  background-color: #fff;
  height: 248px;
}
.service03_cont01 dd ul li div strong {
  font-size: 24px;
  color: #030303;
}
.service03_cont01 dd ul li div p {
  line-height: 26px;
  margin-top: 35px;
  color: #030303;
  font-size: 16px;
}

dt.titTxt {
  font-size: 30px;
  color: #030303;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
dd.stitTxt {
  font-size: 18px;
  color: #030303;
  margin-bottom: 35px;
  text-align: left;
}
.solution_cont01 {
  padding: 80px 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.solution_cont01 dd > ul {
  display: flex;
  margin: 0 -20px;
}
.solution_cont01 dd > ul > li {
  width: 50%;
  margin: 0 20px;
  flex: 1 1 auto;
  background-color: #fff;
  height: 425px;
  padding-top: 75px;
  box-shadow: 2px 2px 3px #e1e1e1;
}
/* 추가 */
.solution_cont01_eng dd > ul > li {
  height: 480px;
}
/*      */
.solution_cont01 dd > ul.w33 > li {
  width: 33.33%;
}
.solution_cont01 dd > ul > li em {
  display: block;
  color: #030303;
  font-size: 26px;
  margin: 0 0 32px;
}
.solution_cont01 dd > ul > li strong {
  display: block;
  color: #030303;
  font-size: 26px;
  margin: 40px 0 32px;
  padding-bottom: 35px;
  position: relative;
}
.solution_cont01 dd > ul > li strong:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #494949;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.solution_cont01 dd > ul > li p {
  font-size: 20px;
  color: #030303;
  line-height: 28px;
}
.solution_cont01 dd > ul > li ul {
  position: relative;
  margin: 0 auto;
}
.solution_cont01 dd > ul > li li {
  color: #030303;
  font-size: 16px;
  line-height: 28px;
}
.solution_cont01 dd > ul.leftType > li li {
  text-align: left;
  padding-left: 18px;
}
.solution_cont01 dd > ul > li li.logo_img {
  position: absolute;
  right: 0;
  top: -15px;
}

.solution_cont01 dd > ul.w100_type {
  text-align: left;
  display: block;
}
.solution_cont01 dd > ul.w100_type > li {
  width: 100%;
  background-color: #fff;
  height: 252px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}
.solution_cont01 dd > ul.w100_type > li + li {
  margin-top: 42px;
}
.solution_cont01 dd > ul.w100_type > li span.img {
  width: 256px;
  text-align: center;
  position: static;
}
.solution_cont01 dd > ul.w100_type > li p + p {
  margin-top: 15px;
}

.solution_cont02 {
  padding: 80px 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.solution_cont02 ul {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}
.solution_cont02 ul li strong {
  display: block;
  margin: 28px 0 22px;
  font-size: 26px;
  color: #030303;
}
.solution_cont02 ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #030303;
}

.solution_cont03 {
  padding: 85px 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 50px;
}
.solution_cont03 li {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  box-shadow: 2px 2px 3px #e1e1e1;
}
.solution_cont03 li:nth-child(2n + 2) {
  flex-direction: row-reverse;
}
.solution_cont03 li + li {
  margin-top: 64px;
}
.solution_cont03 li > div {
  width: 100%;
  padding-left: 56px;
}
.solution_cont03 li > div em {
  font-size: 18px;
  color: #009ddc;
}
.solution_cont03 li > div strong {
  display: block;
  margin: 10px 0 18px;
  font-size: 24px;
  color: #030303;
  line-height: 34px;
}
.solution_cont03 li > div p {
  color: #030303;
  font-size: 16px;
  line-height: 24px;
}

.company01_cont01 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 100px;
  padding-top: 50px;
}
.company01_cont01 ul {
  display: flex;
  margin: 0 -40px 90px;
}
.company01_cont01 ul li {
  background: url(../images/ico_company01_list01.png) no-repeat center 0;
  flex: 1 1 20%;
  padding-top: 190px;
}
.company01_cont01 ul li + li {
  background-image: url(../images/ico_company01_list02.png);
}
.company01_cont01 ul li + li + li {
  background-image: url(../images/ico_company01_list03.png);
}
.company01_cont01 ul li + li + li + li {
  background-image: url(../images/ico_company01_list04.png);
}
.company01_cont01 ul li + li + li + li + li {
  background-image: url(../images/ico_company01_list05.png);
}
.company01_cont01 ul li strong {
  display: block;
  font-size: 38px;
  color: #009ddc;
  margin-bottom: 10px;
}
.company01_cont01 ul li span {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 20px;
}
.company01_cont01 .overviewDetail {
  width: 100%;
}
.company01_cont01 .overviewDetail th {
  background-color: #ececec;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  border-top: 1px solid #959595;
}
.company01_cont01 .overviewDetail td {
  color: #000;
  font-size: 16px;
  text-align: left;
  padding-left: 44px;
  border-top: 1px solid #959595;
}
.company01_cont01 .overviewDetail tr:first-child th,
.company01_cont01 .overviewDetail tr:first-child td {
  border-top: 1px solid #434343;
}
.company01_cont01 .overviewDetail tr:last-child th,
.company01_cont01 .overviewDetail tr:last-child td {
  border-bottom: 1px solid #434343;
}

.company01_cont02 {
  text-align: center;
  padding-bottom: 100px;
}
.company01_cont02 h3 {
  padding: 60px 0;
  font-size: 30px;
  color: #333;
}
.company01_cont02 ul {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
}
.company01_cont02 ul li {
  flex: 1 1 auto;
}
.company01_cont02 ul li div {
  position: relative;
}
.company01_cont02 ul li div strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  padding-top: 50px;
  line-height: 34px;
  font-weight: normal;
}
.company01_cont02 ul li div img {
  max-width: 290px;
  width: 100%;
}
.company01_cont02 ul li p {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}

.company03_cont01 {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.company03_cont01 li dl {
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  padding: 45px 0 55px 330px;
  text-align: left;
}
.company03_cont01 li:last-child dl {
  border-bottom: none;
}
.company03_cont01 li dl:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 290px;
  bottom: -1px;
  background-color: #fff;
  z-index: 1;
}
.company03_cont01 li dl dt {
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 38px;
  color: #383838;
  font-weight: 600;
}
.company03_cont01 li dl dd {
  font-size: 18px;
  position: relative;
  padding-left: 10px;
  color: #383838;
}
.company03_cont01 li dl dd:before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 48%;
  background-color: #111;
}
.company03_cont01 li dl dd + dd {
  margin-top: 18px;
}

.company04_cont01 {
  display: flex;
  padding: 50px 0;
  width: 1140px;
  margin: 0 auto;
}
.company04_cont01 div {
  flex: 1 1 auto;
  text-align: left;
}
.company04_cont01 div:first-child {
  margin-right: 40px;
}
.company04_cont01 div h4 {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
}
.company04_cont01 div span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d8d8d;
  height: 250px;
}
.company04_cont01 div span img {
}
.ci_down_btn {
  display: inline-block;
  background-color: #009ddc;
  border-radius: 50px;
  color: #fff;
  padding: 17px 65px 15px 32px;
  font-size: 20px;
  margin-bottom: 140px;
  position: relative;
}
.ci_down_btn:hover {
  opacity: 0.9;
}
.ci_down_btn:after {
  content: "";
  width: 30px;
  height: 28px;
  background: url(../images/ico_ci_down_btn.png) no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.company04_cont02 {
  padding: 70px 0 150px;
  max-width: 1140px !important;
  text-align: left;
}
.company04_cont02 h4 {
  color: #030303;
  font-size: 28px;
  margin-bottom: 35px;
}
.company04_cont02 > div {
  display: flex;
  justify-content: space-between;
}
.company04_cont02 > div ul {
}
.company04_cont02 > div li + li {
  margin-top: 13px;
}
.company04_cont02 > div .colLeft {
}
.company04_cont02 > div .colLeft li {
  display: flex;
}
.company04_cont02 > div .colLeft li .colorBox {
  width: 267px;
  height: 187px;
  position: relative;
  background-color: #221f1f;
  margin-right: 55px;
}
.company04_cont02 > div .colLeft li + li .colorBox {
  background-color: #009ddc;
}
.company04_cont02 > div .colLeft li + li + li .colorBox {
  background-color: #6d6e72;
}
.company04_cont02 > div .colLeft li .colorBox i {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 21px;
}
.company04_cont02 > div .colLeft li dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company04_cont02 > div .colLeft li dl dt {
  font-size: 20px;
  color: #434343;
  margin-bottom: 24px;
  font-weight: 600;
}
.company04_cont02 > div .colLeft li dl dt span {
  color: #000;
}
.company04_cont02 > div .colLeft li + li dl dt span {
  color: #009ddc;
}
.company04_cont02 > div .colLeft li + li + li dl dt span {
  color: #6d6e72;
}
.company04_cont02 > div .colLeft li dl dd {
  font-size: 16px;
  color: #434343;
}
.company04_cont02 > div .colLeft li dl dd + dd {
  margin-top: 5px;
}
.company04_cont02 > div .colRight {
}
.company04_cont02 > div .colRight li {
  width: 470px;
  height: 187px;
  border: 1px solid #8d8d8d;
  background-color: #fff;
  position: relative;
}
.company04_cont02 > div .colRight li:last-child {
  background-color: #6d6e72;
}
.company04_cont02 > div .colRight li strong {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
.company04_cont02 > div .colRight li:last-child strong {
  color: #fff;
}
.company04_cont02 > div .colRight li span {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.company05_cont01 {
  max-width: 1320px;
  margin: 0 auto;
}
.company05_cont01 h3 {
  text-align: left;
  margin-bottom: 65px;
  font-size: 30px;
  color: #000;
}
.company05_cont01 ul {
  display: flex;
  margin-bottom: 180px;
  justify-content: space-between;
}
.company05_cont01 ul li > div {
  position: relative;
}
.company05_cont01 ul li > div strong {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.company05_cont01 ul li > div strong span {
  display: block;
  font-size: 26px;
}
.company05_cont01 ul li p {
  font-size: 20px;
  margin-top: 20px;
  line-height: 28px;
  color: #000;
}
.company05_cont02 {
  padding: 80px 0 160px;
}
.company05_cont02 h3 {
  text-align: left;
  margin-bottom: 75px;
  font-size: 30px;
  color: #000;
}
.company05_cont02 ol {
  display: flex;
  justify-content: space-between;
}
.company05_cont02 ol li {
  text-align: center;
}
.company05_cont02 ol li div {
  position: relative;
}
.company05_cont02 ol li div:after {
  content: "";
  width: 26px;
  height: 44px;
  background: url(../images/img_company05_step_arrow.png) no-repeat 0 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 55px;
}
.company05_cont02 ol li:last-child div:after {
  display: none;
}
.company05_cont02 ol li strong {
  font-size: 24px;
  color: #000;
  display: block;
  margin-top: 30px;
}
.company05_cont02 ol li strong span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.company07_cont01 {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.company07_cont01 .dataTable table th,
.company07_cont01 .dataTable table td {
  font-size: 16px;
  color: #000;
}
.company07_cont01 .dataTable table th {
  background-color: #f8f8f8;
  font-weight: normal;
}
.company07_cont01:not(.irType) .dataTable table td:nth-child(3) {
  font-weight: bold;
}
.company07_cont01 .dataTable table td {
  padding: 7px 0;
  height: 55px;
}
.company07_cont01.irType .dataTable table td:nth-child(2) {
  font-weight: bold;
  text-align: left;
}
.company07_cont01.irType .dataTable table tr:hover td:nth-child(2) a {
  text-decoration: underline;
  text-underline-position: under;
}

.company08_cont01 {
  padding-bottom: 80px;
}
.company08_cont01 iframe {
  width: 100%;
  height: 710px;
  max-width: 600px;
}

.top_searchBox {
  text-align: right;
  position: relative;
}
.top_searchBox select {
  width: 130px;
  border-radius: 0;
}
.top_searchBox input {
  width: 334px;
  padding-right: 40px;
  border-radius: 0;
}
.top_searchBox button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 42px;
  width: 42px;
}

.newsListBox {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.newsList {
  border-top: 2px solid #959595;
  margin-top: 12px;
}
.newsList li {
  border-bottom: 1px solid #bfbfbf;
}
.newsList li a {
  display: block;
  padding: 34px 0 34px 322px;
  position: relative;
  height: 220px;
}
.newsList li a .imgBox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 252px;
  height: 188px;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.newsList li a .imgBox img {
  width: 100%;
  height: 100%;
}
.newsList li a > div {
  text-align: left;
  position: relative;
  height: 152px;
}
.newsList li a > div h2 {
  margin-bottom: 25px;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList li a > div p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  white-space: normal;
  line-height: 1.65rem;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList li a > div .day {
  color: #757575;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsList li a:hover > div h2 {
  text-decoration: underline;
  text-underline-position: under;
}

.newsViewBox {
  border-top: 2px solid #898989;
  max-width: 1320px;
  margin: 0 auto;
}
.newsViewBox .news_tit {
  padding: 28px 0;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.newsViewBox .news_tit h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 25px;
}
.newsViewBox .news_tit .day {
  font-size: 14px;
  color: #666;
}
.newsViewBox .news_tit .btn_down {
  text-align: right;
  position: relative;
  bottom: -14px;
}
.newsViewBox .news_tit .btn_down a {
  font-size: 12px;
  color: #000;
  vertical-align: sub;
  padding-right: 30px;
  margin-right: 25px;
  position: relative;
}
.newsViewBox .news_tit .btn_down a + a {
  display: block;
  margin-top: 10px;
}
.newsViewBox .news_tit .btn_down a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.newsViewBox .news_tit .btn_down a:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 19px;
  background: url(../images/icon_file_down.png) no-repeat 0 0;
}

.newsViewBox .newsContent {
  padding: 40px 15px 100px;
  text-align: left;
  line-height: 20px;
  min-height: 300px;
}
.newsViewBox .newsContent a {
  text-decoration: underline;
  text-underline-position: under;
}
.newsViewBox .news_stit {
}
.newsViewBox .news_stit p {
  font-weight: bold;
  color: #000;
  font-size: 17px;
  line-height: 32px;
}
.newsViewBox .news_img {
  text-align: center;
  margin: 30px 0 60px;
}
.newsViewBox .news_img img {
  max-width: fit-content;
  width: 100%;
}
.newsViewBox .news_txt {
}
.newsViewBox .news_txt p {
  white-space: pre-line;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
.newsViewBox .newsPaging {
  border-bottom: 2px solid #898989;
}
.newsViewBox .newsPaging > div {
  border-top: 1px solid #bfbfbf;
  display: flex;
  padding: 25px 0;
}
.newsViewBox .newsPaging > div span {
  flex: none;
  width: 80px;
  position: relative;
  margin-right: 55px;
  font-weight: 600;
  color: #000;
}
.newsViewBox .newsPaging > div span:after {
  content: "";
  width: 11px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/ico_bullet_page_prev.jpg) no-repeat 0 0;
  transform: translate(-50%, -50%);
  margin-left: 35px;
}
.newsViewBox .newsPaging > div + div span:after {
  background-image: url(../images/ico_bullet_page_next.jpg);
}
.newsViewBox .newsPaging > div a {
  flex: 1 1 90%;
  text-align: left;
}
.newsViewBox .newsPaging > div a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.newsViewBox .btn_newsList {
  background-color: #707070;
  padding: 12px 35px;
  color: #fff;
  display: inline-block;
  margin: 35px 0 70px;
  border-radius: 3px;
}

.dataTable {
  margin-top: 17px;
}
.dataTable table {
  table-layout: fixed;
}
.dataTable table th {
  padding: 20px 0;
  border-top: 2px solid #959595;
  border-bottom: 1px solid #b8b8b8;
  font-size: 16px;
  color: #626262;
}
.dataTable table td {
  padding: 20px 0;
  border-bottom: 1px solid #b8b8b8;
  color: #626262;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dataTable table tr .btn_down {
  display: inline-block;
  background: url(../images/icon_file_down.png) no-repeat 50% 47%;
  width: 40px;
  height: 40px;
}
.dataTable table tr:hover .btn_down {
  background-color: #eee;
  border-radius: 50px;
}
.dataTable table tr:hover .btn_down:hover {
  background-color: #e1e1e1;
}

.mvSect {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 20px;
}
.mvSect .iconBtn_box {
  text-align: right;
  margin-bottom: 14px;
}
.mvSect .iconBtn_box a + a {
  margin-left: 10px;
}
.mvSect .mvTop {
  margin-bottom: 68px;
  border: 1px solid #c5c5c5;
}
.mvSect .mvTop .mvFrame {
  height: 595px;
}
.mvSect .mvTop .mvFrame iframe {
  width: 100%;
}
.mvSect .mvTop p {
  font-size: 26px;
  color: #030303;
  padding: 23px 20px 25px;
  text-align: left;
  border-top: 1px solid #c5c5c5;
}
.mvSect .mvList {
  display: flex;
  flex-wrap: wrap;
}
.mvSect .mvList li {
  width: 510px;
  margin-bottom: 70px;
  border: 1px solid #c5c5c5;
}
.mvSect .mvList li:nth-child(2n + 2) {
  margin-left: auto;
}
.mvSect .mvList li .mvFrame {
  height: 286px;
}
.mvSect .mvList li .mvFrame iframe {
  width: 100%;
}
.mvSect .mvList li p {
  font-size: 20px;
  color: #030303;
  padding: 23px 20px 25px;
  text-align: left;
  border-top: 1px solid #c5c5c5;
}

/* 에러페이지 */
.error_cont {
  margin-top: -40px;
}
.error_cont p {
  padding: 170px 0 40px;
  background: url(../images/bg_error.png) no-repeat center 0;
  background-size: 140px 140px;
  font-size: 18px;
}
.error_cont strong {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #010101;
}
.error_cont .error_btn a {
  display: inline-block;
  background-color: #009ddc;
  border-radius: 50px;
  color: #fff;
  padding: 17px 52px 15px 52px;
  font-size: 20px;
}
.error_cont .error_btn a:hover {
  opacity: 0.95;
}

/* 페이징 */
.paging {
  display: flex;
  justify-content: center;
  margin: 30px 0 40px;
}
.paging button {
  width: 35px;
  height: 35px;
  border: 1px solid #b5b5b5;
}
.paging > button:hover {
  background-color: rgba(125, 125, 125, 0.15);
}
.paging > button:first-child {
  margin-right: 2px;
}
.paging > button:last-child {
  margin-left: 2px;
}
.paging ol {
  margin: 0 10px;
}
.paging ol li {
  display: table-cell;
}
.paging ol li button {
  color: #919191;
  font-size: 13px;
  border: 0;
  position: relative;
}
.paging ol li.on button {
  color: #009ddc;
  font-weight: 600;
}
.paging ol li.on button:after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #009ddc;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.ir_cont01 {
  margin-bottom: 80px;
}

/* 약관 */
.termsBox {
  color: #888;
  word-break: keep-all;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 100px;
}
.termsBox .termsDay {
  display: flex;
  margin-bottom: 20px;
  color: #111;
}
.termsBox .termsDay > div {
  margin-right: 40px;
}
.termsBox .termsDay a {
  margin-left: auto;
  color: #2677b6;
  border-bottom: 1px solid #fff;
}
.termsBox .termsDay a:hover {
  border-bottom: 1px solid #2677b6;
}
.termsBox .boxStyle {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 40px;
}
.termsBox .titTerms {
  margin: 50px 0 15px 0;
  font-size: 16px;
  color: #2677b6;
}
.termsBox .stitTerms {
  margin: 10px 0 5px;
  font-weight: normal;
  color: #626262;
}
.termsBox * {
  font-size: 14px;
}
.termsBox .titTxt {
  color: #626262;
}
.termsBox .termsList > li {
  line-height: 24px;
}
.termsBox .depList01 > li {
  padding-left: 20px;
}
.termsBox .depList01 > li h4 {
  margin-left: -20px;
}
.termsBox .depList02 > li {
  padding-left: 20px;
}
.termsBox .depList02 > li h5 {
  margin-left: -20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.termsBox .depList02 > li + li h5 {
  margin-top: 10px;
}
.termsBox .descList01 {
  margin-top: 10px;
}
.termsBox .descList01 dt {
  color: #626262;
}
.termsBox .descList01 dd {
  padding: 8px 0 12px 20px;
}
.termsBox .termsTable {
  margin: 10px 0 20px;
}
.termsBox .termsTable * {
  color: #626262;
}
.termsBox .termsTable strong {
  font-weight: normal;
}
.termsBox .termsTable table {
  margin-top: 5px;
}
.termsBox .termsTable th {
  padding: 5px 30px;
  font-size: 13px;
  border: 1px dashed #d2d2d2;
  background: #f6f6f6;
}
.termsBox .termsTable td {
  padding: 5px 40px 5px 10px;
  font-size: 13px;
  border: 1px dashed #d2d2d2;
}
.termsBox .termsTable_mv {
  padding-left: 20px;
}
.termsBox .termsTable_mv.plNone {
  padding-left: 0;
}
.termsBox .termsTable_mv table {
  margin-top: 5px;
}
.termsBox .termsTable_mv strong {
  display: block;
  text-indent: -20px;
  font-weight: normal;
}
.termsBox .termsTable_mv th {
  padding: 10px 0;
  font-size: 13px;
  color: #626262;
  border: 1px solid #d2d2d2;
  background: #f6f6f6;
  text-align: center;
}
.termsBox .termsTable_mv td {
  padding: 10px 50px;
  font-size: 13px;
  color: #626262;
  text-align: center;
  border: 1px solid #d2d2d2;
}

/* 문의하기 */
.sendMailCont {
  margin: 40px 0 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.sendMailCont .textWrite {
  width: 100%;
  max-width: 350px;
}
.sendMailCont .under_text {
  margin-top: 10px;
  line-height: 24px;
}
.sendMailCont sup {
  color: #009ddc;
}
.sendMailCont textarea {
  width: 100%;
  height: 200px;
}
.sendMailCont .checkList {
  margin-bottom: -0.5rem;
}
.sendMailCont .checkList > div {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.sendMailCont .placeholderTxt {
  font-size: 0.9rem;
  color: #009ddc;
  margin-top: 0.4rem;
}
.sendMail_terms {
  padding-top: 2rem;
  text-align: left;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.sendMail_terms h3 {
  font-size: 1.5rem;
  color: #333;
}
.sendMail_terms dl {
  border: 1px solid #dedede;
  padding: 2rem 1.5rem;
  margin: 2rem 0;
}
.sendMail_terms dl dt {
  font-weight: bold;
  margin: 1.2rem 0 0.5rem 0;
  color: #333;
}
.sendMail_terms dl dt:first-child {
  margin-top: 0;
}
.sendMail_terms dl dd {
  white-space: pre-line;
}
.sendMail_terms .agreeBox {
  text-align: center;
}
.sendBtn {
  text-align: center;
  margin: 40px 0 100px;
}
.sendBtn button {
  background: #009ddc;
  color: #fff;
  padding: 1.4rem 10rem;
  border-radius: 5px;
  font-size: 1.4rem;
}
.sendBtn button:hover {
  background: #0092cc;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.sendMailCont .tbl-form {
  table-layout: fixed;
  border: 1px solid #dedede;
}
.sendMailCont .tbl-form th {
  padding: 10px 10px;
  font-size: 13px;
  border: 1px solid #dedede;
  background-color: #f8f8f8;
  color: #333;
  text-align: center;
  word-break: break-all;
  line-height: 1.3rem;
}
.sendMailCont .tbl-form td {
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  color: #727272;
  word-break: break-all;
  text-align: left;
}

/* footer */
footer {
  border-top: 1px solid #e2e2e2;
  padding: 72px 0;
  background-color: #303030;
  color: #fff;
  font-family: "NanumSquareL";
}
footer > div {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
footer .logo {
  margin-right: 95px;
  margin-top: -15px;
}
footer .termsLink {
  margin-bottom: 30px;
}
footer .termsLink a {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 20px;
}
footer .termsLink a + a {
  padding-left: 22px;
  margin-left: 22px;
}
footer .termsLink a + a:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .termsLink a:hover {
}

footer .eng-termsLink {
  margin-bottom: 30px;
}
footer .eng-termsLink a {
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 16px;
}
footer .eng-termsLink a + a {
  padding-left: 10px;
  margin-left: 5px;
}
footer .eng-termsLink a + a:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .eng-termsLink a:hover {
}

footer address {
  font-size: 15px;
  line-height: 26px;
}
footer address .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px -2px;
  background-color: #fff;
}
footer p {
  font-size: 15px;
  margin-top: 10px;
}

.mobileTxt {
  display: none;
}

/* 팝업 */
.popSect {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  padding: 0 20px;
}
.popSect .popInnerBox {
  background-color: #fff;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.popSect .popInnerBox h2 {
  background-color: #dad9d9;
  color: #000;
  font-size: 24px;
  padding: 15px 20px;
  position: relative;
}
.popSect .popInnerBox .popClose {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/btn_pop_close.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
}
.popSect .popInnerBox .popCont {
  padding: 50px 20px;
  text-align: center;
}
.popSect .popInnerBox .popCont .moScrollTxt {
  display: none;
}
.popSect .popInnerBox .popCont .full img {
  width: 100%;
}
.popSect .popInnerBox .popCont .full img.mwTy01 {
  max-width: 1059px;
}
.popSect .popInnerBox .popCont .full img.mwTy02 {
  max-width: 932px;
}
.popSect .popInnerBox .popCont .full + .full {
  margin-top: 25px;
}

/********** 반응형 ***********/
@media all and (max-width: 1320px) {
  .mainSlideSwiper .swiper-slide span img {
    object-fit: cover;
  }
}

@media all and (max-width: 768px) {
  .bgGray_Cont {
    margin: 0 -20px;
  }
  .subContainer {
    margin: 54px auto 0;
    padding: 30px 20px 0;
  }
  .subContent {
    margin-top: 30px;
    min-height: auto;
  }
  .titSub {
    font-size: 2rem;
  }
  .titSub:before {
    height: 1px;
    width: 20px;
  }
  .mobileTxt {
    display: block;
    margin: 0.5rem 0 1rem;
    font-size: 1.1rem;
  }
  .mobileTxt .arrTxt {
    font-size: 1.5rem;
  }

  .locationNav {
    display: none;
  }
  .top_visual {
    font-size: 1.8rem;
    padding: 50px 0 80px;
    background-size: cover !important;
    width: calc(100% + 40px);
  }
  .top_visual span {
    font-size: 1.1rem;
    line-height: 20px;
    padding: 0 1.2rem;
  }
  .ci_visual {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .ci_visual br {
    display: none;
  }

  .newsList li a {
    padding: 15px 0 15px 35%;
    height: auto;
  }
  .newsList li a .imgBox {
    width: 22%;
    min-width: 105px;
    top: 15px;
    height: 100%;
    max-height: 81px;
    transform: none;
  }
  .newsList li a .imgBox img {
    width: 100%;
    height: 100%;
  }
  .newsList li a > div {
    height: auto;
    padding-bottom: 2rem;
  }
  .newsList li a > div h2 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .newsList li a > div p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .newsList li a > div .day {
    font-size: 1rem;
  }

  .company01_cont01 {
    padding-top: 1rem;
    margin-bottom: 4rem;
  }
  .company01_cont01 ul {
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  .company01_cont01 ul li:last-child {
    margin: 0 25%;
  }
  .company01_cont01 ul li {
    background-size: 50%;
    padding: 30% 0.5rem 2rem;
    flex: 1 1 50%;
  }
  .company01_cont01 ul li strong {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .company01_cont01 ul li span {
    font-size: 1rem;
  }
  .company01_cont01 .overviewDetail th {
    font-size: 1.1rem;
    width: 30%;
  }
  .company01_cont01 .overviewDetail td {
    font-size: 1rem;
    width: 70%;
    padding-left: 1rem;
  }
  .company01_cont02 {
    padding-bottom: 2rem;
  }
  .company01_cont02 h3 {
    font-size: 1.4rem;
  }
  .company01_cont02 ul {
    flex-wrap: wrap;
  }
  .company01_cont02 ul li {
    flex: 1 1 50%;
    padding: 0 1rem;
  }
  .company01_cont02 ul li div strong {
    font-size: 1.2rem;
    padding-top: 3.5rem;
  }
  .company01_cont02 ul li p {
    font-size: 1.1rem;
    margin: 1rem 0 2rem;
    line-height: 1.8rem;
  }

  .company03_cont01 li {
    margin: 0 0 1.5rem;
  }
  .company03_cont01 li dl {
    padding: 0 0 1.5rem 20%;
  }
  .company03_cont01 li dl:after {
    display: none;
  }
  .company03_cont01 li dl dt {
    font-size: 1.6rem;
    top: 0;
  }
  .company03_cont01 li dl dd {
    font-size: 1.1rem;
  }
  .company03_cont01 li dl dd:before {
    top: 0.5rem;
  }

  .company04_cont01 {
    display: block;
    width: auto;
    padding-bottom: 20px;
  }
  .company04_cont01 div:first-child {
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .company04_cont01 div h4 {
    font-size: 1.8rem;
  }
  .company04_cont01 div span {
    height: 90px;
    padding: 0 1rem;
  }
  .company04_cont01 div span img {
    height: 40px;
  }
  .company04_cont01 div + div span img {
    height: 22px;
  }
  .company04_cont02 {
    padding-top: 4rem;
    margin-top: 4rem !important;
  }
  .ci_down_btn {
    transform: scale(0.7);
    margin-bottom: 2rem;
  }

  .company04_cont02 {
    padding: 4rem 20px;
  }
  .company04_cont02 h4 {
    font-size: 1.8rem;
  }
  .company04_cont02 > div {
    display: block;
  }
  .company04_cont02 > div .colLeft {
    margin-bottom: 4rem;
  }
  .company04_cont02 > div .colLeft li .colorBox {
    flex: none;
    width: 10rem;
    height: 8rem;
    margin-right: 2rem;
  }
  .company04_cont02 > div .colLeft li .colorBox i {
    font-size: 0.9rem;
  }
  .company04_cont02 > div .colLeft li dl dt {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .company04_cont02 > div .colLeft li dl dd {
    font-size: 1rem;
  }
  .company04_cont02 > div .colRight li {
    width: 100%;
    height: 8rem;
  }
  .company04_cont02 > div .colRight li strong {
    font-size: 1.2rem;
  }
  .company04_cont02 > div .colRight li img {
    height: 29px;
  }

  .company05_cont01 {
    margin-bottom: 2rem;
  }
  .company05_cont01 h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .company05_cont01 ul {
    margin: 0 -1rem;
  }
  .company05_cont01 ul li {
    flex: 1 1 33.33%;
    padding: 0 0.5rem;
  }
  .company05_cont01 ul li img {
    width: 100%;
  }
  .company05_cont01 ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .company05_cont01 ul li > div strong,
  .company05_cont01 ul li > div strong span {
    font-size: 1.1rem;
  }

  .company05_cont02 {
    padding: 4rem 2rem;
  }
  .company05_cont02 h3 {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  .company05_cont02 ol {
    flex-wrap: wrap;
  }
  .company05_cont02 ol li {
    flex: 1 1 50%;
    padding: 0 1rem;
  }
  .company05_cont02 ol li div {
    padding: 0 1rem;
  }
  .company05_cont02 ol li + li + li {
    margin-top: 2rem;
  }
  .company05_cont02 ol li img {
    width: 100%;
    max-width: 113px;
  }
  .company05_cont02 ol li strong {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .company05_cont02 ol li strong span {
    font-size: 1.2rem;
  }
  .company05_cont02 ol li div:after {
    width: 13px;
    height: 22px;
    background-size: 100%;
    left: auto;
    top: 55%;
    margin-left: 15px;
  }
  .company05_cont02 ol li:nth-child(2) div:after {
    left: -40px;
    top: 130%;
    transform: rotate(135deg);
  }

  .company07_cont01 .dataTable table th,
  .company07_cont01 .dataTable table td {
    font-size: 1rem;
  }
  .top_searchBox button img {
    height: 14px;
  }
  .dataTable table tr .btn_down {
    background-size: auto 12px;
    width: 30px;
    height: 30px;
  }

  .company08_cont01 {
    padding-bottom: 0;
  }
  .company08_cont01 iframe {
    height: 800px;
  }

  .solution_cont01 {
    padding: 4rem 1.5rem;
  }
  dt.titTxt {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  dd.stitTxt {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
  .solution_cont01 dd > ul {
    display: block;
    margin: 0;
  }
  .solution_cont01 dd > ul > li {
    width: 100% !important;
    margin: 0;
    height: auto;
    padding: 2rem 1rem 2rem 8rem;
    position: relative;
    text-align: left;
  }
  .solution_cont01 dd > ul > li + li {
    margin-top: 1.2rem;
  }
  .solution_cont01 dd > ul > li > span {
    position: absolute;
    width: 8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .solution_cont01 dd > ul > li > span img {
    height: 39px;
  }
  .solution_cont01 dd > ul > li strong {
    font-size: 1.3rem;
    margin: 0;
    padding-bottom: 1rem;
  }
  .solution_cont01 dd > ul > li strong:after {
    display: none;
  }
  .solution_cont01 dd > ul > li li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .solution_cont01 dd > ul > li li br {
    display: none;
  }

  .solution_cont01 dd > ul.w100_type {
  }
  .solution_cont01 dd > ul.w100_type > li {
    height: auto;
    padding: 3rem 1rem 2rem;
    text-align: center;
    margin: 0 0 1rem !important;
    display: block;
  }
  .solution_cont01 dd > ul.w100_type > li em {
    font-size: 1.5rem;
    margin: 2rem 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 2rem;
  }
  .solution_cont01 dd > ul.w100_type > li em:after {
    content: "";
    width: 26px;
    height: 1px;
    background-color: #494949;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .solution_cont01 dd > ul.w100_type > li p {
    font-size: 1.1rem;
    line-height: normal;
  }
  .solution_cont01 dd > ul.w100_type > li p + p {
    margin-top: 10px;
  }

  .solution_cont02 {
    padding: 4rem 0;
  }
  .solution_cont02 ul li {
    width: 50%;
  }
  .solution_cont02 ul.w3Type li {
    width: 33.33%;
  }
  .solution_cont02 ul li span.img img {
    height: 64px;
  }
  .solution_cont02 ul li strong {
    font-size: 1.3rem;
    margin: 1.4rem 0 1.1rem;
  }
  .solution_cont02 ul li p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 8px;
  }
  .solution_cont02 ul li p br {
    display: none;
  }
  .solution_cont03 {
    padding: 4rem 1.5rem;
    margin-bottom: 2rem;
  }
  .solution_cont03 li {
    display: block;
    padding: 2rem;
  }
  .solution_cont03 li + li {
    margin-top: 2rem;
  }
  .solution_cont03 li > div {
    padding: 0;
  }
  .solution_cont03 li > div em {
    font-size: 1rem;
    border: 1px solid #009ddc;
    border-radius: 50px;
    padding: 4px 8px;
    font-weight: 600;
    display: inline-block;
  }
  .solution_cont03 li > div strong {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
  .solution_cont03 li > div strong br {
    display: none;
  }
  .solution_cont03 li > div p {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 2rem;
  }
  .solution_cont03 li > div p br {
    display: none;
  }
  .solution_cont03 li img {
    width: 100%;
  }

  .service01_cont01 {
    padding: 4rem 2rem 4rem;
  }
  .service01_cont01 dt,
  .service01_cont02 dt {
    font-size: 2rem;
  }
  .service01_cont01 dd {
    font-size: 1.2rem;
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .service01_cont01 dd .contLeft {
    width: 100%;
    height: auto;
  }
  .service01_cont01 dd .contLeft > ul > li {
    display: block;
    height: auto;
  }
  .service01_cont01 dd .contLeft > ul > li + li {
    margin-top: 3rem;
  }
  .service01_cont01 dd .contLeft > ul > li strong {
    border-width: 1px;
    font-size: 1.2rem;
    margin-right: 0;
    height: auto;
    width: auto;
    border-radius: 50px;
    padding: 0 14px;
    margin-bottom: 1.2rem;
  }
  .service01_cont01 dd .contLeft > ul > li strong br {
    display: none;
  }
  .service01_cont01 dd .contLeft > ul > li li {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  /* 추 가 */
  .service01_cont01 dd .contLeft_eng > ul > li strong {
    width: auto !important;
  }
  .service01_cont01 dd .contLeft_eng > ul > li:nth-child(3) {
    margin-top: 0.5rem;
  }
  /*       */

  .service01_cont01 dd > span {
    transform: rotate(90deg);
    height: 51px;
    margin-right: -51px;
  }
  .service01_cont01 dd > span img {
    height: 97px;
  }
  .service01_cont01 dd .contRig {
    margin: 2rem 0 0 0;
    width: 100%;
  }
  .service01_cont01 dd .contRig strong {
    font-size: 1.7rem;
  }
  .service01_cont01 dd .contRig strong:before,
  .service01_cont01 dd .contRig strong:after {
    display: none;
  }
  .service01_cont01 dd .contRig ul {
    flex-wrap: wrap;
  }
  .service01_cont01 dd .contRig ul li {
    width: 50% !important;
  }
  .service01_cont01 dd .contRig ul li + li + li {
    margin-top: 2rem;
  }
  .service01_cont01 dd .contRig ul li b {
    width: 72px;
    height: 72px;
    padding-top: 44px;
    margin: 0 auto !important;
    background-position: 50% 14px;
    background-size: 23px 23px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .service01_cont01 dd .contRig ul li em {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 1rem 0 0 0 !important;
  }
  /* 추 가 */
  .service01_cont01 dd .contRig_eng ul li b {
    font-size: 0.8rem;
  }
  /*       */
  .service01_cont02 {
    padding: 4rem 0 0;
    margin-bottom: 4rem;
  }
  .service01_cont02 dt + dd {
    margin: 1.5rem 0;
    font-size: 1.2rem;
    line-height: 22px;
  }
  .service01_cont02 dd p {
    margin-bottom: 2rem;
  }
  .service01_cont02 dd > ul {
    flex-wrap: wrap;
  }
  .service01_cont02 dd > ul > li {
    width: 48%;
    padding: 2.5rem 0 2rem;
  }
  .service01_cont02 dd > ul > li + li + li {
    margin-top: 2rem;
  }
  .service01_cont02 dd > ul > li strong {
    font-size: 1.3rem;
    padding: 45px 0 15px;
    background-size: auto 31px;
    margin-bottom: 20px;
  }
  .service01_cont02 dd > ul > li ul {
    padding: 0 8px;
  }
  .service01_cont02 dd > ul > li ul li {
    font-size: 1rem;
    letter-spacing: -0.04em;
  }

  .service01_cont03 {
    padding: 4rem 0 4rem;
  }
  .service01_cont03 h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .service01_cont03 ul {
    display: block;
  }
  .service01_cont03 ul img {
    width: 100%;
  }
  .service01_cont03 ul li {
    margin-top: 3.8rem !important;
  }
  .service01_cont03 ul li h5 {
    font-size: 1.6rem;
    margin: 1.5rem 0 1.25rem;
  }
  .service01_cont03 ul li p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .service01_cont04 {
    padding: 4rem 2rem 4rem;
  }
  .service01_cont04 h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .service01_cont04 ul {
    height: auto;
  }
  .service01_cont04 ul:before {
    display: none;
  }
  .service01_cont04 ul li {
    width: 100% !important;
    padding: 0 0 0 90px !important;
    text-align: left !important;
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .service01_cont04 ul li + li {
    margin-top: 3rem;
  }
  .service01_cont04 ul li:before {
    left: 0 !important;
    top: 0 !important;
    display: inline-block;
    width: 69px;
    height: 69px;
    background-size: 69px 69px;
    transform: none !important;
    margin: 0 !important;
  }
  .service01_cont04 ul li strong {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .service01_cont04 ul li p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .service02_cont01 {
    padding: 4rem 2rem;
  }
  .service02_cont01 dt {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .service02_cont01 dd {
    display: block;
    text-align: center;
    margin-bottom: 5rem;
  }
  .service02_cont01 dd span {
    margin-right: 0;
  }
  .service02_cont01 dd span img {
    height: 99px;
  }
  .service02_cont01 dd p {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .service02_cont01 dd p strong {
    font-size: 1.6rem;
  }

  .service02_cont02 {
    padding: 4rem 0;
  }
  .service02_cont02 dt {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .service02_cont02 dd > ul {
    flex-wrap: wrap;
  }
  .service02_cont02 dd > ul > li {
    width: 50%;
    margin-bottom: 2rem;
  }
  .service02_cont02 dd > ul > li img {
    width: 100%;
  }
  .service02_cont02 dd ul li div ul {
    margin-top: 1.5rem;
  }
  .service02_cont02 dd ul li div strong {
    font-size: 1.4rem;
  }
  .service02_cont02 dd ul li div ul li {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .service02_cont02 dd > ul > li:nth-child(2n + 1) {
    padding-right: 0.5rem;
  }
  .service02_cont02 dd > ul > li:nth-child(2n + 2) {
    padding-left: 0.5rem;
  }

  .service03_cont01 {
    padding: 4rem 2rem;
  }
  .service03_cont01 dt {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .service03_cont01 dd ul li {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .service03_cont01 dd ul li + li {
    margin-top: 2rem !important;
  }
  .service03_cont01 dd ul li div {
    padding: 1.5rem 0.5rem 2.25rem;
    height: auto;
  }
  .service03_cont01 dd ul li span img {
    width: 100%;
  }
  .service03_cont01 dd ul li div strong {
    font-size: 1.6rem;
  }
  .service03_cont01 dd ul li div p {
    font-size: 1.2rem;
    margin-top: 1.2rem;
    line-height: 1.7rem;
    padding: 0 1.2rem;
  }
  .service03_cont01 dd ul li div p br {
    display: none;
  }

  .termsBox .termsTable_mv {
    padding: 0;
    overflow-x: scroll;
  }
  .termsBox .termsTable_mv > strong {
    margin-left: 20px;
  }
  .termsBox .termsTable_mv th {
    padding: 0 10px;
  }
  .termsBox * {
    font-size: 1.2rem;
  }
  .termsBox .titTerms {
    font-size: 1.4rem;
  }

  .paging {
    flex-wrap: wrap;
  }
  .paging button {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .paging > button img {
    height: 10px;
  }

  .ir_cont01 {
    overflow-x: scroll;
  }

  .newsViewBox .news_tit h3 {
    font-size: 1.5rem;
  }
  .newsViewBox .newsContent {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 2rem 0 4rem;
  }
  .newsViewBox .newsContent img {
    width: 100%;
    height: 100%;
  }
  .newsViewBox .newsPaging > div {
    align-items: center;
    padding: 1.4rem 0;
  }
  .newsViewBox .newsPaging > div span {
    margin-right: 1.5rem;
    font-size: 1rem;
    width: 5rem;
  }
  .newsViewBox .newsPaging > div span:after {
    background-size: auto 4px;
    margin-left: 30px;
  }
  .newsViewBox .newsPaging > div a {
    font-size: 1.1rem;
  }

  .mvSect .iconBtn_box a img {
    height: 22px;
  }
  .mvSect .mvTop {
    margin-bottom: 3rem;
  }
  .mvSect .mvTop .mvFrame {
    position: relative;
    padding-bottom: 55%;
    height: auto;
  }
  .mvSect .mvTop .mvFrame iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mvSect .mvTop p {
    font-size: 1.1rem;
    padding: 1.2rem 0.8rem;
  }
  .mvSect .mvList {
    display: block;
  }
  .mvSect .mvList li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .mvSect .mvList li .mvFrame {
    position: relative;
    padding-bottom: 55%;
    height: auto;
  }
  .mvSect .mvList li .mvFrame iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .mvSect .mvList li p {
    font-size: 1.1rem;
    padding: 1.2rem 0.8rem;
  }

  footer {
    padding: 30px 0;
  }
  footer .logo {
    margin: 0 0 20px;
    display: block;
  }
  footer > div {
    display: block;
  }
  footer .termsLink a {
    font-size: 1rem;
  }
  footer .termsLink a + a {
    padding-left: 7px;
    margin-left: 5px;
  }
  footer .termsLink a + a:before {
    height: 12px;
  }
  footer address {
    line-height: 15px;
    font-size: 1rem;
  }
  footer address a {
    color: #fff;
  }
  footer address .line {
    display: block;
    opacity: 0;
    height: 0;
  }
  footer p {
    font-size: 1rem;
  }
  footer .logo img {
    height: 20px;
  }

  .btn_popUp {
    font-size: 14px;
    padding: 6px 8px;
    margin-top: 20px;
  }
  .popSect .popInnerBox {
    width: 100%;
  }
  .popSect .popInnerBox h2 {
    font-size: 18px;
  }
  .popSect .popInnerBox .popClose {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/btn_pop_close.png) no-repeat 50% 50% / 12px 12px;
    width: 24px;
    height: 24px;
  }
  .popSect .popInnerBox .popCont {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    max-height: 80vh;
  }
  .popSect .popInnerBox .popCont .full {
    overflow-x: scroll;
    position: relative;
  }
  .popSect .popInnerBox .popCont .moScrollTxt {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .popSect .popInnerBox .popCont .full img {
    width: auto;
  }

  /* 팝업 이미지 조절 */
  #pop_monitor01 .full .mwTy01 {
    height: 117px;
  }
  #pop_monitor02 .full .mwTy01 {
    height: 141px;
  }
  #pop_monitor04 .full .mwTy02 {
    height: 161px;
  }
  #pop_monitor04 .full + .full .mwTy02 {
    height: 196px;
  }
}

@media all and (max-width: 480px) {
  .top_searchBox select {
    margin: 0 0 4px;
  }
  .dataTable table th {
    font-size: 1.15rem;
    padding: 10px 0;
  }
  .dataTable table td {
    font-size: 1.1rem;
    padding: 10px 0;
  }
}
@media all and (max-width: 414px) {
}
@media all and (max-width: 375px) {
}
@media all and (max-width: 360px) {
}
@media all and (max-width: 320px) {
}

/* swiper css */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Custom css */
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.word-break {
  word-break: break-all !important;
  white-space: pre-line !important;
}

.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
