/* 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;
	height: 1080px;
}

#fixoSlide .slick-dots {
	font-size: 0; line-height: 0;
	height: 0;
	position: absolute; top: 50%; left: 50%; z-index: 10;
	margin-top: -100px;
	-ms-transform: translateX(-50%); transform: translateX(-50%);
	width: 100%; max-width: 1500px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 50px;
}
#fixoSlide .slick-dots > li {
	display: inline-block;
}
#fixoSlide .slick-dots > li button {
	display: block;
	width: 14px; height: 14px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 0 5px 0 0;
	font-size: 0;
	cursor: pointer;
}
#fixoSlide .slick-dots > li.slick-active button {
	background: #fff;
}

#fixoSlide .box-text {
	position: absolute; top: 50%; left: 50%;
	margin-top: -60px;
	-ms-transform: translateX(-50%); transform: translateX(-50%);
	text-align: left;
	width: 100%; max-width: 1500px;
	box-sizing: border-box;
	padding: 0 50px;
}
#fixoSlide .box-text .sub-tit {
	font-size: 2.5rem; line-height: 2.5rem; color: rgba(255,255,255,.5); font-weight: 200;
}
#fixoSlide .box-text .sub-tit b {
	font-weight: 700;
}
#fixoSlide .box-text .tit {
	font-size: 9rem; line-height: 9.6rem; letter-spacing: .9rem; color: rgba(255,255,255,.5); font-weight: 700;
	margin: 0 0 20px;
}
#fixoSlide .box-text .txt {
	font-size: 4rem; color: #fff; font-weight: 700;
	text-shadow: 3px 0 0 rgba(0,0,0,.25);
}
@media (max-width: 1199px) {
	#fixoSlide .box-slider .slider-list {
		height: 600px !important;
	}
	#fixoSlide .slick-dots {
		top: 250px;
		margin: 0;
	}
	#fixoSlide .box-text {
		top: 300px;
		margin: 0;
	}
	#fixoSlide .box-text .tit {
		font-size: 6rem; letter-spacing: .5rem; line-height: 6.6rem;
	}
}
@media (max-width: 740px) {
	#fixoSlide .box-slider .slider-list {
		height: 300px !important;
	}
	#fixoSlide .slick-dots {
		top: 90px;
		padding: 0 10px;
	}
	#fixoSlide .slick-dots > li button {
		width: 10px; height: 10px;
	}
	#fixoSlide .box-text {
		top: 120px;
		padding: 0 10px;
	}
	#fixoSlide .box-text .sub-tit {
		font-size: 2rem; line-height: 2rem;
	}
	#fixoSlide .box-text .tit {
		font-size: 3rem; letter-spacing: .5rem; line-height: 3rem;
	}
	#fixoSlide .box-text .txt {
		font-size: 2rem;
	}
}


/* 진료과목 */
#layout1 {
	padding: 90px 0 76px;
}
#layout1 .common-title {
	font-size: 3.5rem; letter-spacing: 1.05rem; color: #000; font-weight: 500; text-align: center;
	padding-bottom: 90px; 
}
#layout1 .box-content .dt {
	table-layout: fixed;
}
#layout1 .box-content .list {
	position: relative;
	height: 386px;
	text-align: center;
	padding: 130px 0 0 0;
	border-left: 1px solid #dde6eb;
	box-sizing: border-box;
	vertical-align: top;
}
#layout1 .box-content .row02 .list {
	padding: 165px 0 0 0;
}
#layout1 .box-content .list .tit {
	font-size: 2.6rem; color: #000; font-weight: 700;
	padding-bottom: 22px;
}
#layout1 .box-content .list .txt {
	font-size: 1.8rem; line-height: 2.6rem; color: #686868; font-weight: 300;
	padding-bottom: 22px;
}
#layout1 .box-content .list .btn {
	position: absolute; bottom: 25px; left: 50%;
	margin-left: -7.5px;
	display: inline-block;
	width: 15px; height: 15px;
	border: 1px solid  #686868;
	cursor: pointer;
}
#layout1 .box-content .list .btn a {
	display: block;
	width: 100%; height: 100%;
}
#layout1 .box-content .list .btn:before {
	content: '';
	position: absolute; top: 4px; left: 7px;
	width: 1px; height: 7px;
	background: #757575;
}
#layout1 .box-content .list .btn:after {
	content: '';
	position: absolute; top: 7px; left: 4px;
	width: 7px; height: 1px;
	background: #757575;
}
#layout1 .box-content .row01 .list {
	border-bottom: 1px solid #dde6eb;
}
#layout1 .box-content .row01 .list:nth-child(1) {
	background: #fbfbfb url('/postfixo/images/layout01_icon01.png') no-repeat top 30px center;
	border-left: 0;
}
#layout1 .box-content .row01 .list:nth-child(2) {
	background: #ecf4fa url('/postfixo/images/layout01_icon02.png') no-repeat top 35px center;
}
#layout1 .box-content .row01 .list:nth-child(3) {
	background: #f6fcff url('/postfixo/images/layout01_icon03.png') no-repeat top 30px center;
}
#layout1 .box-content .row01 .list:nth-child(4) {
	background: #e6eff5 url('/postfixo/images/layout01_icon04.png') no-repeat top 30px center;
}
#layout1 .box-content .row02 .list:nth-child(1) {
	background: #e8eef2 url('/postfixo/images/layout01_icon05.png') no-repeat top 50px center;
	border-left: 0;
}
#layout1 .box-content .row02 .list:nth-child(2) {
	background: #f4f4f4 url('/postfixo/images/layout01_icon06.png') no-repeat top 50px center;
}
#layout1 .box-content .row02 .list:nth-child(3) {
	background: #fafafa url('/postfixo/images/layout01_icon07.png') no-repeat top 50px center;
}
#layout1 .box-content .row02 .list:nth-child(4) {
	background: #f4fafe url('/postfixo/images/layout01_icon08.png') no-repeat top 50px center;
}
@media (max-width: 1199px) {
	#layout1 .dtr {
		display: block;
		font-size: 0;
	}
	#layout1 .box-content .row01 .list {
		display: inline-block;
		width: 50%;
	}
	#layout1 .box-content .row02 .list {
		display: inline-block;
		width: 50%;
		border-bottom: 1px solid #dde6eb;
	}
	#layout1 .box-content .row01 .list:nth-child(3), 
	#layout1 .box-content .row02 .list:nth-child(3) {
		border-left: 0;
	}
	#layout1 .box-content .row02 .list:nth-child(3), 
	#layout1 .box-content .row02 .list:nth-child(4) {
		border-bottom: 0;
	}
}
@media (max-width: 740px) {
	#layout1 {
		padding: 50px 0;
	}
	#layout1 .common-title {
		padding: 0 0 50px;
		font-size: 2.8rem; letter-spacing: .5rem;
	}

	#layout1 .dtr {
		display: block;
		font-size: 0;
	}
	#layout1 .box-content .row01 .list {
		display: block;
		width: 100%; height: auto;
		padding: 130px 0 40px;
		border-left: 0;
	}
	#layout1 .box-content .row02 .list {
		display: block;
		width: 100%; height: auto;
		padding: 165px 0 20px;
		border-bottom: 1px solid #dde6eb !important;
		border-left: 0;
	}
	#layout1 .box-content .row02 .list:nth-child(4) {
		border-bottom: 0 !important;
	}
}



/* 의료진 소개 */
#layout2 {
}
#layout2 .box-content .doctor01 {
	background: url('/postfixo/images/layout02_doctor01.jpg') no-repeat right center;
	background-size: cover;
	height: 700px;
}
#layout2 .box-content .doctor01 .area-txt {
	position: relative;
	width: 50%; height: 100%;
	padding: 204px 65px 0 0;
	box-sizing: border-box;
	background: #0072bb url('/postfixo/images/layout02_bg.png') no-repeat left top 124px;
	text-align: right;
}
#layout2 .box-content .doctor01 .area-txt:after {
	content: '';
	position: absolute; top: 0; bottom: 0; right: -110px;
	border-bottom: 700px solid #0072bb;
	border-right: 110px solid transparent;
}
#layout2 .box-content .doctor01 .area-name {
	font-size: 2rem; letter-spacing: -.06rem; color: #fff; font-weight: 200;
	padding-bottom: 63px;	
}
#layout2 .box-content .doctor01 .area-name span {
	display: inline-block;
	vertical-align: bottom;
}
#layout2 .box-content .doctor01 .area-name span:first-child {
	padding-right: 36px;
}
#layout2 .box-content .doctor01 .history {
	width: auto;
	margin: 0 0 0 auto;
	font-size: 1.8rem; line-height: 3.1rem; letter-spacing: -.054rem; color: #fff; font-weight: 200;
}
#layout2 .box-content .doctor01 .history .dtc {
	vertical-align: top;
	text-align: right;
}
#layout2 .box-content .doctor01 .history .dtc:nth-child(1) {
	padding: 0 45px 0 0;
}

#layout2 .box-content .section-slide {
	background: #fffdef;
}
#layout2 .box-content .section-slide .dt {
	table-layout: fixed;
	box-sizing: border-box;
	padding: 0 100px;
}
#layout2 .box-content .section-slide .img1 {
	width: 200px;
}
#layout2 .box-content .section-slide .img2 {
	width: 200px;
	text-align: right;
}
#slide_mid {
	position: relative;
	height: 300px;
}
#slide_mid .slick-arrow {
	position: absolute; top: 0; z-index: 10;
	width: 40px; height: 300px;
	font-size: 0;
	cursor: pointer;
}
#slide_mid .slick-prev {
	left: -300px;
	background: url('/postfixo/images/layout02_arrow_left.png') no-repeat center;
}
#slide_mid .slick-next {
	right: -300px;
	background: url('/postfixo/images/layout02_arrow_right.png') no-repeat center;
}
#slide_mid .slider-list {
	display: table;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%; height: 300px;
}
#layout2 .box-content .section-slide .area-txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#layout2 .box-content .section-slide .tit {
	font-size: 3.4rem; color: #000; font-weight: 700;
	padding-bottom: 12px;
}
#layout2 .box-content .section-slide .txt {
	font-size: 2.2rem; color: #686868; font-weight: 200;
}
#layout2 .box-content .section-slide .img-right {
	text-align: right;
}

#layout2 .box-content .doctor02 {
	background: url('/postfixo/images/layout02_doctor02.jpg') no-repeat left center;
	background-size: cover;
	height: 700px;
	text-align: right;
}
#layout2 .box-content .doctor02 .area-txt {
	position: relative;
	display: inline-block;
	width: 50%; height: 100%;
	padding: 234px 0 0 0;
	box-sizing: border-box;
	background: #0072bb url('/postfixo/images/layout02_bg.png') no-repeat right top 124px;
	text-align: left;
}
#layout2 .box-content .doctor02 .area-txt:after {
	content: '';
	position: absolute; top: 0; bottom: 0; left: -110px;
	border-bottom: 700px solid #0072bb;
	border-left: 110px solid transparent;
}
#layout2 .box-content .doctor02 .area-name {
	font-size: 2rem; letter-spacing: -.06rem; color: #fff; font-weight: 200;
	padding-bottom: 63px;	
}
#layout2 .box-content .doctor02 .area-name span {
	display: inline-block;
	vertical-align: bottom;
}
#layout2 .box-content .doctor02 .area-name span:first-child {
	padding-right: 36px;
}
#layout2 .box-content .doctor02 .history {
	font-size: 1.8rem; line-height: 3.1rem; letter-spacing: -.054rem; color: #fff; font-weight: 200;
}
#layout2 .box-content .doctor02 .history .dtc {
	vertical-align: top;
}

#layout2 .box-content .doctor03 {
	background: url('/postfixo/images/add-doctor-03.png') no-repeat right center;
	background-size: cover;
	height: 700px;
}
#layout2 .box-content .doctor03.add {
	background: url('/postfixo/images/add-doctor-07.png') no-repeat right center;
	background-size: cover;
	height: 700px;
}
#layout2 .box-content .doctor03 .area-txt {
	position: relative;
	width: 50%; height: 100%;
	padding: 204px 65px 0 0;
	box-sizing: border-box;
	background: #0072bb url('/postfixo/images/add-doctor-bg.png') no-repeat left 95px top 60px;
	text-align: right;
}
#layout2 .box-content .doctor03 .area-txt:after {
	content: '';
	position: absolute; top: 0; bottom: 0; right: -110px;
	border-bottom: 700px solid #0072bb;
	border-right: 110px solid transparent;
}
#layout2 .box-content .doctor03 .area-name {
	font-size: 2rem; letter-spacing: -.06rem; color: #fff; font-weight: 200;
	padding-bottom: 63px;	
}
#layout2 .box-content .doctor03 .area-name span {
	display: inline-block;
	vertical-align: bottom;
}
#layout2 .box-content .doctor03 .area-name span:first-child {
	padding-right: 36px;
}
#layout2 .box-content .doctor03 .history {
	width: auto;
	margin: 0 0 0 auto;
	font-size: 1.8rem; line-height: 3.1rem; letter-spacing: -.054rem; color: #fff; font-weight: 200;
}
#layout2 .box-content .doctor03 .history .dtc {
	vertical-align: top;
	text-align: right;
}
#layout2 .box-content .doctor03 .history .dtc:nth-child(1) {
	padding: 0 45px 0 0;
}

#layout2 .box-content .doctor04 {
	background: url('/postfixo/images/add-doctor-06.png') no-repeat left center;
	background-size: cover;
	height: 700px;
	text-align: right;
}
#layout2 .box-content .doctor04 .area-txt {
	position: relative;
	display: inline-block;
	width: 50%; height: 100%;
	padding: 204px 65px 0 0;
	box-sizing: border-box;
	background: #0072bb url('/postfixo/images/add-doctor-bg.png') no-repeat right 95px top 60px;
	text-align: left;
}
#layout2 .box-content .doctor04 .area-txt:after {
	content: '';
	position: absolute; top: 0; bottom: 0; left: -110px;
	border-bottom: 700px solid #0072bb;
	border-left: 110px solid transparent;
}
#layout2 .box-content .doctor04 .area-name {
	font-size: 2rem; letter-spacing: -.06rem; color: #fff; font-weight: 200;
	padding-bottom: 63px;	
}
#layout2 .box-content .doctor04 .area-name span {
	display: inline-block;
	vertical-align: bottom;
}
#layout2 .box-content .doctor04 .area-name span:first-child {
	padding-right: 36px;
}
#layout2 .box-content .doctor04 .history {
	width: auto;
	margin: 0 auto 0 0;
	font-size: 1.8rem; line-height: 3.1rem; letter-spacing: -.054rem; color: #fff; font-weight: 200;
}
#layout2 .box-content .doctor04 .history .dtc {
	vertical-align: top;
	text-align: left;
}
#layout2 .box-content .doctor04 .history .dtc:nth-child(1) {
	padding: 0 45px 0 0;
}

@media (max-width: 1199px) {
	#layout2 .box-content .doctor03 {
		height: auto;
		background: url('/postfixo/images/add-doctor-03m.png') no-repeat center top;
		background-size: 100% auto;
		padding: 55% 0 0;
	}
	#layout2 .box-content .doctor03.add {
		height: auto;
		background: url('/postfixo/images/add-doctor-07m.png') no-repeat center top;
		background-size: 100% auto;
		padding: 55% 0 0;
	}
	#layout2 .box-content .doctor03 .area-txt {
		width: 100%;
		padding: 160px 30px 50px;
		background-position: left 50px top 60px;
	}
	#layout2 .box-content .doctor03 .history {
		width: 100%;
	}
	#layout2 .box-content .doctor03 .history .dtc:nth-child(1) {
		padding: 0;
	}

	#layout2 .box-content .doctor04 {
		height: auto;
		background: url('/postfixo/images/add-doctor-06m.png') no-repeat center top;
		background-size: 100% auto;
		padding: 55% 0 0;
	}
	#layout2 .box-content .doctor04 .area-txt {
		width: 100%;
		padding: 160px 30px 50px;
		background-position: right 50px top 60px;
	}
	#layout2 .box-content .doctor04 .history {
		width: 100%;
	}
	#layout2 .box-content .doctor04 .history .dtc:nth-child(1) {
		padding: 0;
	}

	#layout2 .box-content .doctor01 {
		height: auto;
		background: url('/postfixo/images/layout02_doctor01m.jpg') no-repeat center top;
		background-size: 100% auto;
		padding: 55% 0 0;
	}
	#layout2 .box-content .doctor01 .area-txt {
		width: 100%;
		padding: 160px 30px 50px;
		background-position: left top 60px;
	}
	#layout2 .box-content .doctor01 .history {
		width: 100%;
	}
	#layout2 .box-content .doctor01 .history .dtc:nth-child(1) {
		padding: 0;
	}

	#layout2 .box-content .section-slide .max-wd {
		padding: 0;
	}
	#layout2 .box-content .section-slide .dt {
		padding: 0 40px;
	}
	#layout2 .box-content .section-slide .img1 {
		width: 20%;
		text-align: center;
	}
	#layout2 .box-content .section-slide .img1 img {
		width: 80%;
	}
	#layout2 .box-content .section-slide .img2 {
		width: 20%;
		text-align: center;
	}
	#layout2 .box-content .section-slide .img2 img {
		width: 80%;
	}
	#slide_mid .slick-prev {
		left: -40%;
	}
	#slide_mid .slick-next {
		right: -40%;
	}

	#layout2 .box-content .section-slide .area-txt {
		word-break: keep-all;
	}

	#layout2 .box-content .doctor02 {
		height: auto;
		background: url('/postfixo/images/layout02_doctor02m.jpg') no-repeat center top;
		background-size: 100% auto;
		padding: 55% 0 0;
	}
	#layout2 .box-content .doctor02 .area-txt {
		width: 100%;
		padding: 160px 30px 50px;
		background-position: right top 60px;
	}
}
@media (max-width: 740px) {
	#layout2 .box-content .doctor03 .area-txt {
		padding: 100px 30px 50px;
		background-position: left 30px top 30px;
		background-size: 150px auto;
	}
	#layout2 .box-content .doctor03 .area-name {
		padding-bottom: 30px;
	}
	#layout2 .box-content .doctor03 .area-name span:first-child {
		padding-right: 10px;
	}
	#layout2 .box-content .doctor03 .area-name span img {
		width: 100px;
	}
	#layout2 .box-content .doctor03 .history .dtc {
		display: block;
	}

	#layout2 .box-content .doctor04 .area-txt {
		padding: 100px 30px 50px;
		background-position: right 30px top 30px;
		background-size: 150px auto;
	}
	#layout2 .box-content .doctor04 .area-name {
		padding-bottom: 30px;
	}
	#layout2 .box-content .doctor04 .area-name span:first-child {
		padding-right: 10px;
	}
	#layout2 .box-content .doctor04 .area-name span img {
		width: 100px;
	}
	#layout2 .box-content .doctor04 .history .dtc {
		display: block;
	}

	#layout2 .box-content .doctor01 .area-txt {
		padding: 100px 30px 50px;
		background-position: left top 30px;
		background-size: 240px auto;
	}
	#layout2 .box-content .doctor01 .area-name {
		padding-bottom: 30px;
	}
	#layout2 .box-content .doctor01 .area-name span:first-child {
		padding-right: 10px;
	}
	#layout2 .box-content .doctor01 .area-name span img {
		width: 100px;
	}
	#layout2 .box-content .doctor01 .history .dtc {
		display: block;
	}

	#layout2 .box-content .section-slide .dt {
		display: block;
		padding: 0 20px;
	}
	#layout2 .box-content .section-slide .dt > .dtc {
		display: block;
		width: 100%;
	}
	#layout2 .box-content .section-slide .img1 img {
		max-width: 120px;
		padding: 20px 0 0;
	}
	#layout2 .box-content .section-slide .img2 img {
		max-width: 120px;
		padding: 0 0 20px;
	}
	#slide_mid, #slide_mid .slider-list {
		height: auto;
	}
	#slide_mid .slider-list {
		padding: 20px 0;
	}
	#slide_mid .slick-prev {
		left: -20px; bottom: 0;
		height: auto;
		background-size: auto 40px;
	}
	#slide_mid .slick-next {
		right: -20px; bottom: 0;
		height: auto;
		background-size: auto 40px;
	}

	#layout2 .box-content .doctor02 .area-txt {
		padding: 100px 30px 50px;
		background-position: right top 30px;
		background-size: 240px auto;
	}
	#layout2 .box-content .doctor02 .area-name {
		padding-bottom: 30px;
	}
	#layout2 .box-content .doctor02 .area-name span:first-child {
		padding-right: 10px;
	}
	#layout2 .box-content .doctor02 .area-name span img {
		width: 100px;
	}
	#layout2 .box-content .doctor02 .history .dtc {
		display: block;
	}
}




/* 건강검진센터 */
#layout3 .common-title {
	text-align: center;
	height: 600px;
	background: url('/postfixo/images/layout03_bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 120px 0 0 0;
	box-sizing: border-box;
}
#layout3 .common-title .sub-tit {
	font-size: 1.3rem; letter-spacing: .52rem; color: #fff; font-weight: 200;
	padding-bottom: 2px;
}
#layout3 .common-title .tit {
	font-size: 6rem; letter-spacing: .9rem; color: #fff; font-weight: 700;
	padding-bottom: 45px;
}
#layout3 .common-title .txt {
	margin: 0 0 60px;
	font-size: 2rem; line-height: 3.5rem; color: #fff; font-weight: 200;
}
#layout3 .btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 80px;
	font-size: 3rem; line-height: 78px; font-weight: 700; color: #fff;
	cursor: pointer;
	background: rgba(12,120,189,.6);
	border-radius: 80px;
	padding: 0 20px 0 30px;
}
#layout3 .btn span {
	display: inline-block;
	vertical-align: top;
}
#layout3 .btn .ico {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#layout3 .btn .ico img {
	margin-top: 17px;
}
#layout3 .popup-top {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101;
	padding: 0 50px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}
#layout3 .popup-top.active {
	visibility: visible;
	opacity: 1;
}
#layout3 .popup-top .dt {
	table-layout: fixed;
	height: 100%;
}
#layout3 .popup-top img {
	position: relative; z-index: 101;
	max-width: 100%;
}

#layout3 .box-content .section {	
	background: #efefef url('/postfixo/images/bg_pat.png') repeat center;
}
#layout3 .box-content .section .section-wd {
	height: 450px; margin: 0 auto;
}
#layout3 .box-content .section-left {
	width: 40%;
	background: url('/postfixo/images/layout03_arrow.png') no-repeat right center;
}
#layout3 .box-content .section-left .txt1 {
	font-size: 5rem; color: #0c78bd; font-weight: 700;
	padding-bottom: 20px;
}
#layout3 .box-content .section-left .txt2 {
	font-size: 2rem; line-height: 2.7rem; color: #000; font-weight: 200;
}

#layout3 .box-content .section-right {
	text-align: right;
	font-size: 0;
}
#layout3 .box-content .section-right .box-txt {
	position: relative;
	display: inline-block;
	width: 45%; height: 390px;	
	border-radius: 50px;
	background: #0c78bd no-repeat top 84px center;	
	padding: 223px 0 0 0;
	box-sizing: border-box;
	font-size: 3rem; line-height: 3.7rem; color: #fff; font-weight: 200; text-align: center;
}
#layout3 .box-content .section-right .box-txt b {
	color: #feffa4; font-weight: 700;
}
#layout3 .box-content .section-right .box-txt:before {
	position: absolute; top: 0; bottom:0; left: 0; right: 0;
	content: '';
	border: 1px solid #fff;
	border-radius: 46px;
	margin: 9px;
}
#layout3 .box-content .section-right .box-txt1 {
	background-image: url('/postfixo/images/layout03_icon01.png');
	margin-right: 20px;
}
#layout3 .box-content .section-right .box-txt2 {
	background-image: url('/postfixo/images/layout03_icon02.png');
}

#layout3 .box-content .section02 {
	background: #f7f7f7;
}
#layout3 .box-content .section02 .section-wd {
	height: 300px; margin: 0 auto;
	font-size: 0;
}
#layout3 .box-content .section02 .section-wd > .dtc {
	width: 50%;
}
#layout3 .box-content .section02 .section-wd > .dtc .dt {
	table-layout: fixed;
	width: auto;
}
#layout3 .box-content .section02 .area-img {
	padding-right: 25px;
}
#layout3 .box-content .section02 .area-img img {
	max-width: 100%;
}
#layout3 .box-content .section02 .txt1 {
	font-size: 2rem; line-height: 2rem; color: #0c78bd; font-weight: 700;
	padding-bottom: 18px;
}
#layout3 .box-content .section02 .txt2 {
	font-size: 1.7rem; line-height: 2.5rem; color: #000; font-weight: 200;
}
@media (max-width: 1199px) {
	#layout3 .common-title .tit {
		font-size: 5rem;
	}
	#layout3 .common-title .txt {
		padding: 0 20px;
		word-break: keep-all;
	}
	#layout3 .popup-top {
		padding: 0 20px;
	}

	#layout3 .box-content .section-left {
		display: block;
		width: 100%;
		padding: 40px 0 0;
		background: none;
		text-align: center;
	}
	#layout3 .box-content .section-right {
		display: block;
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}

	#layout3 .box-content .section02 .section-wd > .dtc {
		box-sizing: border-box;
		padding: 0 10px;
	}

	
}
@media (max-width: 740px) {
	#layout3 .common-title {
		height: auto;
		padding: 60px 0;
	}
	#layout3 .common-title .txt {
		margin: 0 0 40px;
	}
	#layout3 .popup-top {
		padding: 0 10px;
	}

	#layout3 .box-content .section-right .box-txt {
		margin: 0;
		display: inline-block;
		width: 100%; max-width: 240px;
		height: auto;
		padding: 223px 0 40px;
	}
	#layout3 .box-content .section-right .box-txt1 {
		margin: 0 0 20px;
	}

	#layout3 .box-content .section02 .section-wd > .dtc .dt {
		width: 100%;
	}
	#layout3 .box-content .section02 .section-wd > .dtc {
		display: block;
		width: 100%;
		padding: 0; margin: 20px 0;
	}
	#layout3 .box-content .section02 .area-img {
		margin: 0 0 20px;
	}
	#layout3 .box-content .section02 .area-img, 
	#layout3 .box-content .section02 .area-txt {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	#layout3 .btn {
		height: 60px;
		font-size: 2.2rem; line-height: 58px;
		border-radius: 60px;
		padding: 0 16px 0 20px; margin: 0 10px;
	}
	#layout3 .btn .ico {
		margin-left: 10px;
	}
	#layout3 .btn .ico img {
		margin-top: 14px;
		width: 32px;
	}
}




/* 내시경클리닉 */
#layout4 {
	background: url('/postfixo/images/layout04_bg.jpg') no-repeat center top;
	background-size: cover;
}
#layout4 .common-title {
	text-align: center;
	padding: 138px 0 0 0;
	box-sizing: border-box;
}
#layout4 .common-title .sub-tit {
	font-size: 1.3rem; letter-spacing: .52rem; color: #fff; font-weight: 200;
	padding-bottom: 2px;
}
#layout4 .common-title .tit {
	font-size: 6rem; letter-spacing: .9rem; color: #fff; font-weight: 700;
	padding-bottom: 40px;
}
#layout4 .common-title .txt {
	font-size: 2rem; line-height: 3.5rem; color: #fff; font-weight: 200;
	padding-bottom: 105px;
}

#layout4 .box-content .section {
	margin: 0 auto;
	padding-bottom: 100px;
}
#layout4 .box-content .max-wd12 {
	max-width: 1340px;
}
#layout4 .box-content .section .dt {
	table-layout: fixed;
}
#layout4 .box-content .section .box-inner {
	background: rgba(255,255,255,.9);
	text-align: center;
	padding: 30px 0 50px;
	margin: 0 10px;
}
#layout4 .box-content .section .box-inner .num {
	font-size: 4rem;color: #0c78bd; font-weight: 700;
	padding: 0 0 45px 0;
}
#layout4 .box-content .section .box-inner .icon {
	margin: 0 0 45px;
}
#layout4 .box-content .section .box-inner .tit {
	font-size: 3.2rem; color: #000; font-weight: 700;
	padding: 0 0 23px;
}
#layout4 .box-content .section .box-inner .txt {
	font-size: 2rem; line-height: 2.7rem; color: #7e7e7e; font-weight: 300;
}
#layout4 .box-content .section02 {
	background: #0c78bd;
}
#slide_mid2 {
	position: relative;
	margin: 0 auto;
}
#slide_mid2 .slider-list {
	padding: 0 30px;
}
#slide_mid2 .slider-list .dt {
	height: 350px;
}
#slide_mid2 .slider-list .area-txt {
	padding: 130px 0 0 0;
	vertical-align: top;
}
#slide_mid2 .slick-dots {
	font-size: 0; line-height: 0;
	height: 0;
	position: absolute; top: 70px; left: 50%; z-index: 10;
	-ms-transform: translateX(-50%); transform: translateX(-50%);
	width: 100%; max-width: 1340px;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
}
#slide_mid2 .slick-dots > li {
	display: inline-block;
}
#slide_mid2 .slick-dots > li button {
	display: block;
	width: 14px; height: 14px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 0 5px 0 0;
	font-size: 0;
	cursor: pointer;
}
#slide_mid2 .slick-dots > li.slick-active button {
	background: #fff;
}

#layout4 .box-content .section02 .list01 {
	background: url('/postfixo/images/layout04_bg01.png') no-repeat right top;
	background-size: auto 100%;
}
#layout4 .box-content .section02 .list02 {
	background: url('/postfixo/images/layout04_bg02.png') no-repeat right top;
	background-size: auto 100%;
}
#layout4 .box-content .section02 .tit {
	font-size: 3rem; color: #fff; font-weight: 700;
	padding: 0 0 14px;
}
#layout4 .box-content .section02 .txt {
	font-size: 2rem; line-height: 3rem; color: #fff; font-weight: 200;
}
@media (max-width: 1199px) {
	#layout4 .common-title .txt {
		word-break: keep-all;
	}

	#layout4 .box-content .section {
		text-align: center;
	}
	#layout4 .box-content .section .box {
		display: inline-block;
		width: 100%;
		margin: 0 auto 20px;
	}

	#slide_mid2 .slider-list .dt {
		height: auto; min-height: 340px;
		display: block;
	}
	#slide_mid2 .slider-list .area-txt {
		padding: 80px 0 40px;
	}
	#slide_mid2 .slick-dots {
		top: 50px;
	}
}
@media (max-width: 740px) {
	#layout4 .common-title {
		padding: 60px 0 0 0;
	}
	#layout4 .common-title .tit {
		font-size: 5rem;
	}
	#layout4 .common-title .txt {
		padding: 0 20px 30px;
	}
	#layout4 .box-content .section {
		padding: 0 0 60px;
	}

	#layout4 .box-content .section02 .list01 {
		background-size: 50% auto;
	}
	#layout4 .box-content .section02 .list02 {
		background-size: 50% auto;
	}
}



/* 초음파클리닉 */
#layout5 {
	background: url('/postfixo/images/layout05_bg.jpg') no-repeat center top;
	background-size: cover;
}
#layout5 .common-title {
	text-align: center;
	padding: 115px 0 0 0;
	box-sizing: border-box;
}
#layout5 .common-title .sub-tit {
	font-size: 1.3rem; letter-spacing: .52rem; color: #fff; font-weight: 200;
	padding-bottom: 2px;
}
#layout5 .common-title .tit {
	font-size: 6rem; letter-spacing: .9rem; color: #fff; font-weight: 700;
	padding-bottom: 32px;
}
#layout5 .common-title .txt {
	font-size: 2rem; line-height: 3.5rem; color: #fff; font-weight: 200;
	padding-bottom: 85px;
}

#layout5 .box-content .section {
	padding-bottom: 90px;
}
#layout5 .box-content .section .list {
	background: rgba(255,255,255,.9);
	padding: 40px 100px;
	box-sizing: border-box;
	table-layout: fixed;
}
#layout5 .box-content .section .list .dtr:first-child .dtc {
	padding: 15px 0 28px 40px;
}
#layout5 .box-content .section .list .dtc {
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: 35px 0 28px 40px;
}
#layout5 .box-content .section .list .dtr:first-child .dtc {
	border-top: 0;
}
#layout5 .box-content .section .list .dtr .dtc:first-child {
	border-left: 0;
}
#layout5 .box-content .section .list .tit {
	font-size: 2.4rem; color: #0072bb; font-weight: 700;
	padding-bottom: 10px;
}
#layout5 .box-content .section .list .txt {
	font-size: 2rem; line-height: 2.8rem; color: #000; font-weight: 200;
}
@media (max-width: 1199px) {
	#layout5 .common-title .txt {
		word-break: keep-all;
	}
	#layout5 .box-content .section .list {
		padding: 20px;
	}
	#layout5 .box-content .section .list .dtr:first-child .dtc {
		padding: 15px 20px 25px 20px;
	}
	#layout5 .box-content .section .list .dtc {
		padding: 25px 20px 25px 20px;
	}
}
@media (max-width: 740px) {
	#layout5 .common-title {
		padding: 60px 0 0 0
	}
	#layout5 .common-title .tit {
		font-size: 5rem;
	}
	#layout5 .common-title .txt {
		padding: 0 20px 40px;
	}

	#layout5 .box-content .section .list .dtc {
		display: block;
		border: 0; border-top: 1px solid #c6c6c6;
		padding: 10px !important;
	}
	#layout5 .box-content .section .list .dtr:first-child .dtc {
		border-top: 1px solid #c6c6c6;
	}
	#layout5 .box-content .section .list .dtr:first-child .dtc:first-child {
		border-top: 0;
	}
}


/* 약속합니다 */
#layout6 .box-content .section .pro-list {
	position: relative;
	text-align: center;
	height: 540px;
	cursor: pointer;
}
#layout6 .box-content .section .pro-list-inner {
	position: relative;
}
#layout6 .box-content .section .pro-list:nth-child(2) {
	width: 23%;
	background: url('/postfixo/images/layout06_img01.jpg') no-repeat center;
	background-size: cover;
}
#layout6 .box-content .section .pro-list:nth-child(3) {
	width: 23%;
	background: url('/postfixo/images/layout06_img02.jpg') no-repeat center;
	background-size: cover;
}
#layout6 .box-content .section .pro-list:nth-child(4) {
	width: 23%;
	background: url('/postfixo/images/layout06_img03.jpg') no-repeat center;
	background-size: cover;
}

#layout6 .box-content .section .pro-list .on {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}
#layout6 .box-content .section .pro-list .over {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	transition: all .3s;
}
#layout6 .box-content .section .pro-list:hover .on {
	visibility: hidden;
	opacity: 0;
}
#layout6 .box-content .section .pro-list:hover .over {
	visibility: visible;
	opacity: 1;
}

#layout6 .box-content .section .pro-list .over .sub-text {
	font-size: 1.8rem; line-height: 2.5rem; font-weight: 200; color: #fff;
}
#layout6 .box-content .section .pro-list:nth-child(3) .over .sub-text {
	color: #000;
}

#layout6 .box-content .section .area-tit {
	position: relative;
	background: #f3f3f3 url('/postfixo/images/layout06_bg.png') no-repeat right bottom;
	background-size: auto 100%;
	cursor: default;
}
#layout6 .box-content .section .area-tit:after {
	position: absolute; top: 0; right: 0;
	content: '';
	width: 100%; height: 100%;
	background: url('/postfixo/images/bg_pat.png') repeat center;
}
#layout6 .box-content .section .area-tit div {
	position: relative; z-index: 2;
}
#layout6 .box-content .section .area-tit div:first-child {
	padding-bottom: 27px;
}
#layout6 .box-content .section .pro-list .tit {
	font-size: 2.5rem; line-height: 3rem; color: #fff; font-weight: 700;
	padding-bottom: 67px;
}
#layout6 .box-content .section .pro-list:nth-child(3) .tit {
	color: #000;
}

#layout6 .box-content .section .pro-list .btn {
	position: relative;
	display: inline-block;
	width: 29px; height: 29px;
	border: 1px solid  #fff;
	box-sizing: border-box;
}
#layout6 .box-content .section .pro-list .btn:before {
	content: '';
	position: absolute; top: 6px; left: 13px;
	width: 1px; height: 15px;
	background: #fff;
}
#layout6 .box-content .section .pro-list .btn:after {
	content: '';
	position: absolute; top: 13px; left: 6px;
	width: 15px; height: 1px;
	background: #fff;
}
#layout6 .box-content .section .pro-list:nth-child(3) .btn {
	border: 1px solid  #343231;
}
#layout6 .box-content .section .pro-list:nth-child(3) .btn:before {
	background: #343231;
}
#layout6 .box-content .section .pro-list:nth-child(3) .btn:after {
	background: #343231;
}
#layout6 .box-content .section02 {
	background: url('/postfixo/images/layout06_bg2.jpg') no-repeat center fixed;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	height: 450px;
}
#layout6 .box-content .section02 .dt {
	table-layout: fixed;
}
#layout6 .box-content .section02 .title {
	padding: 72px 0 47px;
}
#layout6 .box-content .section02 .title .tit {
	font-size: 3rem; color: #000; font-weight: 700;
	padding-bottom: 7px;
}
#layout6 .box-content .section02 .title .txt {
	font-size: 2rem; color: #000; font-weight: 200;
}

#layout6 .box-content .section02 .area-logo .dtc {
	padding: 25px 20px;
	text-align: left;
}
#layout6 .box-content .section02 .area-logo .dtc img {
	max-width: 100%;
}
@media (max-width: 1199px) {
	#layout6 .box-content .section {
		font-size: 0;
	}
	#layout6 .box-content .section .pro-list.area-tit {
		display: block;
		width: 100% !important;
		padding: 120px 0;
		height: auto;
	}
	#layout6 .box-content .section .pro-list {
		display: inline-block;
		width: 33.33% !important;
		padding: 150px 0;
		height: auto;
	}
	#layout6 .box-content .section .pro-list .over {
		padding: 0 10px;
		white-space: normal;
		word-break: keep-all;
	}
}
@media (max-width: 740px) {
	#layout6 .box-content .section .pro-list.area-tit {
		padding: 60px 0;
	}
	#layout6 .box-content .section .pro-list.area-tit > div:nth-child(1) img {
		width: 240px;
	}
	#layout6 .box-content .section .pro-list.area-tit > div:nth-child(2) img {
		width: 140px;
	}
	#layout6 .box-content .section .pro-list {
		display: block;
		width: 100% !important;
		padding: 40px 0;
		height: auto;
	}
	#layout6 .box-content .section .pro-list .tit {
		padding-bottom: 30px;
	}

	#layout6 .box-content .section02 {
		height: auto;
		padding: 0 0 20px;
	}
	#layout6 .box-content .section02 .title {
		padding: 50px 0 30px;
		word-break: keep-all;
	}
	#layout6 .box-content .section02 .dt {
		font-size: 0;
	}
	#layout6 .box-content .section02 .area-logo .dtc {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
	}
}

/* 둘러보기 */
#layout7 {
	background: #f8f8f8;
	padding: 115px 0 215px;
}
#layout7 .common-title {
	text-align: center;
}
#layout7 .common-title .sub-tit {
	font-size: 1.3rem; letter-spacing: .52rem; color: #515151; font-weight: 200;
	padding-bottom: 13px;
}
#layout7 .common-title .tit {
	font-size: 4rem; letter-spacing: .6rem; color: #515151; font-weight: 700;
	padding-bottom: 88px;
}
#layout7 .box-content {
	font-size: 0;
}
#layout7 .box-content {
	margin: 0 auto;
	box-sizing: border-box;
}
#layout7 .box-content p {
	margin-bottom: 4px;
	box-sizing: border-box;
	padding: 0 2px;
	display: inline-block;
	width: 50%;
}
#layout7 .box-content div:first-child p {
	display: inline-block;
	width: 100%;
}
#layout7 .box-content div:nth-child(4) p {
	display: inline-block;
	width: 33.3333%;
}
@media (max-width: 1199px) {
	#layout7 {
		padding: 100px 0;
	}
}
@media (max-width: 740px) {
	#layout7 {
		padding: 50px 0 60px;
	}
	#layout7 .common-title .tit {
		padding-bottom: 40px;
	}
}

/* 오시는 길 */
#layout8 {
	padding: 75px 0 60px;
}
#layout8 .common-title {
	text-align: center;
}
#layout8 .common-title .sub-tit {
	font-size: 1.3rem; letter-spacing: .52rem; color: #515151; font-weight: 200;
	padding-bottom: 13px;
}
#layout8 .common-title .tit {
	font-size: 4rem; letter-spacing: .6rem; color: #515151; font-weight: 700;
	padding-bottom: 63px;
}

#layout8 .box-content .dtc {
	vertical-align: top;
}
#layout8 .map {
	padding-bottom: 56px;
}
#layout8 .map iframe {
	width: 100%; height: 500px;
}

#layout8 .information-wrap .title {
	font-size: 2rem; color: #0c78bd; font-weight: 500;
	padding-bottom: ;
}
#layout8 .information-wrap .title {
	font-size: 2rem; color: #0c78bd; font-weight: 500;
	padding-bottom: 25px;
}

/* 진료시간 */
#layout8 .information-wrap .box-left .item-title {
	float: left;
	width: 96px;
	margin: 0 20px 0 0;
	font-size: 2.2rem; line-height: 4rem; font-weight: 400; color: #2d2d2d;
}
#layout8 .information-wrap .box-left .item-content {
	float: left;
	font-size: 2.2rem; line-height: 4rem; font-weight: 200; color: #2d2d2d;
}

#layout8 .information-wrap .box-left .item-title div span:first-child {
	float: left;
	text-align: left;
}
#layout8 .information-wrap .box-left .item-title  div span:last-child {
	float: right;
	text-align: right;
}
#layout8 .information-wrap .box-left .item-title  .text-a3 span {
	float: left;
	width: 33.333%;
}
#layout8 .information-wrap .box-left .item-title  .text-a3 span:nth-child(2) {
	text-align: center;
}
#layout8 .information-wrap .box-left .item-title  .text-a4 span {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
#layout8 .information-wrap .box-left .item-title  .text-a5 span {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
}

#layout8 .information-wrap .box-center .text {
	font-size: 2.2rem; font-weight: 200; color: #2d2d2d;
	padding-bottom: 13px;
}
#layout8 .information-wrap .box-center .text .bold {
	font-size: 2.4rem; font-weight: 500;
	padding-bottom: 7px;
}
#layout8 .information-wrap .box-center .text2 {
	font-size: 1.8rem; line-height: 2.8rem; font-weight: 200; color: #2d2d2d;
}
#layout8 .information-wrap .box-center .text2 b {
	font-weight: 500;
}


#layout8 .information-wrap .box-right .tel {
	padding-bottom: 20px;
}
#layout8 .information-wrap .box-right .tel .text {
	font-size: 3.8rem; font-weight: 700; color: #2d2d2d;
}
#layout8 .information-wrap .box-right .tel .text a {
	color: #2d2d2d;
}
#layout8 .information-wrap .box-right .tel .txt2 {
	font-size: 2rem; line-height: 30px; color: #fff;
}
#layout8 .information-wrap .box-right .tel .txt2 span {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	background: #0c78bd;
}
#layout8 .information-wrap .box-right .tel .txt2 a {
	font-size: 2rem; line-height: 32px; color: #fff;
}
#layout8 .information-wrap .box-right .blog-icon {
	font-size: 1.8rem; font-weight: 200; color: #2d2d2d;
}
#layout8 .information-wrap .box-right .blog .title {
	padding-bottom: 15px;
}
#layout8 .information-wrap .box-right .blog a {
	font-size: 1.8rem; font-weight: 200; color: #2d2d2d;
}
#layout8 .information-wrap .box-right .blog span {
	display: inline-block; vertical-align: middle;
}
#layout8 .information-wrap .box-right .blog span:first-child {
	padding-right: 20px;
}
@media (max-width: 1199px) {
	#layout8 .map iframe {
		height: 400px;
	}
	#layout8 .box-content .dtc.box-left, 
	#layout8 .box-content .dtc.box-center {
		padding-right: 20px;
	}
}
@media (max-width: 980px) {
	#layout8 {
		padding: 50px 0;
	}
	#layout8 .common-title .tit {
		padding-bottom: 40px;
	}
	#layout8 .map iframe {
		height: 260px;
	}
	#layout8 .box-content .dtc {
		display: block;
		padding: 0 0 40px;
		word-break: keep-all;
	}
	#layout8 .information-wrap .box-right .tel {
		padding-bottom: 40px;
	}
	#layout8 .box-content .dtc.box-left, 
	#layout8 .box-content .dtc.box-center {
		padding-right: 0;
	}
	#layout8 .information-wrap .title {
		padding-bottom: 15px;
	}
}