/*sub-common*/
.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;
}

.mobile-dropdown-toggle {
    display: none;
    padding: 12px 16px;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.mobile-dropdown-toggle {
    display: none;
    padding: 12px 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.mobile-dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.open::after {
    transform: translateY(-50%) rotate(-135deg);
}

.sec-box {
    margin-bottom: 16rem;
}
/*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.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs .t-nav li a {
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
}

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

/*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;
    overflow: hidden;
}

.sub-visual::before {
    display: none;
    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.3s ease;
    /* animation: image-zoom-out02 3s 0.3s forwards; */
    overflow: hidden;
}

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

.sub-visual .info {
    align-items: flex-end;
    height: 100%;
    position: absolute;
    display: flex;
    bottom: 18rem;
}

.sub-visual .info .info-wrap .tit {
    font-size: 7rem;
    font-weight: bold !important;
    line-height: 1.2;
    color: #fff;
}

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

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

.sub-visual .sub-nav-wrap .sub-nav .menu li {
    font-size: 1.8rem;
    transition: all 0.2s ease;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

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

.sub-visual .sub-nav-wrap .sub-nav .menu li.on {
    color: #ffffff;
    position: relative;
}
/* 
.sub-visual .sub-nav-wrap .sub-nav .menu li.on::before {
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
} */

.sub-visual .bg {
    background-position: center;
    background-attachment: fixed;
}

.company .sub-visual .bg {
    background-image: url("../img/company_bg.jpg");
}
.product .sub-visual .bg {
    background-image: url("../img/product_bg.jpg");
}
.applications .sub-visual .bg {
    background-image: url("../img/applications_bg.jpg");
}
.services .sub-visual .bg {
    background-image: url("../img/services_bg.jpg");
}
.contact .sub-visual .bg {
    background-image: url("../img/contact_bg.jpg");
}

.sub-nav .f-box {
    display: flex;
    height: 8rem;
}

.sub-visual .sub-nav-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00000020;
    backdrop-filter: blur(20px);
    z-index: 9;
}

/*sub-visual//*/

/*sub-common*/
.sub-content {
    padding: 15rem 0 22rem;
}

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

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

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

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

.sub-tit .tit {
    font-family: "Oswald", sans-serif;
    font-size: 5.4rem;
}

.sub-tit .txt {
    font-size: 1.8rem;
    font-weight: 600;
    color: #b8b8b8;
}

.bg-c-gray {
    background-color: #f9f9f9;
}
/*sub-common//*/

/*faith*/
.faith {
    position: relative;
}

.faith .logo-point-bg {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    text-align: center;
}

.faith .logo-point-bg.e-on {
    opacity: 1;
    animation: reveal 0.8s ease-in-out forwards;
}

@keyframes reveal {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

.faith .logo-point-bg img {
    width: 100%;
    padding: 0 2rem;
}

.faith .text-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.faith .text-wrap .tit {
    font-family: "Oswald", sans-serif;
    font-size: 6.2rem;
    margin-bottom: 4rem;
    letter-spacing: -0.2rem;
    border-bottom: 0.4rem solid var(--main-color);
    display: inline-block;
}

.faith .text-wrap .tit span {
    color: var(--main-color);
}
/*faith//*/

/*greeting*/
.greeting .info-wrap {
    justify-content: space-between;
    align-items: center;
    gap: 7rem;
    flex-wrap: wrap;
}

.greeting .info-wrap .image-box {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 50%;
}

.greeting .info-wrap .image-box .company-img {
    width: 100%;
    display: block;
}

.greeting .info-wrap .image-box .logo {
    position: absolute;
    z-index: 1;
    height: 5rem;
}

.greeting .info-wrap .image-box.h-o .logo {
    right: 4rem;
    top: 3rem;
}

.greeting .info-wrap:has(.h-o) {
    margin-bottom: 16rem;
}

.greeting .info-wrap .image-box.i-p .logo {
    left: 4rem;
    top: 3rem;
}

.greeting .info-wrap .text-box {
    width: calc(50% - 8rem);
}

.greeting .info-wrap .text-box .tit {
    font-family: "Oswald", sans-serif;
    font-size: 5.4rem;
    margin-bottom: 3.5rem;
}

.greeting .info-wrap .text-box .txt {
    font-size: 2rem;
    font-weight: 500;
    color: #424242;
    padding-right: 8rem;
    line-height: 2;
}
/*greeting//*/

/*history*/
.history {
    padding-top: 4rem;
}
.history .tit {
    font-size: 4.4rem;
    line-height: 1.4;
    margin-bottom: 60px;
}

.history_content {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.history_bg_m {
    display: none;
}

.history-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #D9D9D9;
    transform: translateX(-50%);
    z-index: 1;
}

.history-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--main-color);
    transition: height 0.4s ease;
    height: var(--lineHeight, 0);
}

.history_bg img {
    width: 100%;
}

.history-indicator {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background-color: var(--main-color);
    box-shadow: 0 0 20px #f3662553;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-indicator::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    background-color: #ffffff;
}

.history-items {
    position: relative;
    margin: 0 auto;
}

.history-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 200px;
    position: relative;
}

.item-side {
    width: 50%;
    box-sizing: border-box;
}

.history-item .year {
    font-family: "Oswald", sans-serif;
    text-align: right;
    font-weight: bold;
    padding-right: 10rem;
    font-size: 8rem;
    line-height: 100%;
}

.history-item.right .year {
    text-align: left;
    padding-left: 9rem;
    padding-right: 0;
}

.history-item .content li {
    font-size: 2rem;
    display: flex;
    margin-bottom: 6rem;
    justify-content: flex-end;
}

.history-item .content li:last-child {
    margin-bottom: 0;
}

.history-item .content li .num {
    font-weight: 600;
}

.history-item .content li .txt {
    text-align: left;
    font-size: 2rem;
    color: #555;
    font-weight: 400;
    margin-bottom: 1rem;
}

.history-item.left .content {
    padding-left: 9rem;
}

.history-item.right .content {
    padding-right: 8rem;
    text-align: right;
}

.history-item.left .content li {
    justify-content: flex-start;
}

.history-item.right .content li .num {
    margin-left: 4rem;
    font-weight: bold;
    order: 2;
}

.history-item.left .content li .num {
    /* order: 1; */
    margin-right: 4rem;
    font-weight: bold;
}

.history-item.right .content li .num {
    margin-right: 4rem;
    order: 1;
}

.history-item.left .content li .num,
.history-item.right .content li .num {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    min-width: 7rem;
}

.history-item.left .content li .txt {
    order: 1;
}

.history-item .content li .txt.dot::before {
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    top: 1.4rem;
    border-radius: 100%;
}

.history-item.right .content li .txt.dot::before {
    right: 0;
    left: auto;
}

.history-item.right .content li .txt.dot {
    padding-right: 2rem;
    padding-left: 0;
}

.history-item.right .year {
    order: 2;
}

.history-item.right .content .txt {
    text-align: right;
}

/*history//*/

/*network*/
.sub-content:has(.network) {
    background-color: #eee;
}

.network .sub-tit {
    text-align: center;
}

.network .nation-box {
    max-width: 124rem;
    margin: 5rem auto auto;
}

.network .nation-box .list {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
}

.network .nation-box .nation {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--main-color);
    padding: 0.6rem 2rem;
    border-radius: 60rem;
    background-color: #ffffff;
    box-shadow: 0 4px 30px #00000010;
    display: inline-block;
    cursor: pointer;
}

.network .nation-box .nation:hover {
    color: #ffffff;
    background-color: var(--main-color);
}

.network .nation-box .nation.active {
    color: #ffffff;
    background-color: var(--main-color);
}

.network .map-wrap {
    margin-top: 5rem;
    position: relative;
}

.network .map-wrap .map-img img {
    width: 100%;
}

.network .map-wrap .p-dot {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.network .map-wrap .p-dot .item {
    position: absolute;
}

.network .map-wrap .p-dot .item .point {
    display: none;
}

.network .map-wrap .p-dot .item.on .point {
    display: block;
    animation: site 1.4s ease infinite;
}

.network .map-wrap .p-dot .item.on .basic {
    display: none;
}

@keyframes site {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0%);
    }
}

.network .map-wrap .p-dot .item.company-site .point {
    display: block;
    position: relative;
}

.network .map-wrap .p-dot .item.company-site .point .dot-site {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 1.2rem;
    height: 1.2rem;
    background-color: var(--main-color);
    border-radius: 10px;
    z-index: 2;
}

.network .map-wrap .p-dot .item.company-site.i-p .point .dot-site {
    background-color: #ffffff;
    border: 2px solid var(--main-color);
}

.network .map-wrap .p-dot .item.company-site .point span {
    background-color: #f3662528;
    border-radius: 50%;
    animation-fill-mode: both;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin: 0;
    width: 10rem;
    height: 10rem;
    animation: circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;
    box-sizing: border-box;
    z-index: 1;
}

.network .map-wrap .p-dot .item.company-site .point span:nth-child(2) {
    animation-delay: 2s;
}

.network .map-wrap .p-dot .item.company-site .company-text {
    position: absolute;
    bottom: -5rem;
    left: 0;
    background-color: var(--main-color);
    border-radius: 60rem;
    box-shadow: 0 4px 30px #00000010;
    z-index: 1;
}

.network .map-wrap .p-dot .item.company-site.i-p .company-text {
    background-color: #ffffff;
}

.network .map-wrap .p-dot .item.company-site .company-text .company-name {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.6rem 2rem;
    /* min-width: 19rem; */
    text-align: center;
    white-space: nowrap;
}

.network .map-wrap .p-dot .item.company-site.i-p .company-text {
    left: -14rem;
}

.network .map-wrap .p-dot .item.company-site.i-p .company-text .company-name {
    color: var(--main-color);
}

@keyframes circle {
    0% {
        -webkit-transform: scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.5;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.network .map-wrap .p-dot .item.item-01 {
    left: 76%;
    top: 38%;
}
.network .map-wrap .p-dot .item.item-02 {
    left: 3%;
    top: 28%;
}
.network .map-wrap .p-dot .item.item-03 {
    left: 7%;
    top: 29%;
}
.network .map-wrap .p-dot .item.item-04 {
    left: 8%;
    top: 36%;
}
.network .map-wrap .p-dot .item.item-05 {
    left: 5%;
    top: 32%;
}
.network .map-wrap .p-dot .item.item-06 {
    left: 3%;
    top: 37%;
}
.network .map-wrap .p-dot .item.item-07 {
    left: 89%;
    top: 66%;
}
.network .map-wrap .p-dot .item.item-08 {
    left: 12%;
    top: 37%;
}
.network .map-wrap .p-dot .item.item-09 {
    left: 40%;
    top: 39%;
}
.network .map-wrap .p-dot .item.item-10 {
    left: 30%;
    top: 42%;
}
.network .map-wrap .p-dot .item.item-11 {
    left: 24%;
    top: 50%;
}
.network .map-wrap .p-dot .item.item-12 {
    left: 11%;
    top: 44%;
}
.network .map-wrap .p-dot .item.item-13 {
    left: 28%;
    top: 18%;
}
.network .map-wrap .p-dot .item.item-14 {
    left: 30%;
    top: 52%;
}
.network .map-wrap .p-dot .item.item-15 {
    left: 32%;
    top: 54%;
}
.network .map-wrap .p-dot .item.item-16 {
    left: 76%;
    top: 49%;
}
.network .map-wrap .p-dot .item.item-17 {
    left: 73%;
    top: 24%;
}
.network .map-wrap .p-dot .item.item-18 {
    left: 85%;
    top: 83%;
}
.network .map-wrap .p-dot .item.item-19 {
    left: 84%;
    top: 77%;
}
.network .map-wrap .p-dot .item.item-20 {
    left: 9%;
    top: 28%;
}
.network .map-wrap .p-dot .item.item-21 {
    left: 1.5%;
    top: 38%;
}
.network .map-wrap .p-dot .item.item-22 {
    left: 30.2%;
    top: 58%;
}
.network .map-wrap .p-dot .item.h-o {
    left: 37.6%;
    top: 42%;
}
.network .map-wrap .p-dot .item.i-p {
    left: 34%;
    top: 64%;
}

.network .con-box {
    position: relative;
}

.network .company-image {
    position: absolute;
    bottom: -14rem;
    right: 2rem;
}

.network .company-image > .f-box {
    gap: 3rem;
}

.network .company-image .text-box {
    align-items: center;
    margin-bottom: 1rem;
}

.network .company-image .text-image-box em {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f3662528;
    border-radius: 100%;
    position: relative;
}

.network .company-image .text-image-box em::after {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-color: var(--main-color);
    border-radius: 100%;
}

.network .company-image .text-image-box.ip em::after {
    background-color: #ffffff;
    border: 0.2rem solid var(--main-color);
}

.network .company-image .txt {
    padding-left: 1.2rem;
    font-size: 1.8rem;
    font-weight: 600;
}

.network .company-image .img-box {
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.network .company-image .img-box img {
    display: block;
}

.network .company-image .img-box .hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f36625e0;
    opacity: 0;
}

.network .company-image .img-box .hover-box p,
.network .company-image .img-box .hover-box span {
    font-size: 1.8rem;
    color: #ffffff;
}

.network .company-image .img-box:hover .hover-box {
    opacity: 1;
}

.network .company-image .img-box .hover-box span {
    font-weight: 600;
}

.network .company-image .img-box .hover-box .f-box {
    align-items: center;
    gap: 0.4rem;
}
/*network//*/

/*certificate*/
.certi .info-box {
    margin-bottom: 16rem;
}

.certi .sub-tit {
    margin-bottom: 4rem;
}

.certi .sub-tit .tit {
    font-size: 4rem;
}

.certi .c-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4rem;
}

.certi .c-list > li {
    width: calc((100% - 12rem) / 4);
}

.certi .c-list > li > a .img-wrap {
    position: relative;
    background: #fafafa;
    padding-top: 110%;
}

.certi .c-list > li > a .img-wrap .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
    background: var(--grd-color);
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certi .c-list > li > a:hover .img-wrap .hover-img {
    opacity: 1;
}
.certi .c-list > li > a .img-wrap .hover-img > img {
    width: 3.5rem;
    height: 3.5rem;
    padding: 1rem;
}
.certi .c-list > li > a:hover .img-wrap .hover-img > img {
    transform: rotate(360deg);
}
.certi .c-list > li > a .img-wrap .img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem;
}
.certi .c-list > li > a .img-wrap .img > img {
    width: auto;
    max-width: 95%;
    height: auto;
    max-height: 95%;
    position: relative;
    background-color: #D8BF6D;
    padding: 1rem;
}

.certi .c-list > li > a .img-wrap .img > img::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1rem solid #D8BF6D;
    z-index: 1;
}

.certi .c-list > li > a .txt {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*certificate//*/

/*location*/
.sub-content:has(.location) {
    padding: 15rem 0 0;
}

.location .info-box {
    margin-bottom: 16rem;
}

.location .sub-tit {
    margin-bottom: 4rem;
}

.location .sub-tit .tit {
    font-size: 4rem;
}

.location .location-info-box {
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
    margin-bottom: 5rem;
}

.location .img-wrap,
.location .info-wrap {
    width: 50%;
}

.location .img-wrap {
    border-radius: 0.5rem;
    overflow: hidden;
}

.location .img-wrap img {
    display: block;
}

.location .info-wrap .title {
    text-align: left;
    margin-bottom: 3rem;
}

.location .location-item dl,
.location .location-item dl dt {
    align-items: flex-start;
}

.location .location-item dl {
    gap: 3rem;
    margin-bottom: 1.2rem;
}

.location .location-item dl dt {
    gap: 1rem;
    min-width: 20px;
    align-items: center;
}

.location .location-item dl dt .icon img {
    display: block;
    margin-top: 0.4rem;
}

.location .location-item .l-tit,
.location .location-item .txt {
    font-size: 2rem;
}

.location .location-item .l-tit {
  display: none;
}

.location .location-item .txt {
    color: #565656;
    font-weight: 400;
}

.location .g-box {
    background-color: #f9f9f9;
    padding: 14rem 0;
}

/*location//*/

/*product*/
.product .pd-top-wrap {
    margin-bottom: 12rem;
}

.product .sub-tit {
    margin-bottom: 3rem;
}

.product .pd-top-wrap .pd-img {
    width: 100%;
    height: 72rem;
    background-color: #000;
    background-attachment: fixed;
    background-position: center;
    background-size: cover !important;
}

.product.steel-01 .pd-top-wrap .pd-img {
    background-image: url("../img/steel-01-bg.jpg");
}
.product.steel-02 .pd-top-wrap .pd-img {
    background-image: url("../img/steel-02-bg.jpg");
}
.product.steel-03 .pd-top-wrap .pd-img {
    background-image: url("../img/steel-03-bg.jpg");
}

.product .pd-list {
    margin-top: 10rem;
}

.product .pd-img-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 4rem;
}

.product .pd-list .sub-tit {
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}

.product .swiper {
    width: 100%;
    height: 100%;
}

.product .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    padding-top: 21%;
}

.product .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product .swiper-container-horizontal > .swiper-pagination-progressbar,
.product .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0.6rem;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: #EDEDED;
}

.product .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

.product .pd-tab .tab-wrap {
    gap: 5rem;
}

.product .pd-tab .tab-list {
    width: 26rem;
}

.product .pd-tab .tab-inner {
    padding: 2rem;
    background-color: #F9F9F9;
    border-radius: 0.5rem;
}

.product .pd-tab .tab-inner .tab a {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1.2rem 2rem;
    display: block;
    color: #a1a1a1;
}

.product .pd-tab .tab-inner .tab.active a {
    background-color: var(--main-color);
    color: #ffffff;
    border-radius: 0.5rem;
}

.product .pd-tab .tab-content-wrap {
    width: calc(100% - 31rem);
}

.product .pd-tab .tab-content {
    display: none;
}

.product .pd-tab .tab-content.active {
    display: block;
}

.product .tab-content-wrap .pd-title {
    margin-bottom: 3rem;
}

.product .tab-content-wrap .pd-title .tit {
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    position: relative;
    display: inline-block;
}

.product .tab-content-wrap .pd-title .tit::before {
    display: block;
    content: "";
    position: absolute;
    right: -1rem;
    top: 1.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #ffffff;
    border: 0.2rem solid var(--main-color);
}

.product .tab-content-wrap .pd-sub-title {
    margin-bottom: 2rem;
}

.product .tab-content-wrap .pd-sub-title .tit {
    font-size: 2.4rem;
}

.product .tab-content-wrap .pd-sub-title:has(.t-line) {
    margin-bottom: 2rem;
}

.product .tab-content-wrap .pd-sub-title .tit.t-line {
    font-family: "Oswald", sans-serif;
    font-size: 2.8rem;
    /* font-weight: 500; */
    border-bottom: 2px solid var(--main-color);
    /* display: inline-block; */
}

.table-box {
    padding-bottom: 1rem;
    overflow-y: hidden;
    overflow-x: auto;
}

.table-box table {
    min-width: 80rem;
    width: 100%;
    border-top: 2px solid #161616;
}

.table-box table tr td,
.table-box table tr th {
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
}

.table-box table tr th {
    background-color: #efefef;
    border: 1px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: 600;
    color: #161616;
}

.table-box table tr .gray {
  background-color: #efefef;
    border: 1px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: 600;
    color: #161616;
}

.table-box table tr td.left {
    text-align: left;
}

.product .table-wrap {
    margin-bottom: 4rem;
}

.product .table-wrap:last-child {
    margin-bottom: 0;
}

.product .table-wrap .info-box .txt {
    color: #666666;
    font-size: 1.6rem;
}

.product .table-wrap .info-box .txt.right {
    text-align: right;
    margin-top: 4rem;
}

.product .table-wrap .info-box img {
    margin: 2rem 0;
}

.product .tab-content .img-box.w-100 img {
    width: 100%;
}

.product .tab-content .pd-info-wrap {
    margin-bottom: 6rem;
}

.product .tab-content .pd-info-wrap .img-box {
    gap: 3rem;
    margin-bottom: 3rem;
}

.product .tab-content .pd-img-list .list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.product .tab-content .pd-img-list .list .item {
    width: calc((100% - 8rem) / 3);
    box-sizing: border-box;
}

.product .tab-content .pd-img-list .list .item .img-box {
    box-sizing: border-box;
}

.product .tab-content .pd-img-list .list .item .img-box img {
    width: 100%;
}

.product .tab-content .pd-img-list .list .item .text-box {
    background-color: #3a3a3a;
}

.product .tab-content .pd-img-list .list .item .text-box .txt {
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    padding: 2rem 1rem;
}

.product .tab-content .sec-box {
    margin-bottom: 8rem;
}

.product .pd-info-wrap .img-box li {
    box-shadow: 0 0 30px #00000010;
}

.product .pd-info-wrap .img-box img {
    width: 100%;
    display: block;
}

.product .pd-info-wrap .pd-info {
    padding: 4rem;
}

.product .pd-info-wrap .pd-info dl {
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.product .pd-info-wrap .pd-info dl:last-child {
    margin-bottom: 0;
}

.product .pd-info-wrap .pd-info dt {
    white-space: nowrap;
}

.product .pd-info-wrap .pd-info dd p,
.product .pd-info-wrap .pd-info dt p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #424242;
}

.product .pd-info-wrap .pd-info .dot::before {
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    top: 1rem;
    border-radius: 100%;
}
.app-toggle-btn {
    display: none;
    cursor: pointer;
    padding: 10px 15px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.app-toggle-btn::after {
    content: "";
    position: absolute;
    top: 44%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
}

.app-toggle-btn.open::after {
    transform: rotate(225deg);
}
/*product//*/

/*application*/
.applications .sub-nav > .f-box {
    overflow-x: auto;
    overflow-y: hidden;
}

.applications .sub-visual .sub-nav-wrap .sub-nav .menu {
    white-space: nowrap;
}

/* 스크롤바 전체 (가로 높이 / 세로 폭) */
.applications .sub-nav > .f-box::-webkit-scrollbar {
    height: 0.6rem;
    /* 가로 스크롤바 높이 */
    width: 0.6rem;
    /* 세로 스크롤바 폭 */
}

/* 스크롤바의 Thumb */
.applications .sub-nav > .f-box::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    /* 색상 */
    border-radius: 0;
    /* 모서리 둥글게 */
}

/* Hover 시 Thumb 스타일 */
.applications .sub-nav > .f-box::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color);
    /* Hover 색상 */
}

/* 스크롤바의 Track */
.applications .sub-nav > .f-box::-webkit-scrollbar-track {
    background-color: #ffffff20;
    border-radius: 0;
    /* 트랙 배경색 */
}

/* 트랙 경계 */
.applications .sub-nav > .f-box::-webkit-scrollbar-track-piece {
    border: none;
}

.app-wrap .con-box {
    gap: 5rem;
}

.app-wrap .app-list {
    width: 26rem;
}

.app-wrap .app-info-wrap {
    width: calc(100% - 31rem);
}

.app-wrap .app-info-wrap .info-wrap {
    margin-bottom: 10rem;
}

.app-wrap .app-info-wrap .info-wrap:last-child {
    margin-bottom: 0;
}

.app-wrap .app-list .list {
    padding: 2rem;
    background-color: #F9F9F9;
    border-radius: 0.5rem;
}

.app-wrap .app-list .list a {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.2rem 2rem;
    display: block;
    color: #a1a1a1;
}

.app-wrap .app-list .list .category.active a {
    background-color: var(--main-color);
    color: #ffffff;
    border-radius: 0.5rem;
}

.app-wrap .info-wrap {
    margin-top: 5rem;
}

.app-wrap .app-tit {
    position: relative;
    margin-bottom: 3rem;
}

.app-wrap .app-tit span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #161616;
}

.app-wrap .app-tit .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #161616;
}

.app-wrap .app-tit .tit {
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
}

.app-wrap .app-img-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem;
}

.app-wrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    padding-top: 52%;
}

.app-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.app-wrap .swiper-container-horizontal > .swiper-pagination-progressbar,
.app-wrap.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0.6rem;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: #EDEDED;
}

.app-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

/*application//*/

/* notice */
.bbs-more-btn {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("../img/notice_arrow.svg") no-repeat center center;
    background-size: contain;
    transition: all 0.3s;
}

.board-item a:hover .bbs-more-btn {
    background-image: url("../img/notice_arrow_hover.svg");
}

.notice .board-box {
    border-top: 1px solid #333333;
    margin-bottom: 8rem;
}

.notice .board-box a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 3rem;
    height: 10rem;
    line-height: 10rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    gap: 2rem;
}

.notice .board-box a:hover {
    background-color: #f3f3f3;
}

.notice .board-box a .title {
    width: calc(100% - 20rem);
}

.notice .board-box a .title {
    display: inline-block;
    padding-right: 5px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2rem;
    font-weight: 700;
    vertical-align: middle;
    color: #333333;
    letter-spacing: -0.25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.notice .board-box a .date {
    text-align: center;
    font-size: 1.5rem;
    color: #888888;
    letter-spacing: -0.025em;
}

.notice .board-box .tit-info {
    width: calc(100% - 14.5rem);
    display: flex;
    justify-content: space-between;
}

.notice .board-box .tit-info .sub_t04 {
    padding-right: 2rem;
}

.notice .board-box .date-arrow {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    justify-content: flex-end;
}

.prev-next-box .page-btn a,
.view-page .info-box,
.view-page .info-box .info {
    display: flex;
}

.view-page .attachment {
    background-color: #f9f9f9;
}

.view-page .attachment .bbs-file-list {
    padding: 1rem 2rem;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
}

.view-page .attachment .bbs-file-list {
    gap: 1.4rem;
}

.view-page .attachment .bbs-file-list dt {
    font-weight: 600;
}

.view-page .attachment .bbs-file-list dd {
    color: #464646;
}

.view-page .ckeditor_area {
    margin-top: 6rem;
}

.view-page .btn-box {
    text-align: center;
    margin: 6rem auto auto;
}

.view-page .btn-box a:hover {
    border: 1px solid var(--main-color);
    box-sizing: border-box;
}

.search-wrap .search-list .nice-select.open .list {
    width: 100%;
}

/* .inquiry .form-box-wrap .nice-select {
    line-height: inherit;
} */

.search-wrap .search-list .nice-select .current {
    font-size: 1.6rem;
    font-weight: 500;
}

/*gallery*/
.gallery .con-box {
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: flex-start;
}

.gallery .g-box {
    width: calc((100% - 8rem) / 3);
}

.gallery .g-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
}

.gallery .g-box a {

    background-color: #f9f9f9;
}

.gallery .g-box a:hover {
    background-color: var(--main-color);
}

.gallery .g-box a {
    width: 100%;
    height: 100%;
}

.gallery .g-box .img-box {
    width: 100%;
    height: 28rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../img/galley-bg.jpg");
    background-position: center;
    background-size: cover;
}

.gallery .g-box .info {
    width: 100%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.gallery .g-box .info .tit {
    color: #161616;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

.gallery .g-box .info .txt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #626262;
    margin-bottom: 4rem;
}

.gallery .g-box .info .date {
    font-size: 1.6rem;
    color: var(--color-g-text);
}

.gallery .g-box a:hover .date,
.gallery .g-box a:hover .tit,
.gallery .g-box a:hover .txt {
    color: #ffffff;
}
/*gallery//*/

/*inquiry*/
.inquiry .sub-tit {
    text-align: center;
}

.inquiry .content-wrap {
    margin-top: 8rem;
}

.inquiry .content-wrap .form-box {
    width: 100%;
    flex-direction: column;
}

.inquiry .content-wrap .info-box > .f-box {
    gap: 4rem;
    flex-wrap: wrap;
}

.inquiry .content-wrap .f-box {
    align-items: flex-start;
}

.inquiry .content-wrap .f-box.f-start {
    align-items: flex-start;
}

.inquiry .content-wrap .f-box.h-auto {
    height: auto;
}

.inquiry .content-wrap .form-box .r-box input,
.inquiry .content-wrap .form-box .r-box textarea {
    width: 100%;
    border: 0.5rem;
    background-color: #f9f9f9;
    padding: 2rem 2.3rem;
}

.inquiry .content-wrap .form-box .r-box textarea {
    height: 26rem;
}

.inquiry .content-wrap .form-box .l-box {
    margin-bottom: 2rem;
}

.inquiry .content-wrap .form-box .l-box .txt {
    font-family: "Oswald", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
}

.inquiry .content-wrap .form-box .l-box .txt.essential::before {
    display: block;
    content: "*";
    position: absolute;
    top: -2px;
    right: -10px;
    color: var(--main-color);
}

.inquiry .content-wrap .form-box .r-box {
    display: flex;
    width: 100%;
}

.inquiry .content-wrap .form-box {
    width: 100%;
}

.inquiry .content-wrap .form-box.w-50 {
    width: calc(50% - 2rem);
}

.inquiry .content-wrap .form-box input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.25em;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
    position: relative;
}

.inquiry .content-wrap .form-box input[type="checkbox"]::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
}

.inquiry .content-wrap .form-box input[type="checkbox"]:checked::after {
    opacity: 1;
}

.inquiry .content-wrap .form-box .input_item {
    align-items: center;
}

.inquiry .content-wrap .form-box .checkbox_list {
    margin-right: 1rem;
}

.inquiry .agree-wrap {
    margin-top: 3rem;
}
.inquiry .agree-wrap .a-content {
    width: 100%;
    background: #fafafa;
    color: #222;
    padding: 2rem 4rem;
}
.inquiry .agree-wrap .a-content .a-txt > h4 {
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #888;
    padding-bottom: 1.5rem;
}

.inquiry .agree-wrap .a-content .a-txt .txt-wrap {
    margin: 2rem 0;
    overflow-y: scroll;
    height: 20rem;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box .tit {
    font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box .sub {
    font-size: 1.4rem;
    opacity: 0.4;
}
.inquiry .agree-wrap .a-content .a-txt .txt-wrap .txt-box + .txt-box {
    margin-top: 3rem;
}

.inquiry .agree-wrap .a-content .a-btn {
    border-top: 1px solid #888;
    padding-top: 1.5rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap {
    cursor: pointer;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.2rem;
    margin-top: -0.2rem;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"] {
    margin: 0;
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > input[type="checkbox"]:checked + .material-icons {
    color: var(--main-color);
}
.inquiry .agree-wrap .a-content .a-btn .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.inquiry .btn-wrap {
    margin-top: 3rem;
    text-align: center;
}

.inquiry .form-box .nice-select {
    width: 100%;
}

.inquiry .form-box input[type="file"] {
    display: none;
}

.inquiry .content-wrap .form-box .r-box .upload-name {
    width: calc(100% - 10rem);
    padding: 0 1rem;
}

.inquiry .form-box label.file-label {
    width: 10rem;
    text-align: center;
    color: #9D9D9D;
    padding: 1rem;
    background-color: #eeeeee;
    cursor: pointer;
}

input::placeholder {
    color: #9d9d9d;
    font-weight: 500;
}

.inquiry .btn-box {
    text-align: center;
    margin: 4rem auto 0;
}

.inquiry .agree-check {
    margin-top: 2rem;
}

.inquiry .agree-check input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.inquiry .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.2rem;
    margin-top: -0.2rem;
}
.inquiry .agree-check .checkwrap > input[type="checkbox"] {
    margin: 0;
}

.inquiry .agree-check .checkwrap > p {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin-left: 0.5rem;
}

.inquiry .agree-check .checkwrap {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.inquiry .agree-check .checkwrap .material-icons {
    vertical-align: middle;
    font-size: 2.6rem;
    margin-top: -0.2rem;
    color: #6e6e6e;
}
.inquiry .agree-check .checkwrap > input[type='checkbox'] {
    margin: 0;
}
.inquiry .agree-check .checkwrap > input[type='checkbox']:checked + .material-icons {
    color: var(--main-color);
}
.inquiry .agree-check .checkwrap > p {
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 0.5rem;
    color: #6E6E6E;
}

/*inquiry//*/
