@charset "utf-8";

.product-wrap{
	margin: 60px 0 80px;
}
.product-wrap .sub-inner{
	max-width: 1260px;
	margin: 0 auto 100px;
}
.pd-title-box{
	margin-bottom: 60px;
	text-align: center;
}
.pd-title-box p{
	line-height: 24px;
	font-size: 14px;
}

/*---main---*/
.main-con img{width: 100%;}
.main__slider {
	max-width:1600px;
	margin: 0 auto;
}
.main__slider .main-img{
	display: block;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
}
.main__slider .slick-arrow{
	top: 45%;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: -5px;
	background-image: url(/pc/resource/images/btn/btn_arr_circle.png);
}
.main__slider .slick-prev{
	left: 25px;
	background-position-y: -57px;
}
.main__slider .slick-next{
	right: 25px;
	background-position-y: 0;
}
.main__slider .slick-dots{
	bottom: 30px;
}
.main__slider .slick-dots li + li{
	margin-left: 10px;
}
.main__slider .slick-dots li > button{
	width: 15px;
	height: 15px;
	border-radius:100%;
	border: 1px solid rgb(74,74,74);
}
.main__slider .slick-dots .slick-active > button{
	border: 0;
	background: rgb(139,139,139);
}
	/*슬라이더에 영상*/
.main__slider .vdo-layout{
	overflow: hidden;
}
.main__slider .vdo-layout a{
	float: left;
	display: block;
/*	width: 33.125%; */
	width: 100%;
}
.main__slider .main__video{
	position: relative;
	float: left;
	overflow: hidden;
	width: 66.875%;
	height: 600px;
}
.main__slider .main__video iframe{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
}
.main__pd-list{
	overflow: hidden;
	margin: 20px auto;
}
.main__pd-list li{
	float: left;
	width: 32.5%;
	margin-left: 1.25%;
}
.main__pd-list li:nth-child(3n+1){
	margin-left: 0;
}
.main__pd-list li:nth-child(n+4){
	margin-top: 1.25%;
}
.main__pd-list .banner{
	position: relative;
	display: block;
}
.main__pd-list .pd-thum{
	position: relative;
}
.main__pd-list .pd-thum .name{
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
  font-family: 'DINPro-Bold','NanumSquare';
	font-weight: 800;
	transition:all .2s ease;
}
.main__pd-list .comming{
	position: relative;
	width: 100%;
	height: 300px;
	padding-top: 30px;
	text-align: center;
	background:rgb(30,37,44);
	color: rgb(255,255,255);
	box-sizing: border-box;
}
.main__pd-list .comming .logo{
	width: 96px;
	height: 35px;
	margin: 0 auto;
	text-indent: -9999px;
	background:  url(/pc/resource/images/common/logo.png) center center / 100% no-repeat;
}
.main__pd-list .comming .name--big{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	line-height: 43px;
	font-family: 'Industry-Black';
	font-size: 40px;
}
.main__pd-list .name--big > span{
	position: relative;
}
.main__pd-list .name--big > span:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 6px;
	transition:width .5s ease;
	background: rgb(254,84,30);
}
.main__pd-list .comming .soon{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
    font-family: 'DINPro-Bold';
	font-size: 22px;
}
	/*main__pd-list 배너 오버 시*/
.main__pd-list li:hover .pd-thum .name{
	color: rgb(254,84,30);
}

.main__category-list{
	padding: 70px 0 60px;
	text-align: center;
	background: rgb(24,24,24);
	background-image: linear-gradient(0deg, rgb(24,24,24) 35%, rgb(71,71,72) 100%);
}
.main__category-list > h2{
	margin-bottom: 40px;
	line-height: 50px;
	font-size: 34px;
	font-weight: 400;
	color: rgb(255,255,255);
}
.main__category-list ul{
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.main__category-list li{
	position: relative;
	float: left;
	width: 24.0625%;
}
.main__category-list li + li{	
	margin-left: 1.25%;
}
.main__category-list li .txt{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	line-height: 32px;
	font-size: 22px;
    font-weight: 700;
	color: rgb(204,204,204);
}
	/*메인팝업*/
.main__popup{
	position: relative;
	width: 480px;
}
.main__popup img{width: 100%;}
.main__popup .btn-close{
	position: absolute;
	right: -10px;
	top: -50px;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(/pc/resource/images/common/ico_x_wt.png) center center / 20px no-repeat;
}
.main__popup .slick-dots{
	bottom: 30px;
}
.main__popup .slick-dots li + li{
	margin-left: 10px;
}
.main__popup .slick-dots li button{
	width: 10px;
	height: 10px;
	border-radius:100%;
	border: 1px solid rgb(119,119,119);
	box-sizing: border-box;
}
.main__popup .slick-dots .slick-active button{
	background: rgb(119,119,119);
}
.main__popup .close-area{
	padding: 5px;
	background: rgb(10,10,10);
}
.main__popup .close-area input{
	vertical-align: middle;
}
.main__popup .close-area label{
	color: rgb(255,255,255);
}
/*2020-04-28 팝업 arrow btn 추가*/
.main__popup .slick-arrow{
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	z-index: 9999;
}
.main__popup .slick-next {
	right: 0;
	background: url(/pc/resource/images/main/main_popup_arrw_next.png) center /100% no-repeat;
}
.main__popup .slick-prev{
	left: 0;
	background: url(/pc/resource/images/main/main_popup_arrw_prev.png) center /100% no-repeat;
}
/*---list---*/
.gd-list-box .gd-tab{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.gd-list-box .gd-tab li{
	display: inline-block;
}
.gd-list-box .gd-tab li + li{
	margin-left: 30px;
}
.gd-list-box .gd-tab li a{
	font-size: 14px;
}
.gd-list-box .gd-tab li.on a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(254,80,0);
	color: rgb(254,80,0);
}
.gd-list-box .gd-sort{
	width: 120px;
	height: 30px;
	line-height: 30px;
}
.gd-list-box .gd-list{
	margin: 30px 0 80px;
}
.gd-list:after{
	content: '';
	display: block;
	clear: both;
}
.gd-list > li{
	float: left;
	width: 32.5%;
	margin: 40px 0 0 1.25%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(180,180,180,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(180,180,180,1);
	box-shadow: 0px 0px 6px 0px rgba(180,180,180,1);
}
.gd-list > li:nth-child(-n + 3){
	margin: 0 0 0 1.25%;
}
.gd-list > li:nth-child(3n + 1){
	clear: both;
	margin: 40px 0 0 0;
}
.gd-list > li:nth-child(1){
	margin: 0 0 0 0;
}
.gd-list .photo img{
	width: 100%;
}
.gd-list .gd-info {
    font-family: 'Industry-Book','NanumSquare';
}
.won{
	vertical-align: middle;
	font-size: 18px;
	font-family: 'NanumSquare';
	font-style: normal;
}
.gd-list .gd-info .won{
	font-size: 18px;
	line-height: 1;
}
.gd-list .gd-info .tit{
	line-height: 24px;
	font-size: 26px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 30px;
	box-sizing: border-box;
}
.gd-list .gd-info .price{
	margin-top: 20px;
	font-size: 21px;
	color: rgb(254,80,0);
}
.price .sale{
	text-decoration: line-through;
	color: rgb(117,117,117);
}
.gd-list .gd-info .price .sale{
	margin-right: 10px;	
}
.gd-list .more-btn{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 25px auto 0;
	text-align: center;
	font-size: 16px;
    font-weight: 700;
	background: rgb(254,80,0);
	color: rgb(0,0,0);
	-webkit-box-shadow: 0px 1px 6px 0px rgba(180,180,180,1);
	-moz-box-shadow: 0px 1px 6px 0px rgba(180,180,180,1);
	box-shadow: 0px 1px 6px 0px rgba(180,180,180,1);
}
	/*탭 리스트 활성화*/
.tabbox__list .box{display: none;}
.tabbox__list .box.block{display: block;font-size: 0;}

.pd-compare-list {
	margin-top: 70px;
	overflow: hidden;
	letter-spacing: 0.02em;
	font-family: 'DINPro-Cond','NanumSquare';
}
.pd-compare-list .img-box{
	float: right;
	width: 71.05%;
	padding-right: 7.894%;
	box-sizing: border-box;
}
.pd-compare-list .img-box .img{
	float: left;
	width: 33.33%;
	text-align: center;
}
.pd-compare-list .img {
	margin-bottom: 13px;
}
.pd-compare-list .img img{max-width: 130px;}
.pd-compare-list .img .name{
	margin-top: 10px;
	line-height: 24px;
	letter-spacing: 0.02em;
	font-size: 22px;
	font-weight: 700;
}
.pd-compare-list .img .category{
	display: block;
	margin-top: -2px;
	letter-spacing: 0.02em;
	font-size: 14px;
}
.pd-compare-list .option-box{
	clear: both;
	overflow: hidden;
}
.pd-compare-list .skill{
	float: left;
	width: 28.95%;
	text-align: right;
	box-sizing: border-box;
}


.pd-compare-list .skill > div{
	padding-right: 19.09%;
	box-sizing: border-box;
}
.pd-compare-list .feature {
	float: left;
	width: 63.11%;
	box-sizing: border-box;
}
.pd-compare-list .feature .detail-box{
	float: left;
	width: 33.33%;
	text-align: center;
}
	/*리스트 2개일때*/
.pd-compare-list.list2 .skill{
	width: 32.3684%;
}
.pd-compare-list.list2 .img-box,
.pd-compare-list.list2 .feature{
	width: 67.3684%;
	padding: 0 0 0 7.368%;
}
	/*리스트 4개일때*/
.pd-compare-list.list4 .skill{
	width: 24.73%;
	padding-right: 60px;
}
.pd-compare-list.list4 .img-box,
.pd-compare-list.list4 .feature{
	width: 75.26%;
	padding: 0 7.894% 0 0;
}
.pd-compare-list.list4 .feature .detail-box,
.pd-compare-list.list4 .img-box .img{
	width: 25%;
}

.pd-compare-list .list > div{
	min-height: 41px;
	padding: 7px 0;
	font-size: 18px;
	box-sizing: border-box;
}
.pd-compare-list .list > div:nth-child(even){background: rgb(242,242,242);}
.pd-compare-list i {
	display: inline-block;
	vertical-align: middle;
}
.pd-compare-list i + i{
	margin-left: 5px;
}
.circle--fill{
	width: 16px;
	height: 16px;
	border-radius:100%;
	background: rgb(254,80,0);
}
.circle--empty{
	width: 14px;
	height: 14px;
	border: 3px solid rgb(204,205,205);
	border-radius:100%;
	box-sizing: border-box;
}
.circle-info{
	width: 14px;
	height: 14px;
	background: url(/pc/resource/images/common/ico_info.png) 0 0 no-repeat;
}
.circel-join{
	position: relative;
}
.circel-join .circle-info{
	position: absolute;
	right: -20px;
	top: 25%;
}
.pd-compare-list .buy-btn{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
} 

/* 2023-04-25 원 정렬 추가 */

.align-circle .circle--fill{
	margin-left: 36px;
}


/* //2023-04-25 원 정렬 추가 */

/*---view---*/
.product-wrap .gd-view{
	margin: 0 auto 70px;
}
.gd-view__slider {
	float: left;
	width: 50%;
}
.gd-view__slider img{width: 100%;}
.gd-view__slider .slick-slide:hover{

}
.gd-view__slider .zoomImg{
	background: rgb(255,255,255);
		cursor:zoom-in;
}
.gd-view__slider .slick-arrow{
	top: 50%;
	width: 14px;
	height: 20px;
	background-repeat: no-repeat;
	background-position-x: 0;
	background-image: url(/pc/resource/images/btn/btn-arr-bk.png);
}
.gd-view__slider .slick-prev{
	left: 10px;
	background-position-y: 0;
}
.gd-view__slider .slick-next{
	right: 10px;
	background-position-y: -33px;
}
.gd-view-thum{
	width: 605px;
	float: left;
}
.gd-view-thum img{width: 100%;}
.gd-view-thum .gd-photo{
	float: right;
	width: 510px;
	margin-left: 20px;
}
.gd-view-thum .gd-nav{
	float: left;
	width: 75px;
	padding: 42px 0;
}
.gd-view-thum .gd-nav .slick-slide{
	position: relative;
	margin: 5px 0;
	outline:0
}
.gd-view-thum .gd-nav .slick-current:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 	border: 3px solid rgb(254,80,0);
	box-sizing: border-box;
}
.gd-view-thum .slick-arrow{
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(/pc/resource/images/btn/btn-arr-bk.png);
}
.gd-view-thum .gd-photo .slick-arrow{
	top: 45%;
}
.gd-view-thum .gd-photo .slick-prev{
	left: 0;
	background-position:12px 9px;
}
.gd-view-thum .gd-photo .slick-next{
	right: 0;
	background-position:14px -22px;
}
.gd-view-thum .gd-nav .slick-arrow{
	left: 0;
	right: 0;
	margin: 0 auto;
	transform:rotate(90deg);
}
.gd-view-thum .gd-nav .slick-prev{
	top: 0;
	background-position:3px 9px;
}
.gd-view-thum .gd-nav .slick-next{
	bottom: 0;
	background-position: 25px -22px;
}
.gd-option{
	float: right;
	width: 44.44%;
    font-family: 'Industry-Bold','NanumSquare';
}
.gd-view .gd-option{
	padding-top: 70px;
}
.gd-option .tit{
	line-height: 28px;
	font-size: 25px;
}
.gd-option .tit .tag{
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	vertical-align: middle;
	border-radius:0;
	line-height: 20px;
	font-size: 14px;
}
.gd-option .gd-num{
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Industry-Book';
}
.gd-option .gd-num > span{
	font-family: 'Industry-Bold';
	color: rgb(254,80,0);
}
.gd-option .price{
	margin-top: 15px;
	font-size: 40px;
	color: rgb(254,80,0);
}
.gd-option .price .won{
	font-size: 30px;
}
.gd-option .price .sale{
	font-size: 22px;
	color: rgb(173,173,173);
}
.gd-option .price .sale .won{
	font-size: 18px;
}
.gd-option .detail-txt {
	margin-top: 25px;
	line-height: 24px;
	font-size: 14px;
	font-family: 'NanumSquare';
}
.gd-option .detail-txt strong{
	font-size: 18px;
}
.gd-option .detail-txt p{
	margin-top: 20px;
}
.gd-option .detail-mid{
	position: relative;
}
.quantity-input{
	margin-top: 35px;
	font-size: 0;
}
.quantity-input a{
	display: inline-block;
	width: 30px;
	height: 40px;
	vertical-align: top;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.quantity-input .minus-btn{
	border-left: 1px solid rgb(204,204,204);
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background-image: url(/pc/resource/images/btn/btn_minus.png);
}
.quantity-input .plus-btn{
	border-right: 1px solid rgb(204,204,204);
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	background-image: url(/pc/resource/images/btn/btn_plus.png);
}
.quantity-input .num-input{
	width: 90px;
	height: 40px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
	font-size: 14px;
    font-family: 'Industry-Bold';
	box-sizing: border-box;
}
.gd-option .benefit-info{
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	font-size: 14px;
    font-family: 'NanumSquare';
}
.gd-option .buy-btn-area{
	overflow: hidden;
	margin-top: 30px;
}
.gd-option .buy-btn-area > a:first-child{margin: 0;}
.gd-option .buy-btn-area > a{
	float: left;
	padding: 23px 0;
	margin-left: 1.785%;
	text-align: center;
	line-height: 1px;
	font-size: 16px;
    font-weight: 700;
}
.gd-option .buy-btn-area .btn-left{
	width: 37.142%;
}
.gd-option .buy-btn-area .btn-right{
	width: 61.0714%;
	font-size: 20px;
}
/* .gd-option .menual-btn{
	margin-top: 40px;
} */
/*2020-03-05 shop 수정*/
.gd-shop .quantity-input .num-input{
	width: 150px;
}
.gd-shop .card-info{
	margin-top: 25px;
	font-size: 14px;
	font-family: 'NanumSquare';
}
.gd-shop .card-info span + span{
	margin-left: 30px;
}
.gd-shop .connect-link{
	position: relative;
	margin-top: 40px;
}
.gd-shop .share-list{
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	margin: 0;
}
.gd-shop .url-tit{
	float: left;
	margin: 2px 20px 0 0;
}
.gd-shop .share-list ul{
	float: left;
}
.menual-btn{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: rgb(254,80,0);
}
.menual-btn:after{
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 10px;
	vertical-align: middle;
	background:  url(/pc/resource/images/common/ico_menual.png) center center no-repeat;
}
.share-list {
	margin: 40px 0 0 0;
}
.url-tit{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: 'NanumSquare';
}
.share-list ul{
	overflow: hidden;
}
.share-list li{
	position: relative;
	float: left;
}
.share-list li + li{
	padding-left: 10px;
	margin-left: 10px;
}
.share-list li + li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 25%;
	width: 1px;
	height: 10px;
	background: rgb(224,224,224);
}
.share-list li a{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}
.share-list li a.face{background-image: url(/pc/resource/images/common/ico_share_face.png);}
.share-list li a.kakao{background-image: url(/pc/resource/images/common/ico_share_kakao.png);}
.share-list li a.naver{background-image: url(/pc/resource/images/common/ico_share_naver.png);}
.share-list li a.url{background-image: url(/pc/resource/images/common/ico_share_url.png);}

.gd-detail{
	margin-top: 70px;
}
.gd-detail .gd-tab{
	text-align: center;
	border-bottom:2px solid rgb(204,204,204);
	font-size: 0;
}
.gd-detail .gd-tab li{
	display: inline-block;
}
.gd-detail .gd-tab li + li{
	margin-left:35px;
}
.gd-detail .gd-tab li > a{
	display: inline-block;
	padding: 15px 0;
	font-size: 16px;
	color: rgb(85,87,89);
}
	/*상품설명 탭 활성화*/
.gd-detail .gd-tab li > a.on{
	color:rgb(254,80,0);
}
.gd-detail .box{display: none;}
.gd-detail .box:first-child{display: block;}
.gd-detail .box.block{display: block !important;}


.gd-detail .gd-editor {
	margin-bottom: 60px;
	line-height: 24px;
	font-size: 14px;
}
.gd-detail .gd-editor img{
	max-width: 100%;
}
.gd-detail .gd-editor iframe{
	width: 100%;
	height: 790px;
}
.gd-detail .spec-list {
	padding: 50px 70px 0;
	text-align: center;
	font-size: 0;
	background: rgb(30,37,43);
}
.gd-detail .spec-list li{
	display: inline-block;
	width: 280px;
	margin-bottom: 70px;
	vertical-align: top;
}
.gd-detail .spec-list li img{width: 99px;}
.gd-detail .spec-list li p{
	margin-top: 25px;
	padding: 0 20px;
	line-height: 24px;
	font-size: 14px;
	word-break: keep-all;
	color: rgb(153,153,153);
}
.gd-detail .spec-table{
	margin-top: 60px;
}
.gd-detail .spec-table h3{
	letter-spacing: 0.02em;
	font-size: 20px;
}
.gd-detail .table-box{
	margin-top: 20px;
	overflow: hidden;
}
.gd-detail .spec-detail{
	float: left;
	width: 49.206%;
	padding: 25px 30px;
	background: rgb(242,242,242);
	box-sizing: border-box;
}
.gd-detail #spec1 .spec-detail{min-height: 337px;}
.gd-detail #spec2 .spec-detail{min-height: 431px;}
.gd-detail .spec-detail + .spec-detail{
	margin-left: 1.587%;
}
.gd-detail .spec-detail h4{
	position: relative;
	margin-bottom: 10px;
	padding-left: 65px;
	letter-spacing: 0.02em;
	font-size: 28px;
	line-height: 45px;
}
.gd-detail .spec-detail h4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}
.gd-detail .spec-detail .spec1:before{background-image: url(/pc/resource/images/sub/ico_skill01.png);}
.gd-detail .spec-detail .spec2:before{background-image: url(/pc/resource/images/sub/ico_skill02.png);}
.gd-detail .spec-detail .spec3:before{background-image: url(/pc/resource/images/sub/ico_skill03.png);}
.gd-detail .spec-detail .spec4:before{background-image: url(/pc/resource/images/sub/ico_skill04.png);}

.gd-detail .spec-detail table{
	width: 100%;
	letter-spacing: 0.02em;
	font-size: 16px;
}
.gd-detail .spec-detail table tr{
	border-bottom: 1px dotted rgb(0,0,0);
}
.gd-detail .spec-detail table th,
.gd-detail .spec-detail table td{
	padding: 11px 0;
}
.gd-detail .spec-detail table th{
	text-align: left;
}
.gd-detail .spec-detail table td{
	text-align: right;
}
.gd-detail .delivery-info{
	color: rgb(51,51,51);
	margin-top: 50px;
}
.gd-detail .delivery-info h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}
.gd-detail .delivery-info + .delivery-info{
	padding-top: 40px;
	border-top: 1px solid rgb(238,238,238);
}
.noline__table,
.gd-info-notic table{
	width: 100%;
}
.noline__table th,
.noline__table td{
	vertical-align: top;
	text-align: left;
	line-height: 26px;
	font-size: 14px;
}
.noline__table th{
	width: 240px;
	padding: 12px 0 12px 20px;
	font-weight: 700;
	box-sizing: border-box;
}
.noline__table td{
	padding: 12px 0;
}
.noline__table.center tbody{
	border-top: 1px solid rgb(0,0,0);	
	border-bottom: 1px solid rgb(0,0,0);
}
.noline__table.center th{
	padding: 12px 0 12px 0;
	text-align: center;
	background: rgb(238,238,238);
}
.noline__table.center tr + tr{
	border-top: 1px solid rgb(229,229,229);
}
.noline__table.center td{
	padding-left: 20px;
}
.gd-detail .video{
	position: relative;
	height: 0;
	margin-top: 60px;
	padding-bottom: 60.25%;
}
.gd-detail iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* 상품설명 */
.gd-detail .delivery-info .info01 {
	background: url(/pc/resource/images/sub/bg_01.jpg) no-repeat center;
	height: 720px;
	padding: 0 30px 0 100px;
	margin-top: -50px;
	box-sizing: border-box;
} 
.gd-detail .delivery-info .info01 .in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
} 
.gd-detail .delivery-info .info01 .in .img {} 
.gd-detail .delivery-info .info .in .prdt {
	background: rgb(255,255,255);
	width: 520px;
	height: 520px;
	border-radius: 20px;
	padding: 50px 70px;
	box-sizing: border-box;
} 
.gd-detail .delivery-info .info .in .prdt > div img {
	width: 100%;
} 
.gd-detail .delivery-info .info .in .txt {text-align: center;}
.gd-detail .delivery-info .info01 .in .txt p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
.gd-detail .delivery-info .info01 .in .txt p b {
	font-size: 32px;
    font-family: 'Industry-Bold';
}
.gd-detail .delivery-info .info .in .txt p.desc {
	font-size: 16px;
	font-family: 'Industry-Book', 'NanumSquare','맑은 고딕','malgun gothic', sans-serif;
	line-height: 27px;
	margin-top: 18px;
	letter-spacing: -.5px;
}

.gd-detail .delivery-info .info02 {
	background: url(/pc/resource/images/sub/bg_02.jpg) no-repeat center;
	height: 688px;
	padding: 64px 36px;
	box-sizing: border-box;
}
.gd-detail .delivery-info .info02 .in .txt {
	width: 495px;
	height: 560px;
	padding-top: 323px;
	box-sizing: border-box;
	text-align: center;
	float: right;
}
.gd-detail .delivery-info .info02 .in .txt p.tit {
	font-size: 36px;
	font-weight: 700;
	margin-top: 25px;
}
.gd-detail .delivery-info .info02 .in .txt p span {font-weight: 600;}

.gd-detail .delivery-info .info03 {
	background: rgb(236,236,236);
	padding: 90px 30px;
	box-sizing: border-box;
}
.gd-detail .delivery-info .info .in h4 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.gd-detail .delivery-info .info .in h4 b {
	font-size: 38px;
    font-family: 'Industry-Bold';
}
.gd-detail .delivery-info .info03 .in .s-tit {
	font-size: 24px;
	text-align: center;
	margin-top: 24px;
}
.gd-detail .delivery-info .info03 .cont li {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.gd-detail .delivery-info .info03 .cont li .gif {
	width: 510px;
	border-radius: 15px;
	box-sizing: border-box;
}
.gd-detail .delivery-info .info03 .cont li .gif img {
	width: 100%;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0px 4px 11px 1px #9b9b9b;
}
.gd-detail .delivery-info .info03 .cont li .txt {
	width: 460px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.gd-detail .delivery-info .info03 .cont li.lt .txt {
	margin-right: 70px;
}
.gd-detail .delivery-info .info03 .cont li.rt .txt {
	margin-left: 70px;
}
.gd-detail .delivery-info .info03 .cont li .txt p {
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	padding-bottom: 6px;
}
.gd-detail .delivery-info .info03 .cont li .txt p .mark {margin-top: 15px;}
.gd-detail .delivery-info .info04 {
	background: url(/pc/resource/images/sub/bg_03.jpg);
	height: 704px;
	padding: 0 30px;
	box-sizing: border-box;
}
.gd-detail .delivery-info .info04 .in {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}
.gd-detail .delivery-info .info04 .in .prdt {
	padding: 35px 70px; 
	text-align: center;
	box-shadow: 0px 4px 11px 1px #5e5e5e;
}
.gd-detail .delivery-info .info04 .in .prdt > div  img {width: auto; height: 265px;}
.gd-detail .delivery-info .info04 .in .txt .tit {
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
	margin-top: 25px;
}
.gd-detail .delivery-info .info05 {
	padding: 60px 30px;
}
.gd-detail .delivery-info .info05 .in {padding-top: 60px;	}
.gd-detail .delivery-info .info05 .additional-box {
	display: flex;
	margin-top: 38px;
}
.gd-detail .delivery-info .info05 .additional {
	min-height: 403px;
	background: rgb(255,255,255);
	margin-right: 40px;
	border-radius: 15px;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 35px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	box-shadow: 0 0 30px 6px rgba(79 79 79 / 14%);
}
.gd-detail .delivery-info .info05 .mr0 {margin-right: 0;}
.gd-detail .delivery-info .info05 .additional .txt {
	border-top: 1px solid rgb(219,220,221);
	box-sizing: border-box;
	padding-top: 18px;
	min-height: 183px;
}
.gd-detail .delivery-info .info05 .additional .img {
	height: 190px;
	display: flex;
	align-items: center;
}
.gd-detail .delivery-info .info05 .additional .txt .tit {
	font-size: 30px;
	line-height: 48px;
	font-weight: 700;
}
.gd-detail .delivery-info .info06 .in {padding: 60px 0 55px;}
.gd-detail .delivery-info .info06 .in > div {
	display: flex;
	align-items: center;
	margin-top: 75px;
}
.gd-detail .delivery-info .info06 .in .img {}
.gd-detail .delivery-info .info06 .in .txt {text-align: left; margin-left: 30px;}
.gd-detail .delivery-info .info06 .in .txt p{
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
}
.gd-detail .delivery-info .info06 .in .txt p b {
	font-size: 32px;
    font-family: 'Industry-Bold';
}
.gd-detail .delivery-info .info06 .in .txt .list li {
	position: relative;
	color: rgb(70,70,70);
	font-size: 22px;
	line-height: 48px;
	padding-left: 29px;
}
.gd-detail .delivery-info .info06 .in .txt .list li:before {
	content: '';
	display: block;
	position: absolute;
	left:  0;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(70,70,70);
	border-radius: 50%;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
}
.gd-detail .delivery-info .info07 .in .tit_v {
	font-size: 40px;
    font-family: 'Industry-Bold';
}
/* 상품설명 */

/* gd-editor에 상품 기능 */
.feature-box {
	position: relative;	
	padding: 50px 0;
	text-align: center;
}
.feature-box:after{
	content: '';
	clear: both;
	display: block;
}
.feature-box.bg{
	padding: 0;
}
.feature-box .feature__tit h3{
	line-height: 32px;
	font-size: 36px;
}
.feature-box .quotes{
	font-family: 'Industry-Book';
}
.feature-box .feature__tit p{
	margin-top: 30px;
	line-height: 24px;
	font-size: 16px;
}
.feature-box .ico__list{
	margin-top: 40px;
	font-size: 0;
}
.feature-box .ico__list li{
	position: relative;
	display: inline-block;
	font-size: 16px;
}
.feature-box .ico__list li > i{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}
.feature-box .ico__list li > i img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.feature-box .ico__list li + li{
	padding-left: 80px;
}
.feature-box .ico__list li + li:before{
	content: '+';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
.feature-box .technology p{
	margin-top: 30px;
	font-size: 24px;
	font-weight: 700;
}
.feature-box .switch{
	position: relative;
	width: 630px;
	margin: 20px auto 0;
}
.feature-box .switch .on{
	display: block;
}
.feature-box .switch .off{
	display: none;
}
.feature-box.video__con{
	padding: 0 0 48.571% 0;
	height: 0;
}
.feature-box .wing{
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.feature-box.video__con video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.feature-box .btn-replay{
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	transform: translateX(-50%);
	opacity: 0;
	font-size: 13px;
	color: rgb(255,255,255);
	transition:opacity .3s ease,visibility .3s ease;
}
.feature-box .btn-replay:before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(/pc/resource/images/sub/replay.svg) 0 0 no-repeat;
}
.feature-box .btn-replay.show{
	visibility: visible;
	opacity: 1;
}
.feature-box .spec{
	position: relative;
	float: left;
	width: 50%;
}
.feature-box .spec dl{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	text-align: center;
	color: rgb(255,255,255);
}
.feature-box .spec dt{
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
}
.feature-box .spec dd{
	margin-top: 10px;
	line-height: 24px;
	font-size: 16px;
}
.feature-box .wt{
	color: rgb(255,255,255);
}
.feature-box .center{
	position: relative;
	left: -5%;
}

/*간단 사용법*/
.use-video{
	position: relative;
	margin-top: 40px;
}
.use-video h3{
	margin-bottom: 25px;
}
.use-video ul{
	font-size: 0;
}
.use-video li{
	display: inline-block;
	width: 32.539%;
	vertical-align: top;
	margin-left: 1.19%;
	margin-bottom: 40px;
}
.use-video li:nth-child(3n + 1){margin-left: 0;}
.use-video .thum{
	position: relative;
}
.use-video .thum img{
	width: 100%;
	filter:brightness(.5);
	transition:filter .3s ease;
}
.use-video .thum:after,
.use-video .thum:before{
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.use-video .thum:before{
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	border-radius:100%;
	background: rgb(0,0,0,.5);
	transition:background-color .3s ease,transform .3s ease;
}
.use-video .thum:after{
	left: calc(50% + .2rem);
	z-index: 15;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1.6rem solid #fff;
}
.use-video .desc{
	margin-top: 10px;
	line-height: 24px;
	font-size: 16px;
}
.use-video li:hover .thum img{filter:brightness(1);}
.use-video li:hover .thum:before{
	background-color: rgba(0,0,0,.7);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
.use-video .video{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.use-video .video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.use-video .menual-btn{
	display: inline-block;
	margin-left: 20px;
}
	/*영상 팝업*/
.popup.video{
	width: 1080px;
	padding: 0;
	background: none;
}
.popup.video .tit{
	margin-bottom: 20px;
	overflow: hidden;
}
.popup.video .tit{

}
.popup.video h3{
	float: left;
	font-size: 18px;
	color: rgb(255,255,255);
}
.popup.video .tit .btn__close{
	position: static;
	float: right;
}
.popup.video .video-box{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.popup.video .video-box iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*검색결과*/
.search__result{
	margin-bottom: 70px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}
.gd-option .buy-box {margin: 44px 0 47px;}
.gd-option .buy-box p {
	font-weight: 700;
	font-size: 14px;
	color: rgb(153,153,153);
}
.gd-option .buy-box a {
	width: 230px;
	height: 50px;
	display: block;
	margin: 18px 0 0;
	font-weight: 800;
	font-size: 18px;
	color: rgb(0,0,0);
	text-align: center;
	line-height: 46px;
}

/*무이자 카드 혜택*/
.popup.card{
	width: 600px;
	padding: 40px;
	box-sizing: border-box;
}
.popup.card h3{
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
}
.popup.card .list__table thead{border-top: 1px solid rgb(0,0,0);}
.popup.card .list__table tbody{border-top: 1px solid rgb(0,0,0);}
.popup.card .list__table tr + tr{border:0}
.popup.card .list__table th{
	padding: 12px 0;
	font-weight: 700;
	background: rgb(255,255,255);
}
.popup.card .list__table td{padding: 10px 0;}
.popup.card .list__table .fw{font-weight: 700;}
.popup.card .card-box + .card-box{margin-top: 80px;}



/* 2021-07-06 메인 배너 수정 */
.main-con.main-banner-box {
	margin-top: 35px;
	text-align: center;
}
.main-con.main-banner-box + .main-banner-box {margin-bottom: 40px;}
.main-con .mainbanner-tit {
	display: inline-block;
	font-family: 'Industry-Bold', 'NanumSquare','맑은 고딕','malgun gothic', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: rgb(0,0,0);
	text-align: center;
	border-bottom: 2px solid rgb(240,90,33);
}
.main-con .mainbanner-tit span {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin: 3px 5px 0 0;
	font-family: 'Industry-Bold', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
	line-height: 26px;
	vertical-align: top;
	background-color: rgb(240,90,33);
	border-radius: 50%;
}
.main-con.main-banner-box .main__pd-list {margin: 20px auto 0;}
/* //2021-07-06 메인 배너 수정 */

/* 2021-07-06 shop list 수정 */
.basic-inner.v2 .img-info-box {margin-top: -60px;}
.basic-inner.v2 .img-info-box img {width: 100%;}
.basic-inner.v2 .img-info-box + .title {margin: 20px 0 18px;}
.basic-inner.v2 .gd-list-box .gd-tab {font-size: 0;}
.basic-inner.v2 .gd-list-box .gd-tab li {
	width: 150px;
	height: 40px;
	margin-left: -1px;
	position: relative;
	top: 0;
	left: 0;
	vertical-align: top;
	border: 1px solid rgb(232,232,232);
	box-sizing: border-box;
}
.basic-inner.v2 .gd-list-box .gd-tab li:before {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	content: '';
	display: none;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	border: 2px solid rgb(254,80,0);
	box-sizing: border-box;
}
.basic-inner.v2 .gd-list-box .gd-tab li.on:before {display: block;}
.basic-inner.v2 .gd-list-box .gd-tab li:first-child {margin-left: 0;}
.basic-inner.v2 .gd-list-box .gd-tab li a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: rgb(85,85,85);
	line-height: 38px;
}
.basic-inner.v2 .gd-list-box .gd-tab li.on a {
	color: rgb(254,80,0);
	padding-bottom: 0;
	border: 0;
}
.basic-inner.v2 .gd-list-box .gd-list > li {
	width: 24.25%;
	clear: none;
	margin: 30px 1% 0 0;
	float: none;
    display: inline-block;
    vertical-align: top;
}
.basic-inner.v2 .gd-list-box .gd-list > li:nth-child(1),
.basic-inner.v2 .gd-list-box .gd-list > li:nth-child(2),
.basic-inner.v2 .gd-list-box .gd-list > li:nth-child(3),
.basic-inner.v2 .gd-list-box .gd-list > li:nth-child(4) {margin-top: 0;}
.basic-inner.v2 .gd-list-box .gd-list > li:nth-child(4n) {margin-right: 0;}
.basic-inner.v2 .gd-list-box .gd-list .gd-info .tit {font-size: 14px;}
.basic-inner.v2 .gd-list-box .gd-list .gd-info .price {
	height: 24px;
	margin-top: 11px;
	font-size: 16px;
	line-height: 24px;
}
.basic-inner.v2 .gd-list-box .gd-list .gd-info .won {
	margin-top: 1px; 
	font-size: 16px;
}
.basic-inner.v2 .gd-list-box .gd-list .more-btn {
	height: 55px;
	margin-top: 15px;
	font-weight: 800;
	line-height: 55px;
}
/* //2021-07-06 shop list 수정 */

/* 2021-07-06 상품상세 옵션 */
.goods-option-box {margin-top: 25px;}
.goods-option-box + .card-info {margin-top: 37px;}
.goods-option-box .goods-option {margin-top: 20px;}
.goods-option-box .goods-option:first-child {margin-top: 0;}
.goods-option-box .goods-option:after {
	content: '';
	display: block;
	clear: both;
}
.goods-option-box .goods-option .option-tit {
	width: 80px;
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	line-height: 40px;
}
.goods-option-box .goods-option.color .option-tit {line-height: 60px;}
.goods-option-box .color-option__list {
	width: calc(100% - 80px);
	float: left;
}
.goods-option-box .color-option__list li {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;	
}
.goods-option-box .color-option__list li a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.goods-option-box .color-option__list li a:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgb(204,204,204);
	box-sizing: border-box;
}
.goods-option-box .color-option__list li:hover a:before,
.goods-option-box .color-option__list li.on a:before {
	border-width: 2px;
	border-color: rgb(254,80,0);
}
.goods-option-box .color-option__list li img {width: 100%;}
.goods-option-box .size-option__list {
	width: calc(100% - 80px);
	float: left;
}
.goods-option-box .size-option__list li {
	float: left;
	margin-right: 10px;
}
.goods-option-box .size-option__list li .size__inp {
	position: absolute;
	z-index: -9999;
	opacity: 0;
}
.goods-option-box .size-option__list li label {
	width: 100px;
	height: 40px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	font-family: 'Industry-Bold', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgb(0,0,0);
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.goods-option-box .size-option__list li label:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgb(204,204,204);
	border-radius: 5px;
	box-sizing: border-box;
}
.goods-option-box .size-option__list li .size__inp:checked + label,
.goods-option-box .size-option__list li:hover .size__inp + label {color: rgb(254,80,0);}
.goods-option-box .size-option__list li .size__inp:checked + label:before,
.goods-option-box .size-option__list li:hover .size__inp + label:before {
	border-width: 2px;
	border-color: rgb(254,80,0);
}
.goods-option-box .quantity-input {
	float: left;
	margin-top: 0;
}
/* //2021-07-06 상품상세 옵션 */

/* 2021-07-15 컬렉션 페이지 추가 */

.collection-box .collection .box{position: relative;}
.collection-box	.tabbox__list{
	max-width: 1600px;
	margin: 60px auto 0;
}
.collection-box	.tabbox__list > p.tit{
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 60px;
}
.collection-box .gd-list > li{
	margin: 30px 0 0 1%;
	width: 24.25%;
}
.collection-box .gd-list > li:nth-child(-n + 4) {
	margin: 0 0 0 1%;
}
.collection-box .gd-list > li:nth-child(3n + 1) {
	clear: none;
	margin: 30px 0 0 1%;
}
.collection-box .gd-list > li:nth-child(4n + 1) {
	clear: both;
	margin: 30px 0 0 0;
}
.collection-box .gd-list > li:nth-child(1) {
	margin: 0 0 0 0;
}
.collection-box .gd-list > li:nth-child(4) {
	margin: 0 0 0 1%;
}
.collection-box .tabbox__list .gd-list .gd-info .tit{
	font-size: 18px;
}

.collection-box .tabbox__list .gd-list .gd-info .price {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 700;
}
.collection-box .tabbox__list .gd-list .gd-info .won{font-size: 14px;}
.collection-box .tabbox__list .gd-list .more-btn{
	margin: 15px auto 0;
	height: 55px;
	line-height: 55px;
	font-weight: 800;
}


/* 2021-07-19 컬렉션 */
.collection-box .collection-vdo-box {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.collection-box .collection-vdo-box .vdo {
	width: 1260px;
	margin: 270px auto 0;
}
.collection-box .collection-vdo-box .vdo > div {
	width: 1260px;
	height: 0;
	padding-top: 57.14285714285714%;
	position: relative;
	top: 0;
	left: 0;
}
.collection-box .collection-vdo-box .vdo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* //2021-07-19 컬렉션 */

/* 2023-04-19 상세 */
.gd-detail .delivery-info._v6 .info01 {}
.gd-detail .delivery-info._v6 .info .in .prdt > div:not(.txt) {
	width: 200px;
	margin: 0 auto;
}
.gd-detail .delivery-info._v6 .info .in .prdt img {width: 100%;}
.gd-detail .delivery-info._v6 .info .in .prdt {
	height: auto;
}
.gd-detail .delivery-info._v6 .info04 {}
.gd-detail .delivery-info._v6 .info04 .in .prdt {padding: 50px 40px;}
.gd-detail .delivery-info._v6 .info04 .in .prdt > div img {height: auto;}
.gd-detail .delivery-info._v6 .info .in h4 b {font-size: 36px;}
.gd-detail .delivery-info._v6 .info03 .in .s-tit b {    font-family: 'Industry-Book';}
.gd-detail .delivery-info._v6 .info03 .cont li .gif video {
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0px 4px 11px 1px #9b9b9b;
} 
.gd-detail .delivery-info._v6 .info03 .cont li .txt p b {font-family: 'Industry-Book', 'NanumSquare','맑은 고딕','malgun gothic', sans-serif;}
.gd-detail .delivery-info._v6 .info05 {
	background-color: rgb(236,236,236);
	padding-top: 0;
}
.gd-detail .delivery-info._v6 .info05 .s-tit {
	text-align: center;
	font-size: 23px;
	line-height: 36px;
	margin-top: 30px;
}
.gd-detail .delivery-info._v6 .info06 .in > div {justify-content: center;}
.gd-detail .delivery-info._v6 .info06 .in .img {margin-right: 50px;}
.gd-detail .delivery-info._v6 .info06 .in .txt {padding-left: 40px;}

/* // 2023-04-19 상세 */

/* 2023-05-11 product video */
.pd-video-box iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 563px;
}
.pd-video-box .video {
    position: relative;
    height: 0;
    margin-top: 60px;
    padding-bottom: 563px;
}
/* // 2023-05-11 product video */

/*2023-06-21 상세*/
.gd-detail .delivery-info._wingman .info .in .prdt{
	height: 520px;
	padding: 50px 40px;
}
.gd-detail .delivery-info._wingman .info .in .prdt > div:not(.txt){width: 235px;}
.gd-detail .delivery-info._wingman .info .in .txt{margin-top: 40px;}
.gd-detail .delivery-info._wingman .info03 .cont li .gif{width: 500px;}
.gd-detail .delivery-info._wingman .info03 .cont li .gif img{border-radius: 20px}
.gd-detail .delivery-info._wingman .info03 .cont li .txt{
	flex-direction: column; 
	width: 480px;
}
.gd-detail .delivery-info._wingman .info03 .cont li.lt .txt{margin-right: 20px;}
.gd-detail .delivery-info._wingman .info03 .cont li.rt .txt{margin-left: 20px;}
.gd-detail .delivery-info._wingman .info .in .txt p.desc{color: #464646;}
.gd-detail .delivery-info._wingman .info04 .in .prdt{
	width: 500px;
	height: 500px;
	padding-top: 90px;
}
.gd-detail .delivery-info._wingman .info04 .in .prdt > div:not(.txt){width: 216px;}
.gd-detail .delivery-info._wingman .info04 .in .prdt .txt{margin-top: 25px;}
.gd-detail .delivery-info._wingman .info05 .additional{
	flex-direction: column;
	align-items: center;
	padding: 0;
}
.gd-detail .delivery-info._wingman .info05 .additional .txt{border-top: none;}
.gd-detail .delivery-info._wingman .info05 .in .txt{margin-top: 0;}
.gd-detail .delivery-info .info06 .in h4, .gd-detail .delivery-info .info07 .in h4{text-align: left;}
.gd-detail .delivery-info._wingman .info06 .in .img{margin-right: 160px;}
.gd-detail .delivery-info._wingman .info06 .in .txt .list{margin-top: 20px;}
.gd-detail .delivery-info._wingman .info06 .in .txt .list li{
	padding-left: 12px;
	font-size: 16px;
	line-height: 26px;
}
.gd-detail .delivery-info._wingman .info06 .in .txt .list li:before{
	width: 2px;
	height: 2px;
	border-radius: 0px;
}
.gd-detail .delivery-info._wingman .info07{margin-top: 100px;}
.gd-detail .delivery-info._wingman .info07 p{margin-top: 20px;}
/* //2023-06-21 상세*/

/* 2023-06-28 product list 수정 */
.gd-list-box .gd-list.list4{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.gd-list.list4 .gd-info .tit{padding: 0;}
.gd-list.list4 > li:nth-child(4){margin: 0 0 0 1.25%;}
.pd-compare-list._modi .list > div:nth-child(odd){background: rgb(242,242,242);}
.pd-compare-list._modi .list > div:nth-child(even){background: rgb(255,255,255);}
/* //2023-06-28 product list 수정 */

/* 2024-02-15 상세 */
.gd-detail .delivery-info .info00 {
    position: relative;
    padding: 80px 0;
    text-align: center;
}
.gd-detail .delivery-info .txt2 {
	font-size: 24px; 
	line-height: 38px; 
}
.gd-detail .delivery-info .info00 .in > p {
	text-align: center; 
	padding-top: 30px; 
	margin-bottom: 100px;
}
.delivery-info._a1 .feature-box {
    padding: 80px 0;

}
.delivery-info._a1 .delivery-info .info06 .in {padding: 60px 0 0;}
.delivery-info._a1 .info03 .cont li .txt p {
	font-size: 36px;
	letter-spacing: -.5px;
}
.delivery-info._a1 .info03 .in .txt p.desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
}
.delivery-info._a1 .info03 .in .txt p.desc > span {
	font-weight: 600;
}
.delivery-info._a1 .info06 .in .txt p {
	font-size: 36px;
	line-height: 48px;
}
.delivery-info._a1 .info06 .in .txt p b {
	font-size: 36px;
    font-family: 'Industry-Book';
}
.delivery-info._a1 .info06 .in .txt .list li {
	font-size: 24px;
	font-weight: 400;
    font-family: 'Industry-Book', 'NanumSquare','맑은 고딕','malgun gothic', sans-serif;
	line-height: 40px;
}
.delivery-info._a1 .info06 .in .txt .list {
	margin-top: 20px;
}
.delivery-info._a1 .info06 .in .txt .list li > span {font-weight: 600;}
.delivery-info._a1 .info06 .in .txt .list li:before {
	width: 4px;
	height: 4px;
}

/* // 2024-02-15 상세 */

/* 2024-03-05 상세 */
.delivery-info._pro_x3_plus .info00 {
    height: 763px;
    padding: 0 30px;
    box-sizing: border-box;
}
.delivery-info._pro_x3_plus .info00 .in .txt {
	margin-top: 30px;
}
.delivery-info._pro_x3_plus .info00 .in .txt p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.delivery-info._pro_x3_plus .info00 .in {
    display: flex;
    justify-content: space-between;
	padding: 70px 0 0;
    height: 100%;
	box-sizing: border-box;
}
.delivery-info._pro_x3_plus .info00 .prdt {
	overflow: hidden;
}
.delivery-info._pro_x3_plus .info00 .prdt-img {
	width: 236px;
	margin: -300px auto 0;
}
.delivery-info._pro_x3_plus .info00 .img {
	width: 600px;
}
.delivery-info._pro_x3_plus .info00 .bot-txt {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	line-height: 26px;
	color: rgb(255,255,255);
	text-align: center;
}
/* // 2024-03-05 상세 */

/* 2024-03-13 리스트 수정 */
.gd-list.list5 > li:nth-child(5){margin: 0 0 0 1.25%;}
.pd-compare-list.list5 .feature .detail-box, .pd-compare-list.list5 .img-box .img {width: 20%;}
.pd-compare-list.list5 .img:last-child img {margin-top: -20px; max-width: 153px;}
.pd-compare-list.list5 .img:last-child .name {margin-top: -13px;}
/* // 2024-03-13 리스트 수정 */

/* 2024-03-15 상세 */
.bushnell-golf-app {
	margin: 40px 0;
	background-color: rgb(236,236,236);
}
.bushnell-golf-app > .in {
	position: relative;
	width: 660px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.bushnell-golf-app .app-img {
	position: absolute;
	top: 80px;
	right: 0;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(79,79,79,0.14);
	box-sizing: border-box;
	overflow: hidden;
}
.bushnell-golf-app .tit {
	padding-top: 130px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;	
}
.bushnell-golf-app .txt-box {
	padding-top: 110px;
	letter-spacing: -.2px;
}
.bushnell-golf-app .txt-box dl + dl {
	margin-top: 30px;
}
.bushnell-golf-app .txt-box dl dt {
	font-size: 24px;
	font-weight: 700;
}
.bushnell-golf-app .txt-box dl dd {
	margin-top: 15px;
	font-size: 16px;
	line-height: 27px;
	color: rgb(70,70,70);
}
.bushnell-golf-app .app-box {
	display: flex;
	margin-top: 35px;
	margin-left: 45px;
}
.bushnell-golf-app .app-box a + a {
	margin-left: 40px;
}
/* // 2024-03-15 상세 */

/* 2024-03-29 app */
.bushnell-app-box {
	background-color: rgb(236,236,236);
}
.bushnell-app-box .in {
	display: flex;
    align-items: flex-start;
	padding: 60px 30px;
	box-sizing: border-box;
}
.bushnell-app-box .in > div {
	width: 50%;
}
.bushnell-app-box .left {
	display: flex;
	justify-content: center;
}
.bushnell-app-box .left > img {
	margin: 0 20px;
	width: 205px;
}
.bushnell-app-box .right {
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.bushnell-app-box .right .tit {
    font-family: 'Industry-Bold', 'NanumSquare','맑은 고딕','malgun gothic', sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.bushnell-app-box .org {
	color: rgb(255,81,0);
}
.bushnell-app-box .right .app-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}
.bushnell-app-box .right .app-box {
	display: flex;
	margin-top: 30px;
}
.bushnell-app-box .right .app-box > a {
	width: 130px;
}
.bushnell-app-box .right .app-box > a + a {margin-left: 10px;}
.bushnell-app-box img {width: 100%;}
.bushnell-app-box .right .txt-box {
	margin-top: 35px;
	letter-spacing: -.3px;
}
.bushnell-app-box .right .txt-box dl {}
.bushnell-app-box .right .txt-box dl + dl {margin-top: 26px;}
.bushnell-app-box .right .txt-box dl dt {
	font-size: 18px;
	font-weight: 700;
	color: rgb(255,81,0);
}
.bushnell-app-box .right .txt-box dl dd {
	margin-top: 15px;
	font-size: 14px;
	line-height: 22px;
}
.bushnell-app-box .right .txt-box dl dd span {
	vertical-align: -3px;
	margin-right: 8px;
}
/* // 2024-03-29 app */

/* 2024-06-07 teambushnell */
.teambushnell-banner-box {
	position: relative;
	padding: 0 20px;
	max-width: 1640px;
    min-width: 1243px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
} 
/* // 2024-06-07 teambushnell */

/* 2024-07-25 상품상세 - 하단배너 */
#contents.product-wrap._v2 {margin: 60px 0 0;}
.product-wrap .gd-bot-banner {
    background: rgb(242, 242, 242) url(/pc/resource/images/sub/img_banner_notice_d_240724.jpg) no-repeat center / auto;
    height: 222px;
}
/* 2024-07-25 상품상세 - 하단배너 */

/* 2024-07-29 상품상세 - 배너 슬라이드 */
.gd-view-area._v2 .gd-view-thum {
	display: flex;
	flex-wrap: wrap;
}
.gd-view-area._v2 .sub-inner {margin: 0 auto 55px;}
.gd-view-area._v2 .gd-photo {order: 1}

.gd-view-area._v2 .bnr-slide-box {
	position: relative;
	order: 2;
	margin: 29px 15px 0 auto;
	width: 515px;
}
.gd-view-area._v2 .bnr-slide-box .slick-dots {
	bottom: 20px;
}
.gd-view-area._v2 .bnr-slide-box .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px;
	border: 1px solid rgb(255, 255, 255);
	background-color: transparent;
}
.gd-view-area._v2 .bnr-slide-box .slick-active button {background-color: rgb(255, 255, 255);}
.gd-view-area._v2 + .gd-detail {margin-top: 55px;}
/* 2024-07-29 상품상세 - 배너 슬라이드 */

/* 2025-04-04 수정 */
.gd-list-box .gd-list.list4.list_2504{
	display: grid;
	grid-template-columns: repeat(4 , 1fr);
	gap: 20px;
}
.gd-list.list_2504 > li{
	width: 100%;
	height: 100%;
	margin: 0;
}
.gd-list.list5.list_2504 > li:nth-child(5){
	margin: 0;
}
.gd-list.list4.list_2504 > li:nth-child(4){
	margin: 0;
}
.pd-compare-list.list5.list_2504 .img:last-child img{
	margin-top: 0;
}
.pd-compare-list.list5.list_2504 .img:last-child .name{
	margin-top: 10px;
}
/* //2025-04-04 수정 */

/*1600*/
@media all and (max-width:1599px) {
	.main__slider .main__video iframe{
		position: absolute;
		left: -25%;
		top: 0;
		width: 100vw;
	}
}
