/* 핵심 경쟁력 */
.a_1 .infoMain .sectitle{
	font-size: 3rem;
}

.a_1 .infoMain article{
	display: flex;
}

.a_1 .infoMain article > div{
	width: 50%;
}

.a_1 .infoMain article:last-child{
	flex-direction: row-reverse;
	margin-top: 100px;
}

.a_1 .infoMain article .txtBox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
}

.a_1 .infoMain article .txtBox > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}

.a_1 .infoMain article .txtBox .sectitle,
.a_1 .infoMain article .txtBox .conBox{
	text-align: left;
}

.a_1 .infoMain article:last-child .txtBox .sectitle,
.a_1 .infoMain article:last-child .txtBox .conBox{
	text-align: right;
}

.a_1 .infoMain article .txtBox .sectitle .barun::after{
	display: inline-block;
}

.a_1 .infoMain .sectitle{
	font-size: 3.5rem;
}

.a_1 .strength{
	position: relative;
}

.a_1 .strength::before,
.a_1 .strength::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	background: var(--mainCol);
	width: 20%;
	height: 1px;
}

.a_1 .strength::before{
	left: 0;
}

.a_1 .strength::after{
	right: 0;
}

.a_1 .strength .imgBox{
	width: 60%;
}

.a_1 .world{
	background: url(/include/img/sub/a1_worldBg.png) no-repeat center / cover;
	padding: 150px 0 !important;
}

.a_1 .world .sectitle,
.a_1 .world .conBox{
	color: #fff;
}

.a_1 .world .sectitle .barun::after{
	background: #fff;
}

.a_1 .teach{
	background: url(/include/img/sub/a1_teachBg.png) no-repeat center / cover;
}

.a_1 .teach .inner{
	max-width: 1300px;
}

.a_1 .teach .imgBox{
	max-width: 1000px;
	margin: auto;
}

.a_1 .teach ul{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
}

.a_1 .teach ul li{
	width: 48%;
	margin-right: 4%;
	font-size: 1.6rem;
	font-weight: 600;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #333;
	line-height: 2.4;
}

.a_1 .teach ul li:last-child{
	margin-right: 0;
}

.a_1 .promise .imgBox{
	width:100%;
	max-width: 700px;
	margin: auto;
}


/* 의료진 소개 */
.a_2 .doctor .imgBox{
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.a_2 .doctor .imgBox .txtBox{
	position: absolute;
	top: 20%;
	right: 0;
	width: 54%;
	height: 80%;
	box-sizing: border-box;
	/* padding: 60px 50px; */
    padding: 3vw 4vw;
}

.a_2 .doctor .imgBox .txtBox h5{
	font-size: 2.5rem;
	margin-bottom: 40px;
}

.a_2 .doctor .imgBox .txtBox ul li{
	font-size: 1.8rem;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

.a_2 .doctor .imgBox .txtBox ul li::before{
	content: '';
	display: block;
	width: 3px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%) rotate(-40deg);
	background: var(--mainCol);
}

.a_2 .project{
	background: url(/include/img/sub/a2_projectBg.png) no-repeat center top / cover;
}

.a_2 .project .inner{
	max-width: 1000px;
}

.a_2 .project .sectitle .barun,
.a_2 .project .sectitle{
	color: #fff;
}

.a_2 .project .sectitle .barun::before{
	font-weight: 300;
}

.a_2 .project .sectitle .barun::after{
	background: #fff;
}

.a_2 .project .imgBox{
	margin-bottom: 50px;
}
.a_2 .project .txtBox{
	background: #090e14;
	box-sizing: border-box;
	padding: 50px;
	/* max-width: 800px;
	margin: auto; */
}

.a_2 .project .txtBox.top{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
	position: relative;
}

.a_2 .project .txtBox.top::after{
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 0px);
	background: #666;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,0);
}

.a_2 .project .txtBox.top > div{
	width: 45%;
}

.a_2 .project .txtBox.top > div:nth-child(2){
	margin-left: 10%;
}

.a_2 .project .txtBox.bottom > div{
	padding-top: 50px;
	border-top: 1px solid #666;
}

.a_2 .project .txtBox > div h5{
	font-size: 2.5rem;
	color: #efefef;
	margin-bottom: 20px;
}

.a_2 .project .txtBox > div ul li{
	font-size: 1.6rem;
	color: #fff;
	font-weight: 100;
	margin-bottom: 15px;
	word-break: keep-all;
	text-align: left;
}

.a_2 .project .txtBox > div ul li:last-child{
	margin-bottom: 0;
}

.a_2 .project .txtBox > div ul li::before{
	content: '· ';
}


/* 진료안내 */
.a_3 .inner{
	max-width: 1000px;
}

.a_3 .rule article{
	background: #ebf6ff;
	display: flex;
	padding: 50px 0;
}

.a_3 .rule article > div{
	width: 50%;
	text-align: center;
}

.a_3 .rule article > div h5{
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 15px;
}

.a_3 .rule article .timeBox{
	border-right: 1px solid var(--mainCol);
}

.a_3 .rule article .timeBox ul li{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-bottom: 1px solid var(--mainCol);
	font-size: 1.8rem;
}

.a_3 .rule article .timeBox ul li strong{
	width: 70px;
	display: inline-block;
	text-align: left;
}

.a_3 .rule article .timeBox ul li:last-child{
	color: var(--mainCol);
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 0;
}

.a_3 .rule article .callBox ul{
	width: 320px;
	margin: auto;
}

.a_3 .rule article .callBox ul li{
	height: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
	font-size: 1.8rem;
}

.a_3 .rule article .callBox ul li img{
	height: 100%;
	margin-right: 10px;
}

.a_3 .rule article .callBox ul li strong{
	display: inline-block;
	text-align: left;
}

.a_3 .route .address{
	font-size: 1.8rem;
	background: url(/include/img/iconPlace.png) no-repeat left center / contain;
	padding-left: 30px;
	margin-bottom: 15px;
}

.a_3 .route .address a{
	display: block;
	float: right;
	font-weight: 600;
}

.a_3 .route article{
	margin-bottom: 100px;
}

.a_3 .route .by{
	text-align: left;
}

.a_3 .route .by img{
	width: 90%;
}

.a_3 .parking{
	display: flex;
	max-width: 650px;
	margin: auto;
}

.a_3 .parking li{
	width: 48%;
	margin-right: 4%;
	display: flex;
}

.a_3 .parking li:last-child{
	margin-right: 0;
}

.a_3 .parking li .num{
	width: 100px;
	height: 100px;
	background: var(--mainCol);
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 4rem;
}

.a_3 .parking li .txtBox{
	width: calc(100% - 100px);
	box-sizing: border-box;
	padding-left: 20px;
}

.a_3 .parking li .txtBox span{
	display: inline-block;
	background: var(--mainCol);
	font-size: 2rem;
	color: #fff;
	padding: 2px 15px;
	border-radius: 100px;
	margin-bottom: 10px;
}

.a_3 .parking li .txtBox h5{
	font-size: 2.4rem;
}

.a_3 .parking li .txtBox p{
	font-size: 1.4rem;
}

.a_3 .parking li .txtBox a{
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
}

/* 둘러보기 */
.a_4 .hosSlide .inner{
	max-width: 800px;
}

.a_4 .swiper-container{
	margin-bottom: 10px;
}

.a_4 .swiper-wrapper{
	height: auto;
}

.a_4 .hosSlide .txtBox{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--mainCol);
	padding: 10px 20px;
	color: #fff;
	opacity: 0.95;
}

.a_4 .hosSlide img{
	width: 100%;
}

.a_4 .hosSlide .txtBox p{
	font-size: 1.6rem;
	font-weight: 400;
}

.a_4 .hosSlide .txtBox .line{
	display: block;
	width: 20px;
	height: 1px;
	background: #fff;
	margin: 5px auto;
}

.a_4 .hosSlide .txtBox h5{
	font-size: 1.8rem;
	text-align: center;
}

.a_4 .swiper-slide-thumb-active::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 5px solid var(--mainCol);
	position: absolute;
	top: 0;
	left: 0;
}

.a_4 .navBtn{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 124px;
	z-index: 99;
}

.a_4 .navBtn ul{
	display: flex;
}

.a_4 .navBtn ul li{
	width: 40px;
	margin-right: 2px;
	cursor: pointer;
}

.a_4 .navBtn ul li:nth-child(2){
	background: url(/include/img/sub/a4_bg.png);
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	vertical-align: baseline;
	line-height: 40px;
}

.a_4 .navBtn ul li:nth-child(2) strong{
	color: var(--mainCol);
	font-weight: 600;
}

.a_4 .navBtn ul li:last-child{
	margin-right: 0;
}

.a_4 .navBtn img{
	width: 100%;
}

.a_4 .smallPic span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}

.a_4 .smallPic span p{
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	font-weight: 300;
}


/* .a_4 .hosSlide .inner{
	max-width: 800px;
}

.slideBig{
	margin-bottom: 10px;
}

.slideBig .slideLi{
	position: relative;
}

.slideBig .slideLi .txtBox{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--mainCol);
	padding: 20px;
	color: #fff;
}

.slideBig .slideLi img{
	width: 100%;
}

.slideBig .slideLi .txtBox strong{
	font-size: 18px;
	font-weight: 400;
}

.slideBig .slideLi .txtBox .line{
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 15px auto;
}

.a_4 .slick-slide{
	height: auto;
}

.slideSmall img{
	width: 100%;
} */


@media screen and (max-width:720px){


/* 핵심경쟁력 */
.a_1 .infoMain article{
	flex-wrap: wrap;
}

.a_1 .infoMain article > div{
	width: 100%;
}

.a_1 .infoMain article .txtBox{
	padding: 0 5%;
}

.a_1 .infoMain article .txtBox > div{
	position: static;
	transform: none;
	width: 100%;
	padding: 5vw 0 0;
}

.a_1 .infoMain article:last-child{
	margin-top: 7vw;
}

.a_1 .sectitle .barun::after{
	margin: 3vw auto;
}

.a_1 .infoMain article .txtBox .conBox br{
	display: none;
}

.a_1 .strength .imgBox{
	width: 70%;
}

.a_1 .world {
    background: url(/include/img/sub/a1_worldBg_m.png) no-repeat center / cover;
    padding: 20vw 0 !important;
}

.a_1 .world .conBox br{
	display: none;
}

.a_1 .teach ul li{
	width: 100%;
	margin-right: 0;
	/* line-height: 1.5; */
	font-size: 1.3rem;
}

.a_1 .teach ul li:first-child{
	margin-bottom: 5vw;
}

.a_1 .promise .imgBox{
	width: 70%;
}


/* 의료진 소개 */
.a_2 .doctor .imgBox .txtBox {
    top: auto;
    right: 0;
    bottom: 0;
    width: 93%;
    height: 48%;
    padding: 12vw 6vw 5vw;
}

.a_2 .doctor .imgBox .txtBox h5{
	margin-bottom: 5vw;
}

.a_2 .doctor .imgBox .txtBox ul li{
	margin-bottom: 3.5vw;
	font-size: 2rem;
}

.a_2 .project {
    background: url(/include/img/sub/a2_projectBg_m.png) no-repeat center top / cover;
}

.a_2 .project .txtBox{
	padding: 7vw;
}

.a_2 .project .txtBox.top::after{
	display: none;
}

.a_2 .project .txtBox.top > div{
	width: 100%;
	margin-bottom: 3.5vw;
	padding-bottom: 3.5vw;
	/* border-bottom: 1px solid #666; */
}

.a_2 .project .txtBox.top > div:nth-child(2) {
    margin-left: 0%;
}

.a_2 .project .txtBox > div ul li {
    font-size: 2rem;
    margin-bottom: 3vw;
	position: relative;
	box-sizing: border-box;
	padding-left: 2vw;
}

.a_2 .project .txtBox.bottom > div{
	border-top: 0;
	padding-top: 0;
}

.a_2 .project .txtBox.bottom{
	padding-top: 0;
}

.a_2 .project .txtBox > div ul li::before{
	display: block;
	position: absolute;
	left: 0;
	top: 0.3vw;
}


/* 진료시간 & 오시는길 */
.a_3 .rule article{
	display: block;
	padding: 5vw 15%;
}

.a_3 .rule article > div{
	width: 100%;
}

.a_3 .rule article > div h5{
	font-size: 3rem;
}

.a_3 .rule article .timeBox{
	border-right: 0;
	margin-bottom: 5vw;
}

.a_3 .rule article .timeBox ul{
	border-bottom: 1px solid var(--mainCol);
}

.a_3 .rule article .timeBox ul li{
	height: auto;
	line-height: 1;
	padding: 4vw 0;
	font-size: 2.5rem;
}

.a_3 .rule article .callBox ul li{
	height: 50px;
	line-height: 50px;
	font-size: 2.5rem;
}

.a_3 .route .address{
	background-size: auto 50%;
}

.a_3 .route .by img{
	width: 100%;
}

.a_3 .route article{
	margin-bottom: 5vw;
}

.a_3 .parking{
	display: block;
	width: 75%;
}

.a_3 .parking li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 5vw;
}

.a_3 .parking li:last-child{
	margin-bottom: 0;
}

.a_3 .parking li .num{
	width: 20vw;
	height: 20vw;
	line-height: 20vw;
}

.a_3 .parking li .txtBox span{
	font-size: 2.5rem;
	white-space: nowrap;
}

.a_3 .parking li .txtBox h5{
	font-size: 3rem;
}

.a_3 .parking li .txtBox p{
	font-size: 1.6rem;
	white-space: nowrap;
}

.a_3 .parking li .txtBox a{
	font-size: 2rem;
}







}


