
/* subCon */
#subCon > #leftNav > .con > .lnbTit {
     color: #fff;
     z-index: 3;
     position: relative;
}
#subCon > #leftNav > .con > .lnbTit span {
    display: block;
    padding: 35px 20px 55px;
    text-align: center;
    background: linear-gradient(-90deg, #f57f1f, #7ac142);
    border-radius: 30px 30px 0 0;
}
#subCon > #leftNav > .con > .dropdw-menu {
    padding: 30px 20px;
    margin-top: -25px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #ddd;
}
#subCon > #leftNav > .con > .dropdw-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
#subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn {
    font-size: 20px;
    font-weight: 300;
    color: #888;
    display: block;
    line-height: 1em;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
 }
 #subCon > #leftNav > .con > .dropdw-menu > li.act {
    background-color: #fcfcfc;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn {
    color: #000;
    font-weight: 500;
    background-color: #fff;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn.lnb-toggle {
    border-bottom: 1px solid #ddd;
    border-bottom: 2px solid #222;
}
#subCon > #leftNav > .con > .dropdw-menu > li > .lnbMn.lnb-toggle:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    background: url(../img/lnb_pls.png) right center no-repeat;
    width: 15px;
    opacity: 0.4;
}
#subCon > #leftNav > .con > .dropdw-menu > li.act > .lnbMn.lnb-toggle:after {
    opacity: 1;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw {
    padding: 5px 0;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li {
    padding: 0 15px;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a {
    padding: 10px 5px;
    display: inline-block;
    line-height: 1em;
    font-size: 17px;
    text-decoration: none;
    font-weight: 300;
    color: #888;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a,
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a {
    color: #000;
    font-weight: 400;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    height: 30%;
    width: 100%;
    border-radius: 50px;
    background-color: #fff098;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li:hover > a:after,
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li.act > a:after {
    opacity: 1;
}
#subCon > #leftNav > .con > .dropdw-menu .dropdw > li > a span {
    position: relative;
    display: inline-block;
    padding: 0px 5px;
    z-index: 3;
}
#subCon > #rightBox .rtTit {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    padding-left: 12px;
    position: relative;
}
#subCon > #rightBox .rtTit:after {
content: "";
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
background-color: #59a03b;
}
@media (min-width:992px) and  (min-height:600px) {
    #subCon {
        min-height: 600px;
    }
}
@media (min-width:992px) and  (max-height:600px) {
    #subCon {
        min-height: 600px;
    }
}
@media (min-width:992px) {
    #subCon {
        position: relative;
        padding-left: 350px;
    }
    #subCon > div > .con {
        padding-top: 40px;
    }
    #subCon > #rightBox {
        min-height: 600px;
    }
    #subCon > #leftNav {
        position: absolute;
        width: 350px;
        padding-right: 50px;
        left: 0;
        top: 0;
    }
    #subCon.noLeft {
        padding-left: 0;
    }
    #subCon.noLeft > #leftNav {
        display:none;
    }
    #subCon.noLeft > #rightBox {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width:992px) {
    #subCon > #leftNav {
        display: none;
    }
    #subCon > #rightBox {
        padding: 20px 0;
    }
}

/* sitecon */
.sitecon .dashed {
    height: 11px;
    width: 2px;
    background-color: rgba(111, 111, 111, .2);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}

/* company1 */
#company1 .com1_represent_wrp {
    align-items: flex-start;
    flex-wrap: wrap;
}
#company1 .com1_represent_wrp .rt {
    width: calc(100% - 270px);
}
#company1 .com1_represent_wrp .lft{
    width: 250px;
    padding-right: 20px;
}
#company1 img {
    border-radius: 10px;
}
@media (max-width:768px) {
    #company1 .com1_represent_wrp .rt {
        width: calc(100% - 120px);
        order: 1;
    }
    #company1 .com1_represent_wrp .lft {
        order: 2;
        width: 110px;
        padding-left: 10px;
    }
    #company1 .com1_represent_wrp .rt2 {
        order: 3;
        width: 100%;
        margin-left: 0;
    }
}

/* hisList */
.hisTop {
    position: relative;
    z-index: 5;
}
.hisTop span {
    display: inline-block;
    padding: 6px 40px 4px;
    border-radius: 100px;
    background-color: #72bf43;
    color: #fff;
}
.hisList {
    position: relative;
    padding: 20px 0;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background-attachment: fixed;
    background-color: #999999;
    top: 0;
    height: 100%;
    width: 1px;
}
.hisList > li {
    margin: 30px 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: 30px 0;
}
.hisList > li ul li .hcon {
    display: flex;
    gap: 8px;
    font-weight: 400;
}
.hisList > li ul li .hcon + .hcon {
    margin-top: 8px;
}
.hisList > li ul li .hCon {
    position: relative;
    padding-left: 100px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li .hCon: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 .hCon > .yyyy {
    position: absolute;
    left: 30px;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
    font-size: 1.1em;
}
@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 .hCon {
        padding-right: 100px;
        padding-left: 0;
    }
    .hisList.even > li ul li .hCon > .yyyy {
        left: auto;
        right: 30px;
    }
    .hisList.even > li ul li .hCon > strong {
        left: auto;
        right: 0;
    }
    .hisList.even > li ul li .hCon: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 > li .hcon .cc {
        padding-right: 15px;
    }
    .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 .hCon > .yyyy {
        left: 10px;
    }
    .hisList > li {
        padding-left: 20px;
    }
    .hisList > li ul li .hCon {
        padding-left: 70px;
    }
    .hisList > li ul li .hCon:after {
        left: -21px;
        width: 5px;
        height: 5px;
        top: 6px;
    }
}

/* 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;
}

/* company3 */
#company3 .imgBox {
    background-color: #fbfdf5;
}


/* 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;
    }
}

/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* comInfos */
.comInfos .ifItem {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcfcfc;
}
.comInfos .ifItem .cc {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: #f7fdf6; */
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #111;
}
@media (max-width:768px) {
    .comInfos .ifItem {
        border-radius: 10px;
        padding: 20px;
    }
    .comInfos .ifItem .cc {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
