.main-sec {padding: 90px 0;}
.main-sec .htitle {width: 100%; margin-bottom: 50px;}
.htitle h1 {
    font-family: 'Lato'!important;
    font-size: 46px;
    font-weight: 600;
    margin: 0 auto 10px;
    color: #373737;
    text-transform: uppercase;
}
.htitle p {
    font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'!important;
    font-size: 18px!important;
    letter-spacing: -0.03em;
    color: #666666;
}


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






/*메인-company*/
#maincompany .row > div {position: relative;}
ul.copmany-txt {
    position: absolute;
    left: 40px;
    bottom: 60px;
    text-align: left;
    width: auto;;
}
ul.copmany-txt li {
    font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'!important;
    color: #fff;
    font-size: 17px;
}
ul.copmany-txt li h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}
#maincompany .row:nth-child(2) > div::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 45px;
    width: 44px;
    height: 44px;
    background: url(goto-btn.png) center no-repeat;
    z-index: 100;
    cursor: pointer;
    transition: all 0.5s;
}
#maincompany .row > div:hover::before {background-color:  #f3090d;}

#maincompany ul li.imgarea{overflow: hidden;}
#maincompany ul li img{
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#maincompany a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}  





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




/*메인-공지사항*/
#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 .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;
}



@media screen and (max-width: 1024px){
    #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;
}
    .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;}
    
    
    
    
    
    
    
}