@charset "utf-8";
/* 
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Concert+One&display=swap" rel="stylesheet"> */

body {
    font-family: 'Pretendard Variable', 'Pretendard', 'Concert One', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.gap40 {
    gap: 2.5rem;
}
.gap50 {
    gap: 3.125rem;
}

header {

}
header .gnb {

}

header .gnb ul {
    display: flex;
    gap: 3.125rem;
    justify-content: space-between;
    align-items: center;
}
header .gnb ul li {
    min-width: 8rem;
    text-align: center;
}
header .gnb ul li a {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    
    

}

.depth02 li:last-child a {
    min-width: 9rem;
    display: block;
}

.gnbMain  .depth02 > li {
    padding: 1.875rem 0 ;
}

.depth02 li:first-child a:hover {
    color: #DF4C23;
    font-weight: 700;
 
}
.depth02 li:nth-child(2) a:hover {
    color: #F3C737;
    font-weight: 700;
}
.depth02 li:nth-child(3) a:hover {
    color: #D72673;
    font-weight: 700;
}
.depth02 li:nth-child(4) a:hover {
    color: #1669A8;
    font-weight: 700;
}
.depth02 li:last-child a:hover {
    color: #2FBC5B;
    font-weight: 700;
  
   
}


/*************************************************************************/

#visual {
    margin-bottom: 5rem;
}
#visual .swiper-slide img {
    width: 100vw;
}
#visual .swiper-button-next {
    right: 5vw;
    font-size: 4rem;
}
#visual .swiper-button-prev {
    left: 5vw;
    font-size: 4rem;
}

main h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
    font-size: 2.25rem;
}

main h2::before {
    content: '';
    background: linear-gradient(
        180deg,
        rgba(255, 55, 0, 1) 0%,
        rgba(255, 142, 0, 1) 33%,
        rgba(255, 229, 0, 1) 66%,
        rgba(0, 255, 30, 1) 100%
    );
    width: 0.75rem;
    height: 2rem;
    display: block;
}

.companyWrap {
    margin-bottom: 5rem;
}

.companyWrap img {
    margin-bottom: 1.25rem;
}

.companyWrap p {
    font-size: 1.5rem;
    color: #888;
    font-weight: 500;
    margin-bottom: 0.625rem;
}
.companyWrap h6 {
    font-size: 1.25rem;
    color: #333;
    font-weight: 400;
}

#onFooter {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#onFooter img {
    margin-bottom: 2.5rem;
}
#onFooter h6 {
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}
#onFooter p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #888;
}

.onFooterWrap > div {
    border-right: 1px solid #888;
    min-height: 14.0625rem;
    min-width: 20%;
    flex: 1;

}


.onFooterWrap > div:last-child {
    border-right: none;
}

.on_product {
    padding: 1rem 1.75rem;
    text-align: center;
    margin-right: 0;
}
.on_product h6 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.625rem;
}
.on_request {
    padding: 1rem 1.75rem 1rem 1.75rem;
    text-align: center;
    margin-left: 0;
    
}
.on_request h6 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.625rem;
}

.on_notice {
    padding: 1rem 1.75rem;
    padding-top: 0;
}

.on_notice .onTitle h6 {
    border: none!important;
    margin-bottom: 0;
}
.on_notice .onTitle {
    border-bottom: 1px solid #333;
    margin-bottom: 1.25rem;
}
.on_notice .onTitle button {
    border: none;
    background-color: transparent;
    color: #888;
}

.on_notice ul {
    padding-left: 0;
}
.on_notice ul li {
    margin-bottom: 0.625rem;
}
.on_notice ul li p {
    gap: 1.25rem;
}
.on_notice ul li p span:last-child {
   
}
.on_cc {
    padding: 1rem 1.75rem;
    padding-top: 0;
}
.on_cc div {
 
}

.on_cc div.wrapping > h6.title {
    border-bottom: 1px solid #333!important;
    padding: 0.625rem 1.25rem;
}

.on_cc div h6 {
    border:none!important;
    padding: 0.625rem 1.25rem;
}
.on_cc div ul {
    padding: 0.625rem 1.25rem;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.on_cc div ul li {
    color: #888;
    font-size: 0.875rem;
}
.on_cc button {
    border: 1px solid #dedede;
    background-color: transparent;
    width: 100%;
    padding: 0.625rem 0;
    font-size: 1.25rem;
    color: #888;
    border-radius: 80px;
}

/* */

@media screen and (max-width: 1025px) {


    
.onFooterWrap > div {
    border-right: 1px solid #888!important;
    border-left: 1px solid #888;
   
}
    
}

@media screen and (max-width: 769px) {
    .on_notice ul li p span:last-child {
        display: none;
    }
    #onFooter h6 {
        padding: 0!important;
    }
    #onFooter ul {
        padding: 0;
    }
    html, body {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .onFooterWrap > div:nth-child(3) {
        width: 100%!important
    }
    .on_notice ul li p span:last-child {
        display: none;
    }
}

/*//////////////////////////////////////////////////////////////////////*/
footer {
    background: #000;
}
footer p {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer h6 {
    color: #888;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1.25rem;
}

footer .fTop {
    border-bottom: 1px solid #888;
    padding-bottom: 2rem;
    padding-top: 2.5rem;
}
footer .fTop button {
    background-color: transparent;
    color: #fff;
    border: none;
}
footer .fTop  span {
    color: #888;
}

footer .fBottom {
    padding-bottom: 2rem;
    padding-top: 3rem;
}

/*//////////////////////////////////////////////////////////////////////*/

.subVisual h1 {
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.46);
    text-align: center;
    margin: 0 auto;
}
.subVisual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#subvisual01 {
    background-image: url(/img/subvisual01.png);
    background-size: auto;
    min-height: 25rem;
}
#subvisual02 {
    background-image: url(/img/subvisual02.png);
    background-size: auto;
    min-height: 25rem;
}

#subvisual03 {
    background-image: url(/img/subvisual03.png);
    background-size: auto;
    min-height: 25rem;
}

#subvisual04 {
    background-image: url(/img/subvisual04.png);
    background-size: auto;
    min-height: 25rem;
}


.subVisual .position-absolute {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
}
.subVisual .position-absolute ul {
    padding-left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 0.75rem 0;
}
.subVisual .position-absolute ul li.active a {
    font-weight: bold;
}
.subVisual .position-absolute ul li a {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    
}


.section_cp {
   font-size: 1.25rem;
   font-weight: 400;
   line-height: 130%;
   color: #333;
   padding: 10rem 0;
}
.section_cp img {
    width: 100%; 
}

.section_certi {
    padding: 10rem 0;
}
.section_certi .certiWrap {
    flex: 1;
}

/*************모듈개선*********************/

.com_prd_wrapper {
    padding: 3.75rem 0;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.com_prd_box_gallery_total_wrapper {
    margin-top: 1.875rem;

    gap: 1.5rem!important;
}


.com_prd_box_gallery_total_wrapper.card_type {

}

.com_prd_box_gallery_total_wrapper li {
    box-shadow: none;
    flex-shrink: 1;
    margin-bottom: 0;
}

.com_prd_box_gallery_total_wrapper.card_type .img_box {
    border-radius: 50%;
}

.com_prd_box_gallery_total_wrapper.card_type .alt_box {
    padding: 0;
    text-align: center;
    margin-top: 1rem;
}
.com_prd_box_gallery_total_wrapper.card_type .alt_box p {
    margin-bottom: 0;
}
.com_prd_box_gallery_total_wrapper.card_type .alt_box .time_box {
    margin-top: 0.625rem;
}