.stit .lined {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #0c2c52;
    margin-top: 30px;
}
@media (max-width:768px){
    .stit .lined {
        width: 30px;
        margin-top: 20px;
    }
}

/*btit*/
.btit h3{
    position: relative;
    padding-left: 15px;
}
.btit h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    background-color: #0c2c52;
}
@media (max-width:768px){
    .btit h3{
        position: relative;
        padding-left: 12px;
    }
    .btit h3:after{
        top: 12px;
        width: 7px;
        height: 7px;
    }
}

.sub_C {
    margin-top: 10px;
}
@media (max-width:768px){
    .sub_C {
        margin-top: 7px;
    }
}

/*company_01*/
#company_01 .stit h1.f_jm{
    line-height: 1.4em;
    margin-top: 60px;
}

#company_01 .gongWrp .c_wrp .ibox{
    height: 700px;
    background: url(../img/byun.png) center center no-repeat;
    background-color: #d9dada;
}
#company_01 .gongWrp .c_wrp .tbox{
    padding: 40px 60px;
    background-color: #f2f2f2;
}
#company_01 .gongWrp .c_wrp .tbox h2 span{
    font-size: 0.7em;
}

@media (min-width:769px){
    #company_01 .gongWrp{
        box-shadow: 20px 20px 40px rgba(1,1,1,0.15);
    }
    #company_01 .gongWrp .c_wrp .tbox{
        background: url(../img/bg_byun.png) right bottom no-repeat;
        background-color: #f2f2f2;
    }
}
@media (max-width:768px){
    #company_01 .stit h1.f_jm{
        margin-top: 40px;
    }
    #company_01 .gongWrp .c_wrp .ibox{
        height: 400px;
        background-size: cover;
    }
    #company_01 .gongWrp .c_wrp .tbox{
        padding: 30px;
    }
}








/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/*company_03*/
#company_03 .stit h4{
    margin-top: 20px;
}
#company_03 .stit img{
    margin-bottom: 5px;
}
#company_03 .mapInfo {
    position: relative;
}
#company_03 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    background-size: 60px;
    padding: 10px;
    padding-left: 70px;
}
#company_03 .mapInfo .item.item2 {
    background: url(../img/map_icon3.png) left center no-repeat;
    background-size: 60px;
}
#company_03 .mapInfo .item.item3 {
    background: url(../img/map_icon2.png) left center no-repeat;
    background-size: 60px;
}
#company_03 .mapInfo .item strong {
    display: block;
}
#company_03 .time_box{
    border: 4px solid #0c2c52;
}
#company_03 .time_box .stit img{
    width: 40px;
    margin-bottom: 5px;
}
#company_03 .time_box .c_wrp .left {
    background-color: #fff;
    padding: 80px 50px;
}
#company_03 .time_box .c_wrp .right {
    background: url(../img/timetable.png) right bottom no-repeat;
    background-color: #0c2c52;
}
#company_03 .time_box .subTimetable > .time {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
#company_03 .time_box .subTimetable .time > li {
    position: relative;
    padding-left: 30%;
}
#company_03 .time_box .subTimetable .time > li .hd {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}
#company_03 .time_box .subTimetable .time > li h3,
#company_03 .time_box .subTimetable .time > li .hd > strong {
    font-weight: 300;
}
#company_03 .time_box .subTimetable .time > li .hd > strong {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#company_03 .time_box .subTimetable .time > li.overTime .hd > strong {
    font-weight: 600;
}
#company_03 .time_box .c_wrp .right ul li {
    position: relative;
    padding-left: 80px;
}
#company_03 .time_box .c_wrp .right ul li:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
#company_03 .time_box .c_wrp .right ul li a {
    text-decoration: none;
    display: block;
}
#company_03 .time_box .c_wrp .right ul li a > img {
    position: absolute;
    left: 0;
    top: 0;
}
#company_03 .time_box .c_wrp .right ul li a > h1,
#company_03 .time_box .c_wrp .right ul li a > h2 {
    font-weight: 700;
    line-height: 1em;
}
#company_03 .sec2{
    background-color: #f7f7f7;
}
#company_03 .sec2 .owl-carousel .img-thumbnail,
#company_03 .sec2 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#company_03 .sec2 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#company_03 .sec2 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#company_03 .sec2 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#company_03 .sec2 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#company_03 .sec2 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#company_03 .sec2 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#company_03 .sec2 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
@media (min-width:992px){
    #company_03 .time_box .c_wrp .left {
        width: 60%;
    }
    #company_03 .time_box .c_wrp .right {
        padding: 30px 60px;
    }
}
@media (max-width:1200px){
    #company_03 .time_box .sec1 .c_wrp,
    #company_03 .time_box .sec1 .c_wrp > div {
        width: 100%;
        display: block;
    }
}
@media (max-width:992px){
    #company_03 .time_box .c_wrp .left {
        background-color: #fff;
        padding: 20px;
    }
    #company_03 .time_box .c_wrp .right{
        padding: 30px 60px;
    }
    #company_03 .time_box .c_wrp .right ul li {
        padding-left: 50px;
    }
    #company_03 .time_box .c_wrp .right ul li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #company_03 .time_box .c_wrp .right ul li a > img {
        width: 40px;
    }
}
@media (max-width:768px){
    #company_03 .time_box .c_wrp .right{
        padding: 20px;
    }
    #company_03 .time_box .subTimetable .time > li {
        padding-left: 130px;
    }
    #company_03 .time_box .subTimetable .time > li .hd {
        width: 100px;
    }
    #company_03 .time_box .subTimetable ul > li h3 {
        font-size: 17px;
    }
    #company_03 .time_box .c_wrp .right ul li {
        padding-left: 40px;
    }
    #company_03 .time_box .c_wrp .right ul li a > img {
        width: 30px;
        top: 10px;
    }
}
@media (max-width:400px){
    #company_03 .time_box .subTimetable .time > li {
        padding-left: 70px;
    }
    #company_03 .time_box .subTimetable .time > li .hd {
        width: 55px;
    }
    #company_03 .time_box .subTimetable ul > li h3 {
        font-size: 16px;
    }
}
@media (min-width:992px){
    #company_03 .mapInfo {
        margin-top: 20px;
        padding-left: 340px;
    }
    #company_03 .mapInfo > h3 {
        position: absolute;
        left: 0;
        top: -1px;
        padding-top: 10px;
        width: 280px;
    }
}
@media (max-width:1400px) and (min-width:992px){
    #company_03 .mapInfo {
        padding-left: 250px;
    }
    #company_03 .mapInfo > h3 {
        width: 200px;
    }
}
@media (max-width:768px){
    #company_03 .stit img{
        width: 15px;
    }
    #company_03 .time_box .stit img{
        width: 25px;
        margin-bottom: 0px;
    }
}

@media (max-width:768px) and (min-width:501px){
    #company_03 .mapInfo {
        padding-top: 20px;
    }
    #company_03 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px;
        padding-top: 50px;
        background-position: center top !important;
        text-align: center;
    }
    #company_03 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #company_03 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
}
@media (max-width:500px){
    #company_03 .mapInfo ul li {
        width: 100% !important;
        border-bottom: 1px dashed #ddd;
    }
    #company_03 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}


/* lastInfo */
.lastInfo {
    border: 1px solid #ddd;
    padding: 50px;
    background-color: #f7f7f7;
}

@media (min-width:769px){
    .lastInfo > .cont {
        position: relative;
        padding-left: 650px;
    }
    .lastInfo > .cont > .contTit {
        position: absolute;
        left: 0;
        top: 0;
        width: 600px;
        padding-left: 80px;
    }
    .lastInfo > .cont > .contTit:before {
        position: absolute;
        content: "";
        background: url(../img/info_bg.png) left center no-repeat;
        left: 0;
        top: 0;
        width: 65px;
        height: 65px;
    }
    .lastInfo > .cont ul {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-around;
    }
}
@media (max-width:768px){
    .lastInfo {
        padding: 20px;
    }
    .lastInfo > .cont ul li {
        margin: 20px 0;
    }
}

/*step_box*/
.step_box {
    border: 2px solid #ddd;
    padding: 35px 20px;
    text-align: center;
}
.step_box h3 span {
    border-bottom: 1px solid #0c2c52;
}
.step_box .step_head{
    margin: 15px 0;
}
@media (max-width:768px){
    .step_box {
        border: 1px solid #ddd;
        padding: 25px 15px;
    }
    .step_box .step_head{
        margin: 10px 0;
    }
}

/*bd_box*/
.bd_box{
    border: 1px solid #ddd;
    padding: 30px;
}
@media (max-width:768px){
    .bd_box{
        padding: 20px;
    }
}

@media (min-width:769px){
    .fee_wrp > li{
        float: left;
        margin: 0 10px;
    }
}
@media (max-width:768px){
    .fee_wrp > li{
        width: 100%;
        text-align: center;
    }
}

/*test_03*/
#test_03 .step_wrp .step_cont h5{
    font-size: 18px;
}
@media (max-width:768px){
    #test_03 .step_wrp .step_cont h5{
        font-size: 14px;
    }
}

/*test_04*/
#test_04 h5.ex{
    background-color: #2272d1;
    padding: 5px 20px;
    display: inline-block;
}
@media (max-width:768px){
    
}

/*down_btn*/
a.down_btn{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #0c2c52;
}
a.down_btn img{
    width: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media (max-width:768px){
    a.down_btn{
        font-size: 14px;
        padding: 7px 20px;
    }
    a.down_btn img{
        width: 14px;
    }
}

/*shap_wrp*/
.shap_wrp > li{
    display: inline-block;
    background-color: #f7f7f7;
    padding: 10px 30px;
    border-radius: 50px;
}
.shap_wrp > li:not(:last-child){
    margin-right: 5px;
}

@media (max-width:768px){
    .shap_wrp > li{
        padding: 7px 20px;
    }
    .shap_wrp > li:not(:last-child){
        margin-right: 3px;
    }
}

/*way_wrp*/
.way_wrp > li{
    padding: 30px 0;
}
.way_wrp > li:nth-child(even){
    background-color: #f7f7f7;
}
.way_wrp .way_box .c_wrp .ibox{
    text-align: center;
}
.way_wrp .way_box .c_wrp .tbox{
    padding: 50px;
}
.way_wrp .way_box .c_wrp .tbox p{
    
}
.way_wrp .way_box .c_wrp .tbox h4{
    margin-top: 20px;
}
.way_wrp .way_box .c_wrp .tbox h5{
    margin-top: 10px;
}

@media (min-width:768px){
   
}
@media (max-width:768px){
    
}


#elect a{
    text-decoration: none;
    color: #000;
}





