form {
	margin: 0;
}
/*S:기존*/

/*샘플리스트*/																																	   
#template_view {
	margin-left:0;
}
.sample_list_wrap {
	text-align:center;
}
.sample_list_item {
	position: relative;
	border: 1px solid #f9f9f9;
	width: calc(100% - 20px);
	margin: 10px auto;
	cursor: pointer;
}
#template_view > div.sample_list_item:nth-child(3n) {
	margin-right: 0;
}
.sample_list_item:hover	{
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	transition: box-shadow .2s ease-out;
}
#template_view.min {
	margin: 0;
}

#template_view li {
	/*position: absolute;*/
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: 0;
	transform: translateY(100px);
	transition: transform 0.3s ease;
}

#template_view li:hover {
	z-index: 1;
}

#template_view li.show {
	opacity: 1;
	transform: translateY(0);
}
/*찜하기*/
.solution-fave {
	width: 60px;
	height: 50px;
	background: url(/img/html5/fave.png) no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 0px;
	top: 2px;
	cursor: pointer;
}
.fave-line {
	background-position: -3519px 0;
	transition: background 1s steps(55);
}
.html-list-btngr {
	position:absolute; 
	bottom:0;
	width:100%;
	height:50px;
}
.sample_list_item  span.num_size {
	height:50px;
	line-height:50px;
	float:left;
	font-weight:800;
	padding-left:20px;
}
.sample_list_item  span.jjim {
	float:right;
	height: 50px;
	line-height: 50px;
}
.sample_list_item .edit_button {
	position: absolute;
	top: 50%;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 34px;
	line-height: 34px;
	left: 0px;
	margin-top: -17px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	opacity: 0;
	transition: opacity ease .8s;
}
.sample_list_item:hover .edit_button {
	opacity: 1;
}
/*리스트썸네일*/
.default_image {width:100%;}

.btn_jpg_ul img{
	width:100%;;
}
.sample_list_item .img {
	margin-bottom:50px;
}

/*에디터*/

.uxedit_editor {
	display:none;
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	background:rgba(0,0,0, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6c000000', endColorstr='#6c000000');
}
.uxedit_editor_content {
	display:none;
	position:absolute;
	background:#fff;
	top:50%;
	left:50%;
}

.uxedit_loading {
	display:none;
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(255,255,255, .6);
	background-image:url('/img/loading33.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
}
.edit_close_wrap {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight:800;
}
.edit_close {
	display:block;
	width:100%;
	height:30px;
	background-color: #586775;
	transition:.5s background ease;
	position: absolute;
	bottom:0;
}
.edit_close:hover {
	background: #63788c;
}
.fl.dvdbar {
	display:none;
}


/*로딩*/
.loadingwrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 9999;
	display: none;
}
.loadingwrap.on {
	display: block!important;
}
.loadingwrap div.lds-ripple{
	position: relative;
	overflow: hidden;
	width: 84px;
	height: 84px;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -62px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #16abf3;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 38px;
		left: 38px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 78px;
		height: 78px;
		opacity: 0;
	}
}
.loadingwrap div.loadingtext{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	font-weight: 800;
	margin-top: 20px;
	margin-left: -38px;
	color: #666;
}
.loadingtext span {
	font-size: 30px;
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.loadingtext span:nth-child(2) {
	animation-delay: .2s;
}

.loadingtext span:nth-child(3) {
	animation-delay: .4s;
}	
@keyframes blink {
	0% {
	  opacity: .2;
	}
	20% {
	  opacity: 1;
	}
	100% {
	  opacity: .2;
	}
}

/*더보기*/
.ux_page_num {
	margin: 30px auto;
	border: 1px solid #ccc;
	padding: 8px;
	display: block;
	width: 150px;
	text-align: center;
	cursor: pointer;
}
.ux_page_num p{
	margin: 0;
	padding: 0;
}
/*위로보내기버튼*/
.gotop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #ddd;
	cursor: pointer;
	transition: color ease 1s;
}
body {
	position: relative;
	overflow: auto;
}
body.ux-open,body.loading {
	overflow: -webkit-paged-y;
	height:100%;
}
body.bs-open {
	overflow: -webkit-paged-y;
	width:100%;
	height:100%;
	position: fixed;
}
.template_search-wrap {
	background: #fff;
}
/*공명함*/
.bsdesign_list_wrap {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(0,0,0, .4);
	top:0;
	left:0;
	z-index:110;
}
.bsdesign_bg {
	width:100%;
	height:100%;
	position:absolute;
}
.bsdesign_list_inner {
	width: 787px;
	height: 550px;
	margin: 0 auto;
	top:150px;
	position: relative;
	background: #fff;
	padding: 25px;
}
.bsdesign_list_close {
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: 429px;
	font-size: 22px;
	color: #fff;
	background:#000;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	font-weight: 800;
	cursor: pointer;
}
.bsdesign_list_close i {
	line-height: 29px;
}
.bsdesign_thumb_big {
	width: 472px;
	height:	472px;
	background: #ddd;
	float: left;
	cursor: pointer;
}
.bsdesign_thumb_smlists {
	width: 305px;
	height: 550px;
	float: right;
	overflow: auto;
}
.bsdesign_thumb_smlists ul{
	margin: 0;
	padding: 0;
}
.bsdesign_thumb_smlist { 
	width: 138px;
	float: left;
	margin-bottom:5px;
	display:block;
	cursor:pointer;
	position:relative;
	border:1px solid #ccc;
}
.bsdesign_thumb_smlist:hover {
	border-color: #5ab2d8;
}
/*.bsdesign_thumb_smlist:hover::before {
	content:"";
	position:absolute;
	width:105px;
	height:100%;
	border:1px solid #5ab2d8;
} */
.bsdesign_thumb_smlists ul li.bsdesign_thumb_smlist:nth-child(even) {
	float:right;
	margin-right:5px;
}

.bsdesign_thumb_smlists::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.bsdesign_thumb_smlists::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.bsdesign_thumb_smlists::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #DDD;
}
.bsdesign_list_inner img {
	width: 100%;
}
.default_image_basic {
	width: 100%;
}
.sample_list_item:hover .edit_button_basic {
	opacity: 1;
}
.sample_list_item .edit_button_basic {
	position: absolute;
	top: 50%;
	background: #7b85fd;
	width: 100%;
	height: 34px;
	line-height: 34px;
	left: 0px;
	margin-top: -17px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	opacity: 0;
	transition: opacity ease .8s;
}
.bsdesign_thumb_title h5 {
	font-weight: 800;
	margin-top:30px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	float: left;
}
.bsdesign_thumb_title h5 span {
	font-weight: 800;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color:#999;
}
.bsdesign_thumb_title p {
	font-weight: 800;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	float: right;
	margin: 30px 15px 0;
	background: #7b85fd;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
}
.bsdesign_thumb_title p:hover {
	background: #555ecc;
}
.filter_sav_dropdown,.filter_fab_dropdown {
	position: absolute;	 
	z-index: 9999;
	border: 2px solid #eee;
	box-shadow: 0 8px 12px -10px rgba(0, 0, 0, 0.43);
	background: #fff;
	display:none;
	margin-left:0;
}
.filter_sav_dropdown.open,.filter_fab_dropdown.open {
	display:block;
}
.filter_sav_dropdown li,.filter_fab_dropdown li {
	clear: both;
	margin: 0px!important;
	padding: 10px;
	width: 95px;
	transition: all ease 0.3s; 
}
.filter_sav_dropdown li:hover,.filter_fab_dropdown li:hover {
	background: #5ab2d8;
	color:#fff;

}
.filter_sav_dropdown li i,.filter_fab_dropdown li i{
	margin-right:5px;
}
.html5_title_hide {
	display: none;
	padding: 15px 15px 0;
	font-size: 18px;
	font-weight: 800;
	color: #5ab2d8;
}
.html5_title_hide.display {
	display:block;
}
/*E:기존*/
.maincontainer {
}

.cate-wrap {
	font-family: 'Titillium Web', sans-serif;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.cate-wrap-outer.affix {
	margin: 0 auto;
	width: 100%;
	z-index: 999;
	background: #fff;
	position:fixed;
}
.cate_subt {
	font-size: 20px;
	line-height:30px;
	font-weight: 400;
	color: #000;
	margin: 10px 0;
	padding-left:10px;
}
.cate_tap {
	margin-bottom:0;
	width: 370px;
}
.filter_bg {
	display: none;
	background: #fff;
	/* overflow:hidden; */
}

.filter_fab_group {}
.filter_fab_group > div{
	width:120px; 
	float:left; 
	text-align:center;
	margin: 5px 0;
	color: #333;
	transition: all ease 0.3;
	border-radius: 10px;
	cursor: pointer;
}
.filter_fab_group > div.on{
	color:#ff7600;
}
.filter_fab_group > div:hover {
	background:#f3f3f3;
}
.filter_fab_group > div.on li{
	color:#333;
}
.filter-wrap {
	font-family: 'Titillium Web', sans-serif;
	position:relative;
	padding:0;
}

.filter_btn,.filter_btn_off,.filter_btn_on {
	width: 100px;
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	margin: 10px;
	font-weight: 400;
	color: #000;
	cursor: pointer;
}
.filter_btn i,.filter_btn_off i,.filter_btn_on i {
	margin-left:5px;
}
#temp_reset {
	bottom: 0;
	right: 0;
	height: 50px;
	margin-left:0;
}
.filter_bg.opened {
	height: 264px;
	border-bottom: 1px solid #eee; 
	background: #fff;
	/*box-shadow: 0px 1px rgba(119, 119, 119, 0.3);*/
}
#temp_reset ul {
	float:right;
}
#temp_reset ul li{
	width: 100px;
	float: left;
	text-align: center;
	line-height: 50px;
	height: 50px;
	cursor:pointer;
}
#temp_reset ul li.filterclose{
	background-color:#1fb6ff;
	color: #fff;
}
.filter_step {
	position: relative;
	height: 214px;
	padding-left: 10px; 
	margin-left: 0;
}
.filter_step h3, .template_search h3 {  
	font-size: 18px;
	padding:0;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #000;
}
.filter_step > ul {
	margin:0;
}
.filter_step01 {
	margin-left:0;
}


.filter_step02 {
}
.filter_step02 > ul {
	position:absolute;
	padding: 5px 10px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
	width:320px;
	height: 135px;
	margin:0;
	overflow-y: hidden;
	background: #fff;
	transition: all linear .3s;
	z-index: 99;
}
.filter_step02 > ul:hover {
	height:450px;
	border-color: #1fb6ff;
}
.filter_step03 {
	height: 214px;
}
.filter_step02 > ul > li {
	/*clear:left;*/
	padding: 0 0 5px;
}
.filter_step02 > ul > li:hover {
	
}
.filter_step02 > ul > li input, .filter_step02 > ul > li label{
	display: inline-block;;
	margin: 0;
}
.filter_step > ul > li input {
	
}
.filter_step > ul > li label {
}
.html5_direc_cover, .html5_style_cover {
	width: 100%;
	height: 135px;
}
.html5_direc_cover input, .html5_direc_cover label, .html5_style_cover input, .html5_style_cover label {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}
.html5_direc_cover > li,.html5_style_cover > li{
	margin-right: 20px;
	float: left; 
	transition: all linear .3s;
	text-align: center;
	cursor: pointer;
}
.html5_direc_cover > li > div > p,.html5_style_cover > li > div > p{
	width: 100px;
	height: 100px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px rgba(119, 119, 119, 0.3);
	margin-bottom: 3px;
} 
.html5_direc_cover > li:hover > div > p,.html5_style_cover > li:hover > div > p ,
.html5_direc_cover > li.on > div > p,.html5_style_cover > li.on > div > p{
	border-color:#1fb6ff
}
.html5_direc_cover > li > div.on > span,.html5_style_cover > li.on > div > span
{
	color:#1fb6ff
}
.html5_direc_cover > li > div > p img,.html5_style_cover > li > div > p img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);		
	border-radius: 4px;
}
.html5_direc_cover > li.on > div > p img,.html5_style_cover > li.on > div > p img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.template_search {
	font-family: 'Titillium Web', sans-serif;
	height: 60px;
	padding: 0 10px; 
	background: #fff;
}
.tem_solt h3{
	float:left;
	line-height:50px;
	margin: 0;
	width:60px;
}
.tem_solt ul {
	float:left;
	margin-left: 0;
}
.tem_solt > ul > li {
	float: left;
	line-height:30px;
	margin:10px 0;
	width: 105px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	color: #666;
}
.tem_solt > ul > li.on { 
	color: #1fb6ff;
}
.tem_solt > ul > li:hover {
	background: #f3f3f3
}
.tem_solt > ul > li.on:hover {
	background: none;
}
#keyWord_inp {
	margin: 10px 0;
	border-radius: 0;
	padding: 2px 6px;
	font-size: 11px;
}
#template_list {
	position:relative;min-height: 1000px;
}
#search_text {
	background: #999;
	border: #999;
	padding: 3px 7px;
	color: #fff;
}
/*반응형*/
@media (max-width: 979px) {
	
}
@media(min-width:980px) and (max-width:1200px){
	.filter_step02 > ul {
		width: 87%;
	}
	.html5_direc_cover > li, .html5_style_cover > li {
		margin-right: 10px;
	}
	.html5_direc_cover > li > div > p, .html5_style_cover > li > div > p {
		width: 80px;
		height: 80px;
	}
}
@media(min-width:768px) and (max-width:979px){
	.ytopmenu .headerdetails {
		padding:10px 0  20px !important;
	}
	.cate_tap {
		width: 300px;
	}
	.filter_fab_group > div {
		width: 100px;
	}
	.filter_step02 > ul {
		width: 87%;
	}
	.html5_direc_cover > li, .html5_style_cover > li {
		margin-right: 5px;
	}
	.html5_direc_cover > li > div > p, .html5_style_cover > li > div > p {
		width: 70px;
		height: 70px;
	}
	.filter_step02 > ul > li input, .filter_step02 > ul > li label {
		font-size: 13px;
	}
	.filter_step02 > ul:hover {
		height: 400px;
	}
	#keyWord_inp {
		width: 140px;
	}
}
@media(max-width:767px){
	.ytopmenu .headerdetails {
		padding:10px 0  20px !important;
	}
	.ytopmenu-wrap {
		min-height: auto;
	}
	.cate_subt {
		width: 100px;
		float: left;
		font-size: 14px;
	}
	.cate_tap {
		width: 200px;
		position: absolute;
		left: 50%;
		margin-left: -80px;
	}
	.filter_fab_group > div {
		width: 30%;
	}
	.filter_fab_group >	div > div > i {
		font-size: 18px;
		line-height: 70px;
	}
	.filter_fab_group span{
		display:none;			
	}
	.filter_btn {
		width: 70px;
		line-height: 60px; 
		font-size: 14px;
	}
	.filter_step {
		height: 130px;
	}
	.filter_step01 {
		width: 40%;
	}
	.filter_step02 {
		display:none;
	}
	.filter_step03 {
		width: 60%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.filter_step h3, .template_search h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 35px;
	}
	.filter_bg.opened {
		height: 180px;
	}
	#temp_reset ul {
	}
	.html5_direc_cover, .html5_style_cover {
		height: auto;
	}
	.html5_direc_cover > li, .html5_style_cover > li {
		margin-right: 5px;
	}
	.html5_direc_cover > li > div > p, .html5_style_cover > li > div > p {
		width: 53px;
		height: 53px;
	}
	.tem_solt > ul > li {
		line-height: 19px;
		width: 80px;
		margin-left:10px;
	}
	.samlist_keyword_bg {
		display: none;
	}
	.filter-wrap {
		overflow: hidden;
	}
}
@media(max-width:699px){
	.sample_list_wrap, .sample_list_wrap_new {
		/*width: calc() !important;*/
	}
	.sample_list_item {
		width: 90% !important;
	}
	.html5_direc_cover > li, .html5_style_cover > li {
		font-size: 11px;
	}
	.cate_tap {
		width: 150px;
		position: absolute;
		left: 50%;
		margin-left: -65px;
	}
	.html-list-btngr span.num_size:nth-child(2) {
		display: none;
	}
}

/**/
.html5table_wrap {
	padding: 0 30px;	
}
.html5table {
	border: 1px solid #dddddd;
}
.html5_fin_thums {
	margin: 0;
	width: 100%;
	display: block;
} 
.html5_fin_thum {
    width: 50%;
    margin: 0 0 15px !important;
    padding: 0px;
    display: table-cell;
    text-align: center;
}
.html5_fin_thum #wrap {
	width: 80%;
	margin: auto;
}
.html5_modal_btn {
    border-radius: 4px;
    font-weight: 700;
    width: 100px;
    height: 35px;
    background-color: #0192D8;
    border: 0;
	float: left;
}
#html5_cancel.html5_modal_btn {
    color: #0192D8;
    background-color: white;
    border: 1px solid #0192D8;
}
.edit_re_open.html5_modal_btn {	   
    color: white;
    background-color: #7de084;
	float: right;
	margin-right:20px;
}
#html5_confirm.html5_modal_btn {
    color: white;
    background-color: #0192D8;
	float: right;
}
/**/
.flypop-wrap {
	display: none !important;
}