@charset "UTF-8";

.sample {
  width: 1920px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub__top {
  padding-top: 250px;
  padding-bottom: 160px;
  overflow: hidden;
  position: relative;
}

.sub__top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: subTop 1.2s forwards;
  animation: subTop 1.2s forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sub__top .top__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sub__top .top__bg img {
  -webkit-animation: subBg 3s forwards;
  animation: subBg 3s forwards;
}

.sub__top .para01 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  font-weight: 600;
}

.sub__top .para02 {
  margin-top: 24px;
  font-size: 21px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .2em;
  position: relative;
  z-index: 3;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.sub__lnb {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  z-index: 10;
}

.sub__lnb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}

.sub__lnb .lnb__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sub__lnb .lnb__nav>a {
  font-size: 18px;
  display: block;
  padding: 0 10px;
  margin-right: 45px;
}

.sub__lnb .lnb__nav>a:last-child {
  margin-right: 0;
}

.sub__lnb .lnb__nav>a.active {
  color: #0154a6;
  position: relative;
}

.sub__lnb .lnb__nav>a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0154a6;
  position: absolute;
  bottom: -31px;
  left: 0;
}

.sub__lnb .lnb__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub__lnb .lnb__path>a {
  margin-right: 15px;
  display: block;
  line-height: 1em;
}

.sub__lnb .lnb__path>a>p {
  display: none;
}

.sub__lnb .lnb__path>p {
  line-height: 1em;
  margin-right: 15px;
}

.sub__lnb .lnb__path>p.path__arrow {
  padding-right: 23px;
  margin-right: 15;
  background-image: url(/image/sub/lnb_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 3px;
}

.sub__tit {
  line-height: 1em;
  font-size: 45px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.sub__tit02 {
  line-height: 1.5em;
  font-size: 35px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
}

.sub__tit02 span {
  font-weight: 600;
}

.sub__tit03 {
  line-height: 1.5em;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
  word-break: keep-all;
}

.sub__tit03 span {
  font-weight: 600;
}

.sub__tit04 {
  line-height: 1em;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.sub__stit {
  text-align: center;
  font-size: 30px;
  line-height: 1.5em;
  padding-bottom: 170px;
  position: relative;
  margin-top: 35px;
}

.sub__stit::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #dedede;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub__para01 {
  font-size: 19px;
  line-height: 1em;
  color: #999;
}

.sub__para02 {
  margin-top: 35px;
  line-height: 1.3em;
  font-size: 45px;
  font-weight: 600;
}

.sub-page {
  padding-top: 120px;
}

.tab--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab--style01>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #888;
  line-height: 1em;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid #d4d4d4;
}

.tab--style01>a.active {
  border-color: #0154a6;
  color: #0154a6;
}

.tab--style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab--style02 .tab__btn {
  width: 220px;
  margin: 0 6px;
  line-height: 58px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
}

.tab--style02 .tab__btn.active {
  border-color: #0154a6;
  color: #0154a6;
}

.tab--style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}

.tab--style03 .tab__btn {
  width: 220px;
  line-height: 58px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  cursor: pointer;
  background-color: #f3f3f3;
  margin-left: -1px;
  position: relative;
}

.tab--style03 .tab__btn::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.tab--style03 .tab__btn:last-child::before {
  display: none;
}

.tab--style03 .tab__btn.active {
  color: #fff;
  background-color: #0154a6;
}

.tab--style03 .tab__btn.active::before {
  display: none;
}

.tab--style04 p {
  border: 2px solid #cacaca;
  line-height: 65px;
  height: 65px;
  padding-left: 12px;
  font-size: 24px;
  color: #777;
  background-image: url(/image/sub/tab_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-color: #fff;
  cursor: pointer;
  display: none;
}

.tab--style04 p.active {
  background-image: url(/image/sub/tab_arrow_on.png);
}

.tab--style04 nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab--style04 nav .tab__btn {
  width: 220px;
  margin: 0 6px;
  line-height: 60px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
}

.tab--style04 nav .tab__btn.active {
  border-color: #0154a6;
  color: #0154a6;
}



.tab--style05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.tab--style05 .tab__btn {
  width: 160px;
  line-height: 58px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  cursor: pointer;
  margin-left: -1px;
  position: relative;
}

.tab--style05 .tab__btn.active {
  color: #0154a6;
  border-bottom: 2px solid #0154a6;
}



.form__tit {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
  margin-bottom: 20px;
}

.form--style01 {
  border-top: 1px solid #000;
}

.form--style01>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.form--style01 .form__header {
  width: 240px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.form--style01 .form__header>label {
  font-size: 17px;
  line-height: 1em;
}

.form--style01 .form__header>label span {
  color: #0154a6;
}

.form--style01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--style01 .form__data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  color: #666666;
  font-size: 15px;
}

.form--style01 .form__data input[type="password"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #aaa;
}

.form--style01 .form__data input[type="password"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="password"].small {
  width: 120px;
}

.form--style01 .form__data input[type="password"].medium {
  width: 200px;
}

.form--style01 .form__data input[type="text"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::-ms-input-placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]::placeholder {
  color: #aaa;
}

.form--style01 .form__data input[type="text"]:disabled {
  background-color: #f9f9f9;
}

.form--style01 .form__data input[type="text"].small {
  width: 120px;
}

.form--style01 .form__data input[type="text"].medium {
  width: 200px;
}

.form--style01 .form__data textarea {
  width: 100%;
  color: #aaa;
  resize: none;
  border: 1px solid #ddd;
}

.form--style01 .form__data select {
  width: 140px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: url(/image/sub/select_arrow.png) no-repeat 92% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #aaa;
}

.form--style01 .form__data label{
  font-size: 0;
}

.form--style01 .form__data::-ms-expand {
  display: none;
}

.form--style01 .download__btn {
  line-height: 50px;
  height: 50px;
  border: 1px solid #000;
  margin-left: 7px;
  width: 140px;
  text-align: center;
}

.form--style01 .download__btn>p {
  display: inline-block;
  padding-right: 25px;
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.form--style01 .add_attach {
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin-left: 7px;
  text-align: center;
  border: 1px solid #0154a6;
  background: #0154a6;
  color: #fff;
  cursor: pointer;
}

.form--style01 .file_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.file-upload__wrap {
  overflow: hidden;
  position: relative;
}

.file-upload__wrap.active .file-upload .upload-name {
  background-color: #e9e9e9;
}

.file-upload__wrap .file-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-upload__wrap .file-upload .upload-name {
  width: 450px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding-left: 12px;
  background: #fff;
  border: 1px solid #ddd;
}

.file-upload__wrap .file-upload input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

.file-upload__wrap .file-upload input[type="file"]+label {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 140px;
  color: #fff;
  background: #333;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px !important;
}

.radio__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.radio__wrap label {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px !important;
  color: #999;
}

.radio__wrap input:checked+.radio__toggle {
  border-color: #0154a6;
}

.radio__wrap input:checked+.radio__toggle::before {
  background-color: #0154a6;
}

.radio__wrap .radio__toggle {
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  position: relative;
}

.radio__wrap .radio__toggle::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn__normal {
  display: block;
  margin: 65px auto 0 auto;
  width: 185px;
  line-height: 53px;
  height: 55px;
  border: 1px solid #0154a6;
  color: #0154a6;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn__normal:hover {
  color: #fff;
  background-color: #0154a6;
}

.terms__chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.terms__chk .chk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms__chk .chk__wrap label {
  color: #666;
  margin-left: 7px;
  cursor: pointer;
}

.terms__chk .terms__btn {
  margin-left: 12px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
}

.board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__pager>a {
  display: block;
  width: 19px;
  height: 32px;
  font-family: 'Poppins';
  font-size: 17px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 8px;
  line-height: 32px;
}

.board__pager>a.active {
  color: #0154a6;
  border-color: #0154a6;
}

.board__pager .prev {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_prev.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
  font-size: 0;
}

.board__pager .next {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_next.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
  font-size: 0;
}

.btn__banner {
  display: block;
  width: 265px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 63px;
  height: 65px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  color: #fff;
  font-size: 17px;
}

.btn__banner:hover {
  opacity: .7;
}

/* 기업현황 */
.company-current .current__cont01 {
  margin-top: 160px;
  padding: 95px 0;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.company-current .current__cont01 .cont01__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.company-current .current__cont01 .cont01__img img {
  width: 100%;
}

.company-current .current__cont01 .cont01__list {
  position: relative;
  z-index: 1;
  width: 500px;
  margin-top: 25px;
}

.company-current .current__cont01 .cont01__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.company-current .current__cont01 .cont01__list>li:nth-child(1) {
  border-top: 2px solid #fff;
}

.company-current .current__cont01 .cont01__list>li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.company-current .current__cont01 .cont01__list>li:nth-child(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.company-current .current__cont01 .cont01__list>li:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  border-right: none;
}

.company-current .current__cont01 .cont01__list>li>p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.company-current .current__cont01 .cont01__list>li>p:first-child {
  width: 110px;
  font-weight: 600;
}

.company-current .current__cont01 .cont01__list>li>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-current .current__cont01 .para02 {
  display: none;
}

.company-current .current__cont02 {
  padding: 130px 0;
}

.company-current .current__cont02>p {
  font-size: 20px;
  margin-top: 90px;
  text-align: right;
}

.company-current .current__cont02>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-current .current__cont02>ul>li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #ddd;
}

.company-current .current__cont02>ul>li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.company-current .current__cont02>ul>li:nth-child(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.company-current .current__cont02>ul>li:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  border-right: none;
}

.company-current .current__cont02>ul .cont02__icon img {
  width: 70px;
  margin: auto;
}

.company-current .current__cont02>ul .para01 {
  margin-top: 50px;
  line-height: 1em;
  font-size: 24px;
}

.company-current .current__cont02>ul .para01 span {
  font-size: 48px;
  font-weight: 600;
  margin-right: 5px;
}

.company-current .current__cont02>ul .para02 {
  margin-top: 26px;
  line-height: 1em;
  font-size: 18px;
  color: #666;
}

.company-current .current__cont03 {
  background-color: #f7f7f7;
  padding: 130px 0;
}

.company-current .current__cont03 .cont03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.company-current .current__cont03 .cont03__list>button {
  width: 220px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.company-current .current__cont03 .cont03__list>button:last-child {
  margin-right: 0;
}

.company-current .current__cont03 .cont03__list>button.active {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0px 56px 42px -45px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 56px 42px -45px rgba(0, 0, 0, 0.75);
}

.company-current .current__cont03 .cont03__list>button.active .list__default {
  display: none;
}

.company-current .current__cont03 .cont03__list>button.active .list__active {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.company-current .current__cont03 .cont03__list>button.active .list__active .para03,
.company-current .current__cont03 .cont03__list>button.active .list__active .para04 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.company-current .current__cont03 .cont03__list>button .list__default {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.company-current .current__cont03 .cont03__list>button .list__active {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  background-image: url(/image/sub/cont03_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 90px 75px 50px 75px;
  min-height: 275px;
}

.company-current .current__cont03 .cont03__list .para01 {
  color: #fff;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.company-current .current__cont03 .cont03__list .para01::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='3' stroke-dasharray='2%2c 3' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotateDots linear 4s infinite;
  animation: rotateDots linear 4s infinite;
}

.company-current .current__cont03 .cont03__list .para02 {
  margin-top: 27px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff;
}

.company-current .current__cont03 .cont03__list .para03 {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  line-height: 1em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.company-current .current__cont03 .cont03__list .para04 {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.company-current .current__cont04 {
  padding-top: 100px;
}

.company-current .current__cont04>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.company-current .current__cont04 .cont04__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-current .current__cont04 .cont04__btn .btn--map {
  margin-right: 10px;
  border: 1px solid #fbbc04;
  background-color: #fbbc04;
  width: 160px;
  height: 50px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: relative;
}

.company-current .current__cont04 .cont04__btn .btn--map p {
  color: #392a00;
  font-size: 15px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  padding-left: 23px;
  display: inline-block;
  background-image: url(/image/sub/map_marker.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.company-current .current__cont04 iframe {
  width: 100%;
  margin-top: 100px;
  height: 470px;
}

@-webkit-keyframes subBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes subBg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes subTop {
  100% {
    top: 100%;
  }
}

@keyframes subTop {
  100% {
    top: 100%;
  }
}

/* 인사말 */
.company-intro {
  padding-bottom: 200px;
}

.company-intro .intro__top {
  background-color: #f7f7f7;
  padding-top: 90px;
  margin-top: 167px;
}

.company-intro .intro__top>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-intro .intro__top .top__txt {
  width: 650px;
  height: 440px;
  position: relative;
  padding: 90px;
  background-image: url(/image/sub/quote_img.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 54px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.company-intro .intro__top .top__txt::before {
  content: "";
  width: 85%;
  height: 9px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0154a6;
}

.company-intro .intro__top .top__txt::after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0154a6;
}

.company-intro .intro__top .top__txt .txt01 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 600;
}

.company-intro .intro__top .top__txt .txt01 span {
  color: #0154a6;
}

.company-intro .intro__top .top__txt .txt01::before {
  content: "";
  height: 100%;
  width: 9px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0154a6;
}

.company-intro .intro__top .top__txt .txt01::after {
  content: "";
  height: 50%;
  width: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0154a6;
}

.company-intro .intro__top .top__txt .txt02 {
  margin-top: 40px;
  font-size: 21px;
  line-height: 1.4em;
}

.company-intro .intro__txt {
  margin-top: 120px;
}

.company-intro .intro__txt .txt01 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 22px;
  word-break: keep-all;
}

.company-intro .intro__txt .txt01 span {
  font-weight: 600;
}

.company-intro .intro__txt .txt01.sign {
  margin-top: 70px;
  margin-bottom: 0;
}

.company-intro .intro__txt .txt02 {
  font-size: 20px;
  line-height: 1.4em;
  word-break: keep-all;
}

.company-intro .intro__txt .txt02 span {
  position: relative;
}

.company-intro .intro__txt .txt02 span b {
  position: relative;
  z-index: 1;
}

.company-intro .intro__txt .txt02 span::before {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #ccdded;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-transform: skew(345deg);
  transform: skew(345deg);
}

.company-intro .intro__txt .txt02__wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.company-intro .intro__txt .txt02__wrap .txt02:not(:last-child) {
  margin-bottom: 30px;
}

/* 연혁 */
.company-history .history__banner {
  background-image: url(/image/sub/history_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  padding: 200px 0;
  margin-top: 75px;
}

.company-history .history__banner .txt01 {
  font-size: 37px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
}

.company-history .history__banner .txt01::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100px;
  content: "";
  width: 350px;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.company-history .history__banner .txt02 {
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  margin-top: 30px;
  position: relative;
}

.company-history .history__banner .txt02::before {
  position: absolute;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 350px;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.company-history>.inner02 .tab--style01 {
  padding-top: 184px;
  background: #fff;
  width: 100%;
}

.company-history .history__list {
  margin: 180px auto 0 auto;
  position: relative;
  padding-bottom: 210px;
}

.company-history .history__list::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.company-history .history__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

.company-history .history__list>li:last-child {
  margin-bottom: 0;
}

.company-history .history__list>li.reverse .list__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.company-history .history__list>li.reverse .list__img img {
  margin-left: auto;
}

.company-history .history__list>li.reverse .list__event {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}

.company-history .history__list>li.reverse .list__event::before {
  right: -5px;
  left: auto;
}

.company-history .history__list>li.reverse .list__event::after {
  right: -9px;
  left: auto;
}

.company-history .history__list .list__img {
  width: 50%;
}

.company-history .history__list .list__img img {
  margin-bottom: 15px;
}

.company-history .history__list .list__img img:last-child {
  margin-bottom: 0;
}

.company-history .history__list .list__event {
  width: 50%;
  padding-left: 50px;
  position: relative;
}

.company-history .history__list .list__event::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0154a6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
}

.company-history .history__list .list__event::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #86acd2;
  position: absolute;
  top: -4px;
  left: -9px;
}

.company-history .history__list .list__event .event__year {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.company-history .history__list .list__event .event__txt {
  margin-top: 30px;
  line-height: 1.5em;
  font-size: 18px;
}

/* 비전/미션 */
.company-vision {
  padding-bottom: 240px;
}

.company-vision .vision__tit {
  font-size: 35px;
  line-height: 1em;
  position: relative;
  text-align: center;
  font-weight: 600;
}

.company-vision .vision__tit::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #dadada;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 2023-04-10 수정 s */
.company-vision .vision__section01 {
  padding: 0 0 140px;
  margin-top: 125px;
}

.company-vision .vision__section01 .inner {
  display: flex;
  align-items: center;
}

.company-vision .vision__section01 .img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 120px 0;
  background: #f7f7f7;
}

.company-vision .vision__section01 .txt-area {
  width: 50%;
  padding-left: 60px;
}

.company-vision .vision__section01 .vision__tit {
  text-align: left;
}

.company-vision .vision__section01 .vision__tit::before {
  bottom: -20px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.company-vision .vision__section01 .txt-area .txt01 {
  margin-top: 70px;
  font-size: 35px;
  line-height: 54px;
  color:#003087;
}

.company-vision .vision__section04 {
  padding: 0 0 120px;
  background: #fff;
}

.company-vision .vision__section04 .section04__list {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.company-vision .vision__section04 .section04__list > li {
  width: 360px;
  text-align: center;
}

.company-vision .vision__section04 .section04__list > li + li {
  margin-left: 60px;
}

.company-vision .vision__section04 .section04__list > li .txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff;
}

.company-vision .vision__section04 .section04__list > li .txt01 > p {
  position: absolute;
}

.company-vision .vision__section04 .section04__list > li + li .txt01::before {
  content: '';
  position: absolute;
  top: calc(50% + 3px);
  left: -60px;
  width: 60px;
  height: 1px;
  background: transparent;
  transform: translateY(-50%);
  border-top: 3px dotted #e8e8e8;
}

.company-vision .vision__section04 .section04__list > li .txt02 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: #63666a;
}

.company-vision .vision__section05 {
  padding: 120px 0;
  background: #f9f9f9;
}

.company-vision .vision__section05 .section05__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.company-vision .vision__section05 .section05__list li {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  padding: 50px 80px;
  background: #fff;
}

.company-vision .vision__section05 .section05__list li:nth-child(n+3) {
  margin-top: 30px;
}

.company-vision .vision__section05 .section05__list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #f9f9f9;
}

.company-vision .vision__section05 .section05__list li .txt_area {
  width: calc(100% - 120px);
  padding-left: 50px;
}

.company-vision .vision__section05 .section05__list li .txt_area .txt01 {
  margin-bottom: 25px;
  font-size: 24px; 
  line-height: 1.2em;
  font-weight: 600;
  color: #044a9e;
}

.company-vision .vision__section05 .section05__list li .txt_area .txt02 {
  font-size: 16px; 
  line-height: 1.4em;
  font-weight: 500;
  color: #63666a;
}

.company-vision .vision__section02 {
  padding-top: 100px;
  background-color: #fff;
}
/* // 2023-04-10 수정 e */

.company-vision .vision__section02 .section02__list {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-vision .vision__section02 .section02__list>li {
  width: 32%;
  border: 1px solid #e1e1e1;
  padding: 115px 0;
  text-align: center;
}

.company-vision .vision__section02 .section02__list>li img {
  margin: auto;
}

.company-vision .vision__section02 .section02__list>li .txt01 {
  margin-top: 55px;
  font-size: 17px;
  color: #acacac;
}

.company-vision .vision__section02 .section02__list>li .txt02 {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}

.company-vision .vision__section02 .section02__list>li .txt02 span {
  color: #0154a6;
}

.company-vision .vision__section03 {
  margin-top: 150px;
}

.company-vision .vision__section03 img {
  margin: 115px auto 0 auto;
}

/* 글로벌네트워크 */
.company-global .tab--style02 {
  margin-top: 120px;
}

.company-global .section__map {
  margin-top: 50px;
  padding-bottom: 175px;
  position: relative;
}

.company-global .section__map .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background-color: #f9f9f9;
}

.company-global .section__map iframe {
  width: 100%;
  height: 600px;
}

.company-global .section__map .map__addr.hiding {
  display: none;
}

.addr__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.addr__info.inner{
  margin-bottom: 0;
  margin-top: 100px;
}

.addr__info .txt01 {
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
}

.addr__info .txt02 {
  font-size: 20px;
  font-weight: 600;
  margin-right: 17px;
  padding: 3px 0 3px 32px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.addr__info .txt02.addr {
  background-image: url(/image/sub/marker_icon.png);
}

.addr__info .txt02.mail {
  background-image: url(/image/sub/mail_icon.png);
}

.addr__info .txt02.tel {
  background-image: url(/image/sub/tel_icon.png);
}

.addr__info .txt03 {
  font-size: 19px;
  color: #666666;
  font-weight: 500;
}

.addr__info .info__list {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.addr__info .info__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 48px;
}

.addr__info .info__list>li:last-child {
  margin-right: 0;
}

.company-global .section__global {
  padding-top: 53px;
  padding-bottom: 125px;
  background-color: #1e202c;
}

.company-global .section__global .global__map {
  position: relative;
}

.company-global .section__global .global__map .map__img {
  position: relative;
}

.company-global .section__global .global__map .map__img>img {
  margin: auto;
}

.company-global .section__global .global__map .txt01 {
  line-height: 1em;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.company-global .section__global .global__map .spot {
  position: absolute;
}

.company-global .section__global .global__map .spot .circle {
  position: relative;
  margin: 65px auto 0 auto;
}

.company-global .section__global .global__map .spot .circle .dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-global .section__global .global__map .spot .circle .dot::before {
  content: "";
  width: 100px;
  height: 100px;
  /* border: 1px dashed rgba(255, 255, 255, 0.3); */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-global .section__global .global__map .spot .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0154a6;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spotCircle 3s infinite;
  animation: spotCircle 3s infinite;
  z-index: 1;
}

.company-global .section__global .global__map .spot .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0154a6;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spotCircle 3s infinite;
  animation: spotCircle 3s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  z-index: 1;
}

.company-global .section__global .global__map .spot.spot01 {
  top: 52%;
  left: 35%;
}

.company-global .section__global .global__map .spot.spot02 {
  top: 1%;
  left: 3%;
}

.company-global .section__global .global__map .spot.spot03 {
  top: 36%;
  left: 69%;
}

.company-global .section__global .global__map .spot.spot04 {
  top: 23%;
  left: 10%;
}

.company-global .section__global .global__map .spot.spot05 {
  top: 34%;
  left: 70%;
}

.company-global .section__global .global__map .spot.spot06 {
  top: 26%;
  left: 15%;
}

.company-global .section__global .global__map .spot.spot07 {
  top: 34%;
  left: 40%;
}

.company-global .section__global .global__map .spot.spot08 {
  top: 43%;
  left: 38%;
}

.company-global .section__global .global__map .spot>p {
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  font-weight: 500;
}

.company-global .section__global .global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company-global .section__global .global__list>li {
  width: 49%;
  background-color: #fff;
}

.company-global .section__global .global__list>li .txt01 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
  padding: 20px 45px;
  background-color: #f5f5f5;
}

.company-global .section__global .global__list .list__info {
  padding: 35px 45px;
}

.company-global .section__global .global__list .list__info>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.company-global .section__global .global__list .list__info>li:last-child {
  margin-bottom: 0;
}

.company-global .section__global .global__list .list__info>li .txt02 {
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  width: 120px;
}

.company-global .section__global .global__list .list__info>li .txt02.addr {
  background-image: url(/image/sub/marker_icon.png);
}

.company-global .section__global .global__list .list__info>li .txt02.tel {
  background-image: url(/image/sub/tel_icon.png);
}

.company-global .section__global .global__list .list__info>li .txt02.mail {
  background-image: url(/image/sub/mail_icon.png);
}

.company-global .section__global .global__list .list__info>li .txt03 {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}

@-webkit-keyframes spotCircle {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }

  80% {
    opacity: .3;
    width: 70px;
    height: 70px;
  }

  100% {
    opacity: 0;
  }
}

@keyframes spotCircle {
  0% {
    opacity: 1;
    width: 0;
    height: 0;
  }

  80% {
    opacity: .3;
    width: 70px;
    height: 70px;
  }

  100% {
    opacity: 0;
  }
}

/* 인재채용 */
.company-recruit {
  padding-bottom: 200px;
}

.manage-ethic .tab--style04,
.manage-quality .tab--style04,
.manage-social .tab--style04,
.manage-report .tab--style04,
.invest_financial .tab--style04,
.invest_inquiry .tab--style04,
.invest_stock .tab--style04,
.invest_ir .tab--style04,
.invest_public .tab--style04,
.invest_electron .tab--style04,
.business-module .tab--style04,
.board_view .tab--style02,
.media_news .tab--style02,
.media_video .tab--style02,
.company-recruit .tab--style02 {
  margin-top: 75px;
}

.company-recruit .recruit__regist {
  margin-top: 95px;
}

.popup__dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.terms__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  padding: 75px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1002;
  opacity: 0;
  display: none;
}

.terms__popup .popup__close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}

.terms__popup .txt01 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

.terms__popup .terms {
  height: 500px;
  overflow-y: scroll;
  padding-top: 22px;
}

/* 사업분야 - 모듈 */
.business-module {
  padding-bottom: 140px;
}

.business-module .module__banner {
  background-image: url(/image/sub/module_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 130px 0;
  margin-bottom: 80px;
  margin-top: 75px;
}

.business-module .module__banner .txt01 {
  font-size: 32px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
}

.module__list {
  margin-top: 80px;
}

.module__list>a {
  display: block;
  background-color: #f7f7f7;
  padding: 60px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.module__list>a:last-child {
  margin-bottom: 0;
}

.module__list>a:hover {
  background-color: #0154a6;
}

.module__list>a:hover .list__info .txt01,
.module__list>a:hover .list__info .txt02 {
  color: #fff;
}

.module__list .list__img {
  width: 500px;
}

.module__list .list__img img {
  margin: auto;
  max-width: 300px;
}

.module__list .list__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.module__list .list__info .txt01 {
  font-size: 38px;
  line-height: 1em;
  font-weight: 600;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.module__list .list__info .txt02 {
  margin-top: 30px;
  font-size: 22px;
  color: #999;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.module__list .list__info .info__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.module__list .list__info .info__list>li {
  background-color: #fff;
  width: 24%;
  margin-right: 1%;
  padding: 20px 0;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 1%;
}

.module__list .list__info .info__list>li img {
  margin: auto;
}

.module__list .list__info .info__list>li p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.5em;
}

.module__list .list__info .info__list .list__icon {
  width: 60px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.module__list .list__info .info__list .list__icon.icon01 {
  background-image: url(/image/sub/module_icon01.png);
}

.module__list .list__info .info__list .list__icon.icon02 {
  background-image: url(/image/sub/module_icon02.png);
}

.module__list .list__info .info__list .list__icon.icon03 {
  background-image: url(/image/sub/module_icon03.png);
}

.module__list .list__info .info__list .list__icon.icon04 {
  background-image: url(/image/sub/module_icon04.png);
}

.business-inverte .inverte__list .list__info .info__list .list__icon.icon_01 {
  background-image: url(/image/sub/module_icon_01.png);
}

.business-inverte .inverte__list .list__info .info__list .list__icon.icon_02 {
  background-image: url(/image/sub/module_icon_02.png);
}

.business-inverte .inverte__list .list__info .info__list .list__icon.icon_03 {
  background-image: url(/image/sub/module_icon_03.png);
}

.business-inverte .inverte__list .list__info .info__list .list__icon.icon_04 {
  background-image: url(/image/sub/module_icon_04.png);
}

.business-module .view__top {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-module .view__top .top__img {
  background-color: #f7f7f7;
  width: 720px;
  margin-right: 75px;
  padding: 100px 0;
  position: relative;
}

.business-module .view__top .top__img .item img {
  margin: auto;
  max-width: 90%;
}

.business-module .view__top .top__img .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.business-module .view__top .top__img .slick-dots li {
  display: inline;
  margin: 0 9px;
}

.business-module .view__top .top__img .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 0;
}

.business-module .view__top .top__img .slick-dots li.slick-active button {
  background-color: #000;
  border: none;
  position: relative;
}

.business-module .view__top .top__img .slick-dots li.slick-active button::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
}

.business-module .view__top .top__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 50px;
}

.business-module .view__top .top__info .txt01 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1em;
}

.business-module .view__top .top__info .txt02 {
  margin-top: 25px;
  font-size: 30px;
  color: #999;
  font-weight: 300;
}

.business-module .view__top .top__info .info__spec {
  padding: 62px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-module .view__top .top__info .info__spec>li {
  width: 25%;
  text-align: center;
}

.business-module .view__top .top__info .info__spec>li img {
  margin: auto;
}

.business-module .view__top .top__info .info__spec>li p {
  font-size: 15px;
  margin-top: 14px;
  line-height: 1.3em;
}

.business-module .view__top .top__info .info__list {
  margin-top: 50px;
}

.business-module .view__top .top__info .info__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.business-module .view__top .top__info .info__list>li:last-child {
  margin-bottom: 0;
}

.business-module .view__top .top__info .info__list>li>p:first-child {
  width: 70px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  margin-right: 90px;
  text-align: justify;
}

.business-module .view__top .top__info .info__list>li>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #999;
}

.business-module .view__spec {
  margin-top: 130px;
}

.business-module .view__spec .spec__img img {
  width: 100%;
}

.business-module .view__spec .spec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.business-module .view__spec .spec__list>li {
  width: 15%;
  background-color: #f8f8f8;
  text-align: center;
  padding: 35px 0 50px 0;
  margin: 0 .8%;
}

.business-module .view__spec .spec__list>li>img {
  margin: auto;
}

.business-module .view__spec .spec__list>li>p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1em;
}

.business-module .view__download {
  margin-top: 160px;
}

.business-module .view__download .download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.business-module .view__download .download__list>a {
  display: block;
  width: 24%;
  border: 1px solid #ddd;
  padding: 53px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin-right: 1.3333%;
}

.business-module .view__download .download__list>a:last-child {
  margin-right: 0;
}

.business-module .view__download .download__list>a .list_img {
  margin: auto;
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-module .view__download .download__list>a .txt01 {
  margin-top: 20px;
  font-size: 21px;
  color: #0154a6;
  text-align: center;
}

.business-module .view__download .download__list>a .txt02 {
  color: #666666;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.business-module .view__download .download__list>a:hover {
  border-color: #0154a6;
}

.business-module .view__download .download__list>a:hover .list_img {
  background-image: url(/image/sub/down_img_on.png) !important;
}

.business-module .view__banner {
  background-image: url(/image/sub/module_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 130px 0;
  margin-bottom: 80px;
  margin-top: 125px;
}

.business-module .view__banner .txt01 {
  font-size: 35px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  word-break: keep-all;
}

.business-module .view__banner .txt02 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1em;
  margin-top: 25px;
  font-weight: 300;
  position: relative;
  word-break: keep-all;
}

.business-module .view__banner .btn__banner {
  margin: 65px auto 0 auto;
}

.business-module .view__other .other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}

.business-module .view__other .other__list>a {
  width: 31%;
  background-color: #f7f7f7;
  padding: 57px 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-module .view__other .other__list>a:hover {
  background-color: #0154a6;
}

.business-module .view__other .other__list>a:hover .txt01,
.business-module .view__other .other__list>a:hover .txt02 {
  color: #fff;
}

.business-module .view__other .other__list .list__thumb {
  margin: auto;
  position: relative;
}

.business-module .view__other .other__list .list__thumb img {
  margin: auto;
  max-width: 90%;
}

.business-module .view__other .other__list .txt01 {
  margin-top: 55px;
  font-size: 32px;
  color: #000;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-module .view__other .other__list .txt02 {
  color: #999;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-module .view__other .slick-list {
  width: 100%;
}

.business-module .btn--style01 {
  width: 225px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #0154a6;
  text-align: center;
  color: #0154a6;
  font-weight: 600;
  margin-top: 45px;
}

/* 사업분야 - 태양광솔루션 */
.business-solar {
  padding-bottom: 250px;
}

.business-solar .tab--style04 {
  margin-top: 75px;
}

.business-solar .solar__banner {
  margin-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
}

.business-solar .solar__info {
  background-color: #fff;
  padding-top: 85px;
  margin-top: -120px;
  margin-bottom: 130px;
}

.business-solar .tit01 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 0 5%;
}

.business-solar .tit02 {
  text-align: center;
  margin-top: 30px;
  line-height: 1.5em;
  font-size: 23px;
  padding: 0 5%;
}


.business-solar .tit03 {
  text-align: center;
  line-height: 1em;
  font-size: 30px;
  margin-bottom: 100px;
}


.business-solar .solar__info>section:not(:last-child) {
  margin-bottom: 130px;
}

.business-solar .solar__info.industry .section01 img {
  margin: 95px auto 0 auto;
}

.business-solar .solar__info.industry .section02 .solution__wrap {
  display: flex;
  margin-top: 95px;
  justify-content: space-between;
}

.business-solar .solar__info.industry .section02 .solution__wrap>li {
  width: 49%;
  border-radius: 10px;
  padding: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.business-solar .solar__info.industry .section02 .solution__wrap .txt01 {
  line-height: 1.2em;
  font-size: 32px;
  color: #fff;
}

.business-solar .solar__info.industry .section02 .solution__wrap .txt02 {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
}

.business-solar .solar__info.industry .section02 .solution__wrap li>a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 43px;
  border: 1px solid rgba(256, 256, 256, .4);
  background-color: rgba(256, 256, 256, .1);
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  transition: all ease .3s;
}

.business-solar .solar__info.industry .section02 .solution__wrap li>a:hover {
  background-color: #0154a6;
  border-color: #0154a6;
}

.business-solar .solar__info.industry .section03 img {
  margin: 95px auto 0 auto;
  width: 100%;
}


.business-solar .solar__info.vpp {
  margin-bottom: 0;
}

.business-solar .solar__info.vpp .section01__wrap {
  background-color: #f6f6f6;
  margin-top: 125px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.business-solar .solar__info.vpp .section01__container01 {
  padding-bottom: 110px;
  margin-bottom: 90px;
  border-bottom: 1px solid #ddd;
}

.business-solar .solar__info.vpp .section01__container01 .tit02 {
  margin-bottom: 145px;
}

.business-solar .solar__info.vpp .container02__list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.business-solar .solar__info.vpp .container02__list>li {
  background-color: #fff;
  width: 32%;
  padding: 40px 40px 25px 140px;
  background-repeat: no-repeat;
  background-position: 40px 40px;
  border-radius: 12px;
}

.business-solar .solar__info.vpp .container02__list .txt01 {
  color: #b3b3b3;
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 15px;
}

.business-solar .solar__info.vpp .container02__list .txt02 {
  font-size: 18px;
  line-height: 1.6em;
  word-break: keep-all;
}

.business-solar .solar__info.vpp .section01__wrap img {
  margin-left: auto;
  margin-right: auto;
}

.business-solar .solar__info.vpp .section02 img {
  margin: 90px auto 0 auto;
}


.business-solar .solar__solution {
  margin-top: 175px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f3f3f3;
}


.business-solar .solar__solution .solution__slide {
  width: 1280px;
  margin: 95px auto 0 auto;
}

.business-solar .solar__solution .solution__slide .slide__img img {
  width: 100%;
}

.business-solar .solar__solution .solution__slide .slide__txt {
  padding: 50px 60px;
  background-color: #fff;
}

.business-solar .solar__solution .solution__slide .slide__txt .txt01 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.business-solar .solar__solution .solution__slide .slide__txt .txt02 {
  color: #666666;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 18px;
}

.business-solar .solar__solution .solution__slide .slick-prev {
  width: 20px;
  height: 36px;
  font-size: 0;
  background-image: url(/image/sub/solution_slide_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
}

.business-solar .solar__solution .solution__slide .slick-next {
  width: 20px;
  height: 36px;
  font-size: 0;
  background-image: url(/image/sub/solution_slide_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
}


.business-solar .soloar__fields {
  padding-top: 135px;
}

.business-solar .soloar__fields .fields__list>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.business-solar .soloar__fields .fields__list>li:not(:last-child) {
  margin-bottom: 120px;
}

.business-solar .soloar__fields .fields__list .list__img,
.business-solar .soloar__fields .fields__list .list__txt {
  width: 44.5%;
}

.business-solar .soloar__fields .fields__list .list__img img {
  width: 100%;
}

.business-solar .soloar__fields .fields__list .list__txt .txt01 {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
}

.business-solar .soloar__fields .fields__list .list__txt .txt02 {
  font-size: 18px;
  line-height: 1.6em;
  color: #666;
  margin-top: 35px;
  word-break: keep-all;
}


.business-solar .solar__info.home .info__module {
  border: 1px solid #ddd;
  margin-top: 95px;
  display: flex;
}

.business-solar .solar__info.home .info__module .module__img {
  background-color: #f9f9f9;
  width: 40%;
  border-right: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-solar .solar__info.home .info__module .module__img img {
  margin: auto;
  width: 60%;
  max-width: 340px;
}

.business-solar .solar__info.home .info__module .module__txt {
  padding: 85px 85px 85px 100px;
  flex: 1;
}

.business-solar .solar__info.home .info__module .module__txt .txt01 {
  font-size: 38px;
  line-height: 1em;
  font-weight: 600;
}

.business-solar .solar__info.home .info__module .module__txt .txt02 {
  width: 145px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4em;
}

.business-solar .solar__info.home .info__module .module__txt .txt03 {
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  color: #999;
  line-height: 1.4em;
}

.business-solar .solar__info.home .info__module .module__txt .txt__list {
  margin-top: 22px;
  padding-top: 35px;
  border-top: 2px solid #000;
}

.business-solar .solar__info.home .info__module .module__txt .txt__list>li {
  display: flex;
}

.business-solar .solar__info.home .info__module .module__txt .txt__list>li:not(:last-child) {
  margin-bottom: 20px;
}

.business-solar .solar__saving {
  background-color: #f6f6f6;
  padding: 100px 0;
}

.business-solar .solar__saving .saving__table {
  margin-top: 95px;
  display: flex;
  border-top: 1px solid #000;
  text-align: center;
}

.business-solar .solar__saving .saving__table>li {
  width: 25%;
  border-right: 1px solid #ddd;
}

.business-solar .solar__saving .saving__table>li.emp {
  position: relative;
}

.business-solar .solar__saving .saving__table>li.emp::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #0154a6;
}

.business-solar .solar__saving .saving__table>li.emp .th {
  background-color: #fff;
  color: #0154a6
}

.business-solar .solar__saving .saving__table>li.emp .td {
  color: #0154a6;
}

.business-solar .solar__saving .saving__table .th {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.business-solar .solar__saving .saving__table .td {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #777;
}

.business-solar .solar__saving .saving__msg {
  margin-top: 30px;
  font-size: 15px;
  color: #444444;
  line-height: 1.5em;
}

.business-solar .solar__qna {
  margin-top: 125px;
}

.business-solar .solar__qna .qna__list {
  margin-top: 95px;
  border-top: 2px solid #000;
}

.business-solar .solar__qna .qna__list>li {
  padding: 45px 45px 45px 225px;
  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: 40px center;
}

.business-solar .solar__qna .qna__list .list__q {
  font-size: 24px;
}

.business-solar .solar__qna .qna__list .list__a {
  font-size: 17px;
  margin-top: 17px;
  line-height: 1.5em;
  color: #999;
}

.business-solar .solar__spec {
  margin-top: 115px;
}

.business-solar .solar__spec .spec__list {
  margin-top: 125px;
}

.business-solar .solar__spec .spec__list li {
  display: flex;
}

.business-solar .solar__spec .spec__list li:not(:last-child) {
  margin-bottom: 145px;
}


.business-solar .solar__spec .spec__list li:last-child .list__txt {
  margin-left: 80px;
}

.business-solar .solar__spec .spec__list li:last-child .list__img {
  margin-left: auto;
}

.business-solar .solar__spec .spec__list .list__img {
  width: 54%;
}

.business-solar .solar__spec .spec__list .list__img img {
  width: 100%;
}

.business-solar .solar__spec .spec__list .list__txt {
  margin-left: 110px;
  flex: 1;
}

.business-solar .solar__spec .spec__list .list__txt .txt__wrap {
  padding-left: 95px;
  padding-top: 33px;
  position: relative;
}

.business-solar .solar__spec .spec__list .list__txt .txt__wrap:not(:last-child) {
  margin-bottom: 85px;
}

.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt01 {
  font-size: 65px;
  color: #eaeaea;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
}

.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt02 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
}

.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt03 {
  color: #555;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 25px;
}

.business-solar .solar__setup {
  margin-top: 200px;
}

.business-solar .solar__setup .setup__img {
  margin-top: 60px;
  border: 1px solid #ddd;
  padding: 80px 0;
}

.business-solar .solar__setup .setup__img img {
  margin: auto;
}

.business-solar .solar__step {
  margin-top: 110px;
  margin-bottom: 300px;
}

.business-solar .solar__step .step__img {
  margin-top: 60px;
  border: 1px solid #ddd;
  padding: 80px 0;
}

.business-solar .solar__step .step__img img {
  margin: auto;
}

/* ======================= */

.business-solar .solar__contact {
  background-color: #f5f5f5;
  padding: 100px 0;
}

.business-solar .solar__contact>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.business-solar .solar__contact>.inner>a {
  width: 470px;
  padding: 55px 60px;
  background-color: #fff;
  margin: 0 13px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-solar .solar__contact>.inner>a:hover {
  border-color: #0154a6;
}

.business-solar .solar__contact>.inner>a:hover .contact__img.data {
  background-image: url(/image/sub/contact_icon01_on.png);
}

.business-solar .solar__contact>.inner>a:hover .contact__img.contact {
  background-image: url(/image/sub/contact_icon02_on.png);
}

.business-solar .solar__contact>.inner>a .contact__img {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.business-solar .solar__contact>.inner>a .contact__img.data {
  background-image: url(/image/sub/contact_icon01.png);
}

.business-solar .solar__contact>.inner>a .contact__img.contact {
  background-image: url(/image/sub/contact_icon02.png);
}

.business-solar .solar__contact>.inner>a .txt__wrap {
  margin-left: 20px;
}

.business-solar .solar__contact>.inner>a .txt__wrap .txt01 {
  font-size: 22px;
  color: #0154a6;
  font-weight: 600;
  line-height: 1em;
}

.business-solar .solar__contact>.inner>a .txt__wrap .txt02 {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}

.business-solar .smart__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
  border: 1px solid #d2dbe6;
}

.business-solar .smart__banner .banner__img {
  width: 50%;
}

.business-solar .smart__banner .banner__img img {
  width: 100%;
}

.business-solar .smart__banner .banner__txt {
  width: 50%;
  padding: 50px 75px;
}

.business-solar .smart__banner .banner__txt>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.business-solar .smart__banner .banner__txt>li:last-child {
  margin-bottom: 0;
}

.business-solar .smart__banner .banner__txt>li>p:first-child {
  width: 75px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 15px;
}

.business-solar .smart__banner .banner__txt>li>p:first-child.green {
  background-color: #00ab56;
}

.business-solar .smart__banner .banner__txt>li>p:first-child.blue {
  background-color: #2e75c9;
}

.business-solar .smart__banner .banner__txt>li>p:last-child {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.business-solar .smart__img {
  margin-top: 110px;
}

.business-solar .smart__img img {
  margin: auto;
  width: 100%;
}

.business-portfolio {
  padding-bottom: 140px;
}

.business-tech .tab--style04,
.business-portfolio .tab--style04,
.business-portfolio .tab--style02 {
  margin-top: 75px;
}

.business-portfolio .pf__list {
  margin-top: 90px;
}

.business-portfolio .pf__list>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 130px;
}

.business-portfolio .pf__list>div:last-child {
  margin-bottom: 0;
}

.business-portfolio .pf__list .list__thumb {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 28%;
}

.business-portfolio .pf__list .list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.business-portfolio .pf__list .list__info {
  width: 50%;
  padding-left: 70px;
}

.business-portfolio .pf__list .list__info .txt01 {
  font-size: 18px;
  font-weight: 500;
  color: #0154a6;
}

.business-portfolio .pf__list .list__info .txt02 {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1em;
}

.business-portfolio .pf__list .list__info .info__list {
  margin-top: 45px;
  border: 2px solid #ddd;
  padding: 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.business-portfolio .pf__list .list__info .info__list>li {
  width: 50%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.business-portfolio .pf__list .list__info .info__list>li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.business-portfolio .pf__list .list__info .info__list>li>p:first-child {
  width: 100px;
  font-size: 18px;
}

.business-portfolio .pf__list .list__info .info__list>li>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #999;
  line-height: 1.3em;
}

.business-portfolio .pf__list .list__cont {
  width: 100%;
  border-top: 2px solid #000;
  margin-top: 65px;
  padding-top: 50px;
}


.business-portfolio .pf__list .list__cont>p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px;
  color: #666;
  word-break: keep-all;
  line-height: 1.4em;
}

/*BUSINESS -기술/인증*/
.business-tech .tab--style02 {
  margin-top: 75px;
}

.business-tech .tech__banner {
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 105px;
  background-position: center;
}

.business-tech .tech__inner {
  background-color: #fff;
  padding-top: 85px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 200px;
  margin-top: -120px;
}

.business-tech .tech__inner.no-margin {
  margin-top: 0;
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
}

.business-tech .tech__inner .txt01 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}

.business-tech .tech__inner .txt02 {
  text-align: center;
  margin-top: 30px;
  line-height: 1.5em;
  font-size: 23px;
  word-break: keep-all;
}

.business-tech .table__wrap.hiding {
  display: none;
}

.tech__year {
  margin: 95px auto 0 auto;
  background-color: #1f2c5c;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech__year nav {
  cursor: pointer;
}

.tech__year nav img {
  opacity: 0.6;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.tech__year nav:hover img {
  opacity: 1;
}

.tech__year>p {
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  margin: 0 45px;
}

.table__wrap {
  margin: auto;
}

.table__wrap.mt {
  margin-top: 75px;
}

.table__wrap table {
  width: 100%;
}

.table__wrap table.ac,
.table__wrap table .ac {
  text-align: center;
}

.table__wrap table .emp {
  background-color: #f9f9f9;
  font-weight: 600;
}

.table__wrap table td,
.table__wrap table th {
  border: 1px solid #ddd;
}

.table__wrap table tr th {
  padding: 25px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #f9f9f9;
  line-height: 1.4em;
}

.table__wrap table tr td {
  padding: 25px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.table__wrap table .hr {
  border-bottom: 2px solid #000;
}

.table__wrap table .tac {
  text-align: center;
}

.table__wrap table .data {
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2023-05-19 추가 s */
.table__wrap table td .td__conts {
  display: flex;
  align-items: center;
}

.table__wrap table td .td__conts > div + div {
  margin-left: 40px;
}

.table__wrap table td .td__conts table th {
  padding: 10px;
  font-size: 13px;
}

.table__wrap table td .td__conts table td {
  padding: 10px;
  text-align: center;
  font-size: 13px;
}
/* // 2023-05-19 추가 e */

/*BUSINESS -기술/인증 >모듈 */
.business-tech .info__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 85px;
}

.business-tech .info__img img {
  width: 49%;
}

.business-tech.business-tech0204 .info__img img,
.business-tech.business-tech0203 .info__img img {
  width: 100%;
}

.business-tech.business-tech03 .info__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.business-tech.business-tech03 .info__img img {
  width: auto;
}

.business-tech03 .tech03_equipment {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 130px;
}

.business-tech03 .tech03_equipment>.inner {
  background: #f7f7f7;
  padding-bottom: 0;
}

.business-tech03 .tech03_equipment .equip_outer {
  width: 100%;
  margin: 70px 0 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.business-tech03 .tech03_equipment .equip_outer li {
  width: 24%;
  background: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 10px 55px 58px -64px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 55px 58px -64px rgba(0, 0, 0, 0.75);
}

.business-tech03 .tech03_equipment .equip_outer li:last-child {
  margin: 0;
}

.business-tech03 .tech03_equipment .equip_outer li .os_top {
  width: 100%;
}

.business-tech03 .tech03_equipment .equip_outer li .os_top>img {
  width: 100%;
}

.business-tech03 .tech03_equipment .equip_outer li .os_bot {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  padding: 20px 0;
}

.business-tech03 .performer_outer {
  background: #fff;
  padding: 135px 45px 45px 45px;
}

.business-tech03 .performer_outer .info__img {
  margin: 90px auto 0 auto;
}

/* 윤리경영 */
.manage-ethic {
  margin-bottom: 200px;
}

/*품질경영*/
.manage-quality .manage__banner {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 105px;
  position: relative;
}

.manage-quality .manage__inner {
  width: 100%;
  background-color: #fff;
  padding: 90px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: -160px;
}

.manage-quality .manage__inner .txt01 {
  margin-right: 70px;
}

.manage-quality .manage__inner .txt02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
  word-break: keep-all;
}

.manage-quality .manage__operating {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.manage-quality .manage__operating .sub__tit {
  margin-bottom: 60px;
}

.manage-quality .manage__operating .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manage-quality .manage__operating li {
  display: block;
  width: 32%;
  background: #fff;
  -webkit-box-shadow: 10px 55px 58px -64px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 55px 58px -64px rgba(0, 0, 0, 0.75);
}

.manage-quality .manage__operating li .os_top {
  width: 100%;
}

.manage-quality .manage__operating li .os_top img {
  width: 100%;
}

.manage-quality .manage__operating li .os_bot {
  padding: 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.manage-quality .manage__operating li .os_bot .os_tit {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 30px;
}

.manage-quality .manage__operating li .os_bot .os_desc {
  font-size: 16px;
  line-height: 1.5em;
  word-break: keep-all;
}

.manage-quality .manage__management {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 150px;
}

.manage-quality .manage__management .sub__tit {
  margin-bottom: 60px;
}

.manage-quality .manage__management .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manage-quality .manage__management .inner>div {
  width: 31%;
  border: 1px solid #ddd;
  border-bottom: 5px solid #0154a6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}

.manage-quality .manage__management .inner>div .mm_top img {
  margin: auto;
}

.manage-quality .manage__management .inner>div .mm_bot {
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.manage-quality .manage__management .inner>div .mm_bot span {
  color: #0154a6;
}

.manage-quality .manage__management .inner>div>p {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  margin-top: 7px;
}

/*나눔 경영*/
.manage-share .manage__banner {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 105px;
}

.manage-share .manage__inner {
  width: 100%;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
  margin-top: -120px;
  margin-bottom: 140px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 5px 0px #ddd;
  box-shadow: 1px 1px 5px 0px #ddd;
}

.manage-share .txt01 {
  width: 20%;
  font-size: 42px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  float: left;
}

.manage-share .txt01 img {
  display: block;
  margin: 0 auto;
}

.manage-share .txt02 {
  width: 80%;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
  float: left;
}

.manage-share .txt0201 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 40px;
}

.manage-share .txt0202 {
  font-size: 20px;
  margin-bottom: 35px;
}

.manage-share .txt0203 {
  font-size: 18px;
  margin-bottom: 40px;
}

.manage-share .btn--style01 {
  width: 180px;
}

.manage-share .hp_link {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  padding: 0 36px;
  color: #0154a6;
  border: 1px solid #0154a6;
}

.manage-share .hp_link span {
  float: left;
  color: #0154a6;
}

.manage-share .hp_link span img {
  margin: 14px 5px;
}

.manage-share .hp_link:hover {
  border-color: rgba(1, 84, 166, 0.5);
}

.manage-share .hp_link:hover span {
  color: rgba(1, 84, 166, 0.5);
}

/*사회공헌*/
.manage-social {
  padding-bottom: 250px;
}

.manage-social .social__tit {
  font-size: 35px;
  line-height: 1em;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-bottom: 110px;
}

.manage-social .social__tit::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #dadada;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.manage-social .social__section01 {
  padding: 115px 0 175px;
  background-color: #f9f9f9;
  margin-top: 125px;
}

.manage-social .social__section02 {
  margin-top: 160px;
}

.manage-social .social__section02 .social__wrap:not(:last-child) {
  margin-bottom: 180px;
}

.manage-social .social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manage-social .social__wrap.reverse {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manage-social .social__wrap.reverse .social__txt {
  margin-left: 80px;
}

.manage-social .social__wrap .social__txt {
  margin-left: 165px;
}

.manage-social .social__wrap .social__txt .txt01 {
  font-size: 17px;
  line-height: 1em;
  color: #acacac;
}

.manage-social .social__wrap .social__txt .txt02 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 20px;
}

.manage-social .social__wrap .social__txt .txt03 {
  margin-top: 37px;
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 440;
  word-break: keep-all;
}

/* 통합보고서*/
.manage-report {
  padding-bottom: 120px;
}

.manage-report .report__txt01 {
  text-align: center;
  margin-top: 45px;
  font-size: 24px;
  line-height: 1.4em;
}

.manage-report .report__txt01 span {
  color: #0154a6;
}

.manage-report .report_outer {
  width: 100%;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.manage-report .report_outer a {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 100px;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.manage-report .report_outer a:nth-child(4n) {
  margin-right: 0;
}

.manage-report .report_outer a:hover {
  color: #0154a6;
  border-bottom: 2px solid #0154a6;
}

.manage-report .report_outer a .report_top {
  width: 100%;
  height: 0;
  padding-top: 127%;
  overflow: hidden;
  position: relative;
}

.manage-report .report_outer a .report_top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.manage-report .report_outer a .report_bot {
  width: 100%;
  font-size: 19px;
  padding: 20px 45px 20px 0;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/image/sub/download_icon01.png);
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.manage-report .report_outer a:hover .report_bot {
  background-image: url(/image/sub/download_icon02.png);
  color: #0154a6;
}

/*미디어센터 - 뉴스룸*/
.media_news {
  margin-bottom: 110px;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 110px;
  margin-bottom: 90px;
}

.gallery__list>li {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 90px;
  cursor: pointer;
}

.gallery__list>li:nth-child(3n) {
  margin-right: 0;
}

.gallery__list>li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery__list>li .list__thumb {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.gallery__list>li .list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.gallery__list>li .list__thumb:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.gallery__list>li .list__brand {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
}

.gallery__list>li .list__tit {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 50px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery__list>li .list__date {
  font-size: 15px;
  color: #aaa;
}

.gallery__list .board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__list .board__pager>a {
  display: block;
  width: 19px;
  height: 32px;
  font-family: 'Poppins';
  font-size: 17px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 8px;
  line-height: 32px;
}

.gallery__list .board__pager>a.active {
  color: #0154a6;
  border-color: #0154a6;
}

.gallery__list .board__pager .prev {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_prev.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.gallery__list .board__pager .next {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_next.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}

/*미디어 센터 - 뉴스 뷰*/
.board_view .list__brand {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
  margin-top: 60px;
}

.board_view .sub__tit {
  text-align: center;
}

.board_view .list__tit {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4em;
  margin-bottom: 50px;
}

.board_view .list__date {
  font-size: 15px;
  font-weight: 400;
  color: #888;
}

.board_view .board-view-tit {
  border-bottom: 0;
  font-size: 15px;
  color: #aaa;
  border-bottom: 1px solid #ddd;
}

.board_view .board-view-tit span {
  margin-right: 20px;
}

.board_view .board-view-ct .u-editor {
  padding-top: 100px;
  min-height: 500px;
}


.board_view .board-view-ct .u-editor .image img {
  display: block;
  margin: auto;
}

.board_view .board-view-ct .u-editor p {
  line-height: 1.5em;
  font-size: 18px;
}

.board_view .board-view-nav {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}

.board_view .board-view-nav li {
  border-bottom: 1px dotted #ddd;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #f8f8f8;
  font-size: 15px;
  color: #f8f8f8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board_view .board-view-nav li:nth-child(1) img {
  float: right;
  margin: 20px 10px;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.board_view .board-view-nav li:nth-child(2) img {
  float: right;
  margin: 20px 10px;
  vertical-align: middle;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.board_view .board-view-nav li a {
  height: 50px;
  line-height: 50px;
  margin-left: 75px;
}

.board_view .board-view-nav .lb {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.board_view .btn__single {
  margin-top: 0;
}

.board_view .btn--style01 {
  width: 225px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #0154a6;
  text-align: center;
  color: #0154a6;
  font-weight: 600;
  margin: 90px auto;
}

.board_view .btn--style01 p {
  font-size: 17px;
}

/*미디어 센터 - 비디오갤러리*/
.media_video {
  margin-bottom: 110px;
}

.media_video .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 110px;
  margin-bottom: 90px;
}

.media_video .gallery__list>li {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 90px;
  cursor: pointer;
  position: relative;
}

.media_video .gallery__list>li:nth-child(3n) {
  margin-right: 0;
}

.media_video .gallery__list>li a {
  display: block;
  width: 100%;
  height: 100%;
}

.media_video .gallery__list>li .list__thumb {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.media_video .gallery__list>li .list__thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.media_video .gallery__list>li .list__thumb:after {
  content: "";
  width: 67px;
  height: 67px;
  background-image: url(/image/main/play_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.media_video .gallery__list>li .list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.media_video .gallery__list>li .list__brand {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
}

.media_video .gallery__list>li .list__tit {
  line-height: 34px;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 50px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media_video .gallery__list>li .list__date {
  font-size: 15px;
  color: #aaa;
}

.media_video .gallery__list .board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media_video .gallery__list .board__pager>a {
  display: block;
  width: 19px;
  height: 32px;
  font-family: 'Poppins';
  font-size: 17px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 8px;
  line-height: 32px;
}

.media_video .gallery__list .board__pager>a.active {
  color: #0154a6;
  border-color: #0154a6;
}

.media_video .gallery__list .board__pager .prev {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_prev.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.media_video .gallery__list .board__pager .next {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_next.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}

/*투자자 정보*/
.invest_electron {
  margin-bottom: 110px;
}

.search_box {
  width: 620px;
  height: 50px;
  border-bottom: 2px solid #000;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search_box select {
  width: 110px;
  line-height: 50px;
  height: 50px;
  background: url(/image/sub/media_news_icon01.png) no-repeat 90% 50%;
  cursor: pointer;
  border: none;
}

.search_box input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 50px;
  height: 50px;
  padding: 0px;
  border: none;
  background: none;
  width: 100%;
}

.search_box .search_btn {
  width: 50px;
  height: 50px;
  background-image: url(/image/sub/media_news_icon02.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 0;
}

.search_box label{
  font-size: 0;
  width: 0;
  height: 0;
}

.invest_electron .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 110px;
  margin-bottom: 90px;
}

.invest_electron .gallery__list>li {
  width: calc((100% - (25px * 1)) / 2);
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 40px 65px;
  border: 1px solid #ddd;
}

.invest_electron .gallery__list>li:nth-child(2n) {
  margin-right: 0;
}

.invest_electron .gallery__list>li a {
  display: block;
  width: 100%;
  height: 100%;
}

.invest_electron .gallery__list>li .list__brand {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
}

.invest_electron .gallery__list>li .list__tit {
  line-height: 34px;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.invest_electron .gallery__list>li .list__date {
  font-size: 15px;
  color: #aaa;
}

.invest_electron .gallery__list .board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest_electron .gallery__list .board__pager>a {
  display: block;
  width: 19px;
  height: 32px;
  font-family: 'Poppins';
  font-size: 17px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 8px;
  line-height: 32px;
}

.invest_electron .gallery__list .board__pager>a.active {
  color: #0154a6;
  border-color: #0154a6;
}

.invest_electron .gallery__list .board__pager .prev {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_prev.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.invest_electron .gallery__list .board__pager .next {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_next.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}

/*공시정보*/
.invest_public {
  margin-bottom: 110px;
}

.invest_public .public_list {
  border-top: 2px solid #0154a6;
}

.invest_public .public_list .list_top {
  background-color: #f8f8f8;
  font-weight: 600;
}

.invest_public .public_list>div,
.invest_public .public_list>a {
  display: flex;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.invest_public .public_list .list_date {
  width: 190px;
  padding: 25px 10px;
}

.invest_public .public_list .list_tit {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 25px 10px;
}

.invest_public .public_list .list_writer {
  width: 190px;
  padding: 25px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sample_box {
  height: 500px;
  line-height: 500px;
  font-size: 30px;
  color: #a3a3a3;
  text-align: center;
  margin-top: 85px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-style: dotted;
}

/*기업지배구조*/
.invest_organ {
  margin-bottom: 110px;
}

.invest_organ .organ__container {
  margin-top: 80px;
}

.invest_organ .organ__container .table__wrap {
  width: 100%;
}

.invest_organ .organ__container .table__wrap table {
  border-top: 1px solid #000;
}

.invest_organ .organ__container .table__wrap td {
  text-align: center;
}

.invest_organ .organ__container .table__wrap td.hasBorder {
  border-left: 1px solid #ddd;
}

.invest_organ .organ__container .txt__box {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 50px 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #888888;
}

.invest_organ .organ__container .organ__list {
  border-top: 1px solid #000;
}

.invest_organ .organ__container .organ__list .list__tit {
  padding: 25px 75px 25px 25px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-image: url(/image/sub/accordian_arrow01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.invest_organ .organ__container .organ__list .list__tit p {
  font-size: 19px;
  line-height: 1.4em;
}

.invest_organ .organ__container .organ__list .list__tit.active {
  background-image: url(/image/sub/accordian_arrow02.png);
}

.invest_organ .organ__container .organ__list .list__tit.active p {
  color: #0154a6;
}

.invest_organ .organ__container .organ__list .list__data {
  padding: 50px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  display: none;
}

.invest_organ .organ__container .organ__list .list__data p {
  font-size: 16px;
  color: #777777;
  line-height: 1.4em;
}

.invest_organ .tab--style04 {
  margin-top: 75px;
}

.recruit__banner {
  padding-top: 165px;
  padding-bottom: 100px;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 60px;
}

.recruit__banner .txt01 {
  font-size: 40px;
  color: #fff;
  line-height: 1.3em;
  word-break: keep-all;
}

.recruit__banner .txt02 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  word-break: keep-all;
}

.recruit__banner>a {
  margin: 65px auto 0 auto;
  display: block;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 63px;
  height: 65px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 280px;
}

.recruit__banner>a:hover {
  opacity: 0.7;
}

.recruit__banner>a span {
  color: #fff;
  font-size: 17px;
  padding-right: 30px;
  background-image: url(/image/sub/link_icon.png?v=2);
  background-repeat: no-repeat;
  background-position: 100% center;
}

/*재무정보*/
.invest_financial {
  margin-bottom: 110px;
}

.invest_financial .tab--style02 {
  margin-top: 75px;
}

/*주가정보*/
.invest_stock {
  margin-bottom: 110px;
}

/*IR자료실*/
.invest_ir {
  margin-bottom: 110px;
}

.invest_ir .tab--style02 {
  margin-top: 75px;
}

.invest_ir .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 110px;
  margin-bottom: 90px;
}

.invest_ir .gallery__list>li {
  width: calc((100% - (25px * 1)) / 2);
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 40px 65px;
  border: 1px solid #ddd;
  position: relative;
}

.invest_ir .gallery__list>li:nth-child(2n) {
  margin-right: 0;
}

.invest_ir .gallery__list>li a {
  display: block;
  width: 100%;
  height: 100%;
}

.invest_ir .gallery__list>li:hover .download_ir {
  background-image: url(/image/sub/invest_ir_icon.png);
}

.invest_ir .gallery__list>li .download_ir {
  width: 60px;
  height: 60px;
  background-image: url(/image/sub/invest_ir_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  bottom: 30px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.invest_ir .gallery__list>li .list__brand {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
}

.invest_ir .gallery__list>li .list__tit {
  line-height: 34px;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.invest_ir .gallery__list>li .list__date {
  font-size: 15px;
  color: #aaa;
}

.invest_ir .gallery__list .board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 85px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest_ir .gallery__list .board__pager>a {
  display: block;
  width: 19px;
  height: 32px;
  font-family: 'Poppins';
  font-size: 17px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 8px;
  line-height: 32px;
}

.invest_ir .gallery__list .board__pager>a.active {
  color: #0154a6;
  border-color: #0154a6;
}

.invest_ir .gallery__list .board__pager .prev {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_prev.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.invest_ir .gallery__list .board__pager .next {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(/image/sub/pager_next.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
}

.invest_public .table__top,
.invest_ir .table__top {
  margin-top: 80px;
}

/*IR 문의*/
.invest_inquiry .date_navigator {
  height: 85px;
  line-height: 85px;
  font-size: 29.99px;
  text-align: center;
  background: #1f2c5c;
  color: #fff;
  margin-top: 85px;
  font-family: 'Montserrat', sans-serif;
}

.invest_inquiry .date_navigator span {
  margin: 0 20px;
}

.invest_inquiry .date_navigator input[type="button"] {
  width: 50px;
  height: 50px;
  background: url(/image/sub/invest_ir_calender_icon.png) no-repeat center;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  font-size: 0;
}

.invest_inquiry .date_navigator input[type="button"]:hover {
  opacity: 1;
}

.invest_inquiry .date_navigator .cal_prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.invest_inquiry .calender caption {
  width: 100%;
}

.invest_inquiry .calender thead {
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.75);
}

.invest_inquiry .calender thead th {
  height: 75px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.invest_inquiry .calender tbody {
  margin-top: 3px;
}

.invest_inquiry .calender tbody th,
.invest_inquiry .calender tbody td {
  width: calc(100%/7);
  height: 120px;
  border: 1px solid #ddd;
  font-size: 17.99px;
  font-weight: 700;
  color: #555;
  padding: 20px;
  vertical-align: top;
  position: relative;
}

.invest_inquiry .calender tbody td span{
  display: none;
}

.invest_inquiry .calender .appoi {
  width: 100px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #0154a6;
  color: #0154a6;
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.invest_inquiry .calender .appoi:hover {
  background: #0154a6;
  color: #fff;
  border: 1px solid #0154a6;
}

.invest_inquiry .calender .appoinment_done {
  border: 1px solid #c8c8cc;
  color: #c8c8cc;
  background: #f3f3f3;
}

.invest_inquiry .calender .appoinment_done:hover {
  border: 1px solid #c8c8cc;
  color: #c8c8cc;
  background: #f3f3f3;
}

.invest_inquiry .calendar-mo>li {
  border-bottom: 1px solid #ddd;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invest_inquiry .calendar-mo>li>p {
  font-size: 24px;
  color: #404040;
}

.invest_inquiry .calendar-mo>li .btn--style01 {
  min-width: 140px;
  height: 50px;
  line-height: 48px;
}

.invest_inquiry .inquery_info {
  margin-top: 60px;
  margin-bottom: 200px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.invest_inquiry .inquery_info .info_box {
  width: calc(100% / 4);
  height: 100%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invest_inquiry .inquery_info .info_box:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 50px;
  border-right: 2px solid #ddd;
}

.invest_inquiry .inquery_info .info_box:last-child:before {
  border: none;
}

.invest_inquiry .inquery_info .info_box .info_L {
  width: 40%;
  height: 100%;
  padding: 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.invest_inquiry .inquery_info .info_box .info_L img {
  width: 50px;
  height: 50px;
}

.invest_inquiry .inquery_info .info_box .info_R {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.invest_inquiry .inquery_info .info_box .info_R .info_tit {
  line-height: 1.5em;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.invest_inquiry .inquery_info .info_box .info_R .info_desc {
  line-height: 1.4em;
  font-size: 19px;
  font-weight: 800;
  color: #222;
}

/*IR 문의_view*/
.invest_inquiry_view {
  margin-bottom: 140px;
}

.invest_inquiry_view .sub__tit03 {
  font-size: 18px;
  color: #333;
  word-break: keep-all;
}

.invest_inquiry_view .recruit__regist {
  margin-top: 90px;
}

.invest_inquiry_view .recruit__regist .color_blue {
  color: #0154a6;
  margin-left: 5px;
}

.invest_inquiry_view .recruit__regist .form__tit {
  overflow: hidden;
}

.invest_inquiry_view .recruit__regist .form__tit p {
  float: left;
}

.invest_inquiry_view .recruit__regist .form__tit p:nth-child(1) {
  font-size: 22px !important;
  font-weight: 800;
  margin-right: 20px;
}

.invest_inquiry_view .recruit__regist .form__tit p:nth-child(2) {
  font-size: 15px !important;
  color: #666 !important;
  font-weight: 500;
}

.invest_inquiry_view .recruit__regist .form__tit p:nth-child(3) {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #666;
  float: right;
}

.invest_inquiry_view .submit_box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 75px;
}

.invest_inquiry_view .submit_box>a {
  margin: 0 5px;
}

/*IR 문의_confirm*/
.invest_inquiry_confirm {
  text-align: center;
  padding-bottom: 200px;
  padding-top: 150px !important;
}

.invest_inquiry_confirm .sub__tit img {
  display: inline;
}

.invest_inquiry_confirm .sub__tit03 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 110px;
}

.invest_inquiry_confirm .btn--style01 {
  width: 225px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #0154a6;
  text-align: center;
  color: #0154a6;
  font-weight: 600;
}

/*고객센터 -다운로드 센터*/
.service_download .tab--style04 {
  margin-top: 75px;
}

.service_download .tab--style03 {
  margin-bottom: 110px;
}

.service_download .gallery_list_tit {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1em;
}

.service_download .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 90px;
}

.service_download .gallery__list>li {
  width: calc((100% - (25px * 1)) / 2);
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  padding: 40px 65px;
  border: 1px solid #ddd;
  position: relative;
}

.service_download .gallery__list>li:nth-child(2n) {
  margin-right: 0;
}

.service_download .gallery__list>li .down_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_download .gallery__list>li .down_box .btn--style01 {
  width: 130px;
  min-width: auto;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}

.service_download .gallery__list>li .down_box .btn--style01 p {
  padding-right: 18px;
  background: url(/image/sub/download_icon_color.png) no-repeat 100% center;
  position: relative;
  display: inline-block;
}

.service_download .gallery__list>li .down_box .btn--style01:hover p {
  color: #fff;
  background: url(/image/sub/download_icon_color02.png) no-repeat 100% center;
}

.service_download .gallery__list>li .list__brand {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0154a6;
  text-decoration: underline;
  margin-bottom: 20px;
}

.service_download .gallery__list>li .list__tit {
  line-height: 34px;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*고객센터 - 대리점 안내*/
.service_agent>div {
  margin-top: 85px;
  margin-bottom: 200px;
}

.service_agent .agent_menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_agent li {
  font-size: 18px;
  text-align: center;
  padding: 25px 0;
}

.service_agent li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_agent li:nth-child(1),
.service_agent li:nth-child(4),
.service_agent li:nth-child(5) {
  width: 260px;
}

.service_agent li:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_agent li:nth-child(2),
.service_agent li:nth-child(6) {
  width: 160px;
}

.service_agent .agent_menu_tit {
  background: #f8f8f8;
  color: #000;
  border-top: 2px solid #0154a6;
  border-bottom: 1px solid #ddd;
}

.service_agent .agent_menu_list {
  color: #666;
  border-bottom: 1px solid #ddd;
}

.service_agent .agent_menu_list img {
  display: inline;
  vertical-align: middle;
}

.service_agent .agent_menu_list li {
  text-align: center;
}


.service_agent .agent_menu_list li:first-child {
  justify-content: center;
}

.service_agent .agent_menu_list li:first-child>a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.service_agent .agent_menu_list .list_logo {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

.service_agent .agent_menu_list .list_logo img {
  max-width: 140px;
  max-height: 40px;
}

.service_agent .agent_menu_list .btn--style01 {
  width: 100px;
  min-width: auto;
  height: 40px;
  line-height: 40px;
  margin: auto;
}

.service_agent .location_map {
  width: 100%;
  background: #f6f6f6;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: none;
}

.service_agent .map_on {
  display: none;
}

.service_agent .location_map .map__info {
  margin-top: 45px;
  display: none;
}

.service_agent .location_map .map__info>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_agent .location_map .map__info>div:not(:last-child) {
  margin-bottom: 20px;
}

.service_agent .location_map .map__info>div>p:first-child {
  width: 120px;
  font-size: 20px;
  color: #222222;
}

.service_agent .location_map .map__info>div>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  color: #666666;
}

/*고객센터 - 온라인문의*/
.service_contact {
  margin-bottom: 140px;
}

.service_contact .sub__tit {
  margin-bottom: 110px;
}

/* 테이블 공통 */
.table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table__top.mt {
  margin-top: 100px;
}

.table__top .top__tit {
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
}

.table__top .top__tit span {
  display: block;
  font-size: 18px;
  color: #0154a6;
  font-weight: 500;
  margin-top: 10px;
}

.table__top .top__stit {
  font-size: 18px;
}

.table__top .top__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__top .top__download>a {
  height: 40px;
  line-height: 40px;
  border: 1px solid #a1c0de;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  padding: 0 15px;
}

.table__top .top__download>a:not(:last-child) {
  margin-right: 8px;
}

.table__top .top__download>a span {
  color: #236bb2;
  padding-right: 18px;
  background: url(/image/sub/download_icon_color.png) no-repeat 100% center;
  position: relative;
  z-index: 99;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.table__top .top__download>a:hover {
  border-color: #0154a6;
}

.table__top .top__download>a:hover span {
  color: #fff;
  background: url(/image/sub/download_icon_color02.png) no-repeat 100% center;
}

.table__top .top__download>a:hover:after {
  background-color: #0154a6;
  border-color: #0154a6;
}

.table__top .top__download>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.etc-page {
  padding-bottom: 130px;
}

.etc-page .etc__wrap {
  margin-top: 75px;
  font-size: 16px;
  line-height: 2em;
  word-break: keep-all;
}

.etc-page h5 {
  font-size: 24px;
}

.etc-page h6 {
  font-size: 20px;
}

.board_ex{
  display: none;
}

.board--style01 {
  margin-top: 115px;
}

.board--style01 > a{
  display: block;
}

.board--style01 .board__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 25px 0;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #0154a6;
  border-bottom: 1px solid #ddd;
}

.board--style01 .board__top>div {
  color: #000;
  font-size: 18px;
}

.board--style01 .board__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board--style01 .board__num {
  width: 160px;
  text-align: center;
  font-size: 17px;
  color: #333;
}

.board--style01 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__tit p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__date {
  width: 240px;
  text-align: center;
  font-size: 17px;
  color: #666;
}

.board--style01 .board__file {
  width: 200px;
  text-align: center;
}


.board--style01 .board__hit {
  width: 120px;
  text-align: center;
}

.board--style01 .board__file .btn--style01 {
  height: 40px;
  line-height: 40px;
  width: 140px;
  min-width: auto;
  margin: auto;
}

.board--style01 .board__file .btn--style01 p {
  padding-right: 18px;
  background: url(/image/sub/download_icon_color.png) no-repeat 100% center;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style01 .board__file .btn--style01:hover p {
  background: url(/image/sub/download_icon_color02.png) no-repeat 100% center;
}

/* 검색결과  */
.search-page {
  padding-bottom: 250px;
}

.search-page .search_form {
  border: 1px solid #ddd;
  padding: 60px 0;
  margin-top: 85px;
}

.search-page .search_form label{
  font-size: 0;
  width: 0;
  height: 0;
}

.search-page .search_form .form_wrap {
  width: 910px;
  border-bottom: 1px solid #ddd;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-page .search_form .form_wrap input {
  border: none;
  height: 65px;
  flex: 1;
  line-height: 65px;
  font-size: 26px;
  color: #0154a6;
  font-weight: 600;
}

.search-page .search_form .form_wrap button {
  width: 75px;
  height: 65px;
}

.search-page .search_form .form_wrap button img {
  margin: auto;
}


.search-page .result_none {
  margin-top: 125px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

.search-page .result_wrap {
  margin-top: 125px;
}

.search-page .result_wrap .result_tit {
  font-size: 36px;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  font-weight: 300;
}

.search-page .result_wrap .result_tit span {
  margin-left: 18px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

.search-page .result_wrap .result_tit span b {
  color: #555;
}

.search-page .result_wrap .gallery__list,
.search-page .result_wrap .module__list {
  margin-top: 50px;
  margin-bottom: 0;
}


.search-page .result_board>a {
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
  display: block;
}

.search-page .result_board>a:hover {
  background-color: #f8f8f8;
}

.search-page .result_board .board_tit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 13px;
}

.search-page .result_board .board_desc {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  white-space: normal;
  line-height: 1.5em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 2023-06-19 추가 s */
.cctv-policy .tb_policy {
  margin: 10px 0;
  padding: 15px 12px;
  border-top: 2px solid rgb(77, 77, 77);
  border-bottom: 1px solid rgb(237, 237, 237);
  box-sizing: border-box;
}

.cctv-policy .tb_policy thead {
  text-align: center; 
  background: rgb(249, 249, 249); 
  border-bottom: 1px solid rgb(221, 221, 221);
}

.cctv-policy .tb_policy thead th {
  padding: 12px;
  border-right: 1px solid rgb(221, 221, 221);
}

.cctv-policy .tb_policy td {
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid rgb(237, 237, 237);
  border-bottom: 1px solid rgb(237, 237, 237);
}

.cctv-policy .tb_policy tr .last {
  border-right: none;
}
/* // 2023-06-19 추가 e */

.readEdit {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

@media all and (max-width: 1450px) {

  .business-solar .tab--style04 {
    margin-left: 0;
    margin-right: 0px;
  }

  .business-solar .tab--style04 nav {
    width: 100%;
  }

  .business-solar .tab--style04 nav .tab__btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }

  .manage-social .social__wrap .social__img {
    width: 500px;
  }

  .manage-social .social__wrap .social__img img {
    width: 100%;
  }

  .manage-social .social__wrap .social__txt {
    margin-left: 120px;
  }

  .manage-social .social__wrap.reverse .social__txt {
    margin-left: 10%;
  }

  .business-module .view__top .top__img {
    width: 500px;
  }

  .business-solar .solar__solution .solution__slide {
    width: 1000px;
  }

  .service_agent .agent_menu_list li:nth-child(3),
  .service_agent .agent_menu_tit li:nth-child(3),
  .service_agent .agent_menu_list li:nth-child(4),
  .service_agent .agent_menu_tit li:nth-child(4),
  .service_agent .agent_menu_list li:nth-child(5),
  .service_agent .agent_menu_tit li:nth-child(5) {
    display: none;
  }

  .service_agent .location_map .map__info {
    display: block;
  }

  .service_agent .agent_menu_tit li:nth-child(2),
  .service_agent .agent_menu_list li:nth-child(2) {
    width: auto;
    flex: 1;
    justify-content: flex-start;
    text-align: left;
  }

  .service_agent .agent_menu_list .list_logo {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1440px) {
  .company-current .current__cont01 .para01 {
    display: none;
  }

  .company-current .current__cont01 .para02 {
    display: block;
  }

  .company-current .current__cont01 .cont01__img {
    position: initial;
    margin-bottom: 75px;
  }

  .company-current .current__cont01 .cont01__list {
    width: 100%;
  }

  .company-current .current__cont01 .cont01__list>li {
    border-bottom: 1px solid #333;
  }

  .company-current .current__cont01 .cont01__list>li>p {
    color: #222;
  }

  .company-current .current__cont03 .cont03__list>button .list__active {
    padding: 90px 45px 50px 45px;
  }

  .company-current .current__cont03 .cont03__list .para04 {
    word-break: keep-all;
  }

  .company-current .current__cont03 .cont03__list .para04 br {
    display: none;
  }

  .company-current .current__cont01 .cont01__list>li {
    padding: 45px 0;
  }

  .company-current .current__cont01 .cont01__list>li>p:first-child {
    width: 200px;
    font-size: 28px;
  }

  .company-current .current__cont01 .cont01__list>li>p {
    font-size: 28px;
  }

  .company-global .section__global .global__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
  }

  .company-global .section__global .global__list>li {
    width: 100%;
  }

  .company-global .section__global .global__list>li:not(:last-child) {
    margin-bottom: 25px;
  }

  .company-global .section__global .global__list .list__info>li .txt03 br {
    display: none;
  }

  .company-global .section__global .global__list>li .txt01 {
    font-size: 28px;
    line-height: 1em;
  }

  .company-global .section__global .global__list .list__info>li .txt02 {
    font-size: 24px;
    padding-left: 40px;
    background-size: 25px;
    width: 150px;
  }

  .company-global .section__global .global__list .list__info>li .txt03 {
    font-size: 24px;
  }

  .invest_inquiry .inquery_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #ddd;
  }

  .invest_inquiry .inquery_info .info_box {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
  }

  .invest_inquiry .inquery_info .info_box:before {
    display: none;
  }

  .invest_inquiry .inquery_info .info_box .info_L {
    padding: 0;
    width: auto;
    margin-right: 45px;
  }

  .invest_inquiry .inquery_info .info_box .info_R {
    padding: 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .invest_inquiry .inquery_info .info_box:nth-child(3),
  .invest_inquiry .inquery_info .info_box:nth-child(4) {
    border-top: 1px solid #ddd;
  }

  .invest_inquiry .inquery_info .info_box:nth-child(1),
  .invest_inquiry .inquery_info .info_box:nth-child(3) {
    border-right: 1px solid #ddd;
  }

  .business-solar .smart__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .business-solar .smart__banner .banner__img {
    width: 100%;
    background-color: #fff;
  }

  .business-solar .smart__banner .banner__img img {
    width: auto;
    margin: auto;
  }

  .business-solar .smart__banner .banner__txt {
    width: 100%;
  }

  .business-solar .solar__spec .spec__list li:last-child .list__txt {
    margin-left: 0;
  }

  .business-solar .solar__spec .spec__list .list__img {
    width: 45%;
  }

  .business-solar .solar__setup .setup__img,
  .business-solar .solar__step .step__img {
    padding: 50px
  }

  .business-solar .solar__setup .setup__img img,
  .business-solar .solar__step .step__img img {
    width: 100%;
  }
}

@media all and (max-width: 1400px) {
  .manage-quality .manage__operating li .os_bot .os_tit {
    font-size: 24px;
  }

  .manage-quality .manage__operating li .os_bot .os_desc br {
    display: none;
  }

  .table__wrap {
    overflow: hidden;
    overflow-x: scroll;
  }
}

@media all and (max-width: 1300px) {
  .addr__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .addr__info .info__list {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .company-global .section__global .global__map .map__img>img {
    width: 100%;
  }

  .business-module .view__spec .spec__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .business-module .view__spec .spec__list>li {
    width: 32%;
    margin: 0 1% 2% 1%;
    padding: 35px 0;
  }

  .business-module .view__spec .spec__list>li>p {
    font-size: 18px;
    margin-top: 25px;
  }

  .business-solar .soloar__fields .fields__list .list__txt .txt02 {
    word-break: keep-all;
  }

  .business-solar .soloar__fields .fields__list .list__txt .txt02 br {
    display: none;
  }

  .business-solar .solar__info.vpp .section02 img,
  .business-solar .solar__info.vpp .section01__wrap img {
    max-width: 100%;
  }

  .business-solar .solar__info.vpp .container02__list {
    flex-wrap: wrap;
  }

  .business-solar .solar__info.vpp .container02__list>li {
    width: 100%;
    background-size: 40px center;
  }

  .business-solar .solar__info.vpp .container02__list>li:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 1240px) {
  .business-solar .solar__info.industry .section01 img {
    width: 90%;
  }

  .business-solar .solar__info.vpp .section01__container01 .tit02 {
    margin-bottom: 96px;
  }

  .business-solar .solar__info.vpp .section01__wrap {
    margin-top: 95px;
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .business-solar .solar__info.vpp .section01__container01 {
    margin-bottom: 75px;
    padding-bottom: 95px;
  }
  
  /* 2023-04-10 추가 s */
  .company-vision .vision__section01 .img-area {width: 35%;}
  .company-vision .vision__section01 .txt-area {width: 65%;}
  .company-vision .vision__section04 .section04__list > li + li {margin-left: 15px;}
  .company-vision .vision__section04 .section04__list > li .txt01 img {width: 100%;}
  .company-vision .vision__section04 .section04__list > li + li .txt01::before {z-index: -1;}
  .company-vision .vision__section05 .section05__list li {padding: 50px 20px;}
  /* // 2023-04-10 추가 e */
}
