/*
	Web-planet Solution (Shop style)
	v1.0.0 | 2019-11-21
	Publisher
*/

/* font */
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-ExtraLight';
    --font-pre300: 'Pretendard-Light';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';
    --font-pre900: 'Pretendard-Black';
}






#wp_shop input[type="number"], #wp_shop button, #wp_shop select {border-radius:0;-webkit-appearance:none;}
#wp_shop select {
    background: url('/_wp/app/shop/skin/basic_4_3/img/wp_select_arrow.png') no-repeat 95% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#wp_shop select::-ms-expand {
    display: none;
}
#wp_shop #wp_header_title {display: none;}

/* shop input number */
#wp_shop input[type="number"]::-webkit-outer-spin-button,
#wp_shop input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 2019-11-19
	input 리셋 셀렉 화살표 구현
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
 */
#wp_shop .ea_wrap {width: 108px;margin: 0 auto;display: block;}
#wp_shop .ea_wrap_view {width: 170px;margin-top: 15px; margin-right: 0;display: block;}
#wp_shop .ea_wrap .wp_num_close_btn {}
#wp_shop .ea_wrap button {
	position: relative;
	width: 36px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background: #fff;
	font-size: 20px;
	font-weight: 400;
	color: #a0a0a0;
	cursor: pointer;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	padding: 0;
	margin: 0;
}
#wp_shop .ea_wrap input {
	width: 35px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-width: 1px 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
	border-radius: 0;
}
#wp_shop .ea_wrap .wp_num_close_btn {background: #000;color: #fff;border: 1px solid #000;line-height: 20px;margin-left: 15px;}

@media (max-width: 768px){
	#wp_shop .prd_choice .ea_wrap {margin-right: 0;display: block;width: 100%;}
	#wp_shop .ea_wrap button {width: 30px !important;height: 30px;line-height: 20px;padding: 0;}
	#wp_shop .ea_wrap input {width: 30px !important;height: 30px;line-height: 20px;}
}


/* shop_list */

	#wp_shop .wp_container {max-width: 1280px; margin: 0 auto;}
	#wp_shop .wp_container .wp_shop {overflow:hidden;margin-top:15px; padding: 0px;}

	#wp_shop .wp_cate_select_wrap {margin: 0;padding: 0;margin-top: 15px;text-align: right;width: 100%;}
	#wp_shop .wp_cate_select_wrap select, #wp_shop .wp_cate_select_wrap select option {    width: 100%;
    max-width: 150px;
    padding: 7px 30px 7px 10px;
    font-size: 14px;
    font-family: 'Pretendard-regular', 'Noto Sans KR'!important;
    border: 1px solid #ddd;
    line-height: 1.4em;
    border-radius: 5px;
		color: darkgrey;
    }

	/* #wp_shop .wp_shop ul {overflow:hidden; display: grid; grid-template-columns: repeat(3, 1fr);} */
	#wp_shop .wp_shop ul {overflow:hidden;}
	#wp_shop .wp_shop > ul {font-size: 0;}	/* inline �뺣젹 */
    #wp_shop .wp_shop .list_li{
        width: 100%;
        overflow: hidden;
    }
	#wp_shop .wp_shop .list_li {font-size: 12px;letter-spacing: -0.2px; /* width: 25%; 부트스트랩으로 대체 */display: inline-block;/* margin-bottom: 15px; */transition: all 0.5s ease-in-out;vertical-align: top; padding: 0 !important;float: none !important;}
	#wp_shop .wp_shop .list_li .wp_shop_wrap {padding: 10px;}
	#wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame {
	position: relative;
    padding-top: 99%;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    box-shadow: 0 3px 6px #00000017;
    border-radius: 10px;
    transition: 0.4s;
}
    #wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame:hover {
	  box-shadow: 0 0px 0px #00000017;
}
#wp_shop .wp_shop .list_li a {text-decoration: none!important;}
	/*
		== wp_shop_frame 비율 ==
		1:1 : padding-top: 100%; ratio
		2:1 : padding-top: 50%
		1:2 : padding-top: 200%
		4:3 : padding-top: 75%
		16:9 : padding-top: 56.25%
	*/
	#wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%;/*  height: auto; */ margin: auto 0;height: 100%; object-fit: cover;}
	_:-ms-input-placeholder, :root #wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame img {
		position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 100%; height: 100%; margin: auto 0;
	}

	#wp_shop .wp_shop .list_li .wp_shop_text .wp_shop_tit {padding: 5px 9px 5px 15px;font-size: 16px;font-family:'Pretendard-SemiBold', 'Noto Sans KR'!important;}
	
    


    
    /* list 커스텀 S */
    #wp_shop .wp_shop .list_li_cst{width: 100%; overflow: hidden;}
    #wp_shop .wp_shop .list_li_cst .li_in{padding: 25px 10px; border: 1px solid #E0E0E0; background: #fff;}
    #wp_shop .wp_shop .list_li_cst .li_in .tit_box{}
    #wp_shop .wp_shop .list_li_cst .li_in .tit_box>p{font-size: 18px; font-family: var(--font-pre600); padding-bottom: 15px; border-bottom: 2px solid #003F8D; margin-bottom: 5px;}
    #wp_shop .wp_shop .list_li_cst .li_in .pic_box{padding: 10px; border-bottom: 1px solid rgba(0, 63, 141, 0.85); margin-bottom: 15px;}
    #wp_shop .wp_shop .list_li_cst .li_in .pic_box .img_box{position: relative;}
    #wp_shop .wp_shop .list_li_cst .li_in .pic_box .img_box img{}
    #wp_shop .wp_shop .list_li_cst:hover .li_in .pic_box .img_box img{opacity: 0.2; transition: 0.3s;}
    #wp_shop .wp_shop .list_li_cst .li_in .pic_box .img_box .more_box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* background: rgba(255, 255, 255, 0.2); */ display: flex;align-items: center;justify-content: center; opacity: 0; transition: 0.3s;}
    #wp_shop .wp_shop .list_li_cst:hover .li_in .pic_box .img_box .more_box{opacity: 1;}
    #wp_shop .wp_shop .list_li_cst .li_in .pic_box .img_box .more_box>p{font-size: 18px; font-family: var(--font-pre600); color: #003F8D;}
    #wp_shop .wp_shop .list_li_cst .li_in .desc_box{padding: 0 5px;}
    #wp_shop .wp_shop .list_li_cst .li_in .desc_box>p{font-size: 16px; font-family: var(--font-pre300); color: #2E2E2E; line-height: 1.4; min-height: 68px;        white-space: pre-wrap;    }
    /* list 커스텀 E */





	#wp_shop .wp_shop_tit {font-weight: 700;color: #121212;font-size: 1.3em;margin-bottom: 0;/* text-decoration: underline; */}
	#wp_shop .brand {padding-top: 0px;font-family:'Pretendard-Light', 'Noto Sans KR'!important;font-size: 15px;min-height: 90px;}
	#wp_shop .discount {padding-top: 10px;}
	#wp_shop .discount .sell {display: block;color: #aaa;}
	#wp_shop .discount .sell .num {text-decoration:line-through;}
	#wp_shop .discount .sale {display: block;color: #ff4800;padding-top: 0;}
	#wp_shop .notdiscount .sell {display: block;color: #121212;}
	#wp_shop .price .soldout * {color: #aaa;text-decoration:line-through;cursor:default;}

	#wp_shop .sale .num, #wp_shop .sale .price, #wp_shop .notdiscount .num {font-weight: 600;}
	#wp_shop .wp_shop_frame > img {width: 100%;}
	#wp_shop .info {padding: 0 15px 10px;color: #5d5d5d;}

	/* 아이콘 */
	#wp_shop .prd_icon { position:absolute; top:100%; left:0; margin-top:-25px;}
	#wp_shop .prd_icon:after { display:block; clear:both; content:"";}
	#wp_shop .prd_icon span { display:inline-block; float:left; border-radius:0; border:0; padding:0 8px; font-size:12px; font-weight:500; color:#fff; text-align:center; vertical-align:top; text-transform:uppercase; }
	#wp_shop .prd_icon span:first-of-type { margin-left:0;}

	/* 아이콘종류 */
	#wp_shop .prd_icon .coupon { background:#808080;}
	#wp_shop .prd_icon .best { background:#515151;}
	#wp_shop .prd_icon .new { background:#020202;}
	#wp_shop .prd_icon .sale { background:#e1a35e;}
	#wp_shop .prd_icon .soldout { padding:0 8px; width:auto; font-size:12px; background:#d4d4d4;}

	/* 장바구니,찜 아이콘 */
	#wp_shop .wp_shop_btn {text-align: left;padding-left: 10px;}
	#wp_shop .wp_shop_btn a { margin: 2px; opacity: 0; -webkit-transform: translateY(50%); transform: translateY(50%); }
	#wp_shop .wp_shop_btn a i { display: inline-block; font-size: 20px; line-height: 30px; width: 30px; background-color: #ffffff; text-align: center; color: #000000; border: 1px dashed #ddd; }
	#wp_shop .wp_shop_btn a i:hover { background-color: #4da3e2; color: #ffffff; cursor: pointer; }
	#wp_shop .list_li:hover a, #wp_shop .list_li.hover a {opacity: 1; transition:all 0.3s; -webkit-transform: translateX(0); transform: translateX(0); width: 40px; }
	#wp_shop .list_li:hover a:nth-child(2),	#wp_shop .wp_shop_btn.hover a:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
	#wp_shop .list_li:hover a:nth-child(3), #wp_shop .wp_shop_btn.hover a:nth-child(3) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s;}

	#wp_shop .wp_container #wp_skin01 .wp_pager a {font-size: 20px;}
	#wp_shop .wp_list_footer {/* border-top:1px solid #d6d6d6; */}
	@media (max-width: 1000px){
		/* #wp_shop .wp_shop .list_li {width: 33.33%;} */	/* 부트스트랩으로 대체 */
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .list_li {transition: all 0s ease-in-out;}
		/* #wp_shop .wp_shop .list_li {width: 50%;} */	/* 부트스트랩으로 대체 */
		/* #wp_shop .wp_shop .wp_top1 {width: 100%;} */	/* 부트스트랩으로 대체 */
		#wp_shop .wp_shop_btn a {opacity: 1;}
		#wp_shop .wp_container #wp_skin01 .wp_pager a {font-size: 20px;}
	}
	@media (min-width: 768px){
            /* #wp_shop .wp_shop .wp_top3 {width: 33.33%;} */	/* 부트스트랩으로 대체 */
	}
      @media (max-width: 768px){
            #wp_shop .brand{font-size: 12px;line-height: 1.4em;padding:0;}
      }
	@media screen and (min-width:541px) {
		.prd_icon span { /* width:25px; */ height:25px; line-height:25px;}
		.prd_icon span:first-letter {font-size:12px;}
	}
	@media screen and (max-width:540px) {
		.prd_icon span {/* width:26px; */ height:26px; line-height:26px;}
		.prd_icon span:first-letter {font-size:12px;}
	}


/* shop_view  */

	#wp_shop .wp_product_detail {width: 100%;}
	#wp_shop .wp_img_div { width: 50%; float: left; }	/* 47 */
	#wp_shop .wp_img_div #wp-pager {font-size: 0;margin-top: 5px;}
	#wp_shop .wp_img_div #wp-pager a {display: inline-block;width: 20%;padding:5px;}
	#wp_shop .wp_img_div #wp-pager a img {max-width: 100%;}
	#wp_shop .wp_detail_div { width: 50%; padding-left: 4%; float: left;}	/* 48 */
	#wp_shop .wp_detail_div .prd_option {padding: 0 15px;}
	#wp_shop .wp_detail_div .prd_choice {padding: 0 15px;}
	#wp_shop .wp_detail_div .prd_choice > div {margin-top: 15px;}
	#wp_shop .wp_detail_div .prd_choice > div .wp_td_div {padding: 10px;font-size: 14px;vertical-align: middle;border-bottom: 1px dashed #ddd;}
	#wp_shop .wp_detail_div .prd_choice > div .wp_choice_right {min-width: 150px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_title {vertical-align: middle;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_title .choice_tit_txt {margin: 0;}

	#wp_shop .wp_detail_div .prd_choice .wp_td_div .wp_choice_price {padding-top: 10px;text-align: right;font-size: 15px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_total {padding: 15px 10px 10px;text-align: right;font-size: 13px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_total .wp_choice_total_color {font-size: 30px;color: #ff4800;margin-left: 10px;}
	/* #wp_shop .wp_detail_div .prd_choice .wp_choice_input {padding: 0;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_input i {font-size: 25px;vertical-align: top;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_input input{width: 70px;text-align: center;} */

	#wp_shop .wp_prd_txt {}
	#wp_shop .wp_prd_txt .prd_title { font-size: 28px; font-family: var(--font-pre600); line-height: 1.2; color: #333333; padding-bottom: 15px; margin-bottom: 25px; border-bottom: 1px solid #8B8B8B;}
	#wp_shop .wp_prd_txt .prd_rank, .wp_prd_txt .prd_review {display: inline-block;margin-top: 10px;font-size: 13px;font-weight: 600;}
	#wp_shop .wp_prd_txt .prd_review {padding-left: 15px;}
	#wp_shop .wp_price{ font-size: 14px; font-weight: 600; text-decoration: line-through; margin-top: 10px; }
	#wp_shop .wp_price font {color: #a0a0a0; }
	#wp_shop .wp_sale_default {color: #121212; margin-top: 10px; font-size: 22px; font-weight: 600; }
	#wp_shop .wp_sale {color: #ff4800; margin-top: 10px; font-size: 22px; font-weight: 600; }
	#wp_shop .wp_sale_soldout { color: #aaa; margin-top: 10px; font-size: 22px; font-weight: 600; text-decoration: line-through; }
	#wp_shop .wp_sale_txt{ color: #ff4800; }
	#wp_shop .prd_price { border-bottom: 1px solid #dbdbdb; padding-bottom: 15px; margin-top: 20px; margin-bottom: 15px; }
	#wp_shop .prd_discount ul { font-size: 15px; line-height: 22px; overflow: hidden;font-family:'Pretendard-regular', 'Noto Sans KR'!important;}
	#wp_shop .prd_discount li:nth-child(odd){ float: left; width: 100px; font-weight: 500;font-family:'Pretendard-regular', 'Noto Sans KR'!important; }
	#wp_shop .prd_discount li:nth-child(2n){ overflow: hidden; color: #303033; font-weight: 500; }
	#wp_shop .prd_discount li:after{ display: block; clear: both; content: "";}
	#wp_shop .prd_discount li span{ display: block; font-size: 15px;font-family:'Pretendard-regular', 'Noto Sans KR'!important;color: #636363 }
	#wp_shop .prd_discount li span a{ text-decoration: underline; }
	#wp_shop .prd_sel .wp_prd_option { margin-top: 15px;padding: 10px;width: 100%; }
	#wp_shop .wp_btn { box-sizing:border-box; float: left; width: 33.33%; height: 50px; line-height: 50px; font-size: 14px; color: #fff; text-align: center;font-family:'Pretendard-regular', 'Noto Sans KR'!important;text-decoration: none; }
	#wp_shop .btn_like { background: #ff4800; color: #fff;}
	#wp_shop .btn_like:hover { color: #fff; }
	#wp_shop .btn_shopbag { background: #fff; color: #000; border: 1px solid #d4d4d4;transition: 0.4s }
	#wp_shop .btn_shopbag:hover {background-color: #1E1E1E ;color:#fff!important;}
	#wp_shop .btn_shopbag2 { background: #0b327d; color: #fff;  }
	#wp_shop .btn_shopbag:hover {color: #000;}
	#wp_shop .btn_shopbag2:hover {color: #d0e0ff;}
	#wp_shop .btn_buynow { background: #000; color: #fff; }
	#wp_shop .btn_buynow:hover {color: #fff;}




	#wp_shop .prd_summary {}
	#wp_shop .prd_summary >p{              
        font-size: 20px;
        font-family: var(--font-pre500);
        margin-bottom: 10px;
        padding: 0 15px;
        color: #777777;
    }
	#wp_shop .prd_summary .summary_box{          
        background: #F8F8F8;
        min-height: 245px;
        padding: 25px;
    }
	#wp_shop .prd_summary .summary_box .summary_detail{        
        white-space: pre-wrap;
        font-size: 16px;
        font-family: var(--font-pre500) !important;
        color: #333333;
    }







	#wp_shop .option_btnbx {margin-top: 20px;padding: 0 15px;}
	#wp_shop .prd_intro_span { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #dbdbdb; }
	#wp_shop .prd_intro_span span { font-size: 16px; font-weight: 500;font-family:'Pretendard-regular', 'Noto Sans KR'!important;}

	#wp_shop .wp_empty {width: 100%;display: inline-block;}	/* 빈공간채우기 */

	/* 옵션항목 */
	#wp_shop .wp_option_wrap {overflow: hidden;border-bottom: 1px solid #888;padding-bottom: 15px;}		/* 상세페이지 이미지 반응형 */
	#wp_shop .wp_option_wrap img {max-width: 100%;}		/* 상세페이지 이미지 반응형 */
	#wp_shop .wp_option_wrap .wp_option_li {margin-bottom: 30px;padding: 0 5px !important;}
	#wp_shop .wp_option_wrap .wp_option_li_title {padding: 5px 0;font-size: 13px;font-weight: 600;}
	#wp_shop .wp_option_wrap .wp_option_li_ea {font-size: 12px;}
	/* #wp_shop .wp_option_wrap .wp_option_li_ea input {border: 1px solid #888;width: 40%;text-align: center;} */
	#wp_shop .wp_option_wrap .wp_option_li_ea * {display: inline-block;vertical-align: middle;}



	/* 상세페이지 시작 */
	#wp_shop #wp_detail_view { margin-bottom: 50px;}
	#wp_shop #wp_detail_view .wp_view_title { border-top: 1px solid #888; border-bottom: 1px solid #888; font-size: 20px; font-weight: 600; margin: 15px 0; padding: 15px; }
	#wp_shop #wp_detail_view .wp_view_sub { padding-top: 30px; line-height: 1.5; padding-left: 15px;padding-right: 15px;}
    /* #wp_shop #wp_detail_view .wp_view_sub p{font-family:'Pretendard-regular', 'Noto Sans KR'!important;  border-bottom: 1px solid #b3b3b3;padding-bottom: 10px;margin-bottom: 20px;} */
	#wp_shop #wp_detail_view .wp_view_sub textarea { width: 100%;font-family:'Pretendard-regular', 'Noto Sans KR'!important;}

	#wp_shop .wp_view_sub img {max-width: 100%;}		/* 상세페이지 이미지 반응형 */









    /* 사양 / 모델별 상세 / 상세설명 */
	#wp_shop .wp_view_sub .detail_info{
        display: flex;
        flex-direction: column;
        gap: 70px;
    }
	#wp_shop .wp_view_sub .detail_info .info_table{}
	#wp_shop .wp_view_sub .detail_info .info_table>p{font-size: 20px; font-family: var(--font-pre600); color: #141414; margin-bottom: 40px;}
	#wp_shop .wp_view_sub .detail_info .info_table .table_box{}
	#wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table{}
    #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table,
    #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table{display: flex; flex-wrap: wrap; align-items: stretch;}
	#wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .line{display: flex;}
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok{display: flex; border-bottom: 1px solid #D1D1D1; flex:1;}
    #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok,
    #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok{display: flex; flex-direction: column; border-right: 1px solid #d1d1d1;}
    #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok:last-child,
    #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok:last-child{border-right: none;}
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok p{font-size: 16px; font-family: var(--font-pre400);}
	#wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .line .hangmok{width: 50%;}
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .td,
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .th{display: flex; align-items: center; justify-content: center; min-height: 70px;}
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .td{padding: 10px 30px; background: #F9F9F9; width: 100%;}
    #wp_shop .wp_view_sub .detail_info .info_table1 .table_box .div_table .hangmok .td{justify-content: flex-start}
    #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok .td,
    #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok .th{text-align: center;}
    #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .th{background: rgba(0, 63, 141, 0.85); color: #fff; align-items: center; padding: 10px;}
    #wp_shop .wp_view_sub .detail_info .info_table1 .table_box .div_table .hangmok .th{min-width: 260px;}
    #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok {flex:1;}


    /* 목록 */
    #wp_shop .goto_list{display: flex; align-items: center; justify-content: center;}
    #wp_shop .goto_list a{display: flex; align-items: center; gap: 5px; font-size: 16px; font-family: var(--font-pre400); color: #141414; }
    #wp_shop .goto_list a:hover{text-decoration: none; opacity: 0.8;}
    #wp_shop .goto_list a i{color: #5D5D5D; font-size: 20px;}


    @media (max-width: 992px){
        #wp_shop .wp_view_sub .detail_info .info_table1 .table_box .div_table .hangmok .th {
            min-width: 150px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .td {
            padding: 10px 20px;
            background: #F9F9F9;
        }
    }
    @media (max-width: 768px){
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .line {
            flex-direction: column;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .line .hangmok {
            width: 100%;
        }
        #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table,
        #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table{
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }
        #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok,
        #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok{
            display: flex;
            align-items: stretch;
            flex-direction: row;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .th {
            min-width: 150px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .td, 
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .th {
            min-height: 50px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok, 
        #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok {
            border-right: none;
        }
        
        #wp_shop .wp_view_sub .detail_info .info_table1 .table_box .div_table .hangmok .th {
            min-height: unset;
            height: auto;
        }
        #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok .td, 
        #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok .td {
            justify-content: flex-start;
            text-align: left;
        }
        #wp_shop .wp_view_sub .detail_info .info_table2 .table_box .div_table .hangmok .th, 
        #wp_shop .wp_view_sub .detail_info .info_table3 .table_box .div_table .hangmok .th {
            justify-content: center;
        }
    }
    @media (max-width: 576px){

        #wp_shop .wp_shop .list_li_cst .li_in .tit_box>p {
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: 5px;
        }
        #wp_shop .wp_shop .list_li_cst .li_in .pic_box {
            padding: 5px;
        }
        #wp_shop .wp_shop .list_li_cst .li_in .desc_box>p {
            font-size: 14px;
            min-height: 59px;
        }









        #wp_shop .wp_prd_txt .prd_title {
            margin-bottom: 15px;
        }
        #wp_shop .prd_summary >p {
            font-size: 18px;
            padding: 0;
        }        
        #wp_shop .prd_summary .summary_box {
            min-height: 180px;
            padding: 15px;
        }
        #wp_shop #wp_detail_view .wp_view_sub {
            padding-left: 0;
            padding-right: 0;
        }
        #wp_shop .wp_view_sub .detail_info {
            gap: 40px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table>p {
            font-size: 18px;
            margin-bottom: 15px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .th {
            min-width: 130px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok .td {
            padding: 5px 15px;
        }
        #wp_shop .wp_view_sub .detail_info .info_table .table_box .div_table .hangmok p {
            font-size: 15px;
        }
    }


    @media (max-width: 430px){
        #wp_shop .wp_shop .list_li_cst .li_in {
            padding: 15px 5px;
        }
        #wp_shop .wp_shop .list_li_cst .li_in .tit_box>p {
            font-size: 15px;
            padding-bottom: 5px;
        }
    }




















	/* 2020-06-05 */
	/* view_slide */
	#wp_shop .wp-swiper-container {min-height: auto !important;}
	#wp_shop .swiper-button-prev:before, #wp_shop .swiper-container-rtl .swiper-button-next:before {content:"" !important;}
	#wp_shop .swiper-button-next:before, #wp_shop .swiper-container-rtl .swiper-button-prev:before {content:"" !important; }
	#wp_shop .gallery-top{border: 1px solid #ddd;}
    #wp_shop .gallery-thumbs .swiper-slide {border: 1px solid #ddd;}
    
	#wp_shop .wp-swiper-container.gallery-thumbs img,#wp_shop .swiper-slide  img {width: 100%; }
	#wp_shop .gallery-thumbs  {margin-top: 10px;}



	/* 미디어 쿼리 */
	@media screen and (max-width:786px) {
		#wp_shop .wp_img_div { width: 100%; padding: 0px; margin-bottom: 40px;}
		#wp_shop .wp_detail_div { width: 100%; padding-left: 0%;}
		#wp_shop.sel_box .wp_prd_option { margin: 15px auto 0;padding: 10px 30px;width: 100%;display: inline-block; }
		/* 옵션 */
		#wp_shop .wp_img_div #wp-pager {margin: 15px 0;}
		#wp_shop .wp_img_div #wp-pager a {width: 25%;}
		/* 상세페이지 이미지 반응형 */
		.wp_view_sub img {width: 100%;}
		#wp_shop .gallery-thumbs  {margin-bottom: 15px;}
		#wp_shop .wp_img_div {padding: 0;}
	}
	@media screen and (max-width:480px) {
		#wp_shop .wp_detail_div .prd_choice > table .wp_choice_title {display: block;border-bottom: none;}
		#wp_shop .wp_detail_div .prd_choice > table .wp_choice_right {display: block;}

	}


/* search S */
#wp_shop .wp_search_wrap {padding: 30px 15px; border: 1px solid #ddd; margin-top: 30px; display: flex; flex-direction: column; gap: 15px;}
#wp_shop .wp_search_wrap .sch_line{display: flex;}
#wp_shop .wp_search_wrap .sch_line h5 {font-size: 14px; min-width: 50px; text-align: center; display: flex; align-items: center;}
#wp_shop .wp_search_wrap .sch_line .line_ips{flex: 1; display: grid; gap: 10px;}
#wp_shop .wp_search_wrap .sch_line .line_ips.cate_ips{}
#wp_shop .wp_search_wrap .sch_line .line_ips select{background: #fff; background: url(/img/icon/select_arrow.png) no-repeat calc(100% - 10px) 50% #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#wp_shop .wp_search_wrap .sch_line .line_ips select,
#wp_shop .wp_search_wrap .sch_line .line_ips input[type="text"],
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button button {outline:none; border: 1px solid #bbb; padding: 10px; font-size: 13px; width: 100%; min-height: 43.5px;}
#wp_shop .wp_search_wrap .sch_line .line_ips option {width: 100%;}
#wp_shop .wp_search_wrap .sch_line .line_ips.sch_ips{}
#wp_shop .wp_search_wrap .sch_line .line_ips.sch_ips .select_box{grid-column: 1 / 3; }
#wp_shop .wp_search_wrap .sch_line .line_ips.sch_ips .input_box{grid-column: 3 / 8; }
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button{grid-column: 8 / 9; }
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button button{transition: 0.3s; background-color: #333; border: 1px solid #525252; color: #fff; display: flex; align-items: center; justify-content: center; gap: 5px;}
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button button:hover{background-color: #fff; color: #333;}
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button button:hover{background-color: #777; color: #fff; border: 1px solid #777;}
#wp_shop .wp_search_wrap .sch_line .line_ips .search_button button i{font-size: 15px;}


@media (max-width:576px){
    #wp_shop .wp_search_wrap {padding: 20px 15px;}
    #wp_shop .wp_search_wrap .sch_line h5 {padding: unset; min-width: unset;}
    #wp_shop .wp_search_wrap .sch_line {flex-direction: column; align-items: flex-start; gap: 10px;}
    #wp_shop .wp_search_wrap .sch_line .line_ips {width: 100%;}
    #wp_shop .wp_search_wrap .sch_line .line_ips.sch_ips .select_box {grid-column: 1 / 2;}
    #wp_shop .wp_search_wrap .sch_line .line_ips.sch_ips .input_box {grid-column: 1 / 2; grid-row: 2 / 3;}    
    #wp_shop .wp_search_wrap .sch_line .line_ips .search_button {grid-column: 1 / 2; grid-row: 3 / 4;}
} 
/* search E */













/* recommend slide S */
#wp_shop_recomm * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#wp_shop_recomm .recomm_wrap {margin: 15px 0 50px;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head {overflow: hidden;width: 100%;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head .wp_recomm_title {margin-bottom: 10px;font-size: 15px;font-weight: 600;float: left;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head .wp_arrow_wrap {text-align: right;margin-bottom: 10px;float: right;}
#wp_shop_recomm .recomm_wrap .wp_arrow_wrap > div {background-color: #fff;display: inline-block;padding: 0 3px;border: 1px solid #ddd;cursor:pointer;}
#wp_shop_recomm .recomm_wrap .wp_arrow_wrap > div:hover {background-color: #f1f1f1;}

#wp_shop_recomm .recomm_wrap .wp_ellipsis2 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 2.4em; }
#wp_shop_recomm .recomm_wrap .wp_ellipsis3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 3.6em; }
#wp_shop_recomm .recomm_wrap .wp_ellipsis4 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 4.8em; }

#wp_shop_recomm .recomm_wrap .swiper-slide .d_img_frame_wrap {width: 100%;padding-top: 99%;overflow: hidden;position: relative;border: 1px solid #ddd;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_img_frame_wrap img {
	position: absolute;top: 50%;bottom: 0;left: 50%;right: 0;transform:translate(-50%,-50%);
	width: 100%;min-width: 100%;height: auto;
}

#wp_shop_recomm .recomm_wrap .swiper-slide .d_txt_frame_wrap {margin: 5px 0;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_txt_frame_wrap .wp_prod_tit {font-size: 13px;font-weight: 600;color: #121212;}

#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap {overflow: hidden;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap .wp_opt_left {width: 30%;text-align: left;color: #ec2002;float: left;padding: 0 5px;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap .wp_opt_right {display: inline-block;text-align: right;color: #121212;font-weight: 600;float: right;padding: 0 5px;}

/* recommend slide E */