@charset "utf-8";


/* root */
:root{
    /* font */
    --main-font: 'Pretendard', sans-serif;
    --heading-font: 'Red Hat Display', sans-serif;
    /* color */
    --brand-color: #5F298C;
    --bg-color-brand: #F9F7FA;
    --bg-color-gray: #F8F8F8;
    --text-color: #111;
}

/* 반응형 */
@media (max-width: 1600px) {
    /* index */
    #main_wr .product .swiper .pagination .swiper-pagination-bullet{
        padding: 30px 60px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on{
        padding-left: 75px;
    }
    #page_cont{
        padding: 0;
    }
    .inner_box{
        padding: 0 40px;
    }
}
@media (max-width: 1280px) {

    /* 서브페이지 */
    /* company-history */
    #page_cont .company .content .circle .tit{
        font-size: 24px;
    }
    #page_cont .company .content .circle.point img{
        width: 160px;
    }
    #page_cont .company .content .circle{
        width: 260px;
        height: 260px;
    }
    #page_cont .company .content .circle.point{
        width: 290px;
        height: 290px;
    }


    /* ptns */
    #page_cont .ptns .inner_box .tit{
        font-size: 36px;
    }

    /* global */
    #page_cont .global .list-box .tit{
        font-size: 28px;
    }

    /* location */
    #page_cont .loca .info-wrap .tit{
        font-size: 28px;
    }

    /* ref */
    .bs-cont-wrap .img-box{
        margin-bottom: 80px;
    }
    .bs-cont-wrap .text-box .subtit{
        padding: 0;
        font-size: 36px;
    }
    .bs-cont-wrap .img-box .bg-txt{
        font-size: 36px;
    }
    .bs-cont-wrap .text-box .cont .intro{
        font-size: 24px;
    }
    .bs-cont-wrap .text-box .cont-list .list-tit{
        font-size: 16px;
    }
    .bs-cont-wrap .text-box .cont{
        padding: 0;
    }
    .bs-cont-wrap .text-box + .text-box .cont{
        border: 0;
    }
    .bs-cont-wrap .text-box + .text-box{
        border-top: 1px solid #e6e6e6;
        padding-top: 60px;
    }

    /* research */
    .research #bo_gall .research-title{
        font-size: 20px;
    }

    .inner_box #bo_v_title .bo_v_tit{
        font-size: 40px;
    }
    .inner_box #bo_v_atc{
        padding: 50px;
    }

    /* certification */
    #bo_cate a{
        font-size: 20px;
    }
    .cert #bo_gall #gall_ul{
        gap: 50px 24px;
    }

    /* facility */
    .facility .cont-wrap{
        flex-direction: column;
    }
    .facility .cont-wrap .cont-tit li a::after{
        display: none;
    }
    .facility .cont-wrap .cont-tit{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        margin-bottom: 50px;
    }
    .facility .cont-wrap .cont-tit li a{
        display: block;
        padding: 0;
        font-size: 20px;
    }
    .facility .cont-wrap .cont-tit li + li{
        border-left: 1px solid #d9d9d9;
    }
    .facility .cont-wrap .cont .img-wrap{
        gap: 30px;
    }
    .product .cont-wrap .cont + .cont{
        margin-top: 50px;
    }

    /* porcess */
    .process .cont-tit li a{
        font-size: 20px;
    }
    .process .cont .cont-tit{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .process .step-box{
        gap: 60px 80px;
    }
    .process .step:not(:last-of-type)::after{
        right: -45px;
    }
    .process .step:nth-child(5)::after, .process .step:nth-child(6)::after, .process .step:nth-child(7)::after{
        left: -45px;
    }
    .process .step:nth-child(4)::after, .process .step:nth-child(8)::after{
        right: 50%;
        bottom: -40px;
    }
    .process .cont{
        flex-direction: column;
    }
    .process .cont .cont-img{
        gap: 30px;
    }
}


/* 태블릿 */
@media (max-width: 1080px) {
    /* reset */
    body{
        font-size: 16px;
    }
    /* header */
    header .gnb .logo > a {
        width: 140px;
    }
    nav .navlist li .lnb .dp2 {
        background: inherit;
        box-shadow: none;
        padding-top:40px;
    }
    nav .navlist li .lnb .dp2 li{
        padding: 0;
    }
    nav .navlist li .lnb .dp2 li > a{
        font-size: 16px;
    }
    header .lang-wrap .lang{
        font-size: 16px;
    }
    br.tab{
        display: none;
    }

    /* index */
    #main_wr{
        font-size: 16px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > h1{
        font-size: 48px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > p {
        font-size: 20px;
    }
    
    #main_wr .tit-wrap .small-tit{
        font-size: 16px;
    }
    #main_wr .tit-wrap h3{
        font-size: 40px;
        margin-top: 10px;
    }
    #main_wr .wrap{
        padding: 100px 40px;
        gap: 150px;
    }

    #main_wr .company .bottom .img-wrap{
        height: 300px;
    }
    #main_wr .product .tit-wrap{
        position: static;
    }
    #main_wr .product .swiper{
        padding-left: 0;
        margin-top: 120px;
    }
    #main_wr .product .swiper .pagination{
        width: 100%;
        /* height: auto; */
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        bottom: 100%;
        top: auto;
        padding-bottom: 20px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet{
        padding: 0;
        transition: all 0.4s;
        border-radius: 0;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on{
        color: var(--brand-color);
        background: none;
        box-shadow: none;
        padding-left: 0;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet p{
        padding-left: 10px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet .tit{
        font-size: 18px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet .txt{
        display: none;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet::before{
        width: 60px;
        height: 60px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet::after{
        content: none;
    }
    #main_wr .product .swiper .img-wrap{
        height: auto;
        aspect-ratio: 1/1;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on:nth-of-type(1)::before{
    background-image: url(../img/dvision/section02-icon01-purple.png);
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on:nth-of-type(2)::before{
        background-image: url(../img/dvision/section02-icon02-purple.png);
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on:nth-of-type(3)::before{
        background-image: url(../img/dvision/section02-icon03-purple.png);
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet.on:nth-of-type(4)::before{
        background-image: url(../img/dvision/section02-icon04-purple.png);
    }

    #main_wr .support{
        margin-bottom: 100px;
    }
    #main_wr .support .btn-wrap a{
        width: 260px;
    }

    /* footer */
    footer .footer-wrap{
        gap: 0;
    }


    /* 서브페이지 */
    section .text-box{
        font-size: 20px;
    }

    /* history-company */
    #page_cont .company .content .circle .tit{
        font-size: 20px;
    }
    #page_cont .company .content .circle{
        width: 240px;
        height: 240px;
    }
    #page_cont .company .content .circle.point{
        width: 280px;
        height: 280px;
    }
    
    /* ptns */
    #page_cont .ptns .inner_box .tit{
        font-size: 28px;
    }

    /* global */
    #page_cont .global .map-wrap{
        margin: 100px 0;
    }
    #page_cont .global .list-box .tit{
        font-size: 24px;
    }

    /* location */
    #page_cont .loca .info-wrap .tit{
        font-size: 24px;
        padding: 16px 0;
    }
    #page_cont .loca .inner_box{
        flex-direction: column;
    }
    #page_cont .loca .map {
        width: 100%;
    }
    #page_cont .loca .info-wrap li{
        padding: 24px 0;
    }

    /* ref */
    .bs-cont-wrap .img-box .bg-txt{
        font-size: 28px;
    }
    .bs-cont-wrap .img-box{
        height: 350px;
    }
    .bs-cont-wrap .text-box .cont .intro{
        font-size: 20px;
    }
    .bs-cont-wrap .text-box .cont-list .list-tit{
        font-size: 16px;
    }
    .bs-cont-wrap .text-box .cont .intro{
        margin-bottom: 30px;
    }
    .bs-cont-wrap .text-box .cont-list .list-tit{
        margin-bottom: 12px;
    }
    .bs-cont-wrap .text-box .cont .cont-list li + li{
        margin-top: 8px;
    }
    .bs-cont-wrap .text-box .cont-list + .cont-list{
        margin-top: 26px;
    }
    .bs-cont-wrap .text-box .subtit{
        font-size: 28px;
    }

    /* research */
    .research #bo_gall .research-title{
        font-size: 18px;
    }
    .research #bo_gall #gall_ul{
        gap: 50px 20px;
    }
    .research #bo_gall .gall_con .gall_img_txt{
        margin-top: 20px;
    }
    .research #bo_gall .gall_img{
        border-radius: 8px;
    }
    .inner_box #bo_v_title .bo_v_tit{
        font-size: 32px;
    }

    /* certification */
    #bo_cate a{
        font-size: 18px;
    }

    /* product */
    .product .cont-wrap .cont .cont-list{
        grid-template-columns: repeat(3, 1fr);
    }

    /* facility */
    .facility .cont-wrap .cont-tit li a{
        font-size: 18px;
    }

     /* porcess */
    .process .cont-tit li a{
        font-size: 18px;
    }
    .process .cont .cont-tit{
        font-size: 18px;
    }
    .process .step-wrap{
        padding: 60px 0;
        margin: 40px 0;
    }
    .process .step-box{
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "a b c"
        "d e f"
        "g h i"
        "j k l";
        gap: 40px 60px;
    }
    .process .step1{grid-area: a;}
    .process .step2{grid-area: b;}
    .process .step3{grid-area: c;}
    .process .step4{grid-area: f;}
    .process .step5{grid-area: e;}
    .process .step6{grid-area: d;}
    .process .step7{grid-area: g;}
    .process .step8{grid-area: h;}
    .process .step9{grid-area: i;}
    .process .step10{grid-area: l;}
    .process .step11{grid-area: k;}
    .process .step:not(:last-of-type)::after{
        left: auto;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
    }
    .process .step:nth-child(3)::after,
    .process .step:nth-child(6)::after,
    .process .step:nth-child(9)::after{
        top: auto;
        bottom: -30px;
        right: 50%;
        transform: translate(0) rotate(90deg);
    }
    .process .step:nth-child(4)::after,
    .process .step:nth-child(5)::after,
    .process .step:nth-child(10)::after{
        right: auto;
        left: -35px;
        transform: translateY(-50%) scaleX(-1);
    }
    .process02 .step-box, .process03 .step-box{
        grid-template-areas:
        "a b c"
        "d e f"
        "g h i";
    }

    /* news */


    /* catalog */
    .sub-btn-wrap{
        margin-top: 60px;
    }

    /* inquiry */
    .inquiry #email-form-wrap .send_btn{
        margin-top: 60px;
    }
}


@media (max-width: 991px) {
    #bo_list{
        width: 100%;
        padding: 0;
    }
    .contents-copy-wrap{
        position: static;
    }
}

@media (max-width: 905px) {
    #page_cont {
        padding: 0;
    }
    #page_title .inner-wrap .contents .page-tab-menu .tab-inset .dp2 .dp2-list li.on a::after{
        background: var(--brand-color);
    }
}


/* 모바일 */
@media (max-width: 768px) {
    /* reset */
    body {
        font-size: 14px;
    }
    /* header */
    header .gnb .logo > a {
        width: 120px;
    }
    header .lang-wrap .lang{
        font-size: 14px;
    }
    br.mo{
        display: none;
    }

    /* index */
    #main_wr{
        font-size: 14px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > h1{
        font-size: 36px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > p {
        font-size: 16px;
    }

    #main_wr .tit-wrap .small-tit{
        font-size: 14px;
    }
    #main_wr .tit-wrap h3{
        font-size: 32px;
        margin-top: 6px;
    }
    #main_wr .wrap{
        padding: 100px 20px;
        gap: 100px;
    }

    #main_wr .company .top{
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 30px;
        gap: 30px;
    }
    #main_wr .company .txt-content{
        padding-top: 12px;
    }
    #main_wr .company .bottom .img-wrap{
        height: 250px;
    }

    #main_wr .product .swiper{
        margin-top: 100px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet .tit{
        display: none;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet{
        justify-content: center;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet::before{
        width: 44px;
        height: 44px;
    }

    #main_wr .community{
        flex-direction: column;
    }
    #main_wr .community .txt-wrap{
        width: 100%;
    }
    #main_wr .community .sns-btn-wrap{
        flex-direction: row;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #main_wr .community .sns-btn-wrap a{
        width: auto;
        padding: 12px 28px;
    }
    #main_wr .community .sns-btn-wrap span{
        /* display: none; */
        font-size: 16px;
    }
    #main_wr .community .sns-btn-wrap .arrow{
        display: none;
    }
    #main_wr .community .media-wrap{
        width: 100%;
    }
    #main_wr .community .media-wrap .con-wrap ul{
        gap: 16px;
    }
    #main_wr .community .media-wrap .tit-box span {
        font-size: 18px;
    }
    #main_wr .community .media-wrap .tit-box .icon{
        height: 24px;
    }
    #main_wr .community .media-wrap .insta-wrap .tit-box .icon{
        width: 30px;
        height: 30px;
    }
    #main_wr .community .media-wrap .youtube-wrap{
        margin-bottom: 30px;
    }

    #main_wr .support{
        height: 400px;
    }
    #main_wr .support .btn-wrap{
        flex-direction: column;
        margin-top: 50px;
    }
    #main_wr .support .btn-wrap a{
        margin-top: 0;
        padding: 20px 30px;
    }
    #main_wr .support .btn-wrap a::after{
        height: 16px;
    }
    
    /* footer */
    footer .footer-wrap{
        padding: 60px 20px;
    }



    /* 서브페이지 */
    #page_cont > section{
        padding: 100px 0;
    }
    section .text-box{
        font-size: 18px;
    }
    .inner_box{
        padding: 0 20px;
    }
    #page_title .inner-wrap .contents .page-tit{
        padding: 0 20px;
    }
    #page_title .inner-wrap .contents .page-tab-menu .tab-inset{
        padding: 0 20px;
    }
    #page_cont .company .content .circle .tit{
        margin-bottom: 10px;
    }

    /* history-company */
    #page_cont .company .content .circle.point img{
        width: 140px;
    }
    #page_cont .company .content{
        margin: 50px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    #page_cont .company .content .circle{
        width: 220px;
        height: 220px;
    }
    #page_cont .company .content .circle.point{
        width: 260px;
        height: 260px;
    }
    #page_cont .company .content .circle .circle-list li{
        font-size: 14px;
    }
    #page_cont .company .content .circle .circle-list li + li{
        margin-top: 3px;
    }
    #page_cont .company .content::before,
    #page_cont .company .content::after{
        transform: translate(-50%, 0) rotate(90deg);
        top: 30%;
        left: 50%;
        width: 50px;
    }
    #page_cont .company .content::after{
        top: auto;
        bottom: 30%;
    }
    .list_year{
        flex-direction: column;
    }
    .year-list-title{
        font-size: 24px;
    }
    #page_cont .company .company-bg{
        margin: 100px 0;
        height: 600px;
    }
    #page_cont .company .company-bg .bg-img::before{
        background: url(../img/dvision/company-bg.jpg) no-repeat 85% center / cover;
    }


    /* esg */
    .rnd-cont-wrapper .rnd-list li dl dt{
        font-size: 18px;
    }
    .rnd-cont-wrapper .rnd-list li dl dd{
        font-size: 22px;
    }
    .rnd-cont-wrapper .rnd-list .hover-box .bullet{
        font-size: 14px;
    }

    /* org */
    .org .chart img.pc{
        display: none;
    }
    .org .chart img.mo{
        display: block;
    }

    /* partners */
    #page_cont .ptns .inner_box {
        flex-direction: column;
        gap: 30px;
    }
    #page_cont .ptns .inner_box .tit{
        /* padding-left: 20px; */
    }
    #page_cont .ptns .box-wrap .box-list{
        gap: 28px 20px;
    }

    /* global */
    #page_cont .global .map-wrap{
        margin: 60px 0;
    }
    #page_cont .global .map-box .marker-wrap{
        display: none;
    }
    #page_cont .global .list-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
    #page_cont .global .list-box{
        padding: 30px 10px;
    }
    
    /* location */
    #page_cont .loca .inner_box{
        gap: 40px;
    }
    #page_cont .loca .map{
        height: 400px;
    }
    #page_cont .loca .info-wrap .tit{
        padding: 12px 0;
    }
    #page_cont .loca .info-wrap li{
        padding: 16px 0;
    }

    /* ref */
    .bs-cont-wrap .img-box .bg-txt{
        font-size: 24px;
    }
    .bs-cont-wrap .img-box{
        height: 300px;
    }
    .bs-cont-wrap .text-box .cont .intro{
        font-size: 18px;
    }
    .bs-cont-wrap .text-box .cont-list .list-tit{
        font-size: 16px;
    }
    .bs-cont-wrap .text-box .cont .cont-list li{
        font-size: 14px;
    }
    .bs-cont-wrap .text-box .cont .intro{
        margin-bottom: 20px;
    }
    .bs-cont-wrap .text-box .cont-list + .cont-list{
        margin-top: 20px;
    }
    .bs-cont-wrap .img-box img{
        object-position: right center;
    }
    .bs-cont-wrap .text-box .subtit{
        font-size: 24px;
    }

    /* research */
    .research #bo_gall .research-title{
        font-size: 16px;
    }
    .research #bo_gall .research-contents{
        font-size: 14px;
    }
    .research #bo_gall .gall_info .gall_date{
        font-size: 13px;
    }
    .research #bo_gall .gall_img{
        border-radius: 5px;
    }
    .research #bo_gall .gall_con .gall_img_txt{
        margin-top: 16px;
    }
    .inner_box #bo_v_title .bo_v_tit{
        font-size: 28px;
        padding: 20px 10px;
    }

    .inner_box #bo_v_atc{
        padding: 0px;
    }
    .write-info-box{
        padding: 0;
    }
    #page_cont .back-to-list .btn{
        width: 160px;
        font-size: 14px;
        padding: 12px 0;
    }
    .write-info-box .write-info{
        font-size: 14px;
        flex: 1;

    }
    
    /* certification */
    #bo_cate a{
        font-size: 16px;
    }

    /* product */
    .product .cont-wrap .cont .cont-tit{
        margin-bottom: 20px;
    }
    .product .pr-intro .dot-wrap{
        display: none;
    }
    .facility .cont-wrap .cont .img-wrap{
        gap: 20px;
    }
    .product .cont-wrap .cont + .cont{
        margin-top: 40px;
    }

    /* porcess */
    .process .cont-tit li a{
        font-size: 16px;
    }
    .process .cont .cont-tit{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .process .cont .cont-img{
        gap: 20px;
    }
    .process .step-wrap{
        margin: 40px 0;
    }
    .process .cont{
        padding: 40px 0;
    }
    .process .step{
        flex-direction: column;
        gap: 0;
        text-align: center;
        padding: 20px;
    }
    .process .step:not(:last-of-type)::after{
        width: 8px;
    }
}


@media (max-width: 599px) {
    /* header */
    header .util{
        gap: 12px;
    }

    /* index */
    #main_wr{
        font-size: 14px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > h1{
        font-size: 32px;
    }
    #main_wr .visual .inset .banner .text-box .text-wrap > p {
        font-size: 14px;
    }

    #main_wr .tit-wrap .small-tit{
        font-size: 12px;
    }
    #main_wr .tit-wrap h3{
        font-size: 24px;
    }
    #main_wr .wrap{
        padding: 75px 20px;
        /* gap: 50px; */
    }

    #main_wr .company .bottom .img-wrap{
        height: 200px;
    }

    #main_wr .product .swiper{
        margin-top: 70px;
    }
    #main_wr .product .swiper .pagination .swiper-pagination-bullet::before{
        width: 30px;
        height: 30px;
    }

    #main_wr .community .sns-btn-wrap span{
        display: none;
    }
    #main_wr .community .media-wrap .con-wrap ul{
        gap: 10px;
    }
    #main_wr .community .sns-btn-wrap a{
        padding: 10px 20px;
    }

    #main_wr .community .media-wrap .insta-wrap .con-wrap ul{
        grid-template-columns: repeat(2, 1fr);
    }

    #main_wr .support{
        margin-bottom: 75px;
    }

    /* footer */
    
    footer .footer-wrap .top, footer .footer-wrap .bottom{
        flex-direction: column;
        gap: 30px;
    }


    /* 서브페이지 */
    .page-head .l-tit{
        font-size: 28px;
    }
    #page_cont > section{
        padding: 75px 0;
    }
    section .text-box{
        font-size: 16px;
    }
    #page_title .page-tab-menu .tab-inset .dp2-list{
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    #page_title .page-tab-menu .tab-inset .dp2-list::-webkit-scrollbar{
        display: none;
    }

    /* history-company */
    #page_cont .company .company-bg{
        margin: 60px 0;
        height: 400px;
    }
    #page_cont .company .content .circle{
        width: 200px;
        height: 200px;
    }
    #page_cont .company .content .circle.point{
        width: 240px;
        height: 240px;
    }

    /* esg */
    .rnd-cont-wrapper .rnd-list .hover-box{
        padding: 30px;
        padding-bottom: 50px;
    }
    .rnd-cont-wrapper .rnd-list li dl{
        top: 30px;
        left: 30px;
    }
    #page_cont .ptns .inner_box .box-list{
        grid-template-columns: repeat(2, 1fr);
    }

    /* global */
    #page_cont .loca .map{
        height: 320px;
    }
    #page_cont .global .list-box{
        flex-direction: column;
        gap: 20px;
    }
    #page_cont .global .list-box .img-wrap{
        aspect-ratio: 4/3;
        overflow: hidden;
    }

    /* ref */
    .bs-cont-wrap .img-box .bg-txt{
        font-size: 20px;
    }
    .bs-cont-wrap .text-box + .text-box{
        margin-top: 40px;
        padding-top: 40px;
    }
    
    /* research */
    .research #bo_gall #gall_ul{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    
    .inner_box #bo_v_title .bo_v_tit{
        font-size: 22px;
    }

    /* certification */
    #bo_cate ul{
        margin-bottom: 10px;
    }
    .cert #bo_gall #gall_ul{
        gap: 32px 20px;
    }

    /* product */
    .product .cont-wrap .cont .cont-list{
        grid-template-columns: repeat(2, 1fr);
    }

    /* facility */
    .facility .cont-wrap .cont-tit li a{
        font-size: 16px;
    }
    .facility .cont-wrap .cont .table-wrap{
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        display: block;
        padding-bottom: 10px;
    }
    .facility .cont-wrap .cont .table-wrap td, .facility .cont-wrap .cont .table-wrap th{
        white-space: nowrap;
    }
    .facility .cont-wrap .cont .table-wrap::-webkit-scrollbar{
        height: 6px;
    }
    .facility .cont-wrap .cont .table-wrap::-webkit-scrollbar-thumb{
        background: rgba(0, 0, 0, 0.6);
        border-radius: 3px;
    }

    /* process */
    .process .step-wrap{
        padding: 30px 0;
    }
    .process .cont{
        padding: 30px 0;
    }
    .process .cont-tit li a{
        font-size: 14px;
    }
    .process .step{
        padding: 16px;
    }
    .process .step-box{
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
        "a b"
        "c d"
        "e f"
        "g h"
        "i j"
        "k l";
        gap: 40px;
    }
    .process .step1{grid-area: a;}
    .process .step2{grid-area: b;}
    .process .step3{grid-area: d;}
    .process .step4{grid-area: c;}
    .process .step5{grid-area: e;}
    .process .step6{grid-area: f;}
    .process .step7{grid-area: h;}
    .process .step8{grid-area: g;}
    .process .step9{grid-area: i;}
    .process .step10{grid-area: j;}
    .process .step11{grid-area: l;}
    .process .step:not(:last-of-type)::after{
        left: auto;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .process .step:nth-child(even)::after{
        top: auto;
        bottom: -30px;
        right: 50%;
        transform: translate(0) rotate(90deg);
    }
    .process .step:nth-child(3)::after,
    .process .step:nth-child(7)::after{
        right: auto;
        left: -25px;
        transform: translateY(-50%) scaleX(-1);
    }
    .process02 .step-box, .process03 .step-box{
        grid-template-areas:
        "a b"
        "c d"
        "e f"
        "g h";
    }

}

@media (max-width: 575px) {
    .write-info-box .write-info{
        padding: 15px 0;
    }
}

/* pc 끝 */