.main-sec {padding: 90px 0;}
.main-sec .htitle {width: 100%; margin-bottom: 50px;}
.htitle h1 {
    font-size: 40px;
    font-weight: 800;
    margin: 10px auto 20px;
    color: #222;
    text-transform: uppercase;
}

.htitle h2{
    font-size: 30px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}
.htitle p {
    font-size: 16px ;
    color: #333;
}

.more_button{
    display: block;
    width: 180px;
    padding: 10px 30px;
    color: #fff;
    background: #d7b213;
    border: 1px solid #d7b213;
    text-align: center;
}

.more_button:hover{
    background: #fff;
    color: #d7b213;
}

.more_w{
    border-color: #fff;
}
@media screen and (max-width: 768px){
    .main-sec {padding: 60px 0;}


}






/*메인-company*/
#maincompany .row > div {position: relative; padding: 0;}
.main_company_text{
    text-align: left;
}

.main_company_text::after{
    content: "";
    width: 200px;
    height: 200px;
    background: #d7b213;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main_company_img img{
    width: 100%;
}

.main_company_img::before{
    content: "Bsis";
    font-family: "Bauhaus 93";
    font-size: 80px;
    position: absolute;
    bottom: 100px;
    left: -50px;
    color: #fff;
}


#mainproduct ul{
    display: flex;
    column-gap: 15px;
    text-align: center;
}



#mainproduct ul li{
    transition: 0.3s all;
    flex-grow: 1;
}

#mainproduct ul li:hover{
    opacity: 0.7;
}

#mainproduct ul li h2{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-top: 20px;
}

/*메인-공지사항*/
#maincustomer h3 {
    font-family: 'Roboto'!important;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px!important;
}
#maincustomer .container .cont-wrap {position: relative;border: 1px solid #e3e3e3;padding: 40px; min-height: 305px;}
#maincustomer h3 {
    font-family: 'Roboto'!important;
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px!important;
    text-align: left;
}
#maincustomer .board_output td {
    font-weight: 300;
    padding: 7px 0 0!important;
}
#maincustomer .board_output a {padding-left: 10px!important; display: block;}
#maincustomer .notice-area a:hover {
    color: #f3090d!important;
}

span.more {
    position: absolute;
    top: 45px;
    right: 40px;
    text-transform: uppercase;
}
span.more a {
    display: block;
    font-family: 'Roboto'!important;
    font-size: 15px;
    color: #666666;
}
#maincustomer .board_output {width: 100%!important;}
#maincustomer .board_output .board_output_1_tr td:last-child {text-align: right;}


/*메인-CUSTOMER CENTER*/
.gote-area {padding-top: 10px;}
.tel-wrapper li:nth-child(1) a, .tel-wrapper li:nth-child(2) a {
    font-size: 36px;
    font-family: 'Roboto'!important;
    font-weight: 600;
    color: #f3090e;
    line-height: 1.1;
}
.tel-wrapper li:nth-child(3) {
    font-size: 28px;
    font-family: 'Roboto'!important;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #6d6d6d;
    line-height: 1.8;
    border-bottom: 1px solid #d0d0d0;
}
.tel-wrapper li:nth-child(4) a {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    padding-top: 10px!important;
    display: block;
}
.goto-btns ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: space-between;
}
.goto-btns a {
    display: block;
    padding: 10px;
    border: 1px solid #f3090e;
    color: #f3090e;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.04em;
}
.goto-btns a:hover {
    background-color: #f3090e;
    color: #fff;
}

.map_wrap{
    position: relative;
}

#mainlocation .content_wrap{
    z-index: 9999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #d7b213;
    color: #fff;
    padding: 70px;
}

#mainlocation .content_wrap h2{
    color: #fff;
    margin-bottom: 30px;
}

#mainlocation .content_wrap ul {
    margin-bottom: 30px;
}

#mainlocation .content_wrap ul li{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#mainlocation ul li span{
    display: inline-block;
    width: 80px;
    opacity: 0.7;
}

#mainlocation a.more_button{
    display: inline-block;
}

#mainlocation a.more_button:nth-child(2){
    margin-left: 10px;
}

@media screen and (max-width: 1200px){
    #maincustomer .container .cont-wrap {max-width: 600px; margin: auto;}
    #maincustomer .container .cont-wrap {min-height: 1px;}
    #maincustomer .container .notice-area .cont-wrap{margin-bottom: 30px;}
    .tel-wrapper ul {display: flex; flex-wrap: wrap; justify-content: center;}
}






@media screen and (max-width: 1024px){
    
    .tel-wrapper li {display: inline-block; padding-right: 17px;}
    .tel-wrapper li:nth-child(1) a, .tel-wrapper li:nth-child(2) a {font-size: 2em; position: relative;}
    .tel-wrapper li:nth-child(1) a::before {
        content: "/";
        position: absolute;
        right: -15px;
    }
    .tel-wrapper li:nth-child(3) {border: none;font-size: 1.4em;}
    .tel-wrapper li:nth-child(4) {font-size: 1em;}
    .goto-btns ul {flex-direction: row; margin-top: 30px;}
    .goto-btns ul li {width: 33%;}
    
    
    
    
    
    
}










@media screen and (max-width: 768px){
    
    .main-sec .htitle {margin-bottom: 30px;}
    .htitle h1 {font-size: 2.5em;}
    .htitle p  {font-size: 1em!important;}
    
/*
    #maincompany .row {padding: 0 10px;}
    #maincompany .row > div {padding: 0;}
*/
    #maincompany .copmany-txt {left: 0; text-align: center; width: 100%;}
    #maincompany .row:nth-child(2) > div::before {right: 30px;}
    #maincompany ul.copmany-txt li {max-width: 85%; margin: auto;}
    #maincompany ul.copmany-txt li br {display: none;}
    
    
    .main_company_text::after, .main_company_img::before{
        display: none;
    }

    #main_slide .slide_txtarea h2 span{
        font-size: 2.5rem !important;
    }
    
}



@media screen and (max-width: 425px){
    #mainproduct ul{
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
    }

    #mainproduct ul li{
        flex-basis: 49%;
        flex-basis: 47%;
    }

    #mainlocation .content_wrap{
        padding: 20px;
    }

    #mainlocation ul li{
        font-size: 16px !important;
    }

    #mainlocation ul li span{
        width: 71px;
    }

    .more_button{
        width: 150px !important;
    }

    #mainlocation .content_wrap{
        left: 0;
    }

    .root_daum_roughmap .wrap_map{
        height: 300px !important;
    }


}























@media screen and (max-width: 575px){
    
    .htitle h1 {font-size: 2.5rem; word-break: keep-all;margin-bottom: 0;}
    .htitle p {font-size: 1rem!important; line-height: 1.5; word-break: keep-all;}
    
    #maingallery {background-attachment: fixed;}
    #maincompany .row > div {margin-bottom: 30px;}
    #maincompany .row > div:last-child {margin-bottom: 0px;}
    #maincompany .copmany-txt li {text-align: left; max-width: 80%; word-break: keep-all;line-height: 1.5;}
    #maincompany .copmany-txt li h2 {margin-bottom: 10px;}
    
    
    #maincustomer .container .cont-wrap {padding: 30px 20px;}
    #maincustomer .board_output a,
    #maincustomer .board_output .board_output_1_tr td:last-child
    {font-size: 13px!important;}
    #maincustomer .board_output a {padding-left: 2px!important;}
    #maincustomer h3 {margin-bottom: 0px!important;text-align: center;}
    .tel-wrapper li:nth-child(1) a::before {display: none}
    .tel-wrapper li:nth-child(4) a {padding-top: 0px!important;}
    .goto-btns ul {flex-wrap: wrap;}
    .goto-btns ul li {width: 100%;}
    span.more {position: static; text-align: center;}
    span.more a {background: #ddd; padding: 5px; margin-top: 30px;}
    
    
    
    
    
    
    
}