/* design-page styles */
#design-page{
    margin:0 auto;
    width:850px;
    position:relative;
}
#design-page .design-title{
    margin:0 0 9px;
    color:#fff;
    font-size:22px;
    line-height:60px;
    padding:1px 20px 0;
    background:url(/common/design/user/img/design_page/title_bg.gif) repeat-x;
}
#design-page .sub-design-title{
    margin:0 0 20px;
    color:#fff;
    font-size:25px;
    line-height:60px;
    padding:0 15px;
    background:#59af26;
}
#design-page .mb22{margin-bottom: 22px !important;}
#design-page .mb45{margin-bottom: 45px !important;}
#design-page .mb36{margin-bottom: 36px !important;}
#design-page .btn{
    display: block;
    position: relative;
    margin: 0 auto 84px;
    width: 570px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    font-weight: bold;
    color: #fff;
    padding: 0 44px 0 140px;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background: #ff9000;
    text-decoration: none;
}
#design-page .btn:before{
    content: '';
    position: absolute;
    left: 44px;
    bottom: 7px;
    width: 84px;
    height: 90px;
    background: url('/common/design/user/img/design_page/design-item.png') no-repeat;
    overflow: hidden;
}
#design-page .btn:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 25px;
    height: 40px;
    background: url('/common/design/user/img/design_page/design-arrow.png') no-repeat;
    overflow: hidden;
    margin-top: -20px;
}
#design-page .btn:hover{
    -moz-opacity:0.8;
    filter:alpha(opacity:80);
    opacity:0.8;
}
.design-banner{
    overflow: hidden;
    position: relative;
}
.design-banner img{
    display: block;
    width: 100%;
}
#design-page .hiden-text{
    position: absolute;
    left: -9999px;
}
.design-section01{
    overflow: hidden;
}
.design-section01 p{
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #161616;
}
.design-section01-box{
    background: #ffe8e8;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 22px 20px 0 20px;
    position: relative;
    margin-bottom: 68px;
}
.design-section01-box:after{
    content: '';
    display: block;
    clear: both;
}
.design-section01-box img{
    position: absolute;
    top: -27px;
    right: 3px;
}
.design-section01-box h3{
    margin: 0 0 5px;
    color: #ea0000;
    font-size: 18px;
    line-height: 20px;
}
.design-section01-box p{
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.design-section01 h2{
    overflow: hidden;
    text-indent: -9999px;
    background: url('/common/design/user/img/design_page/design-text.png') no-repeat 50%;
    height: 25px;
    margin: 0 0 27px;
}
.design-step-list{
    overflow: hidden;
    border: 1px solid #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    position: relative;
    list-style: none;
    margin:0 0 29px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.design-step-list li{
    position: relative;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #3d3d3d;
    height: 50px;
    padding-left: 36px;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	cursor:pointer;
}
.design-step-list li:nth-child(1){
    padding-left: 10px;
}
.design-step-list li:after{
    content: '';
    position: absolute;
    right: -33px;
    top: 7px;
    width: 50px;
    height: 1px;
    background: #ddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.design-step-list li:before{
    content: '';
    position: absolute;
    right: -33px;
    top: 42px;
    width: 50px;
    height: 1px;
    background: #ddd;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.design-step-list li:last-child:after,
.design-step-list li:last-child:before{display: none;}
.design-step-list li.active{
    background: #0093e7;
    color: #fff;
}
.design-step-list li.active:after{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #0093e7;
    border-bottom: 25px solid transparent;
    top: 0;
    right: -25px;
    background: none;
}
/*
.design-step-list li.active:before{display: none;}
*/
.design-step-list li.active:before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:25px;
	height:100%;
	background:url(/common/design/user/img/design_page/left-bg-k.png) no-repeat;
	background-size:25px 100%;
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.design-step-list li.active:first-child:before{display:none;}
.design-step-list span{
    display: block;
    text-align: left;
    position: relative;
    padding-left: 28px;
    white-space: nowrap;
}
.design-step-list span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-align: center;
    font: bold 16px/24px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #0093e7;
    margin-top: -11px;
    -moz-border-radius:22px;
    -webkit-border-radius:22px;
    border-radius:22px;
}
.design-step-list .active span:after{
    color: #0093e7;
    background: #fff;
}
.design-step-list li:nth-child(1) span:after{content:"1";}
.design-step-list li:nth-child(2) span:after{content:"2";}
.design-step-list li:nth-child(3) span:after{content:"3";}
.design-step-list li:nth-child(4) span:after{content:"4";}
.design-step-list li:nth-child(5) span:after{content:"5";}
.design-section02{overflow: hidden;}
.design-section03{overflow: hidden;}
.design-section03 p{
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 20px;
    color: #161616;
}
#design-page .swiper-container {
    border: 1px solid #b4b4b4;
    background: #fff;
    overflow: hidden;
    padding: 11px 36px 11px;
    margin-bottom: 36px;
}
#design-page .swiper-container h3{
    margin: 0;
    font-size: 15px;
    line-height: 20px;
	font-weight:bold;
    color: #191919;
	min-height:62px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#design-page .swiper-slide .image{
    background: #efefef;
	overflow:hidden;
}
#design-page .swiper-slide img{
    display: block;
	/*width:100%;*/
    max-width:100%;
}
#design-page .swiper-button-prev{
    background: url('/common/design/user/img/design_page/swiper-button-prev.png') no-repeat;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -18px;
}
#design-page .swiper-button-next{
    background: url('/common/design/user/img/design_page/swiper-button-next.png') no-repeat;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -18px;
}
/* design-page styles end */

#design-page .sub-design-title{font-weight:bold;}
/* 08.06.2017 update */
.design-section01-box h3{font-weight:bold !important;}
.surface-box{
	overflow:hidden;
	border:2px solid #ffa0a0;
	margin:18px 0 12px;
	background:#fff;
	padding:12px 24px 12px 12px;
}
.surface-box strong{
	display:block;
	padding-left:31px;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	position:relative;
	margin-bottom:8px;
}
.surface-box strong:after{
	content:'?';
	position:absolute;
	top:0;
	left:0;
	width:26px;
	height:26px;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#00c0ff;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	border-radius:26px;
}
.surface-box p{
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0;
}
.production-example-block{
	overflow:hidden;
}
.production-example-block p{
	margin:0 0 26px;
	font-size:14px;
	line-height:20px;
	color:#000;
}
.production-example-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 0 70px -8px;
}
.production-example-box a{
	display:block;
	border:1px solid #e2e2e2;
	width:204px;
	height:181px;
	margin:0 0 8px 7px;
	position:relative;
}
.production-example-box a:after{
	content:'';
	position:absolute;
	bottom:5px;
	right:5px;
	width:32px;
	height:32px;
	background: url('/common/design/user/img/design_page/zoom-icon.png') no-repeat;
}
.production-example-box a img{
	display:block;
	width:204px;
	height:181px;
}
.production-example-block p{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:0 0 24px;
}
.lb-data .lb-close{
	background: url('/common/design/user/img/design_page/close.png') no-repeat !important;
}
.lightbox .lb-image{
	min-width:400px !important;
	height:auto !important;
}
/* 14.06.2017 update */
#design-page .design-title{font-weight:bold;}
.production-example-holder{
	overflow:hidden;
	background: url('/common/design/user/img/design_page/bg-production-example-holder.jpg');
	margin-bottom:45px;
}
.production-example-frame{
	overflow:hidden;
}
.production-example-frame img{
	display:block;
	width:100%;
}
.btn-blue-k{
	display:block;
	text-align:center;
	border:0;
	font-size:24px;
	line-height:48px;
	font-weight:bold;
	color:#fff !important;
	text-decoration:none;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background: #00b7ea;
	background: -moz-linear-gradient(left, #00b7ea 0%, #009ec4 100%);
	background: -webkit-linear-gradient(left, #00b7ea 0%,#009ec4 100%);
	background: linear-gradient(to right, #00b7ea 0%,#009ec4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec4',GradientType=1 );
	margin:10px 20px;
}
.production-example-box a,
.production-example-box a img{
	width:194px;
	height:172px;
}
.production-example-box{
	margin:0 22px 12px 16px;
}
#design-page .btn.add-d{
	text-align:center;
}
#design-page .btn.add-d:before{
	left:98px;
}
#design-page .btn.add-d:after{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right:27px;
}
.table-price-list .showhide_tbl{display:none;}
.table-price-list #myTable01{display:block;}
.btn-red-k{
	display:block;
	margin:0 auto;
	margin:20px auto;
	background:#e60000;
	border-bottom:4px solid #a70018;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
	position:relative;
	width:276px;
	opacity:1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.btn-red-k:hover{opacity:0.7;}
.btn-red-k input,
.btn-red-k a{
	display:block;
	border:0;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0;
	margin:0;
	background:none;
	text-align:center;
	font-size:22px;
	line-height:57px;
	height:57px;
	overflow:hidden;
	font-weight:bold;
	text-decoration:none;
	color:#fff !important;
	cursor:pointer;
}
.customer-information-block{
	overflow:hidden;
}
.customer-information-block .input-block{
	display: block;
	width: 100%;
	font-weight: 600;
	border-bottom: 1px dotted #b9b9b9;
	padding-bottom: 7px;
	margin-bottom: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.customer-information-block .input-block:last-child{
	border: 0;
}
.customer-information-block label{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	line-height: 58px;
	min-width: 232px;
	min-height: 58px;
	padding: 0 8px 0 20px;
	background: #f3f2f2;
	margin-right: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.customer-information-block label span{
	float: right;
	margin: 15px 0;
	display: inline-block;
	vertical-align: middle;
	background: #e60012;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*form-control*/
.customer-information-block .form-control{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 295px;
	height: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #afafaf;
	background: rgba(255,255,255, 0.4);
	color: #555;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.customer-information-block textarea.form-control{
	min-height: 130px;
	max-width: 585px;
	resize: none;
	overflow: auto;
}
.customer-information-block .form-control:focus{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	box-shadow: 0 1px 5px rgba(0,0,0, .2);
	border-color: #babfc6;
	outline: none;
}
.customer-information-block .form-control::-moz-placeholder {
	color: #373737;
	opacity: 1;
}
.customer-information-block .form-control:-ms-input-placeholder {color:#373737;}
.customer-information-block .form-control::-webkit-input-placeholder {color:#373737;}
.design-consultation-block h3{
	font-size:16px;
	line-height:34px;
	font-weight:bold;
	color:#1b1b1b;
	margin:0;
}
.design-consultation-block{
	overflow:hidden;
	margin-bottom:70px;
}
.design-consultation-block p{
	margin:20px 0;
	font-size:14px;
	line-height:20px;
	color:#1b1b1b;
}
.design-consultation-frame{
	overflow:hidden;
	border:1px solid #e6e6e6;
	background:#f8f8f8;
	margin-bottom:15px;
	padding:12px;
}
.design-consultation-frame .single-title{
	overflow:hidden;
	margin-bottom: 26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.design-consultation-frame .images{
	background:#fff;
	border:1px solid #e5e5e5;
	min-width:347px;
	width:347px;
	height:399px;
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
    position: relative;
}
.design-consultation-frame .images img{
	display:block;
	max-width:100%;
	max-height:100%;
}
.design-consultation-frame .images .frame-item{
    border: solid 1px #77ccc8;
    width: 90px;
    height: 121px;
    bottom: 125px;
    left: 128px;
    position: absolute;
    background: rgba(0,0,0,0.05);
    display: none;
}
.design-consultation-frame .images .has-frame-item{
     position: absolute;
     bottom: 10px;
     left: 10px;
     cursor: pointer;
}
.design-consultation-frame .design-campaign-list{
	margin:0;
	padding:0;
	list-style:none;
	width:461px;
	overflow:hidden;
}
.design-consultation-frame .design-campaign-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.design-consultation-frame .design-campaign-list li{
	display: block;
	border: 2px solid #1794d4;
	overflow: hidden;
	background:#fff;
}
.design-consultation-frame .design-campaign-list li + li{
	margin-top: 10px;
}
.design-consultation-frame .design-campaign-list li strong{
	float: left;
	width:92px;
	font-size: 16px;
	line-height: 20px;
	min-height:63px;
	color: #fff;
	text-align: center;
	background-color: #1794d4;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.design-consultation-frame .design-campaign-list li strong span{
	display:block;
	text-align:left;
}
.design-consultation-frame .design-campaign-list li .item-block,
.design-consultation-frame .design-campaign-list li .color-block{
	overflow: hidden;
	padding: 12px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 63px;
	font-size: 0;
	line-height: 0;
	width:100%;
}
.design-consultation-frame .design-campaign-list li .item-block small,
.design-consultation-frame .design-campaign-list li .color-block small{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 40px;
	color: #373737;
	letter-spacing: -1px;
	overflow: hidden;
	margin-right: 10px;
}
.design-consultation-frame .design-campaign-list li .item-block .btn-info,
.design-consultation-frame .design-campaign-list li .color-block .btn-info-color {
	float: right;
    width: 142px;
}
/* item-slider */
.design-consultation-frame .design-campaign-list li .item-slider{
	position: relative;
	padding: 11px 27px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.design-consultation-frame .design-campaign-list li .item-slider .item-slider-block{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.design-consultation-frame .design-campaign-list li .item-slider .slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 11px;
	height: 15px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0.8;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 20;
}
.design-consultation-frame .design-campaign-list li .item-slider .slick-prev{
	background: url(/common/design/user/img/free-design-campaign/iconset-slider-arrow.png) no-repeat;
	background-position: 0 0;
	left: 10px;
}
.design-consultation-frame .design-campaign-list li .item-slider .slick-next{
	background: url(/common/design/user/img/free-design-campaign/iconset-slider-arrow.png) no-repeat;
	background-position: -13px 0;
	right: 10px;
}
.design-consultation-frame .design-campaign-list li .item-slider input{display:none;}
.design-consultation-frame .design-campaign-list li .item-slider .img{
	width: 46px;
	height: 42px;
	border: 1px solid transparent;
	line-height: 42px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	cursor:pointer;
}
.design-consultation-frame .design-campaign-list li .item-slider input:checked + .img{border:1px solid #000;}
.design-consultation-frame .design-campaign-list li .item-slider .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.design-consultation-frame .design-campaign-list li .item-block form{
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
	text-align: center;
}
.design-consultation-frame .design-campaign-list li .item-block .radio{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]{
	display: none;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
	width: 38px;
	height: 38px;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ededed;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label:hover{
	border: 2px solid #999;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]:checked + label{
	border: 2px solid #000;
	background: #000;
	color: #fff;
}
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"] + label,
.design-consultation-frame .design-campaign-list li .item-block input[type="radio"]:checked + label{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.design-consultation-frame .design-campaign-list .btn-info,
.design-consultation-frame .design-campaign-list .btn-info-color{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 9px 20px;
	border-radius: 0;
	border: 2px solid transparent;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	outline: 0;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.design-consultation-frame .design-campaign-list .btn-like{
	border: 2px solid #efefef;
	width: 59px;
	height: 56px;
	background: url(/common/design/user/img/free-design-campaign/ico-button-like.png) 50% 50% no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.design-consultation-frame .design-campaign-list .btn-like:hover{
	background-color: #efefef;
	border: 2px solid #e6e3e3;
}
.design-consultation-frame .design-campaign-list .btn-like:active,
.design-consultation-frame .design-campaign-list .btn-like:focus{
	background: url(/common/design/user/img/free-design-campaign/ico-button-like-active.png) 50% 50% no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	border: 2px solid #e6e3e3;
}
.design-consultation-frame .design-campaign-list .btn-primary{
	background: #e70000;
	color: #fff;
	padding: 17px 20px;
	min-width: 245px;
}
.design-consultation-frame .design-campaign-list .btn-primary:hover,
.design-consultation-frame .design-campaign-list .btn-primary:active,
.design-consultation-frame .design-campaign-list .btn-primary:focus{
	background: #dc1b1b;
}
.design-consultation-frame .design-campaign-list .btn-info,
.design-consultation-frame .design-campaign-list .btn-info-color{
	background: #febf01;
	color: #fff;
}
.design-consultation-frame .design-campaign-list .btn-info:hover,
.design-consultation-frame .design-campaign-list .btn-info:active,
.design-consultation-frame .design-campaign-list .btn-info:focus,
.design-consultation-frame .design-campaign-list .btn-info-color:hover,
.design-consultation-frame .design-campaign-list .btn-info-color:active,
.design-consultation-frame .design-campaign-list .btn-info-color:focus{
	background: #ffe38d;
	color: #555;
	border: 2px solid #febf01;
}
.design-consultation-frame .frame{
	overflow:hidden;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height:20px;
	font-size:16px;
	line-height:20px;
	height:40px;
	color:#000;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.design-consultation-frame .frame input{
	width:38px;
	border:1px solid #afafaf;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	text-align:right;
	padding:4px 8px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}
.design-consultation-frame .frame span{
	display:inline-block;
	margin:4px 4px 0;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#000;
}

.design-consultation-frame .design-campaign-list li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.design-consultation-frame .design-campaign-list li strong{
	min-width:92px;
}
.design-part-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.design-part-box label{
	display:inline-block;
	width:60px;
	margin-left:6px;
	overflow:hidden;
	cursor:pointer;
}
.design-part-box label span{
	display:block;
	text-align:center;
	color:#1b1b1b;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	margin-top:4px;
}
.design-part-box label img{
	display:block;
	width:58px;
	height:58px;
	border:1px solid #e5e5e5;
    pointer-events: none;
}
.design-part-box label:first-child{margin:0;}
.design-part-box label input{display:none;}
.design-part-box label input:checked + img{border:1px solid #d61518;}
.design-consultation-frame .design-campaign-list li .item-block.add{padding:5px 6px 0;}
.design-consultation-frame h4{
	font-size:16px;
	line-height:20px;
	color:#1b1b1b;
	font-weight:bold;
	margin:0 0 6px;
}
.design-consultation-frame .wrap-frame{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.design-consultation-frame .wrap-frame .comment-t{
	display:block;
	background:#fff;
	border:1px solid #e6e6e6;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	width:559px;
	height:187px;
	overflow:hidden;
}
.design-consultation-frame .wrap-frame .comment-t textarea{
	display:block;
	background:#fff;
	border:0;
	width:559px;
	height:187px;
	padding:12px 14px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	overflow-y:auto;
	resize:none;
	font-size:16px;
	line-height:20px;
	color:#1b1b1b;
	outline:none;
}
.design-consultation-frame .wrap-frame .r{
	overflow:hidden;
	width:248px;
	padding-left:2px;
}
.design-consultation-frame .wrap-frame .r p{
	margin:0 0 8px;
	font-size:13px;
	line-height:16px;
	color:#000;
}
.design-consultation-frame .wrap-frame .int-def{
	display:block;
	vertical-align:top;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:133px;
	background: #ffffff;
	font-size:14px;
	line-height:27px;
	color:#000;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:pointer;
background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.design-consultation-frame .wrap-frame .int-def a,
.design-consultation-frame .wrap-frame .int-def input{
	display:block;
	border:0;
	background:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	height:27px;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:27px;
	cursor:pointer !important;
}
.design-consultation-frame .wrap-frame .int-def input[type="file"]{
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	width:300px;
}
.design-consultation-frame .wrap-frame .int-def:hover{
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.design-consultation-frame .btn-black-k{
	display:block;
	margin:16px auto 0;
	border-bottom:4px solid #161616;
	color:#161616;
	background:#414243;
	text-align:center;
	width:278px;
	font-size:22px;
	line-height:56px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.design-consultation-frame .btn-black-k.add{
	background:#31ae00;
	border-bottom-color:#247e00;
}
.design-consultation-frame .btn-black-k:hover{opacity:0.8;}
.design-consultation-frame .btn-black-k:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 ;
	width:26px;
	height:26px;
	background: url(/common/design/user/img/design_page/icon-i-011.png) 50% no-repeat;
}
.design-consultation-frame .btn-black-k.add:before{
	background: url(/common/design/user/img/design_page/icon-i-012.png) 50% no-repeat;
}
input,
textarea{outline:none !important;}
/* update 16.08.2017 */
.design-campaign-block{
	display: block;
	overflow: hidden;
	background: #fff;
	padding-top: 12px;
	box-sizing: border-box;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
}
.design-campaign-block p{
	margin: 0 0 12px;
	color: #232323;
}

.design-consultation-frame .btn-black-k{
	width: auto;
	max-width: 375px;
}
.design-campaign-block h4{
	font-size: 16px;
	line-height: 20px;
	color: #1b1b1b;
	font-weight: bold;
	margin: 0 0 6px;
}
.design-campaign-block .box{
	margin-top: 40px;
}
.design-campaign-block .wrap-frame{
	overflow: hidden;
}
.design-campaign-block .wrap-frame .comment-t{
	display:block;
	background:#fff;
	border:1px solid #e6e6e6;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	width: 100%;
	height:187px;
	overflow:hidden;
	box-sizing: border-box;
}
.design-campaign-block .wrap-frame .comment-t textarea{
	display:block;
	background:#fff;
	border:0;
	width: 100%;
	height:187px;
	padding:12px 14px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	overflow-y:auto;
	resize:none;
	font-size:16px;
	line-height:20px;
	color:#1b1b1b;
	outline:none;
	box-sizing: border-box;
}

.design-campaign-block .form-file{
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 6px;
	box-sizing: border-box;
}
.design-campaign-block .form-file + .form-file{
	margin-top: 5px;
}
.design-campaign-block .form-file label {
	float: left;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.design-campaign-block .int-def{
	display:block;
	vertical-align:top;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:165px;
	margin: 0 auto;
	font-size:14px;
	line-height:28px;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:pointer;
	border:1px solid #d2d2d2;
	color:#000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.design-campaign-block .int-def a,
.design-campaign-block .int-def input{
	display:block;
	border:0;
	background:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	height:27px;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:27px;
	cursor:pointer !important;
}
.design-campaign-block .int-def:hover{
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3);
}

.design-campaign-block .form-file .file{
	display: none;
}
.design-campaign-block .form-file .holder-input{
	overflow: hidden;
}
.design-campaign-block .form-file .form-control{
	border: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	width: 100%;
	background: 0;
	padding: 6px 15px;
	cursor: default;
	box-sizing: border-box;
}
.design-campaign-block .btn-group{
	float: right;
}
.design-campaign-block .btn-group a + a{
	margin-left: 4px;
}
.design-campaign-block .btn-group .btn-black-k{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border: 1px solid transparent;
	color: #fff;
	background: #414243;
	text-align: center;
	width: auto;
	min-width: 75px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 5px;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.design-campaign-block .btn-group .btn-black-k:hover,
.design-campaign-block .btn-group .btn-black-k:focus,
.design-campaign-block .btn-group .btn-black-k:active{
	background: #1b1b1b;
}
.design-campaign-block .btn-group .btn-black-k.add{
	background: #31ae00;
}
.design-campaign-block .btn-group .btn-black-k.add:hover,
.design-campaign-block .btn-group .btn-black-k.add:focus,
.design-campaign-block .btn-group .btn-black-k.add:active{
	background: #2e9a03;
}
/* update btn 18082017 */
#design-page .btn.add-d{
	padding:0 60px;
}
#design-page .btn.add-d:before{
	display:inline-block;
	vertical-align:top;
	position:relative;
	left:0;
	margin-right:20px;
}
/* update btn 18082017 end */
/* shirt-price-list */
.shirt-price-list form{
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-bottom: 14px;
}
.shirt-price-list form p{
	float: right;
	font-size: 14px;
	line-height: 32px;
	color: #000;
}
.shirt-price-list label{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	margin-right: 10px;
}
.shirt-price-list .select-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	height: 30px;
	min-width: 195px;
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}
.shirt-price-list .select-block .ico{
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
	background: #e5e5e5;
	text-align: center;
	line-height: 30px;
}
.shirt-price-list .select-block .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.shirt-price-list .select-block select{
	position: relative;
	border: 0;
	background-color: transparent;
	padding: 5px 16px 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.shirt-price-list .select-block select::-ms-expand{
	display: none;
}

.shirt-price-list .link{
	display: block;
	text-align: center;
	margin-bottom: 55px;
}
.shirt-price-list .btn-link{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.shirt-price-list .btn-link:hover{
	text-decoration: underline;
}
.table-price-list{
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 14px;
}
.table-price-list table{width: 100%;}
.table-price-list tbody{
	display: table-row-group;
	overflow: auto;
}
.table-price-list tr{
	display: table-row;
	table-layout: fixed;
	height: 32px;
	font-size: 14px;
	line-height: 20px;
	color: #2f2f2f;
}
.table-price-list tr td span{
	display: block;
	text-align: right;
}
th, td{
	padding: 5px 10px 5px 15px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-price-list thead th{
	background: #f0f0f0;
	white-space: nowrap;
}
.table-price-list tbody tr.bg{
	background-color: #f3f9fd;
}
.table-price-list thead th:nth-child(1){
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}
.table-price-list thead th:nth-child(2){
	width: 108px;
	min-width: 108px;
	max-width: 108px;
}
.table-price-list thead th:nth-child(3){
	width: 85px;
	min-width: 85px;
	max-width: 85px;
}
.table-price-list thead th:nth-child(4){
	width: 142px;
	min-width: 142px;
	max-width: 142px;
}
.table-price-list thead th:nth-child(5){
	width: 135px;
	min-width: 135px;
	max-width: 135px;
}
.table-price-list thead th:nth-child(6){
	width: 122px;
	min-width: 122px;
	max-width: 122px;
}
.design-consultation-frame .design-campaign-list li .item-block.item-size{
	white-space:nowrap;
	overflow-x:auto;
	width:360px;
	margin:0 auto;
	padding:12px 6px 0;
	height:64px;
}
.design-consultation-frame .btn-black-k{
	width:375px;
	margin:0;
}

/*Designenq updated 19.02.2019*/

.radio-buttons{
    background-color: #fff;
}

.radio-buttons .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5vh;
}

.radio-buttons .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.radio-buttons .list__item {
    position: relative;
    width: 44%;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.radio-buttons .list__item:hover > .label::before {
    border: 0.5rem solid #0068a3;
}

.radio-buttons .radio-btn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radio-buttons .radio-btn:checked + .label::before {
    margin-right: 2rem;
    border: 0.5rem solid #0068a3;
    background: #fff;
}

.radio-buttons .radio-btn:checked + .label, .radio-buttons .label:hover {
    opacity: 1;
}

.radio-buttons .label {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s linear;
    background-color: #00a2ff;
    border-radius: 10px;
    opacity: .5;
}

.radio-buttons .label::before {
    box-sizing: border-box;
    display: inline-block;
    content: "";
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 3px solid #0068a3;
    margin-right: 0.625rem;
    border-radius: 50%;
    transition: all 0.25s linear;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.radio-buttons .label::after{
    display: inline-block;
    content: "";
    height: 16px;
    width: 16px;
    background-color: #00a2ff;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}

/*END Designenq*/

.new-container{
    display: block;
    background: url('/common/design/user/img/design_page/main.jpg') no-repeat;
    background-size: cover;
    padding: 20px 25px;
}
.new-container .top-header {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
.new-container .top-header span{
    font-size: 40px;
    color: #e70000;
}
.new-container .top-header-h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.new-container .img-containers{
    display: flex;
    justify-content: space-between;
    /*flex-wrap: nowrap;*/
}
.new-container .img-containers .img-item{
    width: 43%;
    padding: 7px 20px;
    -webkit-box-shadow: -2px 4px 24px 1px rgba(0,0,0,0.61);
    -moz-box-shadow: -2px 4px 24px 1px rgba(0,0,0,0.61);
    box-shadow: -2px 4px 24px 1px rgba(0,0,0,0.61);
}
.new-container .img-containers .img-item h3{
    position: relative;
    font-size: 26px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff000;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}
.new-container .img-containers .img-item h3:before{
    position: absolute;
    content: '';
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
}
.new-container .img-containers .img-item .h3-1{
    margin-left: -34px;
    margin-right: -20px;
}
.new-container .img-containers .img-item .h3-1:before{
    left: 0;
    border-width: 0 15px 15px 0;
    border-color: transparent #0096cd transparent transparent;
}
.new-container .img-containers .img-item .h3-2{
    margin-left: -20px;
    margin-right: -34px;
}
.new-container .img-containers .img-item .h3-2:before{
    border-width: 15px 15px 0 0;
    right: 0;
    border-color: #d56100 transparent transparent transparent;
}
.new-container .img-containers .item1{
    background: url('/common/design/user/img/design_page/main1-1bg.jpg') no-repeat;
    background-size: cover;
}
.new-container .img-containers .item1 h3{
    background-color: #35b5e7;
}
.new-container .img-containers .item2 h3{
    background-color: #ff7400;
}
.new-container .img-containers .item2{
    background: url('/common/design/user/img/design_page/main1-2bg.jpg') no-repeat;
    background-size: cover;
}
.new-container .img-containers .img-item p{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    text-shadow:
            -0   -1px 0   #FFFFFF,
            0   -1px 0   #FFFFFF,
            -0    1px 0   #FFFFFF,
            0    1px 0   #FFFFFF,
            -1px -0   0   #FFFFFF,
            1px -0   0   #FFFFFF,
            -1px  0   0   #FFFFFF,
            1px  0   0   #FFFFFF,
            -1px -1px 0   #FFFFFF,
            1px -1px 0   #FFFFFF,
            -1px  1px 0   #FFFFFF,
            1px  1px 0   #FFFFFF,
            -1px -1px 0   #FFFFFF,
            1px -1px 0   #FFFFFF,
            -1px  1px 0   #FFFFFF,
            1px  1px 0   #FFFFFF;
    margin-bottom: 30px;
}
.new-container .img-containers .img-item img{
    display: block;
    width: 100%;

}
.img-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 50px;
}
.img-flex img.img-flex-item{
    position: relative;
    display: block;
    width: 49%;
    border-radius: 8px;
}
.new-red-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #ea0000;
    margin-bottom: 5px;
}
.new-p{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.ancor-link{
    width: 100%;
    max-width: 460px;
    padding: 10px;
    margin: 40px auto;
}
.ancor-link .btn-new{
    position: relative;
    padding-left: 20px;
    display: block;
    border: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    background: none;
    text-align: center;
    font-size: 22px;
    line-height: 57px;
    height: 57px;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
}
.ancor-link .btn-new:before{
    position: absolute;
    content: '';
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url('/common/design/user/img/design_page/arrow-down.png') no-repeat;
    background-size: contain;
}
.mb30{
    margin-bottom: 30px;
}