.main-sec {padding: 100px 0;}
.main-sec .htitle {width: 100%; margin-bottom: 50px;}
.htitle h1 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 auto 10px;
    color: #333;
    text-transform: uppercase;
}
.htitle p {
    font-size: 18px!important;
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 300;
}

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






/*메인-product*/
#mainproduct .row > div {position: relative;}
#mainproduct ul {position: relative;}
#mainproduct .row > div > ul > li:first-child{position: relative;}
#mainproduct .row > div > ul > li:last-child{
    display: block;
    padding: 50px 0;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: rgba(241, 165, 1, .5);
}
#mainproduct .txtwrap li {color: #fff;}
#mainproduct .txtwrap h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
#mainproduct .gobtn { position: relative;}
#mainproduct .gobtn a{
    position: relative;
    width: 150px;
    color: #fff;
    display: inline-block;
    text-align: left;
    padding: 5px 20px;
    border: 1px solid #fff;
}
#mainproduct .gobtn a::after{
    content: "";
    position: absolute;
    width: 26px;
    height: 17px;
    background: url(more_arrow.png) center center no-repeat;
    right: 30px;
    top: 12px;
    transition: all 0.5s;
}
#mainproduct .gobtn a:hover {background: rgba(255, 255, 255, .2);}
#mainproduct .gobtn a:hover:after{
    right: 20px;
}

#mainproduct ul li.imgarea{overflow: hidden;}
#mainproduct 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;
}
#mainproduct .row > div: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);
}  


/*메인-company*/
#maincompany .comp-wrap {width: 100%; position: relative; display: flex;}
#maincompany .comp-wrap::after {display:block; clear:both; content:""; }
#maincompany .comp-wrap > li {position: relative; width: 50%;}
#maincompany .leftcomp{position: relative;}
#maincompany .leftcomp img {object-fit: cover; height: 100%;}
#maincompany .rightcomp{
    position: relative;
    background: url(../img/m00-c02.jpg) center center no-repeat;
    background-size: cover;
    text-align: left; 
    display: flex;
    align-items: center;
}

.rightcomp .textwrap {max-width: 560px; padding: 50px 0 30px 30px}
#maincompany .rightcomp h2 {font-size: 43px; color: #333; margin-bottom: 30px; font-weight: 600;}
#maincompany .rightcomp h3 {font-size: 30px; color: #f18e01; margin-bottom: 10px; font-weight: 500; word-break: keep-all;}
#maincompany .rightcomp p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
}
.rightcomp .detailbtn a {
    background: #f1a501;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 25px;
}
.rightcomp .detailbtn a span {
    margin-left: 10px;
    font-size: 22px;
    font-family: 'Lato';
}
.rightcomp .detailbtn a:hover {background: #ffc23e; transition: all .3s;}


/*메인-공지사항*/
#maincustomer h3 {
    font-family: 'Lato'!important;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    margin-bottom: 5px!important;
    text-align: left;
}
#maincustomer .container .cont-wrap {position: relative;border: 1px solid #e3e3e3; padding: 40px 30px; min-height: 230px;}

#maincustomer .board_output td {
    font-weight: 300;
    padding: 0px 0 0!important;
}
#maincustomer .board_output a {padding-left: 0px!important; display: block;}
#maincustomer .notice-area table a:hover {
    color: #0669bf!important;
}

#maincustomer .mid-btn > li {
    text-align: center;
    width: 50%; 
    float: left;
    padding: 0 10px;
}
#maincustomer .mid-btn > li a:hover{
    opacity: .7;
    transition: .2s;
}
#maincustomer .mid-btn > li:first-child a {
    background: url('../img/yellowbg.jpg') center center no-repeat;
    background-size: cover;
}
#maincustomer .mid-btn > li:nth-child(2) a {
    background: url('../img/blackbg.jpg') center center no-repeat;
    background-size: cover;
}

#maincustomer .mid-btn > li a{
    padding: 50px 0;
    display: block;
    width: 100%; 
    min-height: 230px;
}
#maincustomer .mid-btn li p{
    font-family: 'Noto Sans CJK KR';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
}


span.more {
    position: absolute;
    width: 35px; height: 35px;
    background: url('goto-btn.png') center no-repeat;
    top: 30px;
    right: 30px;
    text-transform: uppercase;
}
span.more a {
    display: block;
    width: 100%; height: 100%;
    font-family: 'Roboto'!important;
    font-size: 0.0001em;
    color: transparent;
}
span.more:hover {background-color: rgba(239, 163, 1, 1); transition: .3s;}

#maincustomer .board_output {width: 100%!important;}
#maincustomer .board_output .board_output_1_tr td:last-child {text-align: right;}
#maincustomer .board_output_1_tr td:first-child {color: #f1a501;}

.gote-area {padding-top: 10px;}
.tel-wrapper li:nth-child(1) {
    font-size: 36px;
    font-family: 'Montserrat'!important;
    font-weight: 700;
    color: #f18301 ;
    line-height: 1.1;
    margin-bottom: 10px;
}
.tel-wrapper li:nth-child(2) {
    font-size: 18px;
    font-family: 'Montserrat'!important;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #222;
}
.tel-wrapper li:nth-child(3) {
    font-family: 'Montserrat'!important;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}
.tel-wrapper li span {
    font-weight: 600;
}
#maincustomer .cs-center .cont-wrap{
    background: url('../img/csbg.jpg') center center no-repeat;
    background-size: cover;
}

.goto-btns ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    justify-content: space-between;
}
.goto-btns a {
    display: block;
    padding: 5px;
    border: 1px solid #0669bf ;
    color: #0669bf ;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.04em;
}
.goto-btns a:hover {
    background-color: #0669bf ;
    color: #fff;
}


@media screen and (max-width: 1200px){
    #maincustomer .container .cont-wrap {margin: auto;}
    #maincustomer .container .notice-area .cont-wrap{margin-bottom: 30px;}
    #maincustomer .container .cont-wrap {padding: 30px 25px;}
    .gote-area {padding-top: 0;}
    .tel-wrapper li:nth-child(1) {font-size: 32px;}

    #mainproduct .txtwrap h2 {font-size: 28px;}

}






@media screen and (max-width: 1024px){
    
    .tel-wrapper li {padding-right: 17px;}
/*    .tel-wrapper li:nth-child(1) a {font-size: 2em; position: relative;}*/
    .tel-wrapper li:nth-child(2) {border: none;}
    .tel-wrapper li:nth-child(3) {font-size: 1em;}
    .goto-btns ul {flex-direction: row; margin-top: 30px;}
    .goto-btns ul li {width: 33%;}
    
    #mainproduct .txtwrap h2 {font-size: 24px;}
    #mainproduct .row > div > ul > li:last-child {padding: 40px 0;}
    
    #maincompany .rightcomp h2 {font-size: 38px;}
    #maincompany .rightcomp h3 {font-size: 26px;}
    #maincompany .rightcomp p {font-size: 16px;}

    
}










@media screen and (max-width: 991px){
    #maincustomer .mid-btn li p {
        font-size: 20px;
    }
    .tel-wrapper li:nth-child(1) {font-size: 30px;}
}


@media screen and (max-width: 768px){
    
    .main-sec .htitle {margin-bottom: 30px;}
    .htitle h1 {font-size: 2.5em;}
    .htitle p  {font-size: 1em!important;}
    #mainproduct .row > div > ul > li:last-child {padding: 30px 0;}
    
    #maincompany .comp-wrap {display: block;}
    #maincompany .comp-wrap > li {width: 100%;}
    #maincompany .rightcomp {text-align: center;}
    
    .rightcomp .textwrap {width: 100%; max-width: none; padding-left: 8%; padding-right: 8%;}
    
    
}























@media screen and (max-width: 575px){
    
    .htitle h1 {font-size: 2.2rem; 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;}

    #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: #ccc;
        padding: 5px;
        margin-top: 30px;
        color: #fff;
        font-size: 16px;
    }
    span.more a:hover {background: rgba(239, 163, 1, 1);}
    .tel-wrapper li {text-align: center;}
    
    #maincustomer .cs-center{
        margin-top: 30px;
    }
    
    #maincompany .rightcomp h2 {font-size: 32px;}
    #maincompany .rightcomp h3 {font-size: 22px;}
    #maincompany .rightcomp p {font-size: 16px;}
    
    
    
    
    
    
    
}
