.main-sec {
    padding-top: 80px;
    height: 100vh;
}

.main-sec .htitle {
    width: 100%;
    margin-bottom: 50px;
}

.htitle h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 20px;
    color: #373737;
    text-transform: uppercase;
}

.htitle p {
    font-size: 20px !important;
    color: #666666;
    margin-bottom: 20px;
}


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



/* 메인 company */

.company_wrap .col-md-6 {
    padding: 0;
}

.company_bg {
    background: url(company_bg.png);
    background-size: cover;
    height: 100vh;
    padding-top: 80px;
}

.company_top,
.company_bottom {
    align-self: center;
}

.company_top {
    height: 51vh;
    padding: 80px 0 40px 100px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.company_top .htitle {
    margin-bottom: 60px;
}

.company_top .nav-tabs {
    justify-content: flex-start;
    border-bottom: none !important;
    column-gap: 50px;
    margin: 0 !important;
}

.company_top .nav-tabs .nav-link {
    font-size: 30px;
    margin: 0;
    padding: 0 5px 10px 5px !important;
    border-bottom: 3px solid transparent;
}

.company_top .nav-tabs .nav-link.active,
.company_top .nav-link:hover {
    color: #222 !important;
    border-bottom: 3px solid #222 !important;
}

.company_bottom {
    height: 49vh;
}

.company_bottom .tab-content {
    height: 100%;
}

#company1 {
    background: #118310 url(company_bg2.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-left: 100px;
    color: #fff;
}

#company1 .htitle h1,
#company1 .htitle p,
#company2 .htitle h1,
#company2 .htitle p {
    color: #fff;
}

#company1 ul,
#company2 ul {
    margin-top: 50px;
    display: flex;
    column-gap: 20px;
}

#company1 ul li,
#company2 ul li {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    font-size: 16px;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 2px solid #fff;
}

#company2 {
    background: #0078ff url(company_bg2.png) no-repeat right bottom;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-left: 100px;
    color: #fff;
}

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



/* 메인 제품소개 */
.product_bg {
    background: url(product_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
}



.product_slide1 {
    background: url(product_slide1.png) no-repeat;
    background-size: cover;
}

.product_slide2 {
    background: url(product_slide2.png) no-repeat;
    background-size: cover;
}

.product_slide3 {
    background: url(product_slide3.png) no-repeat;
    background-size: cover;
}

.product_slide4 {
    background: url(product_slide4.png) no-repeat;
    background-size: cover;
}

.product_slide5 {
    background: url(product_slide5.png) no-repeat;
    background-size: cover;
}

.product_slide6 {
    background: url(product_slide6.png) no-repeat;
    background-size: cover;
}

.product_slide li a{
    color: #fff;
}


.product_slide li{
    border-radius: 10px;
    height: 420px;
    margin-right: 20px;
    padding: 30px;
}

.product_slide li a{
    display: flex !important;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    flex-flow: column;
}

.product_slide li h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_slide li p{
    font-size: 20px;
    margin-bottom: 35px;
}

.product_wrap{
    padding-top: 30px;
}

.product_slide_wrap{
    position: relative;
    z-index: 20;
    width: 1080px;
    margin-top: 50px;
    margin-left: 160px;
}

.mainproduct .more_button{
    display: flex;
    width: 180px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.product_slider_arrow{
    position: absolute;
    display: flex;
    right: 54%;
    top: 30%;
    column-gap: 10px;
}

.product_slider_arrow p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
}


.maininfo{
    background: url(cscenter_bg.png) no-repeat;
    background-size: center;
}

.maininfo .htitle{
    margin-top: 30px;
}

.notice_wrap{
    display: flex;
    margin-top: 100px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #333;
}

.notice_wrap .board_output_7_tr td:first-child{
    display: none;
}

.notice_title{
    width: 20%;
    padding: 30px 0;
}

.notice_title h2{
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.notice_table{
    width: 80%;
}

.notice_wrap .output_table tbody{
    display: flex;
    height: 100%;
}

.notice_wrap .output_table tbody .board_output_7_tr{
    display: flex;
    flex-flow: column;
    flex-basis: 33.3%;
    align-items: flex-start;
    height: 100%;
    border-left: 1px solid #666;
    padding: 20px;
}

.notice_wrap .output_table tbody .board_output_7_tr td:nth-child(2){
    margin: 10px 0;
}

.notice_wrap .output_table tbody .board_output_7_tr td:nth-child(2) a{
    font-size: 20px !important;
    font-weight: 700;
    color: #222 !important;
}

.notice_wrap .output_table tbody .board_output_7_tr td:nth-child(3){
    margin-bottom: 20px;
    font-size: 16px;
    flex-grow: 1   ;
}

.notice_wrap .output_table tbody .board_output_7_tr td:nth-child(4){
    font-size: 14px;
    padding-bottom: 20px;
}


.notice_wrap .board_output, .notice_wrap .output_table{
    height: 100%;
}

.notice_wrap .more_button{
    margin-top: 50px;
    display: flex;
    width: 180px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.quick_wrap{
    margin-top: 100px;
}

.quick_wrap ul{
    display: flex;
}

.quick_wrap ul li{
    flex-grow: 1;
    text-align: center;
}

.quick_wrap ul li img{
    height: 60px;
}

.quick_wrap ul li h2{
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

#footerarea, #footerarea .fp-tableCell{
    height: 425px !important;
}

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







}