/* ========== popup ========== */
.popup-wrap{
	display:none;
    position: fixed;
    z-index: 10;
    width: 100%;
}
.popup {
	position: absolute;
	display: flex;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 85%;
	justify-content: center;
	height: 100%;
}
.popup .pop {
	position: absolute;
	top: 50px;
	box-sizing: border-box;
}
.popup .pop01 {
	left: 7%;
}
.popup .pop02 {
	left: 7%;
    
}
.popup .pop03 {
	left: 50%;
	transform:translate(-50%);
}


.popup .pop .img {
	width: 100%;
	margin-bottom: -1px;
}
.popup .pop .img img {
	max-width: 100%;
	height: auto;
}
.popup .close-btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 36px;
	background-color: #1c1c1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	/* border-top: 1px solid #9c9c9c; */
  }
  
.popup .close-btn-box .today-check {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
}
.popup .close-btn-box .today-check .hidden {
    position: fixed;
    left: -100000px;
}
.popup .close-btn-box .today-check .check-input:checked + .check-con .square {
	background-color: #006bb3;
	border-color: #006bb3;
}
.popup .close-btn-box .today-check .check-con img {
	width: 10px;

}

.popup .close-btn-box .today-check .check-input:checked .check-con img {
	width: 10px;

}

.popup .close-btn-box .today-check .check-input:checked + .check-con .square i {
	opacity: 1;
}

.popup .close-btn-box .today-check .check-con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup .close-btn-box .today-check .check-con .square {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #FFF;
	margin-right: 5px;
	font-size: 11px;
	background-color: #FFF;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.popup .close-btn-box .today-check .check-con .square i {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.popup .close-btn-box .today-check .check-con .text {
	font-size: 14px;
	color: #FFF;
}

.popup .close-btn-box .btn-popup-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 45px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
}

.popup .close-btn-box .btn-popup-close .icon {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}

.popup .close-btn-box .btn-popup-close .icon span {
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}

.popup .close-btn-box .btn-popup-close .icon span.line1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .close-btn-box .btn-popup-close .icon span.line2 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 990px) {
	.popup .pop {
		left: 50%;
		transform: translate(-50%);
		right: inherit;
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width: 600px) {
	.popup .close-btn-box {
		height: 31px;
		padding: 0 10px;
	}
	.popup .close-btn-box .today-check .check-con .square {
		width: 14px;
		height: 14px;
		font-size: 10px;
	}
	.popup .close-btn-box .today-check .check-con .text {
		font-size: 13px;
	}
	.popup .close-btn-box .btn-popup-close {
		font-size: 13px;
	}
	.popup .close-btn-box .btn-popup-close .icon {
		width: 13px;
		height: 13px;
	}
	.popup .close-btn-box .btn-popup-close .icon span {
		top: 5.5px;
	}
}





/* ========== layout ========== */
.inner1200{max-width:1200px;width:100%;margin:0 auto;position:relative;padding-left:20px;padding-right:20px; box-sizing: border-box;}
.padding150{padding-top:150px;padding-bottom:100px;}



.pc{}
.mobile{display:none;}


.font700{font-weight:700;}

.ba_m_br { display: none; }





@media only screen and (max-width: 1200px){
	.inner1200{width:95%;margin:0 auto;position:relative;padding-left:0;padding-right:0;}
}
@media only screen and (max-width: 1000px){
	.padding150{padding-top:100px;padding-bottom:50px;}

	.pc{display:none;}
	.mobile{display:inline-block;}

}
@media only screen and (max-width: 600px){
	.padding150{padding-top:50px;padding-bottom:30px;}
}
@media screen and (max-width: 500px) {
	.ba_m_br { display: block; }
}











/* ========== slide ========== */
.visual-slide{
	width:100%;
	/* height:700px; */
	height: 85vh;
	margin-top:150px;
	position: relative;
}
.visual-slide li.item{
	position:relative; 
	width:100%; 
	/* height:700px; */
	height: 85vh;;
}
.visual-slide li.item .line{display:block;width:1px;height:50px;background-color:#fff;margin:0 auto;margin:30px auto;}

.visual-slide li.item.bg01{background:#000 url('/img/slide/slide_01.jpg') no-repeat center center; background-size:cover;}


.visual-slide li.item.bg02{background:#000 url('/img/slide/slide_02.jpg') no-repeat center center; background-size:cover;}

.visual-slide li.item.bg01 .inner1200,
.visual-slide li.item.bg02 .inner1200{
	height:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
	flex-direction:column;/*flex 가로배열에서 세로로 변경*/
	-ms-flex-align:baseline;
	-webkit-align-items:baseline;
	justify-content: center;
}

.visual-slide li.item h3{
	color: #fff;
	font-size: 16px; font-weight: 300;
}

.visual-slide li.item h2{
	color: #fff; font-weight: 400;
	font-size: 50px; line-height: 1.3;

	margin-top: 35px;
}

.visual-slide li.item h2 strong{
	color: #60c3ef;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.visual-slide li.item p{
	color: #fff;
	margin-top: 30px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 300;
}

/* header_slick_arrow */
.visual-slide .slick-prev.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:2%;
	width: 32px;
	height: 74px;
	background:url("/img/slide/slide_prev.png")no-repeat center;
	background-size:cover;
	text-indent:-9999999px;
	z-index: 8;
	cursor: pointer;
	outline: none;
	border: none;
}
.visual-slide .slick-next.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:2%;
	width: 32px;
	height: 74px;
	background:url("/img/slide/slide_next.png")no-repeat center;
	background-size:cover;
	text-indent:-9999999px;
	z-index: 8;
	cursor: pointer;
	outline: none;
	border: none;
}
.check-con span:before{
	display:none;
}


/* header_slick_dots */
.slick-dotted.slick-slider{position:relative;}
.slick-dots{
	position: absolute;

	right: 122px;
	top: 45vh;
}
.slick-dots li{position: relative; display: block;}
.slick-dots li button{font-size:0; line-height:0; display:inline-block; float:left; width:10px; height:10px; margin:3px; background:#fff; transition: all .3s ease; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; cursor: pointer; border-radius:20px; opacity: 0.4; margin: 10px 0;}
.slick-dots li button:hover, .slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{}
.slick-dots li.slick-active button{ opacity: 1;}
/*
@media only screen and (max-width: 1400px){
	.visual-slide li.item.bg01 .inner{
		width:70% !important;
		margin-right:75px !important;
		margin-top:330px !important;
	}
	.visual-slide li.item.bg02 .inner{
		width:55% !important;
		margin-left:60px !important;
	}
	.visual-slide li.item.bg03 .obj0301 img {
		width:35% !important;
		margin-left:-50px !important;
		margin-top:250px;
	}
	.visual-slide li.item.bg03 .obj0302 img{
		width:30% !important;
		margin-left:-50px !important;
	}
}
*/




.visual-slide .btn {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 5;}
.visual-slide .btn .pause {display: flex;justify-content: space-between;width: }
.visual-slide .btn .pause span{width: 4px; height: 100%; background-color: #fff; display: block; border-radius: 5px;}
.visual-slide .btn .off {display: none;}
.visual-slide .btn .pause {color: #fff;}
.visual-slide .btn .pause i {color:#fff; font-size: 18px;}
.visual-slide .btn .play {color: #fff;}
.visual-slide .btn .play i {color:#fff; font-size: 18px;}
#timer {
	margin: 0px;width: 60px;height: 60px;position: absolute;
	right: 100px; top: 37vh;
}

#timer svg{
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%; height: 100%;
}

@media only screen and (max-width: 1200px){
	.visual-slide li.item.bg01 .inner1200 {
		-webkit-box-orient: vertical; 
		-ms-flex-direction: column; 
		flex-direction: column;
	}

	.visual-slide li.item.bg01 .obj0101 {line-height: 1.3; padding-bottom: 30px;}
	.visual-slide li.item.bg01 .obj0102 {line-height: 1.5; padding-top: 20px;}
	
}






@media only screen and (max-width: 1000px){
	.visual-slide{height:auto;margin-top:80px;}
	.visual-slide li.item{height:80vh;}
	.visual-slide li.item .line{display:block;width:1px;height:40px;background-color:#fff;margin:0 auto;margin:20px auto;}

	.visual-slide li.item.bg01 .obj0101{font-size:40px;}
	.visual-slide li.item.bg01 .obj0102{font-size:18px;}

	.visual-slide li.item.bg02 .obj0201{font-size:40px;}
	.visual-slide li.item.bg02 .obj0202{font-size:18px;padding-top:50px;}

	.visual-slide li.item.bg03 .inner1200 > div:last-child > div:nth-child(2) {margin-left: 50%;}

	.visual-slide li.item.bg03 .obj0301 { font-size: 30px; }
	.visual-slide li.item.bg03 .obj0301 > span:last-child { font-size: 19px; }
	.visual-slide li.item.bg03 .obj0302 { font-size: 30px; }
	.visual-slide li.item.bg03 .obj0302 > span:last-child { font-size: 19px; letter-spacing: 15px; }

	
	.visual-slide li.item h2 {
		font-size: 47px;
		line-height: 1.2;
	}
	.visual-slide li.item p{
		font-size: 18px;
	}
	#timer{
		width: 55px; height: 55px;
		right: 55px; top: 37vh;
	}

	.slick-dots {
		position: absolute;
		right: 80px;
		top: 42vh;
	}

}
/*
@media only screen and (max-width: 900px){
	.visual-slide li.item.bg03 .obj0301 {font-size: 50px;}
	.visual-slide li.item.bg03 .obj0301 > span:last-child {font-size: 24px; letter-spacing: 8px; padding-top: 10px; text-indent: 6px;}
	.visual-slide li.item.bg03 .obj0302 {font-size: 39px; padding-top: 15px; line-height: 0.7;}
	.visual-slide li.item.bg03 .obj0302 > span:last-child {font-size: 16px; letter-spacing: 25px; text-indent: 7px; display: inline-block;}
}*/

@media only screen and (max-width: 900px){
	.visual-slide li.item.bg03 .inner1200 {
		-webkit-box-orient: vertical; 
		-ms-flex-direction: column; 
		flex-direction: column;
	}

	.visual-slide li.item.bg03 .inner1200 > div:last-child:before {
		top: -120%;
		left: -25%;
		display: none;
	}

	.visual-slide li.item.bg03 .inner1200 > div:first-child:after {
		bottom: -150%;
		left: 190%;
		display: none;
	}

	.visual-slide li.item.bg03 .obj0301 {
		text-align: center;
		padding-top: 20px;
	}

	.visual-slide li.item.bg03 .obj0302 {
		padding-top: 15px;
		text-align: center;
	}

	.visual-slide li.item.bg03 .obj0302 > span:last-child {
		letter-spacing: 21px;
		text-indent: 20px;
		text-align: center;
	}

	.visual-slide li.item.bg03 .inner1200 > div:last-child > div:nth-child(2) {
		display: none;
	}

	.visual-slide li.item.bg03 .inner1200 > div:last-child { width: 90%; }
	.visual-slide li.item.bg03 .obj0301 > span:last-child { padding-top: 5px; }


	#timer{
		right: auto;
		left: 41%;
		top: auto;
		bottom: 5vh;
		width: 45px; height: 45px;
	}

	.slick-dots li button{
		margin: 10px 7px;;
	}

	.slick-dots{
		right: auto; top: auto;
		left: 50%; bottom: 5vh;
	}

	.slick-dots li{
		display: inline-block;
	}


	.visual-slide li.item h3,
	.visual-slide li.item h2,
	.visual-slide li.item p{
		width: 100%; text-align: center;
	}

	.visual-slide li.item p{
		padding-bottom: 100px;
	}

}

@media only screen and (max-width:600px){
	.visual-slide{height:85vh;margin-top:50px;}
	.visual-slide li.item{height:85vh;}




	.visual-slide li.item .line{display:block;width:30px;height:1px;background-color:#fff;margin:0 auto;margin:15px auto;}

	.visual-slide li.item.bg01 .obj0101{font-size:25px;}
	.visual-slide li.item.bg01 .obj0102{font-size:14px;}

	.visual-slide li.item.bg02 .obj0201{font-size:25px;text-align:center;}
	.visual-slide li.item.bg02 .obj0202{font-size:13px;padding-top:30px;text-align:center;}
	.visual-slide li.item.bg02 .obj0201:after {left: 50%;transform: translateX(-50%);}
	
	.visual-slide li.item.bg03 .inner1200 > div:first-child {width: 18%;}

	.visual-slide li.item.bg03 .obj0301{font-size:20px;}
	.visual-slide li.item.bg03 .obj0302{font-size:20px;}
	.visual-slide li.item.bg03 .obj0301 > span:last-child {
		font-size: 15px;
		letter-spacing: 4px;
		padding-top: 10px;
		text-indent: 6px;
	}

	.visual-slide li.item.bg03 .obj0302 > span:last-child {
		letter-spacing: 15px;
		text-indent: 15px;
		text-align: center;
		font-size: 15px;
	}

	.visual-slide li.item.bg03 .inner1200 > div:first-child:after {
		bottom: -200%;
		left: 220%;
		background-size: 25%;
	}

	.visual-slide li.item.bg03 .inner1200 > div:last-child:before {
		top: -100%;
		left: -25%;
		background-size: 25%;
	}

	.visual-slide li.item h3{
		font-size: 13px;
	}
	.visual-slide li.item h2{
		font-size: 27px;
		margin-top: 25px;
	}

	.visual-slide li.item p{
		font-size: 15px;
		padding-bottom: 65px;
	}

	#timer {
		right: auto;
		left: 36%;
		top: auto;
		bottom: 5vh;
		width: 35px;
		height: 35px;
	}

	.visual-slide .btn .pause i,
	.visual-slide .btn .play i{
		font-size: 15px;
	}

	.slick-dots li button{
	}
}

@media only screen and (max-width:450px){
	.visual-slide li.item.bg03 .obj0301 > span:first-child{display: inline-block; text-indent: 4px;}
	.visual-slide li.item.bg03 .obj0301 > span:last-child {font-size: 16px; letter-spacing: 3px;}
	.visual-slide li.item.bg03 .obj0302 {font-size: 22px; letter-spacing: 1px; text-indent: 5px;}
	.visual-slide li.item.bg03 .obj0302 > span:last-child {
		letter-spacing: 12px;
	}
	.visual-slide li.item.bg03 .inner1200 > div:last-child:before {top: -80%; background-size: 20%;}
	.visual-slide li.item.bg03 .inner1200 > div:first-child:after {bottom: -270%; background-size: 20%;}

		.visual-slide li.item.bg01{
		background-position: center right -10vw;
	}
}


@media screen and (max-width: 400px){
	.visual-slide li.item.bg01{
		background-position: center right;
	}
}


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

	.visual-slide li.item.bg03 .obj0302 > span:last-child {
		letter-spacing: 12px;
        text-indent: 15px;

    }

	.visual-slide li.item.bg03 .inner1200 > div:first-child:after {
		bottom: -300%;
    }

}

@media only screen and (max-width:321px){
	.visual-slide li.item.bg03 .inner1200 > div:first-child:after {
		bottom: -380%;
		left: 190%;
	}
}




/* ========== doctor ========== */
/* ========== doctor ========== */
/* ========== doctor ========== */
#doctor{
	padding: 175px 0;

}
#doctor > div{
	position:relative;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
#doctor > div > div{
}
#doctor > div > .left {
	/* position:absolute;
	left:0;
	top:20%;
	width:49%;
	z-index:2; */
	
	width: 50%;
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;

	background-image: url(/img/doctor/doctor_bg.png);
	background-repeat: no-repeat;
	background-position: center top 30px;
}

#doctor > div > .right {
	float:right;
	width:50%;
	z-index:1;
	margin-top: 70px;
}
#doctor > div  .well_title {
	padding-top: 60px;
	position:relative;
	text-align: center;
}
#doctor > div .well_title:before {
	content:'';
	
	width: 1px; height: 30px;
	background-color: #15589b;

	position: absolute;
	top: 0; left: 50%;
	transform: translateX(-50%);

}
.well_title {
	line-height:1.2;
	width: 100%;
}
.well_title > span{
	color: #15589b;
	font-weight:300;
	font-size:16px;
	letter-spacing:2px;
}
.well_title > h2{
	color:#333;
	font-size:50px;
	font-weight:300;
	margin-top: 35px;
	font-weight: 400;
	letter-spacing: -0.8px;
}

	.well_title > h2 span{
		color: #15589b;
		font-weight: 700;
	}

	.well_title p{
		font-size: 19px;
		margin-top: 60px;
		line-height: 1.4;
	}

	.well_title p strong{
		color: #15589b;
		font-size: inherit;
		font-weight: 600;
	}


#doctor > div > .left > img{
	/* width:100%; */
	height: 100%;
}
#doctor > div > .right > .doctor_info {
	/* padding:10% 15%;
	margin-bottom:10px; */
	/* color:#fff; */
	padding-top: 20px;
}

#doctor > div > .right > .doctor_info  h1{
	display: inline-block;
	font-size: 35px; font-weight: 700;
	padding-bottom: 20px;
	position: relative;
}

#doctor > div > .right > .doctor_info h1::after{
	content: "";

	width: 100%; height: 3px;
	background-color: #15589b;

	position: absolute;
	bottom: 0; left: 0;
}

#doctor > div > .right > .doctor_info p{
	margin-top: 15px;

	font-size: 18px;
	color:#666;
}

#doctor > div > .right > .doctor_info p span{
	padding: 0 10px;
	color: inherit;
}


#doctor > div > .right > .doctor_info > h1{
	font-size:50px;
	padding-bottom:40px;
	font-weight:700;
}

#doctor > div > .right > .doctor_info > h1 > span{
	font-size:30px;
	font-weight:300;
}

#doctor > div > .right > .doctor_info > .doctor_info_text{
	padding-top: 50px;
}

#doctor > div > .right > .doctor_info > .doctor_info_text li{
	font-size: 18px; font-weight: 600;
	padding-left: 25px;
	position: relative;
}

#doctor > div > .right > .doctor_info > .doctor_info_text li:not(:last-of-type){
	margin-bottom: 20px;
}

#doctor > div > .right > .doctor_info > .doctor_info_text li::after{
	content: "";

	width: 6px; height: 6px;
	border-radius: 50%; 
	background-color: #15589b;

	position: absolute;
	left: 0; top: 3px;
}



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

	.well_title p{
		margin-top: 50px;
		font-size: 16px;
	}
	
		#doctor{
			padding: 130px 0;
		}


	#doctor > div .well_title{
		padding-top: 50px;
	}
	.well_title > span{
		font-size: 15px;
	}

	.well_title > h2{
		font-size: 45px;
		margin-top: 30px;
	}


	#doctor > div > .right > .doctor_info h1{
		font-size: 30px;
	}
	
	#doctor > div > .right > .doctor_info p{
		font-size: 16px;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text li{
		font-size: 16px;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text li::after{
		top: 5px;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text li:not(:last-of-type){
		margin-bottom: 17px;
	}

	#doctor > div > .left{
		background-size: 75%;
	}

	#doctor > div > .left > img{
		/* height: 90%; */
	}
}


@media only screen and (max-width: 900px){
	#doctor > div > .right > .well_title:before {
		height:85%;
	}
	#doctor > div > .right > .well_title {
		line-height:1.1;
	}
	#doctor .well_title > span{
		font-size:15px;
	}
	#doctor .well_title > h2{
		font-size:45px;
	}
	#doctor > div > .right > .doctor_info > h1{
		font-size:40px;
		padding-bottom:20px;
	}
	#doctor > div > .right > .doctor_info > h1 > span{
		font-size:25px;
	}
	#doctor > div > .right > .doctor_info > .doctor_info_text{
		padding-top:30px;
	}
	#doctor > div > .right > .doctor_info > .doctor_info_text li{
		font-size:15px;
		padding-top:5px;
	}
	#doctor > div > .right > .well_title br.pc{display:inline-block;}
	#doctor > div > .right > .well_title br.mobile{display:none;}
}

@media screen and (max-width: 900px){
	#doctor > div > .right > .doctor_info {
		padding:5% 12%;
	}
	.well_title > span{
		font-size:14px;
	}
	.well_title > h2{
		font-size:35px;
	}
	#doctor > div > .right > .doctor_info > h1{
		font-size:30px;
		padding-bottom:20px;
	}
	#doctor > div > .right > .doctor_info > h1 > span{
		font-size:20px;
	}
	#doctor > div > .right > .doctor_info > .doctor_info_text{
		padding-top:30px;
	}
	#doctor > div > .right > .doctor_info > .doctor_info_text li{
		font-size:14px;
		padding-top:7px;
	}
	#doctor > div > .right > .well_title br.pc{display:inline-block;}
	#doctor > div > .right > .well_title br.mobile{display:none;}


	#doctor > div > .right > .doctor_info > .doctor_info_text li:not(:last-of-type){
		margin-bottom: 10px;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text li::after {
		top: 12px;
	}

}

@media only screen and (max-width: 900px){
	#doctor > div > .left {
		position:relative;
		width:100%;
		z-index:2;
	}
	#doctor > div > .left > .well_title{
		display:block;
		line-height:1.2;
		padding-left:30px;
		position:relative;
		margin-bottom:30px;
	}
	#doctor > div > .left > .well_title:before {
		content:'';
		background-color:#004371;
		height:100%;
		width:2%;
		display:inline-block;
		position:absolute;
		left:0%;
		top:0;
	}
	#doctor > div > .right {
		float:none;
		width:100%;
		padding-top:15px;
	}
	#doctor > div > .right > .well_title{
		display:none;
	}

	#doctor > div > .right{
		margin-top: 50px;
	}
}

/* ========== doctor_text ========== */
/* ========== doctor_text ========== */
/* ========== doctor_text ========== */
#doctor_text{
	background:url("/img/doctor_text/doctor_text_background_n.jpg") no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

#doctor_text .doctor_text{
	text-align:center;
	line-height:1.5;
	font-size:20px;
	font-weight:300;
	color:#fff;
}


#doctor_text .doctor_text p.pc_text{
	display: block;
} 

#doctor_text .doctor_text p.mobile_text{
	display: none;
} 

@media only screen and (max-width:1000px){
	#doctor_text .doctor_text{
		text-align:center;
		line-height:1.5;
		font-size:16px;
		font-weight:300;
		color:#fff;
	}
}
@media only screen and (max-width:600px){
	#doctor{
		padding: 80px 0 100px;
	}

	#doctor .well_title > span{
		font-size: 13px;
	}

	#doctor  .well_title > h2{
		font-size: 27px;
	}
	#doctor_text .doctor_text{
		text-align:center;
		line-height:1.5;
		font-size:14px;
		font-weight:300;
		color:#fff;
		word-break: keep-all;
	}

	.well_title p{
		font-size: 15px;
		word-break: keep-all;
		width: 70%; margin: 30px auto 0;
		
	}

	#doctor_text .doctor_text p.pc_text{
		display: none;
	} 

	#doctor_text .doctor_text p.mobile_text{
		display: block;
	} 

	#doctor > div > .left{
		margin-top: 50px;
	}

	#doctor > div > .left > img{
		height: auto; width: 75%;
	}
	

	#doctor > div > .right{
		margin-top: 20px;
	}

	#doctor > div > .right > .doctor_info h1{
		font-size: 24px;
		padding-bottom: 13px;
	}

	#doctor > div > .right > .doctor_info p{
		font-size: 14px;
	}

	#doctor > div > .right > .doctor_info p span{
		padding: 0 5px;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text {
		padding-top: 20px;
	}
		

	#doctor > div > .right > .doctor_info > .doctor_info_text li{
		padding-left: 15px;
		word-break: keep-all;
		line-height: 1.3;
	}

	#doctor > div > .right > .doctor_info > .doctor_info_text li:not(:last-of-type){
		margin-bottom: 8px;
	}

}

/* ========== well_dent ========== */
/* ========== well_dent ========== */
/* ========== well_dent ========== */
#well_dent{
	position:relative;

}
#well_dent:before{
	content:'';
	/* background:url("/img/well_dent/well_dent_background.png") no-repeat left center #efefef; */
	background: #efefef;
	background-size:cover;
	height:45%;
	width:100%;
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
}
#well_dent:after{
	content:'';
	background:url("/img/well_dent/well_dent_background_text.png") no-repeat right top;
	background-size:contain;
	height:30%;
	width:60%;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}

#well_dent .well_title{
	text-align:center;
	padding-bottom:50px;
}

#well_dent .well_dent_list{
	overflow:hidden;
}
#well_dent .well_dent_list > li{
	float:left;
	width:calc(96%/3);
	margin-right:2%;
}
#well_dent .well_dent_list > li:nth-child(2){
	margin-top:80px;
}
#well_dent .well_dent_list > li:last-child{
	margin-right:0;
}
#well_dent .well_dent_list > li > div.img{
	height:0;
	padding-bottom:120%;/*가로세로 1:1.2*/
	overflow:hidden;
	box-shadow: 6px 6px 7px #ccc;
}
#well_dent .well_dent_list > li > div.img01{
	background:url("/img/honest_cure/honest_01.jpg") no-repeat center;
	background-size:cover;
}
#well_dent .well_dent_list > li > div.img02{
	background:url("/img/honest_cure/honest_02.jpg") no-repeat 65% 50%;
	background-size:cover;
}

#well_dent .well_dent_list > li > div.img03{
	background:url("/img/honest_cure/honest_03.jpg") no-repeat center;
	background-size:cover;
}

#well_dent .well_dent_list > li > div > div.text{
	margin-top:95%;
	padding:10% 0 100% 0;
	background:url("/img/logo_sub.png") no-repeat center 55% rgba(0,0,0,0.7);
	color:#fff;
	font-size:20px;
	line-height:1.5;
	font-weight:500;
	transition:all 1s;
	text-align:center;
	cursor:pointer;
}
#well_dent .well_dent_list > li > div:hover > div.text{
	margin-top:0%;
}
#well_dent .well_dent_list > li > div > div.text > div.sub_text{
	padding-top:10%;
	font-size:18px;
	font-weight:300;
}
#well_dent .well_dent_list > li > div > div.text > div.sub_text > span.line{
	display:block;
	width:1px;
	height:30px;
	background-color:#fff;
	margin:0 auto 20px;
}
#well_dent > div > p{
	text-align:center;
	padding-top:50px;
	font-size:35px;
	letter-spacing:-1px;
	line-height:1.3;
}

@media only screen and (max-width:1100px){
	#well_dent .well_dent_list > li > div > div.text{
		background-image:none;
		background-color:rgba(0,0,0,0.7);
	}
}

@media only screen and (max-width:1000px){
	#well_dent .well_dent_list > li > div > div.text{
		margin-top: 98%;
		padding:7% 0 100% 0;
		color:#fff;
		font-size:18px;
	}
	#well_dent .well_dent_list > li > div > div.text > div.sub_text{
		padding-top:7%;
		font-size:16px;
	}
	#well_dent .well_dent_list > li > div > div.text > div.sub_text > span.line{
		display:block;
		width:1px;
		height:20px;
		background-color:#fff;
		margin:0 auto 15px;
	}
	#well_dent > div > p{
		font-size:25px;
	}
}
@media only screen and (max-width:750px){
	#well_dent .well_dent_list > li{
		float:none;
		width:100%;
		margin-right:0;
		margin-top:30px !important;
	}

	#well_dent .well_dent_list > li > div.img{
		padding-bottom:100%;
	}
	#well_dent .well_dent_list > li > div > div.text{
		width:100%;
		margin-top: 82%;
		padding:5% 0 100% 0;
		font-size:30px;
		float:right;
		text-align:center;
		background:url("/img/well_dent/well_dent_logo.png") no-repeat center rgba(0,0,0,0.7);
	}
	#well_dent .well_dent_list > li > div:hover > div.text{
		margin-top: 82%;
	}
	#well_dent .well_dent_list > li > div > div.text > div.sub_text{
		font-size:22px;
	}
}

@media only screen and (max-width:550px){
	#well_dent .well_dent_list > li > div > div.text{
		width:100%;
		margin-top: 80%;
		padding:6% 0 100% 0;
		font-size:20px;
		float:right;
		text-align:center;
		background-image:none;
		background-color:rgba(0,0,0,0.7);
	}
	#well_dent .well_dent_list > li > div > div.text > div.sub_text{
		font-size:18px;
	}
}



/* ========== comfort ========== */
/* ========== comfort ========== */
/* ========== comfort ========== */
#comfort{
	padding-bottom: 75px;
}
#comfort .well_title{
	position:absolute;
	left:20px;
	top:20%;
	z-index:1;

	padding-top: 20px;
}

#comfort .well_title::after{
	width: 30px; height: 1px;
	background-color: #15589b;

	position: absolute;
	left: 0; top: 0;
}

.main_comfort_wrap {
	width: 100%;
	padding: 80px 0;
	background-size: cover;
}

.main_comfort_inside {
	width: 1200px;
	margin:100px auto 0;
}
.main_comfort_slide_wrap {
	background: #fff;
}
.main_comfort {
	overflow: hidden;
}

.main_comfort_left {
	width: 50%;
	float: left;
	padding:12% 0 0;
}
.main_comfort_left .main_comfort_num {
	color: #15589b;
	font-weight:900;
	margin-bottom: 20px;
	font-size:80px;
}
.main_comfort_left .main_comfort_title{
	font-size:30px;
	font-weight:700;
}
.main_comfort_left .line{
	display:inline-block;
	width:80px;
	height:3px;
	background-color: #15589b;
	margin:25px 0;
}

.main_comfort_left .small_text{
	margin-bottom: 20px;
	font-size: 16px; color: #666;
}
.main_comfort_left .main_comfort_text{
	font-size:18px;
	line-height:1.5;
}

.main_comfort_right {
	width: 50%;
	height: 490px;
	float: right;
	background-position: center center;
}

.comfort_img_1 {
	background: url('/img/comfort/m01.png') no-repeat 50% 50%;
	/* background-size: cover; */
	
}

.comfort_img_2 {
	background: url('/img/comfort/m02.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.comfort_img_3 {
	background: url('/img/comfort/m03.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.comfort_img_4 {
	background: url('/img/comfort/m04.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.comfort_img_5 {
	background: url('/img/comfort/m05.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.comfort_img_6 {
	background: url('/img/comfort/m06.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.comfort_img_7 {
	background: url('/img/comfort/m07.png') no-repeat 50% 50%;
	/* background-size: cover; */
}

.main_comfort_slide_wrap .slick-prev.slick-arrow {
	position: absolute;
	left:0;
	bottom: 0;
	background: url('/img/comfort/arrow_left.png');
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	background-size: cover;
	z-index: 2;
	outline: none !important;
	cursor: pointer;
}

.main_comfort_slide_wrap .slick-next.slick-arrow {
	position: absolute;
	left:50px;
	bottom: 0;
	background: url('/img/comfort/arrow_right.png');
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	background-size: cover;
	z-index: 2;
	outline: none !important;
	cursor: pointer;
}

.main_comfort_slide_wrap .slick-prev.slick-arrow:hover, .main_comfort_slide_wrap .slick-next.slick-arrow:hover {
	background-position: center bottom;
}

@media screen and (max-width: 1200px) {
	#comfort .well_title{
		left:0px;
	}

	.main_comfort_inside {
		width:100%;
	}

	.main_comfort_left  {
		width:50%;	
	}

	.main_comfort_right {
		width:50%;
	}
}




@media screen and (max-width: 1000px) {
	#comfort .well_title {
		top: 15%;
	}
	#comfort .well_title .pc{
		display:block;
	}

	.main_comfort_slide_wrap {
		height: 500px;
	}

	.main_comfort_left .main_comfort_num {
		/* font-size: 100px; */
	}
	.main_comfort_right {
		/* height: 520px; */
	}

	.main_comfort_left{
		padding: 16% 0 0;
	}

}

@media screen and (max-width: 820px) {
	.main_comfort_slide_wrap .slick-prev.slick-arrow:hover, .main_comfort_slide_wrap .slick-next.slick-arrow:hover {
		background-position: 50% -35px;
	}
	#comfort .well_title {
		position:static;
		text-align:center;
	}
	#comfort .well_title .pc{
		display:none;
	}

	.main_comfort_inside {
		width:100%;
		margin:50px auto 0;
	}

	.main_comfort_slide_wrap {
		height: auto;
	}
	
	.main_comfort_left {
		width: 100%;
		float: none;
		height: 370px;
		padding: 20px 0 0;
	}
	.main_comfort_left .main_comfort_num {
		font-size: 80px;
	}

	.main_comfort_title{
		font-size: 23px;
		margin-bottom: 15px;
	}
	.main_comfort_left .main_comfort_text {
		font-size: 16px;
	}
	.main_comfort_right {
		width: 100%;
		float: none;
		/* height: 380px; */
	}
	.main_comfort_slide_wrap .slick-prev.slick-arrow {
		left:0;
		bottom: 0;
		width: 35px;
		height: 35px;
	}

	.main_comfort_slide_wrap .slick-next.slick-arrow {
		left:43px;
		bottom: 0;
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width: 600px) {
	.main_comfort_left {
		width: 100%;
		float: none;
		height: 300px;
		padding: 20px 0 0;
	}

	.main_comfort_title {
		font-size: 20px !important;
		margin-bottom: 8px;
	}
	.main_comfort_right {
		height: 300px;
		background-size: auto 100%;
	}


	.comfort_img_6,
	.comfort_img_7{
		background-size: auto 70%;
	}


	.main_comfort_left .main_comfort_num{
		font-size: 60px;
		letter-spacing: -2px;
		margin-bottom: 15px;
	}

	.main_comfort_left .line{
		margin: 20px 0;
	}

	.main_comfort_left .small_text{
		font-size: 14px;
	}

	.main_comfort_left .main_comfort_text{
		font-size: 14px;
	}


}

/* ========== special ========== */
/* ========== special ========== */
/* ========== special ========== */
#special{
	background-color:#193553;
	position:relative;
	padding: 175px 0;
}
#special .well_title{
	text-align:center;
}

#special .well_title > span{
	color: #fff;
}

#special .well_title > h2{
	color: #fff;
}

#special .well_title > h2 span{
	color: #60c3ef;
}


#special .tab_menu{
	margin-top: 80px;
	background-color: #fff;

	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid  #d5d5d5;
	border-radius: 20px 20px 0 0;
}

#special .tab_menu li{
	box-sizing: border-box;
	padding: 25px 0;
	font-size: 1.25rem;
	color: #333;

	position: relative;
	transition: color 0.3s;
	cursor: pointer;
}

#special .tab_menu li::after{
	content: "";

	width: 0px; height: 0px;
	border-radius: 50%;
	background-color: #15589b;

	position: absolute;
	left: 50%; bottom: 0;
	transform: translate(-50%, 50%) ;

	opacity: 0; transition: 0.3s;
}

#special .tab_menu li.active{
	color: #15589b;
	font-weight: 600;
}

#special .tab_menu li.active::after{
	opacity: 1;
	width: 10px; height: 10px;
}


#special .tab_cont{
	background-color: #fff;

	box-sizing: border-box;

	padding: 50px 60px;

	border-radius: 0 0 20px 20px;
}

#special .tab_cont .cont{
	display: flex;
	flex-wrap: wrap;
}


#special .tab_cont .cont > .cont_tit{
	width: 100%;
	text-align: center;
}

#special .tab_cont .cont > .cont_tit h3{
	font-size: 30px; color: #15589b;
	font-weight: 600;

	padding-bottom: 20px;
	position: relative;
}

#special .tab_cont .cont > .cont_tit h3::after{
	content: "";

	width: 80px; height: 3px; 
	background-color: #15589b;

	position: absolute;
	bottom: 0; left: 50%;
	transform: translateX(-50%);
}

#special .tab_cont .cont > .cont_tit p{
	margin-top: 20px; font-size: 18px;
	color: #666;
}


#special .tab_cont .cont .cont_left{
	width: 45%;
	margin-top: 50px;
}

#special .tab_cont .cont .cont_left figure{
	width: 100%; height: auto;
	padding-bottom: 95%;

	position: relative;
	overflow: hidden;
}

#special .tab_cont .cont .cont_left figure img{
	position: absolute;
	width: 100%;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}


#special .tab_cont .cont .cont_right{
	width: 55%;
	margin-top: 50px;
	box-sizing: border-box;
	padding-left: 45px;
}

#special .tab_cont .cont .cont_right .clinic_desc{
	font-size: 18px;
	word-break: keep-all;
	line-height: 1.4;
}

#special .tab_cont .cont .cont_right .box{
	margin-top: 45px;
}

#special .tab_cont .cont .cont_right .box .box_tit{
	font-size: 20px; color: #15589b;
	font-weight: 600;

	display: flex; width: 100%;
	align-items: center;
	gap: 10px;
}

#special .tab_cont .cont .cont_right .box_tit .icon{
	display: flex;
	justify-content: center; align-items: center;
	width: 20px; height: 20px;
	background-color: #15589b;
	border-radius: 50%;
}

#special .tab_cont .cont .cont_right .box_tit .icon i{
	color: #fff; font-size: 14px;
	padding-left: 1px;
}

#special .tab_cont .cont .cont_right .box_desc{
	margin-top: 30px;
	font-size: 18px; word-break: keep-all;
	line-height: 1.3;
}

#special .tab_cont .cont .cont_right .box_list{
	margin-top: 30px;
	display: flex; gap: 15px;
}

#special .tab_cont .cont .cont_right .box_list li{
	width: calc(95% / 5);
}

#special .tab_cont .cont .cont_right .box_list li figure{
	width: 100%;
}

#special .tab_cont .cont .cont_right .box_list li figure img{
	width: 100%;
}

#special .tab_cont .cont .cont_right .box_list li p{
	word-break: keep-all;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	color: #15589b;
	line-height: 1.3; font-weight: 600;
	font-size: 16px;
}

@media all and (max-width: 1200px) {
	
}


@media screen and (max-width: 1024px) {
	#special{
		padding: 130px 0;
	}

	#special .tab_menu{
		margin-top: 70px;
	}
	
	#special .tab_menu li{
		font-size: 1.125rem;
		padding: 22px 0;
	}


	#special .tab_cont .cont .cont_right .box_list{
		flex-wrap: wrap;
	}

	#special .tab_cont .cont .cont_right .box_list li{
		width: 20%;
	}



}


@media screen and (max-width: 900px) {
		#special .tab_menu{
			flex-wrap: wrap;
		}

	#special .tab_menu li{
		font-size: 16px;

		width: 50%;
		text-align: center;
	}

	#special .tab_menu li::after{
		display: none;
	}

	#special .tab_menu li:nth-child(-n+4){
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	#special .tab_menu li:nth-child(2n){
		border-right: 0;
	}

	#special .tab_cont{
		padding: 50px;
	}

	#special .tab_cont .cont{
		align-items: center;
		justify-content: center;
	}

	#special .tab_cont .cont .cont_left{
		width: 60%;
		margin-top: 35px;
	}
	#special .tab_cont .cont .cont_left figure img{}

	#special .tab_cont .cont .cont_right{
		width: 100%;
		margin-top: 35px;
	}

	#special .tab_cont .cont > .cont_tit h3{
		font-size: 25px;
	}

	#special .tab_cont .cont > .cont_tit p{
		font-size: 17px;
	}


	#special .tab_cont .cont .cont_right .clinic_desc{
		font-size: 17px;
	}

	#special .tab_cont .cont .cont_right .box{
		margin-top: 35px;
	}

	#special .tab_cont .cont .cont_right .box_desc{
		font-size: 17px;
		margin-top: 15px;
	}

	#special .tab_cont .cont .cont_right .box_list li{
		widtH: 17%;
	}

	#special .tab_cont .cont .cont_right .box_list li p{
		font-size: 15px;
		 width: 70%;
		margin: 15px auto 0;
	}
}



@media screen and (max-width: 600px){
	#special{
		padding: 80px 0 100px;
	}
	#special .tab_menu{
		margin-top: 35px;
	}
	#special .tab_menu li{
		padding: 15px 0;
		font-size: 14px;
	}


	#special .tab_cont .cont > .cont_tit h3{
		font-size: 22px;
	}

	#special .tab_cont .cont > .cont_tit p{
		font-size: 15px;
	}

	#special .tab_cont .cont .cont_left{
		width: 100%;
	}


	#special .tab_cont .cont .cont_right{
		padding-left: 0;
	}

	#special .tab_cont .cont .cont_right .clinic_desc{
		font-size: 14px;
	}


	#special .tab_cont .cont .cont_right .box{
		margin-top: 20px;
	}

	#special .tab_cont .cont .cont_right .box .box_tit{
		font-size: 16px;
		gap: 7px;
	}

	#special .tab_cont .cont .cont_right .box_tit .icon{
		width: 17px; height: 17px;
	}

	#special .tab_cont .cont .cont_right .box_tit .icon{
		font-size: 13px;
	}

	#special .tab_cont .cont .cont_right .box_desc{
		font-size: 14px;
		margin-top: 10px;
	}

	#special .tab_cont .cont .cont_right .box_list li p{
		font-size: 13px;
	}

	#special .tab_cont .cont .cont_right .box_list{
		margin-top: 15px;
	}

	#special .tab_cont .cont .cont_right .box_list li{
		widtH: 29%;
	}



	#special.fixed .tab_menu{
		position: fixed; 
		top: 15px; left: 50%;
		/* width: 90%; */
		width: 95%;
		transform: translateX(-50%);
		z-index: 3;
	}

	#special.fixed.not-fixed .tab_menu{
		position: static;
		width: 100%;
		transform: unset;
	}

	#special.fixed .tab_cont{
		padding-top: 235px;
	}

	#special.fixed.not-fixed .tab_cont{
		padding-top: 50px;
	}

}






/* ========== bfaf ========== */
/* ========== bfaf ========== */
/* ========== bfaf ========== */
#bfaf{
	background:url("/img/bfaf/bfaf_background.png") no-repeat 105% 105% #f7f7f7;
}
#bfaf .well_title{
	text-align:center;
}

#bfaf .bfaf_list > ul{
	overflow:hidden;
}
#bfaf .bfaf_list > ul > li{
	float:left;
	width:49%;
	padding-top:50px;
	margin-right:2%;
}
#bfaf .bfaf_list > ul > li:nth-child(2n){
	margin-right:0;
}
#bfaf .bfaf_list > ul > li > h2{
	text-align:center;
}
#bfaf .bfaf_list > ul > li > h2 > span{
	display:inline-block;
	padding:15px 40px;
	background-color:#004371;
	color:#fff;
	font-size:20px;
	font-weight:700;
	box-shadow:5px 5px 0px #3f95cf;
}
#bfaf .bfaf_list > ul > li > p {
	text-align:center;
	font-weight:300;
	padding:20px 0;
	color:#555;
	font-size:16px;
	line-height:1.3;
}
#bfaf .bfaf_list > ul > li > img{
	width:100%;
}

@media screen and (max-width: 750px) {
	#bfaf{
		background:url("/img/bfaf/bfaf_background.png") no-repeat 105% 105% #f7f7f7;
		background-size:50%;
	}
	#bfaf .bfaf_list > ul > li{
		float:none;
		width:100%;
		padding-top:30px;
		margin-right:0;
	}
	#bfaf .bfaf_list > ul > li > h2 > span{
		font-size:16px;
		padding:10px 30px;
	}
	#bfaf .bfaf_list > ul > li > p {
		font-size:14px;
		padding:15px 0;
	}
}

/* ========== gallery ========== */
/* ========== gallery ========== */
/* ========== gallery ========== */
#gallery{
	position: relative;
	padding: 175px 0;
	border-top: 1px dashed #15589b;
}
#gallery .well_title{
	padding-top: 50px;
	position: relative;
}

#gallery .well_title::after{
	content: "";

	width: 30px; height: 1px;
	background-color: #15589b;

	position: absolute;
	top: 0; left: 0;
}
#gallery .look_slide_wrap{
	padding-top:50px;
}

#gallery .look_slide2_wrap{
	position: absolute;
	right: 17vw; bottom: 175px;
	width: 30%; height: 120px;
	overflow: hidden;
}


#gallery .look_slide2_wrap .slick-list {
    margin:0 -20px;
}

#gallery .look_slide2_wrap .slick-slide {
    margin:0 20px;
}

#gallery .look_slide2_wrap img{
	width: 100%;
	cursor: pointer;
	opacity: 0.5;
	filter: grayscale(0.5);

	transition: 0.3s;
}

#gallery .look_slide2_wrap img:hover{
	opacity: 0.7;
	filter: grayscale(0.7);
}



#gallery .look_slide2_wrap .slick-current img{
	opacity: 1;
	filter: unset;
}

.look_left {
	width:100%;
	max-height:100%;
    max-width: 50%;
    float: left;
}
.look_left > img{
	width:100%;
	height:auto;
}

.look_right {
    width: 50%;
    float: left;
	padding: 50px;
	padding-top: 0;
	box-sizing: border-box;
}

.look_right .look_title {
    font-size: 30px;
    font-weight: 700;
	color: #333;
	margin-top: 80px;
}

.look_right span.line {
	display:inline-block;
    width:80px;
	height:3px;
	background-color:#15589b;
	margin:20px 0;
}

.look_right .look_text{
    font-size: 18px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 1.4;
}

#gallery .slick-prev.slick-arrow {
    position: absolute;
    right: 44vw;
    bottom: 16vh;
    background: url('/img/comfort/arrow_left.png');
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-size: cover;
    z-index: 2;
    outline: none !important;
    cursor: pointer;
}
#gallery .slick-next.slick-arrow {
    position: absolute;
    right: 41vw;
    bottom: 16vh;
    background: url('/img/comfort/arrow_right.png');
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-size: cover;
    z-index: 2;
    outline: none !important;
    cursor: pointer;
}
#gallery .slick-prev.slick-arrow:hover, #gallery .slick-next.slick-arrow:hover {
	background-position: 50% -40px;
}


@media screen and (max-width: 1660px){
	#gallery{
		height: 750px;
	}

	#gallery .look_slide_wrap{
		height: 100%;
	}

	#gallery .slick-list,
	#gallery .slick-track{
		height: 100%;
	}

	.look_left{
		height: 100%;
		overflow: hidden;
		position: relative;
	}

	.look_left > img{
		width: auto;
		height: 100%;

		position: absolute;
		top: 50%; left: 50%;
		transform: translate(-50%,-50%);
	}


	#gallery .look_slide2_wrap img{
		width: auto; height: 100%;
	}

	#gallery .look_slide2_wrap {
		right: 10vw;
		width: 37%;
	}
}



@media screen and (max-width: 1440px){
	#gallery .slick-next.slick-arrow{
		right: 40vw;
	}
}



@media screen and (max-width: 1200px){
	#gallery{
		height: 700px;
	}

	#gallery .look_slide2_wrap {
    right: 5vw;
    width: 42%;
}
}


@media screen and (max-width: 1000px){
	#gallery{
		height: auto;
		padding: 130px 0;
	}


	#gallery .well_title::after{
		left: 50%;
		transform: translateX(-50%);
	}

	#gallery .well_title > h2 br{
		display: none;
	}


	.look_right .look_title{
		margin-top: 50px;
	}


	.look_slide{
		display: flex !important;
		flex-direction: column-reverse;
	
	}

	#gallery .look_slide_wrap{
		padding-top: 0;
	}

	.look_left{
		float: none;
		max-width: 70%;
		margin: 0 auto;
		margin-top: 50px;
	}

	.look_left > img{
		position: static;
		transform: unset;
		height: auto; width: 100%;
	}


	.look_right{
		float: none;
		width: 100%;
		text-align: center;
	}

	#gallery .look_slide2_wrap{
		right: auto;
		left: 50px;


		display: none;
	}


	#gallery .slick-prev.slick-arrow{
		right: auto; bottom: auto;
		top: 350px; left: 50%;
		transform: translateX(-125%);
	}
	
	#gallery .slick-next.slick-arrow{
		right: auto; bottom: auto;
		top: 350px; left: 50%;
		transform: translateX(35%);
	}


}



@media screen and (max-width: 900px) {
/* 	#gallery .slick-prev.slick-arrow  {
		left:0;
		bottom:0;
	}
	#gallery .slick-next.slick-arrow{
		left:50px;
		bottom:0;
	} */
	.look_slide > div{
		float:none;
		/* width:100%; */
		max-width:100%;
		height:auto;
	}
	.look_right .look_title {
		font-size: 25px;
	}

	.look_right span.line {
		width:40px;
	}

	.look_right .look_text{
		font-size: 16px;
	}
/* 
	.look_right {
		padding:30px 0 60px;
	} */

	.look_left{
		width: 80%;
	}



	#gallery .slick-prev.slick-arrow{
		top: 330px;
	}
	#gallery .slick-next.slick-arrow{
		top: 330px
	}

}



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

	#gallery .look_slide2_wrap{
		display: none;
	}


	#gallery{
		padding: 80px 0 100px;
	}

	#gallery .well_title{
		padding-top: 30px;
	}

	.look_right .look_title{
		font-size: 20px;
	}

	.look_right .look_text{
		font-size: 14px;
	}

	.look_left{
		width: 100%;
		margin-top: 20px;
	}

	#gallery .slick-prev.slick-arrow {
		top: 265px;
		width: 30px; height: 30px;
	}

	#gallery .slick-next.slick-arrow {
		top: 265px;
		width: 30px; height: 30px;
	}

	#gallery .slick-prev.slick-arrow:hover, #gallery .slick-next.slick-arrow:hover {
		background-position: center bottom;
	}
}



/* ========== clinic ========== */
/* ========== clinic ========== */
/* ========== clinic ========== */
#clinic .well_title{
	text-align:center;
}

.clinic_list{
	overflow:hidden;
	padding-top:50px;
}
.clinic_list > li{
	float:left;
	width:calc(100%/4);
	text-align:center;
}
.clinic_list > li > img{
	margin:0 auto;
}
.clinic_list > li > p{
	font-size:25px;
	text-align:center;
	font-weight:700;
	color:#006BB3;
	padding:20px 0;
}

@media screen and (max-width: 1050px) {
	.clinic_list > li > img{
		width:90%;
		height:auto;
		padding:5%;
	}

	.clinic_list > li > p {
		font-size: 22px;
    }
}

@media screen and (max-width: 600px) {
	.clinic_list > li{
		float:left;
		width:calc(99%/2);
		text-align:center;
	}
	.clinic_list > li > img{
		width:60%;
	}
	.clinic_list > li > p{
		font-size: 18px;
		padding:5px 0;
	}
}

@media screen and (max-width: 450px) {
	.clinic_list > li > img{
		width:70%;
	}

	.well_title > h2 {
		font-size: 30px;
		margin-top: 10px;
	}
}

/* ========== treatment ========== */
/* ========== treatment ========== */
/* ========== treatment ========== */
.treatment {overflow: hidden; padding-top: 50px;}
.treatment > li {width: 45%; float: left;}
.treatment > li:last-child {margin-left: 5%}

.treatment li h3 {
    width: 200px;
    height: 50px;
    background: #253c59;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
    margin: 0 auto 20px;
}

.treatment_content .m_table {
	display: none;
}

.treatment_content table th {
    padding: 10px 5px;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    color: #333;
}

.treatment_content table td {
    padding: 15px 5px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    line-height: 1.4;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    color: #333;
	font-weight: 500;
}

.treatment_plus ul{
	padding-top: 20px;
	position: relative;
	border-left: 2px dashed #ddd;
}


.treatment_plus li {
    color: #333;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    position: relative;
	margin-left: 35%;
    width: 100%;
}


.treatment_plus li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -50px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #006bb3;
}

.treatment_plus li:after {
    position: absolute;
    top: 16px;
    left: -40px;
    color: #fff;
}

.treatment_plus li:first-child:after{content: '1';}
.treatment_plus li:nth-child(2):after{content: '2';}
.treatment_plus li:nth-child(3):after{content: '3';}
.treatment_plus li:nth-child(4):after{content: '4';}
.treatment_plus li:last-child:after{content: '5';}



@media screen and (max-width: 800px) {
	.treatment li h3 {
		margin: 20px auto 20px;
	}

	.treatment li:last-child h3 {
		margin: 60px auto 20px;
	}

	.treatment_plus ul {
		border-left: 0px;
		padding-top: 0px;
	}

	.treatment > li {
		width: 100%;
		float: none;
	}

	.treatment > li:last-child {
		margin-left: 0%;
	}
}

@media screen and (max-width: 600px) {
	.treatment_content table th,
	.treatment_content table td {
		font-size: 14px;
		width: 50%;
	}
}

@media screen and (max-width: 426px){
	.treatment_content .m_table {
		display: block;
	}

	.treatment_content .m_table tr {
		width: 100%;
	}

	.treatment_content .pc_table {
		display: none;
	}

	.treatment_plus li {
		padding: 15px 0;
    }

	.treatment_plus li {
		margin-left: 25%;
    }
}

@media screen and (max-width: 321px){
	.treatment_plus li {
		font-size: 16px;
	}
}




.iconbtm_wrap { padding: 20px; border: 2px solid #253c59; padding: 20px; margin-top: 40px; }

@media screen and (max-width: 800px) {
	.iconbtm_wrap { padding: 0; border: none; padding: 0; }
}




/* ========== price ========== */
/* ========== price ========== */
/* ========== price ========== */

#price{
	background-color: #f9f9f9;

	/* padding: 175px 0; */
	padding: 275px 0 175px;
}

#price .well_title{
	text-align: center;

	position: relative;
}

#price .well_title::after{
	content: "";

	width: 1px; height: 30px;
	background-color: #15589b;

	position: absolute;
	top: -50px; left: 50%;
	transform: translateX(-50%);
}

#price .price_table{
	margin-top: 80px;
}

#price .table{}

#price .table li{
	display: flex; align-items: center;
	background-color: #fff;

	transition: 0.3s;
}

#price .table li:hover{
	background-color: #e1e1e1;
}

#price .table li:not(:last-child){
	border-bottom: 1px solid #d5d5d5;
}

#price .table li:nth-child(2){
	border-radius: 20px 20px 0 0;
}

#price .table li:last-child{
	border-radius: 0 0 20px 20px;
}

#price .table li span{
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 18px 5px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

#price .table li.thead{
	background-color: #15589b;
	border-radius: 50px;
	margin-bottom: 30px;
}

#price .table li.thead span{
	color: #fff; font-weight: 600;
	font-size: 20px;
}

#price .mobile{
	display: none;
}

@media screen and (max-width: 1000px){
	#price{
		padding: 230px 0 130px;
	}

	#price .price_table{
		margin-top: 70px;
	}
}


@media screen and (max-width: 900px){
	#price .price_table{
		margin-top: 60px;
	}
	

	#price .table li.thead{
		margin-bottom: 25px;
	}
	#price .table li.thead span{
		font-size: 18px;
		padding: 16px 5px;
	}

	#price .table li span{
		font-size: 16px;
		padding: 16px 5px;
		line-height: 1.4;
		word-break: keep-all;
	}
}



@media screen and (max-width: 600px){
	#price{
		padding: 150px 0 100px;
	}

	#price .price_table{
		margin-top: 20px;
		overflow-x: scroll;
	}


	#price .table {
		width: 170%;
	}
	
	#price .table li.thead{
		margin-bottom: 15px;
	}
	#price .table li.thead span{
		font-size: 16px;
		padding: 12px 5px;
	}

	#price .table li span{
		font-size: 14px;
		padding: 12px 5px;
	}

	#price .mobile{
		display: block;
		margin-top: 30px;
		font-size: 14px;
		color: #666;
		text-align: center;
	}
}





/* ========== location ========== */
/* ========== location ========== */
/* ========== location ========== */
#location{
	width:100%;
	background-color: #333;
	padding: 95px 0 30px;
}

#location > div{
	position: relative;
	display: flex;
	align-items: center;
}

#location .inner_left, #location .inner_right{
	width: 50%;
}

#location .inner_left{
	box-sizing: border-box;
	padding: 20px 0;
}

#location .inner_left ul{}

#location .inner_left ul > li{
	display: flex;
	gap: 20px;
}

#location .inner_left > ul > li:not(:last-child){
	margin-bottom: 25px;
}

#location .inner_left ul img{
	width: 67px; height: 67px;
}

#location .inner_left ul h4{
	font-size: 20px; color: #fff;
	font-weight: 600;
	padding-top: 23px;
	width: 100px;
}

#location .inner_left ul a{
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding-top: 13px;

	transition: 0.3s;
}

#location .inner_left ul a:hover{
	color: #60c3ef;
}

#location .inner_left li > ul{
	margin-top: 23px;
}

#location .inner_left li > ul li{
	display: flex;
	align-items: center;
}

#location .inner_left li > ul li:not(:last-child){
	margin-bottom: 20px;
}

#location .inner_left li > ul span{
	color: #fff; font-size: 20px;
}


#location .inner_left li > ul span:first-child{
	width: 130px;
}


#location .inner_left > ul > li:nth-child(3) > ul  li:first-child span{
	width: 100%;
}

#location .inner_left > ul > li:nth-child(3) > ul  li:last-child{
	align-items: flex-start;
}

#location .inner_left li > ul span:last-child{}

#location .inner_left li > ul span.bold{
	font-weight: 600;
}

#location .inner_left li > ul span.color{
	border-radius: 20px;
	padding: 8px 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

#location .inner_left li > ul span.color.orange{
	background-color: #ff7d21;
}

#location .inner_left li > ul span.color.green{
	background-color: #6fa203;
}

#location .inner_left li > ul span.small{
	font-size: 16px;
}

#location .inner_left li > ul li.noti{
	color: #fe9f9f;
	font-weight: 600;
	line-height: 1.3;
	font-size: 20px;
}



#location .inner_right{
	box-sizing: border-box;
	padding: 20px;

	border-left: 1px solid #fff;
}

#location .inner_right .map_box{
	position: relative;
	width: 100%; height: 610px;
	overflow: hidden;
}

#location .inner_right .map_box .map{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);

	width: 100%; height: 100%;
}

#location .inner_right .map_box .map .wrap_map{
	height: 100%;
}
#location .inner_right .map_box .map .wrap_btn_zoom{
	display: none;
}



@media screen and (max-width: 1200px){
	#location .inner_left li > ul li{
		flex-wrap: wrap;
	}

	#location .inner_left li > ul span.small{
		width: 100%;
	}

	#location .inner_left ul > li:last-child ul li span:last-child{
		width: 100%;
	}

}



@media screen and (max-width: 1080px){
	#location > div{
		flex-direction: column-reverse;	
	}


	#location .inner_right{
		width: 100%; border-left: 0;
		border-bottom: 1px solid #fff;
	}


	#location .inner_right .map_box{
		height: 520px;
	}

	#location .inner_left li > ul span.small{
		width: auto;
	}
	#location .inner_left ul > li:last-child ul li span:last-child{
		width: auto;
	}
}



@media screen and (max-width: 1000px){
	#location .inner_left{
		width: 65%;
	}


	#location .inner_left ul img{
		width: 60px; height: 60px;
	}


	#location .inner_left ul h4{
		font-size: 18px;
	}

	#location .inner_left ul a{
		font-size: 35px;
	}

	#location .inner_left li > ul span{
		font-size: 18px;
	}

	#location .inner_left li > ul li.noti{
		font-size: 18px;
	}

	#location .inner_left > ul > li:not(:last-child) {
		margin-bottom: 20px;
	}
}




@media screen and (max-width: 900px){
	#location .inner_right .map_box{
		height: 435px;
	}

	#location .inner_left{
		width: 75%;
	}
}



@media screen and (max-width: 600px){
	#location{
		padding: 35px 0 30px;
	}
	#location .inner_left{
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}


	#location .inner_left ul > li{
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
	}


	#location .inner_right .map_box{
		height: auto; padding-bottom: 100%;
	}

	#location .inner_left ul img{
		width: 40px; height: 40px;
	}


	#location .inner_left ul a{
		width: 100%;
		padding-top: 0;
		text-align: center;
		font-size: 30px;
	}

	#location .inner_left li > ul{
		margin-top: 0;
	}

	#location .inner_left ul h4{
		padding-top: 12px;
		text-align: center;
		width: auto;
	}


	#location .inner_left > ul > li:not(:last-child){
		margin-bottom: 30px;
	}


	#location .inner_left li > ul span.small{
		width: 100%;
		text-align: center;
	}

	#location .inner_left ul > li:last-child ul li span:last-child{
		width: 100%;
	}

	#location .inner_left ul > li:last-child ul li span{
		text-align: center;
	}

	#location .inner_left ul > li:nth-last-child(-n+2) ul li span{
		text-align: center;
	}

	#location .inner_left li > ul span{
		font-size: 15px;
	}

	#location .inner_left li > ul li.noti{
		font-size: 16px;
		text-align: center;
	}


	#location .inner_left li > ul span.color{
		font-size: 14px;
	}

	#location .inner_left li > ul span.small{
		font-size: 14px;
	}


	#location .inner_left li > ul span:first-child {
		width: 115px;
	}
}


/* 기타 사항 */

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

}


