.main-sec {padding: 100px 0;}
.main-sec .htitle {width: 100%; margin-bottom: 50px;}
.htitle h1 
{font-size: 44px; font-weight: 700; margin: 0 auto 10px; color: #222; text-transform: uppercase;}
.htitle p 
{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;}
#maincompany {
    position: relative;
    background: url(companybg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#maincompany::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
#maincompany .htitle h1 {text-align: center; color: #fff;}
.companywrap {position: relative; margin-bottom: 100px;}
.compimg {overflow: hidden; position: relative;}
.compimg img {width: 100%;}
.comptext {
    color: #333;
    background: #fff;
    position: absolute;
    left: 50%; bottom: -80px;
    transform: translateX(-50%);
    width: 90%;
    padding: 30px 25px;
}
.comptext h3 {font-size: 1.3rem; font-weight: 800; margin-bottom: 15px;}
.comptext p {font-size: 1.1rem; font-weight: 500; line-height: 1.5;}

#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);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}  


/*메인-제품소개(슬릭슬라이더)*/

#mainproduct 
{position: relative;}
#mainproduct .htitle h1, #mainproduct .htitle p {color: #333;}

.slickwrap {
    display:block;
    position: relative;
}
.slider-screen {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.slider-screen > div{
    position: relative;
}

.slider-navbar .navlist{
    display: block;
    height: 146px;
    font-weight: 600;
    padding: 5px;
}


.navlist img {opacity: .8; border: 1px solid #ddd;}
.navlist:hover img, .navlist.active img{opacity: 1; border: 1px solid #1f1b56; transition: all 0.3s;}

.slickarrow {position: absolute; bottom: 85px; width: 100%;}
.sprev {left: -10px; position: absolute; cursor: pointer;}
.snext {right: -10px; position: absolute; cursor: pointer;}


/*제품소개(슬릭슬라이더) 내용*/
.prodtitle h4 {text-align: left;}

.prodimgwrap {width: 60%;float: left; padding: 0 30px 0 0; text-align: center;}
.imgbox {padding: 30px; border: 1px solid #ddd;}

.prodinfowrap {width: 40%; float: left;}
.prodtitle {margin-bottom: 40px; position: relative;}
.prodtitle h4 {
    color: #333;
    font-size: 1.8em;
    font-weight: 750;
    margin-bottom: 15px;
}
.prodtitle p {
    font-weight: 500;
    font-size: 1.1rem;
    color: #666;
}
.prodtitle .detailbtn {right: 0; top: 0;}
.detailbtn {
    position: absolute;
    text-align: center;
    overflow: hidden;
    width: 75px; height: 75px;
    background: #d30012;
    border-radius: 50%;
}
.detailbtn a{
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    width: 100%; height: 100%;
    padding-top: 20px;
}
.detailbtn a:hover {
    background: #ff3f4f;
    transition: .2s;
}

.infotable table {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    color: #666;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}
.prodtable tr {border-bottom: 1px solid #ddd;}
.prodtable th {
    padding: 10px;
    font-size: 1.2rem; font-weight: 600;
    background: #f6f6f6;
}
.prodtable td {padding: 15px; font-size: 1.1rem; font-weight: 500;}



/*메인 공지*/

#mainnotice .nwrap01 {
    position: relative;
    background: url(noticebg01.jpg) center center no-repeat;
    background-size: cover;
}
#mainnotice .nwrap02 {
    position: relative;
    background: url(noticebg02.jpg) center center no-repeat;
    background-size: cover;
}
#mainnotice .noticewrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
#mainnotice .noticewrap {
    padding: 50px 30px;
    height: 360px;
    color: #fff;
}
#mainnotice .noticewrap h4{
    position: relative;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 20px;
}
#mainnotice .noticewrap p{
    position: relative;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
}
.noticewrap .detailbtn{
    right: 8%; bottom: 8%;
}
#mainnotice .gmap {margin-bottom: 20px;}

/*------------*/

.maininfo .board_output_3_tr{
    width: 100%;
    display: flex;
    padding: 15px 0;
}

.maininfo .notice-area{
    display: flex;
    align-items: center;
}

.maininfo .notice_wrap{
    flex-grow: 1;
}


.maininfo .swiper-wrapper{
    width: 100% !important;
    display: block !important;
}

.notice-container{
    display: block;
}

.maininfo  .notice-area{
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.maininfo  .notice-area h2{
    width: 20%;
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-left: 25px;
}
.news_table {width: 100%;}
.news_table > .board_output{
    display: block;
    padding: 0 50px;
}

.news_table > .board_output > tbody, .news_table > .board_output > tbody > tr, .news_table > .board_output > tbody > tr > td{
    display: block;
}
.news_table .board_output .bd_out1 a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    word-break: keep-all;
    color: #222 !important;
    line-height: 1.5 !important;
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'NanumSquare', "Malgun Gothic", "Apple Gothic", sans-serif !important;
}

.news_table .board_output_7_tr td:nth-child(3) a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    word-break: keep-all;
    color: #333 !important;
    line-height: 1.5 !important;
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'NanumSquare', "Malgun Gothic", "Apple Gothic", sans-serif !important;
    display: block;
    padding-bottom: 30px;
}


.news_table .container {
    padding: 0;
}

.news_table .product-div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #666;
}

.news_table .container .row {
    margin-right: 0;
    margin-left: 0;
}

/*.news_table .swiper-slide {margin-right: 0!important;}*/

.news_table .swiper-slide table,
.news_table .swiper-slide table tbody,
.news_table .swiper-slide table tr,
.news_table .swiper-slide table td {
    display: block;
    width: 270px !important;
    text-align: center;
    padding: 0
}

.news_table td.board_output_gallery_img:hover {
    opacity: 0.7;
}

.news_table .swiper-container {
    max-width: 1920px !important;
    display: block;
    margin: auto;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.news_wrap .swiper-button-next,
.news_wrap .swiper-button-prev {
    top: 62.3%;
}

.news_wrap .swiper-button-next::after,
.news_wrap .swiper-button-prev::after {
    color: #666;
}

.news_wrap .swiper-button-prev,
.news_wrap .swiper-rtl .swiper-button-next {
    left: 38%;
}

.news_wrap .swiper-button-next,
.news_wrap .swiper-rtl .swiper-button-prev {
    right: 37.2%;
}

/*.news_table td.swiper-slide {background-color: #fff;}*/
.news_table td.swiper-slide tr:nth-child(2) td {
    max-height: 50px;
}

.news_table .gallerybbs table td.board_output_gallery_img img {
    width: 270px;
    height: 180px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ddd;
}

.news_table span.board_output_gallery_subject {
    font-family: 'Spoqa Han Sans' !important;
    font-size: 17px !important;
    letter-spacing: -0.02em !important;
    color: #5d5d5d !important;
    display: block;
    padding: 10px 0;
}

.news_table .swiper-button-next {
    background: url(../next-btn.png) center center no-repeat;
    right: 250px !important;
}

.news_table .swiper-button-prev {
    background: url(../prev-btn.png) center center no-repeat;
    left: 250px !important;
}

.news_table .swiper-button-next,
.news_table .swiper-button-prev {
    color: #474646 !important;
    top: calc(50% + 45px) !important;
    width: 65px !important;
    height: 56px !important;
}

.news_table .swiper-button-prev,
.news_table .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.news_table .swiper-button-next:after,
.news_table .swiper-container-rtl .swiper-button-prev:after,
.news_table .swiper-button-prev:after,
.news_table .swiper-container-rtl .swiper-button-next:after {
    display: none;
}


.news_table .product-divs li,
.news_table .product-divs .board_output_gallery_subject {
    font-size: 17px;
    letter-spacing: -0.5px;
    color: #4e4e4e;
    line-height: 4;
}

.news_table .product-divs .swiper-slide:hover li {
    color: #111;
}

.news_table .product-divs .swiper-slide:hover li img {
    opacity: 0.8;
}








@media screen and (max-width: 1200px){

    .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 {font-size: 2em; position: relative;}*/
    .tel-wrapper li:nth-child(2) {border: none;font-size: 1.4em;}
    .tel-wrapper li:nth-child(3) {font-size: 1em;}
    .goto-btns ul {flex-direction: row; margin-top: 30px;}
    .goto-btns ul li {width: 33%;}
    
    
}




@media screen and (max-width: 991px){
    .prodimgwrap {width: 50%;}
    .prodinfowrap {width: 50%;}
    .prodtitle {margin-bottom: 20px;}
    .prodtitle h4 {font-size: 1.6em;}
    .prodtable th {padding: 10px; font-size: 1.1rem;}
    .prodtable td {padding: 10px; font-size: 1rem;}
    
    #mainnotice .noticewrap {padding: 40px 20px;}
}


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

    .prodimgwrap {width: 100%; margin-bottom: 35px; padding: 0;}
    .prodinfowrap {width: 100%;}
    .slickarrow {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 .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;}
    
    .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;}
    
    .maininfo .notice-area h2 {font-size: 24px;}
    
    
}
