/*메인슬라이드 마우스*/
.slide_mouse {position: absolute; z-index: 99; left: 50%; transform: translateX(-50%); bottom: 10%;}
.slide_mouse .mouse {font-size: 22px; color: #333; font-weight: 500;}
.slide_mouse .mouse span {/*position: relative;*/ display:block; transform: translateY(0);animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);-webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);-moz-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);opacity:1;}
.slide_mouse .mouse span::after {position: absolute; content: ""; background: url(../../img/mouse.png)no-repeat top center; width: 19px; height: 39px; top: 10px; left: 50%; transform: translateX(-50%);}

@keyframes bounce {
    20% {transform: translateY(12px);opacity:0.6;}
    40% {transform: translateY(6px);opacity:0.8;}
    60% {transform: translateY(12px);opacity:0.6;}
    100% {transform: translateY(0px);opacity:1;}
}

@-webkit-keyframes bounce {
    20% {transform: translateY(12px);opacity:0.6;}
    40% {transform: translateY(6px);opacity:0.8;}
    60% {transform: translateY(12px);opacity:0.6;}
    100% {transform: translateY(0px);opacity:1;}
}


/*메인 슬라이드*/
.slide-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
}
#main_slide .slick-list {width: 100%;}
#main_slide .slide-area {position: relative;}


/*메인슬라드-텍스트*/
#main_slide .slick-caption {
    position: absolute;
    top: 40%;
    width: 100%;
    /* text-align: center; */
    padding: 0 8%;
    color: #fff;
    text-shadow: 0 2px 4px rgb(0,0,0,.5);
    transform:translateY(-50px);
    opacity:0;
    transition:opacity 0s 3s, transform 0s 3s;

}
#main_slide  .slick-active .slick-caption {
    transform:translateY(0);
    opacity:1;
    transition:opacity 2s, transform 2s;
}
#main_slide .slide_txtarea h2 {
    /* font-family: 'Lato'!important; */
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
#main_slide .slide_txtarea h2 span {font-size: 40px; color: #95dda0; font-weight: 700;}
#main_slide .slide_txtarea p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-top: 20px;
}


/*메인슬라이드-컨트롤버튼*/
#main_slide .slick-arrow{/*opacity: 0;*/ width: 11px!important; height: 21px !important; font-size: 0; text-indent: -9999px; z-index: 100;position: absolute; bottom: 35%; background-repeat: no-repeat; background-position: center center; transition: all 0.5s;}
#main_slide:hover .slick-arrow{opacity: 1 !important;}
#main_slide .slick-prev {background-image: url('../prev.png') !important; left: 8%;}
#main_slide .slick-next {background-image: url('../next.png') !important; left: 16%;}



/*메인슬라드-페이지네이션*/
#main_slide .slick-dots {
    position: absolute;
    /* right: 0; */
    bottom: 35%;
    left: 10%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    /* margin-right: 15%;
    margin-left: 15%; */
    list-style: none;
}
#main_slide .slick-dots li {
    height: 7px;
    width: 7px;
    border-radius: 100%;
    margin-right: 25px;
    margin-bottom: 3px;
    background: #fff!important;
}
#main_slide .slick-dots li button {font-size: 0; text-indent: -9999px; opacity: 0; }

/* #main_slide .slick-dots li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 17px;
    height: 17px;
    border-radius: 100%;
    opacity: 0;
    border: 1px solid #fff;
} */
#main_slide .slick-dots .slick-active {
    background: none !important;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: relative;
    margin-top: -4px;
}

#main_slide .slick-dots .slick-active::before {opacity: 1;}
#main_slide .slick-dots li:hover{cursor:pointer;}



@media screen and (max-width: 1400px){
  #main_slide .slick-next {left: 19%;}
  #main_slide .slick-dots {left: 11%;}
}

@media screen and (max-width: 1024px){
    .slide-bg {height: 550px;}

    #main_slide .slide_txtarea h2 {font-size: 32px;}
    #main_slide .slide_txtarea h2 span {font-size: 28px;}
    #main_slide .slide_txtarea p {font-size: 18px; word-break: keep-all;}

    #main_slide .slick-dots {bottom: 30%; left: 12%;}
    #main_slide .slick-arrow {bottom: 30%;}
    #main_slide .slick-next {left: 23%;}

    .slide_mouse {display: none;}



}

@media screen and (max-width: 768px){
    .slide-bg {height: 450px;}
    #main_slide .slick-caption {padding: 0 5%;}
    #main_slide .slide_txtarea h2 {font-size: 24px;}
    #main_slide .slide_txtarea h2 span {font-size: 20px;}
    #main_slide .slide_txtarea p {font-size: 16px;}

    #main_slide .slick-arrow {bottom: 25%;}
    #main_slide .slick-dots {bottom: 25%; left: 9%;}
    #main_slide .slick-prev {left: 5%;}






}



@media screen and (max-width: 575px){
    .slide-bg {height: 350px;}

    #main_slide .slick-arrow {display: none!important;}
    #main_slide .slide_txtarea h2 {font-size: 18px; word-break: keep-all;}
    #main_slide .slide_txtarea h2 span {font-size: 16px;}
    #main_slide .slide_txtarea p {font-size: 15px; line-height: 140%;}

    #main_slide .slick-dots {bottom: 25%; left: 5%;}

}















/*갤러리추출 슬라이드*/
#maingallery .container {padding: 0;}
#maingallery .product-div
{width: 100%; max-width: 1200px; margin: 0 auto; color: #666;}
#maingallery .container .row {margin-right: 0; margin-left: 0;}

#maingallery .swiper-slide table,
#maingallery .swiper-slide table tbody,
#maingallery .swiper-slide table tr,
#maingallery .swiper-slide table td
{display: block; width: 270px!important; text-align: center; padding: 0}
#maingallery td.board_output_gallery_img:hover {opacity: 0.7;}
#maingallery .swiper-container,.swiper-container
{max-width: 1200px!important; display: block; margin: auto; overflow: hidden;}
/*#maingallery td.swiper-slide {background-color: #fff;}*/
#maingallery td.swiper-slide tr:nth-child(2) td {max-height: 50px;}
#maingallery .gallerybbs table td.board_output_gallery_img img
{width: 270px; height: 270px; max-width: 100%; object-fit: cover; object-position: center; border: 1px solid #ddd;}
#maingallery span.board_output_gallery_subject { padding: 10px 0 0;}
#maingallery span.board_output_gallery_subject,
#maingallery span.board_output_gallery_subject a
{font-family: 'pretendard'!important; font-size: 20px!important; letter-spacing: -0.05em!important; color: #333!important; display: block; font-weight: 500;}

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

.swiper-button-next.next-btn-01, #maingallery .swiper-button-prev.prev-btn-01 {
    color: #474646!important;
    top: calc(50% + 45px)!important;
    width: 65px!important;
    height: 56px!important;
}
.swiper-button-prev.prev-btn-01,
.swiper-container-rtl .swiper-button-next.next-btn-01
{left: 10px; right: auto;}

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


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

#maingallery .product-divs .swiper-slide:hover li {color: #111;}
#maingallery .product-divs .swiper-slide:hover li img {opacity: 0.8;}


.product-divs {background: #f7f7f7;}


@media screen and (max-width: 1700px){
    #maingallery .swiper-button-next.next-btn-01 {right: 5%!important;}
    #maingallery .swiper-button-prev.prev-btn-01 {left: 5%!important;}
}
@media screen and (max-width: 1200px){
/*
    #maingallery .swiper-button-next.next-btn-01,
    #maingallery .swiper-button-prev.prev-btn-01 {display: none!important;}
*/
    #maingallery .product-div  {max-width: 100%!important;}
    #maingallery .swiper-container {max-width: 750px!important;}
    #maingallery .gallerybbs table td.board_output_gallery_img img {width: 100%!important;}
    #maingallery .swiper-slide table,
    #maingallery .swiper-slide table tbody,
    #maingallery .swiper-slide table tr,
    #maingallery .swiper-slide table td,
    #maingallery .gallerybbs table td.board_output_gallery_img img {
        width: 100%!important;
        max-width: 100%;
    }
    #maingallery table.board_output {margin: auto;}
}
@media screen and (max-width: 768px){
    #maingallery .swiper-button-next.next-btn-01 {right: 0%!important;}
    #maingallery .swiper-button-prev.prev-btn-01 {left: 0%!important;}
    #maingallery .swiper-container {max-width: 600px!important;}
}
@media screen and (max-width: 575px){
    #maingallery .swiper-container {max-width: 300px!important;}
    #maingallery .product-divs {padding: 50px 0 70px;}
    #maingallery span.board_output_gallery_subject {font-size: 13px!important;}
}



/*메인 제품*/
#mainproduct ul {height: 400px;}
#mainproduct ul li {height: 100%;}
#mainproduct .prod-img {padding: 0;}
#mainproduct .prod-img img
{object-fit: cover;width: 100%;height: 100%;}
#mainproduct .prod-spec
{padding: 60px 50px 10px; text-align: left; background: #fff;}
#mainproduct .prod-spec h2 {color: #0669bf; font-weight: 900; margin-bottom: 15px;}
#mainproduct .prod-spec h3 {color: #333; font-weight: 300; margin-bottom: 15px; letter-spacing: -0.05em; word-break: keep-all;}
#mainproduct .prod-spec p {font-size: 15px; color: #444; font-weight: 300; margin-bottom: 15px; letter-spacing: -0.05em; line-height: 1.4;}
.swiper-button-next.prod-next, .swiper-button-prev.prod-prev
{color: #fff; top: calc(50% + 65px); transition: all 0.5s;}
.swiper-button-next.prod-next:hover, .swiper-button-prev.prod-prev:hover {color: #0669bf;}
.swiper-button-next.prod-next {right: -5%;}
.swiper-button-prev.prod-prev {left: -5%;}
@media screen and (max-width: 1200px){
    .swiper-button-next.prod-next {right: 2%;}
    .swiper-button-prev.prod-prev {left: 2%;}
}
@media screen and (max-width: 991px){
    #mainproduct ul {height: auto; max-width: 600px; margin: auto;}
    #mainproduct .prod-spec {padding: 60px 50px 30px;}
    #mainproduct .prod-img {height: 350px;}
    .swiper-button-next.prod-next {right: 5%;}
    .swiper-button-prev.prod-prev {left: 5%;}

}
@media screen and (max-width: 768px){
    #mainproduct .swiper-container {max-width: 600px!important;}
    .swiper-button-next.prod-next, .swiper-button-prev.prod-prev
    {color: #000;}

}
@media screen and (max-width: 575px){
    #mainproduct .prod-img {height: 200px;}
    #mainproduct .swiper-container {max-width: 350px!important;}
    #mainproduct .prod-spec {padding: 30px 30px 30px;}
    .swiper-button-next.prod-next, .swiper-button-prev.prod-prev
    {top: 27%;}
}
