.txt_hide {
    font-size: 0px;
    text-indent: -9999px;
}

.content_inner {
    /* min-width: 1000px;
    overflow-x: scroll; */
}

.content_inner .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
}

.content_inner .title_box h3 {
    font-size: 38px;
    letter-spacing: -0.5px;
}

.content_inner .title_box p {
    color: #107465;
    letter-spacing: -1px;
    font-size: 20px;
}



@media screen and (max-width: 768px) {

    .content_inner {
        min-width: 0px;
        overflow-x: hidden
    }


    .content_inner .title_box h3 {
        font-size: 24px;
    }

    .content_inner .title_box p {
        font-size: 16px;
        word-break: keep-all;
    }
}

/* ---- 공통 end */


/* company 01 */
/* 회사소개 */
/* point 800 */


.content_inner.company .company_content {
    padding: 100px;
}

.content_inner.company .company_content .title_txt {
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
}

.content_inner.company .company_content .title_txt p:nth-child(1) {
    color: #107465;
    font-size: 25px;
}

.content_inner.company .company_content .title_txt.txt1 p:nth-child(2) {
    font-size: 25px;
    letter-spacing: -1.8px;
}

.content_inner.company .company_content .title_txt.txt1::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ccc;
    margin: 20px auto;
}

.content_inner.company .company_content .title_txt.txt1 p:nth-child(2) span {
    font-weight: 800;
}

.content_inner.company .company_content .title_txt.txt2 {
    font-size: 25px;
}


.content_inner.company .company_content .business_fields {
    width: 500px;
    height: 600px;
    background: url("../../img/sub3/company.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 120px auto;
}

.content_inner.company .company_content .company_motto {
    text-align: center;
    line-height: 1.4;
}

.content_inner.company .company_content .company_motto li:nth-child(2) {
    margin-top: 80px;
}

.content_inner.company .company_content .company_motto li span {
    font-size: 20px;
    color: #8c8c8c;
    font-weight: 200;
}

.content_inner.company .company_content .company_motto li p {
    font-size: 24px;
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .content_inner.company .company_content {
        padding: 50px 12px;
    }

    .content_inner.company .company_content .title_txt {

        line-height: 1.4;
    }

    .content_inner.company .company_content .title_txt p:nth-child(1) {

        font-size: 15px;
    }

    .content_inner.company .company_content .title_txt.txt1 p:nth-child(2) {
        font-size: 18px;

    }

    .content_inner.company .company_content .title_txt.txt1::after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: #ccc;
        margin: 20px auto;
    }



    .content_inner.company .company_content .title_txt.txt2 {
        font-size: 18px;
    }


    .content_inner.company .company_content .business_fields {
        width: 90vw;
        max-width: 400px;
        height: auto;
        aspect-ratio: 706/825;
        margin: 80px auto 0;
    }



    .content_inner.company .company_content .company_motto li span {
        font-size: 13px;
    }

    .content_inner.company .company_content .company_motto li p {
        font-size: 14px;
    }
}



/* company 02 */
/* CEO 인사말 */
/* point 1024 768 */

.content_inner.ceo section.ceo_content {
    display: flex;
    justify-content: space-around;

    gap: 28px;
    margin: 100px auto 200px;
}

.content_inner.ceo section.ceo_content .left .title_txt {
    line-height: 1.5;
    margin-top: 124px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) {
    font-weight: 300;
    font-size: 20px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) span {
    color: #107465;
    font-weight: 700;
    font-size: 20px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) {
    font-weight: 300;
    font-size: 32px;
}

.content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) span {
    font-weight: 600;
    font-size: 32px;
}

.content_inner.ceo section.ceo_content .left .main_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 88px;
    color: #666;
    font-size: 20px;
    line-height: 26px;
}


.content_inner.ceo section.ceo_content .right {
    width: 466px;
    height: 866px;
    background: url("../../img/sub3/ceo_1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    aspect-ratio: 566 / 866;
    position: relative;

}

.content_inner.ceo section.ceo_content .right::after {
    content: "";
    display: block;
    width: 400px;
    height: 200px;
    background: url("../../img/sub3/ceo2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -50px;
}


@media screen and (max-width: 1024px) {


    .content_inner.ceo section.ceo_content {
        display: flex;
        gap: 28px;
        margin: 20px auto 130px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) {
        font-size: 24px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) span {
        font-size: 24px;
    }

    .content_inner.ceo section.ceo_content .left .main_txt {
        font-size: 18px;
        line-height: 24px;
    }

    .content_inner.ceo section.ceo_content .right {
        width: 50%;
        min-width: 280px;
        height: auto;
        background: url("../../img/sub3/ceo_1.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 566 / 866;
        position: relative;
    }

    .content_inner.ceo section.ceo_content .right::after {
        content: "";
        display: block;
        width: 260px;
        height: auto;
        aspect-ratio: 602 / 158;
        background: url("../../img/sub3/ceo2.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        bottom: 0px;
    }
}

@media screen and (max-width: 768px) {

    .content_inner.ceo section.ceo_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        margin: 40px auto 80px;
    }

    .content_inner.ceo section.ceo_content .left {
        border: 1px solid #eee;
        padding: 30px 16px;
        margin-top: 30px;
    }


    .content_inner.ceo section.ceo_content .left .title_txt {
        margin-top: 0;

    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) {
        font-size: 14px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(1) span {
        font-size: 16px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) {
        font-size: 16px;
    }

    .content_inner.ceo section.ceo_content .left .title_txt p:nth-child(2) span {
        font-size: 20px;
    }

    .content_inner.ceo section.ceo_content .left .main_txt {
        gap: 18px;
        margin-top: 42px;
        font-size: 14px;
        line-height: 1.5;
    }

    .content_inner.ceo section.ceo_content .left .main_txt br {
        display: none;
    }

    .content_inner.ceo section.ceo_content .right {
        width: 80vw;
        max-width: 400px;
        height: auto;
        background: url("../../img/sub3/ceo_1.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        aspect-ratio: 566 / 866;
        position: relative;


    }

    .content_inner.ceo section.ceo_content .right::after {
        content: "";
        display: block;
        width: 54vw;
        max-width: 250px;
        height: auto;
        background: url("../../img/sub3/ceo2.png");
        aspect-ratio: 602 / 158;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        right: 0;
        bottom: -15vw;
    }


}


/* ---company03 */
/* 경영이념 및 방침 */
/* point 1024 768 */

.content_inner.vision .vision_content {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 100px 0px 80px 24px;
}

.content_inner.vision .vision_content .left {
    width: 480px;
}

.content_inner.vision .vision_content .left p::before {
    content: "";
    display: block;
    width: 280px;
    height: auto;
    aspect-ratio: 346 /661;
    background: url("../../img/sub3/vision0.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin-bottom: 50px;
}

.content_inner.vision .vision_content .left p {
    color: #666;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.9px;
}

.vision_slider {
    width: 450px;
    display: flex;
}

.vision_slider li {
    width: 33%;
}

.vision_slider li img {
    width: 100%;
}


@media screen and (max-width: 1024px) {
    .content_inner.vision .vision_content {
        display: flex;
        justify-content: space-around;
        padding: 100px 0px 80px 24px;
    }



    .content_inner.vision .vision_content .left p::before {
        width: 230px;
        aspect-ratio: 346 /661;
        background: url("../../img/sub3/vision0.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        margin-bottom: 50px;
    }

    .content_inner.vision .vision_content .left p {
        font-size: 19px;
        line-height: 28px;
    }

    .vision_slider {
        min-width: 330px;
        width: 50%;
    }

}


@media screen and (max-width: 768px) {

    .content_inner.vision .vision_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }


    .content_inner.vision .vision_content .left p::before {
        width: 200px;
        aspect-ratio: 346 /661;
        background: url("../../img/sub3/vision0.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0 auto 50px;
    }

    .content_inner.vision .vision_content .left p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 50px;
    }

    .vision_slider {
        min-width: none;
        max-width: 300px;
        width: 90%;
    }
}

/* company 04 */
/* 연혁 */
/* point 768 */



.history_content::before {
    content: "";
    display: block;
    width: 400px;
    height: 300px;
    background: url("../../img/sub3/history.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 100px auto;
}


.content_inner.history .history_content .stage {
    padding: 80px 0 80px 11.5vw;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}



.content_inner.history .history_content .stage h2 {
    font-size: 48px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    width: 33%;
}

.content_inner.history .history_content .stage h2 span:nth-child(1) {
    font-size: 16px;
}

.content_inner.history .history_content .stage ol.events {
    padding-left: 20px;
    line-height: 1.4;
    width: 50%;
}

.content_inner.history .history_content .stage ol.events>li {
    margin-top: 20px;
}

.content_inner.history .history_content .stage ol.events li:nth-child(1) {
    margin-top: 0;
}


.content_inner.history .history_content .stage ol.events li time {
    font-weight: 600;
    color: #107465;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.content_inner.history .history_content .stage ol.events li time::after {
    content: "";
    width: 80px;
    height: 1px;
    display: inline-block;
    background-color: #000;
    margin-left: 12px;
}

.content_inner.history .history_content .stage ol.events li p {
    font-size: 20px;
}

/* 여러개일때 2차메뉴로 들어가는거 */
.content_inner.history .history_content .stage ol.events>li ul li {
    font-size: 20px;
    line-height: 1.8;
}


@media screen and (max-width: 768px) {

    .history_content::before {
        width: 280px;
        height: 200px;
        background: url("../../img/sub3/history.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 60px auto;
    }


    .content_inner.history .history_content .stage {
        padding: 80px 0 80px 5vw;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }



    .content_inner.history .history_content .stage h2 {
        font-size: 24px;
        font-weight: 200;
        width: auto;
        margin-bottom: 40px;
    }

    .content_inner.history .history_content .stage h2 span:nth-child(1) {
        font-size: 16px;
    }

    .content_inner.history .history_content .stage ol.events {
        padding-left: 0px;
        width: auto;
    }

    .content_inner.history .history_content .stage ol.events>li {
        margin-top: 20px;
    }

    .content_inner.history .history_content .stage ol.events li time {
        font-size: 13px;
    }

    .content_inner.history .history_content .stage ol.events li time::after {
        content: "";
        width: 40px;
        height: 1px;
        display: inline-block;
        background-color: #000;
        margin-left: 8px;
    }

    .content_inner.history .history_content .stage ol.events li p {
        font-size: 14px;
    }

    /* 여러개일때 2차메뉴로 들어가는거 */
    .content_inner.history .history_content .stage ol.events>li ul li {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* company 06 */
/* 인증 */
/* point 1200 768 */


.content_inner.licence .licence_content {
    padding: 150px 80px;
}

.content_inner.licence .licence_content h3 {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    margin: 0px auto 30px;
}

.content_inner.licence .licence_content table {

    border-collapse: collapse;
    border: 1px solid #000;

}

.content_inner.licence .licence_content table tr,
.content_inner.licence .licence_content table th,
.content_inner.licence .licence_content table td {
    border: 1px solid #000;
    padding: 12px;
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    letter-spacing: -0.6px;
}

.content_inner.licence .licence_content table th {
    background-color: #107465;
    color: #fff
}

@media screen and (max-width: 1620px) {

    .content_inner.licence .licence_content table tr,
    .content_inner.licence .licence_content table th,
    .content_inner.licence .licence_content table td {
        font-size: 15px;
    }
}

@media screen and (max-width: 1140px) {

    .content_inner.licence .licence_content table tr,
    .content_inner.licence .licence_content table th,
    .content_inner.licence .licence_content table td {
        padding: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .content_inner.licence .licence_content {
        padding: 50px 12px;
    }

    .content_inner.licence .licence_content h3 {
        font-size: 20px;
        margin: 0px auto 30px;
    }


    .content_inner.licence .licence_content table tr,
    .content_inner.licence .licence_content table th,
    .content_inner.licence .licence_content table td {
        padding: 8px 2px;
        font-size: 12px;
        /* writing-mode: vertical-rl;
        text-orientation: upright; */
        /* word-break: keep-all; */
    }
}


@media screen and (max-width: 340px) {

    .content_inner.licence .licence_content table tr,
    .content_inner.licence .licence_content table th,
    .content_inner.licence .licence_content table td {
        padding: 8px 0px;
        font-size: 11px;
    }
}