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


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






/*메인-company*/
#maincompany .row > div {position: relative;}

/*메인-갤러리슬라이드*/
/* #maingallery {
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    background: url(maingallery_bg.jpg) center center no-repeat;
    background-size: cover;
} */




/*메인-공지사항*/
#maincustomer .container .cont-wrap {position: relative;border: 1px solid #e3e3e3;padding: 40px; min-height:1px;}
#maincustomer h3 {
    font-size: 26px;
    color: #222;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
#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: 40px;
    right: 40px;
    text-transform: uppercase;
}
span.more a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #d41717;
    position: relative;
    padding-right: 30px;
}

span.more a::after{
    content: url("more_arrow2.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#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; font-size: 18px; font-weight: 600; color: #222;}
.tel-wrapper li:nth-child(1) a, .tel-wrapper li:nth-child(2) a {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
}




@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;}
    
    
    
    
}























@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;}
    
    
    
    
    
    
    
}