.font {
    font-family: 'NanumSquareRound';
    font-weight: 300;
    font-style: normal;
}

.circle_case {
    width: 10px; height: 500px;
    float: left;
    margin-right: 10px;
}
.circle_case02 {
    width: 10px; height: 50px;
    float: left;
    margin-right: 10px;
}
.circle_case03 {
    width: 10px; height: 150px;
    float: left;
    margin-right: 10px;
}

/*회사소개-회사개요(sub01_01)*/
.gnb {
    display: flex;
    justify-content: unset;
    position: relative;
}
.gnb li a {
    margin: 0 15px;
    color: #666;
    font-size: 16px;
}
.gnb li:first-child::before {
    content: '';
    position: absolute;
    left: 50px;
    width: 1px; height: 20px;
    background-color: #666;
}
.gnb li:last-child::before {
    content: '';
    position: absolute;
    left: 125px;
    background: url(/theme/basic/img/sub/icon_open.png);
    background-repeat: no-repeat;
    width: 20px; height: 20px;
} 
.gnb .blue a{
    color: #0092e5;
}
.line {
    display: block;
    width: 100%; height: 1px;
    background-color: #e6e6e6;
}

.sub-title-top .sub-inner .sub-title-text1{
    font-weight: normal;
    color: #666;
}
.sub-title-top .sub-inner .sub-title-text2{
    font-weight: 500;
    color: #65a9e1;
}


.subContents .sub-contents-greetings{
    font-family: NotoSansKR;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
}
.subContents .sub-contents-horiznline{
    width: 40px;
    height: 3px;
    margin: 5px auto;
    background-color: #65a9e1;
}
.subContents .sub__img img {
    position: relative;
}

/*회사소개-회사개요(sub01_02)*/
.subContents .sub01_01 .company {
    display: flex;
    justify-content: space-between;
    width: 100%; height: 200px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.subContents .sub01_01 .company>li {
    margin: 0 auto;
    width: 33.3%;
}
.subContents .sub01_01 .company li ul {
    width: 100%;
    margin-top: 50px;
}
.subContents .sub01_01 .company li ul li:first-child {
    font-size: 14px;
    color: #65a9e1;
    font-family: NotoSansKR;
    margin: 0 0 10px 0;
}
.subContents .sub01_01 .company li ul li:nth-child(2) {
    font-size: 14px;
    font-family: NotoSansKR;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.subContents .sub01_01 .company li ul li:last-child {
    width: 80px; height: 80px;
    margin: 0 auto;
}
.subContents .sub01_01 .company li ul li img {
    width: 40%;
}
.subContents .sub01_01 .system {
    margin: 0 auto;
    width: 80%;
}
.subContents .sub01_01 .system img {
    width: 100%;
    margin: 100px auto;
}

/*회사소개-조직도(sub01_03)*/
.subContents .sub01_03 img {
    width: 100%;
    margin-bottom: 100px;
}


/*회사소개-경영방침(sub01_04)*/
.subContents .governance {
    display: flex;
    justify-content: space-between;
    text-align: center;
    height: 200px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.subContents .governance>li {
    width: 33.3%;
    margin-top: 50px;
}
.subContents .governance>li:nth-child(2)::before {
    width: 1px; height: 180px;
    background-color: #e6e6e6;
}
.subContents .governance li ul li:first-child {
    font-size: 14px;
    color: #65a9e1;
    font-family: NotoSansKR;
    margin: 0 0 10px 0;
}
.subContents .governance li ul li:nth-child(2) {
    font-size: 14px;
    font-family: NotoSansKR;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.subContents .governance li ul li:last-child {
    width: 80px; height: 80px;
    margin: 0 auto;
}
.subContents .governance li ul li img {
    width: 40%;
}
.title_bar02 {
    display: block;
    width: 40px; height: 3px;
    background-color: #65a9e1;
    margin: 10px 0;
}
.subContents .sub_title {
    font-size: 20px;
    text-align: left;
    font-family: NotoSansKR;
    font-weight: bold;
}
.subContents .sub01-01-left01 {
    font-family: NotoSansKR;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
}
.subContents .sub01-01-left01 .circle {
    display: block;
    width: 10px; height: 10px;
    border-radius: 100%;
    border: 3px solid #65a9e1;
    float: left;
    margin: 12px 5px 0 0 ;
}
.subContents .contents .con_box {
    width: 100%; height: 70px;
    background-color: #edf1f5;
    margin: 10px 0;
}
.subContents .contents .con_box .num {
    float: left;
    width: 50px; height: 50px;
    background-color: #65a9e1;
    border-radius: 10px;
    color: #fff;
    font-family: Pretendard;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin: 10px;
}
.subContents .contents .con_box .con_txt {
    float: left; 
    width: calc(100% - 70px);
    font-family: esamanruOTF;
    font-size: 14px;
    line-height: 1.3;
}
.subContents .contents .con_box .con_txt01 {
    margin-top: 25px;
}
.subContents .contents .con_box .con_txt02 {
    margin-top: 15px;
}
.subContents .sheet:last-child {
    margin-bottom: 100px;
}

/*회사소개-인증현황(sub01_05)*/
.subContents .cert .cert_con {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.subContents .cert .cert_con>div {
    width: 33.3%;
    margin-right: 10px;
}
.subContents .cert .cert_con>div img {
    width: 100%;
}
.subContents .cert .cert_con>div:last-child {
    margin-right: 0;
}
.subContents .cert .cert_con p {
    height: 30px;
    background-color: #f5f5f5;
    margin: 10px 0 30px 0;
    font-size: 10px;
    font-family: Pretendard;
    text-align: center;
    line-height: 30px;
}
.subContents .cert .cert_con:last-child {
    margin-bottom: 50px;
}

/*회사소개-오시는길(sub01_06)*/ 
.subContents .adress {
    width: 100%; height: 260px; 
    border: 1px solid #e6e6e6;
    border-top: 3px solid #65a9e1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 10px;
}

.subContents .adress>li{
    margin: 0 auto;
    width: 33.3%;
}

.subContents .adress li ul {
    width: 100%;
    margin-top: 50px;
}
.subContents .adress li ul li:first-child {
    font-size: 14px;
    color: #65a9e1;
    font-family: NotoSansKR;
    margin: 0 0 10px 0;
}
.subContents .adress li img{
    width: 40px; height: 40px;
    margin: 0 auto;
    
}
.subContents .adress li ul li:nth-child(2) {
    font-size: 14px;
    font-family: NotoSansKR;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: 60px;
}
.subContents .adress li ul li:nth-child(3) {
    font-size: 14px;
    font-family: NotoSansKR;
    font-weight: bold;
    margin: 0 0 10px 0;
}

@media all and (min-width: 601px) {

    .subContents .sub01_01 .company li ul li:first-child {
        font-size: 16px;
    }
    .subContents .sub01_01 .company li ul li:nth-child(2) {
        font-size: 16px;
    }
    .subContents .sub01_01 .company li ul li img {
        width: 100%;
    }
    .subContents .sub01_01 .company {
        width: 100%; height: 260px;
    }
    .circle_case {
        width: 10px; height: 500px;
        float: left;
        margin-right: 10px;
    }
    .circle_case02 {
        width: 10px; height: 50px;
        float: left;
        margin-right: 10px;
    }
    .circle_case03 {
        width: 10px; height: 100px;
        float: left;
        margin-right: 10px;
    }
    


    .gnb li a {
        font-size: 18px;
    }
    .gnb li:last-child::before {
        left: 130px;
    }

    /*회사소개-회사개요(sub01_01)*/
    .subContents .sub-contents-greetings{
        font-family: NotoSansKR;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -1px;
        text-align: center;
    }
    .subContents .sub01_01 .company li ul li:first-child {
        font-size: 18px;
        color: #65a9e1;
        font-family: NotoSansKR;
        margin: 0 0 10px 0;
    }
    .subContents .sub01_01 .company li ul li:nth-child(2) {
        font-size: 20px;
        font-family: NotoSansKR;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    /*회사소개-경영방침(sub01_04)*/
    .subContents .sub01-01-left01 {
        font-family: NotoSansKR;
        font-size: 20px;
    }
    .subContents .sub_title  .circle {
        display: block;
        width: 10px; height: 10px;
        border-radius: 100%;
        border: 3px solid #65a9e1;
        float: left;
        margin: 12px 10px 0 0 ;
    }
    .subContents .sub_title  {
        font-size: 30px;
        font-family: NotoSansKR;
        font-weight: bold;
    }
    .subContents .cert .cert_con p {
        height: 60px;
        background-color: #f5f5f5;
        margin: 10px 0 30px 0;
        font-size: 18px;
        font-weight: bold;
        font-family: Pretendard;
        text-align: center;
        line-height: 60px;
    }
    .subContents .governance li ul li:first-child {
        font-size: 16px;
    }
    .subContents .governance li ul li:nth-child(2) {
        font-size: 18px;
    }
    .subContents .governance li ul li img {
        width: 100%;
    }
    .subContents .governance {
        height: 260px;
    }
    .subContents .cert .cert_con p {
        height: 60px;
        background-color: #f5f5f5;
        margin: 10px 0 30px 0;
        font-size: 13px;
        font-family: Pretendard;
        text-align: center;
        line-height: 60px;
    }
    .subContents .cert .cert_con:last-child {
        margin-bottom: 100px;
    }
    .subContents .adress {
        margin-bottom: 100px;
    }
    .subContents .adress li ul li:first-child {
        font-size: 14px;
        color: #65a9e1;
        font-family: NotoSansKR;
        margin: 0 0 10px 0;
    }
    .subContents .adress li img{
        width: 80px; height: 80px;
        margin: 0 auto;
        
    }
    .subContents .adress li ul li:nth-child(2) {
        font-size: 14px;
        font-family: NotoSansKR;
        font-weight: bold;
        margin: 0 0 10px 0;
        height: 60px;
    }
    .subContents .adress li ul li:nth-child(3) {
        font-size: 14px;
        font-family: NotoSansKR;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
}

@media all and (min-width: 769px) {


    .gnb li a {
        font-size: 20px;
    }
    .gnb li:last-child::before {
        left: 140px;
    }
    
    /*회사소개-회사개요(sub01_01)*/
    .subContents .sub-contents-greetings{
        font-family: NotoSansKR;
        font-size: 40px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -1px;
        text-align: center;
    }

    /*회사소개-경영방침(sub01_04)*/
    .subContents .governance li ul li:first-child {
        font-size: 18px;
        color: #65a9e1;
        font-family: NotoSansKR;
        margin: 0 0 10px 0;
    }
    .subContents .governance li ul li:nth-child(2) {
        font-size: 20px;
        font-family: NotoSansKR;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .subContents .sub01-01-left01 {
        font-family: NotoSansKR;
        font-size: 20px;
    }
    .subContents .sub_title  .circle {
        display: block;
        width: 10px; height: 10px;
        border-radius: 100%;
        border: 3px solid #65a9e1;
        float: left;
        margin: 12px 10px 0 0 ;
    }
    .subContents .sub_title  {
        font-size: 30px;
        font-family: NotoSansKR;
        font-weight: bold;
    }
    .subContents .adress li ul li:first-child {
        font-size: 18px;
    }
    .subContents .adress li ul li:nth-child(3) {
        font-size: 20px;
    }
    .subContents .adress li ul li:nth-child(4) {
        font-size: 20px;
    }
    .subContents .contents .con_box {
        width: 100%; height: 90px;
        background-color: #edf1f5;
        margin: 20px 0;
    }
    .subContents .contents .con_box .num {
    float: left;
    width: 50px; height: 50px;
    background-color: #65a9e1;
    border-radius: 10px;
    color: #fff;
    font-family: Pretendard;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 20px 20px;
    }
    .subContents .contents .con_box .con_txt {
        line-height: 90px;
        font-size: 18px;
    }
    .subContents .contents .con_box .con_txt01 {
        margin-top: 0px;
    }
    .subContents .contents .con_box .con_txt02 {
        margin-top: 0px;
    }

    /*회사소개-인증현황(sub01_05)*/

    .subContents .cert .cert_con>div {
        width: 33.3%;
        margin-right: 20px;
    }
    .subContents .cert .cert_con>div img {
        width: 100%;
    }
    .subContents .cert .cert_con>div:last-child {
        margin-right: 0;
    }
    .subContents .cert .cert_con p {
        height: 60px;
        background-color: #f5f5f5;
        margin: 20px 0 30px 0;
        font-size: 18px;
        font-family: Pretendard;
        text-align: center;
        line-height: 60px;
    }
    .subContents .adress {
        margin-bottom: 100px;
    }
    .subContents .adress li ul li:nth-child(2) {
        font-size: 18px;
        font-family: NotoSansKR;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
} 