@charset "UTF-8";

a {
	text-decoration: none !important;
	color: #222;
}


.show-768{display:none}
@media(max-width:768px) {
	.show-768{display:block;}
	.hide-768{display:none}
}


.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(../../img/product/business02/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: 30px;
}

.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(../../img/product/business02/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(../../img/product/business02/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="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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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%);
}

.company-vision .vision__section01 {
  background-color: #f9f9f9;
  padding: 120px 0 230px;
  margin-top: 125px;
}

.company-vision .vision__section01 img {
  margin: 90px auto 0 auto;
}

.company-vision .vision__section02 {
  padding-top: 100px;
  margin-top: -100px;
  background-color: #fff;
}

.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(../../img/product/business02/marker_icon.png);
}

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

.addr__info .txt02.tel {
  background-image: url(../../img/product/business02/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: 35%;
  left: 39%;
}

.company-global .section__global .global__map .spot.spot02 {
  top: 61%;
  left: 43%;
}

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

.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: 32%;
  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(../../img/product/business02/marker_icon.png);
}

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

.company-global .section__global .global__list .list__info>li .txt02.mail {
  background-image: url(../../img/product/business02/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(../../img/product/business02/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 .list_box {  display: block;  background-color: #f7f7f7;border:5px solid #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 .list_box:last-child {  margin-bottom: 0;}
.module__list .list_box:hover {  border:5px solid #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: 20px;  font-size: 22px;  color: #999;  -webkit-transition: all ease .3s;  transition: all ease .3s;}
.module__list .list__info .info__list {  margin-top: 20px;  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;  margin-right: 1%;  padding: 5px 30px 10px 30px;  border: 1px solid #ddd;border-radius:50px;  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: 0;  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(../../img/product/business02/module_icon01.png);}
.module__list .list__info .info__list .list__icon.icon02 {  background-image: url(../../img/product/business02/module_icon02.png);}
.module__list .list__info .info__list .list__icon.icon03 {  background-image: url(../../img/product/business02/module_icon03.png);}
.module__list .list__info .info__list .list__icon.icon04 {  background-image: url(../../img/product/business02/module_icon04.png);}

.module__list .list__info .info__list2 {  margin-top: 20px;}
.module__list .list__info .info__list2>li {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  margin-top: 10px;padding-top: 10px;}
.module__list .list__info .info__list2>li:first-child { border-top:2px solid #0154a6;}
.module__list .list__info .info__list2>li:last-child {   }
.module__list .list__info .info__list2>li>p:first-child {  width: 75px;  font-size:18px;  font-weight: 500;   text-align: justify;}
.module__list .list__info .info__list2>li>p:last-child {  -webkit-box-flex: 1;  -ms-flex: 1;  flex: 1;  font-size: 18px;  color: #999;}

.module__list .img_box {text-align:center}
.module__list .img_box img{max-width:100%;text-align:center}

.module__list .type_b05_01 th, 
.module__list .type_b05_01 td {font-size:14px;padding:15px;}

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

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

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

.business-inverte .inverte__list .list__info .info__list .list__icon.icon_04 {
  background-image: url(../../img/product/business02/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(../../img/product/business02/down_img_on.png) !important;
}

.business-module .view__banner {
  background-image: url(../../img/product/business02/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;
  text-align:center;
}

.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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/contact_icon01_on.png);
}

.business-solar .solar__contact>.inner>a:hover .contact__img.contact {
  background-image: url(../../img/product/business02/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(../../img/product/business02/contact_icon01.png);
}

.business-solar .solar__contact>.inner>a .contact__img.contact {
  background-image: url(../../img/product/business02/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;
}

/*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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/link_icon.png);
  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(../../img/product/business02/invest_ir_icon.png);
}

.invest_ir .gallery__list>li .download_ir {
  width: 60px;
  height: 60px;
  background-image: url(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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(../../img/product/business02/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;
}

.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;
  }
}




/* ¸ð¹ÙÀÏ ½ÃÀÛ*/
@media (max-width: 1199px) {
.sub__lnb .lnb__nav>a{padding: 0 8px;margin-right: 25px;}
.company-current .current__cont03 .cont03__list{flex-wrap: wrap;}
.company-current .current__cont03 .cont03__list>button{width: 100%; margin-right: 0; height: 250px; position: relative;}
.company-current .current__cont03 .cont03__list>button:not(:last-child){margin-bottom: 20px; box-shadow: none;}
.company-current .current__cont03 .cont03__list>button.active{flex: auto; height: 0; padding-top: 60%;}
.company-current .current__cont03 .cont03__list .list__bg img{width: 100%; position: absolute; top: 50%; transform: translateY(-50%);}

.company-current .current__cont03 .cont03__list>button .list__active{min-height: 370px; padding-top: 140px;}
.company-current .current__cont03 .cont03__list .para03{font-size: 40px;}
.company-current .current__cont03 .cont03__list .para04{font-size: 22px;}

.company-current .current__cont03 .cont03__list>button .list__default{top: 55%; transform: translateY(-50%);}

.company-current .current__cont03 .cont03__list .para01{font-size: 28px;}
.company-current .current__cont03 .cont03__list .para01::before{width: 55px; height: 55px;}
.company-current .current__cont03 .cont03__list .para02{font-size: 30px;}

.company-global .section__map .map__addr .addr__info .info__list{flex-wrap: wrap;}
.company-global .section__map .map__addr .addr__info .info__list>li{margin-right: 0; width: 100%;}
.company-global .section__map .map__addr .addr__info .info__list>li:not(:last-child){margin-bottom: 25px;}
.company-global .section__map .map__addr .addr__info .txt02{width: 120px;}

.company-global .section__global .global__map .spot.spot01{top: 34%; left:37%;}
.company-global .section__global .global__map .spot.spot02{top: 61%; left: 41%;}
.company-global .section__global .global__map .spot.spot03{top: 28%; left: 72%;}

.service_download .gallery__list>li .down_box{flex-wrap: wrap; justify-content: space-between;}
.service_download .gallery__list>li .down_box .btn--style01{width: 49%; margin: 0 0 10px 0;}
.service_download .gallery__list>li .down_box .btn--style01:nth-last-child(-n + 2){margin-bottom: 0;}

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

.file-upload__wrap .file-upload .upload-name{width: 300px;}

.company-intro .intro__top .top__txt{transform: none; width: 100%; position: absolute; top: 0px;left: 0; z-index: 1;}
.company-intro .intro__top .top__img{position: relative; z-index: 2; margin-left: auto; margin-top: 75px;}

.manage-quality .manage__inner .txt02 br{display: none;}
.manage-quality .manage__operating .inner{ flex-wrap: wrap;}
.manage-quality .manage__operating li{width: 100%; display: flex; align-items: center; box-shadow: none;}
.manage-quality .manage__operating li:not(:last-child){margin-bottom: 45px;}
.manage-quality .manage__operating li .os_top{width: 43%; height: 0; position: relative; padding-top: 24%; overflow: hidden;}
.manage-quality .manage__operating li .os_top img{width: 100%; position: absolute; top: 0; left: 0;}
.manage-quality .manage__operating li .os_bot{flex: 1; width: auto; padding: 0; text-align: left; padding-left: 40px; padding-right: 40px;}

.manage-social .social__section02 .social__wrap:not(:last-child){margin-bottom: 120px;}
.manage-social .social__wrap.reverse .social__txt{margin-left: 0px;}
.manage-social .social__wrap .social__txt{margin-left: 90px;}

.manage-social .social__wrap .social__img{width: 400px;}
.manage-social .social__wrap .social__txt{margin-left: 75px;}
.manage-social .social__section02 .social__wrap:not(:last-child){margin-bottom: 100px;}


.manage-report .report_outer a{width: 32%; margin-right: 2%;}
.manage-report .report_outer a:nth-child(4n){margin-right: 2%;}
.manage-report .report_outer a:nth-child(3n){margin-right: 0;}

.module__list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.module__list .list_box{flex-direction: column; width:100%; padding: 15px;}
.module__list .list_box:last-child{margin-bottom: 45px;}
.module__list .list__img{width: 100%;}
.module__list .list__img img{max-width: 100%;}
.module__list .list__info{flex: ; width: 100%; margin-top: 5px;}
.module__list .list__info .txt01,
.module__list .list__info .txt02{text-align: center;}
.module__list .list__info .info__list>li{margin-top:5px;padding:5px 10px}
.module__list .list__info .info__list>li p{margin:0;}
.module__list .list__info .info__list2>li{font-size:14px;}
.module__list .list__info .info__list2>li>p:first-child{font-size:14px;}
.module__list .list__info .info__list2>li>p:last-child{font-size:14px;}

.business-portfolio .pf__list .list__thumb{width: 100%; padding-top: 0; height: auto; overflow: visible;}
.business-portfolio .pf__list .list__thumb img{position: inherit; }
.business-portfolio .pf__list .list__info{padding-left: 0; width: 100%; margin-top: 45px;}
.company-history > .inner02 .tab--style01{display: none;}
.company-history .history__list{margin-top: 0;}
.company-history .history__banner{margin-bottom: 120px;}
.search-page .search_form{padding: 60px 40px;}
.search-page .search_form .form_wrap{width: 100%;}

.business-solar .solar__info.industry .section02 .solution__wrap>li{padding: 50px;}
.business-solar .solar__solution .solution__slide{width: 80%;}

.business-solar .solar__info.home .info__module{flex-wrap: wrap;}
.business-solar .solar__info.home .info__module .module__img{width: 100%; padding: 75px 0; border-right: none; border-bottom: 1px solid #ddd;}
.business-solar .solar__info.home .info__module .module__txt{padding: 75px;}
.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt01{font-size: 50px;}
.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt02{font-size: 22px; word-break: keep-all;}
.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt03{font-size: 16px; margin-top: 20px; word-break: keep-all;}
.business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt03 br{display: none;}
.business-solar .solar__spec .spec__list .list__txt .txt__wrap{padding-left: 70px;}
.business-solar .solar__spec .spec__list .list__txt{margin-left: 45px;}
}

@media all and (max-width:1100px) {
  .company-vision .vision__img01 img{width: 100%;}
  .manage-quality .manage__management .inner {flex-wrap: wrap; flex-direction: column; align-items: center;}
  .manage-quality .manage__management .inner > div{width: 500px;}
  .manage-quality .manage__management .inner > div:not(:last-child){margin-bottom: 75px;}

  .company-vision .vision__section03 img,
  .company-vision .vision__section01 img{width: 100%;}

  .business-module .view__top{flex-wrap: wrap;}
  .business-module .view__top .top__img{margin-right: 0; width: 100%;}
  .business-module .view__top .top__info{margin-top: 45px; padding-top: 0; width: 100%;}

  .business-tech03 .tech03_equipment .equip_outer{flex-wrap: wrap;}
  .business-tech03 .tech03_equipment .equip_outer li{width: 49%; margin-bottom: 2%; box-shadow: none;}

  .company-history .history__list{width: 100%; margin: 0;}
}

/* Å¸ºí·¿ ¼¼·Î */
@media all and (max-width:1024px) {
  .sub__lnb .lnb__path{display: none;}
  .sub__lnb .inner{padding: 0; margin: 0;}
  .sub__lnb .inner .lnb__container{width: 50%; position: relative;}
  .sub__lnb .inner .lnb__container:first-child::before{content: ""; width: 1px; height: 40px; background-color: rgba(256, 256, 256, .4); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
  .sub__lnb .lnb__tit{background-color: #0154a6; padding: 30px; font-size: 24px; color: #fff; background-image: url(../../img/product/business02/lnb_arrow02.png); background-repeat: no-repeat; background-position: 95% center; background-size: 25px;} 
  .sub__lnb .lnb__tit.active{background-image: url(../../img/product/business02/lnb_arrow03.png);}
  .sub__lnb .lnb__nav{display: none; position: absolute; width: 100%; flex-direction: column; padding: 30px; background-color: #fff; z-index: 1; border: 1px solid #ddd;}
  .sub__lnb .lnb__nav>a{padding: 0; margin: 0; font-size: 22px;}
  .sub__lnb .lnb__nav>a:not(:last-child){margin-bottom: 25px;}
  .sub__lnb .lnb__nav>a.active{color: #222;}
  .sub__lnb .lnb__nav>a.active::before{display: none;}

  .company-current .current__cont01{margin-top: 100px; padding-top: 0;}
  .company-current .current__cont01 .cont01__list>li{padding: 30px 0;}
  .company-current .current__cont01 .cont01__list>li>p:first-child{width: 150px; font-size: 24px;}
  .company-current .current__cont01 .cont01__list>li>p{font-size: 24px;}

  .company-current .current__cont02>ul{flex-wrap: wrap; justify-content: space-between;}
  .company-current .current__cont02>ul>li:nth-child(4),
  .company-current .current__cont02>ul>li{width: 49%; border: 1px solid #ddd; margin-bottom: 2%; padding: 45px 0;}
  .company-current .current__cont02{padding-top: 45px;}
  .company-current .current__cont02>p{margin-top: 50px;}

  .company-current .current__cont04>.inner{flex-wrap: wrap;}
  .company-current .current__cont04 .cont04__txt{width: 100%;}
  .company-current .current__cont04 .cont04__btn{margin-top: 45px;}

  .company-history .history__banner{background-size: cover; background-attachment: initial;}
  .company-history .history__banner .txt01{font-size: 30px;}
  .company-history .history__banner .txt02{font-size: 20px;}

  .company-vision .vision__section .inner02{padding-left: 45px; padding-right: 45px}
  .company-vision .vision__section .txt01{word-break: keep-all;}
  .company-vision .vision__section .txt01 br{display: none;}

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

  .company-global .section__global .global__list>li:not(:last-child){margin-bottom: 15px;}
  .company-global .section__global .global__list>li .txt01{padding: 25px; font-size: 24px;}
  .company-global .section__global .global__list .list__info>li .txt02 {font-size: 20px;padding-left: 30px;background-size: 20px;width: 120px;}
  .company-global .section__global .global__list .list__info>li .txt03{font-size: 18px;}
  

  .form--style01 .form__header{width: 160px;}
  .file-upload__wrap .file-upload .upload-name{width: 200px;}
  .form--style01 .form__data input[type="text"].medium{width: 150px;}

  .invest_ir .gallery__list>li,  
  .service_download .gallery__list>li,
  .invest_electron .gallery__list>li{padding: 30px;}

  .table__wrap table tr td,
  .table__wrap table tr th{font-size: 16px; padding: 20px 7px; word-break: keep-all;}
  .table__top{flex-direction: column; justify-content: flex-start; align-items: flex-start;}
  .table__top .top__download{margin-top: 25px;}

  .table__top .top__msg{margin-left: auto; margin-top: 15px;}
  
  .media_video .gallery__list,
  .gallery__list{justify-content: space-between;}
  .media_video .gallery__list > li,
  .gallery__list > li{width: 49%; margin-right: 0;}

  .board--style01 .board__num{width: 100px;}
  .board--style01 .board__date{width: 120px;}
  .board--style01 .board__file{width: 160px;}

  .recruit__banner{padding-left: 35px; padding-right: 35px;}
  .recruit__banner .txt01{font-size: 32px;}
  .recruit__banner .txt02{font-size: 18px; margin-top: 15px;}

  .board_view .list__brand{font-size: 16px;line-height: 1em; margin-bottom: 15px;}
  .board_view .list__tit{font-size: 32px;}

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

  .company-intro .intro__top .top__txt{height: auto;}
  .company-intro .intro__top .top__txt .txt01{font-size: 30px;}
  .company-intro .intro__top .top__txt .txt02{font-size: 18px; margin-top: 25px;}
  .company-intro .intro__top .top__img{width: 400px;}
  .company-intro .intro__top .top__img img{width: 100%;}
  .company-intro .intro__txt{margin-top: 75px;}

  .manage-quality .manage__banner{background-position: center;}
  .manage-quality .manage__inner{padding: 75px 40px; flex-direction:  column; align-items: flex-start;}
  .manage-quality .manage__inner .txt02{margin-top: 45px;}

  .manage-quality .manage__operating li .os_top{width: 50%; padding-top: 27%;}
  .sub__tit03 br{display: none;}

  .manage-social .social__wrap{flex-wrap: wrap; width: 700px; margin: auto;}
  .manage-social .social__wrap .social__img{width: 100%; order: 1;}
  .manage-social .social__wrap .social__txt{order: 2; margin-left: 0; width: 100%; padding: 30px 15px;}

  .manage-report .report__txt01{word-break: keep-all;}
  .manage-report .report__txt01 br{display: none;}

  .form--style01 .form__data .brp{width: 100%; margin-top: 10px;}
  .form--style01 .form__data.exp{flex-wrap: wrap;}

  .business-module .module__banner{background-position: center; padding-left: 45px; padding-right: 45px;}
  .business-module .module__banner .txt01{font-size: 28px; word-break: keep-all;}
  .business-module .module__banner .txt01 br{display: none;}

  .module__list .list__info .txt01{font-size: 26px;}
  .module__list .list__info .txt02{font-size: 18px; margin-top: 15px;}
  .module__list .list__info .info__list{margin-top: 25px;}
  .module__list .list__info .info__list{flex-wrap: wrap;}
  .module__list .list__info .info__list > li{width: 49%;}

  .business-module .view__download .download__list{flex-wrap: wrap; justify-content: space-between;}
  .business-module .view__download .download__list > a{width: 49%; margin-bottom: 2%; margin-right: 0;}

  .business-module .view__banner{padding :100px 45px;}
  .business-module .view__banner .txt01{font-size: 30px;}
  .business-module .view__banner .txt02{font-size: 18px;margin-top: 20px;}
  .business-module .view__banner .btn__banner{margin-top: 45px;}

  .view__other.inner{margin: 0;}
  .business-module .view__other .other__list .item{padding: 45px 0; width: 350px; background-color: #f7f7f7; margin: 0 20px;}
  .business-solar .tab--style04 nav .tab__btn{font-size: 16px; margin: 0 3px;}

  .business-solar .solar__contact > .inner{flex-wrap: wrap;}
  .business-solar .solar__contact > .inner > a{width: 100%; margin: 0 0 25px 0; padding: 55px;}
  .business-solar .solar__contact > .inner > a .txt__wrap{margin-left: 45px;}

  .business-tech .tech__inner{padding: 60px 60px 150px 60px;}
  .business-solar .solar__info .info__img{flex-wrap: wrap;}
  .business-solar .solar__info .info__img .img{width: 100%;}
  .business-solar .solar__info .info__img .img:not(:last-child){margin-bottom: 45px;}

  .business-tech .tech__inner .txt01,
  .business-solar .tit01{font-size: 35px;}
  
  .business-tech .tech__inner .txt02,
  .business-solar .tit02{word-break: keep-all;  font-size: 22px;}
  .business-solar .tit03{word-break: keep-all;  font-size: 26px;}

  .business-tech .tech__inner .txt02 br,
  .business-solar .tit02 br{display: none;}
  .business-solar .smart__banner .banner__txt{padding: 50px;}
  .business-tech.business-tech03 .info__img img{width: 100%;}
  .business-tech .tech__inner.no-margin{padding-top: 100px;}

  .company-history .history__list > li{flex-direction: column;}
  .company-history .history__list .list__event{order: 1; margin-bottom: 45px; width: 100%;}
  .company-history .history__list .list__img{order: 2; width: 100%; padding-left: 45px;}
  .company-history .history__list > li.reverse .list__event{text-align: left; padding-left: 45px; padding-right: 0;}
  .company-history .history__list > li.reverse .list__img img{margin-left: 0;}
  .company-history .history__list > li.reverse .list__event::after{right: auto; left: -9px;}
  .company-history .history__list > li.reverse .list__event::before{left: -5px; right: auto;}
  .company-history .history__list::before{left: 0;}

  .business-solar .soloar__fields .fields__list .list__img, .business-solar .soloar__fields .fields__list .list__txt{width: 47%;}
  .business-solar .soloar__fields .fields__list .list__txt .txt01{font-size: 28px;}
  .business-solar .soloar__fields .fields__list .list__txt .txt02{font-size: 16px; margin-top: 22px;}
  
  .terms__popup{width: 90%; padding: 30px;}
  .terms__popup .terms{height: 300px;}
}

@media all and (max-width:950px) {
  .manage-quality .manage__operating .inner{flex-direction: column; align-items: center;}
  .manage-quality .manage__operating li{display: block; width: 500px;}
  .manage-quality .manage__operating li .os_top{width: 100%; padding-top: 62%;}
  .manage-quality .manage__operating li .os_bot{padding: 45px; text-align: center;}
  .manage-quality .manage__operating li .os_bot .os_tit{font-size: 28px;}
  .manage-quality .manage__operating li .os_bot .os_desc{font-size: 18px;}

  .company-vision .vision__section02 .section02__list > li{padding: 45px 0;}
}

/* Å¸ºí·¿ °¡·Î ¹Ì¸¸ ~ ¸ð¹ÙÀÏ */
@media all and (max-width:768px) {
  .sub-page{padding-top: 100px;}
  .sub__top{padding-top: 170px; padding-bottom: 170px;}
  .sub__top .top__bg img,
  .sub__top .top__bg{height: 100%;}
  .sub__top .para01{text-align: center; font-size: 50px;}
  .sub__top .para02{text-align: center; font-size: 18px; margin-top: 15px;}
  
  .module__list .list__info .info__list>li{width:100%;margin:10px 0 0 0;}
  .module__list .list__info .info__list>li p{font-size:13px;padding:5px 10px}

  .sub__tit{font-size: 40px;}
  .manage-quality .manage__operating .sub__tit{font-size: 40px;}
  .sub__stit{font-size: 24px; margin-top: 20px; padding-bottom: 80px;}
  .sub__stit::before{height: 90px;}

  .manage-report .report__txt01,
  .sub__tit03,
  .sub__tit02{font-size: 22px; margin-top: 20px; margin-top: 15px; line-height: 1.3em;}
  

  .company-current .current__cont01{padding-top: 0; margin-top: 100px;}
  .company-current .current__cont02{padding: 75px 0;}
  .company-current .current__cont01 .cont01__list>li>p:first-child{font-size: 20px; width: 120px;}
  .company-current .current__cont01 .cont01__list>li>p{font-size: 20px;}

  .company-current .current__cont03 .cont03__list .para03{font-size: 30px;}
  .company-current .current__cont03 .cont03__list .para04{font-size: 18px;}
  .company-current .current__cont03 .cont03__list>button .list__active{min-height: 250px; padding-top: 85px;}
  .company-current .current__cont03 .cont03__list .para02{font-size: 24px;}

  .company-history .history__banner .txt01{font-size: 25px;}
  .company-history .history__banner .txt02{font-size: 18px;}

  .company-vision .vision__section{background-size: 300px;}
  .company-vision .vision__img01 img{width: 600px;}

  .company-global .tab--style02,
  .tab--style02{margin-top: 45px;}
  .tab--style02 .tab__btn{width: 180px; margin: 0 5px; height: 50px; line-height: 48px;}
  .company-global .section__map iframe{height: 450px;}

  .company-global .section__global>.inner{margin: 0;}
  .company-global .section__global .global__list{margin-left: 3.9063%; margin-right: 3.9063%;}
  .company-global .section__global .global__map .txt01{top: 0; font-size: 34px;}
  .company-global .section__global .global__map .spot>p{font-size: 15px;}
  .company-global .section__global .global__map .spot .circle .dot{width: 4px; height: 4px;}
  .company-global .section__global .global__map .spot .circle{margin-top: 28px;}

  .search_box{margin-top: 45px;}

  .manage-social{padding-bottom: 100px;}
  .manage-social .social__wrap{width: 100%;}
  .manage-social .social__section01{padding: 100px 0; margin-top: 100px;}
  .company-vision .vision__tit,
  .manage-social .social__tit{font-size: 30px; margin-bottom: 90px;}
  .manage-social .social__section02{margin-top: 100px;}
  

  @-webkit-keyframes spotCircle {
    0% {
      opacity: 1;
      width: 0;
      height: 0;
    }
  
    80% {
      opacity: .3;
      width: 40px;
      height: 40px;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes spotCircle {
    0% {
      opacity: 1;
      width: 0;
      height: 0;
    }
  
    80% {
      opacity: .3;
      width: 40px;
      height: 40px;
    }
  
    100% {
      opacity: 0;
    }
  }

  .recruit__banner{padding-top: 100px; padding-bottom: 80px; background-attachment:initial; background-size: cover;}
  .recruit__banner .txt01{font-size: 28px;}
  .recruit__banner .txt02{font-size: 16px;}
  .recruit__banner > a{line-height: 48px; height: 50px; margin-top: 45px; width: 250px;}
  .recruit__banner > a span{font-size: 15px; background-size: 15px; padding-right: 22px;}


  .service_download .outer{background-color: #fff;}
  .service_download .gallery__list>li{margin-right: 0; width: 100%; padding: 40px;}
  .service_download .gallery__list>li .down_box .btn--style01{height: 50px; line-height: 50px;}

  .tab--style03{flex-wrap: wrap; margin-top: 25px; justify-content: flex-start;}

  .business-portfolio .tab--style04,
  .business-portfolio .tab--style03,
  .business-module .tab--style04,
  .business-module .tab--style03{margin-left: 0; margin-right: 0;}

  
  .tab--style03 .tab__btn{width: 32.5%; margin: 0 1.25% 1.25% 0; background-color: #fff; border: 1px solid #ddd;}
  .tab--style03 .tab__btn:nth-child(3n){margin-right: 0;}
  .tab--style03 .tab__btn.active{background-color: #e6eff8; color: #0154a6; border: 1px solid #0154a6;}
  .tab--style03 .tab__btn::before{display: none;}
  .tab--style03.col2{justify-content: space-between;}
  .tab--style03.col2 .tab__btn{width: 49%; margin-right: 0 !important;}
  .tab--style03.flex1 .tab__btn{flex: 1; width: auto; margin-bottom: 0;}
  .tab--style03.flex1 .tab__btn:not(:last-child){margin-right: 6px;}
  
  
  .service_download .tab--style03{margin-bottom: 75px;}

  .business-solar .tab--style04{margin: 45px 0 0 0;}
  .tab--style04{position: relative; z-index: 1;}
  .tab--style04 p{display: block; text-align: center;}
  .tab--style04 nav{flex-direction: column; border: 1px solid #cacaca; position: absolute; left: 0; width: 100%; top: 64px; display: none; padding: 20px 0; background-color: #fff;}
  .tab--style04 nav .tab__btn{width: 100%; margin: 0; border: none; font-size: 22px;}

  .service_agent .location_map{padding: 35px;}
  .service_contact .sub__tit{margin-bottom: 75px;}
  .form--style01>li{flex-wrap: wrap;}
  .form--style01 .form__header{width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; justify-content: flex-start; padding-left: 12px;}
  .form--style01 .form__data{padding: 12px;}
  .form--style01 .form__data input[type="text"]{width: 100%; line-height: 45px; height: 45px;}
  .form--style01 .form__data select{line-height: 45px; height: 45px;}
  .form--style01 .form__data textarea{height: 200px;}
  .file-upload__wrap .file-upload .upload-name{width: 250px; line-height: 45px; height: 45px;}
  .form--style01 .download__btn,
  .form--style01 .add_attach,
  .file-upload__wrap .file-upload input[type="file"]+label{height: 45px; line-height: 45px; width: 120px;}

  .invest_electron .gallery__list{margin-bottom: 0px; margin-top: 75px;}
  .invest_electron .gallery__list>li{margin-right: 0; width: 100%; margin-bottom: 20px;}
  .search_box{width: auto; margin: 80px 3.90625% 0 3.90625%;}

  .table__wrap{overflow: hidden; overflow-x: scroll;}
  .table__wrap table{width: auto; min-width: 700px;}
  .table__wrap table tr td, .table__wrap table tr th{font-size: 14px; padding: 10px;}
  .table__top .top__tit span{font-size: 16px;}

  .invest_ir .gallery__list{margin-bottom: 0px; margin-top: 75px;}
  .invest_ir .gallery__list>li{margin-right: 0; width: 100%; margin-bottom: 20px;}

  .invest_inquiry .inquery_info{align-items: flex-start;}
  .invest_inquiry .inquery_info .info_box{flex-direction: column; padding-left: 0;}
  .invest_inquiry .inquery_info .info_box .info_L{margin-right: 0; margin-top: 45px;}
  .invest_inquiry .inquery_info .info_box .info_R{flex: none; width: 100%; padding: 25px; text-align: center;}
  .invest_inquiry .inquery_info .info_box .info_R .info_tit{font-size: 16px;}

  .media_video .gallery__list,
  .gallery__list{margin-top: 75px; margin-bottom: 0;}
  .media_video .gallery__list > li,
  .gallery__list > li{margin-bottom: 75px;}
  .media_video .gallery__list > li .list__brand,
  .gallery__list > li .list__brand{margin-bottom: 15px;}
  .media_video .gallery__list > li .list__tit,
  .gallery__list > li .list__tit{margin-bottom: 30px; font-size: 20px;}

  .board--style01{margin-top: 75px; border-top: 1px solid #000}
  .board--style01 .board__top{padding: 15px;}
  .board--style01 .board__top>div{font-size: 16px;}
  .board--style01 .board__num{display: none;}
  .board--style01 .board__list{padding: 12px 10px;}
  .board--style01 .board__date{font-size: 15px;}

  .search_box.no-margin{margin-left: 0; margin-right: 0;}
  .manage-ethic{margin-bottom: 120px;}

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

  .company-intro{padding-bottom: 120px;}
  .company-intro .intro__top{margin-top: 75px; padding-top: 75px;}
  .company-intro .intro__top .top__txt::before,
  .company-intro .intro__top .top__txt::after{height: 7px;}
  .company-intro .intro__top .top__txt .txt01::before,
  .company-intro .intro__top .top__txt .txt01::after{width: 7px;}
  .company-intro .intro__top .top__txt{padding: 50px;}
  .company-intro .intro__top .top__txt .txt02{width: 300px; word-break: keep-all;}
  .company-intro .intro__top .top__txt .txt02 br{display: none;}
  .company-intro .intro__top .top__img{width: 350px;}

  .manage-report .report_outer{justify-content: space-between;}
  .manage-report .report_outer a{width: 48%; margin-right: 0 !important; margin-bottom: 75px;}
  .company-vision{padding-bottom: 180px;}
  .company-vision .vision__section01{margin-top: 100px; padding-top: 100px;}
  
  .company-vision .vision__section02 .section02__list{flex-wrap: wrap; justify-content: space-between;}
  .company-vision .vision__section02 .section02__list > li{width: 49%; margin-bottom: 2%;}
  .company-vision .vision__section02 .section02__list > li .txt01{margin-top: 25px;}
  .company-vision .vision__section02 .section02__list > li .txt02{margin-top: 20px; font-size: 22px;}

  .business-module .module__banner{padding: 100px 30px;}
  .module__list .list__info .txt01{font-size: 24px;}
  .module__list .list__info .txt02{font-size: 16px; margin-top: 10px;}
  .business-module .view__top .top__img .item img{ width: 300px;}
  .sub__tit04{font-size: 34px; margin-bottom: 40px;}
  .business-module .view__spec .spec__list > li > img{width: 50px;}
  .business-module .view__spec .spec__list > li > p{font-size: 16px;}

  .business-module .view__download .download__list > a{padding: 35px 0;}
  .business-module .view__download .download__list > a .list_img{width: 70px; height: 70px;}
  .business-module .view__download .download__list > a .txt01{font-size: 20px; margin-top: 20px;}

  .business-module .view__banner{padding: 75px 25px;}
  .business-module .view__banner .txt01{font-size: 25px;}
  .business-module .view__banner .txt02{font-size: 16px; margin-top: 17px;}
  .btn__banner{width: 200px; height: 60px; line-height: 58px;}

  .business-module .view__other .other__list{margin-top: 45px;}
  .business-module .view__other .other__list .item{width: 300px; margin: 0 10px; padding: 30px 0;}
  .business-module .view__other .other__list .list__thumb img{width: 200px;}
  .business-module .view__other .other__list .txt01{margin-top: 25px; font-size: 24px;}
  .business-module .view__other .other__list .txt02{font-size: 18px;}

  .business-solar .smart__banner{margin-top: 75px;}
  .business-solar .smart__banner .banner__img img{width: 100%;}
  .business-solar .smart__banner .banner__txt{padding: 40px;}

  .business-portfolio .pf__list > div{margin-bottom: 75px;}
  .business-portfolio .pf__list .list__info{margin-top: 45px;}
  .business-portfolio .pf__list .list__info .txt02{font-size: 30px; margin-top: 0;}
  .business-portfolio .pf__list .list__info .info__list{margin-top: 25px; padding: 25px;}
  .business-portfolio .pf__list .list__cont{margin-top: 45px; padding-top: 30px;}
  .business-portfolio .pf__list .list__cont > p{font-size: 18px;}

  .table__wrap table .data{padding: 10px; transform-box: view-box;}
  .table__wrap table .data img{max-height: 120px;}

  .business-tech .info__img{flex-wrap: wrap;}
  .business-tech .info__img img{width: 100%;}
  .business-tech .info__img img:not(:last-child){margin-bottom: 25px;}
  .company-history .history__list{padding-bottom: 120px;}

  .invest_public .public_list >div, .invest_public .public_list >a{font-size: 16px;}
  .invest_public .public_list .list_date{padding: 15px 7px;width: 120px;}
  .invest_public .public_list .list_writer{padding: 15px 7px;width: 140px;}
  .invest_public .public_list .list_tit{padding: 15px 7px;}

  .business-solar .solar__info.industry .section02 .solution__wrap{flex-direction: column;}
  .business-solar .solar__info.industry .section02 .solution__wrap>li{width: 100%;}
  .business-solar .solar__info.industry .section02 .solution__wrap>li:first-child{margin-bottom: 25px;}
  .business-solar .solar__solution .solution__slide .slick-prev{width: 15px; height: 28px; left: -8%;}
  .business-solar .solar__solution .solution__slide .slick-next{width: 15px; height: 28px; right: -8%;}

  .business-solar .soloar__fields .fields__list li {flex-wrap: wrap;}
  .business-solar .soloar__fields .fields__list .list__img{order: 1; width: 100%;}
  .business-solar .soloar__fields .fields__list .list__txt{order: 2; width: 100%; margin-top: 35px;}
  .business-solar .soloar__fields .fields__list .list__txt .txt01 br{display: none;}
  .business-solar .soloar__fields .fields__list>li:not(:last-child){margin-bottom: 85px;}

  .business-solar .solar__info.home .info__module .module__img{padding: 45px 0;}
  .business-solar .solar__info.home .info__module .module__img img{max-width: 250px;}
  .business-solar .solar__info.home .info__module .module__txt{padding: 45px;}
  .business-solar .solar__saving .saving__table .th{font-size: 14px; padding: 15px;}
  .business-solar .solar__saving .saving__table .td{font-size: 14px; padding: 15px;}
  .business-solar .solar__saving .saving__table{margin-top: 45px;}
  .business-solar .solar__qna .qna__list > li{padding: 30px 30px 30px 150px; background-size: 60px;}
  .business-solar .solar__qna .qna__list .list__a{word-break: keep-all;}
  .business-solar .solar__qna .qna__list .list__a br{display: none;}
  .business-solar .solar__spec .spec__list li{flex-wrap: wrap;}
  .business-solar .solar__spec .spec__list li .list__img{order: 1; width: 100%;}
  .business-solar .solar__spec .spec__list li .list__txt{order: 2; width: 100%; margin-left: 0; margin-top: 45px;}
  .business-solar .solar__spec .spec__list li:last-child .list__img{margin-left: 0;}
  .business-solar .solar__spec .spec__list{margin-top: 75px;}
}

/* ¸ð¹ÙÀÏ »ó¼¼ */
@media all and (max-width:640px) {
  .sub-page{padding-top: 75px;}
  .sub__stit{font-size: 18px; word-break: keep-all;}
  .sub__stit br{display: none;}
  .sub__tit{font-size: 30px;}
  .manage-quality .manage__operating .sub__tit{font-size: 30px;}
  .sub__tit02{font-size: 20px; line-height: 1.3em;}
  .manage-report .report__txt01,
  .sub__tit03{font-size: 17px; line-height: 1.3em;}

  .sub__top{padding-top: 120px; padding-bottom: 80px;}
  .sub__stit::before{height: 60px;}
  .sub__top .top__bg img,
  .sub__top .top__bg{height: 100%;}
  .sub__top .para01{text-align: center; font-size: 30px;}
  .sub__top .para02{text-align: center; font-size: 15px; margin-top: 15px;}

  .sub__lnb .lnb__tit{padding: 18px; font-size: 18px; background-size: 15px; background-position: 92% center;}
  .sub__lnb .inner .lnb__container:first-child::before{height: 25px;}
  .sub__lnb .lnb__nav{padding: 18px;}
  .sub__lnb .lnb__nav>a{font-size: 17px;}
  .sub__lnb .lnb__nav>a:not(:last-child) {margin-bottom: 20px;}

  .company-current .current__cont01{margin-top: 45px; padding-bottom: 0;}
  .company-current .current__cont01 .cont01__img{margin-bottom: 25px;}
  .company-current .current__cont01 .para02{width: 200px;}
  .company-current .current__cont01 .para02 img{width: 100%;}
  .company-current .current__cont01 .cont01__list{margin-top: 15px;}
  .company-current .current__cont01 .cont01__list>li{padding: 15px 0;}
  .company-current .current__cont01 .cont01__list>li>p,
  .company-current .current__cont01 .cont01__list>li>p:first-child{font-size: 3.5vw; font-weight: 400;}
  .company-current .current__cont01 .cont01__list>li>p:first-child{width: 70px;}

  .company-current .current__cont02{padding: 45px 0;}
  .company-current .current__cont02>ul>li:nth-child(4),
  .company-current .current__cont02>ul>li{padding: 20px 0;}
  .company-current .current__cont02>ul .cont02__icon img{width: 50px;}
  .company-current .current__cont02>ul .para01{margin-top: 25px; font-size: 20px;}
  .company-current .current__cont02>ul .para01 span{font-size: 25px;}
  .company-current .current__cont02>ul .para02{margin-top: 12px; font-size: 15px;}
  .company-current .current__cont02>p{margin-top: 25px; font-size: 16px;}

  .company-current .current__cont03{padding: 75px 0;}
  .company-current .current__cont03 .cont03__list>button{height: 140px;}
  .company-current .current__cont03 .cont03__list>button:not(:last-child){margin-bottom: 15px;}
  .company-current .current__cont03 .cont03__list>button.active{padding-top: 81%;}
  .company-current .current__cont03 .cont03__list>button.active .list__active{ padding: 50px 15px 15px 15px; min-height: auto;}
  .company-current .current__cont03 .cont03__list .para03{font-size: 18px;}
  .company-current .current__cont03 .cont03__list .para04{font-size: 14px; margin-top: 8px;}
  .company-current .current__cont03 .cont03__list .para01{font-size: 16px; font-weight: 500;}
  .company-current .current__cont03 .cont03__list .para01::before{width: 40px; height: 40px;}
  .company-current .current__cont03 .cont03__list .para02{font-size: 18px; margin-top: 20px; font-weight: 500;}

  .company-current .current__cont04{padding-top: 45px;}
  .sub__para01{font-size: 16px;}
  .sub__para02{font-size: 26px; margin-top: 15px;}
  .company-current .current__cont04 .cont04__btn{margin-top: 25px;}
  .company-current .current__cont04 .cont04__btn .btn--map{width: 140px; height: 45px; line-height: 45px; margin-right: 7px;}

  .company-current .current__cont04 iframe{margin-top: 45px; height: 300px;}

  .company-history .history__banner{padding: 100px 3.90625%; margin-top: 45px;}
  .company-history .history__banner .txt01{font-size: 20px; font-weight: 500; word-break: keep-all;}
  .company-history .history__banner .txt01 br{display: none;}
  .company-history .history__banner .txt02{font-size: 16px; margin-top: 20px;}

  .company-history .history__banner .txt01::before{width: 250px; height: 35px; top:-50px;}
  .company-history .history__banner .txt02::before{width: 250px; height: 35px; bottom:-50px;}

  .company-vision .vision__section{margin-top: 75px; background-size: 170px; padding-top: 120px; padding-bottom: 75px;}
  .company-vision .vision__section .inner02{padding: 45px 25px;}
  .company-vision .vision__section .txt01{font-size: 16px; margin-bottom: 15px;}
  .company-vision .vision__img01 img{width: 100%;}

  .tab--style02,
  .invest_ir .tab--style02,
  .company-global .tab--style02{margin-top: 45px;}
  .tab--style02 .tab__btn{height: 40px; line-height: 38px; margin: 0 3px; font-size: 15px; width: 140px;}
  .company-global .section__map{margin-top: 25px; padding-bottom: 75px;}
  .company-global .section__map iframe{height: 250px;}

  .company-global .section__map .map__addr .addr__info{margin-top: 45px;}
  .company-global .section__map .map__addr .addr__info .info__list>li{flex-wrap: wrap;}
  .company-global .section__map .map__addr .addr__info .info__list>li:not(:last-child){margin-bottom: 15px;}
  .company-global .section__map .map__addr .addr__info .txt01{font-size: 28px;}
  .company-global .section__map .map__addr .addr__info .txt02{font-size: 16px; background-size: 16px; padding-left: 23px; line-height: 23px; margin-right: 0; width: 100%;}
  .company-global .section__map .map__addr .addr__info .txt03{font-size: 16px; width: 100%; margin-top: 7px;}

  .company-global .section__global{padding-bottom: 75px;}
  .company-global .section__global .global__list{margin-top: 40px;}
  .company-global .section__global .global__list>li .txt01{padding: 20px; font-size: 20px;}
  .company-global .section__global .global__list .list__info{padding: 20px;}
  .company-global .section__global .global__list .list__info>li{flex-wrap: wrap; margin-bottom: 9px;}
  .company-global .section__global .global__list .list__info>li .txt02{width: 100%; font-size: 16px; background-size: 16px; padding-left: 23px; line-height: 23px;}
  .company-global .section__global .global__list .list__info>li .txt03{width: 100%; margin-top: 4px; font-size: 16px; line-height: 1.3em;}

  .company-global .section__global .global__map .txt01{font-size: 24px; top: -25px;}
  .company-global .section__global .global__map .spot.spot01{top: 29%; left: 33%;}
  .company-global .section__global .global__map .spot.spot02{top: 54%; left: 37%}
  .company-global .section__global .global__map .spot.spot03{top: 23%; left: 68%;}

  .company-recruit{padding-bottom: 75px;}
  .company-recruit .tab--style02{margin-top: 45px;}
  .recruit__banner{padding: 45px 20px;}
  .recruit__banner .txt01{font-size: 22px;}
  .recruit__banner .txt02{font-size: 15px;}
  .recruit__banner>a{margin-top: 25px; line-height: 43px; height: 45px; width: 230px;}
  .recruit__banner>a span{font-size: 14px; padding-right: 22px; background-size: 14px;}

  .service_download .gallery_list_tit{font-size: 26px; margin-bottom: 15px;}
  .service_download .gallery__list{margin-bottom: 45px;}
  .service_download .gallery__list>li{padding: 15px; margin-bottom: 15px;}
  .service_download .gallery__list>li .list__brand{margin-bottom: 10px;}
  .service_download .gallery__list>li .list__tit{font-size: 20px; line-height: 1.2em; margin-bottom: 15px;}
  .service_download .gallery__list>li .down_box .btn--style01{height: 40px; line-height: 40px;}

  .tab--style03 .tab__btn{line-height: 43px; height: 45px; font-size: 13px;}
  .service_download .tab--style04{margin-top: 45px;}
  .tab--style04 p{line-height: 50px; height: 50px; font-size: 18px; background-size: 18px; background-position: calc(100% - 10px) center;}
  .tab--style04 nav{top: 49px; padding: 15px 0;}
  .tab--style04 nav .tab__btn{font-size: 18px; line-height: 50px; height: 50px;}
  .tab--style03{margin-top: 20px; margin-bottom: 45px;}
  .tab--style05{margin-top: 0px;}
  .tab--style05 .tab__btn{width: 140px; line-height: 45px; height: 45px; font-size: 16px;}
  .service_download .tab--style03{margin-bottom: 45px;}

  .service_agent>div{margin-top: 45px; margin-bottom: 75px;}
  .service_agent li{padding: 15px 0; font-size: 14px;}
  .service_agent .agent_menu_list .btn--style01{width: 80px; height: 30px; line-height: 30px;}
  .service_agent .agent_menu_list .btn--style01 p {font-size: 13px;}
  .service_agent li:nth-child(5){width: auto;}
  .service_agent .location_map{padding: 25px 20px;}
  .service_agent .location_map iframe{height: 200px !important;}
  .service_agent .location_map .map__info{margin-top: 25px;}
  .service_agent .location_map .map__info > div:not(:last-child){margin-bottom: 15px;}
  .service_agent .location_map .map__info > div > p:first-child{width: 70px; font-size: 15px;}
  .service_agent .location_map .map__info > div > p:last-child{font-size: 15px;}
  .service_agent .agent_menu_list .list_logo {width: 120px;}
  .service_agent .agent_menu_list .list_logo img {max-width: 120px; max-height: 30px;}
  .service_agent .agent_menu_tit li:first-child{width: 120px; justify-content: center;}
  .service_agent .agent_menu_list li:first-child{width: 120px;}
  .service_agent .agent_menu_list li:nth-child(2){font-size: 15px;}
  .service_agent li:nth-child(6){width: 100px;}
  
  .service_contact{margin-bottom: 75px;}
  .service_contact .sub__tit{margin-bottom: 45px;}
  .form--style01 .form__header{line-height: 50px; height: 50px; padding-left: 12px;}
  .form--style01 .form__data.mail select{display: none;}
  .form--style01 .form__data.mail input[type="text"].medium{width: 45%;}
  .form--style01 .form__data.radio{flex-wrap: wrap;}
  .file-upload__wrap .file-upload input[type="file"]+label{font-size: 15px !important;}
  .radio__wrap label{line-height: 30px; height: 30px; font-size: 15px !important;}
  .form--style01 .form__data textarea{margin: 0; height: 150px;}
  .file-upload__wrap,
  .file-upload__wrap .file-upload{width: 100%;}
  .file-upload__wrap .file-upload .upload-name{width: auto; flex: 1;}
  .form--style01 .flex {flex-wrap: wrap;}
  .form--style01 .file_outer .form__data:not(:first-child){margin-top: -12px;}
  .form--style01 .add_attach{width: 100%; margin-left: 0; margin-top: 10px;}
  .radio__wrap{margin-right: 15px;}

  .search_box{margin-top: 30px;}
  .search_box select {width: 85px; margin-right: 10px;}
  .search_box .search_btn{width: 30px; height: 20px; background-size: 17px;}
  .invest_electron{margin-bottom: 75px;}
  .invest_electron .gallery__list{margin-top: 45px;}
  .invest_electron .gallery__list>li{padding: 25px; margin-bottom: 15px;}
  .invest_electron .gallery__list>li .list__tit{font-size: 20px; line-height: 1.2em; margin-bottom: 20px;}
  .invest_electron .gallery__list>li .list__brand{margin-bottom: 10px;}

  .board__pager{margin-top: 25px;}

  .invest_public{margin-bottom: 75px;}
  .sample_box{height: 200px; line-height: 200px; margin-top: 45px; font-size: 24px;}
  .invest_organ .tab--style04{margin-top: 45px;}
  .invest_organ{margin-bottom: 75px;}

  .table__top{margin-bottom: 15px;}
  .table__top .top__download{flex-wrap: wrap;}
  .table__top .top__download>a:not(:last-child){margin-right: 5px;}
  .table__top .top__download>a{margin-bottom: 5px; padding: 0 10px; height: 30px; line-height: 28px;}
  .table__top .top__download>a span{font-size: 13px; background-size: 10px; padding-right: 12px;}
  .table__top.mt{margin-top: 75px;}
  .table__top .top__tit{font-size: 24px;}
  .table__top .top__download{margin-top: 15px;}
  .invest_organ .organ__container{margin-top: 75px;}
  .invest_organ .organ__container .txt__box{padding: 30px; margin-bottom: -25px;}
  .invest_organ .organ__container .organ__list .list__tit{padding: 20px 12px; background-position: calc(100% - 12px) center;}
  .invest_organ .organ__container .organ__list .list__tit p{font-size: 16px; }
  .invest_organ .organ__container .organ__list .list__data{padding: 25px 12px; font-size: 16px;}

  .invest_ir .gallery__list{margin-top: 45px;}
  .invest_ir .gallery__list>li{padding: 25px 25px 75px 25px; margin-bottom: 15px;}
  .invest_ir .gallery__list>li .list__tit{font-size: 20px; line-height: 1.2em; margin-bottom: 20px;}
  .invest_ir .gallery__list>li .list__brand{margin-bottom: 10px;}
  .invest_ir .gallery__list>li .download_ir{width: 45px; height: 45px; background-size: cover; bottom: 20px; right: 15px;}
  .invest_public  .table__top,
  .invest_ir .table__top{margin-top: 45px;}

  .invest_inquiry .inquery_info{padding: 15px; margin-bottom: 45px;}
  .invest_inquiry .inquery_info .info_box .info_L{margin-top: 25px;}
  .invest_inquiry .inquery_info .info_box .info_L img{width: 40px; height: 40px;}
  .invest_inquiry .inquery_info .info_box .info_R{padding: 10px;}
  .invest_inquiry .inquery_info .info_box .info_R .info_tit{font-size: 12px; line-height: 1.2em;}
  .invest_inquiry .inquery_info .info_box .info_R .info_tit span{display: block;}
  .invest_inquiry .inquery_info .info_box .info_R .info_desc{font-size: 13px;}

  .media_video,
  .media_news{margin-bottom: 75px;}
  .media_video .gallery__list,
  .gallery__list{margin-top: 45px;}
  .media_video .gallery__list > li,
  .gallery__list > li{width: 100%; margin-bottom: 45px;}
  .media_video .gallery__list > li .list__thumb,
  .gallery__list > li .list__thumb{margin-bottom: 20px;}
  .media_video .gallery__list > li .list__brand,
  .gallery__list > li .list__brand{margin-bottom: 10px;}
  .media_video .gallery__list > li .list__tit,
  .gallery__list > li .list__tit{font-size: 18px; margin-bottom: 25px;}

  .table__wrap table{width: auto; min-width: 600px;}
  .table__top .top__tit span{font-size: 14px;}
  
  .board--style01{margin-top: 45px; margin-bottom: 45px;}
  .board--style01 .board__tit{font-size: 13px;}
  
  .board--style01 .board__hit{width: 35px; font-size: 12px;}
  .board--style01 .board__date{width: 65px; font-size: 12px;}
  .board--style01 .board__file{width: 80px;}
  .board--style01 .board__file .btn--style01{width: 70px; height: 30px; line-height: 28px;}
  .board--style01 .board__file .btn--style01 p{font-size: 11px; background-size: 9px; padding-right: 14px;}

  .manage-ethic{margin-bottom: 75px;} 

  .invest_inquiry .date_navigator{font-size: 24px; padding: 15px 25px; height: auto; line-height: 1em; display: flex; justify-content: space-between; align-items: center; margin-top: 45px;}
  .invest_inquiry .date_navigator input[type="button"]{width: 35px; height: 35px; background-size: cover;}
  .invest_inquiry .calendar-mo > li{padding: 15px;}
  .invest_inquiry .calendar-mo > li > p{font-size: 18px;}
  .invest_inquiry .calendar-mo > li .btn--style01{min-width: 90px;height: 35px;line-height: 33px;}
  .invest_inquiry .calendar-mo > li .btn--style01 p{font-size: 14px;}

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

  .form--style01 .form__data input[type="text"].small{width: 100%; flex: 1;}
  .terms__chk{margin-top: 25px;}
  .terms__chk .chk__wrap label{font-size: 13px;}
  .invest_inquiry_view .submit_box,
  .btn__single{margin-top: 45px;}
  .invest_inquiry_view{margin-bottom: 75px;}

  .board_view .list__brand{font-size: 14px; margin-top: 45px;}
  .board_view .list__tit{font-size: 22px; margin-bottom: 25px;}
  .board_view .board-view-tit{padding: 10px 0; font-weight: 400; font-size: 14px;}
  .board_view .board-view-ct .u-editor{min-height: 250px; padding-top: 45px;}
  .board-view-file{margin-top: 25px;}
  .invest_inquiry_confirm .btn--style01{width: 120px; line-height: 43px; height: 45px;}
  .board_view .btn--style01{width: 120px; line-height: 43px; height: 45px; margin-top: 45px; margin-bottom: 75px;}

  .company-intro{padding-bottom: 75px;}
  .company-intro .intro__top{margin-top: 45px; padding-top: 45px;}
  .company-intro .intro__top .top__img{width: 250px;}
  .company-intro .intro__top .top__txt{padding: 20px 25px; background-size: 20px;}
  .company-intro .intro__top .top__txt .txt01{font-size: 22px;}
  .company-intro .intro__top .top__txt .txt02{width: 220px; font-size: 15px; margin-top: 15px;}
  .company-intro .intro__top .top__txt::before,
  .company-intro .intro__top .top__txt::after{height: 3px;}
  .company-intro .intro__top .top__txt .txt01::before,
  .company-intro .intro__top .top__txt .txt01::after{width: 3px;}
  .company-intro .intro__txt{margin-top: 45px;}
  .company-intro .intro__txt .txt01{font-size: 16px; margin-bottom: 15px;}
  .company-intro .intro__txt .txt02__wrap{margin: 30px 0;}
  .company-intro .intro__txt .txt02{font-size: 16px;}
  .company-intro .intro__txt .txt02__wrap .txt02:not(:last-child){margin-bottom: 15px;}
  .company-intro .intro__txt .txt01.sign{margin-top: 40px;}
  .company-intro .intro__txt .txt02 span::before{height: 8px; bottom: -1px;}

  .manage-quality .manage__banner{margin-top: 45px; height: 250px;}
  .manage-quality .manage__inner{padding: 35px 25px; transform: translateY(0);}
  .manage-quality .manage__inner .txt01 img{width: 140px;}
  .manage-quality .manage__inner .txt02{margin-top: 25px; font-size: 16px;}
  .manage-quality .manage__management{margin-top: 75px;}
  .manage-quality .manage__management .sub__tit{margin-bottom: 45px;}
  .manage-quality .manage__operating{padding-bottom: 75px; padding-top: 75px;}
  .manage-quality .manage__management .sub__tit{margin-bottom: 45px;}

  .manage-social .social__section01{padding: 45px 0; margin-top: 45px;}
  .company-vision .vision__tit,
  .manage-social .social__tit{font-size: 24px; margin-bottom: 60px;}
  .company-vision .vision__tit::before,
  .manage-social .social__tit::before{width: 30px; height: 2px; bottom: -15px;}

  .manage-social .social__wrap .social__txt{padding: 25px 10px;}
  .manage-social .social__wrap .social__txt .txt01{font-size: 15px;}
  .manage-social .social__wrap .social__txt .txt02{font-size: 24px; margin-top: 12px;}
  .manage-social .social__wrap .social__txt .txt03{margin-top: 20px; font-size: 16px;}
  .manage-social .social__wrap .social__txt .txt03 br{display: none;}
  .manage-social .social__section02{margin-top: 45px;}
  .manage-social .social__section02 .social__wrap:not(:last-child){margin-bottom: 45px;}

  .manage-report{padding-bottom: 75px; padding-bottom: 45px;}
  .manage-report .report_outer{margin-top: 45px;}
  .manage-report .report_outer a{margin-bottom: 45px;}
  .manage-report .report_outer a .report_bot{background-size: 25px; padding: 15px 30px 10px 0; font-size: 15px;}

  .company-vision{padding-bottom: 75px;}
  .company-vision .vision__section01{padding-top: 45px; margin-top: 45px; padding-bottom: 150px;}
  .company-vision .vision__section02{padding-top: 45px;}
  .company-vision .vision__section02 .section02__list{margin-top: 45px;}
  .company-vision .vision__section03{margin-top: 45px;}
  .company-vision .vision__section03 img,
  .company-vision .vision__section01 img{margin-top: 45px;}
  .company-vision .vision__section02 .section02__list > li{padding: 15px 0; width: 300px; margin-left: auto; margin-right: auto; border: none; display: flex; align-items: center;}
  .company-vision .vision__section02 .section02__list > li .txt01{font-size: 15px; margin-top: 20px; text-align: left;}
  .company-vision .vision__section02 .section02__list > li .txt02{font-size: 17px; font-weight: 500; margin-top: 8px; text-align: left;}
  .company-vision .vision__section02 .section02__list > li .txt02 br{display: none;}
  .company-vision .vision__section02 .section02__list > li img{width: 40px; margin-left: 0; margin-right: 25px;}

  .company-recruit .recruit__regist{margin-top: 75px;}
  .form--style01 .download__btn{margin-left: 0; margin-top: 10px;}
  .form--style01 .form__data .exp__wrap .small{width: 45px !important; line-height: 35px; height: 35px;}
  .form--style01 .form__data .brp .small{width: 120px !important; line-height: 35px; height: 35px;}

  .business-module .module__banner{padding: 45px 15px; margin: 45px 0;}
  .business-module .module__banner .txt01{font-size: 20px;}

  .module__list{margin-top: 45px;}
  .business-module{padding-bottom: 75px;}
  .module__list .list__img{width: 100px;}
  .module__list > a{padding: 20px; margin-bottom: 25px !important;}
  .module__list .list__info{margin-top: 20px;}
  .module__list .list__info .txt01{font-size: 18px;}
  .module__list .list__info .txt02{font-size: 15px; margin-top: 10px;}
  .business-module .view__top .top__img{padding: 45px 0 25px;}
  .business-module .view__top .top__img .item img{ width: 200px;}
  .business-module .view__top .top__img .slick-dots li button{width: 8px; height: 8px;}
  .business-module .view__top .top__img .slick-dots li.slick-active button::before{width: 12px; height: 12px;}
  .business-module .view__top{margin-top: 45px;}
  .business-module .view__top .top__info .txt01{font-size: 28px;}
  .business-module .view__top .top__info .txt02{margin-top: 15px; font-size: 18px;}
  .business-module .view__top .top__info .info__spec{padding: 20px 0; margin-top: 25px;}
  .business-module .view__top .top__info .info__spec > li img{width: 45px;}
  .business-module .view__top .top__info .info__spec > li p{font-size: 14px; margin-top: 10px;}
  .business-module .view__top .top__info .info__list{margin-top: 25px;}
  .business-module .view__top .top__info .info__list > li{margin-bottom: 15px;}
  .business-module .view__top .top__info .info__list > li > p:first-child{width: 60px; font-size: 16px; font-weight: 500; margin-right: 25px;}
  .business-module .view__top .top__info .info__list > li > p:last-child{font-size: 16px;}
  .business-module .view__spec{margin-top: 75px;}
  .sub__tit04{font-size: 28px; margin-bottom: 25px;}
  .business-module .view__spec .spec__list{justify-content: space-between;}
  .business-module .view__spec .spec__list > li{width: 49%; margin-right: 0; margin-left: 0; padding: 20px 0;}
  .business-module .view__spec .spec__list > li > p{margin-top: 15px;}

  .business-module .view__download{margin-top: 75px;}
  .business-module .view__download .download__list > a{padding: 25px 0;}
  .business-module .view__download .download__list > a .list_img{width: 50px; height: 50px;}
  .business-module .view__download .download__list > a .txt01{font-size: 16px; margin-top: 15px;}
  .business-module .view__banner{margin-top: 75px; padding: 45px 20px;}

  .business-module .view__banner .txt01{font-size: 22px;}
  .business-module .view__banner .txt02{line-height: 1.4em;}
  .business-module .view__banner .btn__banner{margin-top: 25px; width: 180px; line-height: 48px; height: 50px; font-size: 16px;}

  .business-module .view__other .other__list .item{width: 200px;}
  .business-module .view__other .other__list .list__thumb img{width: 140px;}
  .business-module .view__other .other__list .item{margin: 0 5px; padding: 25px 0;}
  .business-module .view__other .other__list .txt01{font-size: 18px; margin-top: 15px;}
  .business-module .view__other .other__list .txt02{font-size: 15px; margin-top: 7px;}
  .business-module .btn--style01 {width: 180px;height: 50px;line-height: 48px;margin-top: 25px;}
  .business-solar .tab--style04{margin-top: 25px;}

  .business-tech .tech__banner,
  .business-solar .solar__banner{height: 250px; margin-top: 45px;}
  .business-solar .solar__info{padding: 45px 0 0 0; margin-bottom: 75px;}

  .business-tech .tech__inner .txt01, .business-solar .tit01,
  .business-solar .tit01{font-size: 24px;}
  .business-tech .tech__inner .txt02, .business-solar .tit02,
  .business-solar .tit02{margin-top: 20px;}
  .business-tech .tech__inner .txt02, .business-solar .tit02,
  .business-solar .tit02{font-size: 16px;}
  .business-solar .solar__info .info__img{margin-top: 45px;}
  .business-solar .solar__info .info__img .img:not(:last-child){margin-bottom: 25px;}
  .business-solar .solar__contact{padding: 45px 0;}
  .business-solar .solar__contact > .inner > a{padding: 25px;}
  .business-solar .solar__contact > .inner > a .contact__img{width: 50px; height: 50px;}
  .business-solar .solar__contact > .inner > a .txt__wrap{margin-left: 25px;}
  .business-solar .solar__contact > .inner > a .txt__wrap .txt01{font-size: 18px; font-weight: 500;}
  .business-solar .solar__contact > .inner > a .txt__wrap .txt02{font-size: 15px; margin-top: 7px;}
  .business-solar .smart__banner{margin-top: 45px;}
  .business-solar .smart__banner .banner__txt{padding: 20px;}
  .business-solar .smart__banner .banner__txt > li > p:first-child{margin-right: 10px; width: 50px; font-size: 13px; line-height: 22px; height: 20px;}
  .business-solar .smart__banner .banner__txt > li > p:last-child{font-size: 14px; word-break: keep-all;}
  .business-solar .smart__banner .banner__txt > li{margin-bottom: 15px;}
  .business-solar .smart__img{margin-top: 45px;}

  .business-portfolio .pf__list{margin-top: 75px;}
  .business-portfolio .pf__list .list__info{margin-top: 25px;}
  .business-portfolio .pf__list .list__info .txt02{font-size: 22px;}
  .business-portfolio .pf__list .list__info .info__list{margin-top: 15px; padding: 15px;}
  .business-portfolio .pf__list .list__info .info__list > li{width: 100%; margin-bottom: 0px;}
  .business-portfolio .pf__list .list__info .info__list > li:not(:last-child){margin-bottom: 15px;}
  .business-portfolio .pf__list .list__info .info__list > li > p:first-child{font-size: 15px; width: 70px; margin-right: 10px; margin-bottom: 5px;}
  .business-portfolio .pf__list .list__info .info__list > li > p:last-child{font-size: 14px; flex: 1; display: flex; align-items: center;}
  .business-portfolio .pf__list .list__info .info__list>li:nth-last-child(-n + 2) {margin-bottom: 20px;}
  .business-portfolio .pf__list .list__info .info__list>li:last-child {margin-bottom: 0px;}
  .business-portfolio .pf__list .list__cont{margin-top: 25px; padding-top: 20px; flex-direction: column;}
  .business-portfolio .pf__list .list__cont > p{font-size: 16px;}
  .business-portfolio .pf__list > div:last-child{margin-bottom: 75px;}
  .business-portfolio{padding-bottom: 75px;}
  .business-tech .tab--style04,
  .business-portfolio .tab--style04, .business-portfolio .tab--style02{margin-top: 25px;}
  

  .business-tech .tech__inner{padding: 45px 25px 75px 25px}
  .tech__year{margin-top: 45px; justify-content: space-between; padding: 15px;}
  .tech__year > p{font-size: 24px;}
  .tech__year nav{width: 30px;}
  .tech__year nav img{width: 100%;}

  .business-tech .info__img{margin-top: 45px;}

  .business-tech03 .tech03_equipment .equip_outer{width: 300px; margin: auto;}
  .business-tech03 .tech03_equipment .equip_outer li{width: 100%; margin-bottom: 0;}
  .business-tech03 .tech03_equipment .equip_outer li:not(:last-child){margin-bottom: 25px;}
  .business-tech03 .tech03_equipment .equip_outer li .os_bot{font-size: 18px;}

  .business-tech03 .tech03_equipment .equip_outer{margin-top: 45px; padding-bottom: 75px;}
  .business-tech03 .performer_outer{padding-top: 45px;}
  .business-tech03 .performer_outer .info__img{margin-top: 45px;}

  .business-tech .tech__inner.no-margin{padding-top: 75px;}
  .business-tech03 .tech03_equipment{padding-bottom: 75px;}

  .company-history .history__banner{margin-bottom: 75px;}
  .company-history .history__list > li.reverse .list__event,
  .company-history .history__list .list__event{padding-left: 25px; margin-bottom: 25px;}
  .company-history .history__list .list__event .event__year{font-size: 26px;}
  .company-history .history__list .list__event .event__txt{font-size: 16px; margin-top: 10px;}
  .company-history .history__list .list__img{padding-left: 25px;}
  .company-history .history__list .list__img img{width: 270px;}
  .company-history .history__list .list__event::after{width: 14px; height: 14px;}
  .company-history .history__list .list__event::before{width: 8px; height: 8px;}

  .company-history .history__list > li{margin-bottom: 80px;}
  .company-history .history__list{padding-bottom: 75px;}

  .invest_inquiry_confirm .sub__tit img{width: 75px;}
  .invest_inquiry_confirm{padding-bottom: 75px; padding-top: 75px !important;}
  .invest_inquiry_confirm .sub__tit03{margin-top: 15px; margin-bottom: 45px; font-size: 20px;}

  .invest_public .public_list{margin-top: 45px;}
  .invest_public .public_list >div, .invest_public .public_list >a{font-size: 2.7vw;}
  .invest_public .public_list .list_writer{padding: 10px 3px;width: 100px;}
  .invest_public .public_list .list_date{padding: 10px 3px;width: 90px;}
  .invest_public .public_list .list_tit{padding: 10px 3px;}
  
  .search-page{padding-bottom: 100px;}
  .search-page .result_wrap .result_tit{font-size: 24px; padding-bottom: 10px;}
  .search-page .result_wrap .result_tit span{margin-left: 10px; font-size: 14px;}
  .search-page .result_wrap{margin-top: 75px;}
  .search-page .result_wrap .gallery__list, .search-page .result_wrap .module__list{margin-top: 25px;}
  .search-page .result_none{margin-top: 75px; font-size: 18px;}
  .search-page .search_form{margin-top: 45px; padding: 30px 30px;}
  .search-page .search_form .form_wrap input{height: 40px; line-height: 40px; font-size: 16px;}
  .search-page .search_form .form_wrap button{width: 40px; height: 40px;}
  .search-page .search_form .form_wrap button img{width: 20px;}
  .search-page .result_board>a{padding: 14px 0;}
  .search-page .result_board .board_tit{font-size: 18px; margin-bottom: 8px;}  
  .search-page .result_board .board_desc{font-size: 15px;}
  .board_view .board-view-ct .u-editor p{font-size: 16px;}
  .etc-page h5{font-size: 20px;}
  .etc-page h6{font-size: 18px;}
  .etc-page .etc__wrap{font-size: 15px; margin-top: 45px;}
  .business-solar{padding: 75px 0;}
  .business-solar .solar__info.industry .section03 img,
  .business-solar .solar__info.industry .section01 img{margin-top: 45px;}
  .business-solar .solar__info>section:not(:last-child){margin-bottom: 75px;}
  .business-solar .solar__info.industry .section02 .solution__wrap{margin-top: 45px;}
  .business-solar .solar__solution{margin-top: 100px; padding: 75px 0;}
  .business-solar .solar__solution .solution__slide{margin-top: 45px;}
  .business-solar .solar__info.industry .section02 .solution__wrap>li:first-child{margin-bottom: 15px;}
  .business-solar .solar__info.industry .section02 .solution__wrap>li{padding: 35px 25px;}
  .business-solar .solar__info.industry .section02 .solution__wrap .txt01{font-size: 22px;}
  .business-solar .solar__info.industry .section02 .solution__wrap .txt02{font-size: 16px; margin-top: 15px;}
  .business-solar .solar__info.industry .section02 .solution__wrap li > a{margin-top: 25px; width: 130px; height: 40px; line-height: 38px; font-size: 14px;}
  .business-solar .solar__solution .solution__slide .slide__img{height: 160px; overflow: hidden; position: relative;}
  .business-solar .solar__solution .solution__slide .slide__img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: 100%;}
  .business-solar .solar__solution .solution__slide .slide__txt{padding: 25px 18px;}
  .business-solar .solar__solution .solution__slide .slide__txt .txt01{font-size: 18px;}
  .business-solar .solar__solution .solution__slide .slide__txt .txt02{font-size: 15px; margin-top: 7px;}
  .business-solar .solar__solution .solution__slide .slick-prev,
  .business-solar .solar__solution .solution__slide .slick-next{width: 10px; height: 18px;}
  .business-solar .soloar__fields{padding: 75px 0 0 0;}
  .business-solar .soloar__fields .fields__list .list__txt .txt01{font-size: 20px;}
  .business-solar .soloar__fields .fields__list .list__txt .txt02{margin-top: 15px;}
  .business-solar .soloar__fields .fields__list .list__txt{margin-top: 25px;}
  .business-solar .soloar__fields .fields__list>li:not(:last-child){margin-bottom: 50px;}
  .business-solar .solar__info.home .info__module{margin-top: 45px;}
  .business-solar .solar__info.home .info__module .module__img img{max-width: 200px;}
  .business-solar .solar__info.home .info__module .module__txt{padding: 35px 25px;}
  .business-solar .solar__info.home .info__module .module__txt .txt01{font-size: 24px;}
  .business-solar .solar__info.home .info__module .module__txt .txt__list{margin-top: 15px; padding-top: 25px;}
  .business-solar .solar__info.home .info__module .module__txt .txt__list>li:not(:last-child){margin-bottom: 8px;}
  .business-solar .solar__info.home .info__module .module__txt .txt__list>li{flex-wrap: wrap;}
  .business-solar .solar__info.home .info__module .module__txt .txt02{width: 100%; font-size: 18px;}
  .business-solar .solar__info.home .info__module .module__txt .txt03{width: 100%; font-size: 16px; margin-top: 5px; word-break: keep-all;}
  .business-solar .solar__saving{padding: 75px 0;}
  .business-solar .solar__saving .saving__table .th{font-size: 13px; padding: 0px 6px;  word-break: keep-all; line-height: 1.5em; height: 45px; display: flex; align-items: center; justify-content: center;}
  .business-solar .solar__saving .saving__table .td{font-size: 13px; padding: 12px 6px;}
  .business-solar .solar__saving .saving__msg{margin-top: 15px; font-size: 13px;}
  .business-solar .solar__qna .qna__list > li{padding: 120px 15px 25px 15px; background-position: center 35px;}
  .business-solar .solar__qna .qna__list .list__q{word-break: keep-all; font-size: 20px; line-height: 1.4em;}
  .business-solar .solar__qna .qna__list .list__a{font-size: 16px; margin-top: 12px;}
  .business-solar .solar__spec{margin-top: 75px;}
  .business-solar .solar__spec .spec__list{margin-top: 45px;}
  .business-solar .solar__spec .spec__list .list__txt .txt__wrap:not(:last-child){margin-bottom: 30px;}
  .business-solar .solar__spec .spec__list li .list__txt{margin-top: 25px;}
  .business-solar .solar__spec .spec__list .list__txt .txt__wrap{padding-top: 25px; padding-left: 60px;}
  .business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt01{font-size: 40px;}
  .business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt02{font-size: 20px;}
  .business-solar .solar__spec .spec__list .list__txt .txt__wrap .txt03{font-size: 16px; margin-top: 10px;}
  .business-solar .solar__spec .spec__list li:not(:last-child){margin-bottom: 45px;}
  .business-solar .solar__qna{margin-top: 75px;}
  .business-solar .solar__qna .qna__list{margin-top: 45px;}
  .business-solar .solar__setup{margin-top: 75px;}
  .business-solar .solar__step .step__img,
  .business-solar .solar__setup .setup__img{margin-top: 45px;}
  .business-solar .solar__setup .setup__img,
  .business-solar .solar__step .step__img{padding: 25px;}
  .business-solar .solar__step{margin-top: 75px; margin-bottom: 125px;}
  .company-current .current__cont03 .cont03__list{margin-top: 25px;}
  .board--style01 .board__top{padding: 12px 10px;}
  .board--style01 .board__top>div{font-size: 14px;}
  .company-global .section__global .global__map .spot>p{font-size: 13px;}
  .company-global .section__global .global__map .spot .circle{margin-top: 20px;}
  .service_agent .agent_menu_tit li:nth-child(2), .service_agent .agent_menu_list li:nth-child(2){text-align: center;}
  .business-solar .solar__info.vpp .section01__wrap{padding-top: 75px; margin-top: 75px; padding-bottom: 75px;}
  .business-solar .solar__info.vpp .section01__container01{padding-bottom: 75px; margin-bottom: 60px;}
  .business-solar .tit03{font-size: 20px; line-height: 1.4em; margin-bottom: 45px;}
  .business-solar .solar__info.vpp .container02__list{margin-top: 45px;}
  .business-solar .solar__info.vpp .section01__container01 .tit02{margin-bottom: 45px;}
  .business-solar .solar__info.vpp .container02__list > li:not(:last-child){margin-bottom: 15px;}
  .business-solar .solar__info.vpp .container02__list > li{padding: 25px 11% 25px 11%; background-position: center 25px; background-size: 45px;}
  .business-solar .solar__info.vpp .container02__list .txt01{display: none;}
  .business-solar .solar__info.vpp .container02__list .txt02{font-size: 16px; text-align: center;}
  .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, .media_news .tab--style02, .board_view .tab--style02, .media_video .tab--style02, .company-recruit .tab--style02{margin-top: 25px;}
  .terms__popup{padding: 20px;}
  .terms__popup .txt01{font-size: 20px;}
  .terms__popup .terms{height: 200px; padding-top: 20px; font-size: 15px;}
  .terms__popup .popup__close{top: -30px; width: 20px;}
  .terms__popup .popup__close img{width: 100%;}
  .board_view .board-view-nav .lb,
  .board_view .board-view-nav li{font-size: 14px;}
  .addr__info.inner{margin-top: 75px;}
}

@media all and (max-width:568px) {
  .manage-quality .manage__operating li{width: 100%;}
  .manage-quality .manage__operating li .os_bot{padding: 35px 25px;}
  .manage-quality .manage__operating li .os_bot .os_tit{font-size: 22px; margin-bottom: 15px;}
  .manage-quality .manage__operating li .os_bot .os_desc{font-size: 16px;}
  .manage-quality .manage__management{padding: 75px 0;}
  .manage-quality .manage__management .inner > div{width: 90%; padding: 40px 0;}
  .manage-quality .manage__management .inner > div:not(:last-child){margin-bottom: 45px;}
  .manage-quality .manage__management .inner > div .mm_top img{width: 60px;}
  .manage-quality .manage__management .inner > div .mm_bot{margin-top: 20px; font-size: 20px;}
  .manage-quality .manage__management .inner > div > p{font-size: 16px; margin-top: 5px;}
}

@media all and (max-width:540px) {
  .table__wrap table{width: auto; min-width: 500px;}
}


@media all and (max-width:450px) {
  .company-intro .intro__top .top__img{width: 200px; margin-top: 110px; transform: translateX(20px);}
}
