/* common */
.barunhifu{
	display: block;
}

.barunhifu::after{
	content: 'BARUN HIFU';
	display: block;
	font-size: 1.3rem;
	font-weight: 900;
	color: #1c4069;
	transform: scaleY(1.2);
	letter-spacing: 20px;
	text-align: center;
}

/* 유튜브 영상 - 바른길 TV */
.youtube_box {
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
}
.youtube_box > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 바른길 비수술 자궁보존치료 */
.barunGood{
	margin: 70px 0;

}

.barunGood .inner{
	position: relative;
}

.barunGood img{
	width: 100%;
}
.barunGood .inner a{
	position: absolute;
	display: block;
	width: 11%;
	height: 78%;
	top: 0;
	transform: translate(-6%, 0%);
}

.barunGood .inner .kakao_blank{
	left: 50%;
	width: 12%;
}

.barunGood .inner .naver_blank{
	left: 63%;
}

.barunGood .inner .online_blank{
	left: 75%;
}

.barunGood .inner .map_blank{
	width: 12%;
	left: 87%;
}


/* 바른길 스페셜 클리닉 */
.clinicCon{
	margin-bottom: 25px;
}

.clinicCon .conBox ul li a{
	width: 100%;
	height: 100%;
	display: block;
}

.clinicCon h2{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
	color: #444;
}

.clinicCon h2 p{
	font-size: 3rem;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: 400;
	margin: 0 20px;
}

.clinicCon h2 p strong{
	vertical-align: middle;
	display: inline-block;
	line-height: 1.4;
}

.clinicCon h2 .leftLine,
.clinicCon h2 .rightLine{
	display: inline-block;
	width: 150px;
	height: 1px;
	background: #444;
}

.clinicCon .conBox ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.clinicCon .conBox ul li{
	
	width: calc(97%/4);
	position: relative;
	overflow: hidden;
}

.clinicCon .conBox ul li:nth-child(1),
.clinicCon .conBox ul li:nth-child(6){
	width: calc(98%/2);
	
}
.clinicCon .conBox ul li:nth-child(2),
.clinicCon .conBox ul li:nth-child(3),
.clinicCon .conBox ul li:nth-child(4),
.clinicCon .conBox ul li:nth-child(5){
	width: calc(98%/4);
	
}

.clinicCon .conBox ul li:nth-child(3),
.clinicCon .conBox ul li:nth-child(6){
	margin-right: 0;
}

.clinicCon .conBox ul li img{
	width: 100%;
	height: 100%;
}

.clinicCon .conBox ul li .txtBox{
	position: absolute;
	top: 87%;
	left: 57%;
	transform: translate(-50%,-50%);
	text-align: left;
	width: 100%;
	z-index: 1;
}
.clinicCon .conBox ul li:nth-child(6) .txtBox{
	left: 55%;
}

.clinicCon .conBox ul li .txtBox h3{
	font-size: 2.4rem;
	font-weight: 100;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 5px;
}

.clinicCon .conBox ul li .txtBox p{
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4;
	font-weight: 300;
	margin-bottom: 30px;
}

.clinicCon .conBox ul li .txtBox span{
	display: inline-block;
	line-height: 2;
	color: #fff;
	font-size: 1.6rem;
	border-bottom: 1px solid #fff;
}

.clinicCon .conBox ul li a::before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 0px solid #ccc;
	box-sizing: border-box;
	transform: scale(1) translate(-50%,-50%);
	transition: all 0.4s;
	opacity: .7;
}

.clinicCon .conBox ul li a:hover::before{
	border-width: 1px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}

/* 클리닉 우먼 */
.clinicCon_woman .conBox ul li:nth-child(1){
	width: calc(97%/4);
}

.clinicCon_woman .conBox ul li:nth-child(6){
	margin-right: 0;
}

.clinicCon_woman .conBox ul li .txtBox h3{
	font-size: 1.6rem;
}

.clinicCon_woman .conBox ul li .txtBox p{
	font-size: 2.4rem;
	line-height: 1.2;
}

.clinicCon_woman .conBox ul li:nth-child(3) .txtBox{
	top: 83%;
}


/* 클리닉 바른 */
.clinicCon_barun .conBox ul li{
	width: calc(97%/2);
	margin-right: 10px;
}

.clinicCon_barun .conBox ul li:nth-child(2){
	width: calc(97%/2);
	margin-right: 0;
}


/* 치료사례 */
.show_hospital_ex{
	margin-bottom: 25px;
}
.show_hospital_ex p{
	font-size: 3rem;
	display: block;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 20px;
	margin-bottom: 5vw;
	color: #444;
}

.swiper_01 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper_01 .swiper-slide-prev{
	filter: brightness(0.5);
}

.swiper_01 .swiper-slide-next{
	filter: brightness(0.5);
}


/* 바른길 TV */
/* .show_hospital_youtube{
	
}
.show_hospital_youtube p{
	font-size: 3rem;
	display: block;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 20px;
	margin-bottom: 5vw;
	color: #444;
}
.show_hospital_youtube .swiper_02{
	width: 100%;
	background-color: #f3f5f6;
	padding: 50px 5%;
}
.swiper_02 .swiper-slide{
	width: calc(100% / 3 - 20px);
	text-align: center;
}

.swiper_02 .swiper-slide iframe{
	width: 80%;
}

.swiper_02 .swiper-button-prev, .swiper_02 .swiper-rtl .swiper-button-next{
	display: none;
} */

@media(max-width:1024px){
	.swiper_02 .swiper-button-prev, .swiper_02 .swiper-rtl .swiper-button-next{
		display: block;
	}
}

/* 새로운 베너 */

/* swiper */
.show_hospital_main{
	background-color: #f3f5f6;
	padding-left: 10% !important;
	padding-right: 10% !important;
	padding-bottom: 200px !important;
	padding-top: 70px;
}

.show_hospital_main p{
	font-size: 3.7rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	color: #000;
}

.show_hospital_main .swiper{
	width: 100%;
	height: 100%;
	
}

.show_hospital_main .swiper-slide img {
	display: block;
	width: 80%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.show_hospital_main .swiper-button-next {
	top: 55% !important;
	width: calc(var(--swiper-navigation-size)) !important;
	background: url(/include/img/sub/swiper_navi_02.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.show_hospital_main .swiper-button-prev {
	top: 55% !important;
	width: calc(var(--swiper-navigation-size)) !important;
	background: url(/include/img/sub/swiper_navi_01.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.show_hospital_main .swiper-button-next::after,
.show_hospital_main .swiper-button-prev::after {
	display: none;
}

.show_hospital_youtube .swiper-button-next::after,
.show_hospital_youtube .swiper-button-prev::after {
	display: none;
}

.show_hospital_ex .swiper-button-next::after,
.show_hospital_ex .swiper-button-prev::after {
	display: none;
}

.show_hospital_ex .swiper-button-next,
.show_hospital_ex .swiper-button-prev {
	display: none;
}

/* new_banner */
.new_banner{
	width: 100%;
	position: relative;
	padding-top: 170px !important;
	padding-bottom: 70px;
}

.new_banner .inner_banner{
	width: 80%;
	height: 200px;
	background-image: url(/include/img/sub/b3_infoBg_13.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}

.new_banner .inner_banner p{
	font-size: 2.7rem;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.new_banner .inner_banner h2{
	font-size: 1.7rem;
	color: #fff;
	font-weight: normal;
}

.new_banner .new_flex_part{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.new_banner .btn_location p{
	color: #000;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.new_banner .btn_part{
	width: 30%;
	border: 1px solid #000;
	border-radius: 40px;
	padding: 10px;
}

.new_banner .btn_part h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

.new_banner .new_flex_part .btn_location{
	width: 50%;
}

.new_banner .new_flex_part .map_location{
	width: 50%;
}

.new_banner .new_flex_part .map_location img{
	object-fit:fill;
	width: 100%;
}


/* 바른길 의사 소개 */
.docBox{

}

.docBox img{
	width: 100%;
}

.docBox .inner{
	width: 100% !important;
}

.docBox .inner .titleBox{
	width: 100%;
}

.docBox .inner .titleBox .barunhifu::after{
	text-align: left;
}

.docBox .inner .titleBox .line{
	display: block;
	width: 80px;
	height: 1px;
	background: #333;
	margin: 50px 0;
}

.docBox .inner .titleBox h2{
	color: #1c4069;
	font-weight: 600;
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.docBox .inner .titleBox p{
	font-size: 2.4rem;
	color: #444;
	margin-bottom: 40px;
}

.docBox .inner .titleBox strong{
	vertical-align: baseline;
	display: inline;
}

.docBox .inner .titleBox p span{
	display: block;
	margin-top: 20px;
	font-size: 2rem;
}

.docBox .inner .titleBox .more{
	display: block;
	width: 150px;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 1.6rem;
	line-height: 35px;
	height: 35px
}

.docBox .inner .titleBox .more::after{
	content: '>';
	display: inline-block;
	margin-left: 5px;
	transform: scaleX(0.7) scaleY(1.3)
}

.docBox .inner .conBox{
	width: 60%;
	display: flex;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
}

.docBox .inner .conBox .imgBox{
	width: 40%;
}

.docBox .inner .conBox .txtBox{
	width: 60%;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 1.6rem;
	line-height: 1.9;
}

.docBox .videoBox{
	width: 90%;
	max-width: 1300px;
	margin: 50px auto 0;
	box-shadow: rgba(0,0,0,0.4) 2px 2px 10px;
}

.docBox .videoBox .youtubeLink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}


/* 실시간 상담 현황 */
.board{
	padding: 100px 0 0;
}

.board .conBox{
	display: flex;
}

.board .conBox article{
	width: 45%;
	margin-right: 10%;
	position: relative;
}

.board .conBox article:last-child{
	margin-right: 0;
}

.board .conBox article::after{
	content: '';
	display: inline-block;
	padding: 3px 20px;
	text-align: center;
	font-size: 1.7rem;
	background: #ccc;
	position: absolute;
	bottom: 30px;
	right: 60px;
	border-radius: 100px;
	color: #fff;
	box-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
}

.board .conBox article.leftPhone::after{
	content: '빠른상담 현황';
	background: #78b1e3;
}

.board .conBox article.rightPhone::after{
	content: '온라인상담 현황';
	background: #1c4069;
}

.board .conBox article .bg{
	border-radius: 8vw 8vw 0 0;
	/* box-shadow: rgba(0,0,0,0.2) 0px 0px 2vw; */
}

.board .conBox article .bg img{
	width: 100%;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
}

.board .conBox article .rollBox{
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
	height: 75%;
	overflow: hidden
}

.board .conBox article .rollBox ul{
	position: relative;
}

.board .conBox article .rollBox ul li{
	height: 20%;
	width: 100%;
	display: flex;
	box-sizing: border-box;
}

.board .conBox article .rollBox ul li img{
	width: auto;
	height: 23px;
	margin-right: 5px;
	transform: translateY(8px);
}

.board .conBox article .rollBox ul li p{
	line-height: 35px;
}

.board .conBox article .rollBox ul li p span,
.board .conBox article .rollBox ul li p strong{
	display: inline-block;
}

.board .goForm{
	background: url(/include/img/goFormBg.png) no-repeat center / cover;
	padding: 50px 0;
}

.board .goForm p{
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 20px;
	color: #444;
}

.board .goForm p strong{
	vertical-align: baseline;
}

.board .goForm a{
	display: block;
	margin: auto;
	width: 250px;
	background: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 100px;
	font-weight: 500;
	font-size: 2rem;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 10px;
}

.board .goForm a span{
	vertical-align: baseline;
	display: inline-block;
	margin-left: 20px;
	font-size: 0.8em;
}


/* 특별한 이유 */
.special{
	padding: 100px 0;
}

.special .top{
	margin-bottom: 60px;
}

.special img{
	width: 100%;
}

.special > div{
	display: flex;
}

.special > div .imgBox{
	width: 52%;
}

.special > div .txtBox{
	width: 48%;
	position: relative;
}

.special > div.bottom{
	flex-direction: row-reverse;
	text-align: right;
}

.special > div .txtBox div{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 0 20px;
}

.special > div .txtBox div h5{
	font-size: 3rem;
	color: #1c4069;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.special > div .txtBox div h5::after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #aaa;
	position: absolute;
	bottom: 0;
	left: 0;
}

.special > div.bottom .txtBox div h5::after{
	left: auto;
	right: 0;
}

.special > div .txtBox div p{
	font-size: 1.8rem;
	line-height: 1.6;
}




@media screen and (max-width: 768px){

/* barun good */
.barunGood{
	margin: 0 0 5vw;
}

.barunGood .inner{
	width: 100%;
}


/* 스페셜 클리닉 */
.clinic_main .conBox ul li:nth-child(1){
	display: none !important;
}

.clinic_main .conBox ul li:nth-child(6){
	width: 96% !important;
}

.clinicCon h2 .leftLine, .clinicCon h2 .rightLine{
	display: none;
}

.clinicCon h2{
	margin-bottom: 5vw;
}

.clinicCon .conBox ul li:hover::before{
	border-width: 1px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.clinicCon .conBox ul li .txtBox h3{
	font-size: 2rem;
}

.clinicCon .conBox ul li .txtBox span{
	font-size: 2rem;
}

/* 원장님 */
.docBox .inner .conBox{
	display: none;
}

.docBox .inner .titleBox{
	width: 100%;
}

.docBox{
	
}

.docBox .inner .titleBox img{
	margin-bottom: 5vw;
}

.docBox .inner .titleBox .line{
	width: 10%;
	margin: 5vw 0;
}

.docBox .inner .titleBox p{
	text-align: left;
	margin-bottom: 5vw;
}

.docBox .inner .titleBox h2{
	margin-bottom: 3vw;
	font-size: 3rem;
}

.docBox .inner .titleBox .more{
	font-size: 2rem;
}

.docBox .videoBox{
	margin-top: 7vw;
}

/* 바른클리닉 */
.clinicCon_barun{
	display: none;
}

/* 치료사례 */
/* .show_hospital_ex .swiper-slide img{
	width: 80%;
} */
.show_hospital_ex .swiper-button-next,
.show_hospital_ex .swiper-button-prev {
	display: block;
}
.show_hospital_ex .swiper-button-prev{
	background: url(/include/img/sub/swiper_navi_01_m.png) no-repeat;
	left: 11px !important;
	top: 67% !important;
}
.show_hospital_ex .swiper-button-next{
	background: url(/include/img/sub/swiper_navi_02_m.png) no-repeat;
	right: 0px !important;
	top: 67% !important;
}

.show_hospital_ex .swiper_01 .swiper-slide img{
	width: 85%;
	margin: 0 auto;
}

/* 유투브 */
.show_hospital_youtube .swiper-button-next,
.show_hospital_youtube .swiper-button-prev {
	display: block;
}
.show_hospital_youtube .swiper-button-prev{
	background: url(/include/img/sub/swiper_navi_01_m.png) no-repeat;
	left: 11px !important;
	top: 55% !important;
}
.show_hospital_youtube .swiper-button-next{
	background: url(/include/img/sub/swiper_navi_02_m.png) no-repeat;
	right: 0px !important;
	top: 55% !important;
}

.show_hospital_youtube .swiper_01 .swiper-slide iframe{
	width: 85%;
	margin: 0 auto;
}



.show_hospital_main .swiper-slide img{
	width: 90%;
}

.show_hospital_main .swiper-button-prev{
	background: url(/include/img/sub/swiper_navi_01_m.png) no-repeat;
	left: -1px !important;
	top: 74% !important;
}
.show_hospital_main .swiper-button-next{
	background: url(/include/img/sub/swiper_navi_02_m.png) no-repeat;
	right: -31px !important;
	top: 74% !important;
}

.show_hospital_main{
	padding-bottom: 10vw !important;
}

.new_banner .inner_banner{
	width: 100%;
	top: 0;
	height: 175px;
}

.new_banner{
	padding-top: 230px !important;
}

.new_banner .new_flex_part .btn_location{
	width: 100%;
}

.new_banner .btn_location p{
	text-align: center;
}

.new_banner .btn_location iframe{
	/* margin: 0 10%; */
}

.new_banner .new_flex_part .map_location{
	width: 100%;
	margin-top: 30px;
}

.new_banner .btn_part {
	margin: 0 auto;
}

.new_banner .new_flex_part{
	display: flex;
    flex-direction: column;
}
.youtube_location {
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
}
.youtube_location > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}



/* 특별한 이유 */
.special{
	padding: 10vw 0;
}

.special .top{
	margin-bottom: 5vw;
}

.special > div{
	display: block;
}

.special > div .imgBox,
.special > div .txtBox{
	width: 100%;
}

.special > div .txtBox div {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    box-sizing: border-box;
    padding: 5vw 5% 0;
}

.special > div .txtBox div h5 {
    font-size: 3rem;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
}

.special > div .txtBox div h5::after{
	width: 30px;
}

.special > div .txtBox div p{
	font-size: 2.5rem;
}



}