:root {
	--sub-border-radius30: 30px; 
	--sub-border-radius20: 20px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius30: 15px;
        --sub-border-radius20: 10px;
    }
}
/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background-color: #e52020;
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 5px;
    }
}


/* company1 */
#company1 .sec1 {
    background: url(../img/company1_bg1.jpg) right center no-repeat;
    background-size: cover;
    height: 900px;
    display: flex;
    align-items: center;
}
#company1 .sec2 {
    position: relative;
}
#company1 .sec2 .comSym {
    position: absolute;
    right: 0;
    top: -38px;
    z-index: 1;
    max-width: 30vw;
}
#company1 .sec2 .container {
    position: relative;
    z-index: 4;
}
#company1 .sec2 .sign {
    gap: 20px;
}
@media (max-width:992px){
    #company1 .sec1 {
        height: 600px;
    }
}
@media (max-width:768px){
    #company1 .sec1 {
        height: 400px;
    }
}


/* underLined */
.underLined {
    display: inline-block;
    position: relative;
}
.underLined:after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    height: 50%;
    width: calc(100% + 20px);
    background-color: #fff2c3;
}
.underLined .txt {
    position: relative;
    z-index: 2;
}

/* hisList */
.hisTop {
    position: relative;
    z-index: 5;
}
.hisTop span {
    display: inline-block;
    padding: 4px 40px;
    border-radius: 100px;
    background-color: #111;
    color: #fff;
}
.hisList {
    position: relative;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background-attachment: fixed;
    background-color: #999999;
    top: 0;
    height: 100%;
    width: 1px;
}
.hisList > li {
    margin: 70px 0;
    position: relative;
    z-index: 3;
}
.hisList > li .yStandards {
    position: absolute;
    left: -40px;
    transform: translate3d(-100%, -25%, 0);
    color: #666;
}
.hisList > li ul {
    margin-top: 20px;
}
.hisList > li ul li {
    margin: 25px 0;
}
.hisList > li ul li .hcon {
    display: flex;
    gap: 8px;
    font-weight: 400;
}
.hisList > li ul li .hcon + .hcon {
    margin-top: 12px;
}
.hisList > li ul li h5 {
    position: relative;
    padding-left: 160px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li h5:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    height: 7px;
    width: 7px;
    /* border: 8px solid #fff; */
    background-color: #999999;
    border-radius: 50%;
    transform: translateX(-50%);
}
.hisList > li ul li h5 > .yyyy {
    position: absolute;
    left: 30px;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
    font-size: 1.2em;
}
@media (min-width:768px){
    .hisList > li {
        width: 50%;
    }
    .hisList:not(.even) > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisList.even > li {
        padding-left: 0;
        text-align: right;
    }
    .hisList.even > li ul li h5 {
        padding-right: 160px;
        padding-left: 0;
    }
    .hisList.even > li ul li h5 > .yyyy {
        left: auto;
        right: 30px;
    }
    .hisList.even > li ul li h5 > strong {
        left: auto;
        right: 0;
    }
    .hisList.even > li ul li h5:after {
        left: auto;
        right: 0;
        transform: translateX(50%);
    }
    .hisList.even > li .yStandards {
        position: absolute;
        left: auto;
        right: -40px;
        transform: translate3d(100%, -25%, 0);
    }
    .hisList.even > li .hcon {
        justify-content: flex-end;
    }
    .hisList.even > li .hcon .hh {
        order: 2;
    }
    .hisList.even > li .hcon .cc {
        order: 1;
    }
}
@media (max-width:768px){
    .hisTop {
        text-align: left;
    }
    .hisTop span {
        border-radius: 0 40px 40px 0;
    }
    .hisList:after {
        background: #eee;
        left: -2px;
    }
    .hisList > li {
        margin: 30px 0;
    }
    .hisList > li ul li {
        margin: 15px 0;
    }
    .hisList > li ul li h5 > .yyyy {
        left: 10px;
    }
    .hisList > li {
        padding-left: 20px;
    }
    .hisList > li ul li h5 {
        padding-left: 70px;
    }
    .hisList > li ul li h5:after {
        left: -21px;
        width: 5px;
        height: 5px;
        top: 6px;
    }
}

/* lcsImgs */
.lcsImgs .img {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: var(--sub-border-radius20);
}
.lcsImgs .txt {
    height: 140px;
}
.lcsImgs .txt .lcsName {
    line-height: 1.4em;
}
@media (max-width:768px){
    .lcsImgs .img {
        padding: 8px;
    }
    .lcsImgs .txt {
        height: 70px;
    }
}

/* company4 */
#company4 .orgImg {
    border: 1px solid #ddd;
    padding: 50px 15px;
}

/* company5 */
.addrTop,
.addrTop .tt {
    display: flex;
    align-items: center;
    gap: 8px;
}
.addrTop .tt {
    width: 90px;
}
.addrTop .cc {
    width: calc(100% - 90px);
}
@media (max-width:768px){
    .addrTop {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .addrTop .tt {
        width: 100%;
    }
    .addrTop .tt img {
        width: 16px;
    }
    .addrTop .cc {
        width: 100%;
        font-size: 5vw;
    }
}


/* company5 */
#company5 .mapbox .root_daum_roughmap .wrap_map,
#company5 .mapbox iframe {
    height: 600px !important;
    border-radius: 0;
    overflow: hidden;
}
/* comInfo */
.comInfo .ifItem {
    display: flex;
    align-items: center;
}
.comInfo .ifItem .icon {
    width: 70px;
}
.comInfo .ifItem .txt {
    width: calc(100% - 70px);
    padding-left: 25px;
}
@media (min-width:768px){
    .comInfo .rt {
        padding-left: 40px;
        border-left: 1px solid #ddd;
    }
}
@media (max-width:768px){
    .comInfo .ifItem .icon {
        width: 50px;
    }
    .comInfo .ifItem .txt {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}


/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: rgba(150, 150, 150, 0.4);
    margin: 6rem 0;
}
.dvdHr.darken {
    background-color: rgba(150, 150, 150, 7);
}
.dvdHr.big {
    margin: 13rem 0;
}
@media (max-width:768px) {
    .dvdHr {
        margin: 4rem 0;
    }
    .dvdHr.big {
        margin: 6rem 0;
    }
}

/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #e52020;
}

/* listDecos */
.listDecos > li {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 15px 20px;
}
.listDecos > li + li {
    margin-top: 8px;
}
.listDecos > li .dft {
    position: relative;
    padding-left: 18px;
}
.listDecos > li .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
@media (max-width:768px){
    .listDecos > li .dft:after {
        top: 11px;
    }
}
/* grayDetails */
.grayDetails {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 40px 30px;
}
@media (max-width:768px){
    .grayDetails {
        padding: 25px 20px;
    }
}

/* pList */
.pList li {
    position: relative;
    padding-left: 15px;
}
.pList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background-color: #e52020;
}

/* imgBorder */
.imgBorder {
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
}

/* product1 */
#product1 .subCons .top {
    min-height: 180px;
}
/* product2 */
#product4 .subCons .img,
#product2 .subCons .img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#product4 .subCons .imgDetail,
#product2 .subCons .imgDetail {
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    border-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding: 15px;
}
/* product2_2 */
#product2_2 .subCons .img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#product2_2 .subCons .imgDetail {
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    border-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    padding: 15px;
}

/* product_tabs */
#product_tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#product_tabs a {
    text-decoration: none;
    display: block;
    color: #999;
    border: 1px solid #ddd;
    padding: 15px 40px;
    margin-left: -1px;
    margin-top: -1px;
    font-weight: 500;
    background-color: #f7f7f7;
}
#product_tabs a.act {
    border-color: #111;
    background-color: #111;
    color: #fff;
    position: relative;
    z-index: 3;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.2);
}
@media (max-width:768px){
    #product_tabs a {
        padding: 8px 20px;
    }
}

/* enPro1 */
.enPro1 {
    margin: 0 -20px;
}
.enPro1 > [class*="col-"]{
    padding: 20px;
}
.enPro1 .item .tit {
    border: 1px solid #aaa;
    border-radius: 8px;
    color: #666;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.enPro1 .item .img {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    background-color: #f7f7f7;
    margin-top: 10px;
}
.enPro1 li:not(:last-child) .item .img:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0%;
    width: 40px;
    height: 100%;
    background: url(../img/pro_arr.png) center center no-repeat;
    z-index: 8;
}
@media (max-width:768px){
    .enPro1 {
        margin: 0 -10px;
    }
    .enPro1 > [class*="col-"]{
        padding: 10px;
    }
    .enPro1 .item .tit {
        border-radius: 4px;
        padding: 8px;
    }
    .enPro1 .item .img {
        padding: 8px;
        border-radius: 4px;
        margin-top: 4px;
    }
    .enPro1 li:not(:last-child) .item .img:after {
        width: 20px;
        background-size: 14px;
    }
}


/* table_detail */
.table.table_detail {
    border-top: 2px solid #333;
}
.table.table_detail tr.topTr {
    border-top: 2px solid #666;
}
.table.table_detail tr th,
.table.table_detail tr td {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_detail thead tr th {
    font-size: 18px;
    font-weight: 700;
}
.table.table_detail.two thead tr th {
    border-width: 2px;
    border-color: #222 !important;
}
.table.table_detail tr th:first-child,
.table.table_detail tr td:first-child {
    border-left: 0px;
}
.table.table_detail tr th:last-child,
.table.table_detail tr td:last-child {
    border-right: 0px;
}
.table.table_detail tr th {
    font-weight: 500;
}
.table.table_detail thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_detail thead tr .imp {
    border: 3px solid #ff5400;
    border-bottom: 2px solid #333;
    color: #ff5400;
}
.table.table_detail tr td.imp {
    background-color: #fff9e9;
    border-left: 3px solid #ff5400;
    border-right: 3px solid #ff5400;
    font-weight: 500;
}
.table.table_detail tr:last-child td.imp {
    border-bottom: 3px solid #ff5400;
}
.table.table_detail tr td p span:not(.noColored) {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_detail tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_detail tr td p span.tit3 {
    background-color: #ebffce;
}
.table.table_detail tr th.text-left,
.table.table_detail tr td.text-left {
    text-align: left !important
}
@media (max-width:768px) {
    .table.table_detail tr th,
    .table.table_detail tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    #edu_01 .table.table_detail tr th,
    #edu_01 .table.table_detail tr td {
        word-break: break-all;
    }
    .table.table_detail thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_detail {
        width: 700px;
    }
}

/* career1 */
#career1 .sec1 {
    background: url(../img/career1_bg1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#career1 .sec1 .dot {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100px;
    width: 1px;
    background-color: #e52020;
    transform: translate3d(-50%, 50%, 0);
}
#career1 .sec1 .dot:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    transform: translate3d(-50%, -50%, 0);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: rgba(229, 32, 32, 0.2);
    z-index: 1;
}
#career1 .sec1 .dot:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    transform: translate3d(-50%, -50%, 0);
    width: 7px;
    height: 7px;
    background-color: rgba(229, 32, 32, 1);
    border-radius: 50%;
    z-index: 3;
}
@media (max-width:768px){
    #career1 .sec1 .dot {
        height: 60px;
    }
}

/* careerBox */
.careerBoxs {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-left: 0px;
    border-bottom: 0px;
}
.careerBoxs .careerBox {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.careerBoxs .careerBox > div {
    display: flex;
    align-items: center;
    height: 250px;
    padding: 0 60px;
}
.careerBoxs .careerBox .txt {
    width: calc(100% - 100px);
}
.careerBoxs .careerBox .icon {
    width: 100px;
}
@media (max-width:768px){
    .careerBoxs .careerBox {
        width: 100%;
    }
    .careerBoxs .careerBox > div {
        height: auto;
        padding: 30px 30px;
    }
    .careerBoxs .careerBox .txt {
        width: calc(100% - 50px);
    }
    .careerBoxs .careerBox .icon {
        width: 50px;
    }
}

/* btCareer */
.btCareer {
    display: flex;
    align-items: center;
    border-radius: var(--sub-border-radius20);
    background-color: #fdf8f2;
    overflow: hidden;
}
.btCareer .txt {
    padding: 0 30px 0 80px;
}
.btCareer .img {
    text-align: center;
}
.btCareer .txt,
.btCareer .img {
    width: 50%;
}
@media (max-width:768px){
    .btCareer {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .btCareer .txt {
        padding: 40px 20px 20px;
    }
    .btCareer .txt,
    .btCareer .img {
        width: 100%;
    }
}

/* halfImg */
.halfImg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.halfImg > div {
    flex-grow: 1;
}
/* halfTxt */
.halfTxt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.halfTxt > .pro_arr {
    width: 30px;
    text-align: center;
}
.halfTxt > .halfCon {
    width: calc(50% - 15px);
}
.halfTxt > .halfCon .sbj {
    padding: 10px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    background-color: #e52020;
    color: #fff;
    font-weight: 600;
}
.halfTxt > .halfCon .sbjb{
    padding: 10px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    background-color: #0000ff;
    color: #fff;
    font-weight: 600;
}
.halfTxt .btCon {
    display: flex;
    align-items: center;
    min-height: 180px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0 0 8px 8px;
}
.halfTxt .btCon > div {
    width: 100%;
}
.halfTxt .btCon li:after {
    background-color: #666;
}
@media (max-width:768px){
    .halfTxt .btCon {
        min-height: 130px;
    }
    .halfTxt .btCon li:after {
        top: 7px;
    }
}