/*sub-common*/
.tit-01 {
    font-size: var(--sub-tit-34);
}
.tit-01-02 {
    font-size: var(--sub-tit-30);
}
.tit-02 {
    font-size: var(--sub-tit-24);
}
.txt-01 {
    font-size: var(--sub-txt-18);
}
.con-pd {
    padding: var(--con-pd);
}
.title .tit-01 {
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}
.title .tit-01 span {
    color: var(--main-color);
    line-height: 1.6;
}
.title .txt-01 {
    color: var(--color-text3);
    margin-top: 1.6rem;
    text-align: center;
}
.txt-dot {
    padding-left: 1rem;
    position: relative;
}
.txt-dot::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: var(--color-text3);
    border-radius: 100%;
    transition: all 0.4s ease;
}

.txt-of-01 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-of-02 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tit {
    font-weight: bold;
}

.txt {
    font-weight: 400;
}

.txt span {
    font-weight: bold;
}
/*sub-common//*/

/*page-name*/
.page-name {
    display: flex;
    justify-content: center;
}

.page-name .page-tit {
    letter-spacing: -1px;
    font-size: var(--font-size-tit);
    font-weight: bold;
    margin: 0 0 1.4rem;
    text-align: center;
}
/*page-name//*/

/*breadcrumbs*/
.breadcrumbs {
    margin-bottom: 1rem;
}

.breadcrumbs .t-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    transform: translate(0px, 0px);
    opacity: 1;
}

.breadcrumbs .t-nav li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: var(--color-g-text);
}

.breadcrumbs .t-nav li a {
    line-height: 1;
}

.breadcrumbs .t-nav li.active {
    color: #fff;
    font-weight: 500;
}

/*breadcrumbs//*/

/*sub-top*/
.sub-top {
    width: 100%;
    height: var(--sub-top-height);
    position: relative;
    overflow: hidden;
}
/*sub-top//*/

/*sub-visual*/
.sub-visual {
    height: 100%;
    width: 100%;
    position: relative;
}

.sub-visual::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: var(--side-wrap);
    border-left: 1px solid #ffffff20;
    transition: all 0.8s ease;
}

.sub-visual .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    transform: scale(1.3, 1.3);
    transition: all 0.4s ease;
    animation: image-zoom-out02 4s 0.4s forwards;
    z-index: -1;
}

@keyframes image-zoom-out02 {
    0% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.sub-visual .info {
    align-items: center;
    height: 100%;
}

.sub-visual .info .info-wrap .tit {
    font-size: 6rem;
    font-weight: 600;
    color: #ffffff;
}

.sub-visual .sub-nav-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: var(--side-wrap);
}

.sub-visual .sub-nav-wrap .sub-nav {
    border-top: 1px solid #ffffff20;
}

.sub-visual .sub-nav-wrap .sub-nav .menu {
    gap: 12rem;
    height: 10rem;
    align-items: center;
    transition: all 0.6s ease;
}

.sub-visual .sub-nav-wrap .sub-nav .menu li {
    color: #ffffff80;
    font-size: 2rem;
    transition: all 0.2s ease;
}

.sub-visual .sub-nav-wrap .sub-nav .menu li:hover {
    color: #ffffff;
}

.sub-visual .sub-nav-wrap .sub-nav .menu li.on {
    color: #ffffff;
}

.sub-visual .bg {
    background-position: right;
}

.company .sub-visual .bg {
    background-image: url("../img/sub01-bg.jpg");
}
.quality .sub-visual .bg {
    background-image: url("../img/sub03-bg.jpg");
}
.esg .sub-visual .bg {
    background-image: url("../img/sub04-bg.jpg");
}
.customer .sub-visual .bg {
    background-image: url("../img/sub05-bg.jpg");
}
/*sub-visual//*/

/*sub-common*/
.sub-content {
    padding: 18rem 2rem;
}

.sub-title {
    margin-bottom: 3rem;
}

.sub-tit {
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.5;
}

.sub-title .txt {
    padding-top: 3rem;
    font-size: 2.2rem;
    color: #333;
}

.sub-tit span {
    color: var(--main-color);
}

.sub-sec {
    margin-bottom: 16rem;
}

.ral-box {
    justify-content: space-between;
    gap: 2rem;
}

.ral-box .sub-tit-box {
    width: 25%;
}

.ral-box .sub-con-box {
    width: 75%;
}

/*sub-common//*/

/*ceo*/
.ceo .con-box {
    gap: 4rem;
}

.ceo .con-box > div {
    width: 50%;
}

.ceo .con-box .right {
    width: calc(50% - 10rem);
}

.ceo .con-box .right .txt {
    font-size: 2.2rem;
    margin-bottom: 3.5rem;
}

.ceo .con-box .right .txt span {
    font-weight: 600;
}

.ceo .con-box .right .ceo-sign {
    margin-top: 8rem;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}

.ceo .con-box .right .ceo-sign img {
    max-width: 10rem;
    margin-bottom: 1rem;
}

.ceo .con-box .right .ceo-sign .name {
    font-size: 2.2rem;
    font-weight: 600;
}
/*ceo//*/

/*mission-vision*/
.mission-vision .con-box .right {
    width: 65%;
}

.mission-vision .con-box .right .item-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 4.6rem 2rem;
    align-items: center;
    gap: 4rem;
}

.mission-vision .con-box .right .item-wrap * {
    transition: all 0.4s ease;
}

.mission-vision .right .item-wrap .img-wrap {
    border-radius: 100%;
    overflow: hidden;
    max-width: 19rem;
}

.mission-vision .right .item-wrap .img-wrap img {
    transform: scale(1.1);
}

.mission-vision .right .item-wrap:hover .img-wrap img {
    transform: scale(1);
}

.mission-vision .right .item-wrap .tit {
    font-size: 6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mission-vision .right .item-wrap .txt {
    font-size: 2.2rem;
    color: #333;
}

.mission-vision .right .item-wrap:hover .img-wrap,
.mission-vision .right .item-wrap:hover .text-wrap {
    transform: translateX(10%);
}

/* .mission-vision .con-box .right .item-wrap.vision {
    transform: translateY(-1px);
} */
/*mission-vision//*/

/*value*/
.value .list-wrap .list {
    width: calc(100% - 16rem / 5);
    margin-right: 4rem;
}

.value .list-wrap .list:last-child {
    margin-right: 0;
}

.value .list-wrap .list .icon-info {
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    padding: 5.4rem 1rem;
    text-align: center;
    margin: 0 auto 2rem;
}

.value .list-wrap .list .icon-info .icon-box {
    margin-bottom: 4rem;
    position: relative;
    max-height: 8rem;
    height: 8rem;
}

.value .list-wrap .list .icon-info .icon-box * {
    transition: all 0.4s ease;
}

.value .list-wrap .list .icon-info .icon-box .default-img {
    opacity: 1;
}

.value .list-wrap .list .icon-info .icon-box .hover-img {
    opacity: 0;
}

.value .list-wrap .list:hover .icon-info .icon-box .default-img {
    opacity: 0;
}

.value .list-wrap .list:hover .icon-info .icon-box .hover-img {
    opacity: 1;
}

.value .list-wrap .list .icon-info .icon-box img {
    max-height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.value .list-wrap .list .icon-info .txt {
    font-size: 1.8rem;
    color: var(--main-color);
}

.value .list-wrap .list .icon-info .tit {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 600;
}

.value .list-wrap .list .text-box .txt {
    text-align: center;
    font-size: 1.8rem;
}

.value .list-wrap .list .icon-info,
.value .list-wrap .list .icon-info .tit,
.value .list-wrap .list .icon-info .txt {
    transition: all 0.4s ease;
}

.value .list-wrap .list:hover .icon-info {
    background-color: var(--main-color);
}

.value .list-wrap .list:hover .icon-info .tit,
.value .list-wrap .list:hover .icon-info .txt {
    color: #ffffff;
}

/*value//*/

/*location*/

.location .con-box .right .map {
    margin-bottom: 4rem;
}

.location .con-box .right .map-info-wrap .lo-address {
    margin-bottom: 4rem;
}

.location .con-box .right .map-info-wrap .lo-address .txt {
    font-size: 2.6rem;
    font-weight: 600;
}

.location .con-box .right .map-info-wrap .lo-info-box {
    gap: 5.5rem;
}

.location .con-box .right .lo-info-box .info-wrap {
    align-items: center;
    gap: 2rem;
}

.location .con-box .right .lo-info-box .info-wrap .icon-box {
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 100%;
    background-color: #f9f9f9;
    position: relative;
}

.location .con-box .right .lo-info-box .info-wrap .icon-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 3rem;
}

.location .con-box .right .lo-info-box .info-wrap .txt {
    font-size: 2.2rem;
}

.location .con-box .right .lo-info-box .info-wrap .txt.dd {
    color: #333333;
    font-weight: 300;
}
/*location//*/

/*quality-title*/
.title.quality {
    margin-bottom: 10rem;
}
/*quality-title//*/

/*quality-target*/
.q-target .zero-wrap {
    margin-bottom: 8rem;
}

.q-target .zero-wrap .zero-box .zero-list {
    font-size: 14rem;
    font-weight: 800;
    line-height: 1.1;
    color: #f3f3f3;
    transition: all 0.4s ease;
}

.q-target .zero-wrap .zero-box .zero-list.on {
    color: #161616;
}

.q-target .zero-wrap .zero-box .zero-list.on span {
    color: var(--main-color);
}

.q-target .info-wrap .info-box {
    gap: 3rem;
}

.q-target .info-wrap .info-box .info-list {
    width: 33.333%;
}

.q-target .info-wrap .info-box .info-list:hover img {
    transform: scale(1.2);
}

.q-target .info-wrap .info-box .img-box {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.q-target .info-wrap .info-box .text-box {
    padding: 1rem;
}

.q-target .info-wrap .info-box .text-box .tit {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.q-target .info-wrap .info-box .text-box .txt {
    font-size: 1.8rem;
    color: #666666;
    font-weight: 300;
}
/*quality-target//*/

/*quality-process*/
.q-process .process-wrap .process-list {
    gap: 2rem;
    flex-wrap: wrap;
}

.q-process .process-wrap .process-list .item {
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    width: calc(50% - 1rem);
    overflow: hidden;
}

.q-process .process-wrap .process-list .item .left {
    background-color: #ffffff;
    width: 25%;
    position: relative;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

.q-process .process-wrap .item .left .icon-box {
    width: 6.6rem;
    height: 6.6rem;
    background-color: var(--main-color);
    border-radius: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.q-process .process-wrap .item .left .icon-box img {
    max-height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.q-process .process-wrap .item .left .text-box {
    text-align: center;
}

.q-process .process-wrap .item .left .text-box .txt {
    /* color: #ffffff; */
    font-size: 1.8rem;
    /* font-weight: 600; */
}

.q-process .process-wrap .item .right {
    width: 75%;
    padding: 4rem 2rem;
}

.q-process .process-wrap .item .right .tit {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.q-process .process-wrap .item .right .txt {
    font-size: 1.8rem;
    color: #333333;
    font-weight: 300;
}
/*quality-process//*/

/*esg-management*/
.esg-con-wrap .list {
    gap: 4rem;
}
.esg-con-wrap .list .item {
    width: calc(100% - 8rem / 3);
}

.esg-con-wrap .list .item .img-box {
    position: relative;
    padding-top: 80%;
    max-height: 50rem;
    border-radius: 1rem;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 3rem;
}

.esg-con-wrap .list .e-box .img-box {
    background-image: url("../img/esg-e.jpg");
}
.esg-con-wrap .list .s-box .img-box {
    background-image: url("../img/esg-s.jpg");
}
.esg-con-wrap .list .g-box .img-box {
    background-image: url("../img/esg-g.jpg");
}

.esg-con-wrap .list .item .img-box .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.4rem 2rem;
    background-color: #ffffff20;
    backdrop-filter: blur(4px);
    border-radius: 100px;
    text-align: center;
}

.esg-con-wrap .list .item .img-box .info .tit {
    color: #ffffff;
    font-size: 3.4rem;
    white-space: nowrap;
}

.esg-con-wrap .list .item .text-box {
    text-align: center;
    color: #333333;
}

.esg-con-wrap .list .item .text-box .tit {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
}

.esg-con-wrap .list .item .text-box .txt {
    padding: 0.4rem 1rem;
    background-color: #f9f9f9;
    border-radius: 100px;
    margin: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: 300;
}
/*esg-management//*/

/*esg-process*/
.esg-process .process-wrap .process-list {
    gap: 2rem;
    flex-wrap: wrap;
}

.esg-process .process-wrap .process-list .item {
    background-color: #f9f9f9;
    border-radius: 1rem;
    width: calc(50% - 1rem);
    overflow: hidden;
    padding: 2rem;
    min-height: 28rem;
}

.esg-process .process-wrap .process-list .item .left {
    background-color: #ffffff;
    width: 45%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.esg-process .process-list .item .left .img-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-position: center; */
}

.esg-process .process-list .item .left .img-box.process-01 {
    background-image: url("../img/e-process-img-01.jpg");
}
.esg-process .process-list .item .left .img-box.process-02 {
    background-image: url("../img/e-process-img-02.jpg");
}
.esg-process .process-list .item .left .img-box.process-03 {
    background-image: url("../img/e-process-img-03.jpg");
}
.esg-process .process-list .item .left .img-box.process-04 {
    background-image: url("../img/e-process-img-04.jpg");
}

.esg-process .process-wrap .item .right {
    width: 55%;
    padding: 4rem 0 4rem 3rem;
    align-items: center;
}

.esg-process .process-wrap .item .right .tit {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.esg-process .process-wrap .item .right .txt {
    font-size: 1.8rem;
    color: #555555;
    font-weight: 300;
}
/*esg-process//*/

/*notice*/
.notice .sub-title {
    margin-bottom: 8rem;
}
/*notice//*/

/*board-list-style*/
.board-list-wrap * {
    transition: all 0.4s ease;
}

.board-list-wrap {
  position: relative;
  z-index: 1;
}

.board-list-wrap .board-box {
    border-top: 1px solid #161616;
}

.board-list-wrap .board-item.add-ntc a {
    background-color: #ed1b2208;
    border-bottom: 1px solid #ed1b22;
}

.board-list-wrap .board-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding: 3rem;
    gap: 2rem;
}

.board-list-wrap .board-item a .date {
    color: #666666;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.board-list-wrap .board-item a .title {
    font-size: 2.2rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-list-wrap .board-item a:hover .title {
    color: var(--main-color);
}

.board-list-wrap .board-item a .plus-wrap .box {
    position: relative;
}

.board-list-wrap .board-item a:hover .plus-wrap .box {
    transform: rotate(180deg);
}

.board-list-wrap .board-item a .plus-wrap .box span {
    background-color: #161616;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.board-list-wrap .board-item a .plus-wrap .box span.width {
    width: 1.6rem;
    height: 0.2rem;
}

.board-list-wrap .board-item a .plus-wrap .box span.length {
    width: 0.2rem;
    height: 1.6rem;
}

.board-list-wrap .board-item a .plus-wrap .notice {
    display: none;
}

.board-list-wrap .board-item a .plus-wrap.add-ntc .box {
    display: none;
}

.board-list-wrap .board-item a .plus-wrap.add-ntc .notice {
    display: block;
}

.board-list-wrap .board-item a .notice {
    font-size: 1.6rem;
    font-weight: 500;
    background-color: var(--main-color);
    color: #fff;
    padding: 0 1.4rem;
    border-radius: 100px;
    display: inline-block;
}
/*board-list-style//*/

/*.business*/

.business .sec-01 {
    background-color: #000000;
}

.business .sec-02 {
    background-color: #4b4b4b;
}

.business .sec-03 {
    background-color: #898989;
}

.business .sec-04 {
    background-color: #d1d1d1;
    height: auto !important;
}
.business .sec-04 .fp-tableCell {
    height: auto !important;
}

.business .section .bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.business .section .bg-wrap .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.3);
}

.business .section.active .bg-wrap .bg {
    animation: image-zoom-out02 8s forwards;
}

.business .section.sec-01 .bg-wrap .bg {
    background-image: url("../img/business-sec-01.jpg");
}
.business .section.sec-02 .bg-wrap .bg {
    background-image: url("../img/business-sec-02.jpg");
}
.business .section.sec-03 .bg-wrap .bg {
    background-image: url("../img/business-sec-03.jpg");
}

.business .section .info-box {
    position: relative;
    z-index: 2;
    color: #fff;
    flex-direction: column;
    gap: 2rem;
}

.business .section .info-box .item-box {
    padding: 3rem 6rem;
    /* background-color: #ffffff04; */
    /* backdrop-filter: blur(8px); */
    max-width: 80rem;
    border-radius: 1rem;
    opacity: 0;
}

.business .section .info-box .item-box .tit {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.business .section .info-box .item-box .text-box {
    flex-wrap: wrap;
    gap: 1rem;
}

.business .section .info-box .item-box .text-box p {
    width: calc(50% - 0.5rem);
}

.business .section.active .info-box .item-box {
    animation: con-fade-up 1.8s 0.2s forwards;
}

.business .section .info-box .item-box.delay06s {
    animation-delay: 0.6s;
}

@keyframes con-fade-up {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.business .sec-03 .info-box {
    width: 100%;
    height: 100%;
}

.business .sec-03 .text-box {
    position: absolute;
    left: 0;
    bottom: 10%;
    color: #161616;
}

.business .process-wrap {
    position: relative;
    max-width: 140rem;
    margin: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20rem;
}

.business .process-wrap .content {
    position: relative;
}

.business .process-wrap .content .process-list {
    width: 100%;
    height: 100%;
}

.business .process-wrap .process-list .pcs-item {
    position: absolute;
    width: 30%;
}

.business .process-wrap .process-list .item-01 {
    left: -16%;
    top: -26%;
}
.business .process-wrap .process-list .item-02 {
    left: 8%;
    top: 3%;
}
.business .process-wrap .process-list .item-03 {
    left: 32%;
    top: -24%;
}
.business .process-wrap .process-list .item-04 {
    left: 57%;
    top: 4%;
}
.business .process-wrap .process-list .item-05 {
    left: 33%;
    top: 33%;
}
.business .process-wrap .process-list .item-06 {
    left: 57%;
    top: 56%;
}
.business .process-wrap .process-list .item-07 {
    left: 82%;
    top: 29%;
}

.business .process-wrap .process-list .pcs-item .num-box {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    background-color: #161616;
    border-radius: 100%;
    padding: 2rem;
    transition: all 0.4s ease;
    opacity: 0;
}

.business .process-wrap .process-list .pcs-item .num {
    font-size: 2rem;
    font-weight: 600;
}

.fp-viewing-business-01 .header {
    opacity: 1;
    visibility: visible;
    display: block;
}

.fp-viewing-business-02 .header,
.fp-viewing-ft .header,
.fp-viewing-process .header {
    opacity: 0;
    visibility: hidden;
    display: none;
}

@media screen and (max-width: 700px) {

    .fp-viewing-business-02 .header,
    .fp-viewing-ft .header,
    .fp-viewing-process .header {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

/*.business//*/
