#contents .visu {
  height: 250px;
  position: relative;
}
#contents .visu.sub01 {
  background: url('/m/en/images/contents/visu01.jpg') 50% 50% no-repeat;
}
#contents .visu.sub02 {
  background: url('/m/en/images/contents/visu02.jpg') 50% 50% no-repeat;
}
#contents .visu.sub03 {
  background: url('/m/en/images/contents/visu03.jpg') 50% 50% no-repeat;
}
#contents .visu.sub04 {
  background: url('/m/en/images/contents/visu04.jpg') 50% 50% no-repeat;
}
#contents .visu.sub05 {
  background: url('/m/en/images/contents/visu05.jpg') 50% 50% no-repeat;
}
#contents .visu.sub06 {
  background: url('/m/en/images/contents/visu06.jpg') 50% 50% no-repeat;
}
#contents .visu.sub07 {
  background: url('/m/en/images/contents/visu07.jpg') 50% 50% no-repeat;
}
#contents .visu .title {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  top: 122px;
  width: 100%;
  font-weight: 400;
}
#contents .visu .navigator {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#contents .visu .navigator a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.1rem;
}
#contents .visu .navigator a.path {
  background: url('/m/en/images/common/navi_icon.png') 95% 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
#contents .visu .navigator ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
#contents .visu .navigator ul li {
  position: relative;
  border-bottom: 1px solid #ababab;
}
#contents .visu .navigator ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.6);
}
#contents .container {
  padding: 40px 20px 80px;
}
#contents .container .row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #7f7f7f;
  overflow: hidden;
}
#contents .container .row p {
  font-size: .85rem;
  color: #555;
}
#contents .container .row.last {
  margin-bottom: 0;
}
#contents .container .row .left {
  width: 420px;
  float: left;
}
#contents .container .row .right {
  width: 730px;
  float: right;
}
#contents .container .row.default {
  border-bottom: none;
}
#contents .container .company .ceo .con01 {
  min-height: 310px;
  background: url('/m/en/images/contents/company/ceo_bg01.jpg') 50% 50% no-repeat;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 20px;
  background-size: cover;
}
#contents .container .company .ceo .con01 strong {
  display:block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
#contents .container .company .ceo .con01 strong:after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: -20px;
}
#contents .container .company .ceo .con01 p {
  font-size: 1rem;
  color: #fff;
  margin-top: 40px;
  font-weight: 300;
  line-height: 26px;
}
#contents .container .company .ceo .con02 {
  background: #f3f3f3;
  padding: 20px;
}
#contents .container .company .ceo .con02 strong {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 20px;
  font-weight: 400;
}
#contents .container .company .ceo .con02 p {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  font-size: 1rem;
  color: #222;
  text-align: justify;
}
#contents .container .company .ceo .con02 p span {
  display: block;
  text-align: right;
  margin-top: 20px;
}
#contents .container .company .ceo .con02 p span strong {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#contents .container .company .history .ad-spot {
  position: relative;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Noto Sans KR';
  display: inline-block;
  font-size: 13px;
  padding: 0px;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-pager {
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  padding-top: 0;
  bottom: 15px;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-pager.bx-default-pager a {
  box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-pager.bx-default-pager a.active,
#contents .container .company .history .ad-spot .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 20px;
  margin-top: 0;
  top: 244px;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-prev {
  background: url('/m/en/images/common/arrow_icon09.png') no-repeat;
  left: 95%;
}
#contents .container .company .history .ad-spot .bx-wrapper .bx-next {
  background: url('/m/en/images/common/arrow_icon10.png') no-repeat;
  right: 20px;
}
#contents .container .company .history .tab-type01-contents dl {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 20px;
}
#contents .container .company .history .tab-type01-contents dl dt {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  vertical-align: top;
}
#contents .container .company .history .tab-type01-contents dl dd {
  display: block;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding: 10px 0 20px;
}
#contents .container .company .history .tab-type01-contents dl dd strong {
  font-size: 1rem;
  color: #222;
  display: table-cell;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  float: left;
}
#contents .container .company .history .tab-type01-contents dl dd ul {
  position: relative;
  display: table-cell;
  padding-left: 10px;
}
#contents .container .company .history .tab-type01-contents dl dd ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}
#contents .container .company .introduce .vision .row {
  padding-bottom: 42px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
#contents .container .company .introduce .vision .row figure {
  margin-bottom: 20px;
}
#contents .container .company .introduce .vision .row .info p {
  font-size: 1rem;
  color: #444;
  margin-top: 20px;
  line-height: 25px;
}
#contents .container .company .introduce .vision .row:last-child {
  border-bottom: none;
  padding-top: 40px;
}
#contents .container .company .introduce .manage-rule .top {
  background: url('/m/en/images/contents/company/rule_img01.jpg') no-repeat;
  background-size: cover;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 85px;
}
#contents .container .company .introduce .manage-rule .top p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
#contents .container .company .introduce .manage-rule .box {
  padding: 20px;
  background: #f3f3f3;
}
#contents .container .company .introduce .manage-rule .box .row {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
#contents .container .company .introduce .manage-rule .box .row figure {
  margin-bottom: 20px;
}
#contents .container .company .introduce .manage-rule .box .row figure img {
  width: 100%;
}
#contents .container .company .introduce .manage-rule .box .row .info {
  box-sizing: border-box;
}
#contents .container .company .introduce .manage-rule .box .row .info ul {
  margin-top: 20px;
}
#contents .container .company .introduce .manage-rule .box .row:last-child {
  border-bottom: none;
  padding-top: 40px;
}
#contents .container .company .introduce .ty-spirit .row {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
#contents .container .company .introduce .ty-spirit .row figure {
  margin-bottom: 20px;
  text-align: center;
}
#contents .container .company .introduce .ty-spirit .row figure img {
  max-width: 100px;
}
#contents .container .company .introduce .ty-spirit .row:first-child {
  padding: 0 0 20px;
}
#contents .container .company .introduce .ty-spirit .row:last-child {
  border-bottom: none;
}
#contents .container .company .location .row {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
  padding: 40px 0;
}
#contents .container .company .location .row .info {
  overflow: hidden;
}
#contents .container .company .location .row .info .info-box p {
  margin-bottom: 10px;
}
#contents .container .company .location .row .info .info-box span.btn {
  margin-right: 10px;
  font-size: .9rem;
}
#contents .container .company .location .row .info .info-box ul {
  margin-top: 10px;
}
#contents .container .company .location .row .info .info-box ul li {
  margin-bottom: 5px;
  font-size: .9rem;
}
#contents .container .company .location .row .map {
  height: 300px;
  background: #e5e5e5;
  margin-bottom: 20px;
  width: 100%;
}
#contents .container .company .location .row .map iframe {
  width: 100%;
}
#contents .container .business .tit {
  text-align: center;
}
#contents .container .business .info {
  margin-top: 30px;
  background: #ebebeb;
  overflow: hidden;
  margin-bottom: 20px;
}
#contents .container .business .info .info-txt {
  padding: 20px;
  box-sizing: border-box;
  font-size: .9rem;
  color: #222;
  text-align: justify;
  line-height: 25px;
}
#contents .container .business .business-slide {
  position: relative;
  margin-bottom: 20px;
}
#contents .container .business .business-slide .caption {
  width: 100%;
  background: #262626;
  box-sizing: border-box;
  padding: 20px;
}
#contents .container .business .business-slide .caption strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
#contents .container .business .business-slide .caption ul {
  margin-top: 10px;
}
#contents .container .business .business-slide .caption ul li {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: .9rem;
}
#contents .container .business .business-slide .caption ul li:before {
  background: #fff;
}
#contents .container .business .business-slide .caption ul li span {
  display: table-cell;
}
#contents .container .business .business-slide .caption ul li span:first-child {
  width: 70px;
  position: relative;
}
#contents .container .business .business-slide .caption ul li span:first-child:after {
  content: ":";
  position: absolute;
  right: 0;
}
#contents .container .business .business-slide .caption ul li span:last-child {
  padding-left: 10px;
}
#contents .container .business .business-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}
#contents .container .business .business-slide .swiper-button-next {
  background: url('/m/en/images/common/slider_next01.png') 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -25%;
  background-size: cover;
}
#contents .container .business .business-slide .swiper-button-prev {
  background: url('/m/en/images/common/slider_prev01.png') 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  margin-top: -25%;
  background-size: cover;
}
#contents .container .business .business-spot {
  margin-bottom: 20px;
}
#contents .container .business .business-spot .bx-wrapper img {
  width: 100%;
  display: block;
}
#contents .container .business .business-spot .bx-wrapper .caption {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 20px;
}
#contents .container .business .business-spot .bx-wrapper .caption strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
#contents .container .business .business-spot .bx-wrapper .caption ul {
  margin-top: 10px;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: .9rem;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li:before {
  background: #fff;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li span {
  display: table-cell;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li span:first-child {
  width: 70px;
  position: relative;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li span:first-child:after {
  content: ":";
  position: absolute;
  right: 0;
}
#contents .container .business .business-spot .bx-wrapper .caption ul li span:last-child {
  padding-left: 10px;
}
#contents .container .business .business-spot .bx-wrapper .bx-controls-direction a {
  width: 51px;
  height: 51px;
  margin-top: -110px;
}
#contents .container .business .business-spot .bx-wrapper .bx-prev {
  left: 60px;
  background: url('/m/en/images/common/slider_prev01.png') 50% 50% no-repeat;
}
#contents .container .business .business-spot .bx-wrapper .bx-next {
  right: 60px;
  background: url('/m/en/images/common/slider_next01.png') 50% 50% no-repeat;
}
#contents .container .business .business-spot .bx-wrapper .bx-pager {
  border: 1px solid #4d4d4d;
  padding: 0;
  width: 75px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  right: 40px;
  bottom: 40px;
}
#contents .container .business .list-box {
  padding: 20px;
  border: 1px solid #999;
  overflow: hidden;
}
#contents .container .business .list-box ul li {
  position: relative;
  font-size: .8rem;
  color: #666;
  padding-left: 10px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 10px 0;
  float: left;
  box-sizing: border-box;
}
#contents .container .business .list-box ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #535353;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#contents .container .business .list-box.type02 {
  padding: 0 20px;
}
#contents .container .business .list-box.type02 dl {
  border-bottom: 1px dashed #7f7f7f;
  padding: 20px 0;
}
#contents .container .business .list-box.type02 dl dt {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 10px;
}
#contents .container .business .list-box.type02 dl dd {
  display: block;
}
#contents .container .business .list-box.type02 dl dd ul {
  overflow: hidden;
}
#contents .container .business .list-box.type02 dl dd ul li {
  display: block;
  width: 100%;
  vertical-align: middle;
}
#contents .container .business .list-box.type02 dl:last-child {
  border-bottom: none;
}
#contents .container .ir .tab-type01 ul li a {
  font-size: .7rem;
}
#contents .container .ir .table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-top: 40px;
  background: url('/m/en/images/common/scroll_icon.png') 50% 0% no-repeat;
  background-size: 320px;
}
#contents .container .ir .tit {
  margin-bottom: 20px;
}
#contents .container .ir .stock {
  box-sizing: border-box;
  background: #f6f6f6;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 30px 0 40px;
}
#contents .container .ir .stock p {
  font-size: 1.8rem;
  text-align: center;
}
#contents .container .ir .stock p strong {
  color: #000;
  font-weight: 400;
}
#contents .container .ir .stock p strong span {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 30px;
  font-weight: 300;
  margin-left: 40px;
}
#contents .container .ir .stock p strong span.up {
  color: #f74f47;
  background: url('/m/en/images/common/arrow_icon15.png') no-repeat;
  background-position: 0% 50%;
}
#contents .container .ir .stock p strong span.down {
  color: #4d9eef;
  background: url('/m/en/images/common/arrow_icon16.png') no-repeat;
  background-position: 0% 50%;
}
#contents .container .ir .stock .price-list {
  position: relative;
  margin-top: 20px;
}
#contents .container .ir .stock .price-list ul {
  overflow: hidden;
}
#contents .container .ir .stock .price-list ul li {
  float: left;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: .8rem;
  position: relative;
  box-sizing: border-box;
  width: 25%;
}
#contents .container .ir .stock .price-list ul li span {
  display: block;
  margin-top: 10px;
}
#contents .container .ir .stock .price-list ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  background: #c5c5c5;
}
#contents .container .ir .stock .price-list ul li:last-child:after {
  display: none;
}
#contents .container .ir .stock.type01 {
  border: none;
  background: url('/m/en/images/contents/ir/stock_bg.jpg') 50% 50% no-repeat;
}
#contents .container .ir .stock.type01 p strong {
  color: #fff;
}
#contents .container .ir .stock.type01 .price-list ul li {
  color: #fff;
}
#contents .container .ir .stock.type01 .price-list ul li:after {
  background: #535356;
}
#contents .container .ir .explanation {
  padding: 15px 0;
}
#contents .container .ir .explanation .txt01 {
  display: inline-block;
  font-size: .85rem;
  color: #555;
  padding-left: 30px;
  line-height: 23px;
}
#contents .container .ir .explanation .txt02 {
  display: inline-block;
  font-size: .85rem;
  color: #555;
  float: right;
}
#contents .container .ir .bottom-group {
  background: url('/m/en/images/contents/ir/bg_img01.jpg') 50% 50% no-repeat;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 40px;
}
#contents .container .ir .bottom-group strong {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  display: block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#contents .container .ir .bottom-group .btn {
  background-position: 88% 51%;
  box-sizing: border-box;
  width: 130px;
  text-align: left;
  vertical-align: middle;
  margin: 0 3px;
  padding: 10px;
}
#contents .container .ir .total-stock {
  background: url('/m/en/images/contents/ir/stock_bg02.jpg') 50% 50% no-repeat;
  overflow: hidden;
  padding: 30px 0;
}
#contents .container .ir .total-stock div {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
#contents .container .ir .total-stock div strong {
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
}
#contents .container .ir .total-stock div p {
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 30px;
  color: #000;
}
#contents .container .ir .total-stock div p.up {
  background: url('/m/en/images/common/arrow_icon18.png') 100% 8px no-repeat;
  background-size: 25px;
}
#contents .container .ir .total-stock div p.down {
  background: url('/m/en/images/common/arrow_icon17.png') 100% 8px no-repeat;
  background-size: 25px;
}
#contents .container .ir .total-stock div span {
  display: block;
  font-size: 18px;
  color: #555;
}
#contents .container .ir .report table {
  border-top: 2px solid #000;
}
#contents .container .ir .report table tbody tr th,
#contents .container .ir .report table tbody tr td {
  padding: 20px;
}
#contents .container .ir .report .btn {
  display: inline-block;
  margin-left: 3px;
}
#contents .container .ir .toggle-table tbody tr.toggle-tr {
  display: none;
}
#contents .container .ethical .code-ethics .tit {
  text-align: center;
  margin-bottom: 20px;
}
#contents .container .ethical .code-ethics .colunm {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 40px;
}
#contents .container .ethical .code-ethics .colunm figure {
  text-align: center;
  margin-bottom: 35px;
}
#contents .container .ethical .code-ethics .colunm figure img {
  max-width: 120px;
}
#contents .container .ethical .ethical-box {
  padding: 160px 20px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
}
#contents .container .ethical .ethical-box.type01 {
  background: url('/m/en/images/contents/cleancenter/ethics_icon01.png') 50% 35px no-repeat;
  background-color: #3d4757;
  background-size: 90px;
}
#contents .container .ethical .ethical-box.type02 {
  background: url('/m/en/images/contents/cleancenter/ethics_icon02.png') 50% 35px no-repeat;
  background-color: #3d4757;
  background-size: 90px;
}
#contents .container .ethical .ol-type01 {
  margin-top: 40px;
}
#contents .container .ethical .ul-type01,
#contents .container .ethical .ul-type02 {
  margin-top: 20px;
}
#contents .container .ethical .tit {
  margin-bottom: 20px;
}
#contents .container .ethical table {
  margin-top: 20px;
}
#contents .container .ethical .toggle-type01 {
  margin: 20px 0 40px;
}
#contents .container .ethical .step-box {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}
#contents .container .ethical .step-box ul {
  overflow: hidden;
}
#contents .container .ethical .step-box ul li {
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 50%;
  position: relative;
  min-height: 241px;
  padding: 10px;
}
#contents .container .ethical .step-box ul li figure img {
  max-width: 100px;
}
#contents .container .ethical .step-box ul li p {
  margin-top: 20px;
  font-size: .8rem;
}
#contents .container .ethical .step-box ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 240px;
  border-right: 1px dashed #7c7c7c;
  position: absolute;
  top: 0;
  right: 0;
}
#contents .container .ethical .step-box ul li:nth-child(2):after,
#contents .container .ethical .step-box ul li:last-child:after {
  display: none;
}
#contents .container .ethical .step-box ul li:nth-child(3):before,
#contents .container .ethical .step-box ul li:nth-child(4):before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #7c7c7c;
  position: absolute;
  top: -10px;
  left: 0;
}
#contents .container .ethical .icon-notice03 {
  padding-left: 35px;
}
#contents .container .ethical .agree-box .agreement {
  border: 1px solid #ccc;
  padding: 40px;
  box-sizing: border-box;
  height: 360px;
  overflow-y: auto;
}
#contents .container .ethical .group-box {
  margin-top: 20px;
  background: #f1f1f1;
  padding: 30px 0;
  text-align: center;
}
#contents .container .ethical .btn-group {
  text-align: center;
  margin-top: 50px;
}
#contents .container .ethical .btn-group a {
  box-sizing: border-box;
  width: 49%;
}
#contents .container .ethical .result-box .top {
  overflow: hidden;
  padding: 20px;
  background: #f6f6f6;
}
#contents .container .ethical .result-box .top .table-wrap {
  display: table-cell;
  box-sizing: border-box;
}
#contents .container .ethical .result-box .top .table-wrap table tbody tr td input {
  background: #fff;
}
#contents .container .ethical .result-box .top .table-wrap table tbody tr td a {
  height: 40px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
}
#contents .container .ethical .result-box .top .table-wrap table tbody tr td .icon-notice01 {
  padding-left: 35px;
}
#contents .container .ethical .result-box .btn-group {
  background: url('/m/en/images/contents/cleancenter/result_bg01.jpg') 50% 0 no-repeat;
  padding: 30px 0;
  margin: 0;
}
#contents .container .ethical .result-box .btn-group .btn-type02 {
  background-color: #fff;
}
#contents .container .growth .table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-top: 40px;
  background: url(/m/en/images/common/scroll_icon.png) 50% 0% no-repeat;
  background-size: 320px;
}
#contents .container .growth .partner .top {
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 50px 20px;
}
#contents .container .growth .partner .top h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
#contents .container .growth .partner .top p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
#contents .container .growth .partner .bottom {
  text-align: center;
  background: url('/m/en/images/contents/cleancenter/growth_bg01.jpg') 50% 50% no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 20px;
}
#contents .container .growth .partner .bottom strong {
  color: #fff;
  font-sizE: 1.2rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
#contents .container .growth .partner .bottom strong:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: -16px;
  background: #fff;
}
#contents .container .growth .partner .bottom p {
  color: #fff;
  font-size: 1rem;
}
#contents .container .growth .partner.visu01 .top {
  background: url('/m/en/images/contents/cleancenter/growth01.jpg') 50% 50% no-repeat;
}
#contents .container .growth .partner.visu02 .top {
  background: url('/m/en/images/contents/cleancenter/growth02.jpg') 50% 50% no-repeat;
}
#contents .container .growth .box {
  background: #f6f6f6;
  padding: 30px 20px;
}
#contents .container .growth .box .tit02 {
  margin-top: 20px;
}
#contents .container .growth .box .tit02:first-child {
  margin-top: 0;
}
#contents .container .growth .box p {
  font-size: 1rem;
  color: #444;
  font-weight: 400;
}
#contents .container .growth .box p.icon-notice03 {
  padding-left: 33px;
}
#contents .container .growth .box .ul-type01 li {
  margin-bottom: 10px;
  font-weight: 400;
}
#contents .container .growth .e-procurement {
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px 20px;
  background: url('/m/en/images/contents/cleancenter/growth03.jpg') 50% 50% no-repeat;
}
#contents .container .growth .e-procurement h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
#contents .container .growth .e-procurement .btn-group {
  text-align: center;
  margin-top: 30px;
}
#contents .container .growth .e-procurement .btn-group a.btn {
  font-size: 1.1rem;
  color: #000;
  padding: 0px 55px 0 85px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  line-height: 60px;
  margin: 5px 0;
}
#contents .container .growth .e-procurement .btn-group a.btn strong {
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
#contents .container .growth .e-procurement .btn-group a.btn.btn-procurement01 {
  background: url('/m/en/images/contents/cleancenter/btn_procurement01.png') no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 30px 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-size: 35px;
}
#contents .container .growth .e-procurement .btn-group a.btn.btn-procurement02 {
  background: url('/m/en/images/contents/cleancenter/btn_procurement02.png') no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 30px 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-size: 30px;
}
#contents .container .growth .e-procurement .btn-group a.btn i {
  display: inline-block;
  background: url('/m/en/images/common/sp_btn_ico.png') no-repeat;
  width: 19px;
  height: 8px;
  background-position: 0px -7px;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -4px;
}
#contents .container .growth .login-form {
  overflow: hidden;
}
#contents .container .growth .login-form figure img {
  display: block;
}
#contents .container .growth .login-form .login-box {
  position: relative;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 20px;
}
#contents .container .growth .login-form .login-box fieldset p:first-child {
  margin-bottom: 10px;
}
#contents .container .growth .login-form .login-box fieldset label {
  display: block;
  font-size: 1.1rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 5px;
}
#contents .container .growth .login-form .login-box fieldset input {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #d6d6d6;
}
#contents .container .growth .login-form .login-box fieldset .submit {
  display: block;
  background: #5c626b;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}
#contents .container .growth .login-form .login-box .icon-notice01 {
  padding-left: 30px;
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
  font-weight: 400;
}
#contents .container .growth .btn.btn-dwn {
  font-size: .7rem;
  padding: 5px 30px 5px 10px;
}
#contents .container .growth .result-list .top {
  text-align: center;
  padding: 20px 0;
}
#contents .container .growth .result-list .top .col {
  display: inline-block;
  position: relative;
}
#contents .container .growth .result-list .top .col input {
  background: #fff;
  display: inline-block;
  width: 133px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 32px 10px 15px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
  text-align: center;
}
#contents .container .growth .result-list .top .col .cal {
  position: absolute;
  right: 10px;
  top: 8px;
}
#contents .container .growth .result-list .top .top-btn {
  display: inline-block;
}
#contents .container .growth .result-list .top .top-btn .btn {
  color: #fff;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
#contents .container .growth .result-list .top .top-btn.btn01 .btn {
  background: #5c626b;
}
#contents .container .growth .result-list .top .top-btn.btn02 .btn {
  background: #9e1c4e;
}
#contents .container .prcenter .brochure .box {
  box-sizing: border-box;
  /*background: url('@{imagesDir_contents}/prcenter/brochure.png') no-repeat;*/
}
#contents .container .prcenter .brochure .box .tit {
  color: #fff;
  margin-bottom: 5px;
}
#contents .container .prcenter .brochure .box .tit:before {
  background: #fff;
}
#contents .container .prcenter .brochure .box p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
#contents .container .prcenter .brochure .btn-group {
  text-align: center;
}
#contents .container .prcenter .brochure .btn-group .btn {
  margin-top: 50px;
  box-sizing: border-box;
  width: 230px;
  text-align: left;
}
#contents .container .prcenter .ci-box .btn-group,
#contents .container .prcenter .bi-box .btn-group {
  text-align: center;
  margin-top: 30px;
}
#contents .container .prcenter .ci-box .btn-group a,
#contents .container .prcenter .bi-box .btn-group a {
  box-sizing: border-box;
  width: 105px;
  font-size: .7rem;
  text-align: left;
  letter-spacing: -1px;
}
#contents .container .prcenter .ci-box .btn-group a i,
#contents .container .prcenter .bi-box .btn-group a i {
  right: 4%;
}
#contents .container .prcenter .info {
  margin-top: 40px;
}
#contents .container .prcenter .info dd {
  font-size: .9rem;
  color: #444;
  font-weight: 400;
  line-height: 28px;
}
#contents .container .prcenter .art-hall .table-wrap {
  width: 100%;
  overflow-x: auto;
  padding-top: 40px;
  background: url('/m/en/images/common/scroll_icon.png') 50% 0% no-repeat;
  background-size: 320px;
}
#contents .container .prcenter .art-hall .tit {
  margin-bottom: 20px;
}
#contents .container .prcenter .art-hall .sub-tit {
  font-size: 17px;
  color: #444;
  font-weight: 400;
  padding-bottom: 45px;
}
#contents .container .prcenter .art-hall .ad-spot {
  position: relative;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Noto Sans KR';
  display: inline-block;
  font-size: 17px;
  padding: 0px;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-pager {
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  padding-right: 95px;
  padding-top: 0;
  bottom: 25px;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-pager.bx-default-pager a {
  box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-pager.bx-default-pager a.active,
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 20px;
  margin-top: 0;
  top: 383px;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-prev {
  background: url('/m/en/images/common/arrow_icon09.png') no-repeat;
  left: 95%;
}
#contents .container .prcenter .art-hall .ad-spot .bx-wrapper .bx-next {
  background: url('/m/en/images/common/arrow_icon10.png') no-repeat;
  right: 20px;
}
#contents .container .prcenter .art-hall table tbody tr td p {
  margin-bottom: 5px;
  font-size: .8rem;
}
#contents .container .prcenter .art-hall .ul-type01,
#contents .container .prcenter .art-hall .ul-type02 {
  margin-top: 25px;
}
#contents .container .prcenter .art-hall .ul-type01 li,
#contents .container .prcenter .art-hall .ul-type02 li {
  margin-bottom: 5px;
}
#contents .container .prcenter .art-hall .icon-notice02 {
  margin-top: 20px;
  font-size: 15px;
}
#contents .container .recruitment .recruiment-visu {
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  padding: 70px 20px;
}
#contents .container .recruitment .recruiment-visu strong {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
#contents .container .recruitment .recruiment-visu strong:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: -16px;
  background: #fff;
}
#contents .container .recruitment .recruiment-visu p {
  color: #fff;
  font-size: 1rem;
}
#contents .container .recruitment .recruiment-visu.visu01 {
  background: url('/m/en/images/contents/recruitment/recruitment_visu01.jpg') no-repeat;
  background-size: cover;
}
#contents .container .recruitment .recruiment-visu.visu02 {
  background: url('/m/en/images/contents/recruitment/recruitment_visu02.jpg') no-repeat;
  background-size: cover;
}
#contents .container .recruitment .tit {
  margin-bottom: 10px;
}
#contents .container .recruitment .box {
  background: #f6f6f6;
  padding: 20px;
}
#contents .container .recruitment .box .row {
  margin-bottom: 0;
}
#contents .container .recruitment .box .tit {
  margin-bottom: 10px;
}
#contents .container .recruitment .box figure {
  text-align: center;
  margin: 20px 0;
}
#contents .container .recruitment .box p {
  margin-bottom: 5px;
}
#contents .container .recruitment .box .ul-type01 li {
  margin-bottom: 5px;
}
#contents .container .recruitment .box .col .list {
  padding-left: 90px;
  min-height: 100px;
  margin-top: 30px;
}
#contents .container .recruitment .box .col .list strong {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  display: block;
  padding-top: 20px;
}
#contents .container .recruitment .box .col .list .ul-type02 {
  margin-top: 10px;
}
#contents .container .recruitment .box .col .list .ul-type02 li {
  margin-bottom: 5px;
}
#contents .container .recruitment .box .col .list.li01 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits01.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li02 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits02.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li03 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits03.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li04 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits04.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li05 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits05.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li06 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits06.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .box .col .list.li07 {
  background: url('/m/en/images/contents/recruitment/welfare_benefits07.png') no-repeat;
  background-size: 70px;
}
#contents .container .recruitment .btn-group {
  padding: 50px 0;
  text-align: center;
}
#contents .container .recruitment .btn-group .btn {
  font-size: 18px;
  text-align: left;
  background: url('/m/en/images/contents/recruitment/btn_icon.png') no-repeat;
  background-color: #9e1c4e;
  border-color: #9e1c4e;
  width: 250px;
  box-sizing: border-box;
  color: #fff;
  padding: 20px;
  font-weight: 400;
  background-position: 90% 50%;
}
#contents .container .recruitment .education .education-visu {
  margin-bottom: 50px;
}
#contents .container .recruitment .education .education-list .list {
  min-height: 100px;
  padding: 110px 20px 30px;
  border-bottom: 1px dashed #7f7f7f;
  margin-bottom: 20px;
}
#contents .container .recruitment .education .education-list .list strong {
  font-size: 1.1rem;
  color: #222;
  font-weight: 400;
  display: block;
  padding-top: 20px;
  text-align: center;
}
#contents .container .recruitment .education .education-list .list .ul-type01 {
  margin-top: 10px;
}
#contents .container .recruitment .education .education-list .list .ul-type01 li {
  margin-bottom: 5px;
}
#contents .container .recruitment .education .education-list .list.li01 {
  background: url('/m/en/images/contents/recruitment/education_li01.png') no-repeat;
  background-position: 50% 20px;
  background-size: 100px;
}
#contents .container .recruitment .education .education-list .list.li02 {
  background: url('/m/en/images/contents/recruitment/education_li02.png') no-repeat;
  background-position: 50% 20px;
  background-size: 100px;
}
#contents .container .recruitment .education .education-list .list.li03 {
  background: url('/m/en/images/contents/recruitment/education_li03.png') no-repeat;
  background-position: 50% 20px;
  background-size: 100px;
}
#contents .container .customer .tit {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#contents .container .customer .btn-group {
  margin-top: 30px;
}
#contents .container .customer .agree-box .agreement {
  border: 1px solid #ccc;
  padding: 40px;
  box-sizing: border-box;
  height: 250px;
  overflow-y: auto;
}
#contents .container .customer .group-box {
  margin-top: 20px;
  background: #f1f1f1;
  padding: 30px 0;
  text-align: center;
}
#contents .container .customer .btn-group a {
  width: 100px;
  margin: 0 3px;
}
#contents .container .customer .board-view .reply table tbody tr th {
  background: #f2f2f2;
}
#contents .container .etc .info-box {
  border: 1px solid #ccc;
  padding: 130px 20px 50px;
  background: url('/m/en/images/contents/etc/etc_icon.png') 50% 35px no-repeat;
  background-size: 70px;
  font-size: .9rem;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
#contents .container .error figure {
  text-align: center;
  margin-bottom: 40px;
}
#contents .container .error .btn-group a {
  box-sizing: border-box;
  width: 105px;
  margin: 0 3px;
}
#contents .container .error .btn-group a.btn02 {
  background: #f0f0f0;
}


#contents .container .customer .result-box .top {
  overflow: hidden;
  padding: 20px;
  background: #f6f6f6;
}
#contents .container .customer .result-box .top .table-wrap {
  display: table-cell;
  box-sizing: border-box;
}
#contents .container .customer .result-box .top .table-wrap table tbody tr td input {
  background: #fff;
}
#contents .container .customer .result-box .top .table-wrap table tbody tr td a {
  height: 40px;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
}
#contents .container .customer .result-box .top .table-wrap table tbody tr td .icon-notice01 {
  padding-left: 35px;
}
#contents .container .customer .result-box .btn-group {
  background: url('/m/images/contents/cleancenter/result_bg01.jpg') 50% 0 no-repeat;
  padding: 30px 0;
  margin: 0;
  text-align:center;
}
#contents .container .customer .result-box .btn-group .btn-type02 {
  background-color: #fff;
}