@charset "utf-8";
/* CSS Document */

/* Header */
header {
	position: relative;
	z-index: 9;
}
header .logo {
	position: fixed;
	left: 60px;
	top: 40px;
	width: 145px;
	z-index: 7;
}
.menu-icon, .bg-animate, .icon-xx {
	position: fixed;
	right: 60px;
	top: 35px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
}
.menu-icon, .icon-xx {
	padding: 32px 28px;
	cursor: pointer;
	background: #1cc1ac;
	box-shadow: 0px 10px 20px rgba(0,0,0,.15);
	transition: all 0.3s ease-in-out 0s;
	z-index:11;
}
.menu-icon .line,
.icon-xx .line {
	width: 100%;
	height: 4px;
	background: white;
	border-radius: 2px;
	transition: all 0.3s ease-in-out 0s;
}
.menu-icon .line:nth-child(2) {
	margin: 7px 0;
}
.header-lang{
	position: fixed;
	top: 40px;
	right: 60px;
}
.header-lang__list{
	display: flex;
}
.header-lang__item{
	margin-left: 15px;
}
.header-lang__link{
	font-weight: bold;
	font-size: 14px;
}
.header-lang .header-lang__button{
    min-width: auto;
    height: 30px;
    padding: 0 20px;
}
.header-lang .header-lang__button > a{
	line-height: 30px;
}
header .menu-part {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}
header .menu-part .info-wrap {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	height: 100%;
}
header .menu-part ul {
	display: table-cell;
	vertical-align: middle;
}
header .menu-part ul li {
	display: inline-block;
	vertical-align: top;
	width: 24.6%;
	padding: 0 1%;
}
header .menu-part .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}
header .submenu h3 {
	margin-bottom: 15px;
}
header .submenu h3:last-child {
	margin-bottom: 0px;
}
/* -- Animate -- */
.bg-animate {
	z-index: 8;
	transition: none;
}
header.open .bg-animate {
	width: 200%;
	height: 300%;
	right: -50%;
	top: -50%;
	transition: all 0.45s ease-out 0s;
}
.menu-icon:hover,
.icon-xx:hover {
	width: 100px;
	height: 100px;
}
.menu-icon:hover {
	right: 55px;
	top: 30px;
	padding-top: 36px;
	background: #4ad8c6;
}
.menu-icon:hover .line:nth-child(2) {
	margin: 10px 0;
}
.menu-icon:hover .line:first-child {
	margin-top: -3px;
}
/* Btn XX */
.open .menu-icon,
.icon-xx {
	padding-top: 44px;
}
.open .menu-icon .line:first-child,
.icon-xx .line:first-child {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.open .menu-icon .line:nth-child(2) {
	width: 0;
	opacity: 0;
}
.open .menu-icon .line:last-child,
.icon-xx .line:last-child {
	margin-top: -22px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.icon-xx {
	position: absolute;
	background: #fff06e;
	top: -45px;
	right: -45px;
}
.icon-xx .line {
	background: #232323;
}
.icon-xx .line:last-child {
	margin-top: -4px;
}
/* Btn XX Hover */
.open .menu-icon:hover,
.icon-xx:hover {
	padding-top: 51px;
}
.open .menu-icon:hover .line:last-child {
	margin-top: -28px;
}
.icon-xx:hover {
	background: #fffee0;
}


/* Footer */
footer {
	position: relative;
	text-align: center;
	color: white;
	padding: 75px 0 40px;
}
footer .circle-bg .bg {
	background: #25b6a6;
}
footer .wrap {
	position: relative;
	z-index: 2;
}
footer .wrap h6 {
	font-weight: bold;
}
footer .wrap h6 img{
    width: 130px;
    display: block;
    margin: auto;
}
footer .menu-part li,
footer .banner-part li {
	display: inline-block;
	vertical-align: middle;
}
footer .menu-part {
	margin-top: 15px;
}
footer .menu-part li {
	margin-bottom: 11px;
}
footer .menu-part li:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 18px;
	background: white;
	margin: 5px 40px 0;
}
footer .menu-part li:last-child:after {
	display: none;
}
footer .banner-part {
	margin-top: 30px;
	margin-bottom: 25px;
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
}
footer .banner-part li {
	width: 31.9%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
footer .banner-part li:nth-child(2) {
	margin-left: 1.3%;
	margin-right: 1.3%;
}
footer .wrap .social-part:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: white;
	opacity: 0.3;
	margin: 15px auto 10px;
}
/* -- Animate -- */
.menu-part a {
	position: relative;
}
.menu-part a, .menu-part a:after {
	transition: all 0.3s ease-in-out 0s;
}
.menu-part a:after {
	content: '';
	width: 0%;
	height: 1px;
	background: white;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
}
header .menu-part a:after {
	background: #191919;
}
footer .menu-part li:hover a:after,
header .menu-part li h1:hover a:after,
header .menu-part li h3:hover a:after {
	width: 100%;
}

/* Circle Social Part */
.circle-float.social-part {
	right: 40px;
	bottom: 250px;
	z-index: 10;
}
.circle-float.social-part h2 {
	color:  #fffee0;
}
.circle-float.social-part:after {
	border-color: #ffb923;
}
.circle-float.social-part.header-open {
	transition: all 0.5s ease-in-out 0s;
	position: fixed;
	bottom: 15px;
}

/* Circle Link Box Part */
.circle-float.fix-link-part {
	position: fixed;
	bottom: 50px;
	top: auto;
	left: -30px;
	z-index: 8;
}
.circle-float.fix-link-part:after {
	border-color: #4ad8c6;
}
.fix-link-part li {
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.fix-link-part li:last-child {
	border-bottom: none;
}
.fix-link-part li p,
.fix-link-part li .icon {
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in-out 0s;
}
.fix-link-part li p {
	font-weight: bold;
	margin-right: 2px;
	color: white;
}
/*-- Animate --*/
.fix-link-part li:hover p,
.fix-link-part li:hover .icon {
	opacity: 0.7;
}
/* FIX */
/*.circle-float.fix-link-part.fix {
	position: fixed;
	bottom: 50px;
	top: auto;
}*/

/* Main Bg */
.main-bg {
    top: 540px;
}
.circle-bg-head {
	position: relative;
}
.main-bg .circle-bg-head img {
	position: relative;
	z-index: 3;
}
.for-bg-line, .for-bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.circle-bg-head .for-bg-line {
	top: -17px;
	left: -17px;
	z-index: 2;
	opacity: 0.7;
}
.circle-bg-head .for-bg {
	top: -22px;
	left: 23px;
	opacity: 0.3;
	z-index: 1;
}

/* Block Service Part */
.block-part .block.for-service .info-wrap .bg {
	border-radius: 100%;
	width: 700px;
	height: 700px;
	left: 50%;
	top: 0;
	margin-left: -350px;
}
.block-part .block.for-service .info-wrap {
	text-align: center;
	min-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.block-part .block.for-service a:after {
	width: 100%;
	height: 100%;
}
/* -- Animate -- */
.block-part .block.for-service:hover .info-wrap {
	padding-bottom: 40px;
}

/* Block Cover All Part */
.block-part .block.for-cover {
	margin-bottom: 50px;
}
.block-part .block.for-cover .info-wrap {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: initial;
	width: calc(100% - 30px);
	bottom: -20px;
	box-shadow: 0px 10px 20px rgba(0,0,0,.15);
}
.block-part .block.for-cover .info-wrap .sub-info {
	color: #9b9b9b;
	font-size: 14px;
}
.block-part .block.for-cover .info-wrap .bg {
	top: 0;
	left: 0px;
}
.block-part .block.for-cover a:after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
/* for smaller */
.content-wrap .block-part .block.for-cover,
.related-part .block-part.rental-item-part .block.for-cover,
.related-part .block-part .block.for-rental-tag {
	margin-bottom: 20px;
}
/*.content-wrap .block-part .block.for-cover .info-wrap {
	width: calc(100% - 40px);
	left: 20px;
}*/
.content-wrap .block-part .block.for-cover .info-wrap h5 {
	margin-bottom: 0;
}
/*.content-wrap .block-part .block.for-cover a:after {
	display: none;
}*/
/* for rental items */
.block-part.rental-item-part {
	margin-bottom: 0;
}
.block-part.rental-item-part .block.for-cover {
	margin-bottom: 50px;
}
.block-part.rental-item-part .block.for-cover .info-wrap {
	text-align: center;
	left: 15px;
}
.block-part.rental-item-part .block.for-cover a:after {
	display: none;
}
/* for rental tags */
.block-part .block.for-rental-tag,
.block-part .block.for-static {
	margin-bottom: 35px;
	border-radius: 100%;
}
.block-part .block.for-rental-tag a:after,
.block-part .block.for-static .block-wrap:after {
	border-color: #a7f7e1;
	left: 3px;
	top: 3px;
	width: calc(100% + 9px);
	height: calc(100% + 9px);
	border-radius: 100%;
	z-index: 1;
}
.block-part .block.for-rental-tag .pic,
.block-part .block.for-static .pic {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.block-part .block.for-rental-tag .btn-part,
.block-part .block.for-static .tag-part  {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -13px;
}
/* for Static Pages */
.block-part .block.for-static .block-wrap:after {
	content: '';
	direction: block;
	position: absolute;
	border-width: 1px;
	border-style: solid;
}
.block .static-tag {
	display: inline-block;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	background: #191919;
	border-radius: 23px;
	color: white;
}
.block .static-tag.for-larger {
	height: 60px;
	border-radius: 30px;
	padding-top: 10px;
}
.block .static-tag p {
	line-height: 45px;
}
.block .static-tag.for-larger p {
	line-height: 1;
}
.block .static-tag.for-larger span {
	color: #9b9b9b;
	line-height: 1;
	display: block;
	margin-top: 4px;
}
.block-part .block.for-static:hover .pic .for-system {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
/* -- Animate -- */
.block-part.rental-item-part .block.for-cover:hover .info-wrap {
	padding-bottom: 25px;
}

/* News */
.news-part {}
.news-part li {
	border-top: 1px solid #c8c8c8;
	transition: all 0.3s ease-in-out 0s;
}
.news-part li:last-child {
	border-bottom: 1px solid #c8c8c8;
}
.news-part li .block,
.detail-spec-part li .block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 8px 0;
}
.news-part li .block:first-child {
	width: 26%;
}
.news-part li .block:last-child {
	width: 72.5%;
}
.news-part li .block:last-child p {
	padding-top: 3px;
}
/* -- Animate -- */
.news-part li:hover {
	background: #ebebeb;
}

/* Banner */
.content-part .banner {
	overflow: hidden;
	position: relative;
	max-height: 600px;
}

/* List */
.for-list-all > li {
	background: rgba(235, 235, 235, .25);
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}
.for-list-all > li:nth-child(2n+2) {
	background: rgba(235, 235, 235, .6);
}
.for-list-all > li .block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
}
.for-list-all > li .block:first-child {
	width: 30.2%;
}
.for-list-all > li .block:last-child {
	width: 68.5%;
}

/* Dot List */
.dot-list li {
	position: relative;
}
.dot-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #1cc1ac;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.dot-list li p {
	padding-left: 20px;
}

/* Client Part */
.client-part .client {
	display: inline-block;
	vertical-align: middle;
	width: 15.8%;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 12px;
}

/* WYSIWYG */
.for-wisiwyg img {
	width: auto;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
    height: auto;
}
.for-wisiwyg img {
	margin-left: initial;
	margin-right: initial;
}
.for-wisiwyg img.alignright {
	margin-right: 0;
	margin-left: auto;
}
.for-wisiwyg img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.for-wisiwyg a {
	border-bottom: 1px solid #191919;
	padding-bottom: 3px;
	transition: all 0.3s ease-in-out 0s;
}
.for-wisiwyg a:hover {
	color: #1cc1ac;
	border-color: #1cc1ac;
}
.for-wisiwyg table {
	margin: 1em auto;
}
.for-wisiwyg table,
.for-wisiwyg table th,
.for-wisiwyg table td {
	border:1px solid #d8d8d8;
}
.for-wisiwyg table th {
	background: #ebebeb;
}
.for-wisiwyg table th,
.for-wisiwyg table td {
	padding: 5px 10px;
	text-align: center;
}
.for-wisiwyg li {
	padding: 10px 30px;
	background: rgba(255,255,255,.8);
}
.for-wisiwyg li:nth-child(2n+2) {
	background: rgba(235,235,235,.8);
}
.for-wisiwyg li p {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.for-wisiwyg li b {
	margin-right: 20px;
}

/* Responsive */
@media screen and (max-width: 1680px) {
	/* Circle Social Part */
	.circle-float.social-part {
		right: 15px;
		bottom: 270px;
	}
}

@media screen and (max-width: 1440px) {
	/* Header 1440 */
	.menu-icon, .bg-animate,
	.icon-xx {
		width: 80px;
		height: 80px;
	}
	.menu-icon, .bg-animate {
		right: 40px;
	}
	.menu-icon,
	.icon-xx {
		padding: 29px 23px;
	}
	/* -- Animate -- */
	.menu-icon:hover,
	.icon-xx:hover {
		width: 86px;
		height: 86px;
	}
	.menu-icon:hover {
		right: 37px;
		padding-top: 32px;
	}
	/* icon xx */
	.open .menu-icon,
	.icon-xx {
		padding-top: 38px;
	}
	.icon-xx {
		top: -40px;
		right: -40px;
	}
	/* icon xx Hover */
	.open .menu-icon:hover {
		padding-top: 45px;
	}
	.icon-xx:hover {
		padding-top: 42px;
	}
	/* Circle Link Box Part 1440 */
	.circle-float.fix-link-part {
		left: 15px;
		/*top: 540px;*/
		bottom: 15px;
		box-shadow: none;
		width: auto;
		height: auto;
	}
	.circle-float.fix-link-part .info-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.circle-float.fix-link-part > div {
		background: none;
	}
	.circle-float.fix-link-part:after {
		display: none;
	}
	.fix-link-part li {
		position: relative;
		border-bottom: none;
		padding-top: 8px;
		padding-left: 0;
		width: 50px;
		height: 50px;
		background: #25b6a6;
		border-radius: 25px;
		margin-bottom: 5px;
		transition: all 0.5s ease-in-out 0s;
		overflow: hidden;
		box-shadow: 0px 10px 20px rgba(0,0,0,.15);
	}
	.fix-link-part li.scrolltop {
		background: #4ad8c6;
	}
	.fix-link-part li p {
		opacity: 0;
		position: absolute;
		left: 20px;
		top: 14px;
		transition: all 0.3s ease-in-out 0s;
	}
	/*.circle-float.fix-link-part.fix {
		bottom: 15px;
	}*/
	/* -- Animate -- */
	.fix-link-part li:hover {
		padding-right: 20px;
		padding-left: 20px;
		width: 200px;
		text-align: right;
	}
	.fix-link-part li:hover p {
		opacity: 1;
		transition-delay: 0.2s;
	}
	.fix-link-part li:hover .icon {
		opacity: 1;
	}
	/* Block Cover All Part 1440 */
	.block-part .block.for-cover .info-wrap {
		padding-top: 12px;
		padding-bottom: 12px;
		width: calc(100% - 25px);
	}
	/* for rental items 1440 */
	.block-part.rental-item-part .block.for-cover .info-wrap {
		left: calc(25px / 2);
	}
}

@media screen and (max-width: 1280px) {
	/* Header 1280 */
	header .logo {
		width: 135px;
		left: 30px;
		top: 25px;
	}
    header .header-lang {
        right: 30px;
        top: 25px;
    }
	.menu-icon, .bg-animate,
	.icon-xx {
		width: 70px;
		height: 70px;
	}
	.menu-icon, .bg-animate {
		right: 30px;
		top: 25px;
	}
	.menu-icon,
	.icon-xx {
		padding: 23px 20px;
	}
	header .submenu h3 {
		margin-bottom: 15px;
	}
	/* -- Animate -- */
	.menu-icon:hover,
	.icon-xx:hover {
		width: 76px;
		height: 76px;
	}
	.menu-icon:hover {
		right: 27px;
		top: 22px;
		padding-top: 26px;
	}
	/* icon xx */
	.open .menu-icon,
	.icon-xx {
		padding-top: 33px;
	}
	/* icon xx Hover */
	.open .menu-icon:hover {
		padding-top: 40px;
	}
	.icon-xx:hover {
		padding-top: 37px;
	}

	/* Circle Social Part 1280 */
	.circle-float.social-part {
		right: -15px;
		bottom: 345px;
	}
	/* Circle Link Box Part 1280 */
	.fix-link-part li {
		width: 45px;
		height: 45px;
		border-radius: 23px;
	}
	.fix-link-part li p {
		top: 11px;
	}
	/* for Wisiwyg 1280 */
	.for-wisiwyg li {
        padding-right: 20px;
        padding-left: 20px;
	}
}

@media screen and (max-width: 1024px) {
	/* icon xx 1024 */
	.icon-xx {
		right: -10px;
	}
	/* Footer 1024 */
	footer {
		padding-top: 65px;
		padding-bottom: 35px;
	}
	footer .menu-part {
		margin-top: 10px;
	}
	footer .menu-part li:after {
		margin-left: 25px;
		margin-right: 25px;
	}
	footer .banner-part {
		margin-top: 25px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	/* Main Bg */
	.main-bg {
		top: 450px;
	}
	/* Circle Link Box Part 1024 */
	.circle-float.social-part {
		bottom: 305px;
	}
	.circle-float.fix-link-part,
	.circle-float.fix-link-part.fix {
		left: 10px;
	}
}

@media screen and (max-width: 769px) {
	/* Header 768 */
	header .menu-part .info-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	/* Footer 768 */
	footer {
		padding-top: 50px;
	}
	footer .menu-part li:after {
		margin-left: 7px;
		margin-right: 7px;
		height: 17px;
		margin-top: 6px;
	}
	footer .banner-part li:nth-child(2) {
		margin-left: 1%;
		margin-right: 1%;
	}

	/* Main Bg */
	.main-bg {
		top: 400px;
	}
	/* Circle Social Part 768 */
	.circle-float.social-part {
		display: none;
	}
	/* Circle Link Box Part 768 */
	.circle-float.fix-link-part,
	.circle-float.fix-link-part.fix {
		left: 5px;
	}

	/* Block Cover All Part 768 */
	/* for smaller */
	.content-wrap .block-part .block.for-cover {
		width: 31.9%;
		margin-right: 1.3%;
	}
	.content-wrap .block-part .block.for-cover:nth-child(3n+3),
	.content-wrap .block-part .block.for-cover:last-child {
		margin-right: 0;
	}
	.content-wrap .block-part .block.for-cover .info-wrap {
		width: calc(100% - 20px);
		left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* for Wisiwyg 768 */
	.for-wisiwyg li {
        padding-right: 15px;
        padding-left: 15px;
	}

}

@media screen and (max-width: 640px) {
	/* Header 640 */
	header .logo {
		left: 15px;
		width: 96px;
		top: 20px;
	}
    header .header-lang {
        right: 15px;
        top: 20px;
    }
    header .header-lang .header-lang__button{
       padding: 0 10px;
    }
    header .header-lang__link{
       font-size: 10px;
    }
	.menu-icon, .bg-animate,
	.menu-icon:hover,
	.icon-xx, .icon-xx:hover {
		width: 50px;
		height: 50px;
		right: 15px;
		top: 15px;
	}
	.menu-icon, .bg-animate,
	.menu-icon:hover {
	}
	.menu-icon,
	.menu-icon:hover,
	.icon-xx, .icon-xx:hover {
		padding: 17px 14px;
		box-shadow: 0px 5px 10px rgba(0,0,0,.15);
	}
	.menu-icon,
	.menu-icon:hover {
		background: #1cc1ac;
	}
	.menu-icon .line,
	.icon-xx .line {
		height: 3px;
	}
	.menu-icon:hover .line:first-child,
	.icon-xx:hover .line:first-child {
		margin-top: 0;
	}
	.menu-icon .line:nth-child(2),
	.menu-icon:hover .line:nth-child(2) {
		margin: 4px 0;
	}
	header .menu-part .info-wrap {
		display: block;
		overflow-y: auto;
	}
	header .menu-part ul {
		display: block;
		position: absolute;
		width: 100%;
		padding: 70px 0;
	}
	header .menu-part ul li {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	/*header .submenu {
		display: none;
	}
	header li:first-child .submenu {
		display: block;
	}*/
	/* -- Animate -- */
	/* Btn XX */

	.icon-xx  {
		position: fixed;
	}
	.open .menu-icon,
	.open .menu-icon:hover,
	.icon-xx,
	.icon-xx:hover {
		padding-top: 24px;
	}
	.open .menu-icon .line:last-child,
	.open .menu-icon:hover .line:last-child {
		margin-top: -14px;
	}
	.icon-xx .line:last-child {
		margin-top: -3px;
	}
	/* Btn XX Hover */

	/* Footer 640 */
	footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	footer h6 {
		margin-bottom: 5px;
	}
	footer .banner-part li,
	footer .menu-part li {
		display: block;
		width: 100%;
	}
	footer .menu-part {
		margin-top: 15px;
	}
	footer .menu-part li {
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: 1px solid rgba(255,255,255,0.3);
		margin-bottom: 0;
	}
	footer .menu-part li:after {
		display: none;
	}
	footer .banner-part {
		/*border-top: none;*/
		margin-top: 0;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	footer .banner-part li {
		margin-bottom: 10px;
	}
	footer .banner-part li:last-child {
		margin-bottom: 0px;
	}
	footer .banner-part li:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
	}
	/* Main Bg */
	.main-bg {
		top: 255px;
	}
	.circle-bg-head .for-bg-line {
		top: -8px;
		left: -8px;
	}
	.circle-bg-head .for-bg {
		top: -11px;
		left: 11px;
	}
	/* Circle Link Box Part 640 */
	.circle-float.fix-link-part,
	.circle-float.fix-link-part.fix {
		position: fixed;
		left: -5px;
		top: auto;
		bottom: 5px;
	}
	.fix-link-part li {
		padding-top: 5px;
		width: 35px;
		height: 35px;
		border-radius: 18px;
		margin-bottom: 8px;
		box-shadow: 0px 5px 10px rgba(0,0,0,.15);
	}
	.fix-link-part li p {
		top: 7px;
	}
	/* -- Animate -- */
	.fix-link-part li:hover {
		width: 170px;
	}
	/* Block Cover All Part 640 */
	.block-part .block.for-cover {
		margin-bottom: 35px;
	}
	.block-part .block.for-cover:last-child {
		margin-bottom: 20px;
	}
	.block-part .block.for-cover .info-wrap {
		width: calc(100% - 30px);
		box-shadow: 0px 5px 10px rgba(0,0,0,.15);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.block-part .block.for-cover .info-wrap h5 {
		margin-bottom: 0;
	}
	.block-part .block.for-cover .info-wrap .sub-info {
		font-size: 12px;
	}
	/* for smaller */
	.content-wrap .block-part .block.for-cover {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 35px;
	}
	.content-wrap .block-part .block.for-cover:last-child {
		margin-bottom: 20px;
	}
	/* Rental PArt 640 */
	.block-part.rental-item-part .block.for-cover,
	.related-part .block-part.rental-item-part .block.for-cover,
	.related-part .block-part .block.for-rental-tag {
		margin-bottom: 35px;
	}
	/* for Static Pages */
	.block .static-tag {
		height: 40px;
		border-radius: 20px;
	}
	.block .static-tag.for-larger {
		height: 50px;
		border-radius: 25px;
		/*padding-top: 10px;*/
	}
	.block .static-tag p {
		line-height: 40px;
	}
	.block .static-tag.for-larger span {
		/*margin-top: 4px;*/
	}
	/* News */
	.news-part li {
		padding: 5px 0;
	}
	.news-part li .block,
	.detail-spec-part li .block {
		padding: 0;
		display: block;
	}
	.news-part li .block:first-child,
	.news-part li .block:last-child {
		width: 100%;
	}
	.news-part li .block h4 {
		color: #9b9b9b;
		font-size: 12px;
		line-height: 22px;
	}
	.news-part li .block:last-child p {
		padding-top: 0px;
	}
	/* Banner 640 */
	.content-part .banner img {
		width: 130%;
		margin-left: -15%;
	}
	/* List 640 */
	.for-list-all > li .block {
		display: block;
	}
	.for-list-all > li .block:first-child,
	.for-list-all > li .block:last-child {
		width: 100%;
	}
	/* Dot List 640 */
	.dot-list li:before {
		top: 7px;
		width: 8px;
		height: 8px;
	}
	.dot-list li p {
		padding-left: 15px;
	}
	/* CLient Part 640 */
	.client-part .client {
		width: 32%;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	/* WYSIWYG 640 */
	.for-wisiwyg table {
		overflow-x: auto;
		display: block;
		width: 100%;
		border: none;
	}
	.for-wisiwyg table th,
	.for-wisiwyg table td {
		padding: 3px 5px;
		min-width: 50px;
	}
	.for-wisiwyg li {
		padding-bottom: 5px;
		padding-top: 6px;
	}
	.for-wisiwyg li b {
		margin-right: 0;
		display: block;
		margin-bottom: 1px;
	}
}