@charset "utf-8";
@import url("contents.css");
/*
  최초작성 : 박서진
  최초작성일 : 2017.11.30
 */

/* sub010101 개요  */
.summary-bg {
    display: inline-block;
    width: 100%;
    padding-top: 548px;
    margin-top: -300px;
    background: url("/images/korean/contents/summary-bg.jpg") center 0 / cover no-repeat;
}
.summary-top {
    padding-top: 110px;
    margin-bottom: 80px;
    background: url("/images/korean/contents/summary.jpg") center/cover no-repeat;
}
.summary-top > div {
    position: relative;
    width: 1440px;
    margin: auto;
    height: 760px;
}
.summary-top h2 {
    position: relative;
}
.summary-top h2:after {
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 10px;
    background: #f8f8f8;
    content: "";
}
.summary-top .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 87px 80px 50px;
    width: 55%;
    background: #fff;
    z-index: 1;
}
.summary-top .txt p {
    margin-top: 33px;
}
.summary-top .slogan {
    position: absolute;
    right: 0;
    top: 0;
    padding: 168px 0;
    width: 55%;
    border: 10px solid #fff;
    z-index: 0;
}
.summary-top .slogan p {
    color: #fff;
    text-align: center;
}
.summary-top .slogan p:first-child {
    font-family: "Squada One", cursive;
    text-transform: uppercase;
    font-size: 2.313em;
}
.summary-top .slogan span {
    display: block;
    font-size: 2.108em;
    line-height: 0.6;
}
.summary-top .slogan p:last-child {
    margin-top: 18px;
}
.summary-info .current {
    text-align: center;
    margin-bottom: 70px;
}
.summary-info .current li {
    position: relative;
    display: inline-block;
    width: 164px;
    margin: 0 22px;
    vertical-align: top;
}
.summary-info .current li:first-child {
    margin-left: 0;
}
.summary-info .current li:last-child {
    margin-right: 0;
}
.summary-info .current li .img {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("/images/korean/contents/current01.png") center no-repeat #f3f3f3;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.summary-info .current li:nth-of-type(2) > .img {
    background-image: url("/images/korean/contents/current02.png");
}
.summary-info .current li:nth-of-type(3) > .img {
    background-image: url("/images/korean/contents/current03.png");
}
.summary-info .current li:nth-of-type(4) > .img {
    background-image: url("/images/korean/contents/current04.png");
}
.summary-info .current li:nth-of-type(5) > .img {
    background-image: url("/images/korean/contents/current05.png");
}
.summary-info .current li:nth-of-type(6) > .img {
    background-image: url("/images/korean/contents/current06.png");
}
.summary-info .current .txt {
    margin-top: 20px;
}
.summary-info .current em {
    color: #888;
}
.summary-info .current p {
    font-size: 1.5em;
    font-weight: 900;
}
.summary-info .current div span {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    padding: 14px 0 24px;
    font-size: 0.875em;
    color: #888;
}
.summary-info .current div span:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background: #c6c6c6;
    content: "";
}
.business-area {
    text-align: center;
    margin: -2.3% 0 0 -2.3%;
}
.business-area:after {
    display: block;
    clear: both;
    content: "";
}
.business-area li {
    display: inline-block;
    width: 400px;
    margin: 1.1% 0 0 1.1%;
    position: relative;
    border: 1px solid #e2e2e2;
}
.business-area li a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.business-area li .business-title {
    display: inline-block;
    padding-bottom: 245px;
    width: 100%;
    background: url("/images/korean/contents/business01.jpg") center/cover no-repeat;
}
.business-area li:nth-of-type(2) .business-title {
    background-image: url("/images/korean/contents/business02.jpg");
}
.business-area li:nth-of-type(3) .business-title {
    background-image: url("/images/korean/contents/business03.jpg");
}
.business-area li:nth-of-type(4) .business-title {
    background-image: url("/images/korean/contents/business04.jpg");
}
.business-area li:last-child .business-title {
    background-image: url("/images/korean/contents/business05.jpg");
}
.business-area li h3 {
    position: relative;
    padding: 22px 34px;
    font-size: 1.5em;
    color: #fff;
    z-index: 1;
    text-align: left;
}
.business-area li h3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #aa095c;
    content: "";
    z-index: -1;
    transition: width 0.4s;
}
.business-area li h3:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    content: "";
    z-index: -2;
}
.business-area .txt {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    opacity: 0;
    transition: opacity 0.4s;
    text-align: left;
    z-index: 10;
}
.business-area .txt p {
    font-size: 1.2em;
    color: #fff;
}
.business-area li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    content: "";
    transition: opacity 0.4s;
}
.business-area li:hover::after {
    opacity: 0.6;
}
.business-area li:hover h3:before {
    width: 100%;
}
.business-area li:hover .txt {
    opacity: 1;
}

/* sub010102 */
.mission {
    margin: 100px 0;
}
.mission ul {
    text-align: center;
}
.mission ul:after {
    display: block;
    clear: both;
    content: "";
}
.mission li {
    position: relative;
    display: inline-block;
    width: 15vw;
    height: 15vw;
    vertical-align: middle;
}
.mission li:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #26315c;
    border-radius: 40px;
    transform: rotate(45deg);
    content: "";
    z-index: -2;
}
.mission li div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mission p {
    margin-top: 14px;
    font-family: "Noto";
    font-size: 1.125em;
    color: #fff;
}
.mission li:nth-of-type(1)::before,
.mission li:nth-of-type(3)::before {
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2em;
    font-family: "xeicon";
    content: "\e913";
}
.mission li:nth-of-type(3)::before {
    left: -28px;
    right: inherit;
}
.mission li:nth-of-type(2) {
    width: 18vw;
    height: 18vw;
}
.mission li:nth-of-type(2)::before,
.mission li:nth-of-type(2)::after {
    background: rgba(170, 9, 92, 0.8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    transform: rotate(45deg);
    z-index: -1;
}
.mission li:nth-of-type(2) p {
    font-size: 1.778em;
}
.mission li:last-child:after {
    background: #2c7156;
}

.ideology {
    text-align: center;
}
.ideology > p {
    margin-bottom: 50px;
    font-size: 1.75em;
    font-weight: 600;
}
.ideology2 span.color01,
.ideology span.color01 {
    position: relative;
    display: inline-block;
    padding: 0 23px;
}
.ideology2 span.color01:before,
.ideology2 span.color01:after,
.ideology span.color01:before,
.ideology span.color01:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 14px;
    background: url("/images/korean/contents/ideology.gif");
    content: "";
}
.ideology2 span.color01:after,
.ideology span.color01:after {
    left: inherit;
    right: 0;
    transform: rotate(180deg);
}
.ideology div {
    display: inline-block;
    margin-left: 2.8%;
    width: 30.6%;
}
.ideology div:nth-of-type(1) {
    margin-left: 0;
}
.ideology div p {
    font-size: 1.125em;
    color: #333;
}
.ideology strong {
    display: block;
    font-size: 1.444em;
}
.ideology ul {
    margin: 24px 0 38px;
}

/* sub010103 연혁 */
.history {
    overflow: hidden;
}
.history:nth-of-type(2) {
    margin-top: 92px;
}
.history .title01 {
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 900;
}
.history > p {
    text-align: center;
    margin-bottom: 70px;
    font-size: 2em;
    font-weight: 900;
}
.history .history-img {
    float: left;
    width: 50%;
    text-align: center;
}
.history .history-img > div {
    width: 58.4%;
    margin: 48px auto 0;
}
.history .history-img > div:first-of-type {
    margin-top: 0;
}
.history .history-img .txt {
    text-align: left;
    color: #444;
}
.history .history-img .date {
    font-family: "Roboto", sans-serif;
    color: #777;
    font-size: 0.875em;
}
.history .history-list {
    position: relative;
    float: left;
    padding-top: 44px;
    margin-top: -32px;
    width: 50%;
}
.history .history-list:after {
    position: absolute;
    left: 0;
    top: -12px;
    width: 2px;
    height: 100%;
    background: #f3f3f5;
    content: "";
}
.history em {
    font-family: "Roboto", sans-serif;
}
.history .history-list > ul > li {
    position: relative;
    margin-top: 291px;
    padding-left: 56px;
}
.history:last-child .history-list > ul > li {
    margin-top: 192px;
}
.history:last-child .history-list > ul > li:first-child {
    margin-top: 0;
}
.history .history-list > ul > li:first-child {
    margin-top: 0;
}
.history .history-list > ul > li:before {
    position: absolute;
    left: -9px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: #fff;
    content: "";
    z-index: 1;
}
.history .history-list > ul > li:after {
    position: absolute;
    left: -3px;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #aa095c;
    border-radius: 50%;
    content: "";
    z-index: 2;
}
.history .history-list > ul > li strong {
    vertical-align: top;
    font-size: 1.75em;
    font-weight: 900;
}
.history .history-list > ul > li ul {
    display: inline-block;
    margin-left: 44px;
}
.history .history-list > ul > li ul span {
    display: inline-block;
    color: #aa095c;
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
    vertical-align: middle;
}
.history .history-list > ul > li ul p {
    display: inline-block;
    margin-left: 11px;
    vertical-align: middle;
    font-size: 1.125em;
    color: #444;
    line-height: 1.3;
}

/* sub010104 ci */
.ci {
    margin-top: 40px;
}
.ci:after {
    display: block;
    clear: both;
    content: "";
}
.ci .img {
    display: inline-block;
    width: 50%;
    margin-right: 4.5%;
    vertical-align: middle;
}
.ci .img img {
    max-width: 100%;
}
.ci .txt {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}
.ci .txt span {
    display: block;
    margin-top: 10px;
}

/* sub010105 찾아오시는 길 */
.contact .title {
    display: inline-block;
    width: 20%;
    color: #222;
    font-size: 1.625em;
    text-align: left;
    font-weight: 900;
    vertical-align: middle;
}
.contact .title span {
    display: block;
    font-size: 0.615em;
    color: #777;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
/* .contact li {overflow:hidden; padding:40px 0 44px; border-bottom:1px solid #e2e2e2}
.contact li:last-child {border-bottom:0} */
.contact div {
    overflow: hidden;
    padding: 40px 0 44px;
    border-bottom: 1px solid #e2e2e2;
}
.contact div:last-child {
    border-bottom: 0;
}
.contact .number {
    display: inline-block;
    width: 20%;
    position: relative;
    padding-left: 33px;
    vertical-align: middle;
}
.contact .number:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icon";
    content: "\e904";
    color: #aa095c;
    font-size: 1.5em;
}
.contact .address {
    display: inline-block;
    width: 44%;
    position: relative;
    padding-left: 33px;
    vertical-align: middle;
}
.contact .address:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icon";
    content: "\e913";
    color: #aa095c;
    font-size: 2em;
}
.contact .address span {
    display: block;
}
.contact .local {
    display: inline-block;
    width: 12%;
    vertical-align: middle;
    text-align: right;
}
.contact a {
    position: relative;
    display: inline-block;
    padding: 11px 20px 11px 42px;
    border: 1px solid #26315c;
    font-size: 0.938em;
    color: #26315c;
    transition: all 0.4s;
}
.contact a:before {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icon";
    content: "\e914";
    color: #26315c;
    transition: color 0.4s;
    font-size: 1.3em;
}
.contact a:hover {
    background: #26315c;
    color: #fff;
}
.contact a:hover:before {
    color: #fff;
}
.map {
    position: relative;
    width: 100%;
    height: 600px;
}
.map > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* sub0105 사회공헌 */
.social .intro3 {
    width: 67%;
    margin: 20px auto 0;
}
.social .board-top {
    margin-top: 40px;
}
.volunteer {
    overflow: hidden;
    margin-bottom: 40px;
}
.volunteer li {
    position: relative;
    float: left;
    width: 32%;
    margin: 2% 0 0 2%;
}
.volunteer li:nth-child(3n + 1) {
    margin-left: 0;
}
.volunteer li:nth-child(-n + 3) {
    margin-top: 0;
}
.volunteer .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0 16px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.volunteer .txt p {
    text-align: center;
    color: #fff;
    font-size: 1.25em;
}
/* sub010201 CEO 인사말 */
.greeting {
    margin-top: 60px;
}
.greeting .img {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.greeting .txt {
    display: inline-block;
    margin-left: 2.8%;
    width: 48.6%;
    color: #444;
    vertical-align: middle;
}
.greeting .txt p:nth-of-type(4),
.greeting .txt p:nth-of-type(6) {
    margin-top: 28px;
}
.greeting .txt .sign {
    margin-top: 40px;
    text-align: right;
    font-size: 1.25em;
    font-weight: 600;
    color: #777;
}

/* sub010301 뉴스, 공지 */
.notice-img {
    margin: 50px 0 40px;
    background: #f3f3f5;
}
.notice-img ul {
    overflow: hidden;
    width: 1440px;
    margin: auto;
    padding: 50px 0;
}
.notice-img li {
    float: left;
    margin-left: 1.8%;
    width: 23.6%;
    border: 1px solid #e2e2e2;
}
.notice-img li:first-child {
    margin-left: 0;
}
.notice-img li a {
    display: inline-block;
    width: 100%;
}
.notice-img .txt {
    position: relative;
    padding: 17px 20px 20px 20px;
    background: #fff;
}
.notice-img .txt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #aa095c;
    content: "";
    transition: width 0.6s;
}
.notice-img .txt .title {
    display: block;
    font-size: 1.125em;
    font-weight: 600;
    transition: color 0.4s;
    height: 54px;
    line-height: 1.35;
    letter-spacing: -0.025em;
}
.notice-img .txt .date {
    display: block;
    margin-top: 8px;
    font-size: 0.875em;
    color: #777;
}
.notice-img li a:hover .txt:after {
    width: 100%;
}
.notice-img li a:hover .txt .title {
    color: #aa095c;
}
.notice-img .img {
    display: inline-block;
    width: 100%;
    height: 200px;
    margin-bottom: -4px;
}
.notice-img .img img {
    width: 100%;
    height: 100%;
}

.board-list .notice td {
    background: #f9f9fb;
}
.board-list .notice td span {
    display: inline-block;
    padding: 2px 8px 4px;
    color: #fff;
    background: #aa095c;
    font-weight: 900;
    border-radius: 8px;
}
.board-list .notice td.left {
    font-weight: 900;
}

/* sub010401 주가정보 */
.stock {
    margin-top: 45px;
}
.stock > div:first-child {
    overflow: hidden;
}
.stock > div:first-child h3 {
    float: left;
    margin: 0;
}
.stock > div:first-child p {
    float: right;
}
.stock > div:first-child p span {
    margin: 0 2px;
    font-weight: 900;
}
.stock .now-stock {
    overflow: hidden;
    margin-top: 20px;
    padding: 42px 20px;
    border-top: 2px solid #444;
    border-bottom: 1px solid #e2e2e2;
}
.stock .now-stock > div {
    float: left;
}
.stock .now-stock > div > p {
    display: inline-block;
    vertical-align: middle;
}
.stock .now-stock > div > p span {
    display: inline-block;
    margin-left: 16px;
    font-size: 3.75em;
    vertical-align: middle;
}
.stock .now-stock > div > p i {
    font-size: 1.65em;
    vertical-align: middle;
}
.stock .now-stock .common-stock {
    display: inline-block;
    margin-left: 60px;
    vertical-align: middle;
}
.stock .now-stock .common-stock > strong {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.5em;
}
.stock .now-stock .common-stock > div > p > strong {
    vertical-align: middle;
}
.stock .now-stock .common-stock > div > p {
    display: inline-block;
    margin-left: 30px;
}
.stock .now-stock .common-stock > div > p:first-child {
    margin-left: 0;
}
.stock .now-stock .common-stock > div span {
    margin-left: 8px;
}
.stock .now-stock .common-stock > div span > strong {
    font-size: 1.25em;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
}
.stock .now-stock .common-stock > div i {
    margin-right: 5px;
    vertical-align: middle;
}
.stock .now-stock ul {
    float: right;
    overflow: hidden;
    vertical-align: middle;
}
.stock .now-stock li {
    float: left;
    position: relative;
    padding: 0 34px;
    text-align: center;
}
.stock .now-stock li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #e2e2e2;
    content: "";
}
.stock .now-stock li:first-child {
    padding-left: 0;
}
.stock .now-stock li:first-child::before {
    display: none;
}
.stock .now-stock li p {
    margin-top: 12px;
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
}

.stock .now-stock .up {
    color: #d13823;
}
.stock .now-stock .down {
    color: #232fd1;
}
.stock .table-style td i {
    margin-left: 7px;
}
.stock i.xi-caret-up {
    color: #d13823;
}
.stock i.xi-caret-down {
    color: #232fd1;
}

/* sub010501 ethics */
.ethics .intro span {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 600;
}
.ethics h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
.ethics > div:nth-of-type(2) {
    margin: 42px 0 45px;
    padding: 70px 66px;
    background: url("/images/korean/contents/ethics.jpg") center/cover no-repeat;
}
.ethics ul {
    position: relative;
    padding-left: 110px;
}
.ethics ul:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 82px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    content: "";
}
.ethics ul li {
    color: #fff;
    line-height: 1.3;
    margin: 10px 0;
}
.ethics .btnWrap div {
    margin-left: 40px;
}
.ethics .btnWrap div:nth-of-type(1) {
    margin-left: 0;
}
.ethics .btnWrap .btn em:before {
    transform: rotate(180deg);
}

/* 환경안정 */
.environmental-safe .intro {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.environmental-safe .intro span {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 600;
}
.environmental-safe h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}
.environmental-safe > div:nth-of-type(2) {
    margin: 42px 0 30px;
    padding: 70px 66px;
    background: url("/images/korean/contents/environmenta_safe_bg.jpg") center/cover no-repeat;
}
.environmental-safe > div:nth-of-type(2) ul {
    position: relative;
    padding-left: 110px;
}
.environmental-safe > div:nth-of-type(2) ul:before {
    position: absolute;
    left: 0;
    top: 15px;
    width: 82px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    content: "";
}
.environmental-safe > div:nth-of-type(2) ul li {
    color: #fff;
    line-height: 1.3;
    margin: 10px 0;
}
.environmental-safe > div:nth-of-type(3) ul {
    text-align: center;
}
.environmental-safe > div:nth-of-type(3) li {
    display: inline-block;
    width: 33%;
    height: 265px;
    padding-top: 148px;
    margin-top: 43px;
    background-position: top center;
    background-repeat: no-repeat;
}
.environmental-safe > div:nth-of-type(3) li:nth-of-type(1) {
    background-image: url("/images/korean/contents/safe01.png");
}
.environmental-safe > div:nth-of-type(3) li:nth-of-type(2) {
    background-image: url("/images/korean/contents/safe02.png");
}
.environmental-safe > div:nth-of-type(3) li:nth-of-type(3) {
    background-image: url("/images/korean/contents/safe03.png");
}
.environmental-safe > div:nth-of-type(3) li:nth-of-type(4) {
    background-image: url("/images/korean/contents/safe04.png");
}
.environmental-safe > div:nth-of-type(3) li:nth-of-type(5) {
    background-image: url("/images/korean/contents/safe05.png");
}
.environmental-safe > div:nth-of-type(3) li strong {
    display: block;
    font-size: 1.375em;
    margin-bottom: 12px;
}

/* sub010702 */
.safe-system div ul {
    text-align: center;
    margin-top: 35px;
}
.safe-system div ul li {
    display: inline-block;
    width: 22%;
    margin-left: 36px;
    vertical-align: top;
}
.safe-system div ul li:first-child {
    margin-left: 0;
}
.safe-system div ul li img {
    max-width: 100%;
}
.safe-system div ul li strong {
    display: block;
    margin: 25px 0 10px;
}

.environmental-system > ul > li {
    margin-top: 55px;
}
.environmental-system > ul > li:first-child {
    margin-top: 0;
}
.environmental-system .img {
    display: inline-block;
    width: 27.8%;
    margin-right: 5%;
    vertical-align: top;
}
.environmental-system .txt {
    position: relative;
    display: inline-block;
    width: 66%;
    vertical-align: top;
}
.environmental-system .txt > div {
    padding-left: 48px;
}
.environmental-system .txt > h3 {
    margin-bottom: 8px;
    color: #26315c;
}
.environmental-system .txt > h3 > span {
    display: inline-block;
    margin-right: 8px;
    width: 35px;
    font-family: "Squada One", cursive;
    font-size: 2em;
    opacity: 0.5;
    font-weight: 400;
    vertical-align: middle;
}
.environmental-system .txt > h3 > strong {
    font-size: 1.375em;
    vertical-align: middle;
}
.environmental-system .table-style tbody td {
    padding: 6px 10px;
}
.environmental-system .table-style thead th {
    padding: 6px 0;
    text-align: center;
}
.environmental-system > ul > li:last-child .txt > div > div > div {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

/* sub0201 환경 사업 개요 */
.environment-info {
    margin: 60px 0;
    padding: 90px 0 60px;
    background: url("/images/korean/contents/environment-bg.jpg") center/cover no-repeat;
}
.environment-info > div {
    position: relative;
    width: 1440px;
    margin: auto;
}
.environment-info .environment-info-video,
.environment-info > div:after {
    position: absolute;
    right: 0;
    top: -130px;
    width: 480px;
    aspect-ratio: 480 / 380;
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
}

.environment-info.chemisorbent .environment-info-video,
.environment-info.chemisorbent > div:after {
    background-image: url("/images/korean/contents/business02.jpg");
}
.environment-info.air-filter .environment-info-video,
.environment-info.air-filter > div:after {
    top: -110px;
    background-image: url("/images/korean/contents/business03.jpg");
}
.environment-info.air .environment-info-video,
.environment-info.air > div:after {
    background-image: url("/images/korean/contents/business05.jpg");
}
.environment-info.greenhouse .environment-info-video,
.environment-info.greenhouse > div:after {
    background-image: url("/images/korean/contents/business04.jpg");
}
.environment-info.monitoring .environment-info-video,
.environment-info.monitoring > div:after {
    background-image: url("/images/korean/contents/business01.jpg");
}

.environment-info div .icon {
    position: absolute;
    left: 0;
    top: -125px;
    display: inline-block;
    width: 72px;
    height: 76px;
    background: url("/images/korean/contents/environment-icon.png") center no-repeat;
}
.environment-info div .icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.8em;
    font-family: "icon";
    content: "\e91d";
}
.environment-info h2 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}
.environment-info h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14px;
    height: 2px;
    background: #fff;
    content: "";
}
.environment-info p.color02 {
    font-size: 1.25em;
    font-weight: 600;
}
.environment-info p {
    color: #fff;
}
.environment-info .btn {
    margin-top: 28px;
}
.environment-info .btn a {
    position: relative;
    display: inline-block;
    padding: 4px 26px 9px 44px;
    color: #fff;
    border: 1px solid #fff;
}
.environment-info .btn a::before {
    position: absolute;
    left: 22px;
    top: 12px;
    font-family: "icon";
    content: "\e912";
}
.environment-info .btn span {
    vertical-align: middle;
}

.environment-info.air-filter .icon {
    top: -100px;
}

.environment > p {
    text-align: center;
}
.environment > p span {
    display: block;
}
.environment-list {
    margin-bottom: 60px;
}
.environment-list li {
    margin-bottom: 30px;
}
.environment-list .img {
    display: inline-block;
    width: 27.8%;
    margin-right: 5%;
    vertical-align: middle;
}
.environment-list .txt {
    position: relative;
    display: inline-block;
    width: 66%;
    vertical-align: middle;
}
.environment-list .txt > div {
    padding-left: 48px;
}
.environment-list .txt h3 {
    margin-bottom: 8px;
    color: #26315c;
}
.environment-list .txt h3 span {
    display: inline-block;
    margin-right: 8px;
    width: 35px;
    font-family: "Squada One", cursive;
    font-size: 2em;
    opacity: 0.5;
    font-weight: 400;
    vertical-align: middle;
}
.environment-list .txt strong {
    font-size: 1.375em;
    vertical-align: middle;
}
.environment-list .txt .btn {
    margin-top: 28px;
}
.environment-list .btn i {
    transform: rotate(0);
}
.environment-list .btn a:hover i:before {
    color: #fff;
}

.air-filter div .icon:after {
    content: "\e916";
}
.greenhouse div .icon:after {
    content: "\e917";
}
.air div .icon:after {
    content: "\e919";
}
.monitoring div .icon:after {
    content: "\e918";
    font-size: 3.2em;
}
.eco-solution {
    width: 100%;
    text-align: center;
}
.eco-solution img {
    width: 100%;
}

/* sub020101 */
.chemisorbent-list {
    margin-left: -2.2%;
}
.chemisorbent-list li {
    display: inline-block;
    width: 47.6%;
    margin: 38px 0 0 2.2%;
}
.chemisorbent-list .img {
    display: inline-block;
    width: 28%;
    margin-right: 3%;
    vertical-align: middle;
}
.chemisorbent-list .txt {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
}
.chemisorbent-list .txt strong {
    font-size: 1.125em;
    font-weight: 600;
}
/* sub020102 */
.air-filters {
    margin-bottom: 60px;
}
.air-filters ul {
    text-align: center;
    margin-bottom: 48px;
}
.air-filters li {
    display: inline-block;
    margin-left: 25px;
}
.air-filters li:first-child {
    margin-left: 0;
}
.filter-amc {
    position: relative;
    width: 100%;
    height: 340px;
    margin: 24px auto 0;
}
.filter-amc:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 340px;
    background: url("/images/korean/contents/amc.jpg") center no-repeat;
    content: "";
}
.filter-amc h3 {
    margin-bottom: 30px;
    font-size: 1.375em;
    color: #fff;
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #26315c;
    text-align: center;
    border-radius: 80px;
    border-bottom-left-radius: 10px;
}
.filter-amc div {
    display: inline-block;
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(200px);
    width: 360px;
}
.filter-amc div:after {
    display: block;
    content: "";
    clear: both;
}
.filter-amc .bul.dot3 {
    clear: both;
}
.filter-amc div:first-child {
    transform: translateX(-560px);
}
.filter-amc div:first-child h3 {
    float: right;
    background: #aa095c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 80px;
}

/* sub020105 */
.monitor {
    overflow: hidden;
    margin: -1.7% 0 0 -1.7%;
    padding-top: 48px;
}
.monitor li {
    float: left;
    margin: 1.7% 0 0 1.7%;
    width: 23.3%;
}

/* sub020201 연구개요 */
.business-intro:after {
    display: block;
    content: "";
    clear: both;
}
.business-intro > div {
    width: 47%;
    float: left;
}
.business-intro > div:first-child {
    margin-right: 5%;
}
.business-intro img {
    width: 100%;
}
/* sub020203 연구분야 개요 */
.direction:after {
    display: block;
    content: "";
    clear: both;
}
.direction > div {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}
.direction > div:first-of-type {
    margin-right: 5%;
}
.direction img {
    width: 100%;
}
/* .direction .img-txt {height:311px; border:1px solid #dadada}
.direction .img-txt span {display:inline-block; width:47%;height:100%; vertical-align:middle}
.direction .img-txt .bul {display:inline-block; width:47%; margin-left:3%; vertical-align:middle}
*/
.green div {
    display: inline-block;
    vertical-align: middle;
}
.green div:first-of-type {
    width: 26%;
    margin-right: 3%;
}
.green div:last-of-type {
    width: 70%;
}
.green div p span {
    display: block;
}

.bul-sup li:nth-of-type(2):before {
    top: 18px;
}

/* sub020301 계열회사 */
.subsidiary ul {
    margin-top: 60px;
    text-align: center;
}
.subsidiary li {
    display: inline-block;
}
.subsidiary li {
    display: inline-block;
    width: 16.9%;
    margin-left: 3%;
    vertical-align: top;
}
.subsidiary li:first-child {
    margin-left: 0;
}
.subsidiary h3 {
    height: 16px;
}
.subsidiary li .img {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    background: url("../../images/korean/main/cate-img02.jpg") center/cover no-repeat;
}
.subsidiary li:nth-child(2) .img {
    background-image: url("../../images/korean/main/cate-img03.jpg");
}
.subsidiary li:nth-child(3) .img {
    background-image: url("../../images/korean/main/cate-img04.jpg");
}
.subsidiary li:nth-child(4) .img {
    background-image: url("../../images/korean/main/cate-img05.jpg");
}
.subsidiary li:nth-child(5) .img {
    background-image: url("../../images/korean/main/cate-img06.jpg");
}

.subsidiary .txt {
    position: relative;
    padding-top: 30px;
    height: 256px;
}
.subsidiary .txt p {
    padding: 25px 0 28px;
    font-size: 0.938em;
}
.subsidiary .txt span {
    display: inline-block;
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #26315c;
}
.subsidiary .txt span a {
    position: relative;
    display: inline-block;
    padding: 8px 20px 10px 43px;
    font-size: 0.938em;
    color: #26315c;
    transition: background 0.4s, color 0.4s;
}
.subsidiary .txt span a:before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icon";
    content: "\e912";
    font-size: 1.2em;
    color: #26315c;
    transition: color 0.4s;
}
.subsidiary .txt span a:hover {
    background: #26315c;
    color: #fff;
}
.subsidiary .txt span a:hover:before {
    color: #fff;
}

.subsidiary .intro {
    border-bottom: 0;
    padding-bottom: 0;
}
.subsidiary .info-txt {
    position: relative;
    text-align: center;
    padding: 127px 0 146px;
    color: #fff;
}
.subsidiary .info-txt:before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    background: url("/images/korean/contents/eco.jpg") no-repeat center/cover;
    height: 100%;
    width: calc(100vw - 120px);
    max-width: 95vw;
    z-index: -1;
}
.subsidiary .info-txt p {
    padding-top: 28px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

/* sub0301 */
.talent {
    text-align: center;
}
.talent div {
    display: inline-block;
    margin-left: -90px;
    width: 30%;
    vertical-align: top;
}
.talent div h3 {
    position: relative;
    margin-bottom: 30px;
    padding: 51px 0 66px;
    background: url("/images/korean/contents/talent-bg01.png") center top no-repeat;
}
.talent div:first-child {
    margin-left: 0;
}
.talent div:nth-of-type(2) {
    margin-top: 50px;
}
.talent div:nth-of-type(2) h3 {
    background-image: url("/images/korean/contents/talent-bg02.png");
}
.talent div:nth-of-type(3) h3 {
    background-image: url("/images/korean/contents/talent-bg03.png");
}
.talent div h3 span {
    display: inline-block;
    padding: 90px 10px 0;
    background: url("/images/korean/contents/talent01.png") center top no-repeat;
    color: #fff;
    font-size: 1.875em;
    font-weight: 600;
}
.talent div:nth-of-type(2) h3 span {
    background-image: url("/images/korean/contents/talent02.png");
}
.talent div:nth-of-type(3) h3 span {
    background-image: url("/images/korean/contents/talent03.png");
}
.talent div strong {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 1.125em;
}
.talent div strong:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background: #26315c;
    content: "";
}
.talent div:nth-of-type(2) strong:after {
    background: #aa095c;
}
.talent div:nth-of-type(3) strong:after {
    background: #2c7156;
}

/* sub0302 복리후생 */
.benefits {
    margin-top: 42px;
}
.benefits ul {
    margin: -2.3% 0 0 -2.3%;
}
.benefits ul:after {
    display: block;
    clear: both;
    content: "";
}
.benefits li {
    float: left;
    width: 31%;
    margin: 2.3% 0 0 2.3%;
}
.benefits li div {
    display: inline-block;
    padding-bottom: 245px;
    margin-bottom: 12px;
    width: 100%;
    background: url("/images/korean/contents/benefits01.jpg") center/cover no-repeat;
}
.benefits li:nth-of-type(2) div {
    background-image: url("/images/korean/contents/benefits02.jpg");
}
.benefits li:nth-of-type(3) div {
    background-image: url("/images/korean/contents/benefits03.jpg");
}
.benefits li:nth-of-type(4) div {
    background-image: url("/images/korean/contents/benefits04.jpg");
}
.benefits li:last-child div {
    background-image: url("/images/korean/contents/benefits05.jpg");
}
.benefits li h3 {
    position: relative;
    padding: 22px 34px;
    font-size: 1.5em;
    color: #fff;
}
.benefits li h3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #aa095c;
    content: "";
}

/* sub0303 채용안내 */
.recruit ol {
    text-align: center;
    margin: 74px 0 94px;
}
.recruit li {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    margin-right: 18px;
    vertical-align: middle;
}
.recruit li:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "xeicon";
    content: "\e93e";
    color: #b5b5b5;
    font-size: 2em;
}
.recruit li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.recruit li:last-child:after {
    display: none;
}
.recruit li .txt {
    position: relative;
    width: 200px;
    height: 200px;
    background: #aa095c;
    border-radius: 50%;
}
.recruit li:first-child .txt {
    background: #383839;
}
.recruit li:last-child .txt {
    background: #1b2549;
}
.recruit li .txt div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.recruit li .txt strong {
    display: inline-block;
    margin-top: 28px;
    font-size: 1.625em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 200;
}
.recruit li .txt p {
    font-size: 1.625em;
    color: #fff;
}
.recruit li .txt span {
    font-size: 0.875em;
    color: #fff;
}
.recruit li:nth-of-type(3) .txt p {
    margin-top: 18px;
}
.recruit div:nth-of-type(2) {
    position: relative;
    margin-bottom: 62px;
    padding: 30px 60px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #e2e2e2;
}
.recruit div:nth-of-type(2):before {
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 243px;
    height: 163px;
    background: url("/images/korean/contents/recruit.png") right bottom no-repeat;
    content: "";
}
.recruit div:nth-of-type(2):after {
    display: block;
    content: "";
    clear: both;
}
.recruit div:nth-of-type(2) strong {
    float: left;
    margin-right: 66px;
    font-size: 1.125em;
}
.recruit div:nth-of-type(2) .txt {
    float: left;
    display: inline-block;
}
.recruit .btn01 em:before {
    left: 48px;
}

/* sub0401 Q&A */
.qna {
    margin-top: 70px;
}
.qna .txt {
    margin-bottom: 30px;
    text-align: center;
}
.qna .txt p:first-child {
    font-size: 1.25em;
    font-weight: 600;
}
.qna .txt p:last-child {
    margin-top: 18px;
    line-height: 1.4;
    font-size: 1.75em;
    font-weight: 900;
}
.qna-form {
    border-top: 1px solid #444;
}
.qna fieldset > div {
    margin: 20px;
    padding: 0 11px;
}
.qna textarea {
    width: 100%;
    height: 320px;
}
.qna .user-info {
    padding-bottom: 31px;
    border-bottom: 1px solid #e2e2e2;
}
.qna .user-info div {
    display: inline-block;
    margin-left: 0.5%;
    width: 24.4%;
    vertical-align: top;
}
.qna .user-info div:first-child,
.qna .user-info div:last-child {
    margin-left: 0;
}
.qna .user-info div:last-child {
    margin-top: 30px;
}
.qna .user-info input[type="text"],
.qna select {
    display: block;
    padding: 0 8px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #c6c6c6;
}
.qna .user-info input[type="text"]:first-of-type {
    margin-bottom: 9px;
}
.qna select {
    background: #f9f9fb;
    color: #444;
}
.qna label {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}

.qna .agree label {
    position: relative;
    display: inline-block;
    padding-left: 44px;
    vertical-align: middle;
}
.qna .agree input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.qna .agree span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    background: #c6c6c6;
    border-radius: 50%;
    transition: background 0.3s ease-in-out;
}
.qna .agree span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "xeicon";
    content: "\e928";
    color: #fff;
}
.qna .agree input[type="checkbox"]:checked ~ span {
    background: #aa095c;
}
.qna .agree a {
    display: inline-block;
    margin-left: 15px;
    padding: 6px 7px 6px 8px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 0.938em;
    transition: all 0.4s ease-in-out;
}
.qna .agree a:hover {
    border-color: #aa095c;
    color: #aa095c;
}

.qna .btn {
    display: block;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
}
.qna .btn input {
    display: inline-block;
    padding: 15px 41px 16px;
    border: 1px solid #aa095c;
    background: #aa095c;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.qna .btn input:hover {
    background: #fff;
    color: #aa095c;
}

/* sub040201 통합검색 전체페이지 */
.search-form {
    margin-bottom: 30px;
    text-align: center;
}
.search-form > * {
    height: 60px;
    line-height: 60px;
}
.search-form input[type="text"] {
    display: inline-block;
    padding: 0 10px;
    width: 29%;
    border: 4px solid #aa095c;
    border-right: 0;
}
.search-form button {
    width: 60px;
    background: #aa095c;
    vertical-align: middle;
}
.search-form button i {
    line-height: 60px;
    color: #fff;
}
.result-tab {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}
.result-tab li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding-left: 17px;
}
.result-tab li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20%;
    background: #e2e2e2;
    content: "";
}
.result-tab li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.result-tab li:first-child::before {
    display: none;
}
.result-tab li a {
    position: relative;
    display: inline-block;
    padding: 20px 0 22px;
    color: #777;
    transition: color 0.2s;
}
.result-tab li a:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #aa095c;
    opacity: 0;
    transform: scaleX(0);
    content: "";
    transition: transform 0.25s 0.2s, opacity 0.2s;
}
.result-tab li.active a,
.result-tab li a:hover {
    color: #aa095c;
}
.result-tab li.active a:before,
.result-tab li a:hover:before {
    opacity: 1;
    transform: scaleX(1);
}

.result-content {
    position: relative;
    margin-top: 60px;
}
.result-content:first-of-type {
    margin-top: 0;
}
.result-content .color01 {
    font-weight: 900;
}
.result-content .title01 {
    margin-bottom: 0;
}
.result-content > p {
    margin-bottom: 21px;
    text-align: center;
}
.result-content .more {
    position: absolute;
    right: 0;
    top: 60px;
    display: inline-block;
    padding: 6px;
    font-size: 0.938em;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    transition: all 0.4s;
}
.result-content .list {
    border-top: 1px solid #444;
}
.result-content .list li {
    border-bottom: 1px solid #e2e2e2;
}

.result-content .list a {
    position: relative;
    display: block;
    padding: 20px 20px 21px;
}
.result-content .list a > * {
    display: inline-block;
    vertical-align: middle;
}
.result-content .list a .round {
    margin-right: 34px;
    width: 90px;
    height: 90px;
    background: #f3f3f5;
    border-radius: 50%;
    text-align: center;
}
.result-content .list a .round span {
    display: block;
    margin-top: 50%;
    transform: translateY(-50%);
    font-size: 0.875em;
    color: #888;
    line-height: 1;
}
.result-content .list a .round span em {
    display: block;
    font-size: 1.571em;
    font-weight: 900;
    color: #222;
}
.result-content .list .txt {
    width: 65%;
}
.result-content .list2 .txt {
    width: 85%;
}
.result-content .list .txt strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.25em;
}
.result-content .list .txt > span {
    display: block;
    margin-top: 18px;
    font-size: 0.875em;
    color: #777;
}
.result-content .list .img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14.3%;
}
.result-content .list a:hover strong {
    text-decoration: underline;
}
.result-content .gallery-list li::after {
    display: none;
}

.section .img {
    display: block;
    margin: 20px 0;
}

/* sub05 에코프로 지이엠, 이노베이션 */
.summary-top.sub .slogan {
    padding: 47px 0;
    width: 55%;
}
.summary-top.sub .txt {
    padding: 54px 47px 18px 82px;
    width: 100%;
}
.summary-top.sub .txt h2 {
    margin-bottom: 33px;
}
.summary-top.sub h2:after {
    right: 0;
    width: 82%;
}
.summary-top.sub:after {
    display: block;
    clear: both;
    content: "";
}

/* sub05 에코프로 지이엠, 이노베이션 */
.summary-top.sub .slogan {
    padding: 47px 0;
    width: 55%;
    margin: auto;
    position: inherit;
    left: inherit;
}
.summary-top.sub .txt {
    padding: 54px 47px 18px 82px;
    width: 100%;
    position: inherit;
}
.summary-top.sub .txt:after {
    display: block;
    content: "";
    clear: both;
}
.summary-top.sub .txt h2 {
    margin-bottom: 33px;
}
.summary-top.sub h2:after {
    right: 0;
    width: 82%;
}
.summary-top.sub:after {
    display: block;
    clear: both;
    content: "";
}
.summary-top.sub > div {
    height: inherit;
}

/* sub0501 에코프로 지이엠 */
.summary-top.gem {
    background-image: url("/images/korean/contents/gem-bg.jpg");
}
.summary-top.gem .txt p {
    float: left;
    width: 40%;
    margin-top: 0;
}
.summary-top.gem .summary-info {
    float: right;
    width: 55%;
}
.summary-top.gem .summary-info .current {
    margin-bottom: 0;
}
.summary-top.gem .summary-info .current li {
    width: 49%;
    height: auto;
    margin: 0;
    text-align: left;
}
.summary-top.gem .summary-info .current li:after {
    display: none;
}
.summary-top.gem .summary-info .img {
    vertical-align: middle;
}
.summary-top.gem .summary-info .txt {
    position: inherit;
    left: inherit;
    transform: translateX(0);
    padding: 0;
    background: none;
    display: inline-block;
    width: 61%;
    vertical-align: middle;
    margin: 0 0 0 8px;
    text-align: left;
    vertical-align: middle;
}
.summary-top.gem .current p {
    width: 100%;
    margin: 0;
    line-height: 1.2;
}
.gem .title01:before {
    background: #383839;
}
.title-stock {
    position: relative;
    padding-left: 42px;
}
.title-stock:before {
    position: absolute;
    left: 0;
    content: "(주)";
}

/* sub0502 에코프로 이노베이션 */
.innovation-top {
    background-image: url("/images/korean/contents/innovation-bg.jpg");
}
.summary-top.innovation-top h2:after {
    width: 72%;
}
.summary-top.innovation-top .txt > div {
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    vertical-align: top;
}
.summary-top.innovation-top .txt > div:first-of-type {
    margin-left: 0;
}
.summary-top.innovation-top .txt > div p:first-child {
    margin-top: 0;
}
.business-area.innovation {
    width: calc(100% - 1.1% - 602px);
    margin: auto;
}
.innovation li h3:before {
    background: #2c7156;
}
.innovation li .business-title {
    background-image: url("/images/korean/contents/innovation01.jpg");
}
.innovation li:nth-of-type(2) .business-title {
    background-image: url("/images/korean/contents/innovation02.jpg");
}
.innovation li:nth-of-type(3) .business-title {
    background-image: url("/images/korean/contents/innovation.jpg");
}
.innovation li:nth-of-type(4) .business-title {
    background-image: url("/images/korean/contents/innovation03.jpg");
}

.board-search-title,
.board-search-word {
    display: none;
}

.ap-wrap {
    position: relative;
    overflow-x: hidden;
}
.ap-wrap:before {
    display: block;
    content: "";
    width: calc(100vw - 120px);
    height: 580px;
    background: url("/images/korean/contents/ap-top.jpg") no-repeat center top/cover;
    margin: auto;
}
.ap-wrap .detail-content:after {
    position: absolute;
    bottom: -150px;
    background: url("/images/korean/contents/ap_bg.jpg") no-repeat center bottom/cover;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100vw;
    height: 580px;
    z-index: -1;
}
.ap-wrap .txt {
    padding: 60px 0 300px 128px;
    margin-top: -200px;
    position: relative;
}
.ap-wrap .txt:after {
    display: block;
    clear: both;
    content: "";
}
.ap-wrap .txt:before {
    position: absolute;
    left: 0;
    width: 120%;
    height: 200px;
    background: #fff;
    content: "";
    top: 0;
}
.ap-wrap .txt > * {
    float: left;
    position: relative;
    z-index: 1;
}
.ap-wrap .txt .desc {
    margin-left: 60px;
    font-size: 19px;
    color: #777;
    font-weight: 300;
}
.ap-wrap .txt .desc .bold {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* 210224 컨텐츠 추가 */
.em-top {
    background-image: url("/images/korean/contents/em-bg.jpg");
}
.business-area li .business-title.embusin {
    background-image: url(/images/korean/contents/business06.jpg);
}
.subsidiary li .img .new {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ff6a00;
    border-radius: 50%;
    padding: 13.5px 10px 13.5px 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
}
/* //210224 컨텐츠 추가 */

/* responsive */
@media (max-width: 1700px) {
    .ap-wrap:before {
        height: 500px;
    }
}
@media (max-width: 1440px) {
    .history .history-list > ul > li {
        margin-top: 170px;
    }
    .history:last-child .history-list > ul > li {
        margin-top: 100px;
    }
    .environment-info > div {
        width: 90%;
    }
    .summary-top > div {
        width: 100%;
    }
    .summary-info .current li {
        margin: 0 0 20px 0;
    }
    .history .history-list > ul > li ul {
        display: block;
        margin-left: 0;
    }
    .history .history-list > ul > li ul li {
        margin: 8px 0;
    }
    .history .history-list > ul > li ul p {
        width: 80%;
    }
    .notice-img ul {
        width: 95%;
    }
    .notice-img .txt .title {
        height: 82px;
    }
    .recruit li {
        padding-right: 0;
        margin-right: 0;
        width: 30%;
    }
    .recruit li .txt {
        left: 50%;
        transform: translateX(-50%);
    }
    .environment-info > div:after {
        
    }
    /* sub05 */
    .summary-top h2:after {
        display: none;
    }
    .summary-top .txt {
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }
    .summary-top.sub .txt {
        padding: 28px;
        width: 90%;
        margin: auto;
        left: inherit;
        transform: translateX(0);
    }
    .summary-top .slogan {
        width: 90%;
        border: 0;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
    }
    .summary-top.sub .slogan {
        left: inherit;
        transform: translateX(0);
    }
    .summary-top.gem .txt p {
        width: 100%;
    }
    .summary-top.gem .summary-info {
        margin-top: 30px;
        width: 100%;
    }
    .talent div h3 {
        background-size: contain;
        padding-top: 43px;
    }

    .mission li {
        width: 25vw;
        height: 25vw;
    }
    .mission li:nth-of-type(2) {
        width: 30vw;
        height: 30vw;
    }

    .business-area.innovation {
        width: 90%;
    }
    .ap-wrap:before {
        width: 95vw;
    }
    .ap-wrap .txt {
        padding-left: 0;
        padding-bottom: 180px;
    }

    /* 210224 에코프로이엠 추가 */
    .subsidiary .txt p br {
        display: none;
    }
    .subsidiary .txt span {
        width: 100%;
        bottom: 0;
    }
    /* //210224 에코프로이엠 추가 */
}
@media (max-width: 1300px) {
    .ap-wrap .txt > * {
        float: none;
    }
    .ap-wrap .txt .desc {
        margin: 50px 0 0;
    }
    .ap-wrap:before {
        height: 405px;
    }
}
@media (max-width: 1200px) {
    .environment-info > div:after {
        
    }
    .talent div {
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    .talent div:nth-of-type(2) {
        margin-top: 20px;
    }
    .talent div h3 {
        padding-top: 28px;
    }
    .qna .user-info div {
        width: 32.4%;
        margin-bottom: 30px;
        vertical-align: top;
    }
    .qna .user-info div:first-child,
    .qna .user-info div:last-child {
        margin-left: 0.5%;
    }
    .qna .user-info div:last-child {
        margin-top: 0;
    }
    /* sub05 */

    .subsidiary li {
        width: 40%;
        margin: 3% 0 0 3%;
    }
    .subsidiary li:first-child {
        margin-left: 3%;
    }

    .environmental-system > ul > li:last-child .txt > div > div > div {
        width: 45%;
    }
    .subsidiary .info-txt:before {
        width: 95vw;
    }

    .subsidiary .txt span {
        width: auto;
        bottom: 50px;
    }
}

@media (max-width: 1025px) {
    .summary-top .slogan {
        width: 90%;
    }
    .summary-info .current li {
        width: 33%;
    }
    .summary-info .current li::after {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
    }
    .business-area li {
        width: 47%;
    }

    /* sub010102 */
    .mission li {
        display: block;
        margin: auto;
    }
    .mission li:nth-of-type(1)::before,
    .mission li:nth-of-type(3)::before {
        left: 50%;
        right: inherit;
        bottom: -8%;
        top: inherit;
        transform: translateX(-50%);
        font-size: 1.2em;
    }
    .mission li:nth-of-type(3)::before {
        top: 0;
    }
    .mission li:nth-of-type(2) p {
        font-size: 1.4em;
    }
    .ideology div {
        display: block;
        margin: 30px auto;
        width: 100%;
    }
    .ideology div:nth-of-type(1) {
        margin: 0 auto 30px;
    }

    .history .history-img > div {
        width: 80%;
    }

    /* sub010104 */
    .ci {
        text-align: center;
    }
    .ci .img {
        width: 100%;
        margin-right: 0;
    }
    .ci .txt {
        margin-top: 20px;
        width: 80%;
        text-align: left;
    }

    /* sub010501 */
    .ethics .intro3 {
        text-align: left;
    }
    .ethics .btnWrap div {
        display: block;
        margin: 15px 0;
    }

    .environmental-safe .intro3 {
        text-align: left;
    }
    .environmental-safe > div:nth-of-type(3) li {
        width: 45%;
        vertical-align: top;
    }
    .environmental-safe > div:nth-of-type(3) li strong {
        font-size: 1.075em;
    }
    .safe-system div ul li {
        width: 45%;
        margin-top: 5%;
    }
    .safe-system div ul li:nth-of-type(3) {
        margin-left: 0;
    }

    .stock .now-stock ul {
        float: left;
        margin-top: 20px;
    }

    .notice-img {
        display: none;
    }

    .direction > div {
        width: 100%;
    }

    .contact a {
        padding: inherit;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .contact a::before {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .contact a span {
        display: none;
    }
    /* sub0201 */
    .environment-list {
        text-align: center;
    }
    .environment-list .img {
        width: 100%;
        margin-right: 0;
    }
    .environment-list .txt {
        margin-top: 20px;
        width: 80%;
    }
    .environment-list .txt > div {
        padding-left: 0;
    }
    /* sub020101 */
    .chemisorbent-list li {
        width: 100%;
        margin-left: 0;
    }

    /* sub0302 */
    .benefits li {
        width: 47%;
    }

    .recruit div:nth-of-type(2) {
        padding-bottom: 160px;
    }
    .recruit div:nth-of-type(2):before {
        right: 0;
    }

    .volunteer li {
        width: 48%;
        margin: 2.6% 0 2.6% 2%;
    }
    .volunteer li:nth-child(3n + 1) {
        margin-left: 2%;
    }
    .volunteer li:nth-child(-n + 3) {
        margin-top: 2.6%;
    }

    .qna .user-info div {
        width: 49%;
    }
    .result-content .publication li:nth-child(n + 3) {
        display: none;
    }
    /* sub05 */
    .summary-top.sub .slogan {
        width: 80%;
    }
    .summary-top.gem .summary-info .txt {
        width: 50%;
    }

    .filter-amc {
        height: auto;
    }
    .filter-amc:after {
        top: 0;
    }
    .filter-amc div {
        position: inherit;
        top: inherit;
        left: inherit;
        transform: translateX(0);
        width: 45%;
        padding-top: 380px;
        vertical-align: top;
    }
    .filter-amc div:first-child {
        transform: translateX(0);
        margin-right: 9%;
    }
    .business-area.innovation {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .history .history-list > ul > li {
        margin-top: 45px !important;
    }
    .business-area li {
        width: 100%;
        margin-left: 0;
    }
    .mission li {
        width: 250px;
        height: 250px;
    }
    .mission li:nth-of-type(2) {
        width: 300px;
        height: 300px;
    }
    .ci .txt {
        width: 100%;
    }
    .history .history-img {
        display: none;
    }
    .history .history-list {
        float: none;
        margin-top: 50px;
        padding: 0 0 0 40px;
        width: 100%;
    }
    .history .history-list:after {
        left: 40px;
    }

    .greeting .img,
    .greeting .txt {
        float: none;
        margin: 20px 0;
        width: 100%;
    }
    .contact div {
        position: relative;
        padding-bottom: 60px;
    }
    .contact li {
        position: relative;
    }
    .contact .address {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        padding: 0;
    }
    .contact .address::before {
        display: none;
    }
    .contact .title {
        width: inherit;
        display: block;
    }
    .contact .title span {
        display: none;
    }
    .contact .number {
        width: inherit;
        padding-left: 21px;
    }
    .contact .local {
        position: absolute;
        right: 33px;
        top: 50%;
        transform: translateY(-50%);
    }

    .stock .now-stock .common-stock {
        display: block;
        margin: 20px 0 0 0;
    }
    .social .intro3 {
        width: 100%;
    }
    .ethics > div:nth-of-type(2) {
        padding: 70px 26px;
    }
    .ethics ul {
        padding-left: 0;
    }
    .ethics ul:before {
        display: none;
    }

    .environmental-safe > div:nth-of-type(2) {
        padding: 70px 26px;
    }
    .environmental-safe > div:nth-of-type(2) ul {
        padding-left: 0;
    }
    .environmental-safe > div:nth-of-type(2) ul:before {
        display: none;
    }

    .environmental-system .img,
    .environmental-system .txt {
        width: 100%;
    }
    .environmental-system .img {
        margin-bottom: 20px;
    }

    /* sub020105 */
    .monitor li {
        width: 31.6%;
    }
    /* sub020201 */
    .business-intro > div {
        float: none;
        width: 100%;
    }
    .green div:first-of-type {
        width: 100%;
        margin-right: 0;
    }
    .green div:last-of-type {
        width: 90%;
        margin: 20px auto;
    }
    /* sub020301 */
    .subsidiary li {
        width: 80%;
        margin: 3% auto;
    }
    .subsidiary li:first-child {
        margin-left: auto;
    }
    /* sub0302 */
    .benefits li {
        width: 100%;
        margin-left: 0;
    }
    .recruit ol {
        margin: 20px 0;
    }
    .recruit li {
        width: 50%;
        margin: 20px auto;
    }
    .recruit li:after {
        right: inherit;
        top: inherit;
        left: 50%;
        bottom: -35px;
        transform: translateX(-50%);
        content: "\e941";
    }

    .qna .agree label {
        display: block;
    }
    .qna .agree a {
        margin: 25px 0 0 0;
    }
    .result-content .gallery-list li:nth-child(n + 3) {
        display: none;
    }
    .result-content .list .img {
        display: none;
    }
    /* sub05 */
    .summary-top .slogan span {
        line-height: 0.8;
    }
    .summary-top.gem .summary-info .current li {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .summary-top.innovation-top .txt > div {
        display: block;
        margin: 10px 0;
        width: 100%;
    }

    .environment-list .txt .btn .btn02 {
        margin: 6px 0 0 6px;
    }

    .ap-wrap .txt {
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 20px;
    }
    .ap-wrap .detail-content:after {
        height: 200px;
    }
    .ap-wrap:before {
        background-size: cover;
    }
    .subsidiary .info-txt {
        padding: 120px 20px;
        word-break: keep-all;
    }
    .subsidiary .info-txt br {
        display: none;
    }

    /* 210224 에코프로이엠 */
    .summary-top.em-top .txt p {
        word-break: keep-all;
    }
    .summary-top.em-top .txt p br {
        display: none;
    }
    /* //210224 에코프로이엠 */
}
@media (max-width: 425px) {
    .summary-top .txt {
        padding: 87px 40px 50px;
    }
    .summary-top .slogan {
        padding: 50px 0;
    }
    .summary-info .current li {
        width: 49%;
    }
    .mission li {
        width: 150px;
        height: 150px;
    }
    .mission li:nth-of-type(2) {
        width: 200px;
        height: 200px;
    }
    .mission p {
        font-size: 0.825em;
    }
    .mission li:nth-of-type(2) p {
        font-size: 1em;
    }
    .mission li:nth-of-type(1)::before {
        right: 31%;
    }
    .mission li:nth-of-type(2)::before {
        right: 35%;
    }

    .history .history-list {
        padding-left: 10px;
    }
    .history .history-list:after {
        left: 10px;
    }
    .history .history-list > ul > li {
        padding-left: 26px;
        margin-top: 65px;
    }

    .environmental-safe > div:nth-of-type(3) li {
        width: 100%;
    }
    .safe-system div ul li {
        width: 100%;
        margin-left: 0;
    }
    .environmental-system > ul > li:last-child .txt > div > div > div {
        width: 100%;
    }

    .contact div {
        padding: 20px 0;
    }
    .contact .address {
        bottom: inherit;
        left: inherit;
        position: static;
        padding-top: 16px;
        width: 70%;
        word-break: keep-all;
    }
    .contact .number {
        display: block;
        margin-top: 10px;
    }
    /* sub0201 */
    .environment-list .txt .btn a {
        width: 150px;
        margin: 2px 0;
    }

    /* sub020105 */
    .monitor li {
        width: 48.3%;
    }

    .subsidiary li {
        width: 100%;
    }

    .talent div h3 {
        background-size: contain;
        padding: 15px 0;
        width: 100%;
    }
    .recruit .btnWrap {
        width: 100%;
    }
    .recruit .btnWrap .btn01 {
        width: 100%;
    }

    .volunteer li {
        width: 100%;
        margin-left: 0;
    }
    .volunteer li:nth-child(3n + 1) {
        margin-left: 0;
    }
    .qna .user-info div {
        width: 100%;
    }
    .result-content .more {
        top: 40px;
    }
    .result-content .list a {
        padding: 20px 0 21px;
    }
    .result-content .list a .round {
        margin-right: 8px;
    }

    .filter-amc:after {
        width: 300px;
        height: 300px;
        background-size: contain;
    }
    .filter-amc div {
        width: 100%;
        padding: 10px;
    }
    .filter-amc div:first-child {
        margin: 0;
        padding-top: 330px;
    }
    .filter-amc div:first-child h3 {
        float: inherit;
    }
    .filter-amc div h3 {
        margin: 0 auto 30px;
    }
    .filter-amc ul.bul.dot3 > li {
        text-align: left;
    }
    .filter-amc ul.bul.dot3 > li:before {
        left: 0;
    }

    .ap-wrap .txt br {
        display: none;
    }
    .subsidiary .info-txt {
        padding: 40px 20px;
        word-break: keep-all;
    }
}

/* stock table 좌우 스크롤 애니메이션 추가 */

@media (max-width: 1100px) {
    .stock .now-stock {
        text-align: center;
    }
    .stock .now-stock > div {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .stock .now-stock ul {
        display: inline-block;
        float: none;
    }
    .stock .now-stock li:last-child {
        padding-right: 0;
    }
}

@media (max-width: 980px) {
    .stock .now-stock {
        margin-bottom: 20px;
    }
    .stock > h3.title02 {
        position: absolute;
        margin: 10px 0;
    }
    .stock .table-style-wrap {
        position: relative;
        padding-top: 3rem;
        background: url(/images/korean/common/mCont_scroll_ico_arr.png) no-repeat right 0;
        background-size: 68px 40px;
        margin-bottom: 20px;
    }
    .stock .table-style-wrap::before {
        display: block;
        content: "";
        width: 20px;
        height: 37px;
        position: absolute;
        top: 0;
        right: 23px;
        animation: side 0.7s linear 1s infinite alternate;
        background: url(/images/korean/common/mCont_scroll_ico.png) no-repeat center center;
        background-size: 20px;
    }
    @keyframes side {
        0% {
            transform: translateX(-3px);
        }
        100% {
            transform: translateX(3px);
        }
    }

    @media (max-width: 510px) {
        .stock .now-stock li {
            width: 50%;
            margin-top: 20px;
        }
        .stock .now-stock li:nth-child(odd) {
            padding-left: 0;
        }
        .stock .now-stock li:nth-child(odd)::before {
            display: none;
        }
        .stock .now-stock li:last-child {
            padding: 0 34px;
        }
    }
}
/* //stock table 좌우 스크롤 애니메이션 추가 */

/* 210607 온실가스 컨텐츠 추가 */
.group_solution .item_top {
    margin-bottom: 44px;
}
.group_solution .item_top .title {
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    background: #ab095c;
    border-radius: 10px;
    text-align: center;
}
.group_solution .item_top .desc {
    text-align: center;
    padding: 24px 0;
    box-shadow: 0px 4px 2px -2px rgba(245, 182, 214, 1);
}
.group_solution .item_top .desc strong {
    display: block;
    font-size: 24px;
    color: #ab095c;
    line-height: 36px;
}
.group_solution .item_top .desc p {
    font-size: 18px;
    line-height: 27px;
}
.group_solution .group_circle {
    display: table;
    max-width: 1000px;
    table-layout: fixed;
    margin: 0 auto 64px;
}
.group_solution .group_circle > div {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding: 0 60px;
}
.group_solution .group_circle .item {
    position: relative;
    width: 241px;
    height: 241px;
    border-radius: 50%;
    border: 3px dotted #9197ad;
    text-align: center;
    padding-top: 56px;
    margin: 0 auto;
}
.group_solution .group_circle .item i {
    position: relative;
}
.group_solution .group_circle .item i::after {
    position: absolute;
    width: 270px;
    height: 120px;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
    content: "";
}
.group_solution .group_circle .item::before {
    position: absolute;
    width: 263px;
    height: 263px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #24315d;
    content: "";
    z-index: -1;
}
.group_solution .group_circle .item::after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #24315d;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.group_solution .group_circle > div:nth-child(2) .item::after,
.group_solution .group_circle > div:nth-child(2) .item::before,
.group_solution .group_circle > div:nth-child(2) .item {
    border-color: #ab095c;
}
.group_solution .group_circle > div:nth-child(3) .item::after,
.group_solution .group_circle > div:nth-child(3) .item::before,
.group_solution .group_circle > div:nth-child(3) .item {
    border-color: #2c7155;
}
.group_solution .group_circle > div::after {
    position: absolute;
    border: 1px dashed #cfcfcf;
    content: "";
    z-index: -1;
}
.group_solution .group_circle > div:nth-child(1)::after {
    width: 216px;
    bottom: -40px;
    left: 180px;
    transform: rotate(15deg);
}
.group_solution .group_circle > div:nth-child(2)::after {
    width: 58px;
    bottom: -26px;
    left: 152px;
    transform: rotate(90deg);
}
.group_solution .group_circle > div:nth-child(3)::after {
    width: 230px;
    bottom: -41px;
    right: 174px;
    transform: rotate(-15deg);
}
.group_solution .group_circle .item i {
    display: block;
    margin-bottom: 14px;
}
.group_solution .group_circle .item p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.9px;
    line-height: 27px;
    color: #161617;
}
.group_solution .group_circle .item p br {
    display: block;
}
.group_solution .group_circle_desc {
    text-align: center;
    margin-bottom: 50px;
}
.group_solution .group_circle_desc p {
    font-size: 18px;
    color: #747474;
    line-height: 1;
    background: #fff;
}
.group_solution .group_circle_desc strong {
    display: block;
    font-size: 36px;
    letter-spacing: -1.8px;
    color: #ab095c;
}
.group_solution .item_bottom::after {
    display: block;
    clear: both;
    content: "";
}
.group_solution .item_bottom .list {
    position: relative;
    float: left;
    width: 680px;
}
.group_solution .item_bottom .list::after {
    position: absolute;
    width: 230px;
    height: 290px;
    top: 50%;
    right: -42%;
    transform: translateY(-50%);
    background: url("/images/korean/contents/solution_arrow.svg") no-repeat center center/100%;
    content: "";
}
.group_solution .item_bottom .list ul li {
    background: #f6f6f6;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.9px;
    padding: 28px 28px 28px 80px;
    margin-bottom: 8px;
}
.group_solution .item_bottom .list ul li .item {
    position: relative;
}
.group_solution .item_bottom .list ul li .item i {
    position: absolute;
    font-family: "Squada One" !important;
    font-size: 30px;
    font-weight: 500;
    color: #24315d;
}
.group_solution .item_bottom .list ul li .item span {
    display: block;
    font-weight: 400;
    padding-left: 42px;
}
.group_solution .item_bottom .list ul li:last-child {
    margin-bottom: 0;
}
.group_solution .item_bottom .desc {
    float: left;
    width: calc(100% - 680px);
    text-align: center;
    margin-top: 56px;
    padding-left: 220px;
}
.group_solution .item_bottom .desc i {
    display: block;
}
.group_solution .item_bottom .desc strong {
    display: block;
    font-size: 30px;
    letter-spacing: -1.3px;
    line-height: 40px;
    color: #ab095c;
    margin-bottom: 8px;
}
.group_solution .item_bottom .desc strong span {
    font-size: 26px;
    color: #161617;
}
.group_solution .item_bottom .desc p {
    font-size: 18px;
}

@media (max-width: 1440px) {
    .group_solution .item_bottom .list {
        width: 40%;
    }
    .group_solution .item_bottom .desc {
        width: 60%;
    }
    .group_solution .item_bottom .list::after {
        right: -60%;
    }
    .group_solution .group_circle {
        width: 100%;
    }
    .group_solution .group_circle > div {
        padding: 0;
    }
    .group_solution .group_circle > div::after {
        content: none;
    }
    .group_solution .item_bottom .list ul li {
        padding: 28px 40px;
    }
}
@media (max-width: 940px) {
    .group_solution .group_circle .item {
        width: 180px;
        height: 180px;
        padding-top: 40px;
    }
    .group_solution .group_circle .item::before {
        width: 202px;
        height: 202px;
    }
    .group_solution .group_circle .item i img {
        height: 40px;
    }
    .group_solution .group_circle .item i::after {
        height: 90px;
    }
    .group_solution .group_circle .item p {
        font-size: 15px;
        line-height: 1.2;
    }
}
@media (max-width: 768px) {
    .group_solution .item_bottom .list,
    .group_solution .item_bottom .desc {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .group_solution .item_bottom .list {
        padding-bottom: 200px;
    }
    .group_solution .item_bottom .list::after {
        right: inherit;
        top: inherit;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%) rotate(90deg);
    }
    .group_solution .item_bottom .list ul li {
        padding: 20px;
    }
    .group_solution .group_circle {
        margin-bottom: 32px;
    }
    .group_solution .group_circle_desc {
        margin-bottom: 25px;
    }
}
@media (max-width: 700px) {
    .group_solution .group_circle {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .group_solution .group_circle::after {
        display: block;
        clear: both;
        content: "";
    }
    .group_solution .group_circle > div {
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 40px;
    }
    .group_solution .group_circle > div:last-child {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .group_solution .group_circle > div {
        float: none;
        width: 100%;
    }
    .group_solution .item_bottom .desc i img {
        width: 70px;
    }
    .group_solution .item_bottom .list {
        padding-bottom: 100px;
    }
    .group_solution .item_bottom .list::after {
        width: 100px;
        height: 160px;
    }
}

/* //210607 온실가스 컨텐츠 추가 */

/* 210616 사회공헌 */
.content_tab.sub0306 a div i {
    display: block;
    height: 2.3rem;
    margin: 0 auto 0.3rem;
}
.content_tab.sub0306 a.on::before {
    position: absolute;
    width: 0.75rem;
    height: 0.4rem;
    bottom: -0.05rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("/web/images/icon/sub0306_tab_on.svg") no-repeat center center/cover;
    content: "";
}
.content_tab.sub0306 a div i.icon01 {
    background: url("/web/images/icon/red_sub0306_icon01.svg") no-repeat center center/2.5rem;
}
.content_tab.sub0306 a.on div i.icon01 {
    background: url("/web/images/icon/sub0306_icon01_on.svg") no-repeat center center/2.5rem;
}
.content_tab.sub0306 a div i.icon02 {
    background: url("/web/images/icon/red_sub0306_icon02.svg") no-repeat center center/2.3rem;
}
.content_tab.sub0306 a.on div i.icon02 {
    background: url("/web/images/icon/sub0306_icon02_on.svg") no-repeat center center/2.3rem;
}
.content_tab.sub0306 a div i.icon03 {
    background: url("/web/images/icon/red_sub0306_icon03.svg") no-repeat center center/2.35rem;
}
.content_tab.sub0306 a.on div i.icon03 {
    background: url("/web/images/icon/sub0306_icon03_on.svg") no-repeat center center/2.35rem;
}
.content_tab.sub0306 a div i.icon04 {
    background: url("/web/images/icon/red_sub0306_icon04.svg") no-repeat center center/2.25rem;
}
.content_tab.sub0306 a.on div i.icon04 {
    background: url("/web/images/icon/sub0306_icon04_on.svg") no-repeat center center/2.25rem;
}
.content_tab.sub0306 a div i.icon05 {
    background: url("/web/images/icon/red_sub0306_icon05.svg") no-repeat center center/2.25rem;
}
.content_tab.sub0306 a.on div i.icon05 {
    background: url("/web/images/icon/sub0306_icon05_on.svg") no-repeat center center/2.25rem;
}
.content_tab.sub0306 .tab_txt ul.txt_list li {
    line-height: 1.8;
    padding-left: rem;
    margin-bottom: 1.75rem;
}
.content_tab.sub0306 .tab_txt ul.txt_list li:last-child {
    margin-bottom: 0;
}
.content_tab.sub0306 .tab_txt ul.txt_list li strong {
    display: block;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: -0.06rem;
    padding-left: 1rem;
}
.content_tab.sub0306 .tab_txt ul.txt_list li strong::before {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #fff;
    border: 3px solid #aa095c;
    top: 0.9rem;
    left: 0;
    border-radius: 50%;
    content: "";
}
.content_tab.sub0306 .tab_txt ul.txt_list li strong span {
    color: #aa095c;
}
.content_tab.sub0306 .txt_list > li:before {
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border: 3px solid #aa095c;
    top: 0.8rem;
}
.content_tab.sub0306 .tab_txt ul.txt_list li p {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.045rem;
    color: #656565;
    padding-left: 1rem;
}
.content_tab.sub0306 .photo_gallery {
    margin-top: 2.5rem;
}
.content_tab.sub0306 .photo_gallery > strong {
    display: inline-block;
    position: relative;
    color: #4d4d4d;
    background: #fff;
    padding-right: 1rem;
    margin-bottom: 1rem;
}
.content_tab.sub0306 .photo_gallery > strong::before {
    display: inline-block;
    width: 0.8rem;
    height: 0.7rem;
    vertical-align: middle;
    background: url("/web/images/icon/photo_gallery_icon.svg") no-repeat center center/cover;
    margin-right: 0.4rem;
    content: "";
}
.content_tab.sub0306 .photo_gallery > strong::after {
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 1rem;
    background: #d6d6d6;
    z-index: -1;
    content: "";
}
.content_tab.sub0306 .photo_gallery > strong span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #4d4d4d;
}
.content_tab.sub0306 .photo_gallery > .list {
    margin: 0 -0.5rem 3.8rem;
}
.content_tab.sub0306 .photo_gallery > .list > div {
    float: left;
    width: 33.333%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
}
.content_tab.sub0306 .photo_gallery > .list > div .item p {
    font-size: 1em;
    letter-spacing: -0.04rem;
    color: #666;
    margin-top: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_gall {
    margin: 0 -0.5rem;
}
.board_gall::after {
    display: block;
    clear: both;
    content: "";
}
.board_gall > a {
    display: block;
    float: left;
    width: 33.333%;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.board_gall > a .item {
    border: 1px solid #e8e8e8;
}
.board_gall > a:focus .thumb img,
.board_gall > a:hover .thumb img {
    transform: scale(1.2) translate(-42%, -42%);
}
.board_gall > a .thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 63%;
    z-index: 1;
}
.board_gall > a .thumb img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.board_gall > a .desc {
    padding: 1.5rem 0.5rem;
    background: #fff;
}
.board_gall > a .desc strong {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.03rem;
    color: #333;
    margin-bottom: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.board_gall > a .desc p {
    font-size: 1rem;
    letter-spacing: -0.024rem;
    color: #666;
}
.content_tab.sub0306 .check_list {
    background: #f0f2f5;
    padding: 1.15rem 3.5rem;
    margin-top: 2rem;
}
.content_tab.sub0306 .check_list span {
    display: inline-block;
    position: relative;
    width: 19.5%;
    vertical-align: top;
    font-size: rem;
    font-weight: 500;
    letter-spacing: -0.045rem;
    padding: 0 0.5rem 0 1.2rem;
    margin: 0.5rem 0;
}
.content_tab.sub0306 .check_list span::before {
    position: absolute;
    top: 0.3rem;
    left: 0;
    font-family: "xeicon";
    font-size: rem;
    content: "\e92e";
    color: #aa095c;
}
.grey_bg .board-form .detail-content {
    margin-bottom: 0;
}
.content_tab.sub0306 + .title01 {
    margin-bottom: 0.6rem;
}
/*콘텐츠 탭*/
.content_tab {
    position: relative;
    padding-top: 10.3rem;
    overflow: hidden;
}
.content_tab a {
    padding: 1.45rem 0.5rem;
    text-align: center;
    display: block;
    position: relative;
    border: 1px solid #d2d2d2;
    color: #646464;
    float: left;
    position: absolute;
    top: 0;
    background: #fff;
    border-left: 0;
    font-size: rem;
    letter-spacing: -0.045rem;
}
.content_tab a.on {
    background: #aa095c;
    color: #fff;
}
.content_tab a:first-of-type {
    border-left: 1px solid #d2d2d2;
    border-radius: 0.75rem 0 0 0.75rem;
}
.content_tab a:last-of-type {
    border-radius: 0 0.75rem 0.75rem 0;
}
.content_tab.tab_col_3 a:nth-of-type(1) {
    left: 0;
}
.content_tab.tab_col_3 a:nth-of-type(2) {
    left: 33.333%;
}
.content_tab.tab_col_3 a:nth-of-type(3) {
    left: 66.666%;
}
.content_tab.tab_col_4 a:nth-of-type(1) {
    left: 0;
}
.content_tab.tab_col_4 a:nth-of-type(2) {
    left: 25%;
}
.content_tab.tab_col_4 a:nth-of-type(3) {
    left: 50%;
}
.content_tab.tab_col_4 a:nth-of-type(4) {
    left: 75%;
}
.content_tab.tab_col_5 a:nth-of-type(1) {
    left: 1%;
    width: 19%;
}
.content_tab.tab_col_5 a:nth-of-type(2) {
    left: 20%;
}
.content_tab.tab_col_5 a:nth-of-type(3) {
    left: 40%;
}
.content_tab.tab_col_5 a:nth-of-type(4) {
    left: 60%;
}
.content_tab.tab_col_5 a:nth-of-type(5) {
    left: 80%;
    width: 19%;
}
.content_tab.tab_col_3 a {
    width: 33.333%;
}
.content_tab.tab_col_4 a {
    width: 25%;
}
.content_tab.tab_col_5 a {
    width: 20%;
}
.content_tab .tab_txt {
    display: none;
}
.content_tab .tab_txt:first-of-type {
    display: block;
}
.content_tab.sub0306 .photo_gallery > .list img {
    width: 100%;
    max-width: 100%;
}

.detail-content.bottom_gall {
    margin-bottom: 2rem;
}

@media (max-width: 600px) {
    .content_tab.sub0306 .check_list span {
        width: auto;
    }
}
@media (max-width: 500px) {
    .content_tab.tab_col_5.sub0306 a {
        width: 33%;
        border-radius: 0 !important;
        background: transparent;
    }
    .content_tab.tab_col_5.sub0306 a.on {
        background: #aa095c;
    }
    .content_tab.tab_col_5.sub0306 a:nth-of-type(2) {
        left: 34%;
    }
    .content_tab.tab_col_5.sub0306 a:nth-of-type(3) {
        left: 67%;
        width: 32%;
    }
    .content_tab.tab_col_5.sub0306 a:nth-of-type(4) {
        top: 6.75rem;
        left: 1%;
        border-left: 1px solid #d2d2d2;
        border-top: 0;
    }
    .content_tab.tab_col_5.sub0306 a:nth-of-type(5) {
        top: 6.75rem;
        left: 34%;
        border-top: 0;
    }
    .content_tab.sub0306 {
        padding-top: 15rem;
    }
    .content_tab.sub0306 .photo_gallery > .list {
        margin-bottom: 1.5rem;
    }
    .content_tab.sub0306 .photo_gallery > .list > div {
        width: 50%;
        margin-bottom: 1rem;
    }
    .board_gall > a {
        width: 50%;
    }
    .content_tab.sub0306 .photo_gallery {
        margin-top: 2.5rem;
    }
    .content_tab.sub0306 .check_list {
        margin-top: 1rem;
    }
    .content_tab.sub0306 .tab_txt ul.txt_list li strong {
        font-size: 1.3rem;
    }
    .content_tab.sub0306 .tab_txt ul.txt_list li p {
        font-size: 1rem;
    }
}
/* //210616 사회공헌 */

/* 210722 환경안전경영 페이지 추가 */
.sub-visual.sub07015 {
    background-image: url("/images/korean/sub/sub-visual16.jpg");
}
.table_tab_menu {
    margin-bottom: 60px;
}
.table_tab_menu ul {
    display: table;
    width: 100%;
    max-width: 718px;
    table-layout: fixed;
    border: 1px solid #9a9a9a;
    margin: 0 auto;
}
.table_tab_menu ul li {
    display: table-cell;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #9a9a9a;
    text-align: center;
    vertical-align: middle;
}
.table_tab_menu ul li.active {
    background: #aa095c;
}
.table_tab_menu ul li:first-child {
    border-left: 0;
}
.table_tab_menu ul li a {
    display: block;
    font-size: 18px;
}
.table_tab_menu ul li a:hover,
.table_tab_menu ul li a:focus {
    text-decoration: underline;
    text-underline-position: under;
}
.table_tab_menu ul li.active a:hover,
.table_tab_menu ul li.active a:focus {
    text-decoration: none;
}
.table_tab_menu ul li.active a {
    color: #fff;
}
/* 조직도 */
.org_chart {
    padding: 0;
}
.org_chart .depth {
    position: relative;
    clear: both;
}
.org_chart .depth::after {
    display: block;
    clear: both;
    content: "";
}
.org_chart .depth .item {
    position: relative;
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin: 28px auto;
}
.org_chart .depth1 .item {
    height: 106px;
    margin-top: 100px;
}
.org_chart .depth1 .item::before {
    position: absolute;
    width: 1px;
    height: 140px;
    background-color: #ddd;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.org_chart .depth.right::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
}
.org_chart .depth.left::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
}
.org_chart .depth .item strong {
    display: block;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background: #333;
    line-height: 60px;
}
.org_chart .depth1 .item strong {
    background: transparent;
}
.org_chart .depth1 .item strong::before {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    border-radius: 37px;
    background-color: #26315c;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    z-index: -1;
}
.org_chart .depth2 .item {
    margin-bottom: 88px;
}
.org_chart .depth2 .item strong {
    color: #26315c;
    background: #fff;
    border-radius: 0 15px 0 15px;
    border: 3px solid #26315c;
}
.org_chart .depth3 {
    position: relative;
    max-width: 942px;
    margin: 0 auto;
}
.org_chart .depth3::before {
    position: absolute;
    width: 66.5%;
    height: 1px;
    background-color: #ddd;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.org_chart .depth3 .item > strong {
    background-color: #415294;
}
.org_chart .depth.left {
    float: left;
    width: 50%;
}
.org_chart .depth.right {
    float: right;
    width: 50%;
    clear: inherit;
}
.org_chart .depth.right .item {
    float: right;
    margin: 1.8rem 0;
}
.org_chart .depth.left .item {
    float: left;
}
.org_chart .depth .org_col::after {
    display: block;
    clear: both;
    content: "";
}
.org_chart .depth .org_col {
    display: table;
    /* .org_col > div padding */
    /* width: calc(100% + 174.5px); */
    table-layout: fixed;
    /* margin: 0 -87px; */
    width: 100%;
}
.org_chart .depth .org_col > div {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    /* padding: 0 87px; */
    padding: 0;
}
.org_chart .depth .org_col.depth > div {
    padding: 0 5.5%;
}
.org_chart .depth .org_col > div > .item {
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}
.org_chart .depth .org_col > div > .item > ul > li {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #56618d;
    padding: 16px 10px;
}
.org_chart .depth .org_col > div > .item > ul > li:last-child {
    border-bottom: 0;
}
.org_chart .depth .org_col .item strong {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    border-radius: 30rem;
    max-width: 180px;
    margin: 0 auto 46px;
}
.org_chart .depth3 > .org_col > div > .item > strong span {
    position: relative;
    color: inherit;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.org_chart .depth3 > .org_col > div > .item > strong span::before {
    display: inline-block;
    font-family: "xeicon";
    font-size: 24px;
    content: "\eb59";
    vertical-align: bottom;
    margin-right: 4px;
}
.org_chart .depth .org_col .item strong::before {
    position: absolute;
    width: 1px;
    height: 42px;
    background-color: #ddd;
    bottom: 101%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.org_chart .depth .org_col .item strong::after {
    position: absolute;
    width: 1px;
    height: 24px;
    background-color: #ddd;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.org_chart .depth .org_col.depth::before {
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #ddd;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    content: none;
}
.org_chart .depth .org_col.depth .item {
    border: 1px solid #56618d;
}
.org_chart .depth .org_col.depth .item strong::after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #56618d;
    content: "";
    top: inherit;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}
.org_chart .depth .org_col.depth .item strong {
    font-size: 18px;
    border-radius: 0;
    background: #56618d;
    margin-bottom: 0;
    max-width: 100%;
}

/* //조직도 */
.style_210722 {
    text-align: center;
}
.style_210722 span.title {
    display: inline-block;
    position: relative;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
}
.style_210722 span.title::before {
    display: block;
    width: 22px;
    height: 4px;
    background: #26315c;
    margin: 0 auto 1rem;
    content: "";
}
.intro.new {
    border-bottom: 0;
}
.img_wrap {
    margin: 18px auto 136px;
}
.img_wrap img {
    width: 100%;
    max-width: 894px;
}
.img_wrap.full img {
    max-width: 100%;
}
.new_210722_txt {
    font-size: 1.57em;
    letter-spacing: -1.1px;
    line-height: 1.46em;
    margin-top: 18px;
}
.envi_policy {
    background: url("/images/korean/sub/hn_envi_policy_bg.jpg") no-repeat center center/cover;
    padding: 5.2rem 2rem;
    margin: 2rem auto 30px;
}
.envi_policy::after {
    display: block;
    clear: both;
    content: "";
}
.envi_policy ul {
    float: left;
    counter-reset: envi_policy;
    margin-left: 240px;
}
.envi_policy ul li {
    position: relative;
    font-size: 18px;
    color: #26315c;
    text-align: left;
    padding-left: 32px;
    margin-bottom: 14px;
}
.envi_policy ul li:last-child {
    margin-bottom: 0;
}
.envi_policy ul li::before {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 3px;
    left: 0;
    background: #26315c;
    counter-increment: envi_policy;
    content: "" counter(envi_policy) "";
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.style_210722 .ceo {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
    color: #666;
}

.style_210722 .half {
    width: calc(100% + 80px);
    margin: 22px -40px 160px;
}
.style_210722 .half::after {
    display: block;
    clear: both;
    content: "";
}
.style_210722 .half > div {
    float: left;
    width: 50%;
    padding: 40px;
}
.style_210722 .half > div.tbl_scroll + div{padding-top:120px}
.style_210722 .half .item {
    text-align: left;
}
.style_210722 .half .item img {
    height: 440px;
}
.style_210722 .half.graph_img .item img {
    width: 100%;
    height: auto;
}
.style_210722 .half .item strong {
    display: block;
    position: relative;
    font-size: 1.57em;
    letter-spacing: -1.2px;
    text-align: left;
    color: #1c1c1c;
    padding-left: 18px;
    margin-bottom: 26px;
}
.style_210722 .half .item strong::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid #aa095c;
    border-radius: 50%;
    top: 14px;
    left: 0;
    content: "";
}
.style_210722 .half .item strong.green {
    color: #2c7156;
}
.style_210722 .half .item strong.green::before {
    border-color: #2c7156;
}
.style_210722 .half .item strong.red {
    color: #aa095c;
}
.style_210722 .half .item strong span {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin-left: 10px;
    letter-spacing: -0.9px;
}
.style_210722 .comma {
    display: inline-block;
    position: relative;
    color: #26315c;
    font-size: 30px;
    clear: both;
    margin: 0 auto;
}
.style_210722 .comma::before {
    position: absolute;
    bottom: -10px;
    left: -30px;
    content: "''";
    font-family: "Squada One";
    font-size: 60px;
    letter-spacing: -4px;
}
.style_210722 .comma::after {
    position: absolute;
    bottom: -10px;
    right: -30px;
    content: "''";
    font-family: "Squada One";
    font-size: 60px;
    letter-spacing: -4px;
}
.style_210722 > div:last-of-type {
    margin-bottom: 0;
}
.envi_goal {
    margin-left: -40px;
}
.bm_style_210722_img13 {
    margin-left: -80px;
}
.style_210722 .photo_gallery {
    max-width: 1280px;
    text-align: left;
    overflow: hidden;
    margin: 2.5rem auto 0;
}
.style_210722 .photo_gallery > strong {
    display: inline-block;
    position: relative;
    color: #4d4d4d;
    background: #fff;
    padding-right: 1rem;
    margin-bottom: 1rem;
}
.style_210722 .photo_gallery > strong::before {
    display: inline-block;
    width: 0.8rem;
    height: 0.7rem;
    vertical-align: middle;
    background: url("/web/images/icon/photo_gallery_icon.svg") no-repeat center center/cover;
    margin-right: 0.4rem;
    content: "";
}
.style_210722 .photo_gallery > strong::after {
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 1rem;
    background: #d6d6d6;
    z-index: -1;
    content: "";
}
.style_210722 .photo_gallery > strong span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #4d4d4d;
}
.style_210722 .photo_gallery > .list {
    margin: 0 -18px 3.8rem;
}
.style_210722 .photo_gallery > .list > div {
    float: left;
    width: 25%;
    height: 178px;
    padding: 0 18px;
    overflow: hidden;
}
.style_210722 .photo_gallery > .list > div > .item > .img > img {
    width: 100%;
}
.style_210722 .tbl_wrap + .comma {
    padding-top: 30px;
    margin-bottom: 134px;
}


@media (max-width: 1440px) {
    .style_210722 .half .item img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .envi_policy {
        background-size: cover;
        background-position: 30% center;
    }
    .envi_policy ul {
        margin-left: 0;
    }
    .style_210722 .half {
        margin-bottom: 80px;
    }
}

@media (max-width: 1026px) {
    .bm_style_210722_img13 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .org_chart .depth .org_col {
        display: block;
        width: 100%;
        margin: 0;
    }
    .org_chart .depth .org_col > div {
        display: block;
        padding: 0;
        margin-bottom: 2rem;
    }
    .org_chart .depth .org_col > div:last-child {
        margin-bottom: 0;
    }
    .org_chart .depth .org_col .item strong::before {
        content: none;
    }
    .org_chart .depth .org_col .item::before {
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ddd;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        content: none;
    }
    .org_chart .depth .org_col div:last-child .item::before {
        content: none;
    }
    .org_chart .depth3 .item {
        margin-bottom: 4rem;
    }
    .org_chart .depth .org_col.depth::before,
    .org_chart .depth3::before {
        content: none;
    }
    .org_chart .depth1 .item::before {
        height: 100vh;
    }
    .org_chart .depth .org_col .item strong::after {
        height: 100%;
    }
    .org_chart .depth .org_col .item .org_col.depth > div:first-child::after {
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #ddd;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
    }
    .org_chart .depth .org_col .item strong {
        max-width: 100%;
    }
    .envi_policy {
        background-position: center center;
        padding: 3rem 1rem;
    }
    .style_210722 .ceo {
        text-align: center;
    }
    .style_210722 .half {
        margin-bottom: 60px;
    }
    .table_tab_menu {
        padding: 0 20px;
    }
    .table_tab_menu ul li {
        line-height: normal;
    }
    .table_tab_menu ul li a {
        font-size: 16px;
    }
    .img_wrap {
        margin: 18px auto 60px;
    }
    .style_210722 .photo_gallery > .list > div {
        width: 50%;
    }
    .style_210722 .tbl_wrap + .comma {
        margin-bottom: 60px;
    }
    .style_210722 .half > div {
        padding: 10px;
    }
    .style_210722 .half > div.tbl_scroll + div{padding-top:10px}
    .style_210722 .half .item strong span {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    .org_chart .depth .item {
        max-width: 100%;
    }
    .org_chart .depth.right .item,
    .org_chart .depth.left .item {
        float: none;
    }
    .org_chart .depth.right::before,
    .org_chart .depth.left::before {
        content: none;
    }
    .org_chart .depth.left,
    .org_chart .depth.right {
        float: none;
        width: 100%;
    }
    .style_210722 .half {
        width: 100%;
        margin: 22px auto 60px;
    }
    .style_210722 .half > div {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .style_210722 .half .item strong {
        margin-bottom: 16px;
    }
    .style_210722 span.title,
    .style_210722 .comma {
        font-size: 24px;
    }
    .style_210722 .comma {
        padding-top: 30px;
    }
    .style_210722 .comma::before {
        position: relative;
        bottom: inherit;
        left: inherit;
    }
    .style_210722 .comma::after {
        content: none;
    }
}
/* //210722 환경안전경영 페이지 추가 */

/* 220228 사회공헌 게시판 지주사 게시판으로 공통 적용 작업 */
.sub_top_common,
.content_tab,
.grey_bg {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}
.right_txt {
    padding-bottom: 34px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    color: #333;
    font-size: 1.250em;
    font-weight: 600;
}
.right_txt .title {
    display: block;
    color: #222;
    font-size: 1.5em;
    font-weight: 600;
}
.right_txt .title > * {
    display: inline-block;
    vertical-align: middle;
}
.right_txt .title p span {
    color: #aa095c;
}
.right_txt .desc p {
    width: 64%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    word-break: keep-all;
}
.right_txt .desc p br {
    display: none;
}

@media (max-width: 1640px) {
    .right_txt,
    .content_tab {
        padding-left: 40px;
        padding-right: 40px;
    }
    .right_txt .desc p {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .right_txt,
    .content_tab {
        padding-left: 20px;
        padding-right: 20px;
    }
    .depth3-title {
        margin-bottom: 20px;
    }
    .content_tab.sub0306 .tab_txt ul.txt_list li strong {
        font-size: 1.4em;
    }
    .content_tab.sub0306 .tab_txt ul.txt_list li p {
        font-size: 1.2em;
    }
    .content_tab.sub0306 .tab_txt ul.txt_list li strong::before {
        top: 0.65rem;
    }
    .board_gall > a .desc {
        padding: 0.5rem;
    }
    .board_gall > a .desc strong,
    .board_gall > a .desc p{
        font-size: 1em;
        margin-bottom: 0;
    }
    .board {
        word-break: break-all;
    }
    .board .view-list th,
    .board .view-list td {
        padding: 5px;
    }
    .board-article.bottom-content-line {
        padding: 20px 10px;
    }
    .right_txt .desc p {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .right_txt,
    .content_tab {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* //220228 사회공헌 게시판 지주사 게시판으로 공통 적용 작업 */



/* 인재채용 > 인재상 */
.circle_wrap.three {
    position: relative;
    text-align: center;
    padding: 0 5.5rem;
}

.circle_wrap.three::before {
    position: absolute;
    width: 100%;
    max-width: 49.5rem;
    height: 16.75rem;
    top: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("/web/images/contents/sub0501_circle_before.png") no-repeat center center/100%;
    content: "";
    z-index: -1;
}

.circle_wrap.three::after {
    position: absolute;
    width: 100%;
    max-width: 8rem;
    height: 7.81rem;
    top: 2.87rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("/web/images/contents/sub0501_circle_after.svg") no-repeat center center/100%;
    content: "";
    z-index: -1;
}

.circle_wrap.three .item {
    display: inline-block;
}

.circle_wrap.three .item .circle {
    width: 21.87rem;
    height: 21.87rem;
    background: #e8f1fe;
    border-radius: 50%;
    text-align: center;
    padding-top: 5.25rem;
}

.circle_wrap.three .item:nth-child(1) {
    float: left;
}

.circle_wrap.three .item:nth-child(2) {
    margin-top: 14.68rem;
    margin-bottom: 0.625rem;
}

.circle_wrap.three .item:nth-child(2) .circle {
    background: #fff;
    border: 10px solid rgba(34, 119, 242, 0.1);
}

.circle_wrap.three .item:nth-child(2) strong {
    color: #2277f2;
}

.circle_wrap.three .item:nth-child(3) {
    float: right;
}

.circle_wrap.three .item:nth-child(3) .cicle {
    background: #f0f2f5;
}

.circle_wrap.three .item:nth-child(3) strong {
    color: #080b0e;
}

.circle_wrap.three .item i {
    display: block;
    height: 3.93rem;
}

.circle_wrap.three .item i.icon01 {
    background: url("/web/images/icon/sub0501_icon01.svg") no-repeat center center/3.75rem;
}

.circle_wrap.three .item i.icon02 {
    background: url("/web/images/icon/sub0501_icon02.svg") no-repeat center center/4.37rem;
}

.circle_wrap.three .item i.icon03 {
    background: url("/web/images/icon/sub0501_icon03.svg") no-repeat center center/2.87rem;
}

.circle_wrap.three .item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.12rem;
    color: #003288;
    margin: 0.93rem auto 0.375rem;
}

.circle_wrap.three .item p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.09rem;
}

.circle_wrap.three .item .list {
    width: 100%;
    max-width: 13.12rem;
    margin: 1.375rem auto 0;
}

.circle_wrap.three .item .list strong {
    display: block;
    font-size: 1rem;
    letter-spacing: -0.08rem;
    line-height: 1.5rem;
    color: #555;
    border-bottom: 1px solid #888;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.circle_wrap.three .item .list ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.08rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.circle_wrap.three .item .list ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1640px) {
    .circle_wrap.three {
        padding: 0;
    }
}
@media (max-width: 1100px) {
    .circle_wrap.three .item .circle {
        width: 18.75rem;
        height: 18.75rem;
        padding-top: 2.5rem;
    }
}

@media (max-width: 1000px) {
    .circle_wrap.three {
        padding-top: 8.75rem;
    }

    .circle_wrap.three .item {
        display: block;
        float: none !important;
        margin-bottom: 2.5rem;
    }

    .circle_wrap.three .item:nth-child(2) {
        margin-top: 0;
    }

    .circle_wrap.three .item .circle {
        width: 21.87rem;
        height: 21.87rem;
        padding-top: 5.25rem;
        margin: 0 auto;
    }

    .circle_wrap.three::before {
        content: none;
    }

    .circle_wrap.three::after {
        top: 0;
    }

    .circle_wrap.three .item .list {
        max-width: 80%;
    }

    .circle_wrap.three .item .list ul li {
        display: inline-block;
        margin: 0.5rem 1rem;
    }

    .circle_wrap.three .item .list ul li::before {
        display: inline-block;
        content: "·";
        margin-right: 0.5rem;
    }
}

/* //인재채용 > 인재상 */

/* 인재채용 > 복리후생 */
.list.type01 .table_style {
    width: calc(100% + 1.25rem);
    margin: 0 -0.625rem 3rem;
}

.list.type01 .table_style li {
    padding: 0 0.625rem;
}

.list.type01 .item {
    text-align: left;
}

.list.type01 .item .img img {
    width: 100%;
}

.list.type01 .item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.072rem;
    color: #032e7c;
    margin: 1.25rem auto 0.625rem;
}

.list.type01 .item .list li {
    display: block;
    position: relative;
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: -0.09rem;
    line-height: 1.625rem;
    color: #333;
    padding-left: 0.937rem;
    margin-bottom: 0.4rem;
    word-break: break-all;
}

.list.type01 .item .list li::before {
    position: absolute;
    width: 0.625rem;
    height: 2px;
    top: 0.75rem;
    left: 0;
    background: #032e7c;
    content: "";
}
.table_style {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.title.type01 {
    font-size: 1.75rem;
    letter-spacing: -0.14rem;
    color: #333;
    text-align: center;
    margin-bottom: 3.75rem;
}
.title.type01 p span {
    font-weight: 700;
    color: #2277f2;
}
.title.type01 strong {
    font-size: 2.37rem;
    font-weight: 700;
    letter-spacing: -0.19rem;
    color: #032e7c;
}
.table_style > li {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: top;
}

@media (max-width: 500px) {
    .table_style li {
        display: block;
        padding: 0;
    }

    .table_style li.empty {
        display: none;
    }

    .table_style li .img img {
        width: 100%;
    }
}
/* //인재채용 > 복리후생 */


/* 협력사 행동강령 */
.ethics.ethics_contuct{}
.ethics.ethics_contuct .intro span {display: inline-block;margin-bottom: 18px;font-weight: 600}
.ethics.ethics_contuct>div:nth-of-type(2) {margin: 42px 0 45px;padding: 70px 66px;background: url(/web/images/contents/ethics_contuct_bg.jpg) center/cover no-repeat}
.ethics.ethics_contuct>div:nth-of-type(2)>ul,
.ethics.ethics_contuct>div:nth-of-type(2)>p{position: relative;padding-left: 0;}
.ethics.ethics_contuct>div:nth-of-type(2)>ul:before,
.ethics.ethics_contuct>div:nth-of-type(2)>p:before{position: absolute;left: 0;top: 10px;width: 82px;height: 1px;background: rgba(255, 255, 255, .4);}
.ethics.ethics_contuct>div:nth-of-type(2)>ul li {color: #fff;line-height: 1.3;margin: 10px 0}
.ethics.ethics_contuct>div:nth-of-type(2)>p{color:#fff;line-hieght:1.3;text-align: center;}
.ethics.ethics_contuct .btnWrap{text-align:center;}
.ethics.ethics_contuct .btnWrap .btn01 b{width:190px}
.ethics.ethics_contuct .btnWrap div {margin-left: 40px;}
.ethics.ethics_contuct .btnWrap div:nth-of-type(1) {margin-left: 0}
.ethics.ethics_contuct .btnWrap .btn em:before {transform: rotate(180deg)}

@media(max-width:1025px) {
    .ethics.ethics_contuct{}
}
@media(max-width:425px) {
    .ethics.ethics_contuct .btnWrap .btn01{width:100%}
    .ethics.ethics_contuct .btnWrap .btn01 span{width:100%}
    .ethics.ethics_contuct .btnWrap .btn01 b{width:100%}
    .ethics.ethics_contuct>div:nth-of-type(2)>ul,
    .ethics.ethics_contuct>div:nth-of-type(2)>p{padding-left: 0}
    .ethics.ethics_contuct>div:nth-of-type(2)>ul,
    .ethics.ethics_contuct>div:nth-of-type(2)>p:before{display: none}
}

.environment-info .btn.flex-btn{display:flex;flex-wrap:wrap;gap:3px;}


/* 240709_contact Us */

.contact-form{font-size:calc(1.8rem / 1.6);line-height:1.4;font-family:"Noto Sans KR", "Noto";}
.contact-form label{cursor:pointer}
.contact-form-top{display:flex;align-items:flex-start;gap:calc(2.4rem / 1.6);padding:calc(3.2rem / 1.6);border:1px solid #d4d4d4;}
.contact-form-top-icon{flex-shrink:0;width:calc(6rem / 1.6);aspect-ratio:1 / 1;background:url(/images/common/contact-form-top-icon.svg) no-repeat 50% 50%/contain}
.contact-form-top-desc{}
.contact-form-top-desc>strong{color:#222;font-size:calc(2.4rem / 1.6);font-weight:700;}
.contact-form-top-desc>p{margin-top:calc(1.6rem / 1.6);}
.contact-form-field{margin-top:calc(9rem / 1.6);}
.contact-form-field-terms{padding:calc(3.2rem / 1.6);background-color:#f5f5f5;color:#444;}
.contact-form-field-terms>dl{}
.contact-form-field-terms>dl>dt{font-weight:bold;}
.contact-form-field-terms>dl>dd{position:relative;padding-left:calc((.6rem / 1.6) + 4px);font-size:calc(1.6rem / 1.6);}
.contact-form-field-terms>dl>dd:before{content:"";position:absolute;top:calc(1rem / 1.6);left:0;width:4px;aspect-ratio:1 / 1;background-color:#26315c;border-radius:50%;}
.contact-form-field-terms>dl>dt+dd{margin-top:calc(1rem / 1.6);}
.contact-form-field-terms>dl>dd+dt{margin-top:calc(3rem / 1.6);}
.contact-form-field-terms>dl>dd+dd{margin-top:calc(.5rem / 1.6);}
.contact-form-field-terms-agree{display:flex;justify-content:flex-end;align-items:center;gap:calc(2rem / 1.6) calc(3.2rem / 1.6);margin-top:calc(2rem / 1.6)}
.contact-form-field-terms-agree-box{position:relative;overflow:hidden;}
.contact-form-field-terms-agree-box>input[type="radio"]{position:absolute;top:-1px;left:-1px;width:0;height:0;opacity:0;}
.contact-form-field-terms-agree-box>label{position:relative;padding-left:calc(2.4rem / 1.6);color:#616161;}
.contact-form-field-terms-agree-box>label:before{content:"";position:absolute;top:calc(.5rem / 1.6);left:0;width:calc(1.8rem / 1.6);aspect-ratio:1 / 1;border:1px solid #bdbdbd;border-radius:50%;}
.contact-form-field-terms-agree-box>input[type="radio"]:checked+label:before{border-width:calc(.7rem / 1.6);border-color:#aa095c;}

.contact-form-field-table{border-top:2px solid #222;}
.contact-form-field-table tbody th,
.contact-form-field-table tbody td{padding:calc(1.2rem / 1.6) calc(2.4rem / 1.6);border-bottom:1px solid #e0e0e0;text-align:left;}
.contact-form-field-table tbody th{width:calc(22rem / 1.6);background-color:#f5f5f5;color:#222;font-weight:bold;}
.contact-form-field-table tbody td input[type="text"],
.contact-form-field-table tbody td input[type="password"],
.contact-form-field-table tbody td input[type="email"],
.contact-form-field-table tbody td input[type="date"],
.contact-form-field-table tbody td textarea,
.contact-form-field-table tbody td select{padding:0 calc(1.6rem / 1.6);width:100%;height:calc(4.8rem / 1.6);background-color:#fff;border:1px solid #e0e0e0;font-size:calc(1.6rem / 1.6)}
.contact-form-field-table tbody td textarea{padding:calc(1.1rem / 1.6) calc(1.6rem / 1.6);height:calc(28rem / 1.6)}

.contact-form-field-table tbody td input[type="text"]::placeholder{font-family:"Noto Sans KR", "Noto";color:#9e9e9e;font-style:normal}
.contact-form-field-table tbody td input[type="password"]::placeholder{font-family:"Noto Sans KR", "Noto";color:#9e9e9e;font-style:normal}
.contact-form-field-table tbody td input[type="email"]::placeholder{font-family:"Noto Sans KR", "Noto";color:#9e9e9e;font-style:normal}
.contact-form-field-table tbody td input[type="date"]::placeholder{font-family:"Noto Sans KR", "Noto";color:#9e9e9e;font-style:normal}
.contact-form-field-table tbody td textarea::placeholder{font-family:"Noto Sans KR", "Noto";color:#9e9e9e;font-style:normal}

.contact-form-field-button-container{display:flex;justify-content:center;gap:calc(1rem / 1.6);margin-top:calc(5rem / 1.6);}
.contact-form-field-button{display:inline-flex;align-items:center;gap:calc(.75rem / 1.6);padding:0 calc(2rem / 1.6);height:calc(4.4rem / 1.6);font-size:calc(1.6rem / 1.6);line-height:1;}
.contact-form-field-button>i{font-size:calc(1.8rem / 1.6)}
.contact-form-field-button-submit{border:1px solid #26315c;color:#26315c;}

@media(max-width:1279px) {
    .contact-form-field-table tbody th{width:calc(18rem / 1.6)}
}

@media(max-width:767px) {
    .contact-form-field-table tbody tr{display:flex;flex-direction:column;}
    .contact-form-field-table tbody th{width:100%;border-bottom:0;}
}


/* 동영상 modal */
.environment-info{padding:90px 0;min-height:400px;}
.environment-info > div{padding-right:500px;}
.environment-info > div:has(.environment-info-video):after{display:none;}
.enviroment-modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, .6);z-index:999;}
.enviroment-modal-container{padding:calc(2.4rem / 1.6) calc(2.4rem / 1.6);width:calc(100% - 4rem / 1.6);max-width:900px;background-color:#fff;}
.enviroment-modal-title{display:flex;justify-content:space-between;align-items:flex-start;color:#222;}
.enviroment-modal-title>strong{font-size:calc(1.8rem / 1.6);line-height:calc(2.4rem / 1.6)}
.enviroment-modal-close{padding:0;flex-shrink:0;font-size:calc(2.4rem / 1.6);line-height:1;}
.enviroment-modal-video{margin-top:calc(2rem / 1.6);}
.enviroment-modal-video iframe{width:100%;aspect-ratio:852 / 476;}
.environment-info .environment-info-video{z-index:2;}
.environment-info .environment-info-video:after{content:"";position:absolute;top:50%;left:50%;width:82px;aspect-ratio:1 / 1;background:url(/images/common/environment-video-play.svg) no-repeat 50% 50%/contain;transform:translate(-50%, -50%);}

@media(max-width:1440px) {
    .environment-info{min-height:unset;}
    .environment-info > div{padding-right:400px;}
    .environment-info .environment-info-video,
    .environment-info > div:after{width:360px;}
    .environment-info .environment-info-video:after{width:72px;height:72px;}
}

@media(max-width:1200px){
  .environment-info > div{padding-right:360px;}
  .environment-info .environment-info-video,
  .environment-info > div:after {width:320px;}
  .environment-info .environment-info-video:after{width:64px;height:64px;}
}

@media(max-width:767px) {
    .environment-info{padding-bottom:0;}
    .environment-info > div{padding-right:0;}
    .environment-info .environment-info-video,
    .environment-info > div:after {position:relative;top:40px !important;right:auto !important;margin:0 auto;width:100%;max-width:320px;}
}



/* 공급망정책 */
.supply_bg {
    height: 402px;
    width: 100%;
    background: url(/ecoprobm/images/korean/contents/supply_bg01.png) no-repeat center center/cover;
}
.supply_bg.sustainability{
    background-image:url(/ecoprobm/images/korean/contents/supply_sutainability.jpg);
}

.sustainability_img{
    text-align:center;
}
.sustainability_img img{
    width:100%;max-width:742px;box-shadow:0 .5rem 1.5rem rgba(0, 0, 0, .15);
}


.supply_content {
    padding: 65px 210px;
    background: #f3f3f5;
    position: relative;
    margin-top: -250px;
    margin-bottom: 45px;
}

.supply_content .tit {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.supply_content .mid_tit {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.supply_content .mid_tit i {
    vertical-align: middle;
    margin: 0 10px;
    line-height: 130%;
}

.supply_content .mid_tit img {
    vertical-align: middle;
}

.supply_content .bot_t {
    font-size: 20px;
    text-align: center;
    margin-bottom: 45px;
    word-break: keep-all;
}

.supply_content .supply_box {
    overflow: hidden;
}

.supply_content .supply_box .inner_box {
    position: relative;
    width: 48%;
    float: left;
    margin-left: 4%;
    padding: 30px 50px;
    background: #fff;
    min-height: 222px;
}

.supply_content .supply_box .inner_box.w100 {
    float: none;
    width: 100% !important;
    min-height: auto;
    padding: 1rem 3rem;
}

.supply_content .supply_box .inner_box.w100 .title {
    display: block;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.supply_content .supply_box .inner_box:before {
    width: 8px;
    height: 80px;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: #aa095c;
}

.supply_content .supply_box .inner_box p {
    line-height: 170%;
}

.supply_content .supply_box .inner_box:first-of-type {
    margin-left: 0;
}

.side_txt {
    text-align: center;
    line-height: 170%;
    color: #444;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .supply_content {
        padding: 50px;
    }

}

@media (max-width: 1150px) {
    .supply_content .supply_box .inner_box {
        float: none;
        width: 100%;
        margin-left: 0;
        min-height: auto;
        margin-top: 20px;
    }

    .supply_content .supply_box .inner_box:first-of-type {
        margin-top: 0;
    }
}


@media (max-width: 1000px) {
    .supply_content br {
        display: none !important;
    }

    .side_txt br {
        display: none;
    }

    .supply_content .bot_t {
        font-size: 18px;
    }

    .supply_content .mid_tit {
        font-size: 24px;
    }

    .supply_content .mid_tit span img {
        display: none;
    }

    .supply_content {
        padding: 50px 20px;
    }

    .supply_content .supply_box .inner_box {
        padding: 20px 30px;
    }

    .side_txt {
        font-size: 14px;
    }

    .supply_bg {
        height: 300px;
    }
}







/* //220228 사회공헌 게시판 지주사 게시판으로 공통 적용 작업 */
.year_right{text-align:right;}
.hn_chart {
    position: relative;
    padding-left: 110px;
}

.hn_chart.factory {
    padding:0;max-width: 580px;
}

.hn_chart .title {
    position: absolute;
    top: -5px;
    left: 0;
    font-weight: 700;
    font-size: 18px;
}

.hn_chart.long .title {
    top: 0;
    left: -110px;
    font-weight: 500;
}

.hn_chart.factory .title {
    top: 14px;
}

.hn_chart .bar_item {
    position: relative;
}

.hn_chart.year .bar_item {
    margin-bottom: 8px;
}

.hn_chart.year .bar_item:last-child {
    margin-bottom: 0;
}

.hn_chart .bar_item .bar {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    max-width: 418px;
    border-radius: 4px;
    height: 32px;
    vertical-align: middle;
    margin-bottom: 8px;
    text-align: left;
}

.hn_chart.year .bar_item .bar {
    margin-right: 14px;
    margin-bottom: 0;
    max-width: calc(100% - 80px);
}

.hn_chart.long .bar_item .bar {
    max-width: 100%;
}

.hn_chart .bar_item .bar span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.hn_chart .bar_item .bar span.point {
    background: #26315c;
    color: white;
}

.hn_chart.long.green_color .bar_item .bar span.point {
    text-align: right;
    background: #2c7156;
}

.hn_chart.long.red .bar_item .bar span.point {
    text-align: right;
    background: #aa095c;
}

.hn_chart .bar_item .bar .point + span {
    font-size: 14px;
}

.hn_chart .bar_item .bar .point + span.blue {
    font-size: 14px;
}

.hn_chart .bar_item .year {
    display: inline-block;
    vertical-align: revert;
}

.hn_chart .factory_name {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    padding: 10px;
}

.hn_chart .factory_name span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 20px;
}

.hn_chart .factory_name span::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 6px solid black;
    background: white;
    content: "";
    vertical-align: middle;
    margin-right: 4px;
}

.hn_chart .factory_name span.factory1::before {
    border-color: #2c7156;
}

.hn_chart .factory_name span.factory2::before {
    border-color: #aa095c;
}

.hn_chart+p{margin-top:20px;margin-left:13%;}
.hn_chart_energy+p{margin-left:14%;}

@media (max-width: 1350px) {
    .org_chart .depth .org_col > div > .item {
        max-width: 300px;
    }
    .org_chart .depth .org_col > div > .item > ul > li {
        max-height: none;
    }

    .hn_chart+p,
    .hn_chart_energy+p{margin:0;text-align:center;}
}

@media (max-width: 1280px) {
    .hn_chart {
        padding-left: 70px;
    }

    .hn_chart.year .bar_item .bar span.point {
        width: 100% !important;
    }

    .hn_chart.text-out .bar_item .bar span.point {
        display: none;
    }

    .hn_chart.long {
        padding-left: 0;
    }

    .hn_chart.long::after {
        display: block;
        clear: both;
        content: "";
    }

    .hn_chart.long .title {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 4px;
    }

    .hn_chart.long .bar_item {
        float: left;
        width: 49%;
        margin-right: 2%;
    }

    .hn_chart.long .bar_item:nth-child(even) {
        margin-right: 0;
    }

    .hn_chart.long .bar_item .bar span {
        width: auto !important;
    }
}

@media (max-width: 1100px) {
    .org_chart .depth .org_col > div > .item {
        max-width: 260px;
    }
}

@media (max-width: 768px) {
    .style_210722 .half > div {
        width: 100%;
    }

    .hn_chart.factory {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .hn_chart {
        padding-left: 0;
    }

    .hn_chart .title {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 10px;
    }

    .hn_chart.long .bar_item {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}


/* 이사회 */ /* 이사회 - 조직과 목표 */ 
.float-as { color: #777; text-align: right; } 
.float-section ~ .float-section { margin-top: 8.75rem; } 
.float-section h4 { display: block; position: relative; font-weight: 500; font-size: 2.5rem; letter-spacing: -0.125rem; color: #181818; text-align: center; margin-bottom: 3.75rem; } 
.float-section h4::after { display: block; width: 2.6875rem; height: 1.875px; background: #16336A; margin: 0.75rem auto 0; content: ""; } 
.float-section:last-child { margin-bottom: 18.75rem; } 
.float-parent { display:flex;flex-wrap:wrap;position: relative; } 
.float-parent::after { content: ""; display: block; clear: both; } 
.float-parent > .float-item { float: left; text-align: left; width: calc(33.3334% - 4.375rem); margin-top: 42px; margin-right: 4.375rem; letter-spacing: -0.9px; } 
.float-parent > .float-item:nth-of-type(3n) { margin-right: 0; } 
.float-item .item-hd { position: relative; padding: 0 7.5rem 1.25rem 0; border-bottom: 1px solid #dddddd; } 
.float-item .item-hd > strong { font-size: 1.875rem; color: #181818; letter-spacing: -1.5px; } 
.float-item .item-hd > strong > span { font-size: 1.125rem; color: #2277f2; letter-spacing: -0.9px; } 
.float-item .item-hd > .img { position: absolute; right: 0; top: 0.625rem; } 
.float-item .item-hd > .img > img { width: 7.5rem; opacity:0.2} 
.float-item .item-body { margin-top: 1.5rem; } 
.item-body .item-list { color: #444444; } 
.item-body .item-list ~ .item-list { margin-top: 0.625rem; } 
.item-body .item-list ~ .item-list.mt { margin-top: 1.875rem; } 
.item-body .item-list:fir-child { margin-bottom: 0; } 
.item-body .item-list > strong { display: block; font-size: 1.125rem; color: #16336A; margin-bottom: 0.3125rem; } 
.item-body .item-list > ul > li { position: relative; padding-left: 0.625rem; } 
.item-body .item-list > ul > li::before { content: ""; width: 5px; height: 1px; background: #444; position: absolute; left: 0; top: 0.8125rem; } 

@media (max-width: 1026px) { 
    .float-parent > .float-item { width: calc(50% - 2.1875rem); margin-bottom: 3.125rem; } 
    .float-parent > .float-item:nth-of-type(2n) { margin-right: 0; } 
    .float-parent > .float-item:nth-of-type(3n) { margin-right: 4.375rem; } 
} 

@media (max-width: 640px) { 
    .float-parent > .float-item { width: 100%; float: none; margin-right: 0 !important; } 
}


.director-as{color:#777;text-align:right;}
.director-org { position: relative; margin-top:3rem;padding-left: 14.375rem; } 
.director-as+.director-org{margin-top:3rem;}
.director-org *{word-break:keep-all;}
.director-org-box { display: flex; justify-content: center; align-items: center; position: relative; padding: 0 0.625rem 0.0625rem; min-height: 4.5rem; color: #fff; font-size: 1.125rem; font-weight: 700; text-align: center; } 
.director-org-lv01, .director-org-lv02 { display: flex; justify-content: center; position: relative; gap: 2.5rem; } 
.director-org-lv01 > .director-org-box { width: calc((100% / 3) - (2.5rem / 1.5)); background-color: #AA095C; } 
.director-org-lv02 { margin-top: 3.75rem; } 
.director-org-lv02-column { display: flex; flex-direction: column; position: relative; flex: 1; } 
.director-org-lv02-column > .director-org-box { background-color: #793458; } 
.director-org-lv03, .director-org-lv04 { position: relative; margin-top: 1.875rem; padding: 1.25rem; border: 1px solid #ddd; } 
.director-org-lv03 { background-color: #f3f3f5; } 
.director-org-lv04 { background-color: #fff; } 
.director-org-lv03 > strong, .director-org-lv04 > strong { display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; right: calc(100% + 3.75rem); padding-bottom: 0.0625rem; width: 6.25rem; aspect-ratio: 1 / 1; color: #fff; border-radius: 50%; font-size: 1.125rem; font-weight: 700; line-height: 1; transform: translateY(-50%); } 
.director-org-lv03 > strong { background-color: #c14988; } 
.director-org-lv04 > strong { background-color: #8b2b5d; } 
.director-org-lv03 > ul > li, .director-org-lv04 > ul > li { position: relative; padding-left: 1.125rem; color: #333; font-size: 1rem; line-height: 1.2;} 
.director-org-lv03 > ul > li:before, .director-org-lv04 > ul > li:before { content: ""; position: absolute; top: 0.71875rem; left: 0; width: 0.625rem; height: 1.25px; background-color: #032e7c; } 
.director-org-lv03 > ul > li + li, .director-org-lv04 > ul > li + li { margin-top: 0.5rem; } 
.director-org-lv01:before { content: ""; position: absolute; top: 100%; left: 50%; width: 1px; height: 1.875rem; background-color: #ddd; } 
.director-org-lv02-column:before { content: ""; position: absolute; top: -1.875rem; left: 50%; width: calc(100% + 2.5rem); height: 1.875rem; border-top: 1px solid #ddd; border-left: 1px solid #ddd; } 
.director-org-lv02-column:last-child:before { width: 0; } 

@media (max-width: 1280px) { 
    .director-org { padding-left: 8.75rem; } 
    .director-org-lv02 { gap: 1.875rem; } 
    .director-org-lv01 > .director-org-box { width: calc((100% / 3) - 1.875rem); } 
    .director-org-lv02-column:before:before{width:calc(100% + 1.875rem)}
    .director-org-lv03 > strong, .director-org-lv04 > strong { right: calc(100% + 2.5rem); } 
} 

@media (max-width: 1023px) { 
    .director-org { padding-left: 0; } 
    .director-org-lv03 > strong, .director-org-lv04 > strong { display: none; } 
} 

@media (max-width: 639px) { 
    .director-org-lv02-column:before { width: 0; } 
    .director-org-lv01:before { top: 0; height: 100%; } 
    .director-org-lv01 > .director-org-box { width: 100%; } 
    .director-org-lv02 { flex-direction: column; margin-top: 1.875rem; } 
    .director-org-lv02-column { width: 100%; } 
    .director-org-lv03, .director-org-lv04 { margin-top: 0.625rem; height: auto !important; } 
}

.tab li i.hrm::before{width:100%;height:100%;background:url(/ecoprobm/images/common/hrm-gray.png) no-repeat 50% 50%;}
.tab li.active i.hrm::before{width:100%;height:100%;background:url(/ecoprobm/images/common/hrm-white.png) no-repeat 50% 50%;}
.tab li i.cg::before{width:100%;height:100%;background:url(/ecoprobm/images/common/cg-gray.png) no-repeat 50% 50%;}
.tab li.active i.cg::before{width:100%;height:100%;background:url(/ecoprobm/images/common/cg-white.png) no-repeat 50% 50%;}

.supply_content .supply_content_list>li:has(>i.type02){padding-left:calc(9.2rem / 1.6);}
.supply_content .supply_content_list>li>i.type02{width:calc(8rem / 1.6);height:calc(3.6rem / 1.6);border-radius:calc(3.6rem / 1.6)}




/*테이블*/
.tbl {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #26315C;
    letter-spacing: -0.8px;
    table-layout: fixed;
    margin-top: 12px;
}

.tbl::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #9e9e9e;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.tbl thead th {
    background: #f5f6f9;
    color: #3e3e3e;
    padding: 0.35rem 1rem;
    border: 1px solid #c6c6c6;
    border-left: 0;
    border-right: 1px solid #d5d5d5;
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
}

.tbl thead th p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.tbl tbody th {
    background: rgba(38, 49, 92, 0.1);
    padding: 1.2rem;
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #d5d5d5;
    font-weight: 400;
    color: #4f565b;
    text-align: center;
}

.tbl td {
    background: #fff;
    padding: 0.8rem 1.2rem;
    border: 1px solid #c6c6c6;
    border-right: 1px solid #d5d5d5;
    border-left: 0;
    border-top: 0;
    text-align: center;
    font-weight: 300;
    color: #4b4b4b;
    word-break: keep-all;
    word-wrap: break-word;
}

.tbl td:last-child {
    border-right: 0 !important;
}

.tbl tr th:last-child {
    border-right: 0 !important;
}

.tbl td[rowspan]:not(:first-child){border-left:1px solid #c6c6c6;}

.tbl_scroll {
    margin-bottom: 32px;
}

.tbl_scroll:before {
    display: none;
    content: "";
    width: 20px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 23px;
    animation: side 0.7s linear 1s infinite alternate;
    background: url("/images/korean/common/mCont_scroll_ico.png") no-repeat center center;
    background-size: 20px;
}

@media all and (max-width: 767px) {
    .tbl_scroll.on {
        position: relative;
        overflow-x:auto;
        width:100%;
        padding-top: 0;
        /*background: url("/images/korean/common/mCont_scroll_ico_arr.png") no-repeat right 0;*/
        background-size: 68px 40px;
        position: relative;
    }

    .tbl_scroll.on .tbl_wrap {
        overflow-x: auto;
    }

    /*.tbl_scroll.on:before {
        display: block;
    }*/

    .tbl_scroll.on .tbl {
        min-width:800px;
    }
}

@keyframes side {
    0% {
        transform: translateX(-3px);
    }
    100% {
        transform: translateX(3px);
    }
}

