@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, sans-serif;
	color: #000;
	background: #fff;
	font-size: 12px;
}
a, input {
	transition: all 0.5s;
}
a, a:hover, afocus, a:active, a:link, a:visited {
	text-decoration: none;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
/*
100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Regular (Normal、Book、Roman)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)

font-size * 10 / PS VA = real_letter_spacing。
*/
header {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 9;
	top: 0px;
	min-height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	transition: all 0.3s;
}

.logo {
	border-right: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
}
.admin_content{
	position: absolute;
	right: 45px;
	top: 40px;
	z-index: 9;
}
.admin_content > a{
	color:#fff;
	font-size: 18px;
	margin:0 5px;
	display: inline-block;
}
.mobile_nav{
	display: none !important;
}
.my_nav {
	background: none;
	border: none;
	margin-top: 30px;
	margin-bottom: 0px;
}
.my_nav_ul > li > a {
	color: #fff !important;
	padding-bottom: 35px;
	font-size: 18px;
	line-height: 20px;
	padding-left: 25px;
	font-weight: 800;
	padding-right: 25px;
	letter-spacing: -0.5px;
}
.my_nav_ul > li.open > a {
	background: none !important;
}
.my_nav_ul > li:hover > ul {
	display: inline-block;
}
.my_nav_ul > li.open > ul {
	display: none;
}
.my_nav_ul > li > ul {
	display: none;
	background: #222;
	left: -15px;
	padding: 15px 30px;
	box-sizing: border-box;
	min-width: 210px;
}
.my_nav_ul > li > ul:before {
	content: "";
	float: left;
	width: 18px;
	height: 2px;
	background: #fff;
	margin-left: 0px;
	margin-top: -15px;
}
.my_nav_ul > li > ul > li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.my_nav_ul > li > ul > li:last-child {
	border-bottom: none;
}
.my_nav_ul > li > ul > li > a {
	color: #999999;
	padding: 0px;
	background: none;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 20px;
	padding-top: 10px;
}
.my_nav_ul > li > ul > li > a:hover {
	background: none !important;
	color: #fff;
}
.container {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
}
.banner {
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.sub_banner{
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}
.catalog_banner_01{
	background-image: url(../images/catalog_banner_01.png);
}
.catalog_banner_02{
	background-image: url(../images/catalog_banner_02.png);
}
.catalog_banner_03{
	background-image: url(../images/catalog_banner_03.png);
}
.catalog_banner_04{
	background-image: url(../images/catalog_banner_04.png);
}
.catalog_banner_05{
	background-image: url(../images/catalog_banner_05.png);
}
.catalog_banner_06{
	background-image: url(../images/catalog_banner_06.png);
}
.catalog_banner_07{
	background-image: url(../images/catalog_banner_07.png);
}
.sub_banner_02{
	background-image: url(../images/sub_banner_2.png);
}
.sub_banner_04{
	background-image: url(../images/sub_banner_4.png);
}
.banner_content {
	width: 100%;
	float: left;
	position: relative;
}
.banner_text {
	position: absolute;
	top: 50%;
	font-size: 60px;
	color: #fff;
	left: 50%;
	text-align: center;
	width: 100%;
	max-width: 1030px;
	transform: translate(-50%, -50%);
}
.banner_text_content {
	position: relative;
	float: left;
	width: 100%;
}
.banner_text_content > .after_icon {
	position: absolute;
	width: 53px;
	height: 28px;
	left: 0;
	top: 0;
	content: url(../images/banner_text_after.png);
}
.banner_text_content > .before_icon {
	position: absolute;
	right: 0;
	bottom: 0;
	content: url(../images/banner_text_before.png);
	width: 28px;
	height: 53px;
}
.banner_text_content_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #ff8f22;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 20px;
}
.banner_text_content_center {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 55px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-bottom: 25px;

}
.banner_text_content_center span {
	border-bottom: 1px solid #ffff;
	display: inline-block;
		padding-bottom: 20px;
}
.banner_text_content_bottom {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 25px;
}
.banner_text_content_bottom_dec {
		width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 50px;
}
.banner_text_content_bottom_more{
	width: 100%;
	float: left;
	text-align: center;
}
.banner_text_content_bottom_more a{
	display: inline-block;
	padding: 15px 50px;
	border: 1px solid rgba(255,255,255,0.8);
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.sub_banner_text{
	float: left;
	margin-top: 190px;
}


.sub_banner_title{
	display: block;
	font-size: 43px;
	text-align:left;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}

.sub_banner_dec{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align:left;
}
.sub_banner_num{
	float:right;
	padding: 15px 25px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 250px;
}
.sub_banner_num img{
	display: inline-block;
	margin-right: 10px;
}
.my_container{
	max-width: 1590px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.banner_scroll{
	position: absolute;
	z-index: 998;
	left: 50%;
	bottom: 20px;
	margin-left: -21px;
	width: 42px;
	cursor: pointer;
	height: 46px;
	
}
.banner_scroll span{
	width: 42px;
	height: 46px;
	animation: down_ani 1.5s ease-in-out infinite;
	background: url(../images/banner_srcoll_btn.png);
	position: relative;
	display:block;
	top: 0px;
	left: 0px;
}
@keyframes down_ani {          
       0% {top:5px;} 
	   50% {top:20px;}  
       100% {top:5px;} 
}

.my-swiper-pagination{
	right: 75px !important;
	width: 23px !important;
	top: 50% !important;
	left: inherit !important;
	transform: translate(0%, -50%) !important;
	bottom: inherit !important;
	padding: 20px 0;
	background: url(../images/my-swiper-pagination-bg.png) center center repeat-y;
}

.my-swiper-pagination div{
	width: 23px;
	margin-right: 0px !important;
	margin-left: 0px !important;
	height: 23px;
	line-height: 23px;
	margin-bottom: 10px !important;
	display: inline-block !important;
	opacity: 1 !important;
	background: url(../images/my-swiper-pagination.png);
}
.my-swiper-pagination div.swiper-pagination-bullet-active{
	width: 23px;
	height: 23px;
	background: url(../images/my-swiper-pagination-active.png);
}

.my-swiper-pagination span{
	width: 100%;
	height: 100%;
	display: inline-block;
	float: right;
	position: relative;
}
.my-swiper-pagination span b{
	right:30px;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	top: 0px;
	font-size: 12px;
	display: none;
}

.swiper-pagination-bullet-active span b{
	display: inline-block;
}
.top_btn{
	width: 55px;
	height: 55px;
	cursor: pointer;
	position: fixed;
	z-index: 999;
	right: 60px;
	bottom: 35px;
	background: url(../images/top_btn.png) center center no-repeat;
}
.quick_btn{
	right: 136px;
	height: 55px;
	width: 155px;
	bottom: 35px;
	cursor: pointer;
	position: fixed;
		z-index: 999;
	background: url(../images/quick_btn.png) center center no-repeat;
	
}
.index_center_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top:70px;
	font-size: 32px;
	font-weight: bold;
	color: #0c2b6f;
}
.index_center_dec{
	width: 100%;
	float: left;
	text-align: center;
	color: #474747;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom:60px;
}
.index_center_tabs{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.index_center_tabs > li{
	width: 12.5%;
	float: left;
	padding: 0 7px;
	margin-bottom: 20px;
}
.index_center_tabs > li a{
	display: block;
	text-align: center;
	background: #7e7e7e;
	color: #fff;
	padding: 15px 0;
	line-height: inherit;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 400;
}
.index_center_tabs > li.active a{
	background: #078adf;
}

.index_center_tabs_content{
	width: 100%;
	float: left;
	margin-bottom: 65px;
}
.index_center_tabs_content_ul{
	width: 100%;
	float: left;
}

.index_center_tabs_content_ul > li{
	width: 33.33333%;
	float: left;
	padding: 0 15px;
	
	margin-bottom: 35px;
}
.index_center_tabs_content_ul > li > .tabs_list_content{
	width: 100%;
	float: left;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 1px solid #e6e6e6;
	min-height: 300px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 10px 10px 10px #ebebeb;
	padding: 20px 30px;
}
.index_center_tabs_content_ul > li > .tabs_list_content .time{
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-top: 8px;
	color: #b9b9b9;
}
.index_center_tabs_content_ul > li > .tabs_list_content .status{
	float: right;
	padding: 10px 15px;
	border-radius: 25px;
	background: #f2f2f2;
	font-size: 13px;
	color: #15366c;
	font-weight: bold;
}
.index_center_tabs_content_ul > li > .tabs_list_content .title{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 18px;
	color: #15366c;
	font-weight: bold;
	margin-bottom: 40px;
}
.index_center_tabs_content_ul > li > .tabs_list_content .title span{
	position: relative;
	display: inline-block;
	z-index: 9;
}
.index_center_tabs_content_ul > li > .tabs_list_content .title span b{
	position: relative;
	display: inline-block;
	z-index: 9;
}

.index_center_tabs_content_ul > li > .tabs_list_content .title span:after{
	background: #dfefff;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	height: 10px;
	content: "";
	position: absolute;
}


.index_center_tabs_content_ul > li > .tabs_list_content .text_content{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #3f3f3f;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 54px;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.index_center_tabs_content_ul > li > .tabs_list_content .bottom_text{
	width: 100%;
	margin-top: 20px;
	float: left;
	text-align: right;
	color: #969696;
	font-weight: bold;
	font-size: 14px;
}

.portfolio_content{
	width: 100%;
	margin: -220px auto 0 auto;
	background: #f5f6f7;
}

.portfolio_content_title{
	width: 100%;
	margin-top: 80px;
	float: left;
	font-size: 34px;
	font-weight: bold;
	color: #0c2b6f;
}
.portfolio_more{
	float:right;

}
.portfolio_list_content{
	width: 100%;
	margin-top: 60px;
	float: left;
}
.isotope_images{
	width: 100%;
	float: left;
}
.isotope_images_filters{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.isotope_images_filters li{
	float: left;
}
.isotope_images_filters li a{
	padding: 0 15px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #474747;
}
.isotope_images_filters li.active a{
	color: #0c2b6f;
	font-weight: bold;
}
.isotope_images_filters_content{
	width: 100%;
	float: left;
	
}
.item_images{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.item_images img{
	max-width: 100%;
}
.item_title{
	font-size: 18px;
	width: 100%;
	float: left;
	font-weight: bold;
	color: #3a3a3a;
	margin-bottom: 10px;
}
.list_item{
	margin-bottom: 40px;
}
.item_description{
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin-bottom: 10px;
}
.item_tags{
	width: 100%;
	float: left;
}
.item_tags span{
	float: left;
	margin-right: 8px;
		font-weight: bold;
	color: #0c2b6f;
	font-size: 14px;
	margin-bottom: 10px;
}
.index_slider_title{
	width: 100%;
	float: left;
	margin-top: 70px;
	font-weight: bold;
	font-size: 38px;
	color: #0c2b6f;
	text-align: center;
	margin-bottom: 15px;
}
.index_slider_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 40px;
}
.index_slider_content{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.index-slider-swiper-button-prev{
	width: 80px !important;
	height: 80px !important;
	opacity: 1 !important;
	margin-top: -44px !important;
	left: -134px !important;
	border-radius: 50px;
	box-shadow: 0px 0px 30px #dfdde4;
	background: url(../images/left_bar_hover.png) center center no-repeat !important;
}
.index-slider-swiper-button-next{
	width: 80px !important;
	height: 80px !important;
	border-radius: 50px;
	opacity: 1 !important;
	margin-top: -44px !important;
	right: -134px !important;
	background: url(../images/right_bar.png) center center no-repeat !important;
	box-shadow: 0px 0px 30px #dfdde4;
}
.index_center_form_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0c2b6f;
}
.index_center_form_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #494949;
	margin-bottom: 70px;
}
.form_content{
	width: 100%;
	float: left;
	position: relative;
}
.form_content_img{
	width:765px;
	right: -175px;
	position: absolute;
	top: 75px;
	height: 745px;
}
.form_content_img img{
	max-width: 100%;
}
.index_form{
	width: 100%;
	float: left;
	max-width: 775px;
	box-sizing: border-box;
	padding: 65px;
	position: relative;
	z-index: 99;
	background: #0b2c58;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.printing_form_input{
	background: #0b2c5c; color: #fff; border: 1px solid #4d6177;
	font-size: 14px;
	height: 45px;
}

.printing_form_title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	min-height: 18px;
	margin-bottom: 10px;
}
.printing_form_input::-webkit-input-placeholder {
	color: #fff;
}
.printing_form_input::-moz-input-placeholder {
	color: #fff;
}

.printing_form_input::-ms-input-placeholder {
	color: #fff;
}
.index_form_text{
	display: block;
	font-size: 13px;
	color: #fff;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-top: 25px;
	line-height: 25px;
}
.form-row-1{
	margin-bottom: 45px;
}
.inland_content{
	display: none;
}
.form-row-2{
	margin-bottom: 20px;
}

.printing_form_radio{
	font-size: 14px;
	color: #fff;
	padding-left: 0px !important;
	font-weight: bold;
}
.printing_form_radio > input{
	display:none;
}
.printing_form_radio:before{
	width: 15px;
	height: 15px;
	border: 1px solid #4a5d76;
	content: "";
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.printing_form_radio.active:before{
	background: #fff;
}
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.index_submit{
	background: none;
	border: none;
}

em.error{
	color: red;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
}
select.error{
	border: 1px solid rgba(255,0,4,1.00)
}
input.error{
	border: 1px solid rgba(255,0,4,1.00)
}
.index_bottom{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.index_bottom_left{
	float: left;
	width: 28.307692307692307%;
	box-sizing: border-box;
	padding: 35px 40px;
	overflow: hidden;
	border-top-left-radius: 50px;
	min-height: 275px;
    border-bottom-right-radius: 50px;
	background-color:#078adf;
	background-image: url(../images/index_bottom_bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.index_bottom_left_title{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	color: rgba(255,255,255,0.64)
}
.index_bottom_left_num{
	width: 100%;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.index_bottom_left_email{
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #fff;
}
.index_bottom_left_email img{
	display: inline-block; 
	margin-right: 5px;
}
.index_bottom_left_time{
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.index_bottom_left_time span{
   font-weight: 18px;
}
.index_bottom_right{
	float: right;
	width: 68.61538461538461%;

}
.index_bottom_right_title{
	width:100%;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #0c2b6f;
	margin-bottom: 20px;
}
.index_bottom_right_list{
	width: 100%;
	float: left;
	
}
.index_bottom_right_list li{
	width: 33.333333333%;
	float: left;
	box-sizing: border-box;
	padding: 0px 1px;
}
.index_bottom_right_content{
	width: 100%;
	float: left;
	background: #f6f6f6;
	padding:25px;
	box-sizing: border-box;
}
.index_bottom_right_content_time{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	color: #747474;
}
.index_bottom_right_content_stastus{
	float: right;
	border-radius: 25px;
	padding: 10px;
	font-size: 12px;
	color: #15366c;
	font-weight: bold;
	background: #ffffff;
}
.index_bottom_right_content_title{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #474747;
	margin-bottom: 35px;
}
.index_bottom_right_content_dec{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-size: 14px;
	color: #757575;
	border-bottom: 1px solid #d2d2d2;
}
.index_bottom_right_content_tags{
	float: right;
	color: #abaaaa;
	font-size: 13px;
	font-weight: bold;
	margin-top: 16px;
}
footer{
	width: 100%;
	padding: 40px 0;
	margin: 50px auto 0 auto;
	background: #f2f2f2;
}
.footer_nav{
	width: 100%;
	float: left;
}
.footer_nav > a{
	display: inline-block;
	padding: 0 15px;
	font-weight: bold;
	font-size:14px;
	color: #082a61;
	position: relative;
}

.footer_nav > a:before{
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0px;
	top:4px;
	z-index: 1;
	content: "";
	background: #d2d2d2;
}
.footer_nav > a:last-child{
	padding-right: 0px;
}
.footer_nav > a:last-child:before{
	display: none;
}
.footer_nav > a:first-child{
	padding-left: 0px;
}
.footer_text{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.footer_text p{
	display: block;
	margin: 0;
}
.footer_text p span{
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.footer_text > p span:before{
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0px;
	top:4px;
	z-index: 1;
	content: "";
	background: #d2d2d2;
}
.footer_text p span:last-child{
	padding-right: 0px;
}
.footer_text p span:last-child:before{
	display: none;
}
.footer_text p span:first-child{
	padding-left: 0px;
}
.copyright{
	float: left;
	padding: 10px;
	font-size: 12px;
	color: #5e5e5e;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
}
.footer_icon_list{
	float: right;
	text-align: right;
}
.footer_icon_list li{
	display: inline-block;
	padding: 0 8px;
}
.board_list{
	width: 100%;
	overflow: hidden;
	float: left;
	border-radius: 50px;
	position: relative;
	z-index: 999;
	margin-top: -35px;
}
.board_list a{
	width: 14.28571428571429%;
	float: left;
	padding:25px 0;
	text-align: center;
	font-size: 16px;
	color: #363636;
	background: #e8f2f9;
	border-right: 1px solid #d3dce3;
	font-weight: bold;
}
.board_list a:last-child{
	border-right: none;
}
.board_list a.active{
	background: #08388a;
	color: #fff;
}
.sub_title{
	color: #373737;
	width: 100%;
	margin-top: 40px;
	font-size: 28px;
	font-weight: bold;
	float: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 50px;
}
.images_list{
	width: 100%;
	float: left;
}
.images_list li{
	width: 25%;
	float: left;
	margin-bottom: 50px;
	padding: 0 15px;
	text-align: center;
	

}
.images_list li .list_content{
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 0px 20px #e3e3e3;
}
.images_list li .list_images{
	display: inline-block;
	position: relative;
}
.list_images img{
	max-width: 100%;
}
.images_list li .list_images .tags{
	position: absolute;
	top: 20px;
	left: 20px;
	padding:10px 15px;
	border-radius: 50px;
	background: #fff;
	font-size: 14px;
	color: #15366c;
	font-weight: bold;
	
}
.list_images_title{
	display: block;
	padding: 40px 20px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #3a3a3a;
}
.my_pagination{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 0px;
}
.my_pagination > ul > li.active > a{
	background: #c0c0c0 !important;
	border-color:  #c0c0c0 !important;
}
.to_form_btn{
	float:right;
	margin-bottom: 150px;
	margin-top: 15px;
}
.form_container{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 50px;
	overflow: hidden;
	background: #f2f2f2;
	padding:100px 80px 80px 50px;
	box-sizing: border-box;
}

.catalog_content{
	width: 100%;
	float: left;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 30px #ebebeb;
}
.catalog_img{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.catalog_img img{
	max-width: 100%;
	
}
.catalog_img_btn{
	width: 185px;
	height: 45px;
	z-index: 1px;
	bottom: 35px;
	left: 50%;
	border-radius: 50px;
	overflow: hidden;
	margin-left: -92.5px;
	position: absolute;
	box-shadow: 0px 0px 15px #ebebeb;
}
.catalog_form{
	min-height: 690px;
	background: #f4f4f4;
}
.catalog_form_content{
	width: 100%;
	float: left;
}
.catalog_form_content_right_top_link{
	float: right;
	margin-top: 45px;
	margin-right: 50px;
}
.catalog_form_container{
	width: 100%;
	float: left;
	padding:20px 30px;
	box-sizing: border-box;
}


.catalog_form_input{
	background: #fff; color: #6e6e6e; border: 1px solid #d5d5d5;
	font-size: 14px;
	height: 45px;
}

.catalog_form_title{
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	min-height: 18px;
	margin-bottom: 10px;
}
.catalog_form_input::-webkit-input-placeholder {
	color: #fff;
}
.catalog_form_input::-moz-input-placeholder {
	color: #fff;
}

.catalog_form_input::-ms-input-placeholder {
	color: #fff;
}


.catalog_form_radio{
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 0px !important;
	font-weight: bold;
}
.catalog_form_radio > input{
	display:none;
}
.catalog_form_radio:before{
	width: 15px;
	height: 15px;
	border: 2px solid #cfcfcf;
	content: "";
	background: #fff;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.catalog_form_radio.active:before{
	background: #cfcfcf;
}



.catalog_form_check{
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 0px !important;
	font-weight: bold;
}
.catalog_form_check > input{
	display:none;
}
.catalog_form_check:before{
	width: 15px;
	height: 15px;
	border: 2px solid #cfcfcf;
	content: "";
	background: #fff;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.catalog_form_check.active:before{
	background: #cfcfcf;
}

.printing_form_check{
	font-size: 14px;
	color: #fff;
	padding-left: 0px !important;
	font-weight: bold;
}
.printing_form_check > input{
	display:none;
}
.printing_form_check:before{
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	content: "";
	background:#0b2c58;
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.printing_form_check.active:before{
	background: #fff;
}


.catalog_form_text{
	display: block;
	font-size: 13px;
	color: #6e6e6e;
	letter-spacing: -0.5px;
	font-weight: bold;
	margin-top: 25px;
	line-height: 25px;
}
.catalog_form_text b{
	background: #fff;
	padding: 0 5px;
	margin-right:8px;
}
.catalog_form_table{
	background: #fff;
	margin-bottom: 35px;
	margin-top: 10px;
	border-radius: 15px;
}
.catalog_form_table table{
	margin-bottom: 0px;
	border: none;
}
.catalog_form_table > table > thead>tr>th{
	border: none;
	border-bottom: 1px solid #ececec;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #6e6e6e;
}
.catalog_form_table > table > thead>tr>th:first-child{
	border-right: 1px solid #ececec;
}

.catalog_form_table > table > tbody>tr>td{
	border: none;
	text-align: center;
	color: #6e6e6e;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
}
.catalog_form_table > table > tbody>tr>td:first-child{
border-right: 1px solid #ececec;
font-weight: bold;
}
.print_price{
	text-align:right; color:#fff; font-size:18px; font-weight:400;
	display: none;
}
.print_price .totle_price{
	color:red; font-size:28px; font-weight:bold; margin-right:10px;
}
.print_price .paper_totle_price{
     font-size:24px; font-weight:bold;
}
.print_price .duty_price{
	 font-size:24px; font-weight:bold;
}
.catalog_form_content .print_price{
	color:#6e6e6e !important;
	font-size:16px !important;
}
.catalog_form_content .print_price .totle_price{
	font-size:24px !important;
}

.catalog_form_content .print_price .paper_totle_price{
	font-size:20px;
}
.catalog_form_content .print_price .duty_price{
	font-size:20px;
}
.catalog_form_input::-webkit-input-placeholder { /* WebKit browsers */
	color: #6e6e6e;

  }
  
.catalog_form_input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #6e6e6e;

  }
  
.catalog_form_input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #6e6e6e;

  } 

@media(min-width:770px){
#nav {
    display: inline-block !important;
}
}

@media(max-width:1700px){
	.form_content_img{
		right: 0px;
	}
}
@media(max-width:1440px) {
	.index-slider-swiper-button-prev{

	left: 10px !important;

}
.index-slider-swiper-button-next{

	right: 10px !important;

}
}
@media(max-width:1200px) {
	.index_bottom_left{
		width: 33.33333%;
	}
	.index_bottom_right{
		width: 65%;
	}
	.my_nav_ul > li > a{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width:960px) {
	.index_bottom_left{
		width: 100%;
	}
	.index_bottom_right{
		width: 100%;
	}
	.index_center_tabs > li{
	width: 25%;	
	}
	.index_center_tabs_content_ul > li{
		width: 50%;
	}
	}
@media(max-width:769px) {
	.mobile_nav{
		display: block !important;
	}
	.admin_content{
		display: none;
	}
	.board_list{
		margin-top: 50px;
		background: #e8f2f9;
	}
	.board_list a{
		width: 50%;
	}
	.board_list a:last-child {
       border-right: 1px solid #d3dce3;
}
	.list_images_title{
		padding: 25px 15px;
	}
	.to_form_btn{
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.images_list li{
		width: 50%;
	}
	.sub_banner_dec{
		font-size: 14px;
	}
	.sub_banner_text{
		margin-top: 60px;
		text-align: center;
		width: 100%;
	}
	.sub_banner_title{
		text-align: center;
		font-size: 30px;
	}
	.sub_banner_dec{
		text-align: center;
	}
	.sub_banner_num{
		margin-top: 25px;
		float: none;
		font-size: 18px;
		display: inline-block;
		
	}
	footer{
		padding-bottom: 100px;
	}
	.footer_icon_list{
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.copyright{
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer_nav{
		text-align: center;
	}
	.index_bottom_right_list li{
		width: 100%;
		margin-bottom: 25px;
	}
	.index_bottom_left{
		width: 100%;
	}
	.index_bottom_right{
		width: 100%;
	}
	.printing_form_title{
		min-height: inherit;
		margin-bottom: 10px;
	}
	.form_content_img{
		position: static;
		float: right;
		width: 100%;
	}
	.quick_btn{
		right: 70px;
	}
	.top_btn{
		right: 10px;
	}
	.list_item{
		text-align: center;
	}
	.index_center_tabs > li {
    width: 33.33333%;
}
		.index_center_tabs_content_ul > li{
		width: 100%;
	}
	.banner_text_content_bottom_more a{
		padding: 10px 15px;
	}
	.my-swiper-pagination{
		right: 0px !important;
	}
	.banner_scroll{
		display: none;
	}
	.banner_text_content_center{
		margin-bottom: 10px;
	}
	.banner_text_content_center span{
		padding-bottom: 5px;
	}
	.banner_text_content_bottom_dec{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.banner_text_content_bottom{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.banner_text_content_title{
		font-size: 14px;
	}
	.navbar-toggle{
		margin-top: 0px;
	}
	
.my_nav {
	float: none;
}
.my_nav_ul > li > ul {
	width: 100%;
	float: left;
	position: static !important;
	background-color: rgba(0,0,0,0.5) !important;
}
.my_nav_ul > li.open > ul {
	display: inline-block !important;
	position: static !important;
	width: 100% !important;
	
	padding: 0px !important;
}
.my_nav_ul > li > a {
	padding: 20px 0px !important;
	text-align: center;
	font-size: 18px;
}
.my_nav_ul > li:hover > ul {
	display: none;
}
.my_nav_ul > li > ul:before {
	display: none;
}
.my_nav_ul > li > ul > li > a {
	font-size: 14px;
	text-align: center;
	color: #fff !important;
	font-weight: 400;
	padding: 20px 0px !important;
}
header {
	position: static;

	background: #000 !important;
}
	.logo_img{
		display: inline-block !important;
	}
	.logo_hover_img{
		display: none !important;
	}
.swiper-container {
	float: left;
	width: 100%;
}
.banner_text_content_center {
	font-size: 24px;
}
.banner_content {
	height: 300px;
	overflow: hidden;
}
	.logo{
		border-right: none !important;
		position: static;
		float: left;
	}


}

@media(max-width:1201px) {
.sub1_3_img img {
	max-width: 100%;
}
.sub1_3_text img {
	max-width: 100%;
	margin: 0;
}
	.sub2_1_content{
		margin-bottom: 50px;
	}
}




/*sweet alert*/
.swal-overlay .swal-button--backhome {
	background: #ccc;
}

.swal-overlay .swal-footer {
	text-align: center;
}
.swal-overlay .alertloading {
	width: 200px;
}
.swal-overlay .alertloading .swal-icon--success {
	border: none;
	margin-bottom: 32px;
}
.swal-overlay .alertloading .swal-icon--success__ring {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.swal-overlay .alertloading .swal-icon--success__ring  {
    margin: 0 auto;
    position: relative;
    border-top: 4px solid #edf8e6;
    border-right: 4px solid #edf8e6;
    border-bottom: 4px solid #edf8e6;
    border-left: 4px solid #a5dc86;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.swal-overlay .alertloading .swal-icon--success__ring  {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.swal-overlay .alertloading .swal-icon--success__line , .swal-overlay .alertloading .swal-icon--success__hide-corners , .swal-overlay .alertloading .swal-icon--success:after  , .swal-overlay .alertloading .swal-icon--success:before {
	display: none;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#form-template {
	color: #999;
	font-weight: 400;
}

#form-template label {
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

#form-template label strong {
	color: red;
	font-weight: 400;
}

#form-template label span {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}

#form-template input {
	height: 60px;
	line-height: 60px;
	border:none;
}
#login input {
	height: 60px;
	line-height: 60px;
	border:none;
}
#find_pwd input {
	height: 60px;
	line-height: 60px;
	border:none;
}
#regiser input {
	height: 60px;
	line-height: 60px;
	border:none;
}
#form-template select {
	height: 60px;
	line-height: 60px;
	border:none;
}
#form-template textarea {

	border:none;
}
#form-template .filename {
	line-height: 28px;
}
#form-template input[type="radio"] , #form-template input[type="checkbox"] {
	height: auto;
	line-height: inherit;
	margin-right: 5px;
}

#form-template .agreement-document {
	height: 200px;
	background: #f7f7f7;
	overflow: auto;
	font-size: 12px;
	font-weight: 300;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

#form-template input[type=file] {
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	margin-top: -40px;
	z-index: 2;
}

#form-template .file-input {
	z-index: 1;
}

.has-feedback label ~ .form-control-feedback {
	top: 29px;
	right: 15px;
}
.form-group .glyphicon{
	width: 64px;
	height: 64px;
	line-height: 60px;
}
.help-block {
	position: absolute;
	bottom: -15px;
	background: #fff;
	left: 20px;
	font-size: 12px;
	font-style: normal;
	z-index: 3;
}
.form-textarea .glyphicon{
	top: 25px;
}
.agreement .help-block{
	background: none;
	bottom: 15px;
	top:auto;
}
.agreement .glyphicon{
	top: -5px;
}
.form-textarea .form-control-feedback ,.agreement .form-control-feedback{
	right: 15px;
}
.filearea.has-feedback label~.form-control-feedback {
	right: 100px;
}
.form-template-type2 .form-group:after {
	content: '';
	display: table;
	clear: both;
}
.form-template-type2 .form-group .col-sm-2 {
	line-height: 32px;
}
.form-template-type2 .help-block {
	top: -12px;
}
.form-template-type2 .has-feedback  .form-control-feedback {
	top: 2px;
	right: 15px;
}
#form-template .filearea .form-control-feedback {
	right: 0px;
}
.filearea .glyphicon{
	height: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
}
.filearea input{
	height: 40px !important;
	line-height: 40px !important;
}
.agree_content{
	margin-top: 20px;
	border-top: 1px solid #acacac;
	padding-top: 40px;
}
.agree_content_text{
	float:right;
}
.agree_content_text_btn{
	display: inline-block;
	padding: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 50px;
	font-weight: bold;
	font-size: 12px;
	color: #676767;
}
.notice-board {
	font-weight: 400;
	color: #232323;
	border-top: 1px solid #ccc;
	width: 100%;
}
.agree_content_input{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	line-height: 25px;
	padding-right: 20px;
	font-size: 13px;
	color: #676767;
	font-weight: 400;
	margin-right: 10px;
}
.agree_content_input:before{
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../images/agree_icon_1.png) center center no-repeat;
	z-index: 3;
}

.agree_content_input span{
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}
.notice-board-search {
	margin-bottom: 10px;
}

.notice-board-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}

.notice-board-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.notice-board-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.notice-board thead {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}

.notice-board tr td {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

.notice-board tr {
	border-bottom: 1px solid #ccc;
}

.notice-board thead tr td {
	font-size: 14px;
	font-weight: 500;
}

.notice-board tbody tr td:nth-child(2) {
	text-align: left;
}

.notice-board .notice {
	font-weight: 500;
	background: #fbfbfb;
}

.notice-board a {
	color: #232323;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
}

.notice-board .number,
.notice-board .author,
.notice-board .creat_at,
.notice-board .view {
	width: 120px;
}


.article-detail .detail-header .title {
	font-size: 24px;
	color: #232323;
	padding: 12px 0;
}

.article-detail .detail-header span {
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	margin-right: 15px;
}

.article-detail .detail-header span i {
	margin-right: 5px;
}

.article-detail .detail-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

.article-detail .detail-navigation {
	margin-bottom: 35px;
}

.article-detail .detail-navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li {
	list-style: none;
	padding: 15px 0;
}

.article-detail .detail-navigation ul li:first-child {
	border-bottom: 1px solid #ccc;
}

.article-detail .detail-navigation ul li:last-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.article-detail .detail-navigation ul li span {
	padding: 0 15px;
	position: absolute;
}

.article-detail .detail-navigation ul li span i {
	margin-right: 5px;
}

.article-detail .detail-navigation ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	color: #898989;
	padding-left: 100px;
}

.article-detail article img {
	display: block;
	max-width: 100%;
	height: auto;
}
.article-detail .detail-filelist {
	margin-top: 35px;
}
.article-detail .detail-filelist ul {
	margin: 0;
	padding: 0;
}
.article-detail .detail-filelist ul li {
	list-style: none;
	padding:7px 0;
}
.article-detail .detail-filelist ul li span {
	padding:0 10px;
}
.article-detail .detail-filelist ul li a i {
	margin-right: 4px;
}
.article-detail .detail-filelist ul li a {
	background: #ff8f22;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: 0.5s ease;
	text-decoration: none;
}
.article-detail .detail-filelist ul li a:hover {
	background: #ff8f22;
}
@media (max-width: 1200px) {
	.notice-board tr td {
		display: block;
	}

	.notice-board .number,
	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		display: block;
		float: left;
	}

	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		color: #999;
		margin-right: 15px;
		margin-top: 5px;
		float: right;
	}

	.notice-board .author:before,
	.notice-board .creat_at:before,
	.notice-board .view:before {
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		padding-right: 5px;
	}

	.notice-board .author:before {
		content: "\f007";
	}

	.notice-board .creat_at:before {
		content: "\f017";
	}

	.notice-board .view:before {
		content: "\f06e";
	}

	.notice-board thead {
		display: none;
	}

	.notice-board tr td {
		padding: 5px 0;
		text-align: left;
	}

	.notice-board tr {
		padding: 15px;
		display: block;
	}

	.notice-board tr:after {
		content: '';
		display: table;
		clear: both;
	}

	.notice-board .number,
	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		width: auto;
	}

	.notice-board .number {
		background: #fff;
		border: 1px solid #ccc;
		padding: 4px 5px;
		margin-right: 5px;
		margin-bottom: 16px;
	}


}






/*loading*/
#loading{
	width: 100%;
	height: 100%;
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	z-index: 99;
	left: 0px;
	top: 0px;
	display: none;
	
}
.loading_content{
	display: none;
	width: 200px;
	height: 200px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
}
.sk-fading-circle {
	width: 200px;
	height: 200px;
	position: relative;
}
.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
}
.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
 @keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}







p.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }

  .address_search_btn {
    color: #fff;
    background: #3c434d;
  }

  .mar_botoom_15 {
    margin-bottom: 15px;
  }

  .order_row {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
  }

  .order_title {
    font-size: 14px;
    padding-left: 0px;
  }

  .order_title span {
    color: red;
  }

  .order_content {
    font-size: 14px;
  }

  .total_cart {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 25px;
    font-size: 16px;
    overflow: hidden;
    border: 5px solid #f1f2f7;
  }

  .total_cart_left {
    width: 50%;
    float: left;
    text-align: left;
    padding: 5px 0;
    line-height: 30px;
  }

  .total_cart_right {
    width: 50%;
    float: right;
    text-align: right;
    padding: 5px 0;
    line-height: 30px;
  }

  .shop_list_cart {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .shop_list_cart_table {
    margin-bottom: 0px;
  }

  .shop_list_cart_row {
    position: relative;
  }

  .shop_list_cart_title {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .shop_list_cart_title:hover {
    color: #000;
  }

  .shop_list_cart_label {
    display: none;
    width: 100px;
    color: #000;
    padding-right: 15px;
    text-transform: uppercase;
  }

  .shop_list_cart_control {
    padding: 5px 10px;
    height: 36px;
    float: left;
    z-index: 9;
    text-align: center;
    color: #333;
    font-size: 14px;
    width: 140px;
    outline: none;
    border: 1px solid #d7d7d7;
  }
  .shop_list_cart_remove {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
    background-color: #f05050;
    cursor: pointer;
    text-align: center;
  }

  .shop_list_cart_pay {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
    background-color: #27c24c;
    cursor: pointer;
    text-align: center;
  }
  
  .shop_list_cart_add {
    height: 36px;
    line-height: 24px;
    padding: 6px 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    white-space: nowrap;
    border: 1px solid #d7d7d7;
  }

  .shop_list_cart_add:hover {
    color: #fff;
    border-color: #70a53f;
    background: #70a53f;
  }
  .shop_list_cart_back {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;

    text-align: center;
  }

  .shop_list_cart_back:hover {
    color: #fff;
    background: #262626;
  }

  .shop_list_cart_update {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #689a3c;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;

    border: none;
    outline: none;
    padding: 0 25px;
    margin-bottom: 20px;
  }

  .shop_list_cart_update .fa {
    margin-right: 10px;
  }

  .shop_list_cart_update:hover {
    color: #fff;
    background: #8ec161;
  }



  .shop_list_cart_input {
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    width: 100%;
    outline: none;
    color: #555;
    background: transparent;
  }

  .shop_list_cart_button {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    border: none;
  }

  .shop_list_cart_button:hover {
    background: #70a53f;
    color: #fff;
  }


  .shop_list_cart_text {
    color: #555;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .panel-step-calc:hover {
    color: #fff;
    background: #ff6666;
  }

  .panel-step-proceed {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #689a3c;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    border: none;
    outline: none;
    margin-top: 20px;
  }


  .shop_list_cart_input_top {
    position: relative;
  }

  .shop_list_cart_input_left_btn {
    float: left;
    width: 30px;
    z-index: 10;
    margin-right: -1px;
    height: 36px;
    border: 1px solid #d7d7d7;
  }

  .shop_list_cart_input_right_btn {
    float: left;
    width: 30px;
    height: 36px;
    z-index: 10;
    margin-left: -1px;
    border: 1px solid #d7d7d7;
  }

  .mobile_all_select_border {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 25px;
    display: none;
    border: 1px solid #d7d7d7;
    border-bottom: none !important;
  }

  .wish_add_cart_btn {
    border: 1px solid #d7d7d7;
    color: #333;
    float: left;
    font-size: 14px;
    height: 36px;
    padding: 5px 10px;
    text-align: center;
    width: 140px;
    z-index: 9;
  }

  @media only screen and (min-width: 768px) {
    .shop_list_cart_back {
      max-width: 160px;
    }

    .shop_list_cart_update {
      width: auto;
    }

    .panel-compare-item {
      font-size: 14px;
    }

    .panel-compare-cell {
      padding: 15px 20px;
    }

    .panel-compare-content {
      width: 80%;
    }

    .panel-compare-sidebar {
      width: 20%;
    }
  }

  @media only screen and (min-width: 768px) {
    .panel-compare-item {
      font-size: 14px;
    }

    .panel-compare-cell {
      padding: 25px 30px;
    }

    .shop_list_cart_table {
      display: table;
      width: 100%;
      border-collapse: collapse;
    }

    .shop_list_cart_row {
      display: table-row;
    }

    .shop_list_cart_cell {
      display: table-cell;
      padding: 20px 25px;
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #e5e5e5;
    }

    .shop_list_cart_heading .shop_list_cart_cell {
      text-transform: uppercase;
      color: #000;
      background: #f2f2f2;
      font-weight: 700;
      font-size: 14px;
      border-top: 1px solid #e5e5e5;
    }

    .shop_list_cart_cell:first-child {
      border-left: 1px solid #e5e5e5;
    }

    .shop_list_cart_cell:last-child {
      border-right: 1px solid #e5e5e5;
    }

    .shop_list_cart_media {
      display: inline-block;
    }

    .shop_list_cart_media img {
      width: 70px;
    }

    .shop_list_cart_remove {
      position: static;
    }
  }

  @media (max-width: 767px) {
    .footer_text_contact {
      padding-top: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #949494;
      border-right: none !important;
    }

    .footer_text_contact_02 {
      padding-top: 20px;
      padding-bottom: 10px;
    }

    .shop_list_cart_table {
      border-top: 1px solid #e5e5e5;
    }

    .shop_list_cart_row {
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
    }

    .shop_list_cart_heading {
      display: none;
    }

    .shop_list_cart_cell {
      display: table;
      width: 100%;

      table-layout: fixed;
    }

    .shop_list_cart_label,
    .shop_list_cart_value,
    .shop_list_cart_info,
    .shop_list_cart_media,
    .shop_list_cart_title {
      display: table-cell;
      padding: 10px;
      vertical-align: middle;
    }

    .shop_list_cart_media img {
      width: 100%;
    }

    .one_select {
      margin-left: 25px !important;
      margin-top: 15px !important;
    }

    .shop_list_cart_control {
      width: 80px !important;
    }

    .mobile_all_select_border {
      display: block;
    }

    .cart_accounts_btn_left {
      background: rgba(0, 0, 0, 0);
      border: 1px solid #d4d4d4;
      border-radius: 5px;
      color: #000;
      float: left;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      width: 100%;
      display: none;
      margin-right: 8px;
      padding: 0 15px;
    }

    .cart_accounts_btn_right {
      background: #696969 none repeat scroll 0 0;
      border: 1px solid #696969;
      border-radius: 5px;
      color: #fff;
      float: right;
      font-size: 14px;
      text-align: center;
      height: 40px;
      width: 100% !important;
      margin-bottom: 20px;
      line-height: 40px;
      margin-right: 0px !important;
      padding: 0 15px;
    }

    .cart_bottom {
      float: left;
      margin-top: 15px;
      margin-bottom: 150px;
      width: 100%;
    }

    .cart_all_price_sum {
      border-bottom: 1px solid #ddd !important;
      border-left: 1px solid #ddd !important;
      border-right: 1px solid #ddd !important;
      box-sizing: border-box;
      color: #626262;
      float: left;
      font-size: 14px;
      padding: 15px 10px;
      text-align: right;
      width: 100%;
    }

    .cart_all_price_sum_num {
      color: #aa0000;
      font-size: 18px;
      font-weight: bold;
    }

    .cart_accounts_btn_left {
      background: rgba(0, 0, 0, 0);
      border: 1px solid #d4d4d4;
      border-radius: 5px;
      color: #000;
      float: left;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      margin-right: 8px;
      padding: 0 15px;
    }

    .cart_accounts_btn_right {
      background: #696969 none repeat scroll 0 0;
      border: 1px solid #696969;
      border-radius: 5px;
      color: #fff;
      float: right;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      margin-right: 8px;
      padding: 0 15px;
    }

    .cart_accounts_btn_right:hover,
    .cart_accounts_btn_right:focus {
      color: #fff;
    }
  }