/* 회사 서브페이지 공통 */

.company-slogan{
    font-weight:800;
    font-size:40px;
    margin-bottom: 36px;
}
.company-text{font-size: 20px;     padding: 120px 0;}
.company_wrap .sub-visual .company-bg {
    background-blend-mode: color-burn;
    color: #fff;
}
.company_wrap .company-tit{
    margin-bottom:100px;
}
.sub-visual .wrapper-sub-top .con-tit h2{color:#fff !important;}
.sub-visual .wrapper-sub-top .con-tit p{color:#fff !important;}
.company_wrap .company-tit h5{font-size: 3.6em; margin-bottom: 22px;}/* 2.9em */
.company_wrap .company-tit p{
    display: none;
    font-size: 1.2em; line-height: 1.5; color: #333;}

.comSection{padding: 100px 0;}
.comSection.second{padding: 0 0 170px;}
.comSection.gray{
    background: #f6f6f6;
}
/* .comSection.banSection{padding-bottom:0px !important;} */
.comSection .banner{
    padding: 180px 0px;
}

.comSection.first{
    padding: 170px 0 0 !important;
}
.comSection.first .company-slogan{text-align: center;}
/* .first-wrap{
    background:url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/164003551238788.jpg);
    padding: 100px 0 170px;
} */
:root {
    --swiper-theme-color: #3f4192 !important;
}



/* ===회사소개=== */
.vision{padding:60px;}
.vision p b{font-weight:600;}


/* 브랜드소개 */
.brand{
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 4px solid #3F4192;
    background:#fff;
    display: grid;
    place-items: center;
}
.brandC{
    width: 250px; height: 250px;
    margin: 0 auto;
    border-radius: 50%;
    background: #3F4192;
    display: grid;
    place-items: center;
    /* border: 28px solid rgba(255,255,255, 0.7); */

    transition:1s;
}

.brandC::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: 1px;
    border-bottom: 1px dashed #a2a3a6;
    z-index: -1;
}
.brandC::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px; height: 300px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgb(204 207 233 / 70%);
    animation: circle-move 1.0s infinite alternate;
    z-index: -1;
}
 @keyframes circle-move {
    0% {
        transform: translate(-50%,-50%) scale(1);
    }
    
    100% {
        transform: translate(-50%,-50%) scale(1.05);
    }
 }
.brand .box p {
    font-size: 25px;
}
.brandC .box p {
    font-size: 25px; color: #fff;
    line-height: 1.3;
}
.brandC .box p.desc {
    font-size: 20px;
    color: #fff;
}
.brand ul li{
    font-size: 15px;
}
.brand ul li::before{display: inline-block;content: '';width: 5px;height: 5px;background-color: #666;border-radius: 3px;vertical-align: middle;margin-right: 8px;}
.brandC ul li::before{display: inline-block;content: '';width: 5px;height: 5px;background-color: #666;border-radius: 3px;vertical-align: middle;margin-right: 8px;}
.brandC ul li{
    font-size: 15px;
}

.about-shop{padding:0; gap:0 !important;}
.about-shop .company-list ul li{font-size: 1.15em;}
.about-shop .company-list ul li::before{display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 8px;}
.about-shop h4{
    font-size: 1.4em;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 290px;}


/* 기업 정책 및 이념 */
.about-policy{gap:120px;}
.about-policy .policy-list{
    
}
.about-policy .policy-list .icon{
    width: 200px; height: 200px;
    flex-shrink:0;
}
.about-policy .policy-list:nth-child(1) .icon{
    background:#3F4192;
}
.about-policy .policy-list:nth-child(2) .icon{
    background:#3f9275;
}
.about-policy .policy-list:nth-child(3) .icon{
    background:#5c5555;
}
.about-policy .policy-list .icon span{
    width: 100px; height: 100px;

}
.about-policy .policy-list:nth-child(1) .icon span{
    background:url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/163984243646432.png) no-repeat;
    background-position:center;    
}
.about-policy .policy-list:nth-child(2) .icon span{
    background:url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/163984215378822.png) no-repeat;
    background-position:center;
}
.about-policy .policy-list:nth-child(3) .icon span{
    background:url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/163984254080816.png) no-repeat;
    background-position:center;
}
.about-policy .policy-list dd{text-align: left;}
.about-policy .policy-list dd .txt01{font-size: 22px; display:block;}

.bottom p{font-size: 22px;}
.bottom .align-right{font-size: 18px;}
.bottom .sign{font-family: 'Nanum Brush Script', cursive; font-size: 36px; margin-left: 10px;}





/* ㄴㅇㅀㄴㅇㅀㄴㅀㄴ옳 */
.policy-cont{}
.policy-cont .policy-list:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    width: 1px;
    height: 100%;
    background:#ddd;
    z-index: -1;
}
.policy-cont .policy-list:last-child:after{
    display: none;
}
.policy-cont .policy-list dd{
    color: #616161; 
}
.policy-cont .policy-list dd strong{
    color: #000;
}










/* ==사업소개== */
/* .comSection.banSection{margin-bottom: 100px;} */
.busi_banner{
    background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/163985029014775.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 500px;
}

.left h5{font-size: 40px;}
.list-wrap{}
.about-business{
    padding:45px 50px;
}
.list-wrap { grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; gap:38px; column-gap:60px;}
.list-wrap  .about-business
.list-wrap  .about-business .text{}
.list-wrap  .about-business .text h4{font-size: 26px; margin-bottom: 20px;}
.list-wrap  .about-business .text h4 strong{
    color:#0c1dc1; font-weight: 800; margin-right: 13px;}
.list-wrap  .about-business .text p{font-size: 16px;}
.list-wrap  .about-business .text p:nth-child(3){margin-top: 10px;}
.list-wra  .about-business .img{}

.gallery-image .img-cont{
    height: 0;
    padding-bottom: 73%;
    position: relative;
}
.gallery-image .img-cont img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* ----연혁---- */
.history-wrap{}
.history-box{}

.history-box.swiper-slide-active .his-year{
    color:#000;
}
.history-box .his-year{
    color: #ccc; text-align: left;
    font-weight: 700; font-size: 65px;}
.history-box .his-content{
    margin:20px 0 25px;
}
.history-box .his-content li{
    position: relative;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 14px;
}
.history-box .his-content li:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #3a3a3a;
    border-radius: 50%;
}
.history-wrap .hisSwiper .swiper-pagination-progressbar {
    height: 6px !important;
}
.history-wrap .hisSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#000;
}
.history-box .img-cont{
    display: block;
}


.history > div > ul{}
.history ul .month{display: flex;}
.history ul li.content{line-height: 1.8; font-size: 16px;}
.history ul li p{width: 130px; font-weight: 500; font-size: 18px;}
 /* 모바일 */

.collapsible {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 22px 20px 21px;
    line-height: inherit;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #333;
    /* border-bottom: 1px solid #333; */
}
.his-active,
.collapsible:hover {
    /* background-color: #555; */
    background-color: #fff;
    color: #000;
    border-top: 1px solid #333;
}
.mo-his-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* background-color: #f1f1f1; */
    /* border-top: 1px solid #e6e6e6; */
    /* padding:40px 16px ; */
    /* position: relative; */
}
.collapsible:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.mo-his-active:after {
    content: "\2212";
}

.point .txt{padding-left: 10px; font-size: 16px;line-height:2.0;}
.point .pic{margin: 27px 0 60px;}
.full-box .year{
    display: block;
    font-size: 20px;margin-bottom: 10px;}
.mo-his-content .history-ub-lst .point  .month-lst .in-point::after{
    content: ''; 
    position: absolute; top: 17px; left: 0px;
    width: 5px; height: 1px;
    background: #000;
}
















/* ----조직도---- */
.orgChart-wrap{}
.orgChart-wrap .background {
    background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/WKCC/publishing/164013839969119.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.orgChart-wrap ul li{color:#666;}
.orgChart-wrap .orgChart-content{padding:20px 0 130px;width: fit-content;margin: 0 auto;}
.orgChart-wrap .orgChart-content .top{top:50px; right:20px;}
.orgChart-wrap .orgChart-content .top ul li{
    position:relative;
    display:inline-block; margin-right: 30px;}
.orgChart-wrap .orgChart-content .top ul li:last-child{margin-right: 0px;}
.orgChart-wrap .orgChart-content .top ul li:before {
    content: "";
    width: 165px;
    height: 165px;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translatex(-50%) translatey(-50%);
    width: 8px;
    height: 8px;
    background: rgb(155, 155, 155);
}
.orgChart-wrap .orgChart-content .top ul li:first-child:before{
    background:#000;
} 
.orgChart-wrap .orgChart-content .orgCenter{
    width: 300px;
    margin: 0 auto 80px;
    border-radius: 50%;
    height: 300px;
    background: #3F4192;
    display: grid;
    place-items: center;
    border: 28px solid rgba(255,255,255, 0.7);
}
.orgChart-wrap .orgChart-content .orgCenter .orgBox{}
.orgChart-wrap .orgChart-content .orgCenter .orgBox p{font-size: 30px; color:#fff;}
.orgChart-wrap .orgChart-content .orgCenter .orgBox p.desc{font-size: 17px; color:#fff;line-height: 1.4;}
.orgChart-wrap .orgChart-content .orgList-wrap{
    position:relative;
    gap:60px;

}
.orgChart-wrap .orgChart-content .orgList-wrap:before {
    content: "";
    width: calc(100% - 170px);
    height: 1px;
    position: absolute;
    top: -17%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    background: rgba(136, 136, 136);
    z-index: 1;
}
.org .Chart-wrap .orgChart-content ul .orgList{
    position:relative;
}
/* .orgChart-wrap .orgChart-content ul .orgList:before{
    content:""; width:165px; height:165px;
    position:absolute; top:50%; left:50%;
    transform:translatex(-50%) translatey(-50%);
    border:2px solid rgba(255,255,255,.3); border-radius:50%;
} */
.orgChart-wrap .orgChart-content ul .orgList{
    position:relative;
}
.orgChart-wrap .orgChart-content ul .orgList:before{
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    background: rgba(136, 136, 136);
}
.orgChart-wrap .orgChart-content ul .orgList .orgBox {
    display: grid;
    place-content: center;
    border-radius: 50%;
    background: #fff;
    width: 170px;
    height: 170px;
    box-shadow: 3px 8px 15px rgba(0, 0, 0, .11);
    text-align: center;
}
.orgChart-wrap .orgChart-content ul .orgList .orgBox p {
    font-size: 18px;
}
.orgChart-wrap .orgChart-content ul .orgList .orgBox.on{
    background: #3F4192;
}
.orgChart-wrap .orgChart-content ul .orgList .orgBox.on p{
    color:#fff;
}


.company_work{}
.company_work ul{}
.company_work ul li{
    margin-bottom: 20px;
    cursor: pointer;
}
.company_work ul li .img-box {
    position: relative;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
}
.company_work ul li .img-box img{
    position:absolute;
    width: 100%; height:100%;
    left:0; right:0; top:0; bottom:0;
    transition:0.3s ease;
}
.company_work ul li:hover .img-box img{
    transform: scale(1.12);
}
.company_work ul li .txt-box{
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: rgba(255,255,255,.7);
    width: calc(100% - 30px);
    padding: 7px 10px;
}
.company_work ul li p{font-size: 18px; font-weight: 600;}
.company_work ul li p span{
    display: block; font-size: 14px;
    margin-left: 10px;
}




/* ----주문제작---- */
.process{
    padding:80px 0;
    background:#f8f8f8;}
.process .prcList{
    position:relative;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap:40px; column-gap: 40px;}
/* .prcList:before{
    position:absolute; content:""; display:block;
    left:50%; top:50%; transform:translate(-50%);
    background:#666; border-radius:20px;
    width: 100%; height: 120%;} */
.process .prcList li{
    position:relative;
    min-height: 230px;
    background: #fff;
    cursor:pointer; transition:.3s;
    padding: 42px 60px 42px 42px;
}
.process .prcList li::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:45%;
    right:-27px;
    background: transparent;
    border-top:3px solid #dedede;
    border-right:3px solid #dedede;
    transform: translateY(50%) rotate(45deg);
}
.process .prcList li:nth-child(3n):after{
    width: 0;
    height: 0;
    border: 0;
}
.process .prcList li:last-child::after{
    width: 0;
    height: 0;
    border: 0;
}
.process .prcList li:lang(en){
    height: 350px;
}
.process .prcList li:hover{
    border:1px solid #e30613;
    border:1px solid #0c1dc1;
}
.process .prcList li strong{
    font-size: 2.15em;
    font-weight: 600;
    color: #e30613;
    color:#0c1dc1;
    margin-bottom: 22px;
    display: block;
}
.process .prcList li .img-box{position:absolute; top: 39px;
    right: 36px;}
.process .prcList li span{
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 0 0 9px;
}
.process .prcList li p{
    font-size:18px;
    font-weight: 300;
}



/* ----오시는길---- */
.map-wrap .map-content .root_daum_roughmap {
    position: relative; width: 100%; }
.map-wrap .map-content .root_daum_roughmap .root_daum_roughmap .wrap_map{
     height:430px;}
.map-wrap .map-info{margin-top: 40px;}
.map-wrap .map-info ul{}
.map-wrap .map-info ul li{}
.map-wrap .map-info ul li dt{
    min-width:85px; margin-right:40px;
    font-weight: bold;
    color: #000;
    width: 85px;
}
.map-wrap .map-info ul li dd{
    color:#555;
}
.root_daum_roughmap {
    width: 100% !important;
    margin-bottom: 26px !important;
}





/* ----컨택트 us ---- */
/* 컨택트 */
.sec_contact{}  
.sec_contact .inner{
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    padding:60px 50px;
    border: 1px solid #333;
}
.sec_contact .order-form{

}

.sec_contact .sec-title{}
.sec_contact .sec-title h3{
  font-weight: 600;
  font-size: 3.0em; line-height:0.95; white-space: nowrap;
}
.sec_contact .sec-title p{
    margin:15px 0 50px;
}


.sec_contact .order-form{}
.sec_contact .order-form form{text-align: right;}
.sec_contact .order-form form .form-input{
  margin-bottom:19px; text-align: left;}
.sec_contact .order-form form .form-input label{
  display: block;
  margin-bottom: 6px;
  font-size: 1.1em;}
.sec_contact .order-form form .form-input input{
  background:#F5F5F5; border:none !important;
  color:#000000; font-size: 16px;
  padding: 14px 21px 16px;
  max-height: 70px;
  border-radius: 5px;
}
.sec_contact .order-form form .form-input textarea{
  background:#F5F5F5; border:none !important;
  color:#000000; font-size: 18px;
  padding:17px 21px 18px;
  border-radius: 5px;
  resize: none;
}
.sec_contact .order-form form > div input::placeholder,
.sec_contact .order-form form .form-input textarea::placeholder{
  color:#BEBEBE; font-size: 16px; font-weight: 400;
}
.sec_contact .order-form form .form-btn{
  background:#111111; padding:17px 0px 20px;
  border-radius:4px;
}
.sec_contact .order-form form .form-btn input{
  border: 0;
  background: 0;
  color: #fff;
  font-size: 20px; font-weight:600;
}







@media (max-width:1200px){
    .comSection{padding: 80px 0;}
    
}

 /* ********************************************* *
 * 1024px max
 * ********************************************* */
 @media (max-width:1024px)
 {
    .pc-ver{display: none;}
    /* 연혁 history */
    .history-wrap{margin-top: 30px;}
    .history-box .his-year {font-size: 51px;}

    /* 주문제작 order */
    .prcList{column-gap:40px;}
    .prcList li{
        padding: 21px 30px 31px 30px;}
    .prcList li strong {
        font-size: 2.3em;}
    .prcList li span {
        font-size: 15px;}
    .prcList li p {
        font-size: 19px;
    }
    .prcList li .img-box img {
        width: 37px;
    }
    /* 조직도 */
    .orgChart-wrap .bd{padding:0!important;}
    .orgChart-wrap .bd-lg{padding:0!important;}

    .comSection{padding: 80px 0;}
    .company_wrap .company-tit{margin-bottom: 0;}
 }
 @media (max-width:1023px){
    .pc-ver{display: none;}
 }



 /* ********************************************* *
 * 960px max
 * ********************************************* */
 @media (max-width:960px)
 {
    .company_wrap .company-tit h5 { margin-bottom: 83px;}
    .brandC .box p {font-size: 20px;}
    .brand .box p {font-size: 20px;}
    .brandC::after{display: none;}

    /* process */
    .prcList li:hover{transform:translateY(0%) !important;}



    /* contact */
    .sec_contact .bd-xs{padding:0;}
    .sec_contact .inner{box-shadow: none; padding:0; border:none;}
 }






/* ********************************************* *
 * 768px max
 * ********************************************* */
 @media (max-width:768px){
    .c-intro-box{grid-template-columns:repeat(2,1fr);}
    .about-vision .vision-list {
        flex-direction:column; gap: 24px;
    }
    .about-vision .vision-list dd .txt01{font-size: 20px;}

    /* history */
    .history-box .his-year {font-size: 30px;}
    .history-box .his-content li {font-size: 15px;}

    /* process */
    .process{padding:0;}
    .prcList{row-gap:25px; column-gap: 20px;}

    /* 주문제작 order */
    .prcList li span {
        font-size: 13px;
    }
    .prcList li p {
        font-size: 16px;
    }
    .process .prcList li:nth-child(3n)::after{
        width: 20px;
        height: 20px;
        border-top: 3px solid #0c1dc1 ;
        border-right: 3px solid #0c1dc1 ;
    }
    .process .prcList li:last-child::after{
        width:0;
        height:0;
        border:0;
    }
    .process > div{padding: 50px 0;}
    .process .prcList li:nth-child(2n):after{width: 0;height: 0;border: 0;}
    



  }



  @media (min-width:640px){
    .company-text .mb-2{display: block;}
    .mo-ban-txt{display: none;}

    .policy-cont dl{
        margin-bottom: 10px !important;
        /* border: 4px solid #3f4192; */
        padding: 20px;
    }
    
  }


/* ********************************************* *
 * 640px max
 * ********************************************* */
 @media (max-width:640px){
    .process .prcList{
        padding:12px;
    }
    .process .prcList li{
        width: 100%;
    }
    .prcList{
        grid-template-columns:1fr 1fr;
        column-gap:15px; row-gap:20px;}
    .prcList li {
        padding: 20px 23px 23px 20px;
        min-height: 195px;
    }
    .prcList li strong {
        font-size: 2.0em;
    }
    .prcList li .img-box {
        top: 29px;
        right: 21px;
    }
    .prcList li .img-box img {
        width: 27px;
    }

    .brand, .brandC {border-radius: 10px !important;}

    .company-text2{font-size: 16px;}
    .list-wrap .about-business .text p{font-size: 16px;}
    .company-text .mb-2{display: none;}
    .comSection{padding: 90px 0 50px 0;}
    .large{font-size: 26px;}
    .busi_banner{height: auto;}
    .banSection{padding:0 20px !important; margin:0 auto;}
    .comSection{position: relative;}
    .comSection.banSection .bd{padding:0;}
    .mo-ban-txt{margin-top:40px;}
    /* .mo-ban-txt{position: absolute;top: 30%;left: 0;padding: 0 5%;width: 100%;color: #fff;}
    .mo-ban-txt .bold{color: #fff;} */


    .sec_contact > .bd{padding:0;}
    .sec_contact .order-form form .form-btn{padding: 10px 0px 12px;}
    .sec_contact .order-form form .form-btn input{font-size: 1.2em;}
    .sec_contact .sec-title h3 {font-weight: 600;font-size: 2.5em;}
  }

/* ********************************************* *
 * 480px max
 * ********************************************* */
 @media (max-width:480px){
    .c-intro-box{grid-template-columns:repeat(1,1fr);}
    .about-vision .vision-list .icon {
        width: 100px;
        height: 100px;
    }
    .about-vision .vision-list .icon span {
        width: 54px;
        height: 52px;
        background-size: contain !important;
    }

    /* 회사소개 */
    .company_wrap .company-tit{
        margin-bottom: 50px;
    }
    .company_wrap .mb-7{
        margin-bottom: 50px;
    }
    /* 사업소개 */
    .comSection{padding:85px 0 20px 0;}
    .left h5{font-size: 2em;}
    .company-text{padding: 30px 0;}
    .large{font-size: 1.2em!important;}
    .company-text2{font-size: 15px;}
    .list-wrap .about-business .text p{font-size: 15px;}
    /* .comSection.banSection{margin-bottom: 0;} */
    /* .comSection.banSection{
        padding-top: 100px 0 0!important;
    } */
    /* history */
    .history-wrap .hisSwiper .swiper-wrapper {
        flex-direction: column !important;
    }
    .history-wrap .hisSwiper .swiper-wrapper .swiper-slide{
        flex-shrink: initial !important;
        margin-bottom:35px;
    }
    .history-box .his-year {
        font-size: 25px;
    }
    .history-box .his-content li {
        padding-bottom:3px;
    }
    /* 조직도 */
    .org-res{width: 100%!important;}
    .orgChart-wrap .orgChart-content{padding: 300px 0 0;}
    .pb-6{padding-bottom: 0!important;}

    /* 오시는길 */
    .map-wrap .map-info{margin-bottom: 40px;}

    
    

    .sec_contact {
        margin-bottom: 60px;
    }
  }
 