.editor .row,
.editor .col .row {
    margin: 0 -15px;
}
.editor .col .row {
    margin-bottom: -15px;
}
.editor .col,
.editor .col .row > .col {
    float: left;
    padding: 0 15px 30px;
}
.editor .s-gap,
.editor .col .s-gap {
    margin: 0 -3px;
}
.editor .col .s-gap {
    margin-bottom: -6px;
}
.editor .s-gap > .col,
.editor .col .s-gap > .col {
    padding: 0 3px 6px;
}
.editor .m-gap,
.editor .col .m-gap {
    margin: 0 -7px;
}
.editor .col .m-gap {
    margin-bottom: -14px;
}
.editor .m-gap > .col,
.editor .col .m-gap > .col {
    padding: 0 7px 14px;
}
.editor .no-gap,
.editor .col .no-gap {
    margin: 0;
}
.editor .no-gap > .col,
.editor .col .no-gap > .col {
    padding: 0;
}
.editor .grid1 > .col,
.editor .col .grid1 > .col {
    float: none;
}
.grid2 > .col,
.col .grid2 > .col {
    width: 50%;
}
.grid3 > .col,
.col .grid3 > .col {
    width: 33.33%;
}
.grid4 > .col,
.col .grid4 > .col {
    width: 25%;
}
.grid5 > .col,
.col .grid5 > .col {
    width: 20%;
}
.grid6 > .col,
.col .grid6 > .col {
    width: 16.66%;
}
.grid2.w62-38 > .col:nth-child(1),
.col .grid2.w62-38 > .col:nth-child(1) {
    width: 62%;
}
.grid2.w62-38 > .col:nth-child(2),
.col .grid2.w62-38 > .col:nth-child(2) {
    width: 38%;
}
.grid2.w78-22 > .col:nth-child(1),
.col .grid2.w78-22 > .col:nth-child(1) {
    width: 78%;
}
.grid2.w78-22 > .col:nth-child(2),
.col .grid2.w78-22 > .col:nth-child(2) {
    width: 22%;
}
.col .grid2.w62-38 > .col:nth-child(1),
.col .grid2.w62-38 > .col:nth-child(2),
.col .grid2.w78-22 > .col:nth-child(1),
.col .grid2.w78-22 > .col:nth-child(2) {
    float: left;
}
@media screen and (max-width: 1024px) {
    .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .grid2 > .col,
    .grid2.w62-38 > .col:nth-child(1),
    .grid2.w62-38 > .col:nth-child(2),
    .grid2.w78-22 > .col:nth-child(1),
    .grid2.w78-22 > .col:nth-child(2),
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
    .grid4 > .col {
        width: 50%;
    }
    .grid5 > .col,
    .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 900px) {
    .grid3 > .col {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .col .grid2.w78-22 > .col:nth-child(1),
    .col .grid2.w78-22 > .col:nth-child(2) {
        float: none;
        width: auto;
    }
    .grid5 > .col,
    .grid6 > .col {
        width: 50%;
    }
    .col .grid5 > .col,
    .col .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 640px) {
    .col .grid2 > .col,
    .grid4 > .col {
        float: none;
        width: auto;
    }
    .col .grid3 > .col,
    .col .grid4 > .col,
    .col .grid5 > .col,
    .col .grid6 > .col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .grid5 > .col,
    .grid6 > .col,
    .col .grid3 > .col,
    .col .grid4 > .col,
    .col .grid5 > .col,
    .col .grid6 > .col,
    .col .grid2.w62-38 > .col:nth-child(1),
    .col .grid2.w62-38 > .col:nth-child(2),
    .grid2.w78-22 > .col:nth-child(2) .col,
    .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
}
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.editor figure{
    margin: 0;
}
.editor-title {
    color: #44D6E7;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.about-page {
	max-width: 1280px;
	margin: auto;
}
.about-page .row {
	margin: auto;
}
.about-page .col {
	width: 50%;
	padding: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: #003399 solid 2px;
	min-height: 687px;
}
.about-page .col:first-child {
	background: #F1F1F1;
    border-color: #F1F1F1;
    padding-left: 140px;
    padding-right: 75px;
}
.about-page .col:first-child {
    position: relative;
}
.about-page .col:first-child:before {
    content:"LION ENTERPRISE";
    color:#FFF;
    font-family: 'Poppins', sans-serif;
    font-size:80px;
    font-weight: 700;
    line-height: 80px;
    position: absolute;
    left: -260px;
    top: 302px;
    letter-spacing: -2px;
    white-space: nowrap;
    transform: rotate(-90deg);
}
.about-page .sect-title h3{
    color: #4D4D4D;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-left: 77px;
    margin: 0;
}
.about-page .sect-title h3:before{
    content:"";
    width:65px;
    height:1px;
    position: absolute;
    left: 0;
    top: 14px;
    background:#4D4D4D;
}
.about-page .sect-title span{
    display: block;
    color:#4D4D4D;
    font-size:50px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.about-page .sect-title span i{
    font-style: normal;
    color: #4D4D4D;
    font-weight: 600;
}
.about-page .col .txt {
	text-align: left;
	margin: auto;
}
.about-page .sect-title-2 {
    color: #003399;
    font-size:30px;
    font-weight: bold;
    letter-spacing: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-page .col:nth-child(2) .txt {
    text-align: center;
    margin-bottom: 40px;
}
.about-page .txt2{
    padding-left: 30px;
}
.about-page .txt2 .a-col-t{
    color:#777777;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    position: relative;
}
.about-page .txt2 .a-col-t:before{
    content: "";
    width: 5px;
    height: 5px;
    background:#FF7E2D;
    position: absolute;
    left: -19px;
    top: 11px;
}
.about-page .txt2 .a-col-p{
    margin: 0;
    margin-bottom: 15px;
}

@media screen and (max-width:1160px) {
	
}
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
.products-page .pic{
    width: 50%;
}
.products-page .info{
    width: 50%;
}
.products-page .products-detail-list {
    padding: 0;
    margin: 0;
}
.products-page .products-detail-list li:first-child,
.products-page .products-detail-list li+li {
    list-style-type: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #DDDDDD;
}
.products-page .products-detail-list li:last-child {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.products-page .products-detail-list span {
    display: inline-block;
    color: #9F8A73;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}
.contact-page .col {
	float: left;
    width: 44%;
}
.contact-page .row {
	position: relative;
	margin: auto;
	max-width: 1160px;
}
.content .map{
	margin: auto;
	max-width: 1280px;
	height: 400px;
	margin-bottom: 60px;
	position: relative;
}
.content .map:after{
	content:"";
	background: url(../../images/common/_icon/sh.jpg) center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	height: 18px;
	bottom: -18px;
}
.content .map iframe{
    width: 100%;
    height: 100%;
}
.contact-page .row:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: solid #ddd 1px;
}
.contact-page .row:after{
    content: '';
    display: block;
    clear: both;
}
.contact-page .col+.col {
	margin-left: 130px;
}
.contact-page .col:last-child {
}
.contact-page .title{
	color: #003399;
	font-size: 21px;
	font-weight: bold;
}
.contact-page .contact-list{
    list-style: none;
    padding: 0;
}
.contact-page .contact-list li:first-child,
.contact-page .contact-list li+li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: dashed 1px #ddd;
}
.contact-page .contact-list li:last-child {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact-page .contact-list span {
	display: inline-block;
	color: #003399;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
.has-right .btn-box .btn {
	float: right;
}
@media screen and (max-width:1200px) {

    .about-page .col {
		float: none;
		width: 100%;
		margin: auto;
		min-height: auto;
    }
    .about-page .sect-title-2 {
        font-size: 26px;
        letter-spacing: 5px;
        margin-top: 0;
        margin-bottom: 15px;
    }
	.about-page .col+.col {
        margin: 0 0 0;
        padding-top: 15px;
    }
    .about-page .sect-title span {
        font-size: 40px;
        line-height: 40px;
    }
	.content .row:before {
		display: none;
	}
	.content .col {
		float: none;
		margin: auto;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-page .col:first-child {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-page .col:first-child:before {
        display: none;
    }
	.has-right  .btn-box .btn {
		float: none;
	}
	.form-box .control-box,
	.form-box .control-label {
		float: none;
		width: 100%;
		text-align: left;
	}
    .contact-page .col:last-child {
        margin: 0 auto;
    }
}
@media screen and (max-width:500px) {
	.contact-list span {
		display: block;
		margin: auto;
		text-align: center;
	}
}
.terms-page .terms-title {
	font-size: 17px;
	color: #9F8A74;
	text-align: center;
	margin-bottom: 10px;
}
.terms-page .terms-title {
	font-size: 17px;
	color: #444;
}
.terms-page .row {
	position: relative;
}
.terms-page .col {
	float: left;
	width: 45%;
	color: #757575;
	font-size: 13px;
}
.terms-page .col+.col {
	margin-left: 10%;
}
.terms-page .col+.col:after {
	content: "";
	border-left: dashed 1px #DFDDD3;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
}
@media screen and (max-width:760px) {
	.terms-page .col {
		float: none;
		width: auto;
	}
	.terms-page .col+.col {
		margin-left: 0;
	}
	.terms-page .col+.col:after {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
}
@media screen and (max-width: 767px) {
    .about-editor-pics .col {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .contact-info-list li:nth-child(n) {
        text-align: center;
    }
    .contact-info-list .txt {
        display: block;
        width: auto;
        margin: 5px 0 0;
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .about-editor-circle .col {
        padding: 0 3px;
    }
    .about-editor-circle-pic {
        padding: 5px;
    }
}