._product{}



/* 팝업 */
.img_popup{
	position: fixed; z-index: 1000;
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	overflow: auto;
	padding: 60px 0;
	pointer-events: none; opacity: 0; transition: opacity 0.5s;
}
.img_popup.on{
	opacity: 1; pointer-events: auto;
}
.img_popup .bg{
	position: fixed; left: 0; top: 0; width: 100%; height: 100%;
	background-color: #000; opacity: 0.7; cursor: pointer;
}
.img_popup .cont{
	position: relative; text-align: center;
	width: 95%; max-width: 900px;
	margin: auto;
}
.img_popup .cont i{
	color: #fff; font-size: 36px; font-weight: 500; margin-top: 20px;
	cursor: pointer;
}
.img_popup .cont .imgBx{
	position: relative;
}
.img_popup .cont .imgBx::before {
	content:''; display: block; padding-bottom: calc(9/16*100%);
}
.img_popup .cont .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	/* object-fit: cover; */
    object-fit: contain;
}




._product .contents .wrap{
	padding-top: 130px; padding-bottom: 60px;
}
._product h3{
	font-size: 50px; font-weight: 700; letter-spacing: -0.025em; color: #181717;
	overflow: hidden; margin-bottom: max(calc(36/50*1em),20px);
}
._product h3 p{}

._product .row{margin-bottom: 64px; margin-bottom: 100px;}
._product h4{
	/* font-size: 30px; */
    font-size: 20px; font-weight: 700;
    letter-spacing: -0.025em;
	display: flex; align-items: center; gap: 0.5em; margin-bottom: max(1em,20px);
	overflow: hidden;
}
._product h4::before {
	content:''; display: block; width: 0.4em; height: 0.4em; border-radius: 50%; background-color: var(--point-color-1);
}
._product .row h4 p{}
._product .row .cont{}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._product h3{font-size: max(calc(50/1280*100vw),34px);}
}
@media screen and (max-width:1024px) {
	._product .contents .wrap{padding: 100px 0; padding-bottom: 60px;}
}
@media screen and (max-width:820px) {
}
@media screen and (max-width:500px) {
	._product .row{margin-bottom: 60px;}
	._product .contents .wrap{padding: 80px 0; padding-bottom: 40px;}
	/* ._product h3{font-size: max(calc(34/500*100vw),22px);}
	._product h4{font-size: max(calc(30/500*100vw),20px);} */
}
@media screen and (max-width:320px) {}




._product .tabArea{
	font-size: 1px;
	margin-bottom: 40px;
}
._product .tabArea ._tab{
	gap: 18em;
	display: flex; flex-wrap: wrap; overflow: hidden;
}
._product .tabArea ._tab.n1{margin-bottom: 20px;}
._product .tabArea ._tab.n1 a.on{background-color: var(--point-color-2);}
._product .tabArea ._tab a{
	background-color: #c9c9c9;
	font-size: max(20em,13px); letter-spacing: -0.025em; color: #fff;
	padding: calc(18/20*1em) calc(48/20*1em); border-radius: calc(8/20*1em); border-top-right-radius: 0;
	transition: background-color 0.2s;
}
._product .tabArea ._tab.n2 a{
	font-size: max(17em,13px); padding: 1em 1em;
}
._product .tabArea ._tab a:hover{
	background-color: #444;
}
._product .tabArea ._tab a.on{
	background-color: var(--point-color-1);
}
._product .tabArea ._tab a p{}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._product .tabArea{font-size: max(calc(1/1280*100vw),0.6px);}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	._product .tabArea ._tab{gap: 6px;}
	._product .tabArea ._tab a{width: calc(50% - 3px);}
}
@media screen and (max-width:500px) {
	._product .tabArea ._tab a{padding: 10px;}
	/* ._product .tabArea ._tab a{width: 100%;} */
}
@media screen and (max-width:320px) {}







/* n1 */
._product .row.n1{}
._product .row.n1 .cont{
	display: flex; align-items: flex-start; justify-content: flex-start; gap: 90px;
}
._product .row.n1 .imgBx{position: relative; min-width: 640px;background-color: #eeeeee;}
._product .row.n1 .imgBx::before {
	content:''; display: block; padding-bottom: calc(410/640*100%);
}
._product .row.n1 .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	/* object-fit: cover; */
    object-fit: contain;
}
._product .row.n1 .txtBx{}
._product .row.n1 .txtBx strong{
	font-size: 40px; font-weight: 500; letter-spacing: -0.025em; color: var(--point-color-2);
	margin-bottom: 8px;
}
._product .row.n1 .txtBx .txt{
	font-size: 22px; font-size: 18px; font-weight: 500; letter-spacing: -0.025em; color: #373737; line-height: 1.8181;
	min-height: 234px;
}



/* 버튼 호버 효과 */
._product .row.n1 .btnBx{
	display: flex; gap: 10px; margin-top: 50px; flex-wrap: wrap;
}
._product .row.n1 .btnBx a:nth-child(2){display: none;}
._product .row.n1 .btnBx.show a:nth-child(2){display: flex;}
._hoverEffect{
	font-size: 18px;
	display: flex; width: calc(226/18*1em); height: calc(58/18*1em); padding: 0 1.5em; gap: 1em;
	color: var(--point-color-2); box-sizing: border-box;
	align-items: center; justify-content: center; position: relative;
	font-weight: 600; overflow: hidden; border-radius: calc(10/18*1em);
	transition: color 0.5s;
}
._hoverEffect::before {
	content:''; display: block; position: absolute; width: 100%; height: 100%;
	left: 0; top: 0;
	border-radius: calc(10/18*1em); border: 1px solid var(--point-color-2); box-sizing: border-box;
	transition: border-color .5s;
	z-index: 2;
}
._hoverEffect .circle{
	width: 0; height: 0; border-radius: 50%; background-color: var(--point-color-2);
	position: absolute;
	transform: translate(-50%,-50%);
	transition: width .8s,height .8s;
}
._hoverEffect p{
	position: relative; line-height: 1;
}
._hoverEffect i{
	/* position: absolute; right: calc(27/19*1em);  */
	font-size: 1.1em; position: relative;
}

/* 호버 */
._hoverEffect:hover{color: #fff;}
._hoverEffect:hover .circle{width: 20em; height: 20em;}




@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._product .row.n1 .cont{gap: 40px;}
	._product .row.n1 .imgBx{width: 60%;}
	._product .row.n1 .txtBx strong{font-size: 32px;}
	._product .row.n1 .txtBx .txt{font-size: 16px; min-height: unset;}
	._hoverEffect{font-size: 16px;}
}
@media screen and (max-width:1024px) {
	._product .row.n1 .btnBx{margin-top: 30px;}
	._product .row.n1 .cont{flex-wrap: wrap;}
	._product .row.n1 .imgBx{width: 100%; min-width: unset;}
}
@media screen and (max-width:820px) {

	._product .row.n1 .txtBx strong{font-size: 28px;}
}
@media screen and (max-width:500px) {
	._product .row.n1 .cont{gap: 20px;}
	._product .row.n1 .btnBx{gap: 6px;}
	._product .row.n1 .btnBx a{width: unset; height: 45px; flex: 1; padding: 0; font-size: 13px; gap: 6px;}

	._product .row.n1 .txtBx strong{font-size: 24px;}
	._product .row.n1 .txtBx .txt{font-size: 14px;}
	._hoverEffect{font-size: 14px;}
}
@media screen and (max-width:320px) {}


/* n2 */
._product .row.n2{}
._product .row.n2 .txt{
	/* font-size: 18px;  */
    font-size: 18px; color: #373737;
    letter-spacing: -0.025em; line-height: 1.8;
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._product .row.n2 .txt{font-size: 16px;}
}
@media screen and (max-width:820px) {
	._product .row.n2 .txt{font-size: 14px;}
}
@media screen and (max-width:500px) {
	._product .row.n2 .txt{font-size: 13px;}
}
@media screen and (max-width:320px) {}












/* n3 */
._product .row.n3{}
._product .row.n3 h4{}
._product .row.n3 .cont{
	color: #373737; line-height: 1.666;
	border-bottom: 1px solid #ddd; box-sizing: border-box;
}
._product .row.n3 .cont div{
	display: flex; justify-content: flex-start;
	border-top: 1px solid #17254f; box-sizing: border-box;
	min-height: 120px;
}
._product .row.n3 .cont div em{
	/* font-size: 22px; */
    font-size: 20px; font-size: 18px;
    letter-spacing: -0.025em;
	background-color: #edeff0;
	display: flex; align-items: center; justify-content: center;
	width: 460px; min-width: 460px; padding: 20px; box-sizing: border-box;
}
._product .row.n3 .cont div p{
	/* font-size: 18px; */
    font-size: 20px; font-size: 18px;
    letter-spacing: -0.025em; color: #373737;
	display: flex; align-items: center; padding: 10px; padding-left: 40px;
	width: 100%; box-sizing: border-box;
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	._product .row.n3 .cont div em{width: 200px; min-width: 200px; font-size: 18px;}
	._product .row.n3 .cont div p{font-size: 16px;}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	._product .row.n3 .cont div em{width: 160px; min-width: 160px; font-size: 16px;}
	._product .row.n3 .cont div p{padding: 20px;}
}
@media screen and (max-width:500px) {
	._product .row.n3 .cont div em{width: 100%; min-width: unset; padding: 14px;}
	._product .row.n3 .cont div{flex-direction: column;}

	._product .row.n3 .cont div p{padding: 20px 0; font-size: 14px;}
}
@media screen and (max-width:320px) {}




/* n4 */
._product .row.n4{}
._product .row.n4 h4{}
._product .row.n4 .cont{
	display: flex; flex-wrap: wrap; gap: 80px;
}
._product .row.n4 .box{
	width: calc(50% - 40px);
}
._product .row.n4 .box em{
	font-size: 22px; font-size: 18px; color: var(--point-color-2); letter-spacing: -0.025em; font-weight: 500;
	margin-bottom: 20px;
}
._product .row.n4 .box .imgBx{position: relative;}
._product .row.n4 .box .imgBx::before {
	content:''; display: block; padding-bottom: calc(445/640*100%);
}
._product .row.n4 .box .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	object-fit: cover;
}

._product .row.n4 .box p{
	font-size: 18px; letter-spacing: -0.025em; font-weight: 500;
	line-height: 1.6;
}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._product .row.n4 .cont{gap: 60px;}
	._product .row.n4 .box{width: calc(50% - 15px);}
}
@media screen and (max-width:820px) {
	._product .row.n4 .box em{font-size: 18px;}
	._product .row.n4 .box{width: 100%;}
	._product .row.n4 .box p{font-size: 16px;}
}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}




/* n5 */
/* ._product .row.n5{padding-top: 100px;} */
._product .row.n5 .top{
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 30px;
}
._product .row.n5 .top h4{margin-bottom: 0;}
._product .row.n5 .top a{}


._product .row.n5 .list{display: flex; gap: 20px;}
._product .row.n5 .list a{width: calc(100% / 3 - (20px * 2 / 3));}
._product .row.n5 .list .imgBx{margin-bottom: 20px; position: relative; overflow: hidden; border-radius: 10px;background-color: #eeeeee;}
._product .row.n5 .list .imgBx::before {
	content:''; display: block; padding-bottom: calc(9/16*100%);
}
._product .row.n5 .list .imgBx img{
	position: absolute; left: 0; top: 0; width: 100%;
    height: 100%;
	/* object-fit: cover; */
    object-fit: contain;
    transition: transform 0.8s;
}
._product .row.n5 .list a:hover .imgBx img{transform: scale(1.2);}
._product .row.n5 .list .txtBx{line-height: 1.5;}
._product .row.n5 .list .txtBx small{
	/* font-size: 14px; */
    font-size: 20px;
    margin-bottom: 8px;
	color: var(--point-color-2); font-weight: 500;
}
._product .row.n5 .list .txtBx em{
	/* font-size: 18px; */
    font-size: 20px;
    font-weight: 600; margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    min-height: 3em;
}
._product .row.n5 .list .txtBx p{
	/* font-size: 16px; */
    font-size: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

._product .row.n5 .swiper-pagination{
	display: flex; align-items: center; justify-content: center; gap: 10px;
	margin-top: 100px;
}
._product .row.n5 .swiper-pagination-bullet{
	display: block; cursor: pointer;
	width: 8px; height: 8px; border-radius: 50%; background-color: #777;
}
._product .row.n5 .swiper-pagination-bullet-active{
	background-color: var(--point-color-1);
}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	._product .row.n5 .top{flex-direction: column; gap: 20px; align-items: flex-start; margin-bottom: 20px;}
	._product .row.n5 .list{flex-direction: column; gap: 40px;}
	._product .row.n5 .list a{width: 100%;}
    ._product .row.n5 .list .txtBx em{min-height: unset;}
}
@media screen and (max-width:500px) {
	._product .row.n5{padding-top: 20px;}
	._product .row.n5 .top{gap: 10px;}
	._product .row.n5 .list .txtBx em{font-size: 16px; margin-bottom: 12px;}
	._product .row.n5 .list .txtBx p{font-size: 14px;}
}
@media screen and (max-width:320px) {}


/* 추가 텍스트 크기 반응형 */
@media screen and (max-width:1280px) {
    ._product h4 {font-size: 18px;}
    ._product .row.n2 .txt {font-size: 18px;}
    ._product .row.n3 .cont div p{font-size: 18px;}
    ._product .row.n5 .list .txtBx small {font-size: 18px;}
    ._product .row.n5 .list .txtBx em {font-size: 18px;}
    ._product .row.n5 .list .txtBx p {font-size: 18px;}
}
@media screen and (max-width:820px) {
    ._product .row.n2 .txt {font-size: 16px;}
    ._product .row.n3 .cont div p {font-size: 16px;}

    ._product .row.n5 .list .txtBx small {font-size: 16px;}
    ._product .row.n5 .list .txtBx em {font-size: 16px;}
    ._product .row.n5 .list .txtBx p {font-size: 16px;}
}
@media screen and (max-width:500px) {
    ._product .row.n2 .txt {font-size: 14px;}
    ._product .row.n3 .cont div p {font-size: 14px;}
    ._product .row.n3 .cont div em {font-size: 14px;}

    ._product .row.n5 .list .txtBx small {font-size: 14px;}
    ._product .row.n5 .list .txtBx em {font-size: 14px;}
    ._product .row.n5 .list .txtBx p {font-size: 14px;}
}