@charset "utf-8";

.subvisual {
    height: 70dvh;
    overflow: hidden;
    position: relative;
}
.subvisual .inner {
    width: 95%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--primary-white);
    justify-content: flex-end;
    padding-bottom: 12rem;
}

.subvisual::after {
    content:'';
    display:inline-block;
    max-width:119.7rem;
    aspect-ratio: 2.61353711790393 / 1;
    background: url('../img/common/symbol.svg') no-repeat center/cover;
    position:absolute;
    width: 100%;
    bottom: 0;
    right: -3rem;
    z-index: -1;
}
.subvisual .inner .sub-header {
    font-size: 12rem;
    text-transform: uppercase;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}
.subvisual .inner .subvisual-tab {}
.subvisual .inner .subvisual-tab .toggle {}
.subvisual .inner .subvisual-tab .sub-tablist {
    display: flex;
    gap: 2rem 4rem;
    align-items: center;
    margin-top: 2.4rem;
    flex-wrap: wrap
}
.subvisual .inner .subvisual-tab .sub-tablist li  {
    position: relative;
}
.subvisual .inner .subvisual-tab .sub-tablist li + li::before {
    content:'';
    width: 1px;
    display: inline-block;
    height: 70%;
    position: absolute;
    background-color: var(--secondary-white);
    opacity: 0.4;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
}
.subvisual .inner .subvisual-tab .sub-tablist li > a  {}

.subvisual .inner .subvisual-tab .sub-tablist li > a > span {
    font-size: 1.8rem;
    opacity: 0.4;
    font-weight: 300;
}
.subvisual .inner .subvisual-tab .sub-tablist li.on > a > span {
    opacity: 1;
}


.sub-wrap {
    background-color: var(--primary-white);
    padding-top: 15rem;
    padding-bottom: 20rem;
    border-radius: 8rem 8rem 0 0;
}

.sub-wrap p {
    color:var(--secondary-gray);
}

.sub-wrap section + section {
    margin-top:15rem
}

.sub-wrap .half-wrap {
    display: flex;
    justify-content: flex-end;
}

.sub-wrap .half-wrap > div {
    width:50%
}


.sub-wrap .page-head .h3 + .half-wrap {
    margin-top:8rem
}


.sub-wrap .page-head .half-wrap .text > p {
    font-size: 2.4rem;
    line-height: 1.35;
}
.sub-wrap .page-head .half-wrap .text > p + p {
    margin-top:2rem
}

.sub-wrap .page-head .h3 + .desc {
    font-size: 2.4rem;
    margin-top:2rem;
    line-height: 1.35;
}

.sub-wrap .bullet-list {}
.sub-wrap .bullet-list > li {
    display:flex;
    align-items: center;
    position: relative;
}
.sub-wrap .bullet-list > li::before {
    content:'';
    display:inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--third-gray);
    position: absolute;
    left: 0;
}
.sub-wrap .bullet-list > li > p {
    padding-left: 1.2rem;
    line-height: 1.5;
}

.about .global {
    background: url(../img/sub/global-bg.jpg) no-repeat center/cover;
    padding:15rem 0;
    padding-bottom: 24rem;
}

.about .global .sec-head {
    text-align: center;
    color: var(--primary-white);
}
.about .global .sec-head .desc {
    color:var(--secondary-white)
}

.about .global .graph-wrap {
    margin-top: 8rem;
}
.about .global .graph-wrap .graph-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    /* position: relative; */
    max-width: 139.6rem;
    width: 100%;
    margin: 0 auto;
}
.about .global .graph-wrap .graph-list > li {
    /* border: 1px solid red; */
    position: relative;
}
.about .global .graph-wrap .graph-list > li:not(:nth-child(2)) {
    margin-top:10rem
    /* transform: translateY(10rem) */
}
.about .global .graph-wrap .graph-list > li .graph-bar {
    width: 40rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 3rem solid rgba(237,236,227,.3);
    position: relative;
    margin: 0 auto;
}
.about .global .graph-wrap .graph-list > li .graph-bar .bar {}
.about .global .graph-wrap .graph-list > li .text  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
}
.about .global .graph-wrap .graph-list > li .text .percent {
    font-size: 8rem;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    color: var(--primary-white);
    text-align: center;
    font-weight: 500;
}
.about .global .graph-wrap .graph-list > li .text .desc {
    color: var(--secondary-white);
    line-height: 1.4;
    margin-top: 0.4rem;
}

.sub-wrap section .sec-head .h3 + .desc,
.sub-wrap section .sec-head .h4 + .desc {
    margin-top:2rem;
    font-size: 2.4rem;
    line-height: 1.3;
}


.about .logo-list {
    gap:6rem 0
}

.printing .img-list {
    margin-top:8rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:2rem
}
.printing .img-list > li {}

.printing .img-list + .half-wrap {
    margin-top:10rem
}

.printing .list-wrap {
    margin-top:2.4rem;
    display: flex;
    width: 80%;
}
.printing .list-wrap .bullet-list {
    width: 50%;
}
/* .printing .list-wrap .bullet-list li + li {
    margin-top:0.8rem
} */

.sub-wrap .box-list {
    display: grid;
    gap:2rem
}
.sub-wrap .box-list > li {
    background: var(--bg);
}
.sub-wrap .box-list.col-3 {
    grid-template-columns: repeat(3,1fr);
}
.sub-wrap .box-list.col-4 {
    grid-template-columns: repeat(4,1fr);
}

.sub-wrap .material .box-list,
.sub-wrap .material .graph-wrap {
    max-width:125.5rem;
    width:100%;
    margin-left: auto;
    margin-top: 6rem;
}
.sub-wrap .material .box-list > li {
    padding: 4rem;
    padding-top: 12rem;
}
.sub-wrap .material .box-list > li .subtit {
    font-size: 3rem;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 500;
}
.sub-wrap .material .box-list > li .desc {
    color: var(--third-gray);
    margin-top: 2rem;
    line-height: 1.3;
}

.sub-wrap .material .graph-wrap {
    margin-top: 8rem;
}
.sub-wrap .material .graph-wrap .graph-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 4.8rem;
}
.sub-wrap .material .graph-wrap .graph-list > li {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub-wrap .material .graph-wrap .graph-list > li .cont-tit {}
.sub-wrap .material .graph-wrap .graph-list > li .cont-tit > p {
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--primary-color);
}
.sub-wrap .material .graph-wrap .graph-list > li .cont-tit > span {
    font-size: 1.8rem;
}
.sub-wrap .material .graph-wrap .graph-list > li .graph-box {
    /* margin-top: 4rem; */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    border-bottom: 1px solid var(--border-color);
    height: calc(25rem * 1.3);
    padding: 0 12%;
    /* align-self: flex-end; */
}
.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph {
    position: relative;
}
.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph .num {
    color: var(--third-gray);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 1.6rem;
}
.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph .bar {
    height: 25rem;
    width: 5rem;
    background-color: #D4D9D7;
}

.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph.right .bar {
    background-color: var(--secondary-green);
}
.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph .desc {
    color: #777672;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 100%);
    font-size: 1.8rem;
    white-space: nowrap;
}

.sub-wrap .material .graph-wrap .graph-list > li .graph-box .graph.right .num {
    font-weight:600;
    color:var(--secondary-green);
    font-size:2.4rem
    
    
}

.sub-wrap .material .graph-wrap .graph-list > li.graph1 .graph-box .graph.right .bar {height:10.5rem}
.sub-wrap .material .graph-wrap .graph-list > li.graph2 .graph-box .graph.right .bar {height:9rem}
.sub-wrap .material .graph-wrap .graph-list > li.graph3 .graph-box .graph.right .bar {height:12rem}


.strength {}
.strength .cont-wrap {
    margin-top: 8rem;
}
.strength .cont-wrap .cont-list {}
.strength .cont-wrap .cont-list > li {
    border-top: 1px solid var(--border-color);
    padding: 8rem 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 2rem;
}
.strength .cont-wrap .cont-list > li .subtit {}
.strength .cont-wrap .cont-list > li .cont {}
.strength .cont-wrap .cont-list > li .cont .img {
    margin-bottom: 2.8rem;
}
.strength .cont-wrap .cont-list > li .cont .bullet-list {}


.sustain {}
.sustain .full-img {
    padding: 10rem 0 15rem
}

.sustain .sustain-list {}
.sustain .sustain-list .cont-wrap {
    /* display: grid; */
    /* grid-template-columns: repeat(2,1fr); */
}
.sustain .sustain-list .cont-wrap .cont-list {}
.sustain .sustain-list .cont-wrap .cont-list > li {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--border-color);
    padding: 8rem 0;
    align-items: center;
}
.sustain .sustain-list .cont-wrap .cont-list > li .text {
    /* max-width: 68.8rem;
    width: 100%; */
    /* font-size: 2.4rem; */
}
.sustain .sustain-list .cont-wrap .cont-list > li .text .h6 {}
.sustain .sustain-list .cont-wrap .cont-list > li .text .desc {
    font-size: 2.4rem;
    line-height: 1.3;
    color: var(--third-gray);
    margin-top: 4.8rem;
    white-space: pre-wrap;
}
.sustain .sustain-list .cont-wrap .cont-list > li .img {
    overflow: hidden;
}

.factory .box-wrap {
    margin-top: 6rem;
}
.factory .box-wrap .box-list {
    grid-template-columns: repeat(4,1fr);
}
.factory .box-wrap .box-list > li {}
.factory .box-wrap .box-list > li:not(:has(.img)) {
    padding:6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.factory .box-wrap .box-list > li:first-child {
    grid-column: span 2/ span 2;
    grid-row: span 2 / span 2;
}
.factory .box-wrap .box-list > li:last-child {
    grid-column: span 2;
}
.factory .box-wrap .box-list > li .img {}
.factory .box-wrap .box-list > li .subtit {
    font-size: 3.2rem;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: normal;
    font-weight: 500;
}
.factory .box-wrap .box-list > li .desc {
    font-size: 2rem;
    color: var(--third-gray);
}

.factory .facility .cont-wrap {
    margin-top: 8rem;
}
.factory .facility .cont-wrap .cont-list {
    border-bottom: 1px solid var(--primary-color);
}
.factory .facility .cont-wrap .cont-list > li {
    border-top: 1px solid var(--primary-color);
    padding: 8rem 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
.factory .facility .cont-wrap .cont-list > li div:not(.img) {
    width:85%
}
.factory .facility .cont-wrap .cont-list > li div.img {
    grid-column: span 2;
}

.factory .facility .cont-wrap .cont-list > li .h6 {
    text-transform: uppercase;
    font-size: 4rem;
}
.factory .facility .cont-wrap .cont-list > li .text {}
.factory .facility .cont-wrap .cont-list > li .text .bullet-list {}
.factory .facility .cont-wrap .cont-list > li .text .bullet-list > li::before {
    top: 13px;
}
.factory .facility .cont-wrap .cont-list > li .text .bullet-list p {
    color:var(--third-gray)
}

.capacity .box-wrap {
    margin-top: 6rem;
}
.capacity .box-wrap .box-list {
    grid-template-columns: repeat(4,1fr);
}
.capacity .box-wrap .box-list > li {
    padding: 6rem 4rem 5rem;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.capacity .box-wrap .box-list > li .numset {}
.capacity .box-wrap .box-list > li .numset .num {
    font-size: 6.8rem;
    font-weight: 600;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}
.capacity .box-wrap .box-list > li .numset .unit {
    padding-left: 1rem;
    color: #7B827F;
    font-size: 1.8rem;
}
.capacity .box-wrap .box-list > li .badge {
    font-size: 1.8rem;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 6px;
}
.capacity .box-wrap .box-list > li .badge.green {
    color: var(--secondary-green);
    background: rgba(83,130,106,.15);

}
.capacity .box-wrap .box-list > li .badge.orange {
    color: #7C7162;
    background: rgba(222,184,135,.2);
}
.capacity .box-wrap .box-list > li .badge.yellow {
    color:#827F52;
    background: #F4F2D1
}

.capacity .box-wrap .box-list > li .text {
    font-size:2.4rem;
    color:var(--primary-color);
    margin-top: 1.6rem;
}

.box-wrap .box-list > li.blank {
    background:transparent;
    padding:0
}

.process .h3 {
    line-height:1.05
}

.process .process-wrap {
    margin-top: 10rem;
}
.process .process-wrap .process-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.process .process-wrap .process-list > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
    gap: 4rem;
}
.process .process-wrap .process-list > li .icon {
    width: 8rem;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* display: flex; */
    /* justify-content: center; */
    margin: 0 auto;
}
.process .process-wrap .process-list > li .icon.icon1 {
    background-image: url(../img/sub/process1.svg);
}
.process .process-wrap .process-list > li .icon.icon2 {
    background-image: url(../img/sub/process2.svg);
}
.process .process-wrap .process-list > li .icon.icon3 {
    background-image: url(../img/sub/process3.svg);
}
.process .process-wrap .process-list > li .icon.icon4 {
    background-image: url(../img/sub/process4.svg);
}
.process .process-wrap .process-list > li .icon.icon5 {
    background-image: url(../img/sub/process5.svg);
}
.process .process-wrap .process-list > li .numset {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.process .process-wrap .process-list > li .numset .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    font-weight: 500;
    background: var(--secondary-white);
    border-radius: 50%;
    z-index: 3;
    color: var(--primary-white);
    font-size: 2rem;
}
.process .process-wrap .process-list > li .numset .progress {
    position: absolute;
    height: 1px;
    background-image: repeating-linear-gradient(        to right,        #606060 0px,        #606060 1px,        transparent 1px,        transparent 4px    );
    background-size: 4px 1px;
    /* flex: 1; */
    width: 100%;
    /* background-color: red; */
}

.process .process-wrap .process-list > li .numset::before {
    /* content:''; */
    position:absolute;
    background-image: repeating-linear-gradient(        to right,        #999999 0px,        #999999 1px,        transparent 1px,        transparent 4px    );
    background-size: 4px 1px;
    width: 100%;
    height:1px;
    z-index: 1;
}

.process .process-wrap .process-list > li .numset .progress .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--secondary-green);
    transform-origin: left;
    z-index: 2;
    transform: scaleX(0);
}


.process .process-wrap .process-list > li .cont {
    text-align: center;
    padding: 0 4rem;
}
.process .process-wrap .process-list > li .cont .subtit {
    font-size: 2.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.process .process-wrap .process-list > li .cont .desc {}


.process .process-wrap .process-list > li:first-child .numset .progress {
    width: 50%;
    right: 0;
}
.process .process-wrap .process-list > li:last-child .numset .progress {
    width: 50%;
    left: 0;
}

.process .process-wrap .process-list + .process-list {
    margin-top:10rem
}
.process .process-wrap .process-list.bottom {
    
    grid-template-columns: repeat(2,1fr);
    width: 50%;
    margin-left: auto;
}


.about .global .donut-wrap {
    width:40rem;
    height:40rem;
    transition: all .3s ease;
    margin: 0 auto;
    position: relative;
}
.about .global .donut-chart-svg .donut {
    fill: none;

}

.about .global .donut-chart-svg .donut-back {
    stroke: rgba(237,236,227,.3);
    stroke-width: 1.6rem;
}

.about .global .donut-chart-svg .donut-front {
    transition: stroke-dashoffset ease 1.25s;
    stroke: #A9C1B5;
    stroke-width: 1.6rem;
    stroke-dasharray: 628;
    stroke-dashoffset: 628; /* 초기: 0% → 완전히 비워진 상태 */
}

.about .global.on .donut-chart-svg .donut-front {
    animation: donut-loading .75s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /* stroke-dasharray: 628px; */
}




@keyframes donut-loading {
    from {
        stroke-dashoffset: 628px;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.item .btn_bo_user li {
    background:transparent
}

.item #bo_gall #gall_ul {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:4rem 2rem;
    margin-top: 4rem;
}
.item #bo_gall .gall_text_href {
    margin-top:2.4rem
}
.item #bo_gall .gall_text_href a {
    color: var(--primary-color);
    font-size: 2.8rem;
    line-height: normal;
    font-weight: normal;
}
.item #bo_gall .gall_info {
    line-height: normal;
}
.item #bo_gall .gall_info .gall_date {
    font-size: 1.6rem;
    color: #8e8e88;
    margin-left: 0;
}

.item.view .inner {
    max-width: 111.4rem;
}
.view #bo_v {
    background: transparent;
}

body:has(.item.view) .subvisual {display: none;}
body:has(.item.view) .sub-wrap {border-radius:0;padding-top: 25rem;}

.view #bo_v_title .bo_v_tit {
    font-size:6.8rem;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight:normal;
}
.view #bo_v_info .profile_info {
    
    margin: 0;
    margin-top: 4rem;
    float: inherit;
}

.view #bo_v_info .profile_info .profile_info_ct {
    float: inherit;
    padding: 0;
    line-height: unset;
}

.view #bo_v_info .if_date {
    font-family:'Neue Haas Grotesk Display Pro', sans-serif;
    color:#8E8E88;
    font-size:2rem
}

.view #bo_v_info {
    border-bottom:1px solid var(--primary-color);
    padding-bottom:4.8rem
}

.view #bo_v_atc {
    
margin: 0;
    
padding-top: 8rem;
    
padding-bottom: 10rem;
}

.view .list-btn {
    display: flex;
    justify-content: center;
    /* padding: 2.4rem 8rem; */
    /* background: var(--secondary-green); */
    margin-top: 12rem;
}
.view .list-btn > a {
    background: var(--secondary-green);
    padding: 2.4rem 8rem;
    border-radius: 8px;
    color: var(--primary-white);
    text-transform: uppercase;
    font-size: 1.8rem;
}

.view .bo_v_nb {
    margin: 0;
}
    
.view .bo_v_nb li {
    border-color:var(--border-color);
    padding: 2.8rem 0;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.ic-chevron {
    width: 16px;
    height: 16px;
    background: url(../img/common/ic-chevron.svg) no-repeat center/cover;
    display: inline-block;
}

.view .bo_v_nb li.btn_next .ic-chevron {
    transform:rotate(180deg);
}

.view .bo_v_nb li .nb_tit {
    display:flex;
    align-items: center;
    gap: 20px;
    font-size:1.8rem
}

.item .bo_sch_wrap {
    z-index: 0;
    position: relative;
    display: block;
    max-width: 40rem;
    width: 100%;
    height: auto;
    margin-left: auto;
}
.item .bo_sch .sch_bar {
    margin-top:0;
    border: 0;
    border-bottom: 1px solid #8E8E88;
    box-shadow: none;
    border-radius: 0;
}
.item .bo_sch {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    max-height: unset;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}
.item .bo_sch form {
    padding:0
}

.item .bo_sch .sch_input {
    width: 80%;
    height: 40px;
    padding-bottom: 10px;
}

.item .bo_sch .sch_btn {
    width: 28px;
    height: 28px;
    background: url(../img/common/ic-search.svg) no-repeat center/cover;
}
.item .bo_sch select {
    visibility:hidden;
    display: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#bo_gall #gall_ul > li.empty_list {
    grid-column: span 3;
}

#bo_w .bo_w_tit #btn_autosave {
    top:15px
}
#bo_w .btn_submit {
    background:var(--secondary-green);
    font-size:16px;
    font-weight:500
}
#bo_w .btn_cancel {
    font-size:16px;
    font-weight:500
}

.contact {}
.contact .box-wrap {
    background: var(--bg);
    border-radius: 4rem;
    padding: 10rem 0;
    margin-top: 8rem;
}
.contact .box-wrap .contact-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.contact .box-wrap .contact-list > li {
    padding: 0 12rem;
    /* align-self: center; */
    /* justify-self: center; */
}
.contact .box-wrap .contact-list > li + li {
    border-left:1px solid var(--secondary-white)
}
.contact .box-wrap .contact-list > li .tit {
    text-align: center;
    /* font-weight: 600; */
}
.contact .box-wrap .contact-list > li .dlset {
    margin-top: 6rem;
}
.contact .box-wrap .contact-list > li .dlset > dl {
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
}
.contact .box-wrap .contact-list > li .dlset > dl > dt{
    font-weight: 600;
}
.contact .box-wrap .contact-list > li .dlset > dl > dd{
    text-align: right;
    /* display: block; */
}
.contact .box-wrap .contact-list > li .dlset > dl > dd > div {
    color: var(--third-gray);
    line-height: 1.4;
}
.contact .box-wrap .contact-list > li .dlset > dl > dd > a {
    color: var(--third-gray);
    line-height: 1.4;
}
.contact .box-wrap .contact-list > li .dlset > dl + dl {
    margin-top:20px
    
}

.contact .box-wrap .contact-list > li .dlset > dl > dd > a + a,
.contact .box-wrap .contact-list > li .dlset > dl > dd > div + div,
.contact .box-wrap .contact-list > li .dlset > dl > dd > div + a {
    margin-top:8px
}

#bo_v_con p,
#bo_v_con span {
    line-height:1.5
}