#clinicTop.clinic1 {background-image:url('/anesth/images/sub/clinictop-clinic1.png');}
#clinicTop.clinic3 {background-image:url('/anesth/images/sub/clinictop-clinic3.jpg');}
#clinicTop.clinic3-1 {background-image:url('/anesth/images/sub/clinictop-clinic3-1.jpg');}
#clinicTop.clinic3-2 {background-image:url('/anesth/images/sub/clinictop-clinic3-2.jpg');}
#clinicTop.clinic3-3 {background-image:url('/anesth/images/sub/clinictop-clinic3-3.jpg');}
#clinicTop.clinic3-4 {background-image:url('/anesth/images/sub/clinictop-clinic3-4.jpg');}
#clinicTop.clinic3-4-2 {background-image:url('/anesth/images/sub/clinictop-clinic3-4-2.jpg');}
#clinicTop.intro3-4 {background-image:url('/anesth/images/sub/clinictop-intro3-4.png');}

#linkBox{display: flex; flex-wrap: wrap; gap:40px 10px;}
#linkBox li{width: calc((100% - 40px)/5);}
#linkBox li p{padding:10px 0; font-size: clamp(16px,1.5vw,22px);  font-weight: 500; color: #555; font-family: 'GmarketSans';}
#linkBox li img{transition: all .25s ease-in-out; max-width: 100%;}
#linkBox li .img{overflow: hidden; position: relative;}
#linkBox li .img .more{transition: all .25s ease-in-out; z-index: 2; visibility: hidden; opacity: 0; width: 100%; height: 100%; background-color: #64589499; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff ; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 500;font-family: 'GmarketSans';}
#linkBox li:hover .img .more{visibility: visible; opacity: 1;}
#linkBox li:hover img{transform: scale(1.1);}
@media all and (max-width:976px){
    #linkBox{gap: 20px 10px;}
    #linkBox li{width: calc((100% - 20px)/3);}
}
@media all and (max-width:568px){
    #linkBox{gap: 20px 10px;}
    #linkBox li{width: calc((100% - 10px)/2);}
}



#intro1Top {overflow:hidden; position:relative}
#intro1Top:before {content:""; position:absolute; bottom:0; left:50%; margin-left:-0.5px; width:1px; height:35%; background:#e0deea; z-index:1;}
#intro1Top h3 {font-size:60px; font-weight:200; line-height:1.2em; color:#222; position:relative }
#intro1Top img {width:100%; margin-top:-35px}
#intro1Top dl {margin-top:4%; padding-left:8%; width:50%; float:right }
#intro1Top dl dt {font-size:30px; color:#222;  font-family: 'Marcellus', serif; }
#intro1Top dl dd {margin-top:1em; font-size:18px; max-width:90%;  line-height:1.6em;  }
@media all and (max-width:976px) {
	#intro1Top h3 {font-size:50px;}
}
@media all and (max-width:767px) {
	#intro1Top:before {display:none}
	#intro1Top h3 {font-size:6.5vw}
	#intro1Top img { margin:6% 0}
	#intro1Top dl {margin-top:0; text-align:center;  padding-left:0; width:100%}
	#intro1Top dl dd {width:85%; margin:1em auto 0}
}



#history h3 { font-size:130px;  line-height:0.8em;  width:50%; padding-right:8%; text-align:right; color:#645894; font-family: 'Marcellus', serif; position:absolute; left:0;; top:0; font-weight:normal }

.his_wrap {padding-top:180px; overflow:hidden; box-sizing:border-box; position:relative; }
.his_wrap:before{content:""; position:absolute; top:0; left:50%; margin-left:-0.5px; width:1px; height:100%; background:#e0deea; z-index:1;}

.his_wrap .his_bx{box-sizing:border-box; padding-top:5em; position:relative; overflow:hidden;}
.his_wrap .his_bx .in{clip: rect(auto, auto, auto, auto); top:0; left:0; width:100%; height:100%; position:absolute; z-index:0; overflow:hidden;}
.his_wrap .his_bx .in .bg{position: fixed; display: block; top: 0; left: 0; width: 100%; height: 100%; background-repeat:no-repeat; background-position:center center; transform: translateZ(0); will-change: transform; }
.his_wrap .his_bt{padding-bottom:8em}

.his_wrap li {position:relative; z-index:2;  width:50%; float:right; text-align:left; padding:0 20px 3em 5%; box-sizing:Border-box; }
.his_wrap li:before {content:""; position:absolute; top:0.45em; left:-4px; width:9px; height:9px; border-radius:100%; background:#645894; }
.his_wrap li+li{clear:both;}

.his_wrap li .t { position:relative; font-size:50px;  font-family:'Playfair Display'; margin-bottom:50px; color:#645894; font-weight: 700; line-height:0}
.his_wrap li .c { margin-bottom:1em;  }
.his_wrap li .c dt { font-size:26px; width:50px; display:inline-block; vertical-align:top; color:#222; line-height:1.2em; }
.his_wrap li .c dd { font-size:18px; width:calc(100% - 50px); display:inline-block; vertical-align:top; line-height:1.6em; }

.his_wrap li:nth-of-type(2n) {float:left; text-align:right; padding:0 5% 3em 20px;}
.his_wrap li:nth-of-type(2n)::before { left:unset; right:-5px; }
.his_wrap li:nth-of-type(2n) dt{float:right; }
.his_wrap li:nth-of-type(2n) .c p::before { left: unset; right:0; }

@media all and (max-width:1024px) {
	#history h3 { font-size:100px; }
}
@media all and (max-width:767px) {
	#history {margin-top:15%}
	#history h3 {margin-bottom:8%;  font-size:90px;  width:100%; padding-right:0; position:inherit}
	
	.his_wrap {padding-top:0; }
	.his_wrap .his_bx{ padding-left:10px;}
	.his_wrap:before{ margin-left:0; left:10px;  }
	.his_wrap li{ width:100%; padding:0 0 7em 8%; }
	.his_wrap li:before {top:0}
	.his_wrap li .t { font-size: 4.0rem; }
	.his_wrap li .t:before { top:0.35em;  }
	.his_wrap li .c dt{ width:50px; }
	.his_wrap li .c dd{width:calc(100% - 50px); }

	.his_wrap li:nth-of-type(2n){float:right; text-align:left;  padding:0 0 7em 8%;}
	.his_wrap li:nth-of-type(2n)::before { left:-5px; right:inherit }
	.his_wrap li:nth-of-type(2n) dt{float:left; }
}
@media all and (max-width:480px) {
	#history h3 { font-size:24vw; }

	.his_wrap li .t { margin-bottom:40px; }
	.his_wrap li .c dt { font-size:22px; width:40px;}
	.his_wrap li .c dd { font-size:16px;  width:calc(100% - 40px); }
}







#intro1Vision { display:flex; flex-wrap:wrap; justify-content:center; align-items: center;}
#intro1Vision #contWrap h3 {margin-left:-60px; font-size:130px; color:#645894; font-family: 'Marcellus', serif; font-weight:normal; }
#intro1Vision #contWrap h3 .t1 { font-size:50px; color:#222; font-weight:200; font-family:'SUIT'}
#intro1Vision #contWrap ul {display:flex; gap:30px; flex-wrap:wrap; margin-top:5em; max-width:910px;  padding-left:15%}
#intro1Vision #contWrap ul li {width:calc(50% - 30px)}
#intro1Vision #contWrap ul li dl {padding:30px 0 20px; border-top:1px solid rgba(100,88,148,0.15); }
#intro1Vision #contWrap ul li dl dt {font-size:28px; color:#222; font-weight:600}
#intro1Vision #contWrap ul li dl dd {margin-top:0.7em; font-size:1.8rem; line-height:1.4em;}


@media all and (max-width:1499px) {
	#intro1Vision #imgWrap { width:35%}
	#intro1Vision #imgWrap img { width:100%}
	#intro1Vision #contWrap { width:65%}
}
@media all and (max-width:1399px) {
	#intro1Vision {align-items: top;}
	#intro1Vision #contWrap ul {padding-left:10%;  margin-top:5%;}
	#intro1Vision #contWrap ul li dl {padding:20px 0 10px;}
}
@media all and (max-width:1024px) {
	#intro1Vision {flex-wrap:wrap}
	#intro1Vision #imgWrap { width:100%; text-align:center} 
	#intro1Vision #imgWrap img {width:80%; max-width:480px}
	#intro1Vision #contWrap { width:100%}
	#intro1Vision #contWrap h3 {margin-left:0; font-size:100px}
	#intro1Vision #contWrap h3 .t1 { font-size:35px}
	#intro1Vision #contWrap ul {max-width:100%;  padding-left:0}
	#intro1Vision #contWrap ul li dl dt {font-size:24px;}
}
@media all and (max-width:767px) {
	#intro1Vision #contWrap ul {flex-wrap:wrap; gap:0; width:90%; margin:0 auto}
	#intro1Vision #contWrap ul li {width:100%}
	#intro1Vision #contWrap h3 {font-size:90px; margin-top:-60px}
	#intro1Vision #contWrap h3 .t1 {display:none}
}



#intro1Value #engTitle {text-align:right; margin-bottom:8em;}
#intro1Value #engTitle h3 {font-size:130px; color:#645894; font-family: 'Marcellus', serif; font-weight:normal; line-height: 1em }
#intro1Value #engTitle .t1 { font-size:30px; color:#222; font-weight:200; font-family:'SUIT'}
#intro1Value ul {display:flex; flex-wrap:wrap; justify-content:center; gap:100px}
#intro1Value ul li {text-align:center}
#intro1Value ul li .icon {width:250px; height:250px; border:1px solid rgba(100,88,148,0.15); border-radius:100%;
							display:flex; justify-content:center; align-items: center;}
#intro1Value ul li dl {margin-top:3em; }
#intro1Value ul li dl dt {font-size:28px; color:#222; font-weight:600}
#intro1Value ul li dl dd {margin-top:0.7em; font-size:1.8rem; line-height:1.4em;}

@media all and (max-width:1024px) {
	#intro1Value #engTitle h3 {font-size:100px}
	#intro1Value #engTitle .t1 { font-size:25px; }

	#intro1Value ul { gap:0}
	#intro1Value ul li {width:31%; margin:0 1%}
	#intro1Value ul li .icon {width:25vw; height:25vw; margin:0 auto}
	#intro1Value ul li dl dt {font-size:24px;}
}
@media all and (max-width:767px) {
	#intro1Value #engTitle h3 {font-size:90px}
	#intro1Value ul li {width:48%; margin:0 1% 3em 1%}
	#intro1Value ul li .icon {width:30vw; height:30vw;}
	#intro1Value ul li .icon img {width:60%}
	#intro1Value ul li dl {margin-top:1em; }
}
@media all and (max-width:480px) {
	#intro1Value #engTitle h3 { font-size:24vw; }
	#intro1Value #engTitle .t1 {font-size:6vw; margin-top:3vw}

	#intro1Value ul li {width:98%;}
	#intro1Value ul li .icon {width:40vw; height:40vw;}
}





#introTitle h3 {font-size:60px; font-weight:200; color:#222}
#introTitle h3 br.br480 {display:none}
#introTitle .t1 {font-size:16px; margin-top:1.5em}

@media all and (max-width:976px){
	#introTitle h3 {font-size:50px; }
}
@media all and (max-width:767px){
	#introTitle.intro3 h3 br {display:none }
}
@media all and (max-width:480px){
	#introTitle h3 {font-size:40px; }
	#introTitle.intro3 h3 br.br480 {display:block}
}
@media all and (max-width:360px){
	#introTitle.intro3-1 h3 br  {display:none}
}



#intro3Circle {padding-top:6em; width:90%; max-width:1280px; margin:5em auto 0; display:flex; justify-content:space-between;; position:relative}
#intro3Circle:before {content:'DIFFERENTIATION'; font-size:120px; color:#645894; opacity:.09; position:absolute; left:50%; top:0; transform:translateX(-50%); z-index:-1;  font-family: 'Marcellus', serif;}
#intro3Circle li {text-align:center}
#intro3Circle li:nth-child(2) {margin-top:30px}
#intro3Circle li .img {border-radius:100%; overflow:hidden}
#intro3Circle li dl {margin-top:3em;}
#intro3Circle li dl dt {font-size:28px; font-weight:600; color:#222}
#intro3Circle li dl dd {margin-top:0.5em; font-size:18px; }

@media all and (max-width:1280px){
	#intro3Circle { justify-content:center;;}
	#intro3Circle:before { font-size:11vw; }
	#intro3Circle li {width:31%; margin:1%;}
	#intro3Circle li .img img {width:100%}
	#intro3Circle li:nth-child(2) {margin-top:40px}
}
@media all and (max-width:640px){
	#intro3Circle {flex-wrap:wrap}
	#intro3Circle li {width:46%; margin:2%;}
	#intro3Circle li:nth-child(2) {margin-top:2%}
}
@media all and (max-width:480px){
	#intro3Circle li dl dt {font-size:24px;}
	#intro3Circle li dl dd { font-size:17px; }
}


#intro3List {margin:5em auto 0; display:flex; flex-wrap:wrap; gap:50px; justify-content:center;}
#intro3List > li {width:362px;}
#intro3List > li img {width:100%;}
#intro3List > li dl {margin-top:3em;}
#intro3List > li dl dt {font-size:28px; font-weight:600; color:#222; text-align:center}
#intro3List > li dl dd {margin-top:0.8em; font-size:17px; line-height:1.5em }




#halfWrap {display:flex; padding-top:4em; margin-top:8em;  border-top:1px solid #DDD}
#halfWrap #title {width:300px; }
#halfWrap #title h3 {font-size:40px; font-weight:200; color:#645894}
#halfWrap #cont {width:calc(100% - 300px);}
#halfWrap #cont .in-box {margin-bottom:5em}
#halfWrap #cont h3 {font-size:28px; color:#222; font-weight:400 }
#halfWrap #cont > dl {padding-left:30px}
#halfWrap #cont > dl dt {font-size:20px; margin:20px 0; color:#222}
#halfWrap #cont > dl dt span {border-radius:30px; padding:0.2em 0.8em; margin-right:10px; background:#906692; color:#FFF; font-weight:400; display:inline-block}
#halfWrap #cont > dl dd {font-size:18px; line-height:1.6em }

#halfWrap #cont .in-box > dl dt {font-size:20px; margin:20px 0; color:#222}
#halfWrap #cont .in-box > dl dt span {border-radius:30px; padding:0.2em 0.8em; margin-right:10px; background:#906692; color:#FFF; font-weight:400; display:inline-block}
#halfWrap #cont .in-box > dl dd {font-size:18px; line-height:1.6em }


#halfWrap.intro3-1 #title { width:400px}
#halfWrap.intro3-1 #title h3 { color:#222}
#halfWrap.intro3-1 #cont {width:calc(100% - 400px);}
#halfWrap.intro3-1 #cont h4 {margin:2em 0 1em 0; font-size:24px; color:#222; font-weight:500 }
#halfWrap.intro3-1 #cont > dl {padding-left:0; margin-top:20px; }
#halfWrap.intro3-1 #cont > dl dt { font-size:28px; font-weight:600; color:#645894}
#halfWrap.intro3-1 #cont .img {margin:50px 0 30px}
#halfWrap.intro3-1 #cont .img  img {width:80%;}
#halfWrap.intro3-1 #cont .imglist {margin:30px 0 50px; display:flex; gap:10px; }
#halfWrap.intro3-1 #cont .imglist > li img {width:100% }

@media all and (max-width:1280px){
	#halfWrap.intro3-1 {flex-wrap:wrap; padding-top:6em; margin-top:5em;}
	#halfWrap.intro3-1 #title { width:100%; text-align:center}
	#halfWrap.intro3-1 #title h3 { margin-bottom:1em; }
	#halfWrap.intro3-1 #cont {width:100% ; text-align:center}
}
@media all and (max-width:480px){
	#halfWrap.intro3-1 #title h3 {font-size:30px; }
	#halfWrap.intro3-1 #cont > dl dt { font-size:24px; }
}


#bdList {display:flex; flex-wrap:wrap; gap:10px;}
#bdList li {padding:1em 1.5em; width:calc(50% - 5px);  border-radius:50px; border:1px solid rgba(100,88,148,0.2); 
			font-size:18px; color:#222}
@media all and (max-width:1280px){
	#bdList.intro3-1 li {text-align:left}
}
@media all and (max-width:1280px){
	#bdList.intro3-1 li {width:calc(100% - 5px)}
}




#circleListLine {display:flex; justify-content:center; gap:30px; }
#circleListLine li {width:280px; height:280px; border:1px solid rgba(100,88,148,0.2);  text-align:center; border-radius:100%; display:flex; align-items: center;  justify-content:center;   }
#circleListLine li > dl dt { margin-bottom:1em; font-size:18px; color:#645894;  font-family: 'Marcellus', serif;}
#circleListLine li > dl dd {font-size:24px; color:#222}

#circleListLine.intro3-1 { justify-content:left; gap:20px; }
#circleListLine.intro3-1 li {width:230px; height:230px; }
#circleListLine.intro3-1 li > dl {padding-left:0}
#circleListLine.intro3-1 li > dl dd {font-size:20px;}


#circleListLine.intro3-3 {flex-wrap:wrap; gap:10px}
#circleListLine.intro3-3 li {width:220px; height:220px}
#circleListLine.intro3-3 li > dl dd {font-size:20px;}


@media all and (max-width:1480px){
	#circleListLine.intro3-1 { gap:10px; }
	#circleListLine.intro3-1 li {width:16vw; height:16vw; }
}
@media all and (max-width:1280px){
	#circleListLine.intro3-1 { gap:10px; justify-content:center; }
	#circleListLine.intro3-1 li {width:180px; height:180px; }
}
@media all and (max-width:976px){
	#circleListLine.intro3-1 { flex-wrap:wrap; max-width:370px; margin:0 auto}
}
@media all and (max-width:480px){
	#circleListLine.intro3-1 li {width:37vw; height:37vw; }
	#circleListLine.intro3-1 li > dl dt { margin-bottom:0.5em; font-size:16px; }
	#circleListLine.intro3-1 li > dl dd {font-size:18px;}
	#circleListLine.intro3-3 li {width:45vw; height:45vw}
}




#intro3-2 .in-box {display:flex; align-items: center; padding: 6em 0 6em }
#intro3-2 .in-box #imgWrap {width:960px}
#intro3-2 .in-box #imgWrap img {width:100%}
#intro3-2 .in-box #contWrap { width:calc(100% - 960px); padding-left: 80px; }
#intro3-2 .in-box #contWrap dl dt {font-size:40px; color:#645894; font-weight:500}
#intro3-2 .in-box #contWrap dl dd { font-size:18px; line-height:1.6em; margin-top:1em; }
#intro3-2 .in-box:nth-child(even) #imgWrap { order:2}
#intro3-2 .in-box:nth-child(even) #contWrap { order:1; padding-left:0; padding-right:80px;  text-align:right}

@media all and (max-width:1599px){
	#intro3-2 .in-box #contWrap dl dd  br {display:none}
}
@media all and (max-width:1499px){
	#intro3-2 .in-box #imgWrap {width:860px}
	#intro3-2 .in-box #contWrap { width:calc(100% - 860px); padding-left: 50px; }
	#intro3-2 .in-box:nth-child(even) #contWrap { padding-right:50px;}
}
@media all and (max-width:1280px){
	#intro3-2 .in-box #imgWrap {width:58%}
	#intro3-2 .in-box #contWrap { width:42%; }
	#intro3-2 .in-box:nth-child(even) #contWrap { }
}
@media all and (max-width:1024px){
	#intro3-2 .in-box {flex-wrap:wrap; padding: 6em 0 3em}
	#intro3-2 .in-box #imgWrap {width:100%}
	#intro3-2 .in-box #contWrap { width:100%; padding-left:0; text-align:center }
	#intro3-2 .in-box #contWrap dl {margin-top:3em}
	#intro3-2 .in-box:nth-child(even) #imgWrap { order:1}
	#intro3-2 .in-box:nth-child(even) #contWrap { padding-right:0; text-align:center; order:2}
}

.intro3-2-2-bg {background:#fffbfa;}

#intro3-2-2 {margin-top:6em; display:flex; gap:50px; justify-content:center; flex-wrap:wrap;}
#intro3-2-2 > li {text-align:center}
#intro3-2-2 > li img {width:90%; max-width:500px}
#intro3-2-2 > li dl {margin-top:4em}
#intro3-2-2 > li dl dt {font-size:30px; color:#645894; font-weight:500}
#intro3-2-2 > li dl dd { font-size:18px; line-height:1.6em; margin-top:1em; }

@media all and (max-width:480px){
	#intro3-2-2 > li dl dd br { display:none}
}


#clinicTop.intro3-3 { background-image:url('/anesth/images/sub/clinictop-intro3-3.png');}




#intro3-3-3 { display:flex; flex-wrap:wrap;  justify-content:center; gap:50px }
#intro3-3-3 > li {width:350px; ;  margin-bottom:4em;}
#intro3-3-3 > li .img {width:280px; border-radius:100%; margin:0 auto; overflow:hidden}
#intro3-3-3 > li .img img {width:100%}
#intro3-3-3 > li dl {margin:3em 0 2em; padding-bottom:2em;  text-align:center; border-bottom:1px dashed #DDD}
#intro3-3-3 > li dl dt  { font-size:26px; font-weight:600; color:#333}
#intro3-3-3 > li dl dd  {margin-top:10px; font-size:20px; line-height:1.6em; word-break: keep-all; color:#645894; font-weight:500}
#intro3-3-3 > li .dotList {width:fit-content; margin:0 auto}

@media all and (max-width:976px){
	#intro3-3-3 {  gap:30px }
	#intro3-3-3 > li { margin-bottom:2em;}
}

.dotList li {position:relative; margin-bottom:7px;}
.dotList li:before {content:''; width:4px; height:4px; border-radius:100%; background:#645894; position:absolute; left:0; top:10px;}
.dotList li p {padding-left:10px; line-height:1.4em; font-size:18px }


#intro3-3List {margin-top:5em; display:flex; flex-wrap:wrap;}
#intro3-3List > li {width:46%; margin:3% 2%}
#intro3-3List > li img { width:100% }
#intro3-3List > li dl {margin-top:3em }
#intro3-3List > li dl dt  {margin-bottom:0.7em; font-size:26px; font-weight:600; color:#333}
#intro3-3List > li dl dd  {font-size:18px; line-height:1.6em; word-break: keep-all;}

@media all and (max-width:976px){
	#intro3-3List > li {width:100%;}
}





.doctor_info{width: 100%; display: flex; flex-wrap: wrap;}
.doctor_info > li{width: 22%; margin-right: 4%; margin-bottom: 40px;box-shadow: 0 16px 40px hsla(169,7%,70%,.1);}
.doctor_info > li:nth-child(4n){margin-right: 0;}
.doctor_info > li .img{width: 100%; background: #d7d8dd; overflow: hidden; transition: 0.5s; position: relative;}
.doctor_info > li:hover .img img{transform: scale(1.1); transition: 0.5s;}
.doctor_info > li .img img{width: 100%; transition: 0.5s;}
.doctor_info > li .txt{padding: 20px;}
.doctor_info > li h4{font-size: 1.8rem;margin-bottom: 5px;  color: #222;}
.doctor_info > li h3{font-size: 3rem; color: #222;font-family: 'One-Mobile-Title'; font-weight: normal;margin-bottom: 10px;}
.doctor_info > li h3 span{font-size: 2.3rem;}
.doctor_info > li p{color: #52419d; font-size: 1.4rem; font-weight: bold;}
.doctor_info > li .eng{font-size: 1.8rem; margin-bottom: 10px; font-weight: 700; color: #52419d; opacity: 0.7;}


@media all and (max-width: 1280px){
    .doctor_info > li{width: 31%; margin-right: calc(7%/2);}
    .doctor_info > li:nth-child(4n){margin-right: calc(7%/2);}
    .doctor_info > li:nth-child(3n){margin-right: 0;}
}

@media all and (max-width: 787px){
    .doctor_info > li{width: 100%; margin-right: 0%;}
    .doctor_info > li:nth-child(4n){margin-right: 0%;}
}


.overlay { background-color: rgba(0, 0, 0, 0.7); display: none; bottom: 0; left: 0; opacity: 0; position: fixed; right: 0; top: 0;cursor: default; visibility: hidden; z-index: 999991; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;}
.overlay:target {visibility: visible; opacity: 1; display: block;}
.popup {background-color: #fff;  left: 50%; opacity: 0; padding: 0; position: fixed; top: -100%;  z-index: 999999; -webkit-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%,-50%); transform: translate(-50%, -50%);  -webkit-transition: opacity .8s, top .8s; -moz-transition: opacity .8s, top .8s; -ms-transition: opacity .8s, top .8s;-o-transition: opacity .8s, top .8s; transition: opacity .8s, top .8s;}
.popup::before {content: 'BL Doctor'; font-family: 'Smooch'; font-size: 10rem; bottom: 5%; position: absolute; right: 8%; z-index: -1; color: #52419d49;}
.overlay:target+.popup { top: 50%; opacity: 1; visibility: visible;}
.popup .close { background-color:#52419d; width: 80px; height: 80px; line-height: 80px; position: absolute; right: 0; text-align: center; text-decoration: none; top: 0;}
.popup .close:before { color: #fff; content: ''; background: url('/anesth/images/common/menu_on_close.webp') no-repeat center center; font-size: 40px; font-family:'Linearicons-Free';  width: 40px; height: 40px; position: absolute; left: 50p; top: 50%; transform: translate(-50%, -50%);}
.popup .close:hover { background-color:#444;}
.popup { padding: 3%; width:70%; max-width: 90%; height: 90vh;}


.pop-box{display: flex; justify-content: space-between; height: 45vh; align-items: center; flex-wrap: wrap; border-bottom: 1px dashed #aaa;padding-bottom: 20px;}
.pop-box .l-box{width: 60%; height: 100%; display: flex; flex-wrap: wrap; align-content: center;}
.pop-box .l-box h2{font-size: 2.2rem; line-height: 30px; font-weight: 400; color: #222; width: 100%;}
.pop-box .l-box h2 span{color: #52419d; font-weight: bold;}
.pop-box .l-box h4{width: 100%; margin-top: 30px;font-size: 1.8rem;margin-bottom: 5px; color: #222;}
.pop-box .l-box h3{ margin-bottom: 15px; position: relative;font-size: 3rem; color: #222;font-family: 'One-Mobile-Title'; font-weight: normal;}
.pop-box .l-box h3::before{width: 105%; content: ''; position: absolute; height: 15px; background-color: #52419d2f; top: 70%; left: 50%; z-index: -1; transform: translateX(-50%);}
.pop-box .l-box ul.surkind{display: flex; width: 100%; font-size: 1.6rem; }
.pop-box .l-box ul.surkind li{padding: 0 10px 0 0; color: #52419d;margin-right: 10px; font-weight: bold;}
.pop-box .r-box{width: 30%;}
.pop-box .r-box img{width: 100%;}

.pop-box .l-box .ytb {margin-bottom: 15px; padding: 10px 0; width: 100%; overflow-x: auto;}
.pop-box .l-box .ytb::-webkit-scrollbar {height: 8px; cursor: pointer; background-color: #eee;}
.pop-box .l-box .ytb::-webkit-scrollbar-thumb {background-color: #645894;}
.pop-box .l-box .ytb ul{display: flex;}
.pop-box .l-box .ytb ul li{height: 100px; margin-right: 8px;}
.pop-box .l-box .ytb ul li img{width: auto; max-height: 100%;}



.profile-box{width: 100%; margin: 30px 0; height: 35vh;}
.profile-box h5{font-size: 2.3rem; color: #222; font-family: 'One-Mobile-Title'; font-weight: normal; margin-bottom: 20px;}
.profile-box ul.profile-list{height: 25vh; overflow-y: auto;}
.profile-box ul.profile-list.ytb{height: 7vh;}
.profile-box ul.profile-list li{ position: relative;}
.profile-box ul.profile-list li p{font-size: 1.6rem; padding-left: 15px; color: #222; font-weight: normal; padding-top: 0;}
.profile-box ul.profile-list li::before{content: '•'; position: absolute; left: 0; top: 50%; transform: translateY(-30%);}
.profile-box ul.profile-list::-webkit-scrollbar {width: 12px;}
.profile-box ul.profile-list::-webkit-scrollbar-thumb {background-color: #52419d; border-radius: 10px; background-clip: padding-box;}
.profile-box ul.profile-list::-webkit-scrollbar-track {background-color: #f0ecff; border-radius: 10px; box-shadow: inset 0px 0px 5px white;}
.profile-box ul.profile-list.ytb li p a{color: #52419d;}


/* 약력 + 논문 2줄 */
.profile-box:has(.profile-list-wrap){display:flex; flex-wrap:wrap; gap:0 30px;}
.profile-box .profile-list-wrap{width: calc((100% - 30px)/2);}
.profile-box .profile-list-wrap ul.profile-list{height:15vh;}
.profile-box .profile-list-wrap ul.profile-list li::before{transform:none; top:5px;}

@media all and (max-width:1740px) {
    .br1740{display: none;}
}
@media all and (max-width:1280px) {
    .pop-box .l-box h2{font-size: 2.2rem; line-height: 28px;}
    .pop-box .l-box h4{width: 100%; margin-top: 20px;}
    .pop-box .l-box h3{ margin-bottom:60px;}
    .pop-box .l-box ul.surkind{flex-wrap: wrap;}
    .pop-box .l-box ul.surkind li{padding-right: 5px; margin-right: 5px;}
    .pop-box .r-box{width: 35%;}
    
}
@media all and (max-width:976px) {
    .popup .close { width: 60px; height: 60px; line-height: 60px; }
    .popup .close:before { line-height: 60px; font-size: 30px;}
    .popup {width: 90%;}
}
@media all and (max-width:787px) {
    .pop-box .l-box{width: 100%;}
    .pop-box .r-box{display: none;}
    .profile-box h5{margin-bottom: 10px;}
    .pop-box .l-box h4{margin-top: 4px;}
    .pop-box .l-box h3{margin-bottom: 10px;}
    .pop-box .l-box h2{font-size: 1.5rem; line-height: 1.2em;}
    .pop-box .l-box ul li{font-size: 1.4rem;}
    .popup::before { font-size: 5rem;}

    .pop-box .l-box .ytb ul li{height: 80px;}
}


@media all and (max-width:640px){
    .pop-box{height:40%;}
     .profile-box:has(.profile-list-wrap){height:45vh}
    .profile-box .profile-list-wrap{width: 100%;}
 }

@media all and (max-width:568px) {
    .popup .close { width: 50px; height: 50px; line-height: 50px; }
    .popup .close:before { line-height: 50px; font-size: 24px;}
    .br568{display: none;}
    .pop-box .l-box .ytb ul li{height: 60px;}
}





#intro1-1-title {display:flex; justify-content:space-between; margin:0 0 -45px 2em; position:relative; z-index:3}
#intro1-1-title dt {font-size:100px;   font-family: 'Marcellus', serif;}
#intro1-1-title dd {font-size:22px; color:#222; padding:1.5em 0 0 2em}

@media all and (max-width:1280px){
	#intro1-1-title { margin:0 0 -35px 2em; }
	#intro1-1-title dt {font-size:80px; }
	#intro1-1-title dd {font-size:20px; padding:1.0em 0 0 2em}
}
@media all and (max-width:1024px){
	#intro1-1-title {display:block; text-align:center;  margin:0 auto 4em ;  }
	#intro1-1-title dt {font-size:70px; }
	#intro1-1-title dd {padding:0; margin-top:0.3em; }
}
@media all and (max-width:640px){
	#intro1-1-title dt {font-size:50px; }
	#intro1-1-title dd {font-size:18px; }
}


#intro1-2 {margin-bottom:7em; position:relative; z-index:3}

#intro1-2 .title > h3 {font-size:60px; font-weight:200; line-height:1.2em; color:#222; position:relative }
#intro1-2 .title .t1 {margin-top:1.5em; font-size:16px; line-height:1.6em }


#intro1-2 #hour {width:fit-content; background:#645894; padding:5em; color:#FFF; display:flex; 
						position:absolute; right:0; bottom:-130px}
#intro1-2 #hour h3 {padding-right:50px; font-size:30px; }
#intro1-2 #hour .time dl {display:flex; font-size:17px; margin:5px 0}
#intro1-2 #hour .time dl dt  {width:80px}
#intro1-2 #hour .time dl dd  {width: calc(100% - 80px)}


#sMap {}
#sMap .root_daum_roughmap .wrap_controllers {display:none}
#sMap .root_daum_roughmap .wrap_map {height:430px}

#sLocation {width:fit-content; margin-top:8em}
#sLocation ul {margin-bottom:5em; display:flex}
#sLocation ul h4 {width:200px; font-size:40px; font-weight:200; color:#222}
#sLocation ul li {width:calc(100% - 200px); font-size:17px; line-height:1.6em}
#sLocation ul li > dl {	display:flex; width:100%; border-bottom:1px dashed rgba(100,88,148,0.2); 
							padding-bottom:0.7em; margin-bottom:0.7em}
#sLocation ul li > dl dt {width:230px; color:#222; font-weight:400}
#sLocation ul li > dl dd {width:calc(100% - 230px ); }
#sLocation ul li > dl dd span {padding-right:20px; display:inline-block}


@media all and (max-width:1280px){
	#intro1-2 {padding-bottom:130px}
}
@media all and (max-width:1130px){
	#sLocation {width:90%}
	#sLocation ul h4 {width:150px; }
	#sLocation ul li {width:calc(100% - 150px); }
	#sLocation ul li > dl dt {width:200px;}
	#sLocation ul li > dl dd {width:calc(100% - 200px )}
}
@media all and (max-width:976px){
	#intro1-2 .title > h3 {font-size:40px; }
	#intro1-2 {padding-bottom:0}
	#intro1-2 #hour { margin-top:6em; position:unset; }

	#sLocation ul {flex-wrap:wrap}
	#sLocation ul h4 {width:100%; margin-bottom:20px }
	#sLocation ul li {width:100%}
}

@media all and (max-width:640px){
	#intro1-2 #hour {flex-wrap:wrap;} 
	#intro1-2 #hour h3 {margin-bottom:8px; padding-right:0; width:100% }
	#intro1-2 #hour .time  {width:100%}
	
	#sLocation ul li > dl.bus {flex-wrap:wrap}
	#sLocation ul li > dl.bus dt {width:100%; margin-bottom:5px}
	#sLocation ul li > dl.bus dd {width:100%}
}




#intro3-4 dl {max-width:976px; display:table; margin-bottom:10px; margin:0 auto 10px}
#intro3-4 dl dt, #intro3-4 dl dd { padding:1.5em; display:table-cell; vertical-align:middle}
#intro3-4 dl dt {font-size:22px; font-weight:500; width:200px; text-align:center; background:#645894; color:#FFF}
#intro3-4 dl dd {width:calc(976px - 200px); font-size:18px;  border:1px solid rgba(100,88,148,0.2); }

@media all and (max-width:976px){
	#intro3-4 dl {width:90%; display:block }
	#intro3-4 dl dt, #intro3-4 dl dd  {width:100%; display:block; }
	#intro3-4 dl dt {padding:0.7em }
	#intro3-4 dl dd { text-align:center}
}



#intro3-4-2 {display:flex; flex-wrap:wrap; justify-content:center; gap:50px;}
#intro3-4-2 li {width:250px; text-align:center}
#intro3-4-2 li .icon {width:180px; height:180px; margin:0 auto;  border-radius:100%;  border:1px solid rgba(100,88,148,0.2); display:flex;  align-items: center;justify-content:center;}
#intro3-4-2 li p {font-size:18px; margin-top:1em; color:#222 ; line-height:1.4em }

@media all and (max-width:976px){
	#intro3-4-2 { gap:20px;}
	#intro3-4-2 li {width:180px;}
}
@media all and (max-width:480px){
	#intro3-4-2 { gap:10px;}
	#intro3-4-2 li {width:150px; }
	#intro3-4-2 li .icon {width:130px; height:130px; } 
	#intro3-4-2 li p {margin-top:0.5em; }
}




.part{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.part li{width: 24%; border: 1px solid #ddd;margin-bottom: 30px;}
.part li .img{width: 100%;}
.part li .img img{width: 100%;}
.part li .txt{width: 100%; text-align: center; padding: 20px; background-color: #645894; color: #fff; font-size: 20px;}

@media screen and (max-width:1280px){
    .part li{width: 33%;}
}
@media screen and (max-width:940px){
    .part li{width: 48%;}
    .part li .txt{ font-size: 18px;}
}
@media screen and (max-width:580px){
    .part li{width: 100%;}
    .part li .txt{ font-size: 16px;}
}
@media screen and (max-width:340px){
    .part li .txt{ font-size: 14px;}
}


.part-proc{display: flex; justify-content: center; flex-wrap: wrap; gap:30px 3%;}
.part-proc li{width: 300px; height: 300px; padding: 20px; display: flex; justify-content: center; align-items: center; border:2px solid #64589499; border-radius: 50%;}
.part-proc li .txt{text-align: center;}
.part-proc li strong{color: #645894; font-size: 20px;}
.part-proc li h4{margin: 20px; font-size: 34px; color: #222;}
.part-proc li .txt p{font-size: 16px; word-break: keep-all; opacity: 0.9;}



.suggest{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 10%;}
.suggest li{width: 32%;  box-shadow:0px 0px 20px rgba(108, 86, 133, 0.1);}
.suggest li a{width: 100%; height: 100%; padding: 30px 40px;display: flex;flex-wrap: wrap; justify-content: space-between; align-items: center;}
.suggest li .top{width: 21%;}
.suggest li .top img{width: 100%;}
.suggest li .bottom{width: 70%; position: relative;}
.suggest li .bottom h3{ font-size: 2.5rem; font-family: 'One-Mobile-Title'; font-weight: normal; color: #000; margin-bottom: 10px; }
.suggest li .bottom p{ font-size: 1.6rem;}
.suggest li .bottom span{ font-size: 18px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); color: #52419d; font-weight: bold; border: 1px solid #52419d;  border-radius: 100px; width: 30px; height: 30px; text-align: center; line-height: 30px;}
.suggest li:hover .bottom span{border: 1px solid #fff;color: #fff;}
.suggest li:hover .bottom h3{color: #fff;}
.suggest li:nth-child(1):hover{background: #573fa1;}
.suggest li:nth-child(2):hover{background: #9989c5;}
.suggest li:nth-child(3):hover{background: #6e59ad;}
.suggest li:hover a p{color: #fff;}


@media screen and (max-width:1380px){
    .suggest li a{padding: 30px 20px;}
}
@media screen and (max-width:1280px){
    .suggest li .bottom h3{ font-size: 2rem;}
    .suggest li .bottom p{ font-size: 1.5rem;}
    .suggest li .bottom span{ font-size: 12px; width: 20px; height: 20px; line-height: 20px;}
}
@media screen and (max-width:1080px){
    .suggest li{width: 100%; margin-bottom: 20px;}
    .suggest li .top{width: 15%;}
    .suggest li .top img{width: 100px;}
    .suggest li .bottom{width: 80%;}
}
@media screen and (max-width:740px){
    .suggest li .top{width: 15%;}
    .suggest li .top img{width: 100%;}
    .suggest li .bottom{width: 80%;}
}
@media screen and (max-width:500px){
    .suggest li .top{width:50px;}
    .suggest li .top img{width: 100%;}
    .suggest li .bottom{width: calc(100% - 70px);}
}




.layer{position:fixed; display:none; left:0;top:180px; z-index:3000000; width:100%;}
.layer .close_btn{position:absolute; overflow: hidden; right:0; top:0;background:#52419d;  border-radius:0 5px 0 5px; color: #fff;}
.layer .close_btn a{display: block;color: #fff;padding:14px 18px; font-size:20px; font-weight:bold;}
.layer .layer_wrap{position:relative;width:96%; max-width:900px; top:0px; margin:0 auto; border-radius:5px; background: #fff; text-align:left; letter-spacing:-0.5px; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.layer .layer_wrap .DB_info_detail{width:100%;  margin:18px auto; padding-bottom:16px; line-height:18px; color: #333;font-size:12px;}
.layer .layer_wrap .DB_info_detail h2{padding:28px 20px;border-bottom:1px solid #eee; font-size:21px; font-weight:bold;}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap p{padding:8px;margin-bottom:12px; font-size:13px;}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap{width:98%; height:360px; padding:8px 16px; overflow:auto; box-sizing:border-box;}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dt{display:block; background: #eee;border-radius:3px; padding:7px 10px; font-weight: bold;}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dd{margin-bottom:16px; padding:4px 12px; box-sizing:border-box;}


input:focus {outline: none; border-bottom: 1px solid #000; color: #555555;}
textarea:focus {outline: none; border-bottom: 1px solid #000;color: #555555;font-size: 14px;}
.contact { width: 50%; margin: 30px 0;}
.contact  > div { margin-bottom: 20px; display: flex;}
.contact  h5{width: 150px; font-size: 1.6rem;}
.contact  #text{border: 0; border-bottom: 1px solid #aaa; width: 300px; padding-bottom: 5px;}
.contact  #exp{border: 0; border-bottom: 1px solid #aaa; padding: 10px 0; width: calc(100% - 150px);}
.contact  .phone{width: 100%;}
.contact  .phone-num{display: inline-block; position: relative; text-align: center;}
.contact  .phone-num span{margin: 5px;}
.contact  #tel_text{border: 0; border-bottom: 1px solid #aaa; padding-bottom: 5px; max-width: 50px; text-align: center;}
.contact  .button{width: 90px;margin: 0 auto; text-align: center;}
.contact  #but{ border: 0; width: 90px; height: 40px; font-size: 14px; cursor: pointer;background: #52419d; color: #fff;}
.contact  .agree{text-align: center; margin-bottom: 20px;}
.contact  .agree h5{margin-bottom: 0;}
.contact  .agree label{display: inline-block; padding-left: 10px; vertical-align: top;}

@media screen and (max-width:500px){
    .contact  h5{width: 90px; font-size: 1.4rem;}
    .contact  #text{width: 70%;}
    .contact  #exp{width: 70%;}
    .contact  #tel_text{max-width: 40px;}
}