select::-ms-expand { display: none; }
select { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
	outline: none;
}
input{ outline: none; border: none; }
input[type="submit"],input[type="button"], input[type="file"],
input[type="text"], button { appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0;-webkit-border-radius: 0; -moz-border-radius: 0; }
input[type="checkbox"]{ padding: 0 !important; }


/* 팝업 */
#popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#popup .blank{ width: 100%; height: 100%; }
#popup .inner{ max-width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#popup .close{ background: none; border: none; padding: 10px; position: absolute; top: 0; right: 0; transform: translate(100%, -100%); }
#popup .close i{ display: inline-block; width: 20px; height: 20px; background: url("/img/board/icon_popup_close.svg") no-repeat center center / contain; }


/* 팝업 - video */
#popup.video .inner{ width: 860px; background: #FFF; border-radius: 20px; padding: 30px; }
#popup.video .iframe{ padding-bottom: 56.25%; position: relative; }
#popup.video .iframe iframe{ width: 100%; height: 100%; border-radius: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media screen and (max-width: 1280px){
	/* 팝업 - video */
	#popup.video .inner{ padding: 20px; }
}

@media screen and (max-width: 950px){
	/* 팝업 - video */
	#popup.video .close{ right: -10px; transform: translateY(-100%); }
}

@media screen and (max-width: 650px){
	/* 팝업 - video */
	#popup.video .inner{ padding: 12px; }
	#popup.video .iframe iframe{ border-radius: 15px; }
}



/* 페이징 */
.paging,
.paging .arr,
.paging ul{ display: flex; justify-content: center; align-items: center; }

.paging{ margin-top: 120px; }
.paging a{ width: 45px; height: 45px; display: inline-flex; justify-content: center; align-items: center; background: transparent; border: 2px solid transparent; border-radius: 50%; font-size: 19px; font-weight: 600; color: #CCC; text-align: center; }

.paging ul li.on a{ background: transparent; border-color: var(--mainColor); color: var(--mainColor); }

.paging .arr a i{ display: inline-flex; }
.paging .arr a i::before{ content: ""; display: inline-block; width: 6px; height: 11px; }
.paging .arr a i.xi-angle-left-min::before{ background: url("/img/board/icon_paging_prev.svg") no-repeat center center / contain; }
.paging .arr a i.xi-angle-right-min::before{ background: url("/img/board/icon_paging_next.svg") no-repeat center center / contain; }

@media screen and (max-width: 1700px){
	.paging{ margin-top: 90px; }
	.paging a{ width: 40px; height: 40px; font-size: 18px; }
}

@media screen and (max-width: 1280px){
	.paging{ margin-top: 60px; }
	.paging a{ width: 35px; height: 35px; font-size: 17px; }
}

@media screen and (max-width: 900px){
	.paging a{ width: 32px; height: 32px; font-size: 16px; }
}



/* 검색창 */
.search-box{
	--height: 75px;
	--select: 240px;
	--input: 550px;
	--padding: 40px;
}

.search-box{ max-width: 100%; width: max-content; display: flex; background: #FFF; border: 2px solid var(--mainColor); border-radius: 99px; margin: 0 auto; margin-bottom: 60px; }
.search-box *{ font-family: var(--baseFont); font-size: 18px; font-weight: 400; }
.search-box .input{ width: var(--input); position: relative; }
.search-box select{ width: var(--select); height: var(--height); background: url("/img/board/icon_search_arrow.svg") no-repeat center right / auto; border: none; padding: 0 var(--padding); color: #AAA; }
.search-box input{ width: 100%; height: var(--height); background: transparent; border: none; color: #111; padding: 0 var(--padding); padding-right: calc((var(--padding) * 2) + 18px); }
.search-box input::placeholder{ color: #AAA; }
.search-box button{ height: 100%; background: none; border: none; padding: 0 var(--padding); position: absolute; top: 0; right: 0; }
.search-box button i{ display: inline-block; width: 18px; height: 100%; background: url("/img/board/icon_search.svg") no-repeat center center / contain; }

@media screen and (max-width: 1700px){
	.search-box{
		--height: 70px;
		--select: 200px;
		--input: 500px;
		--padding: 35px;
	}
}

@media screen and (max-width: 1280px){
	.search-box{
		--height: 65px;
		--select: 170px;
		--input: 450px;
		--padding: 30px;
	}
	.search-box{ margin-bottom: 40px; }
	.search-box *{ font-size: 17px; } 
}

@media screen and (max-width: 700px){
	.search-box{ width: 100%; flex-direction: column; border: none; }
	.search-box select,
	.search-box .input{ width: 100%; border: 2px solid var(--mainColor); border-radius: 99px; }
	.search-box select{ background-position: center right var(--padding); padding-right: calc((var(--padding) * 2) + 10px); margin-bottom: 10px; }
}


/* 제품 게시판 */
#product .depth-box{ text-align: center; margin-bottom: 60px; }
#product .depth-box ul{ display: flex; flex-wrap: wrap; justify-content: center; margin: -12px; }
#product .depth-box ul li{ max-width: calc(100% / 4); width: 124px; }
#product .depth-box a{ display: block; font-size: 15px; font-weight: 600; color: #555; padding: 12px; }
#product .depth-box figure{ display: block; background: #F8F8F8; border-radius: 30px; padding-bottom: 100%; position: relative; overflow: hidden; }
#product .depth-box figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#product .depth-box span{ display: block; margin-top: 15px; }

#product .depth-box ul li.on figure{ background: var(--mainColor); }
#product .depth-box ul li.on a{ color: var(--mainColor); }


.product-board{ 
	--gapB: 60px; 
	--gapR: 20px; 
	--line: 4; 
}

.product-board{ display: flex; flex-wrap: wrap; margin-bottom: calc(var(--gapB) * -1); }
.product-board .item{ width: calc((100% - calc(var(--gapR) * (var(--line) - 1))) / var(--line)); margin-right: var(--gapR); margin-bottom: var(--gapB); }
.product-board .item:nth-of-type(4n){ margin-right: 0; }
.product-board .item a{ display: block; }
.product-board .item .img{ background: #F8F8F8; border-radius: 20px; padding-bottom: 100%; position: relative; }
.product-board .item .img > figure{ padding-bottom: 81.82%; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); overflow: hidden; }
.product-board .item .img > figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.product-board .item .mark{ padding: 30px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.product-board .item .mark ul{ display: grid; grid-template-columns: repeat(4, 25%); margin: -5px; }
.product-board .item .mark ul li{ margin: 5px; }
.product-board .item .txt{ margin-top: 30px; }
.product-board .item .txt h6, 
.product-board .item .txt p{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.product-board .item .txt h6{ font-size: 24px; font-weight: 700; color: #111; }
.product-board .item .txt p{ font-size: 17px; font-weight: 400; color: #555; margin-top: 15px; }

@media screen and (max-width: 1700px){
	.product-board .item .mark{ padding: 25px; }
	.product-board .item .txt{ margin-top: 20px; }
	.product-board .item .txt h6{ font-size: 22px; }
	.product-board .item .txt p{ margin-top: 10px; }
}

@media screen and (max-width: 1280px){
	#product .depth-box{ margin-bottom: 40px; }
	#product .depth-box ul{ margin-inline: -5px; }
	#product .depth-box ul li{ width: 110px; }
	#product .depth-box a{ padding-inline: 5px; }
	#product .depth-box span{ margin-top: 10px; }

	.product-board .item .mark{ padding: 20px; }
	.product-board .item .txt{ margin-top: 15px; }
	.product-board .item .txt h6{ font-size: 20px; }
	.product-board .item .txt p{ margin-top: 7px; }
}

@media screen and (max-width: 1200px){
	.product-board{ 
		--line: 3; 
	}
	.product-board .item:nth-of-type(4n){ margin-right: var(--gapR); }
	.product-board .item:nth-of-type(3n){ margin-right: 0; }
	.product-board .item .mark{ padding: 15px; }
}

@media screen and (max-width: 900px){
	.product-board{ 
		--line: 2; 
	}
	.product-board .item:nth-of-type(3n){ margin-right: var(--gapR); }
	.product-board .item:nth-of-type(2n){ margin-right: 0; }
	.product-board .item .txt h6{ font-size: 20px; }
	.product-board .item .txt p{ font-size: 16px; }
}

@media screen and (max-width: 600px){
	.product-board .item .mark{ padding: 12px; }
}


/* 제품 상세 */
#detail{
	
}
#detail .grid-box{ display: grid; grid-template-columns: 45% 55%; }
#detail .sticky{ position: sticky; top: calc(50% - (var(--stickyT) / 2)); left: 0; }

#detail .left figure{ display: block; padding-bottom: 100%; position: relative; overflow: hidden; }
#detail .left figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#detail .left .big-wrap{ position: relative; }
#detail .left .big-wrap::before{ content: ""; width: 100%; height: 100%; border: 2px solid #E5E5E5; border-radius: 20px; position: absolute; top: 0; left: 0; box-sizing: border-box; }
#detail .left .auto{ flex: 1 1 auto; width: calc(100% - 100px); padding: 0 15px; }
#detail .left .small-wrap{ width: 100%; overflow: unset; }
#detail .left .small-wrap .slick-list{ margin-right: -10px; }
#detail .left .small{ margin-right: 10px; cursor: pointer; }
#detail .left .small figure::after{ content: ""; width: 100%; height: 100%; border: 2px solid #E5E5E5; border-radius: 20px; position: absolute; top: 0; left: 0; box-sizing: border-box; }
#detail .left .small.slick-current figure::after{ border-color: var(--mainColor); }
#detail .left .bottom{ display: flex; align-items: center; margin-top: 10px; }
#detail .left .bottom button{ flex-shrink: 0; width: 50px; height: 50px; background: #F8F8F8; border: none; border-radius: 50%; }
#detail .left .bottom button i{ display: block; height: 12px; background: url("/img/sub/product/icon_btns_arrow.svg") no-repeat center center / contain; }
#detail .left .bottom .next i{ transform: scaleX(-1); }


#detail .right{ padding-top: 60px; padding-left: 80px; }
#detail .right > *:not(:last-of-type){ margin-bottom: 70px; }

#detail .title h2{ font-size: 5.2rem; font-weight: 700; color: #111; }
#detail .title p{ font-size: 21px; font-weight: 400; color: #555; margin-top: 15px; }

#detail .description{ background: #F8F8F8; border-radius: 10px; padding: 30px; }
#detail .description dl{ font-size: 17px; }
#detail .description dl dt{ font-weight: 600; color: #111; margin-bottom: 20px; }
#detail .description dl dd{ font-weight: 300; color: #333; padding-left: 10px; text-indent: -10px; }
#detail .description dl dd:not(:last-of-type){ margin-bottom: 15px; }
#detail .description dl dd::before{ content: "- "; }

#detail .btns ul{ display: grid; grid-template-columns: repeat(2, 50%); margin: -5px; }
#detail .btns ul li{ margin: 5px; }
#detail .btns ul li > *{ width: 100%; height: 75px; display: flex; justify-content: center; align-items: center; background: #FFF; border: 2px solid var(--mainColor); border-radius: 99px; font-size: 19px; font-weight: 700; color: var(--mainColor); text-align: center; }
#detail .btns ul li .red{ background: var(--mainColor); font-weight: 600; color: #FFF; } 
#detail .btns ul li i{ display: inline-block; height: 16px; margin-right: 10px; }
#detail .btns ul li i.youtube{ width: 24px; background: url("/img/sub/product/icon_youtube.svg") no-repeat center center / contain; }
#detail .btns ul li i.marker{ width: 14px; background: url("/img/sub/product/icon_marker.svg") no-repeat center center / contain; }

#detail .detail{ border-top: 2px solid #000; }
#detail .detail dl{ border-bottom: 1px solid #E5E5E5; }
#detail .detail dl > *{ padding: 30px; }
#detail .detail dl dt{ display: flex; justify-content: space-between; align-items: center; font-size: 17px; font-weight: 600; color: #111; cursor: pointer; }
#detail .detail dl dt::after{ content: ""; flex-shrink: 0; display: inline-block; width: 12px; height: 7px; background: url("/img/sub/product/icon_detail_arrow.svg") no-repeat center center / contain; margin-left: 30px; transform: scaleY(1); transition: transform 0.4s; }
#detail .detail dl dd{ background: #F8F8F8; border-radius: 10px; font-size: 17px; font-weight: 300; color: #333; margin-bottom: -1px; position: relative; z-index: 10; display: none; }
#detail .detail dl dd::before{ content: ""; width: 100%; height: 1px; background: #FFF; position: absolute; bottom: 0; left: 0; z-index: -1; }
#detail .detail dl.on dt::after{ transform: scaleY(-1); }

#detail .related dl dt{ font-size: 21px; font-weight: 600; color: #111; margin-bottom: 30px; }
#detail .related .item-board{ 
	--gapB: 40px; 
	--gapR: 20px; 
	--line: 4; 
}
#detail .related .item-board{ display: flex; flex-wrap: wrap; margin-bottom: calc(var(--gapB) * -1); }
#detail .related .item-board .item{ width: calc((100% - calc(var(--gapR) * (var(--line) - 1))) / var(--line)); margin-right: var(--gapR); margin-bottom: var(--gapB); }
#detail .related .item-board .item:nth-of-type(4n){ margin-right: 0; }
#detail .related .item-board .item .img{ background: #F8F8F8; border-radius: 20px; position: relative; padding-bottom: 100%; }
#detail .related .item-board .item figure{ padding-bottom: 81.82%; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); overflow: hidden; }
#detail .related .item-board .item figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#detail .related .item-board .item .txt{ margin-top: 20px; }
#detail .related .item-board .item .txt h6{ font-size: 17px; font-weight: 600; color: #111; white-space: no-wrap; text-overflow: ellipsis; overflow: hidden; }
#detail .related .item-board .item .txt p{ font-size: 15px; font-weight: 400; color: #555; margin-top: 10px; }

#detail .list{ text-align: center; margin-top: 120px; }
#detail .list a{ width: 320px; height: 75px; display: inline-flex; justify-content: center; align-items: center; background: #FFF; border: 2px solid var(--mainColor); border-radius: 99px; font-size: 19px; font-weight: 700; color: var(--mainColor); }

@media screen and (max-width: 1700px){
	#detail .title p{ font-size: 19px; }

	#detail .btns ul li > *{ height: 70px; font-size: 18px; }

	#detail .detail dl > *{ padding: 25px; }
	#detail .detail dl dt::after{ margin-left: 25px; }

	#detail .related dl dt{ font-size: 19px; margin-bottom: 20px; }

	#detail .list{  margin-top: 90px; }
	#detail .list a{ width: 280px; height: 65px; font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#detail .right{ padding-left: 50px; }
}

@media screen and (max-width: 1280px){
	#detail .left .bottom .auto{ width: calc(100% - 120px); }
	#detail .left .bottom button{ width: 45px; height: 45px; }

	#detail .right{ padding-top: 50px; }
	#detail .right > *:not(:last-of-type){ margin-bottom: 50px; }

	#detail .title p{ font-size: 18px; margin-top: 10px; }
 
	#detail .description{ padding: 25px; }
	#detail .description dl dt{ margin-bottom: 15px; }
	#detail .description dl dd:not(:last-of-type){ margin-bottom: 10px; }

	#detail .btns ul li > *{ height: 65px; font-size: 17px; }
	#detail .btns ul li i.youtube{ width: 19px; height: 13px; }
	#detail .btns ul li i.marker{ width: 13px; height: 15px; }

	#detail .detail dl > *{ padding: 20px; }
	#detail .detail dl dt::after{ margin-left: 20px; }

	#detail .related dl dt{ font-size: 18px; margin-bottom: 15px; }

	#detail .list{  margin-top: 60px; }
	#detail .list a{ width: 220px; height: 55px; font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#detail .grid-box{ grid-template-columns: repeat(1, 100%); }
	#detail .right{ padding-left: 0; }
}

@media screen and (max-width: 900px){
	#detail .btns ul li > *{ height: 60px; font-size: 16px; }

	#detail .related .item-board .item .txt{ margin-top: 10px; }
	#detail .related .item-board .item .txt p{ margin-top: 5px; }
}

@media screen and (max-width: 800px){
	#detail .related .item-board{ 
		--line: 2; 
	}
	#detail .related .item-board .item:nth-of-type(2n){ margin-right: 0; }
}


/* 비디오 게시판 */
.video-board{ 
	--gapB: 60px; 
	--gapR: 50px; 
	--line: 3; 
}

.video-board{ display: flex; flex-wrap: wrap; margin-bottom: calc(var(--gapB) * -1); }
.video-board .item{ width: calc((100% - calc(var(--gapR) * (var(--line) - 1))) / var(--line)); margin-right: var(--gapR); margin-bottom: var(--gapB); cursor: pointer; }
.video-board .item:nth-of-type(3n){ margin-right: 0; }
.video-board .item a{ display: block; }
.video-board .item .img{ position: relative; }
.video-board .item .img i{ width: 80px; height: 80px; display: inline-flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(7px); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: background 0.4s; }
.video-board .item .img i::before{ content: ""; display: block; height: 10px; background: url("/img/board/icon_video_play.svg") no-repeat center center / contain; }
.video-board .item figure{ display: block; border-radius: 20px; padding-bottom: 56.25%; position: relative; overflow: hidden; }
.video-board .item figure::after{ content: ""; width: 100%; height: 100%; border: 5px solid var(--mainColor); border-radius: inherit; position: absolute; top: 0; left: 0; box-sizing: border-box; opacity: 0; transition: opacity 0.4s; }
.video-board .item figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.video-board .item .txt{ margin-top: 30px; }
.video-board .item .txt h2{ font-size: 24px; font-weight: 600; color: #111; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.video-board .item .txt span{ display: block; font-size: 17px; font-weight: 600; color: #CCC; margin-top: 15px; }

@media screen and (hover: hover) and (pointer: fine){
	.video-board .item:hover .img i{ background: var(--mainColor); }
	.video-board .item:hover figure::after{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	.video-board .item .img i{ width: 70px; height: 70px; }
	.video-board .item .txt{ margin-top: 20px; }
	.video-board .item .txt h2{ font-size: 22px; }
	.video-board .item .txt span{ margin-top: 10px; }
}

@media screen and (max-width: 1400px){
	.video-board{ 
		--gapB: 50px; 
		--gapR: 30px; 
	}
}

@media screen and (max-width: 1280px){
	.video-board .item .img i{ width: 60px; height: 60px; }
	.video-board .item .txt h2{ font-size: 20px; margin-top: 15px; }
	.video-board .item .txt span{ font-size: 16px; margin-top: 5px; }
}

@media screen and (max-width: 1000px){
	.video-board{ 
		--gapB: 40px; 
		--gapR: 20px; 
		--line: 2;
	}
	.video-board .item:nth-of-type(3n){ margin-right: var(--gapR); }
	.video-board .item:nth-of-type(2n){ margin-right: 0; }
	.video-board .item .img i{ width: 50px; height: 50px; }
}

@media screen and (max-width: 900px){
	.video-board .item .txt h2{ font-size: 18px; }
}

@media screen and (max-width: 600px){
	.video-board .item .img i{ width: 45px; height: 45px; }
	.video-board .item figure::after{ border-width: 4px; }
}


/* 문의 폼 */
.grid-form{ 
	--bg: #F8F8F8;
	--height: 72px;
	--padding: 25px;
	--radius: 15px;
	--img: 206px;
}
.grid-form{ overflow: hidden; }
.grid-form *{ font-family: var(--baseFont); font-size: 17px; font-weight: 400; color: #111; }
.grid-form .right i,
.grid-form dl dt i{ display: inline-block; width: 5px; height: 5px; background: var(--mainColor); border-radius: 50%; vertical-align: text-top; }
.grid-form .right{ font-size: 17px; font-weight: 400; color: #555; text-align: right; margin-bottom: 30px; }
.grid-form .grid{ display: grid; grid-template-columns: repeat(2, 50%); margin: -30px; }
.grid-form .grid > *{ margin: 30px; }
.grid-form .block{ grid-column: auto / span 2; }
.grid-form .flex{ display: flex; flex-wrap: wrap; margin-bottom: -15px; }
.grid-form .flex > *{ margin-bottom: 15px; }
.grid-form .flex > *:not(:last-child){ margin-right: 15px; }
.grid-form dl dt{ font-size: 19px; font-weight: 600; color: #111; margin-bottom: 20px; }

.grid-form input{ width: 100%; height: var(--height); background: var(--bg); border: 2px solid var(--bg); border-radius: var(--radius); -webkit-border-radius: var(--radius); padding: 0 var(--padding); }
.grid-form input::placeholder{ color: #AAA; }
.grid-form select{ width: 100%; height: var(--height); background: var(--bg) url("/img/board/icon_form_arrow.svg") no-repeat center right var(--padding) / auto; border: 2px solid var(--bg); border-radius: var(--radius); -webkit-border-radius: var(--radius); padding: 0 var(--padding); padding-right: calc((var(--padding) * 2) + 10px); }
.grid-form textarea{ resize: none; width: 100%; height: 240px; background: var(--bg); border: 2px solid var(--bg); border-radius: var(--radius); -webkit-border-radius: var(--radius); padding: var(--padding); outline: none; }

.grid-form input:focus,
.grid-form select:focus,
.grid-form textarea:focus{ background: #FFF; border-color: var(--mainColor); box-shadow: 0 0 20px rgba(var(--mainRGB), 0.1); }

.grid-form .input-list ul{ min-height: calc(var(--height) + 17px); display: flex; flex-wrap: wrap; align-items: center; margin: -7px -30px; }
.grid-form .input-list ul li{ margin: 0 30px; }
.grid-form .input-list ul li input{ display: none; }
.grid-form .input-list ul li label{ display: inline-block; padding: 7px; padding-left: 33px; position: relative; cursor: pointer; }
.grid-form .input-list ul li label::before{ content: ""; width: 18px; height: 18px; border: 2px solid #E5E5E5; border-radius: 50%; box-sizing: border-box; position: absolute; top: calc((1.3em + 14px) / 2); left: 0; transform: translateY(-50%); }
.grid-form .input-list ul li label::after{ content: ""; width: 4px; height: 4px; background: #E5E5E5; border-radius: 50%; position: absolute; top: calc((1.3em + 14px) / 2); left: 9px; transform: translate(-50%, -50%); }
.grid-form .input-list ul li input:checked + label::before{ border-color: var(--mainColor); }
.grid-form .input-list ul li input:checked + label::after{ background: var(--mainColor); }

.grid-form .date{ position: relative; }
.grid-form .date::after{ content: ""; width: 24px; height: 100%; background: url("/img/board/icon_date.svg") no-repeat center center / contain; position: absolute; top: 0; right: var(--padding); }
.grid-form .date input{ padding-right: calc((var(--padding) * 2) + 24px); }

.grid-form .email > *{ width: calc((100% - 30px) / 3); }

.grid-form .file input{ flex: 1 1 auto; min-width: 0; width: unset; }
.grid-form .file .fileBtn input{ display: none; }
.grid-form .file .fileBtn label{ width: 180px; height: var(--height); display: inline-flex; justify-content: center; align-items: center; background: #222; border-radius: var(--radius); -webkit-border-radius: var(--radius); font-weight: 500; color: #FFF; text-align: center; cursor: pointer; }

.grid-form .captcha figure{ flex-shrink: 0; }
.grid-form .captcha img{ height: var(--height) !important; border-radius: var(--radius); }
.grid-form .captcha input{ width: calc(100% - var(--img) - var(--height) - 30px); }
.grid-form .captcha button{ flex-shrink: 0; width: var(--height); height: var(--height); background: #222; border: none; border-radius: var(--radius); padding: 0; }
.grid-form .captcha button i{ display: block; height: 20px; background: url("/img/board/icon_reset.svg") no-repeat center center / contain; }

.grid-form .policy .scroll-y{ height: 240px; background: var(--bg); border-radius: var(--radius); padding: var(--padding); }
.grid-form .privacy{ line-height: 1.5; } 
.grid-form .privacy *{ font-size: 15px; font-weight: 400; color: #AAA; }
.grid-form .privacy h6{ font-size: 17px; font-weight: 600; color: #A1A1A1; margin-bottom: 7px; }
.grid-form .privacy a{ font-weight: 600; color: #A1A1A1; white-space: nowrap; }
.grid-form .privacy a *{ font-weight: inherit; color: inherit; }
.grid-form .privacy a span{ text-decoration: underline; }
.grid-form .privacy a i{ font-style: normal; vertical-align: middle; }
.grid-form .privacy .dl-box > *{ margin-top: 40px; }
.grid-form .privacy p + dl{ margin-top: 20px; }
.grid-form .privacy .dl dl:not(:last-of-type){ margin-bottom: 20px; }
.grid-form .privacy dl dt{ font-weight: 500; color: #A1A1A1; margin-bottom: 7px; }
.grid-form .privacy dl dd{ padding-left: 9px; text-indent: -9px; margin-top: 3px; }
.grid-form .privacy dl dd::before{ content: "- "; }
.grid-form .privacy dl dd:only-of-type,
.grid-form .privacy dl dd.not{ padding-left: 0; text-indent: 0; }
.grid-form .privacy dl dd:only-of-type::before,
.grid-form .privacy dl dd.not::before{ display: none; }

.grid-form .agree{ text-align: center; margin-top: 60px; }
.grid-form .agree input{ display: none; }
.grid-form .agree label{ display: inline-block; font-weight: 400; color: #333; padding: 10px 0; padding-left: 45px; margin: -10px 0; position: relative; cursor: pointer; }
.grid-form .agree label{
	-webkit-tap-highlight-color: transparent;   /* 사파리 & 크롬용 */
	-webkit-touch-callout: none;                    /* iOS 오래 누를 때 메뉴 제거 */
	user-select: none;    
}
.grid-form .agree label i{ width: 30px; height: 30px; display: flex; flex-direction: column; justify-content: center; border: 2px solid #E5E5E5; border-radius: 5px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.grid-form .agree label i::before{ content: ""; display: block; height: 10px; background: url("/img/board/icon_agree_check.svg") no-repeat center center / contain; }
.grid-form .agree input:checked + label i{ background: var(--mainColor); border-color: var(--mainColor); }
.grid-form .agree input:checked + label i::before{ filter: brightness(5); -webkit-filter: brightness(5); }

.grid-form .submit{ display: flex; justify-content: center; margin-top: 120px; }
.grid-form .submit > *{ width: 320px; height: 75px; display: inline-flex; justify-content: center; align-items: center; background: #FFF; border: 2px solid var(--mainColor); border-radius: 99px; font-size: 19px; font-weight: 700; color: var(--mainColor); }
.grid-form .submit > *:not(:last-child){ margin-right: 10px; }
.grid-form .submit .red{ background: var(--mainColor); color: #FFF; }

@media screen and (max-width: 1700px){
	.grid-form{ 
		--height: 65px;
		--padding: 20px;
		--img: 186px;
	}
	.grid-form .right{ font-size: 16px; margin-bottom: 20px; }
	.grid-form dl dt{ font-size: 18px; margin-bottom: 15px; }

	.grid-form .input-list ul{ margin-inline: -20px; }
	.grid-form .input-list ul li{ margin-inline: 20px; }

	.grid-form .file .fileBtn label{ width: 150px; }
	
	.grid-form .captcha input{ width: calc(100% - var(--img) - var(--height) - 30px); }

	.grid-form .agree{ margin-top: 40px; }

	.grid-form .submit{ margin-top: 90px; }
	.grid-form .submit > *{ width: 260px; height: 65px; font-size: 18px; }
}

@media screen and (max-width: 1400px){
	.grid-form .grid{ margin: -15px; }
	.grid-form .grid > *{ margin: 15px; }
	.grid-form .flex{ margin-bottom: -10px; }
	.grid-form .flex > *{ margin-bottom: 10px; }
	.grid-form .flex > *:not(:last-child){ margin-right: 10px; } 

	.grid-form .captcha input{ width: calc(100% - var(--img) - var(--height) - 20px); }
}

@media screen and (max-width: 1280px){
	.grid-form{ 
		--height: 55px;
		--padding: 15px;
		--radius: 12px;
		--img: 158px;
	}
	.grid-form *{ font-size: 16px; }
	.grid-form .right{ font-size: 15px; margin-bottom: 15px; }
	.grid-form .right i,
	.grid-form dl dt i{ width: 4px; height: 4px; }
	.grid-form dl dt{ font-size: 17px; margin-bottom: 12px; }

	.grid-form .input-list ul{ margin-inline: -15px; }
	.grid-form .input-list ul li{ margin-inline: 15px; }
	.grid-form .input-list ul li label{ padding-left: 28px; }

	.grid-form .file .fileBtn label{ width: 120px; }

	.grid-form .agree{ margin-top: 30px; }
	.grid-form .agree label{ padding-left: 35px; }
	.grid-form .agree label i{ width: 25px; height: 25px; }

	.grid-form .submit{ margin-top: 60px; }
	.grid-form .submit > *{ width: 200px; height: 55px; font-size: 17px; }
}

@media screen and (max-width: 1100px){
	.grid-form .grid{ display: grid; grid-template-columns: repeat(1, 100%); }
	.grid-form .block{ grid-column: unset; }
}

@media screen and (max-width: 750px){
	.grid-form .email input{ width: calc((100% - 10px) / 2); }
	.grid-form .email input:last-of-type{ margin-right: 0; }
	.grid-form .email select{ width: 100%; }
}