@charset "utf-8"; 
/* ================================================================== */
/* Name	: style.css
/* Script : Grid, Button, Form, List, Tab, Table, Font icon CSS
/* Author : Design Geulggol
/* Date	: 2021-01-11
/* ================================================================== */


/* ----------------------------- */
/* product
/* ----------------------------- */
.product {
    padding: 128px 0 100px;
}
/* title */
.product h2 {
    position: relative;
    margin-bottom: 115px;
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    text-align: center;    
}
.product h2 span {
    position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #000;
    border-radius: 25px;
}
.product h2 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f45600;
}
.product h2 span a {
    position: relative;
    display: block;    
    font-size: 0.875rem;
    color: #fff;
    font-weight: 300;
    z-index: 10;
}



/* txt */
.product-list .p-item h3 {
    padding: 64px 0 15px;
    font-size: 1.375rem;
    font-weight: 500;
    color: #000;
}
.product-list .p-item h3 span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    color: #8d8d8d;
}
.product-list .p-item a {
    display: inline-block;
    width: 138px;
    height: 40px;
    padding: 0 14px;
    line-height: 38px;
    border: 1px solid #000;
    text-align: left;
    font-size: 0.875rem;
    background: #fff url('/share/images/main2/arrow_more.png') no-repeat center right 14px;
    background-size: 4px 7px;
    transition: all ease 0.3s;
}


/* product-slide */
.product-container {
    position: relative;
    width: 100%;
}
.product-wrap {
    position: relative;
    width: 100%;
	overflow:hidden;
}
.product-container .indicate {
    max-width: 1280px;
    position: absolute;
    top: -29%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.25rem;
    color: #c4c4c4;
    z-index: 10;
}
.product-container .indicate strong {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #000;
}
.product-container .indicate strong:after {
    content: "";
    display: inline-block;
    margin: 0 13px 7px;
    width: 16px;
    height: 1px;
    background: #c9c9c9;
}
/* list */
.product-content {
    position: relative;
    /* padding-top: 30px; */
    width: 100%;
    overflow: hidden;
}
/* .product-content .swiper-container { */
.product-content {
	width:2050px;
	margin-left:-1025px; 
	left:50%;
	/* padding-top: 30px; */
}


.product-content .p-com {
    position: absolute;
    top: 0;
    left: 60%;
    width: 16.6%;
    margin: 0 1.7%;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
}
.product-content .p-com figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 14px 14px 28px rgba(0, 0, 0, 0.09);
}
.product-content .p-com figure img {
    position: absolute;
    top: 0;
    left: 0;
}
.product-content .p-com span {
    width: 100%;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 130%;
}
.product-content .p-com span img {
    width: 12.9%;
    height: 14.4%;
    display: block;
    margin: 0 auto 20px;
}
.product-list-wrap {
    position: relative;
	width: 106.7%;
    /* width: 2050px;    
    top: 0;
    left: 50%;
    margin-left: -1005px; */
    left: -3.35%;
}

/* arrow */
.product-content .arrow {
 
}
.product .arrow span {
    display: block;
    position: absolute;
    top: 30%;
    width: 43px;
    height: 40px;
    z-index: 20;
    text-indent: -9999px;
    cursor: pointer;
}
.product .arrow span.prev {
    left: 10%;
    background: url('/share/images/main2/arrow_prev.png') no-repeat center left;
    background-size: 100%;
}
.product .arrow span.next {
    right: 10%;
    background: url('/share/images/main2/arrow_next.png') no-repeat center right;
    background-size: 100%;
}
.product-list {
    display: flex;
}
.product-list .p-item {
    text-align: center;
    width: 16.6%;
    margin: 0 0.5%;
    transition: all ease 0.4s;
	padding-top: 30px;
}
/* .product-list .p-item:nth-child(1),
.product-list .p-item:nth-child(4) {
    opacity: 0.5;
} */
.product-list .p-item.fade {
    opacity: 0.5;
}

.product-list .p-item:nth-child(4) {
    /* margin-left: 21.7%;  */
}
.product-list .p-item figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 14px 14px 28px rgba(0, 0, 0, 0.09);
}
.product-list .p-item figure img {
    position: absolute;
    top: 0;
    left: 0;
}

/* .product-list .p-item:hover, */
.product-list .hover {
    margin-top: -30px;
    transition: all ease 0.4s;
}
.product-list .p-item a:hover,
.product-list .hover a {
    border: 1px solid #f45600;
    background: #f45600 url('/share/images/main2/arrow_more_.png') no-repeat center right 14px;
    background-size: 4px 7px;
    color: #fff;
    transition: all ease 0.3s;
}




@media screen and (max-width:1280px) {
    /* ----------------------------- */
    /* product
    /* ----------------------------- */
    .product {
        padding: 102px 0 80px;
    }
    /* title */
    .product h2 {
        margin-bottom: 45px;
        font-size: 2.375rem;  
    }
    .product h2 span {
        top: 12px;
        right: 3%;
        width: 150px;
        height: 38px;
        line-height: 38px;
    }
    /* product-slide */

    .product-wrap .indicate {
        max-width: 94%;
        top: -16%;
        left: 3%;
    }
}

@media screen and (max-width:960px) {
    /* ----------------------------- */
    /* product
    /* ----------------------------- */
	.product-content .swiper-container {
		width:1024px;
		margin-left:-512px; 
		left:50%;
	}
	.product-list .p-item {
		width: 29.9%;
	}

	.product-content {
		width:1200px;
		margin-left:-600px;
	}

	.product-content .arrow span.prev {
		left: 5%;
		background-size: 90%;
	}
	.product-content .arrow span.next {
		right: 5%;
		background-size: 90%;
	}
}

@media screen and (max-width:640px) {
    /* ----------------------------- */
    /* product
    /* ----------------------------- */
    .product {
        padding: 50px 0 60px;
    }
    /* title */
    .product h2 {
        margin-bottom: 27px;
        font-size: 1.75rem;  
    }
    .product h2 span {
        top: 50px;
    }

    /* product-slide */
	.product-list-wrap {
		width:100%;
		margin-left:0;
		left:0;
    }
	.product-content {
		width:100%;
		margin-left:0;
		left:0;
	}

    .product-wrap .indicate {
        top: -3%;
        font-size: 1rem;
    }

    /* txt */
    .product-list .p-item h3 {
        padding: 38px 0 10px;
        font-size: 1.375rem;
        font-weight: 500;
        color: #000;
    }
    
    /* list */
	.product-content .swiper-container {
		width:100%;
		margin-left:0; 
		left:0;
	}
	
	.product-list .p-item {
	/*
		width: 70%;
	*/
		margin: 0 1%;
	
	}
	.product-content .arrow span.prev {
		left: 5%;
		background-size: 80%;
	}
	.product-content .arrow span.next {
		right: 5%;
		background-size: 80%;
    }
    
    /* arrow */
    .product-content .arrow span {
        top: 35%;
    }
    .product-content .arrow span.prev {
		left: 3%;
		background-size: 80%;
	}
	.product-content .arrow span.next {
		right: 3%;
		background-size: 80%;
	}
}
