/* fixoContent : 메인 */

/* 메인슬라이드 */
#fixoSlide {
	overflow: hidden;
	opacity: 0;
	width: 100%;
	text-align: center;
	position: relative;
}
#fixoSlide .box-slider .box-image img {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	display: none;
}
#fixoSlide .box-slider .slider-list {
	background-size: cover !important;
}


#fixoSlide .slick-dots {
	font-size: 0; line-height: 0;
	height: 0;
	position: absolute; bottom: 68px; left: 50%; z-index: 10;
	transform: translateX(-50%);
	width: 100%; max-width: 1094px;
	margin: auto;
}
#fixoSlide .slick-dots > li {
	position: relative;
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
}
#fixoSlide .slick-dots > li button {
	position: absolute; bottom: 0; left: 7px;
	display: block;
	width: 100%; width: calc(100% - 14px); height: 55px;
	background: transparent;
	border-bottom: 3px solid #9ebc16;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0;
	cursor: pointer;
}
#fixoSlide .slick-dots > li button:after {
	content: '';
	position: absolute; bottom: 0; left: 0;
	width: 100%;
	height: 0;
	font-size: 1.9rem; letter-spacing: -.057rem; line-height: 63px; color: #fff;
	transition: height .3s;
}
#fixoSlide .slick-dots > li button:hover:after {
	height: 55px;
	background: #9ebc16;
}
#fixoSlide .slick-dots > li:nth-child(1) button:after {
	content: '내시경클리닉';
}
#fixoSlide .slick-dots > li:nth-child(2) button:after {
	content: '초음파클리닉';
}
#fixoSlide .slick-dots > li:nth-child(3) button:after {
	content: '영양수액클리닉';
}
.slick-arrow {
	position: absolute; top: 50%; z-index: 10;
	width: 40px; height: 40px;
	font-size: 0;
	cursor: pointer;
}
.slick-arrow.slick-prev {
	left: 120px;
	background: url('/postfixo/images/prev.png') no-repeat center;
}
.slick-arrow.slick-next {
	right: 120px;
	background: url('/postfixo/images/next.png') no-repeat center;
}

#fixoSlide .box-text {
	position: absolute; top: 50%; left: 50%;
	-ms-transform: translate(-50%, -40%); transform: translate(-50%, -40%);
	width: 100%; max-width: 1200px;
	box-sizing: border-box;
	text-align: center;
}
#fixoSlide .box-text .title {
	margin: 0 0 40px;
	font-size: 4.2rem; line-height: 6rem; letter-spacing: -.126rem; color: #fff; font-weight: 400;
}
#fixoSlide .box-text .sub-text {
	font-size: 1.9rem; line-height: 2.9rem; letter-spacing: -.057rem; color: #fff; font-weight: 300;
}
@media (max-width: 1199px) {
	#fixoSlide .slick-dots {
		bottom: 20px;
	}
	.slick-arrow.slick-prev {
		left: 0;
	}
	.slick-arrow.slick-next {
		right: 0;
	}
	#fixoSlide .box-text {
		top: 50%;
		-ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	}
	#fixoSlide .box-text .title {
		margin: 0 0 20px;
	}
}
@media (max-width: 740px) {
	#fixoSlide .box-text .title {
		margin: 0 0 20px;
		font-size: 3.2rem; line-height: 4rem;
	}
	#fixoSlide .box-text .sub-text {
		font-size: 1.6rem; line-height: 2.2rem;
	}
}


/* 공통 타이틀 */
.common-title {
	text-align: center;
	padding-bottom: 90px;
}
.common-title .text1 {
	position: relative;
	display: inline-block;
	font-size: 1.5rem; letter-spacing: .375rem; color: #3f3f3f; font-weight: 700;
	padding-bottom: 16px; margin-bottom: 25px;
}
.common-title .text1:after {
	position: absolute; bottom: 0; left: 0;
	content :"";
	width: 100%; height: 1px;
	background: #3f3f3f;
}
.common-title .text2 {
	font-size: 4rem; letter-spacing: -.16rem; color: #3f3f3f;
	margin-bottom: 22px;
}
.common-title .text3 {
	font-size: 1.9rem; letter-spacing: -.076rem; line-height: 3.1rem; color: #8f8f8f; font-weight: 300;
}
@media (max-width: 1199px) {
	.common-title {
		padding-bottom: 40px;
	}
}
@media (max-width: 740px) {
	.common-title .text1 {
		font-size: 1.3rem;
	}
	.common-title .text2 {
		font-size: 2.8rem;
	}
	.common-title .text3 {
		font-size: 1.5rem; line-height: 2.4rem;
	}
}

/* 흰색 타이틀 */
.common-title.color-w .text1 {
	color: #fff;
}
.common-title.color-w .text1:after {
	background: #fff;
}
.common-title.color-w .text2 {
	color: #fff;
}
.common-title.color-w .text3 {
	color: #fff;
}

/* 이미지 100% */
.area-img img {
	width: 100%;
}


/* #layout1 - 의사소개 */
#layout1 {
	padding: 100px 0 0 0;
}
#layout1 .section-wrap {
	background: #3f3f3f;
}
#layout1 .box-content .section {
	max-width: 1920px; height: 700px;
	margin: auto;
}
#layout1 .box-content .section > div {
	vertical-align: top;
}
#layout1 .box-content .section .area-img {
	width: 63.3%;
}
#layout1 .box-content .section .area-img.scene1 {
	background: url('/postfixo/images/section01_doctor01.jpg') no-repeat right center;
	background-size: cover;
}
#layout1 .box-content .section .area-img.scene2 {
	background: url('/postfixo/images/section01_doctor02.jpg') no-repeat left center;
	background-size: cover;
}
#layout1 .box-content .section .area-txt {
	width: 36.7%;
	padding: 137px 0 0 55px;
	box-sizing: border-box;
	background: #3f3f3f url('/postfixo/images/section01_logo01.png') no-repeat right top;
	background-size: 75% auto;
}
#layout1 .box-content .section .area-txt .name {
	padding-bottom: 13px;
}
#layout1 .box-content .section .area-txt .mane2 {
	font-size: 1.9rem; letter-spacing: -.048rem; line-height: 3.2rem; color: #ffffff; font-weight: 700;
	padding-bottom: 26px;
}
#layout1 .box-content .section .area-txt .history {
	font-size: 1.6rem; letter-spacing: -.048rem; line-height: 2.7rem; color: #ffffff; font-weight: 300;
}
#layout1 .box-content .section .area-txt .history1 {
	padding-bottom: 27px;
}
#layout1 .box-content .section .area-txt.area-txt-2 {
	text-align: right;
	padding: 86px 58px 0 0;
	background: #3f3f3f url('/postfixo/images/section01_logo02.png') no-repeat left top;
	background-size: 45% auto;
}
#layout1 .box-content .section2 {
	background: url('/postfixo/images/section01_bg.jpg') no-repeat center fixed;
	background-size: cover;
	text-align: center;
	height: 350px;
}
#layout1 .box-content .section2 .txt {
	font-size: 1.5rem; letter-spacing: .375rem; color: #ffffff; font-weight: 700;
	padding-bottom: 31px;
}
#layout1 .box-content .section2 .txt2 {
	font-size: 3rem; letter-spacing: -.075rem; line-height: 4.5rem; color: #ffffff; font-weight: 400;
}

#layout1 .box-content .section .area-img.hidden-m {
	display: none;
}
#layout1 .box-content .section .area-img.hidden-p {
	display: table-cell;
}
@media (max-width: 1199px) {
	#layout1 {
		padding: 50px 0 0 0;
	}
	#layout1 .box-content .section .area-img.scene2 {
		background-position: center;
	}
	#layout1 .box-content .section .area-txt {
		padding-bottom: 50px;
	}
	#layout1 .box-content .section .area-txt.area-txt-2 {
		padding-bottom: 50px;
	}
}
@media (max-width: 740px) {
	#layout1 .box-content .section {
		height: auto;
	}
	#layout1 .box-content .section .area-img {
		display: block;
		width: 100%;
		padding-bottom: 60%;
	}
	#layout1 .box-content .section .area-txt {
		display: block;
		width: 100%;
	}

	#layout1 .box-content .section .area-img.hidden-m {
		display: block;
	}
	#layout1 .box-content .section .area-img.hidden-p {
		display: none;
	}
}

/* #layout2 - 진료안내 */
#layout2 {
	padding: 104px 0 112px;
	background: #f6f6f6;
}
#layout2 .box-content {
	table-layout: fixed;
	max-width: 1264px; height: 500px;
	margin: 0 auto;
}
#layout2 .box {
	padding: 0 8px;
	height: 100%;
	vertical-align: top;
}
#layout2 .box-inner {
	position: relative;
	border: 1px solid #e2e2e2;
	text-align: center;
	padding: 227px 0 22px 0;
	background: #fff no-repeat center -10px;
	height: inherit;
	box-sizing: border-box;
}
#layout2 .scene1 {
	margin-bottom: 15px;
}
#layout2 .scene1 .box:nth-child(1) .box-inner {
	background-image: url('/postfixo/images/section02_icon01.png');
}
#layout2 .scene1 .box:nth-child(2) .box-inner {
	background-image: url('/postfixo/images/section02_icon02.png');
}
#layout2 .scene1 .box:nth-child(3) .box-inner {
	background-image: url('/postfixo/images/section02_icon03.png');
}
#layout2 .scene1 .box:nth-child(4) .box-inner {
	background-image: url('/postfixo/images/section02_icon04.png');
}
#layout2 .scene2 .box:nth-child(1) .box-inner {
	background-image: url('/postfixo/images/section02_icon05.png');
}
#layout2 .scene2 .box:nth-child(2) .box-inner {
	background-image: url('/postfixo/images/section02_icon06.png');
}
#layout2 .scene2 .box:nth-child(3) .box-inner {
	background-image: url('/postfixo/images/section02_icon07.png');
}
#layout2 .scene2 .box:nth-child(4) .box-inner {
	background-image: url('/postfixo/images/section02_icon08.png');
}
#layout2 .box .tit {
	font-size: 2.4rem; letter-spacing: -.156rem; color: #59c700; font-weight: 700;
	padding-bottom: 26px;
}
#layout2 .box .txt {
	padding: 0 0 50px;
	font-size: 1.7rem; letter-spacing: -.11rem; line-height: 2.7rem; color: #3f3f3f; font-weight: 400;
}
#layout2 .box .btn {
	position: absolute; bottom: 20px; left: 50%;
	margin-left: -47px;
	display: inline-block;
	border: 1px solid #85d644;
	border-radius: 16px;
	width: 92px;
}
#layout2 .box .btn a {
	display: block;
	font-size: 1.4rem; letter-spacing: -.091rem; line-height: 3.1rem; color: #3f3f3f; font-weight: 400;
}
@media (max-width: 1199px) {
	#layout2 {
		padding: 50px 10px;
	}
	#layout2 .box-inner {
		padding: 227px 10px 22px;
	}
}
@media (max-width: 641px) {
	#layout2 {
		padding: 50px 2px;
	}
	#layout2 .box-content {
		font-size: 0;
	}
	#layout2 .box {
		display: inline-block;
		width: 50%; height: 500px;
		padding: 0 4px; margin-bottom: 8px;
		box-sizing: border-box;
	}
	#layout2 .scene1 {
		margin-bottom: 0;
	}
}

/* #layout3 - 건겅검진센터 */
#layout3 {
	position: relative;
	padding: 70px 0 0;
}
#layout3:after {
	content: '';
	position: absolute; top: 0; left: 0; z-index: -1;
	width: 100%; height: 440px;
	background: #6fa200;
}
#layout3 .common-title {
	padding-bottom: 70px;
}
#layout3 .box-content .area-img {
	max-width: 1382px; margin: 0 auto;
}
#layout3 .box-content .area-img .dtc {
	position: relative;
	width: 33.3333%;
	padding: 0 2px;
	box-sizing: border-box;
}
#layout3 .box-content .area-img .dtc:hover .box-over {
	opacity: 1;
}
#layout3 .box-content .area-img .box-over {
	opacity: 0;
	position: absolute; top: 0; left: 2px; right: 2px; bottom: 0;
	background: rgba(0,0,0,.6);
	display: table;
	width: 100%; width: calc(100% - 4px); height: 100%;
	text-align: center;
	font-size: 1.6rem; line-height: 2.8rem; letter-spacing: -.064rem; font-weight: 300; color: #fff;
	transition: all .3s;
}
#layout3 .box-content .area-img .box-over div {
	display: table-cell;
	vertical-align: middle;
}

#layout3 .box-content .area-ban {
	background: #fff;
	max-width: 1382px; margin: 0 auto;
	padding: 45px 90px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
#layout3 .box-content .area-ban .dtc:first-child {
	border-right: 1px solid #3f3f3f;
}
#layout3 .box-content .area-ban .dtc:nth-child(1) span:first-child {
	margin: 0 35px 0 0;
}
#layout3 .box-content .area-ban .dtc:nth-child(2) span:first-child {
	margin: 0 60px 0 0;
}
#layout3 .box-content .area-ban span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.9rem; letter-spacing: -.076rem; color: #3f3f3f; font-weight: 400;
}
#layout3 .box-content .area-ban span strong {
	color: #6fa200; font-weight: 700;
}

#layout3 .box-content .area-full {
	padding: 110px 0 90px;
	background: url('/postfixo/images/section03_bg.jpg') no-repeat center fixed;
	background-size: cover;
	text-align: center;
}
#layout3 .box-content .area-full .tit {
	margin: 0 0 45px;
	font-size: 3.5rem; letter-spacing: -.0875rem; color: #fff; font-weight: 400;
}
#layout3 .box-content .area-full .tit div {
	display: inline-block;
}
#layout3 .box-content .area-full .tit span {
	position: relative; bottom: 5px;
	display: inline-block;
	vertical-align: bottom;
}
#layout3 .box-content .area-full .txt {
	font-size: 2rem; letter-spacing: -.05rem; line-height: 3.6rem; color: #fff; font-weight: 300;
}
@media (max-width: 1199px) {
	#layout3 {
		padding: 40px 0 0 0;
	}
	#layout3:after {
		height: 30%;
	}
	#layout3 .common-title {
		padding-bottom: 40px;
	}
	#layout3 .box-content .area-img {
		padding: 0 20px;
		box-sizing: border-box;
	}
	#layout3 .box-content .area-img .box-over {
		display: none;
	}
	#layout3 .box-content .area-ban {
		padding: 25px 0;
	}
	#layout3 .box-content .area-ban .dtc:nth-child(1) span:first-child {
		margin: 0 30px 0 0;
	}
	#layout3 .box-content .area-ban .dtc:nth-child(2) span:first-child {
		margin: 0 10px 0 0;
	}
}
@media (max-width: 641px) {
	#layout3:after {
		height: 25%;
	}
	#layout3 .box-content .area-img {
		padding: 0 10px;
	}
	#layout3 .box-content .area-ban {
		padding: 0;
	}
	#layout3 .box-content .area-ban .dtc {
		display: block;
		padding: 20px 0;
	}
	#layout3 .box-content .area-ban .dtc span {
		display: block;
	}
	#layout3 .box-content .area-ban .dtc span img {
		width: 136px;
	}
	#layout3 .box-content .area-ban .dtc:first-child {
		border: 0; border-bottom: 1px solid #3f3f3f;
	}
	#layout3 .box-content .area-ban .dtc:nth-child(1) span:first-child {
		margin: 0 0 20px;
	}
	#layout3 .box-content .area-ban .dtc:nth-child(2) span:first-child {
		margin: 0 0 20px;
	}
	#layout3 .box-content .area-full {
		padding: 60px 0 40px;
	}
	#layout3 .box-content .area-full .tit div {
		display: block;
		padding: 5px 0;
	}
}

/* #layout4 - 내시경 클리닉 */
#layout4 .fixo-motion {
	overflow: hidden;
}
#layout4 .section1 {
	height: 400px;
}
#layout4 .section1 .dtc {
	width: 50%;
}
#layout4 .section1 .area-tit {
	background: #3f3f3f;
	text-align: right;
	padding: 0 36px 0 0;
}
#layout4 .section1 .common-title {
	position: relative;
	display: inline-block;
	padding-bottom: 0;
}
#layout4 .section1 .area-img {
	background: url('/postfixo/images/section04_img01.jpg') no-repeat left top;
	background-size: cover;
}

#layout4 .section2 {
	
}
#layout4 .section2 .dtc {
	width: 50%;
}
#layout4 .section2 .area-left .area-txt {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 1.9rem; letter-spacing: -.076rem; line-height: 2.8rem; color: #3f3f3f; font-weight: 400; text-align: center;
}
#layout4 .section2 .area-left .area-txt .txt {
	position: relative;
	padding-top: 28px;
}
#layout4 .section2 .area-left .area-txt .txt.pad-b {
	padding-bottom: 48px;
}
#layout4 .section2 .area-left .area-txt .txt:after {
	position: absolute; top: 0; left: 50%;
	margin-left: -6px;
	content: '';
	width: 12px; height: 12px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #484848;
}
#layout4 .section2 .area-left .area-img {
	width: 50%; height: 400px;
	background: url('/postfixo/images/section04_img02.jpg') no-repeat center;
	background-size: cover;
}
#layout4 .section2 .area-right {
	background: #f0f0f0;
	padding: 0 80px;
}
#layout4 .section2 .area-right .tit {
	font-size: 1.9rem; letter-spacing: -.076rem; color: #2b2b2b; font-weight: 700;
	padding-bottom: 27px;
}
#layout4 .section2 .area-right .txt {
	font-size: 1.6rem; letter-spacing: -.064rem; line-height: 2.6rem; color: #2b2b2b; font-weight: 300;
}
#layout4 .section3 .dtc {
	width: 25%;
}
#layout4 .section3 .area-txt {
	background: #3f3f3f;
	padding: 0 40px;
}
#layout4 .section3 .tit {
	font-size: 1.9rem; letter-spacing: -.057rem; color: #fff; font-weight: 700;
	padding-bottom: 34px;
}
#layout4 .section3 .txt {
	font-size: 1.6rem; letter-spacing: -.104rem; line-height: 2.6rem; color: #fff; font-weight: 300;
}
#layout4 .section3 .area-img {
	height: 400px;
}
#layout4 .section3 .area-img.scene1 {
	background: url('/postfixo/images/section04_img03.jpg') no-repeat center;
	background-size: cover;
}
#layout4 .section3 .area-img.scene2 {
	background: url('/postfixo/images/section04_img04.jpg') no-repeat center;
	background-size: cover;
}
@media (max-width: 1199px) {
	#layout4 .section1 {
		height: auto;
	}
	#layout4 .section1 .dtc {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#layout4 .section1 .area-tit {
		text-align: center;
		padding: 40px 0;
	}
	#layout4 .section1 .area-img {
		background-position: center;
		height: 0;
		padding-bottom: 40%;
	}
	#layout4 .section2 .dtc {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#layout4 .section2 .area-left .area-txt {
		width: 100%;
		padding: 40px 20px;
	}
	#layout4 .section2 .area-left .area-img {
		width: 100%;
		height: 0;
		padding-bottom: 60%;
	}
	#layout4 .section2 .area-right {
		padding: 40px 20px;
		text-align: center;
	}
	#layout4 .section3 .dtc {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#layout4 .section3 .area-txt {
		padding: 40px 20px;
	}
	#layout4 .section3 .area-img {
		height: 0;
		padding-bottom: 60%;
	}
}
@media (max-width: 641px) {
	
}

/* #layout5 - 초음파 클리닉 */
#layout5 {
	padding: 55px 0 0;
}
#layout5 .common-title {
	padding-bottom: 60px;
}
#layout5 .box-content {
	position: relative;
	background: #f3f3f3;
	min-height: 615px;
	box-sizing: border-box;
	padding: 40px 0 0 0;
	overflow: hidden;
}
#layout5 .box-image {
	position: absolute; bottom: 0; left: 50%;
	transform: translateX(-50%);
}
#layout5 .box-wrap {
	max-width: 1280px;
	margin: auto;
}
#layout5 .area-left {
	vertical-align: top;
	text-align: right;
	padding: 0 280px 0 0;
}
#layout5 .area-right {
	vertical-align: top;
	padding: 0 0 0 240px;
}
#layout5 .area-txt {
	padding: 0 0 70px;
}
#layout5 .area-txt .tit {
	margin: 0 0 15px;
	font-size: 2rem; letter-spacing: -.06rem; color: #0096e0; font-weight: 700;
}
#layout5 .area-txt .txt {
	font-size: 1.6rem; letter-spacing: -.048rem; line-height: 2.4rem; color: #3f3f3f; font-weight: 300;
}
#layout5 .box-content2 {
	background: #0096e0;
	padding: 40px 0 35px;
	text-align: center;
}
#layout5 .box-content2-title {
	margin: 0 0 20px;
	font-size: 2rem; letter-spacing: -.06rem; font-weight: 700; color: #fff;
}
#layout5 .box-content2-text {
	font-size: 1.6rem; line-height: 2.5rem; letter-spacing: -.048rem; color: #fff;
}
#layout5 .box-content3 {
	position: relative;
	background: url('/postfixo/images/section05_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 40px;
}
#layout5 .box-content3 .object-wrap {
	position: absolute; top: 0; left: 50%;
	transform: translateX(-50%);
	width: 100%; min-width: 1920px; height: 100%;
}
#layout5 .box-content3 .object-left {
	position: absolute; bottom: 0; left: 0;
}
#layout5 .box-content3 .object-right {
	position: absolute; top: -150px; right: 0;
}
#layout5 .box-content3 .box-content3-wrap {
	background: rgba(255,255,255,.8);
	padding: 16px;
	max-width: 1500px;
	box-sizing: border-box;
	margin: auto;
	box-shadow: 23px 23px 43px rgba(26,5,9,.39);
}
#layout5 .box-content3-wrap-inner {
	border: 1px solid #646463;
	padding: 50px 0;
	text-align: center;
	font-size: 0;
}
#layout5 .box-content3 .box-content3-wrap ul {
	max-width: 1100px;
	margin: auto;
}
#layout5 .box-content3 .box-content3-wrap ul li {
	position: relative; z-index: 2;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
}
#layout5 .box-content3 .box-content3-wrap .box-content3-icon {
	padding: 0 0 25px;
}
#layout5 .box-content3 .box-content3-wrap .box-content3-title {
	margin: 0 0 20px;
	font-size: 2rem; letter-spacing: -.06rem; font-weight: 700; color: #3f3f3f;
}
#layout5 .box-content3 .box-content3-wrap .box-content3-text {
	font-size: 1.6rem; line-height: 2.8rem; letter-spacing: -.048rem; font-weight: 300; color: #3f3f3f;
}
@media (max-width: 1199px) {
	#layout5 .common-title {
		padding-bottom: 40px;
	}
	#layout5 .box-content {
		padding: 40px 20px;
	}
	#layout5 .box-image {
		text-align: center;
	}
	#layout5 .box-image img {
		width: 90%
	}
	#layout5 .area-left {
		padding: 0 200px 0 0;
		text-align: left;
	}
	#layout5 .area-right {
		padding: 0 0 0 200px;
	}
}
@media (max-width: 641px) {
	#layout5 .box-content {
		padding: 40px 20px 0;
	}
	#layout5 .box-image {
		position: static;
		transform: none;
	}
	#layout5 .area-left {
		display: block;
		padding: 0;
	}
	#layout5 .area-right {
		display: block;
		padding: 0;
	}
	#layout5 .area-txt {
		padding: 0 0 30px;
	}
	#layout5 .box-content3 .box-content3-wrap ul li {
		display: block;
		width: 100%;
	}
	#layout5 .box-content3 .box-content3-wrap ul li:not(:first-child) {
		padding: 40px 0 0 0;
	}
	#layout5 .box-content3 .box-content3-wrap .box-content3-text {
		padding: 0 10px;
	}
}

#layout6 .layout-inner {
	background: url('/postfixo/images/section06_bg.jpg') no-repeat center fixed;
	background-size: cover;
	padding: 0 0 75px;
}
#layout6 .title-wrap {
	padding: 55px 0; margin: 0 0 5px;
	background: rgba(0,0,0,.6);
}
#layout6 .title-wrap .common-title {
	padding: 0;
}
#layout6 .box-content {
	max-width: 1200px;
	margin: auto;
}
#layout6 .content-title {
	padding: 0 0 60px;
}
#layout6 .content-title-image {
	padding: 0 35px 0 30px;
}
#layout6 .content-title-text {
	padding: 10px 0 0 0;
	font-size: 2rem; line-height: 3.2rem; letter-spacing: -.06rem; color: #fff;
}
#layout6 .content-table {
	table-layout: fixed;
	max-width: 1040px;
	margin: auto;
}
#layout6 .content-table .dtc {
	position: relative;
	padding: 15px 0;
	text-align: center;
	font-size: 1.9rem; letter-spacing: -.057rem; color: #fff;
}
#layout6 .content-table .dtc:nth-child(1):after {
	content: '';
	position: absolute; top: 0; right: 0;
	width: 1px; height: 100%;
	border-right: 1px dashed #fff;
}
#layout6 .content-table .dtr:not(:last-child) .dtc:before {
	content: '';
	position: absolute; bottom: 0; left: 0;
	width: 100%; height: 1px;
	border-bottom: 1px dashed #fff;
}
@media (max-width: 1199px) {
	#layout6 .content-title-image {
		display: block;
		padding: 0 20px 20px;
		text-align: center;
	}
	#layout6 .content-title-image img {
		width: 100%; max-width: 500px;
	}
	#layout6 .content-title-text {
		display: block;
		padding: 10px 0 0 0;
		text-align: center;
	}
	#layout6 .content-table {
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 641px) {
	#layout6 .layout-inner {
		padding: 0 0 30px;
	}
	#layout6 .content-title {
		padding: 0 0 30px;
	}
	#layout6 .content-table {
		padding: 0 5px;
	}
	#layout6 .content-table .dtc {
		padding: 15px 0;
	}
}

#layout7 {
	padding: 120px 0 220px;
	background: #effaff;
}
#layout7 .common-title {
	padding-bottom: 120px;
}
#layout7 .box-content {
	padding: 0 20px;
	max-width: 1245px;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
#layout7 .box-content p {
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 0 2.5px;
}
#layout7 .box-content div:nth-child(2) p, #layout7 .box-content div:nth-child(3) p {
	display: inline-block;
	width: 50%;
}
#layout7 .box-content div:nth-child(4) p {
	display: inline-block;
	width: 33.33%;
}
#layout7 .box-content div:nth-child(5) p, #layout7 .box-content div:nth-child(6) p {
	display: inline-block;
	width: 50%;
}
@media (max-width: 1199px) {
	#layout7 {
		padding: 60px 0 110px;
	}
	#layout7 .common-title {
		padding-bottom: 60px;
	}
}
@media (max-width: 641px) {
	
}

#layout8 .box-content {
	padding: 70px 0;
	background: url('/postfixo/images/section08_bg.jpg') no-repeat center fixed;
	background-size: cover;
}
#layout8 .layout8-table {
	table-layout: fixed;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
#layout8 .layout8-table .dtc {
	vertical-align: top;
}
#layout8 .time-title {
	padding: 25px 0 20px;
	background: url('/postfixo/images/section08_icon01.png') no-repeat center top;
	font-size: 1.9rem; letter-spacing: -.076rem; font-weight: 300; color: #fff;
}
#layout8 .time-table {
	width: auto;
	margin: auto;
}
#layout8 .time-table .dtc {
	padding: 8px 0;
	text-align: left;
	font-size: 2rem; letter-spacing: -.05rem; font-weight: 300; color: #fff;
}
#layout8 .time-table .dtc.title {
	padding: 8px 15px 8px 0;
	width: 110px;
	box-sizing: border-box;
	letter-spacing: -.16rem; font-weight: 700;
}
#layout8 .time-table .dtc.title .text-a5 span {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
}
#layout8 .time-table .dtc.title .text-a5 span:first-child {
	text-align: left;
}
#layout8 .time-table .dtc.title .text-a5 span:last-child {
	text-align: right;
}
#layout8 .time-table .dtc.title .text-a4 span {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
#layout8 .time-table .dtc.title .text-a4 span:first-child {
	text-align: left;
}
#layout8 .time-table .dtc.title .text-a4 span:last-child {
	text-align: right;
}
#layout8 .time-table .dtc.title .text-a3 span {
	float: left;
	width: 33.333%;
}
#layout8 .time-table .dtc.title .text-a3 span:nth-child(2) {
	text-align: center;
}
#layout8 .time-table .dtc.title div span:first-child {
	float: left;
	text-align: left;
}
#layout8 .time-table .dtc.title div span:last-child {
	float: right;
	text-align: right;
}
#layout8 .location-title {
	padding: 25px 0 26px;
	background: url('/postfixo/images/section08_icon02.png') no-repeat center top;
	font-size: 1.9rem; letter-spacing: -.076rem; font-weight: 300; color: #fff;
}
#layout8 .location-content {
	margin: 0 0 20px;
	font-size: 2rem; letter-spacing: -.05rem; color: #fff;
}
#layout8 .location-content b {
	display: block;
	margin: 0 0 12px;
	font-size: 2.2rem; letter-spacing: -.055rem; font-weight: 700; color: #fcffad;
}
#layout8 .tel-title {
	padding: 25px 0 11px;
	background: url('/postfixo/images/section08_icon03.png') no-repeat center top;
	font-size: 1.9rem; letter-spacing: -.076rem; font-weight: 300; color: #fff;
}
#layout8 .tel-content {
	font-size: 3.6rem; letter-spacing: -.144rem; font-weight: 700; color: #fcffad;
}

#layout8 .map iframe {
	width: 100%; height: 590px;
}
@media (max-width: 1199px) {
	#layout8 .map iframe {
		height: 400px;
	}
}
@media (max-width: 740px) {
	#layout8 .layout8-table > .dtc {
		display: block;
	}
	#layout8 .time-table {
		margin: 0 auto 20px;
	}

	#layout8 .map iframe {
		height: 250px;
	}
}