/* 공통 */
.about-wrap .visual{background: url(../images/samp/vis01-company.png) no-repeat center center/cover;}
h3{font-size: 36px; line-height: 1.4;}
.hide-pc{display: none;}

/* 인사말 */
.company-wrap{}
.company-wrap .img-wrap{display: flex; justify-content: flex-end;}
.company-wrap .img-wrap img{margin-left: auto;}
/* .company-wrap #container p{font-size: 18px;} */
.signature{margin-top: 100px;}
.signature span{font-size: 24px;}
.signature em{font-size: 50px; padding: 0 40px;}
.signature-en span{}
.signature-en em{font-size: 40px;}

/* 회사개요 */
.summary-wrap{}
.summary-wrap .img-wrap{}

/* 연혁 */
.history-wrap h3{margin-top: 45px;}
.history-wrap h4{color: #242424; font-size: 50px; font-weight: 600;}
.history-list{margin-top: 140px;}
.history-list .btns{display: flex; border-top: 1px solid #242424; border-bottom: 1px solid #EAEAEA; justify-content: space-between; position: sticky; top: 150px; left: 0; background: #fff; z-index: 1;}
.history-list .btns a{padding: 30px; color: #666; font-size: 22px;}
.history-list .btns a.is-active{color: #33A0F3}
.history-list .contents{margin-top: 50px;}
.history-list .contents .pane{}
.history-list .contents .pane > div{display: flex; flex-direction: column; width: 50%; position: relative;}
.history-list .contents .pane > div > span{position: absolute; top: -300px; left: 0; width: 100%; height: 2px; background: transparent;}
.history-list .contents .pane > div + div{margin-top: 140px;}
.history-list .contents .pane > div:nth-of-type(2n-1){padding-left: 80px; justify-content: flex-end; text-align: left; margin-left: auto;}
.history-list .contents .pane > div:nth-of-type(2n){padding-right: 80px; justify-content: flex-start; text-align: right;}
.history-list .contents .pane > div::before{content: " "; width: 22px; height: 22px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='8.5' transform='matrix(1 0 0 -1 0 22)' fill='white' stroke='%23D5D5D5' stroke-width='5'/%3E%3C/svg%3E"); position: absolute; top: 15px;}
.history-list .contents .pane > div::after{content: " "; width: 2px; height: calc(100% + 140px); position: absolute; top: 36px; background: #EAEAEA;}
.history-list .contents .pane > div:nth-of-type(2n-1)::before{left: -11px;}
.history-list .contents .pane > div:nth-of-type(2n-1)::after{left: -1px;}
.history-list .contents .pane > div:nth-of-type(2n)::before{right: -11px;}
.history-list .contents .pane > div:nth-of-type(2n)::after{right: -1px;}
.history-list .contents .pane > div > p strong{font-size: 36px;}
.history-list .contents .pane > div > ul{margin-top: 20px; }
.history-list .contents .pane > div > ul li{margin-top: 20px; font-size: 24px; color: #666;}
.history-list .contents .pane > div:last-child:after{height: calc(100% - 36px);}
.history-list .contents .pane.is-active div::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='8.5' transform='matrix(1 0 0 -1 0 22)' fill='white' stroke='%2333A0F3' stroke-width='5'/%3E%3C/svg%3E");}
.history-list .contents .pane.is-active div::after{background: #33A0F3;}
.history-list .contents .pane > div.is-active::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='8.5' transform='matrix(1 0 0 -1 0 22)' fill='white' stroke='%2333A0F3' stroke-width='5'/%3E%3C/svg%3E");}
.history-list .contents .pane > div.is-active::after{background: #33A0F3;}
.history-list .contents .pane > div.is-active ~ div::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='8.5' transform='matrix(1 0 0 -1 0 22)' fill='white' stroke='%23D5D5D5' stroke-width='5'/%3E%3C/svg%3E");}
.history-list .contents .pane > div.is-active ~ div::after{background: #EAEAEA;}


/* 조직도 */
.orz-wrap{}
.orz-wrap .diagram{margin-top: 65px; padding: 90px 80px; border: 1px solid #EAEAEA; border-radius: 20px;}
.orz-wrap .diagram img{width: 100%;}
.orz-wrap #container p{}

/* 인증현황 */
.certification-wrap{}
.certification-wrap .certification-list{}
.certification-wrap .certification-list li{margin-top: 130px;}
.certification-wrap .certification-list li p{border-top: 1px solid #242424; padding-top: 30px;}
.certification-wrap .certification-list li p strong{font-size: 32px;}
.certification-wrap .certification-list li img{width: 100%; border: 1px solid #EAEAEA;}
.certification-wrap .img-wrap{margin-top: 35px;}

/* 찾아오시는 길 */
.location-wrap .visual{}
.location-wrap #container p{font-size: 20px;}
.location-wrap #container h3{padding-bottom: 40px; border-bottom: 1px solid #242424;}
.location-wrap #container h3 + div{margin-top: 50px;}
.map{margin-bottom: 100px; height: 600px;}
.map iframe{width: 100%; height: 100%;}

@media screen and (max-width: 991px) {
    /* 공통 */
    .hide-pc{display: block;}
    h3{font-size: calc(40px / 2);}

    /* 인사말 */
    .company-wrap{}
    .company-wrap .img-wrap{width: 100%; height: calc(400px / 2); overflow: hidden; justify-content: flex-start; position: relative; margin-bottom: calc(60px / 2);}
    .company-wrap .img-wrap img{width: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-60%);}
    .signature{margin-top: calc(80px / 2);}
    .signature span{font-size: calc(24px / 2);}
    .signature em{font-size: calc(50px / 2); padding: 0 10px;}
    .signature-en span{}
    .signature-en em{}

    /* 회사개요 */
    .summary-wrap{}
    .summary-wrap .img-wrap{}
    .summary-wrap .img-wrap img{width: 100%;}

    
    /* 연혁 */
    .history-wrap h3{}
    .history-wrap h4{font-size: 25px;}
    .history-list{margin-top: 50px;}
    .history-list .btns{top: 118px;}
    .history-list .btns a{padding: 10px; font-size: 12px;}
    .history-list .btns a.is-active{}
    .history-list .contents{margin-top: 30px;}
    .history-list .contents .pane{margin: 0 10px;}
    .history-list .contents .pane > div{width: 100%;}
    .history-list .contents .pane > div > span{position: absolute; top: -200px; left: 0; width: 100%; height: 2px;}
    .history-list .contents .pane > div + div{margin-top: 40px;}
    .history-list .contents .pane > div:nth-of-type(2n-1){padding-left: 20px;}
    .history-list .contents .pane > div:nth-of-type(2n){padding-right: 0; padding-left: 20px; text-align: left;}
    .history-list .contents .pane > div::before{width: 11px; height: 11px; top: 10px; background-size: 100% auto;}
    .history-list .contents .pane > div::after{width: 1px; height: calc(100% + 35px); top: 20px;}
    .history-list .contents .pane > div:nth-of-type(2n-1)::before{left: -5.5px;}
    .history-list .contents .pane > div:nth-of-type(2n-1)::after{}
    .history-list .contents .pane > div:nth-of-type(2n)::before{left: -5.5px; right: initial;}
    .history-list .contents .pane > div:nth-of-type(2n)::after{left: -1px; right: initial;}
    .history-list .contents .pane > div > p strong{font-size: 18px;}
    .history-list .contents .pane > div > ul{margin-top: 0;}
    .history-list .contents .pane > div > ul li{font-size: 12px; margin-top: 12px;}

    /* 조직도 */
    .orz-wrap{}
    .orz-wrap .diagram{margin-top: calc(65px / 2); padding: 0; border: 0;}
    .orz-wrap .diagram img{}
    .orz-wrap #container p{}

    /* 인증현황 */
    .certification-wrap{}
    .certification-wrap .certification-list{}
    .certification-wrap .certification-list li{display:flex; flex-direction: column; justify-content: space-between; margin-top: calc(100px / 2);}
    .certification-wrap .certification-list li p{padding-top: calc(30px / 2);}
    .certification-wrap .certification-list li p strong{font-size: calc(32px / 2);}
    .certification-wrap .certification-list li img{}
    .certification-wrap .img-wrap{}

    /* 찾아오시는 길 */
    .location-wrap .visual{}
    .location-wrap #container p,
    .location-wrap #container .inner a{font-size: calc(30px / 2);}
    .location-wrap #container h3{padding-bottom: calc(40px / 2);}
    .location-wrap #container h3 + div{margin-top: calc(50px / 2);}
    .map{margin-bottom: calc(100px / 2);}
   
}