/*상단 검색 영역*/
.search_area{
	float:left;
	width:100%;
	padding:7px 10px;
	border-top:1px solid #b8b8b8;
	border-bottom:1px solid #cfcfcf;
	background:#f2f2f2;
}

.search_area .txt_info{
	font-size:13px;
	color:#008add;
	padding:0 0 8px 0;
}


.search_area .s_input_box{
	float:left;
	margin-right:5px;
	width:80%;

}

.search_area .s_input_box input{
	outline:1px solid #949da6;
	border:1px solid #e2e3e5;
	background:#fff;
	color:#565656;
	padding:5px; 
	height:34px;
	width:100%;
	color:#aeb1b5;
}

.search_area .btn_top_search{
	display:block;
	outline:1px solid #949da6;
	border:1px solid #fff;
	 background: -webkit-gradient( linear, 0 0, 0 100%, from(#f5f5f5), to(#cdcdcd));
	 background: -moz-linear-gradient(top, #f5f5f5 0%, #cdcdcd 100%);
	color:#565656;
	padding:7px 5px 3px 5px; 
	height:34px;
	width:100%;
	color:#515b65;
	text-align:center;
	font-weight:bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	font-size:15px;
}

/*최상위 탭*/
.first_tab_area{
	float:left;
	width:100%;
	border-top:1px solid #5c5c5c;
}

.first_tab_area .tab_box{
	float:left;
	width:100%;
}

.first_tab_area .tab_box li{
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid #141414;
	border-bottom:1px solid #141414;
	background:#333333;
	padding:10px 0;
	color:#cfcfcf;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
	position:relative;
}

.first_tab_area .tab_box .select{
	color:#f15e51;
	font-weight:bold;
	text-decoration:underline;
	position:relative;
	text-shadow: none;
}

.first_tab_area .tab_box .select .select_dot{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:-14px;
}


/*탭과 아이들*/

.prd_tab_area{
	float:left;
	width:100%;

}

.prd_tab_area .tab_box{
	float:left;
	width:100%;
}

.prd_tab_area .tab_box li{
	float:left;
	width:25%;
	text-align:center;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#f7f7f8;
	padding:10px 0;
}


.prd_tab_area .tab_box .select{
	border-right:1px solid #c6c6c6;
	border-bottom:0 none;
	background:#fff;
	color:#008add;
	font-weight:bold;

}

.prd_tab_area .tab_box02 {
	float:left;
	width:100%;
}

.prd_tab_area .tab_box02 li{
	float:left;
	width:33.3%;
	text-align:center;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#f7f7f8;
	padding:10px 0;
}


.prd_tab_area .tab_box02 .select{
	border-right:1px solid #c6c6c6;
	border-bottom:0 none;
	background:#fff;
	color:#008add;
	font-weight:bold;

}

.prd_tab_area .tab_box02 li:nth-child(3) {width:33.4%; border-right:0;}


.prd_tab_area .tab_entas_box{
	float:left;
	width:100%;
}

.prd_tab_area .tab_entas_box li{
	float:left;
	width:50%;
	text-align:center;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#f7f7f8;
	padding:10px 0;
}


.prd_tab_area .tab_entas_box .select{
	border-right:1px solid #c6c6c6;
	border-bottom:0 none;
	background:#fff;
	color:#008add;
	font-weight:bold;

}




.prd_tab_area .tab_ctn_box{
	float:left;
	width:100%;
	padding:12px 10px;
	background:#fff;
}


.prd_tab_area .tab_ctn_box ul{
	float:left;
	width:100%;
	padding:8px 0 8px 0;
}

.prd_tab_area .tab_ctn_box li{
	float:left;
	width:33%;
}

.prd_tab_area .tab_ctn_box .select{
	color:#008add;
}



/*엔타스 지점 검색결과 없을시*/
.entas_noresult_box{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px; 
	color:#454545;
	border-top:1px solid #e2e2e2;
	padding:30px 0;
	line-height:20px;
}

.entas_noresult_box b{
	color:#008bdc;
	font-weight:bold;
}

/*상품 구분 및 체크 리스트*/
.prd_check_area{
	float:left;
	width:100%;
	padding:10px 10px 0 10px;
	background:#f2f2f2;
}


.prd_check_area .check_box{
	margin-bottom:10px;
	float:left;
	width:100%;
}

.prd_check_area .box_title{
	border:1px solid #cacaca;
	padding:8px 10px;
	font-size:13px;
	font-weight:bold;
	color:#454545;
	border-radius: 10px 10px 0 0;
	background:#f8f8f8;	
}


.prd_check_area .check_list_box{
	float:left;
	width:100%;
	padding:10px 10px 0 10px;
	background:#fff;
	border-radius: 0 0 10px 10px;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

.prd_check_area .check_list_box ul{
	float:left;
	width:100%;
	clear:both;
	padding:0 0 10px 0;
}


.prd_check_area .check_list_box li{
	float:left;
	width:50%;
	line-height:20px;
}

.prd_check_area .check_list_box .checked{
	color:#008add;
}

.prd_check_area .check_list_box .test{
	background:url('/image/mobile/checkbox_on2.png') no-repeat;
	padding: 0 0 0 25px;
}




/*상품리스트 페이징*/
.list_paging_area{
	float:left;
	width:100%;
	background:#f7f7f8;
	border-bottom:1px solid #c6c6c6;
	border-top:1px solid #e2e2e2;
	position:relative;
	text-align:center;
}

.list_paging_area .num_info{
	width:30%;
	margin:0 auto;
	padding:10px;
}

.list_paging_area .btn_prev{
	display:block;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
	border-right:1px solid #c6c6c6;
}

.list_paging_area .btn_next{
	display:block;
	padding:10px;
	position:absolute;
	right:0;
	top:0;
	border-left:1px solid #c6c6c6;
}


/*************************
*********웨딩홀 리스트******
**************************/

.weddinghall_list_area{
	width:100%;
	float:left;
}

.weddinghall_list_area li{
	float:left;
	width:100%;
	border-top:1px solid #e2e2e2;
	padding:10px;
	background:#fff;
}

/* .weddinghall_list_area .weddinghall_pic{
	float:left;
	width:120px;
	height:80px;
	overflow:hidden;
	position:relative;
	margin-right:10px;
} */

.txd_text7{font-size:12px;letter-spacing:1px;font-weight:bold;color:#008bdc}

.weddinghall_list_area .weddinghall_pic{
	float:left;
	width:120px;
	overflow:hidden;
	position:relative;
	margin-right:10px;
}

.weddinghall_list_area .weddinghall_pic .iwd_img_area {
	float:left;
}

.weddinghall_list_area .btn_advice {
	float:left;
	width:100%;
	margin:5px 0 0 0;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:24px;
	padding:4px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
}

.weddinghall_list_area .weddinghall_pic .icon_event{
	position:absolute;
	left:0;
	top:45px;
}


.weddinghall_list_area .weddinghall_info{
	float:left;
	color:#767676;
	font-size:11px;
	line-height:15px;
	width:55%;
}

/*
.weddinghall_list_area .weddinghall_info .hall_name{
	font-size:13px;
	color:#454545;
	line-height:15px;
	padding: 0 0 5px 0;
}
*/

.weddinghall_list_area .weddinghall_info .hall_name{
	float:left;
	width:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:13px;
	color:#454545;
	line-height:15px;
	padding:0 0 5px 0;
}

.weddinghall_list_area .weddinghall_info .hall_name b{
	color:#008bdc;
	font-weight:normal;
}


.weddinghall_list_area .weddinghall_info .entas_benefit{
	float:left;
	width:100%;
	display:block;
	overflow:hidden;
	/*white-space:nowrap;
	text-overflow:ellipsis;*/
	font-size:11px;
	color:#008bdc;
	line-height:14px;
	padding:0 0 4px 0;
}


.btn_bp_go {
	display:inline-block;
	width:50px;
	margin-right:5px;
	margin-top:1px;
}




/*************************
*상품 (스드메,부케,웨딩카,청첩장)리스트*
**************************/

.common_list_area{
	float:left;
	width:100%;
	padding-top:10px;
	
}

.common_list_area .common_list_box{
	width:306px;
	margin: 0 auto;
}

.common_list_area  .common_list_box li{
	float:left;
	 width:143px;
	/*border:1px solid;
	border-color: #dddde1 #dddde1 #c6c6ca; */
	margin:0 5px 20px 5px;
	
}

/* 내가 */.common_list_area .common_list_box .common_list_img {
	float:left;
	width:143px;
	border:1px solid;
	border-color: #dddde1 #dddde1 #c6c6ca;
	position:relative; /* 20140211 */
}

.common_list_area .common_list_box .common_list_img .bp_go_btn {
	width:141px;
	height:25px;
	background:rgba(241,94,81,0.7);
	position:absolute;
	color:#fff;
	text-shadow:1px 1px 1px #bb0028;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
}

.common_list_area  .common_list_box .common_list_img .list_name{
	float:left;
	width:141px;
	text-align:center;
	padding:4px 0 6px 0;
	color:#454545;
	background:#f6f7f9;
	overflow:hidden;
	height:25px;
	line-height:18px;
}


.common_list_area  .common_list_box img{
	width:143px;
}

.common_list_area  .common_list_box .list_thum_pic{
	float:left;
	height:96px;
	overflow:hidden;
}

.common_list_area  .common_list_box .list_thum_pic_yedan{
	float:left;
	height:70px;
	overflow:hidden;
}

/* .common_list_area  .common_list_box .list_name{
	float:left;
	width:141px;
	text-align:center;
	padding:4px 0 6px 0;
	color:#454545;
	background:#f6f7f9;
	overflow:hidden;
	height:25px;
	line-height:18px;
} */

.common_list_area  .common_list_box .btn_advice {
	float:left;
	width:123px;
	margin:5px 10px 0 10px;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:24px;
	padding:4px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
}



/*************************
*********영상앨범리스트******
**************************/

.video_list_area{
	float:left;
	width:100%;
}

.video_list_area li{
	float:left;
	width:100%;
	padding:15px 10px;
	border-top:1px solid #e2e2e2;

}

/*영상앨범 간략정보*/
.video_list_area .video_thum_info{
	float:left;
	width:100%;
}


.video_list_area .video_thum_info .video_img{
	float:left;
	width:76px;
	margin-right:10px;
}


.video_list_area .video_thum_info .info_txt{
	float:left;
	width:70%;
}

.video_list_area .video_thum_info .info_txt .v_title{
	font-size:14px;
	font-weight:bold;
	padding:0 0 3px 0; 
}

.video_list_area .video_thum_info .info_txt .v_exp{
	font-size:11px;
	color:#767676;
	line-height:13px;
	padding: 0 0 4px 0;
}


.video_list_area .video_thum_info .info_txt .v_price{
	font-size:14px;
	color:#ff2a00;
	font-weight:bold;
}

/*영상앨범 버튼*/
.video_list_area .video_btn_box{
	padding:10px 0;
	float:left;
	width:100%;
}

.video_list_area .video_btn_box .btn_prd_inquiry{
	float:left;
	margin-right:2%;
	width:49%;
	display:block;
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#8a8a8a), to(#616161));
	background: -moz-linear-gradient(top, #8a8a8a 0%, #616161 100%);
	border: 1px solid;
	border-color: #7b7b7b #767676 #535353;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
	line-height:29px;
	height: 30px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	text-shadow:-1px -1px rgba(0, 0, 0, 0.2);
	padding:0 0 1px 0;
}

.video_list_area .video_btn_box .btn_sample_video{
	float:left;
	width:49%;
	text-align:center;
	display:block;
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#feda71), to(#febb49));
	background: -moz-linear-gradient(top, #feda71 0%, #febb49 100%);
	border: 1px solid;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #f6b74e #e4a63d #d5972e;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
	line-height:29px;
	height: 30px;
	min-width:110px;
	color:#473d3b;
	font-weight:bold;
	font-size:13px;
	text-shadow:0 0 #fff, 1px 1px rgba(255, 255, 255, 0.5);
	padding:0 0 1px 0;

}


/*열상앨범 상세정보*/
.video_list_area .video_detail_info{
	float:left;
	width:100%;
	font-size:12px;
	line-height:18px;
}

.video_list_area .video_detail_info dt{
	float:left;
	width:20%;
}

.video_list_area .video_detail_info dt img{
	vertical-align:middle;
}

.video_list_area .video_detail_info dd{
	width:80%;
	float:left;

}



/*************************
*********허니문리스트******
**************************/

.honeymoon_select_area{
	float:left;
	width:100%;
	padding:10px;
	background:#f2f2f2;
	border-top:1px solid #b8b8b8;
}

.honeymoon_select_area select{
    position: relative;       
	display: inline-block;       
	*display: inline;      
	zoom: 1;       
	border: 1px solid #aeaeae;      
	background: #e6e6e6;      
	background-image: -moz-linear-gradient(top, white, #e6e6e6);      
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));       
	background-image: linear-gradient(top, white, #e6e6e6);       
	border-radius: 3px; 
	box-shadow: 0 1px 1px #d2d2d2;  
	padding:5px;
}
	

.honeymoon_list_area{
	float:left;
	width:100%;
	border-top:1px solid #e2e2e2;
}

.honeymoon_list_area .honeymoon_box{
	margin:0 auto;
	width:320px;
	padding:10px;

}


.honeymoon_list_area .honeymoon_box .hnm_pic{
	float:left;
	width:300px;
	padding:7px;
	border:1px solid #dddde1;
}


.honeymoon_list_area .honeymoon_box .hnm_name{
	float:left;
	clear:both;
	width:300px;
	font-size:15px;
	font-weight:bold;
	padding:10px 0;
	line-height:19px;
}


.honeymoon_list_area .honeymoon_box .hnm_info{
	/* margin-bottom:20px; */
	margin-bottom:10px;
	float:left;
	width:100%;
	clear:both;
	line-height:18px;
}

.honeymoon_list_area .honeymoon_box .hnm_info dt img{
	vertical-align:middle;
}

.honeymoon_list_area .honeymoon_box .hnm_info span{
	color:#ff2a00;
}

.honeymoon_list_area .honeymoon_box .hnm_info dt{
	float:left;
	width:80px;
}

.honeymoon_list_area .honeymoon_box .btn_advice {
	float:left;
	width:100%;
	margin:0 0 20px 0;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:30px;
	padding:7px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
}



/*************************
*********이벤트 리스트******
**************************/


.event_select_area{
	float:left;
	width:100%;
	padding:10px;
	background:#f2f2f2;
	border-top:1px solid #b8b8b8;
}

.event_select_area select{
    position: relative;       
	display: inline-block;       
	*display: inline;      
	zoom: 1;       
	border: 1px solid #aeaeae;      
	background: #e6e6e6;      
	background-image: -moz-linear-gradient(top, white, #e6e6e6);      
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));       
	background-image: linear-gradient(top, white, #e6e6e6);       
	border-radius: 3px; 
	box-shadow: 0 1px 1px #d2d2d2;  
	padding:5px;
	width:48%;
}
	

.event_list_area{
	float:left;
	width:100%;
	padding:5px 0;
}

.event_list_box{
	width:310px;
	margin:0 auto;

	
}


.event_list_box li{
	margin:5px 5px;
	width:145px;
	border:1px solid;
	border-color:#dddde1 #dddde1 #c6c6ca;
	float:left;
	padding:5px;
}


.event_list_box .ev_thum{
	float:left;
	width:135px;
	height:90px;
	overflow:hidden;
}


.event_list_box .ev_prd{
	float:left;
	width:135px;
	font-size:11px;
	color:#008bdc;
	margin:8px 0 4px 0;
	line-height:14px;
	height:14px;
	overflow:hidden;
}


.event_list_box .ev_title{
	float:left;
	width:135px;
	line-height:17px;
	height:50px;
	overflow:hidden;
	letter-spacing:-0.08em
}

.event_list_box .ev_date{
	font-family:verdana;
	float:left;
	width:135px;
	font-size:11px;
	color:#767676;
	margin:7px 0 3px 0;
	line-height:14px;
}



/*************************
***예단컬렉션-한복/예물/예단***
**************************/


/*한복*/
.banner_hanbok_banner{
	float:left;
	width:100%;
	text-align:center;
	background:#a79b80;
}

/*예물*/
.banner_jewelry_banner{
	float:left;
	width:100%;
	text-align:center;
	background:#323742;
}

/*예단*/
.banner_yedan_banner{
	float:left;
	width:100%;
	text-align:center;
	background:#ccbd98;
}

/*예단*/
.banner_tuxedo_banner{
	float:left;
	width:100%;
	text-align:center;
	background:#2f2f30;
}

/*Benefit*/
.collection_benefit_area{
	float:left;
	width:100%;
}

.collection_benefit_area .title_box{
	float:left;
	width:100%;
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#eceded), to(#eceded));
	background: -moz-linear-gradient(top, #eceded 0%, #eceded 100%);
	padding:12px 10px;;
	font-weight:bold;
	font-size:15px;
	position:relative;
	text-shadow:1px 1px rgba(255, 255, 255, 0.5);
}

.collection_benefit_area .title_box .btn_price_info{
	position:absolute;
	right:10px;
	top:8px;
	border:1px solid #b6b6b6;
	background:#dfdfdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:4px 8px;
	font-size:12px;
	line-height:16px;
}

.collection_benefit_area li{
	float:left;
	width:100%;
	padding:12px 10px;
	border-bottom:1px solid #e2e2e2;
}

.collection_benefit_area li h3{
	font-size:13px;
	font-weight:bold;
	line-height:17px;
}

.collection_benefit_area li p{
	font-size:12px;
	color:#767676;
	line-height:15px;
}

/*이벤트프라자*/
.eventplaza_area{
	float:left;
	width:100%;
}

.eventplaza_area .title_box{
	float:left;
	width:100%;
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#eceded), to(#eceded));
	background: -moz-linear-gradient(top, #eceded 0%, #eceded 100%);
	padding:12px 10px;;
	font-weight:bold;
	font-size:15px;
	position:relative;
	text-shadow:1px 1px rgba(255, 255, 255, 0.5);
}


.eventplaza_area li{
	float:left;
	width:100%;
	padding:12px 10px;
	border-bottom:1px solid #e2e2e2;
}

.eventplaza_area .event_thum{
	float:left;
	width:80px;
	height:50px;
	overflow:hidden;
	margin-right:10px;
}

.eventplaza_area .event_info h3{
	color:#008add;
	font-size:14px;
	line-height:16px;
	padding:2px 0 4px 0;
}


.eventplaza_area .event_info p{
	font-size:12px;
	color:#767676;
	line-height:15px;
}





/*************************
***** 브라이덜 샤워 *****
**************************/

.bridal_area {
	float:left;
	width:100%;
}

.bridal_area .visual_box {float:left;width:100%;margin-bottom:10px;}

.bridal_area .dress_imported_box {float:left;width:100%;border-bottom:1px solid #e2e2e2;padding:0 0 10px 0; margin-bottom:10px;}
.bridal_area .dress_imported_box .dress_ctn_box {margin:0 auto; width:300px;}

.bridal_area .dress_imported_box .dress_ctn_box .dress_img {float:left;width:100%;position:relative;margin:10px 0;}
.bridal_area .dress_imported_box .dress_ctn_box .dress_img ul {float:left;width:300px;height:190px;overflow:hidden;}
.bridal_area .dress_imported_box .dress_ctn_box .dress_img li {float:left;}
.bridal_area .dress_imported_box .dress_ctn_box .dress_img .btn_left {position:absolute;left:0;top:80px;z-index:1;}
.bridal_area .dress_imported_box .dress_ctn_box .dress_img .btn_right {position:absolute;right:0;top:80px;z-index:1;}

.bridal_area .dress_imported_box .dress_ctn_box .dress_title {float:left;width:300px; font-size:15px;font-weight:bold;padding:0;	line-height:19px;margin-top:10px;}
.bridal_area .dress_imported_box .dress_ctn_box .dress_info {
	margin-bottom:10px;
	float:left;
	width:100%;
	clear:both;
	line-height:18px;
}

.compo_area {float:left; width:100%; border-bottom:1px solid #e2e2e2;padding:10px 0 20px 0; margin-bottom:10px;}
.bridal_area .composition { clear:both; display:block; margin:0 auto; width:300px;}
.bridal_area .composition .dress_title {width:300px; font-size:15px; font-weight:bold; text-align:left; padding:0; line-height:19px;margin-bottom:10px;}
.bridal_area .composition th {height:30px; line-height:30px; color:#fff; background:#575c69; border-top:1px solid #32343b; border-right:1px solid #32343b; text-align:center;}
.bridal_area .composition td {border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; padding:10px 0; font-size:11px; letter-spacing:-0.5px; padding:10px 7px 10px 7px; line-height:16px;}
.bridal_area .composition .td_type_01 {background:#fbfbfb; border-left:1px solid #d7d7d7; font-size:12px; font-weight:bold; padding:0 0 0 10px; letter-spacing:-0.5px;}

.sample_dvd_area {float:left; width:100%; border-bottom:1px solid #e2e2e2; padding:0 0 20px 0;}
.sample_dvd_box {margin:0 auto; width:300px;}
.sample_dvd_area .sample_dvd_box .dress_title {width:300px; font-size:15px; font-weight:bold; text-align:left; padding:0; line-height:19px;margin-bottom:10px;}
.sample_dvd_area .sample_dvd_box .dvd_s {width:300px; background:#f8f8f8;}

.care_area {float:left; width:100%; border-bottom:1px solid #e2e2e2;padding:15px 0 20px 0;}
.care_area .care_box {margin:0 auto; width:300px;}
.care_area .box_title {
	border:1px solid #cacaca;
	padding:8px 10px;
	font-size:13px;
	font-weight:bold;
	color:#454545;
	border-radius: 10px 10px 0 0;
	background:#f8f8f8;
}
.care_area .check_list_box{
	float:left;
	width:100%;
	padding:10px 15px;
	background:#fff;
	border-radius: 0 0 10px 10px;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
.care_area .check_list_box ul{
	float:left;
	width:100%;
	clear:both;
	padding:0 0 10px 0;
}
.care_area .check_list_box li {
	display:block;
	color:#767676;
	line-height:18px;
	font-size:12px;
}

.care_area .btn_box10 {
	width:100%;
	float:left;
	padding:10px 0 0 0;
}

.care_area .btn_advice {
	float:left;
	width:100%;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:35px;
	padding:8px 0 0 0 ; 
	border-radius:2px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;
	letter-spacing:-0.5px;
}

.care_area .btn_advice em {
	color:#f6f08a;	
	font-style:normal;
}






/*************************
***** 수입드레스 & 하우스웨딩 리스트*****
**************************/

.dress_imported_list_area{
	float:left;
	width:100%;
}


.dress_imported_list_area .bp_go_btn {
	width:300px;
	height:35px;
	background:rgba(241,94,81,0.7);
	position:absolute;
	color:#fff;
	text-shadow:1px 1px 1px #bb0028;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:35px;
}



.dress_imported_list_area .visual_box {float:left;width:100%;margin-bottom:10px;}


.dress_imported_list_area .dress_imported_box {float:left;width:100%;border-bottom:1px solid #e2e2e2;padding:0 0 10px 0; margin-bottom:10px;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box {margin:0 auto; width:300px;}

.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_im g{float:left;width:100%;position:relative;margin:10px 0;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_img ul {float:left;width:300px;height:133px;overflow:hidden;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_img li {float:left;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_img .btn_left {position:absolute;left:0;top:49px;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_img .btn_right {position:absolute;right:0;top:49px;}

.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_title {float:left;width:300px;	font-size:15px;font-weight:bold;padding:0;	line-height:19px;margin-top:10px;}
.dress_imported_list_area .dress_imported_box .dress_ctn_box .dress_info{
	margin-bottom:10px;
	float:left;
	width:100%;
	clear:both;
	line-height:18px;
}

.dress_imported_list_area .dress_imported_box .dress_ctn_box .btn_area .btn_go_partner {
	float:left;
	width:49%;
	margin:0 0 10px 0;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:30px;
	padding:7px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
	margin-right:1%;

}

.dress_imported_list_area .dress_imported_box .dress_ctn_box .btn_area .btn_dress_inquiry {
	float:left;
	width:49%;
	margin:0 0 10px 0;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f3f3f3));
	background:-moz-linear-gradient(top, #f7f7f7, #f3f3f3);
	background:-o-linear-gradient(top, #f7f7f7, #f3f3f3);
	color:#444444;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	height:30px;
	padding:7px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
	border:1px solid #989ca1;
}




/*************************
*********부케 2열 리스트******
**************************/

.dayprd_list_area{
	width:100%;
	float:left;
}

.dayprd_list_area li{
	float:left;
	width:50%;
	border-top:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	padding:15px;
}

.dayprd_list_area .dayprd_pic{
	width:120px;
	margin:0 auto;
}


.dayprd_list_area .dayprd_pic .iwd_img_area {
	float:left;
}


.dayprd_list_area .dayprd_pic .btn_advice {
	float:left;
	width:100%;
	margin:5px 0 0 0;
	display:inline-block; 
	cursor:pionter;
	text-decoration:none; 
	background:#0a80e6;
	background:-webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#626262));
	background:-moz-linear-gradient(top, #8a8a8a, #626262);
	background:-o-linear-gradient(top, #8a8a8a, #626262);
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 2px #777;
	vertical-align:top;
	height:24px;
	padding:4px 0 0 0 ; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:1px 1px  1px #ccc;
	-moz-box-shadow:1px 1px  1px #ccc;	
}

.dayprd_list_area .dayprd_pic .icon_event{
	position:absolute;
	left:0;
	top:45px;
}


.dayprd_list_area .weddinghall_info{
	float:left;
	color:#767676;
	font-size:11px;
	line-height:15px;
	width:55%;
}

.dayprd_list_area .weddinghall_info .hall_name{
	font-size:13px;
	color:#454545;
	line-height:15px;
	padding: 0 0 5px 0;
}





/* ===== 브랜드플러스 카테고리 ===== */
.bp_cate_area {
	width:100%;
	float:left;
}

.header_area {
	background:#363636;
	border-bottom:1px solid #262626;
	width:100%;
	float:left;
	height:43px;
	line-height:43px;
	position:relative;
	margin-top:-1px;
}

.header_area .title_area {
	float:left;
	width:100%;
	color:#fff;
	text-align:left;
	padding-left:10px;
	font-size:15px;
	text-shadow:1px 1px 1px #000;
	-o-text-shadow:1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
}

.header_area .ibp_logo {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-10px;
}


.bp_cate_area .tab_area {
	width:100%;
	float:left;
	background:#333;
	height:36px;
	border-right:1px solid #141414;
	border-bottom:1px solid #141414;
	border-top:1px solid #474747;
	color:#cfcfcf;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
}

.bp_cate_area .tab_area .ico_btn_before {
	float:left;
	width:9%;
	text-align:center;
	height:36px;
	padding-top:9px;
	background:#333;
	border-right:1px solid #141414;
}

.bp_cate_area .tab_area .ico_btn_next {
	float:left;
	width:9%;
	text-align:center;
	height:36px;
	padding-top:9px;
	background:#333;
}


.bp_cate_area .tab_area .mn_list {
	float:left;
	width:82%;
	overflow:hidden;
}

.bp_cate_area .tab_area .mn_list ul {
	width:100%;
}

.bp_cate_area .tab_area .mn_list li {
	text-align:center;
	height:36px;
	line-height:36px;
	border-right:1px solid #141414;
	color:#cfcfcf;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
}

.bp_cate_area .tab_area .mn_list .select{
	color:#f15e51;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	text-shadow: none;
}

.bp_cate_area .cate_prd_area {
	width:100%;
	height:105px;
	background:#c6c6c6;
	border-bottom:1px solid #7b7d80;
	float:left;
	position:relative;
}

.bp_cate_area .cate_prd_area .cate_list_box {
	width:100%;
	padding:10px;
	margin:0 auto;
}

.bp_cate_area .cate_prd_area .cate_list_box li .brand_cate_list_wrap{
	border:1px solid #7b7d80;
	width:115px;
	height:81px;
	text-align:center;
	margin:0 auto;
}

.bp_cate_area .cate_prd_area .cate_list_box .list_thum_pic {
	float:left;
	height:54px;
	width:113px;
	background:#fff;
	overflow:hidden;
}

.bp_cate_area .cate_prd_area .cate_list_box .list_name{
	float:left;
	width:113px;
	text-align:center;
	padding:4px 0 6px 0;
	color:#454545;
	background:#f6f7f9;
	overflow:hidden;
	height:25px;
	line-height:18px;
}

.bp_cate_area .cate_prd_area .cate_list_box .list_thum_pic img {
	width:113px;
}

.bp_cate_area .cate_prd_area .cate_list_box .arrow_left {
	position:absolute;
	top:50%;
	left:0;
	z-index:10;
	margin-top:-18px;
	width:37px;
	height:37px;
}

.bp_cate_area .cate_prd_area .cate_list_box .arrow_right {
	position:absolute;
	top:50%;
	right:0;
	z-index:10;
	margin-top:-18px;
	width:37px;
	height:37px;
}






/* =============================
=========== 웨딩슈즈 ===========
============================= */

./*최상위 탭*/
.wedsh_tab_area {
	float:left;
	width:100%;
	border-top:1px solid #5c5c5c;
}

.wedsh_tab_area .tab_box{
	float:left;
	width:100%;
}

.wedsh_tab_area .tab_box li{
	float:left;
	width:20%;
	text-align:center;
	border-right:1px solid #141414;
	border-bottom:1px solid #141414;
	background:#333333;
	padding:10px 0;
	color:#cfcfcf;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
	position:relative;
}

.wedsh_tab_area .tab_box .select{
	color:#f15e51;
	font-weight:bold;
	text-decoration:underline;
	position:relative;
	text-shadow: none;
}

.wedsh_tab_area .tab_box .select .select_dot{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:-14px;
}

.banner_wedsh_banner {
	float:left;
	width:100%;
	text-align:center;
	background:#b1a58e;
}
















































