/*     1595365 : 이미지 (모바일/PC 출력 구분)      */
.img__1595365__ {max-width:100%}
.img__1595365__ * {box-sizing:border-box}
.img__1595365__ a {display:block;vertical-align:top}
.img__1595365__ img {vertical-align:top; width:100%;}
.img__1595365__ .img_pc {display:none;}

@media all and (min-width:1024px){
	.img__1595365__ .img_m {display:none;}
	.img__1595365__ .img_pc {display:block;}
	.img__1595365__ .img_pc img {width:px;}
}

/*     1568865 : 한줄 텍스트      */
.text__1568865__ {display:flex;flex-wrap:wrap; max-width:1240px; margin:0 auto; justify-content:center;}
.text__1568865__ p {
	display:block;margin:0;padding:0;
	font-size:16px;font-weight:300;color:#262d46;letter-spacing:-.03em;line-height:1.5em;
}
.text__1568865__ .left{padding:40px 15px;}
.text__1568865__ .right { width:100%; }
.text__1568865__ .title{font-weight:700; color:#205aa7; line-height:1.2em;margin-bottom:10px;font-size:23px;}
.text__1568865__ .text_top{border-bottom:1px solid #205aa7;font-size:20px;text-align:right;line-height:1em;font-weight:700;color:#205aa7;}
.text__1568865__ ul{padding:0}
.text__1568865__ ul li{display:flex; font-size:18px;justify-content: space-between;margin-bottom:10px;}
.text__1568865__ ul li:last-child{font-size:16px;}/*공휴일 글씨*/

/*요일 글씨 간격조절*/
.text__1568865__ ul li>div{display:flex;gap: 6px;flex-direction:row;}
.text__1568865__ ul li:first-child>div {gap: 49px;}
.text__1568865__ ul li:nth-child(2)>div{gap:16.5px; position:relative;}/*수요일*/
.text__1568865__ ul li:nth-child(4) { color:red; }
.text__1568865__ ul li>div .morning{background:#f3f3f3;font-size: 14px;border-radius:26px; padding:5px 0px;text-align:center;box-sizing:border-box;}/*수요일 오전진료*/
.text__1568865__ ul li:nth-child(3)>div,
.text__1568865__ ul li:nth-child(4)>div{gap:16.5px; flex-wrap:wrap;}

/*call 부분*/
.text__1568865__ .calling{display:flex;align-items: center;gap:10px;margin-bottom:10px;margin-top:15px;}
.text__1568865__ .sns{display:grid;grid-template-columns: 1fr 1fr 1fr;}
.text__1568865__ .sns_img{width:26%}
.text__1568865__ .sns>div{display:flex;align-items: center;gap:5px;transition:.2s; cursor:pointer}
.text__1568865__ .sns>div:hover{opacity:0.8;}

.text__1568865__ .pc{display:none;}
.text__1568865__ .mb{display:block;padding: 0 20px; box-sizing: border-box;}

@media all and (max-width:379px) {
.text__1568865__ ul li div .morning { display:none; }
}

@media all and (min-width:1024px){
	.text__1568865__{gap:50px; align-items: center;flex-direction:row;flex-wrap: nowrap;}
	.text__1568865__ p {font-size:23px}
	.text__1568865__ .title{margin-bottom:20px;font-size:50px;}
	.text__1568865__ .text_top{font-size:30px;}
	.text__1568865__ .right { width:50%; }
	
	.text__1568865__ ul li{display:flex; font-size:23px;margin-bottom:24px;}
	.text__1568865__ ul li>div .morning{font-size:18px;}/*수요일*/
	.text__1568865__ ul li:last-child{font-size:18px;}/*공휴일 글씨*/

	/*요일 글씨 간격조절*/
	.text__1568865__ ul li>div{gap: 5px;}
	
	.text__1568865__ ul li>div .morning{padding:5px 30px;}/*수요일 오전진료*/

	/*call 부분*/
	.text__1568865__ .calling{margin-bottom:20px;}
	.text__1568865__ .sns_img{width:auto;}
	.text__1568865__ .sns>div{gap:10px;}

	.text__1568865__ .mb{display:none;}
	.text__1568865__ .pc{display:block;}
}

/*     1568875 : 공백      */
.solid_line__1568875__ {box-sizing:border-box; display:block; position:relative; width:100%; height:0px;}
.solid_line__1568875__:before {content:''; display:block; position:absolute; top:50%; left:0; right:0; margin-top:-10px; padding:5px 0; font-size:13px; color:red; text-align:center; line-height:1;}

.solid_line__1568875__.build_edit_mode {min-height:10px; border:1px dashed red;}

@media all and (max-width:767px){
	.solid_line__1568875__ {height:40px}
}

