@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nanum+Myeongjo&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: "DM Serif Display", serif;  font-family: "Nanum Myeongjo", serif; font-family: 'Noto Serif KR', serif;
*/

html {
  scroll-behavior: smooth;
}

/****************************** header ******************************/
header {position:absolute; z-index:999; left:0; right:0; padding:7px 0; transition:0.3s;}
header #headerInner .logo {float:left;}
header #headerInner.sticky {position: fixed; height:90px; margin:0px auto; padding:5px 0; background: #fff; box-shadow:0 0 10px rgba(0,0,0,.2)}
header #headerInner .logo a{width:430px ; height:50px; background:url(/images/logo-7f1bb71de98c86298d110b54cc0a5444.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sub .logo a{width:430px ; height:50px; background:url(/images/logo-7f1bb71de98c86298d110b54cc0a5444.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sticky .logo a{background-image: url(/images/logo-7f1bb71de98c86298d110b54cc0a5444.png);}
/* 헤더 숨김 효과 */
#header.hide {
    transform: translate3d(0, -110%, 0);
}

#header{
	position:fixed; height:100px; top:0; left:0; width:100%; z-index:9999;
	transition: transform 0.4s ease;
}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9999;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{
	background:rgba(0,0,0,.0);
	position:relative; height:120px; width:100%; margin:0px auto;
		-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
#headerInner.sub {background:#fff;}
#header .logo{position:relative; z-index:100; float:left; width:300px; padding:40px 0 0 50px; text-align:center; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#header .logo a{display:inline-block; }
#header .logo img{vertical-align:top;}
#headerInner.sticky .logo{ padding:20px 0 0 50px; }
/* #headerInner.sticky {position:fixed; width:100%; height:90px; margin:0px auto; padding:5px 0; background:rgba(256,256,256,.9);
-webkit-transition:padding 0.3s;transition:padding 0.3s;  box-shadow:0 0px 15px rgba(0,0,0,.2);} */

#gnb.sticky {position:fixed; text-align:right; top:37px; left:0px; width:100%; z-index:99;}
.nav-open-btn.sticky{
	display:block; position:fixed; top:37px;  right:60px; z-index:10000;
	height:30px;
	transition:all 0.3s;
}
#gnb.sub.sticky {position:fixed; text-align:right; top:37px; left:0px; width:100%; z-index:99;}
.nav-open-btn.sticky{
	display:block; position:fixed; top:37px;  right:60px; z-index:10000;
	height:30px;
	transition:all 0.3s;
}


/******************************  gnb : PC ******************************/
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9997;}	/* gnb overlay BG */
#gnb{position:fixed; text-align:right; top:50px; left:0px; width:100%; z-index:99;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#gnb > ul{display:inline-block; margin-right:130px; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; height:40px; padding:3px 25px 0; text-align:center; color:#333; font-size:17px;  letter-spacing:-0.8px; font-weight:500; -webkit-transition:all 0.3s; transition:all 0.3s;
}
#gnb.sub > ul > li > a {color:#333;}
#gnb.sticky > ul > li > a {color:#333;}
/* #gnb > ul > li > a.sticky{color:#333;} */
#gnb > ul > li > a:before{position:absolute; left:50%; width:0;  bottom:10px; height:3px; background-color:#e2652e; content:"";  -webkit-transition:all 0.3s; transition:all 0.3s; }
#gnb > ul > li:hover > a:before,
#gnb > ul > li > a:hover:before{margin-left:-32px; width:65px;}


/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute;
	top:42px;
	left:50%;
	z-index:99;
	width:250px;
	margin-left:-90px;
	text-align:left;
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; position:absolute; top:0; left:0px; right:0px; height:0; opacity:0;filter:Alpha(opacity=0); background-color:#e2652e;
	-webkit-transition:all 0.4s; transition:all 0.4s
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:25px 0;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 30px; opacity:0;filter:Alpha(opacity=0);-webkit-transition:all 0s 0s;-moz-transition:all  0s 0s;-o-transition:all  0s 0s;-ms-transition:all  0s 0s;transition:all  0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{ display:block; color:#f9dab3; font-size:16px; letter-spacing:-0.75px; font-weight:400; line-height:1.5;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{color:#fff;  text-decoration: underline;}

/* over했을때 */
#gnb.each-menu > ul > li:hover .gnb-2dep:before{height:100%; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0;filter:Alpha(opacity=100); -webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){-webkit-transition-delay: 0.1s; transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}

/****************************** gnb : mobile ******************************/
.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9998;}
#gnbM {display:block; position:fixed; top:0px; right:-82%; width:80%; height:100%; max-width:280px; background-color:#fff; z-index:9999;
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	visibility:hidden;
}
#gnbM.open {right:0px; visibility:visible;}
/* GNB Mobile 레이아웃 */
.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto;}
.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}

/* GNB Mobile 메뉴영역  1차 */
#navigation > li{border-bottom:1px solid #e7e7e7;}
#navigation > li img {width:12%;}
#navigation > li:first-child{border-top:1px solid #e7e7e7}
#navigation > li > a {position:relative; display:block; padding:15px; color:#111; font-size:20px; font-weight:600; letter-spacing:-0.1px; }
#navigation > li.active > a{color:#e2652e;}
#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px;}
#navigation > li .gnb-icon i{font-size:20px;}
/* GNB Mobile  메뉴영역 2차 */
#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
#navigation > li .gnb-2dep > li{height:auto !important;}
#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px 15px; letter-spacing:-0.75px; opacity:0.7;filter:Alpha(opacity=70);}
#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
/* GNB Mobile  메뉴영역 3차 */
#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}

#gnbM.gnb-style-full {top:-100%; right:0; width:100%; height:100%; max-width:none;}
#gnbM.gnb-style-full.open {top:0px;}
.gnb-style-full .gnb-navigation-wrapper {height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper {top:80px; }
.gnb-style-full-member .gnb-navigation-wrapper {bottom:80px;}
.gnb-style-full .gnb-navigation-inner {display:table; width:100%; height:100%;}
.gnb-style-full #navigation {display:table-cell; vertical-align:middle;}
.gnb-style-full #navigation > li{
	text-align:center; border:0;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
	-webkit-transition:all 0s 0s;
	transition:all 0s 0s;
}
.gnb-style-full #navigation > li:first-child {border:0}
.gnb-style-full #navigation > li .gnb-icon i{display:none;}
.gnb-style-full.open #navigation > li{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:transform 0.8s, opacity 0.8s;
	transition:transform 0.8s, opacity 0.8s;
}
.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
.gnb-style-full.open #navigation > li:nth-child(6){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}
.gnb-style-full.open #navigation > li:nth-child(7){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
.gnb-style-full.open #navigation > li:nth-child(8){-webkit-transition-delay: 1.0s; transition-delay:1.0s;}
.gnb-style-full.open #navigation > li:nth-child(9){-webkit-transition-delay: 1.1s; transition-delay:1.1s;}
.gnb-style-full.open #navigation > li:nth-child(10){-webkit-transition-delay: 1.2s; transition-delay:1.2s;}
.gnb-style-full.open #navigation > li:nth-child(11){-webkit-transition-delay: 1.3s; transition-delay:1.3s;}
.gnb-style-full.open #navigation > li:nth-child(12){-webkit-transition-delay: 1.4s; transition-delay:1.4s;}

/* -------- Header 네비게이션 오픈 버튼 -------- */
.nav-open-btn{
	display:block; position:absolute; top:50px;  right:60px; z-index:10000;
	height:30px;
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.nav-open-btn .line{
	display:block; width:28px; height:3px; background-color:#333; border-radius:5px; margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-open-btn.sub .line{
	background-color:#333; 
}
.nav-open-btn.sticky .line {background-color:#333;}
.nav-open-btn.active .line{background-color:#333;}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
.nav-open-btn.active .line:nth-child(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3){
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

#goTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; border-radius: 50%; border: none; background: #333; color: #fff; font-size: 20px; cursor: pointer; display: none;  z-index: 9999;}

#goTop.show { display: block;}


/****************************** 메인화면 ******************************/
#mainVisual {overflow:hidden; height:100vh; min-height:700px; position:relative; background:#faf8f4; display:flex;  justify-content: center; align-items: center;}
#mainVisual .mainVisual_wrap {width:100%; max-width:1500px; display:flex; flex-wrap:wrap; justify-content: center; align-items: center; padding-top:50px;}
#mainVisual .left {width:65%;}
#mainVisual .right {width:30%; text-align: center;}
#mainVisual .left p.name {font-size:16px; color:#888; font-family: "Nanum Myeongjo", serif; font-weight:600; letter-spacing: 10px;}
#mainVisual .left h2 {font-family: 'Noto Serif KR', serif; font-weight:600; color:#333; font-size:46px; margin:60px 0 35px;}
#mainVisual .left h2 span {color:#629a16;}
#mainVisual .left h5 {font-size:26px; line-height: 1.55em;}

/* Main Content */
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }
.area{ max-width:1300px; margin:0px auto;}
.area-box{ max-width:1600px; margin:0px auto; }
::selection {background: #2e6de2;color: #fff;}
::-moz-selection {background: #2e6de2; color: #fff;}

.h-tit {font-size:35px; font-weight:600; margin-bottom:20px;font-family: 'Noto Serif KR', serif;}
.tit {font-size:26px; font-weight:600; margin-bottom:7px;}
.tit-s {font-size:15px; font-weight:500; letter-spacing: 15px; margin-bottom:20px;}
h1 span.box {display:inline-block; padding:0px 9px; color:#fff; background:#e36630; border-radius: 5px;}

#about {background: url(/images/bg_01-a25e6a07fe106158e94a9fec648064a1.jpg) no-repeat center bottom/cover; display: flex; justify-content: center; align-items: center; height:100vh; min-height:700px;}
#about .d-p-standard {display: flex; flex-direction: column; justify-content: center;align-items: center;}
#about .line {width:1px; height:60px; background: #555; margin-bottom:50px;}
#about h5 {font-size:23px; line-height: 1.5em; font-family: 'Noto Serif KR', serif;}
#about h5 b {font-size:25px;}
#about h5:last-child {margin-bottom:250px;}

#special_about { display:flex; flex-wrap:wrap; align-items:center; justify-content: center; background-color: #faf8f4; padding:100px 0;}
#special_about .text_box {width:50%; padding-right:5%; box-sizing: border-box;}
#special_about .img_box {width:50%; box-sizing: border-box}
#special_about .img_box .cir_box {width:100%; max-width:450px ; height:100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
#special_about .img_box .cir_box img {width:100%;}
#special_about .text_box p {font-size:22px; font-weight:500; line-height: 1.6em; font-family: 'Noto Serif KR', serif;}
#special_about .bg-gray_box {padding:30px 0;}
#special_about .btn {display:inline-block; padding:5px 25px; border:1px solid #333; color:#333; font-size:14px; border-radius: 3px; margin-top:30px;}

#top_ban {background: url(/images/bg_03-63f93aaff16e3c8d308f2b05868970c1.jpg) no-repeat center/cover; width:100%; display:flex; justify-content: center; align-items: center; padding:100px 0; color:#fff; font-size:28px; line-height: 1.5em; font-family: 'Noto Serif KR', serif; text-align: center;}

#doctor { display:flex; flex-wrap:wrap; justify-content: center; align-items: center; padding:90px 0 130px;}
#doctor .flex_box {width:94%; max-width:1300px; display:flex; flex-wrap:wrap; justify-content: center; align-items: center; }
#doctor .flex_box .left {width:48%; padding-top:70px;}
#doctor .flex_box .right {width:48%;}
#doctor .flex_box .right h3 {padding-bottom: 10px; margin:90px 0 40px; border-bottom: 1px solid #ccc; font-size:20px;}
#doctor .flex_box .right h3 span {font-size:35px; font-weight:600; padding:0 10px; font-family: 'Noto Serif KR', serif;}
#doctor .flex_box .right .text_box {font-size:16px; line-height: 1.6em;}

#process {background: url(/images/bg_04-781b29c95fd035b52b881a599ee1435d.jpg) no-repeat center/cover; min-height:700px;display:flex; flex-wrap:wrap; justify-content: center; align-items: center; color:#fff; padding:130px 0;}
#process p.name {font-size:16px; color:#888; font-family: "Nanum Myeongjo", serif; font-weight:600; letter-spacing: 10px;}
.process{ max-width:1200px; margin:80px auto; padding:0; display:flex; align-items:flex-start; justify-content:space-between; gap:28px;}
.process__item{ flex:1; min-width:160px; text-align:center; position:relative;}
.process__item:not(:last-child)::after{ content:""; position:absolute; top:76px; right:-24px; width:0; height:0; border-top:10px solid transparent; border-bottom:10px solid transparent; border-left:16px solid rgba(255,255,255,.85);}
.process__circle{ width:170px; height:170px; margin:0 auto 18px; border-radius:50%; background:#faf8f4; display:flex; align-items:center; justify-content:center;}
.process__icon{ width:62px; height:62px; object-fit:contain;}
.process__label{ margin:0; color:#ffffff; font-size:22px; font-weight:700; letter-spacing:-0.2px; line-height:1.2;}

.info-band{ padding:28px 18px; color:#fff;}
.info-band__inner{ max-width:1200px; margin:0 auto; text-align: left; display:flex; align-items:flex-start; gap:40px;}
.info-band__btn{ background:#e9ebe7; color:#2f6b58; padding:10px 18px; border-radius:24px; text-decoration:none; font-weight:700; white-space:nowrap; transition:.2s;}
.info-band__btn:hover{ background:#ffffff;}
.info-band__block{ flex:1;}
.info-band__block h3{ margin:0 0 10px; font-size:24px; font-weight:700;}
.info-band__block p{ margin:0 0 6px; font-size:18px; line-height:1.6; opacity:.8;}
.info-band__block p.phone{ font-size:22px; opacity:1;}

#serviceList {background:#faf8f4; display: flex; flex-direction: column; align-items: center; justify-content: center; padding:100px 0;}
.service-list{ max-width: 980px; margin: 0 auto; padding: 22px 16px; display: flex; flex-direction: column; gap: 22px;}
.service-card{ background:#ffffff; border-radius: 999px; padding: 26px 34px; display: flex; align-items: center; gap: 26px; box-shadow: 0 10px 30px rgba(0,0,0,.08);}
.service-card__thumb{width: 150px; height: 150px; flex: 0 0 150px; border-radius: 50%; overflow: hidden; background: #f3f3f3;}
.service-card__thumb img{ width: 100%; height: 100%; object-fit: cover; display: block;}
.service-card__body{ flex: 1; min-width: 0;}
.service-card__title{ margin: 0 0 10px; font-size: 22px; font-weight: 700; color: #2f6b58; letter-spacing: -0.2px;}
.service-card__desc{ margin: 0 0 10px; font-size: 16px; line-height: 1.65; color: #333;}
.service-card__note{ margin: 0; font-size: 12.5px; line-height: 1.6; color: #6b6b6b;}
#service_ban {background-color: #efede8; width:100%;  justify-content: center; align-items: center; padding:100px 0;  font-size:20px; font-weight:600; line-height: 1.6em; text-align: center;}
#service_ban span {color:#2f6b58; background:#fff; padding:2px 3px; display:inline-block}

.nm-section{ background:#f7f3ee; padding:70px 16px 100px; color:#1f1f1f;}
.nm-inner{ max-width: 980px; margin: 0 auto;}
.nm-head{ text-align:center; position: relative; z-index: auto; margin-bottom: 60px;}
.nm-title{ margin:0 0 10px; font-size: 28px; font-weight: 700; letter-spacing: -0.3px; color:#2f6b58; }
.nm-dot{ display:inline-block; width:6px; height:6px; border-radius:50%; background:#2f6b58; margin: 6px auto 14px;}
.nm-desc{ margin:0; font-size: 16px; line-height: 1.8; color:#333;}
.nm-cards{ display:grid; grid-template-columns: 1fr 1fr; gap: 28px;  margin-top: 30px; margin-bottom: 64px;}
.nm-card{ background:#ffffff; border-radius:45% 45% 0 0; padding: 28px 28px 46px; box-shadow: 0 14px 32px rgba(0,0,0,.08); text-align:center;}
.nm-photo{ width: 280px; height: 280px; margin: 0 auto 18px; border-radius: 50%; background: #ffffff; box-shadow: 0 0 0 22px rgba(255,255,255,.85), /* 바깥 흰 링 */
    0 18px 36px rgba(0,0,0,.08);  overflow:hidden;}
.nm-photo img{width:100%; height:100%; object-fit: cover; display:block;}
.nm-card-title{ margin: 8px 0 12px; font-size: 22px; font-weight: 800; color:#2f6b58;}
.nm-card-text{ margin: 0 0 12px; font-size: 16px; line-height: 1.75; color:#2a2a2a;}
.nm-card-note{ margin: 0 0 10px; font-size: 16px; color:#2f6b58; font-weight: 700;}
.nm-card-foot{ margin:0; font-size: 16px; line-height: 1.7; color:#6a6a6a;}
.nm-bottom{ display:flex; flex-direction:column; gap: 40px; text-align:center;}
.nm-bottom-title{margin:0 0 10px; font-size: 23px; font-weight: 600; color:#2f6b58;}
.nm-bottom-desc{ margin:0; font-size: 16px; line-height: 1.85; color:#333;}

#board_page {background:#60afb4; color:#fff; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height:700px; padding:130px 0 200px;}
.link-cards {width:100%; max-width:1400px; padding: 90px 0px;}
.link-cards__inner{ margin:0 auto; display:flex; gap:30px;}
.lcard{ flex:32%; background:#fff; border-radius:26px; text-align:center; padding:80px 40px 38px; position:relative; text-decoration:none; color:#222; box-shadow:0 12px 26px rgba(0,0,0,.12); transition:.3s;}
.lcard:hover{transform:translateY(-30px);}
.lcard__icon{ width:110px; height:110px; border-radius:50%; position:absolute; left:50%; top:-55px; transform:translateX(-50%); display:flex; align-items:center;  justify-content:center; box-shadow:0 8px 18px rgba(0,0,0,.2); border:6px solid #fff;}
.lcard__icon img{ width:48px; height:48px;}
/* 색상들 */
.orange{ background:#e4672c; }
.dark{ background:#1f1311; }
.red{ background:#ef1a1a; }
.lcard h3{ margin:0 0 18px; font-size:26px; font-weight:700; letter-spacing:-0.3px;}
.lcard .badge {background:#e4672c; color:#fff; padding:4px 8px; border-radius:4px; font-size:18px; margin:0 4px;}
.lcard .go { padding-top:20px;  font-size:20px; font-weight:600;}
.lcard:hover .go { color:#e4672c;}

#notice {background: url(/images/bg_05-00ec12e6952ee84058db50b75113e4fc.jpg) no-repeat center/cover; min-height:700px;display:flex; flex-wrap:wrap; justify-content: center; align-items: center; padding:100px 0 230px;}
#notice ul {display:flex; flex-wrap:wrap; justify-content: center; gap:10px; text-align: left; margin-top:50px;}
#notice ul li {width:31%;}
.notice-card{ background: #fff; border-radius: 26px; padding: 34px 36px 26px; display: block; text-decoration: none; color: #333; box-shadow: 0 18px 40px rgba(0,0,0,.10);
  position: relative; transition: .3s;}
.notice-card:hover { transform: translateY(-20px);}
.notice-card__label { display: inline-block; font-size: 22px; letter-spacing: .5px; color: #1ea1ff; font-weight: 500;}
.notice-card__title{ margin: 22px 0 0; font-size: 27px; font-weight: 600; letter-spacing: -0.5px;}
.notice-card__bottom{ margin-top: 70px; display: flex; align-items: center; justify-content: space-between;}
.notice-card__date{ font-size: 17px; color: #7a7a7a; font-weight: 500;}
.notice-card__plus{width: 45px; height: 45px; border-radius: 50%; background: #86c43a; color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-size: 34px; font-weight: 700; line-height: 1;}

#foot_page {background: url(/images/bg_map-60c4915da6f6348b0b75ff9d0e69e1bc.jpg) no-repeat right top/cover; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#foot_page .timepage {display: flex; align-items: center;}
#foot_page .left {width:50%;}
#foot_page .left p.f-size32 {letter-spacing: -.5px;}
#foot_page .left p span.w-gap {display:inline-block; width:150px;}
#foot_page .right {width:50%; font-size:17px;}
#foot_page .right img {margin:10px 0; border:1px solid #333; display:inline-block; margin-top:40px;}
#foot_page .right span.f-bold {font-weight:600; display:inline-block; width:75px; text-align: left; background-color: #fff; color:#316451; margin-bottom:5px; border-radius: 4px; margin-right:10px;}
#foot_page .phone_num a {font-size:43px; font-weight:600; color:#316451;}
#foot_page .phone_num a span {font-weight:300;}
#foot_page .time {font-size: 18px; line-height: 1.8em;}
#foot_page .add {font-size:18px; font-weight:500; margin:20px 0 10px;}
#foot_page .box {display:inline-block; padding:1px 8px; border-radius:5px; color:#fff; background:#316451;}
#foot_page span.spanbox {background:#316451; color:#fff; padding:1px 6px;}
#foot_page span.spanbox2 {background:#5abbd8; color:#fff; padding:1px 6px;}

/* 푸터 */
#footer {background-color: #000; padding:30px 0 60px;}
#footer h1 {color:#ccc; font-weight:700; font-size:33px; letter-spacing:-3px;}
#footer .bottom-menu a {color:#fff;}
#footer .copytxt p {line-height: 20px; }
#footer .bottom_menu li {margin:0 20px; position:relative; color:#fff;}
#footer .bottom_menu li a { color:#ccc;}
#footer .bottom_menu li a:hover {text-decoration: underline;}
#footer .bottom_menu li::after {display: block; content:''; width:1px; height:15px; background:#fff; position:absolute; top:5px; left:-17px;}
#footer .bottom_menu li:first-child::after {display: none;}
#footer .line {width:100%; height:1px; background-color:#555; margin-top:30px;}
.modal-fixed-pop-wrapper {display:none;}

/* 퀵메뉴 */
.quick_Menu{position: fixed; background: #316451; padding:5px 0; top: 145px; right: 0px; width: 130px; z-index:999; border-radius:15px; display:none; box-shadow: 0 0 10px rgba(0,0,0,.3);}
.quick_Menu.on {display:block;}
.quick_Menu > ul {width: 100%; display:flex; flex-direction: column; padding:15px 0;}
.quick_Menu > ul > li {width: 100%; padding: 15px 0px; text-align: center; cursor: pointer; border-bottom:1px solid #316451;}
.quick_Menu > ul > li:last-child {border-bottom:none;}
.quick_Menu > ul > li > a {font-size: 15px; font-weight: bold;color: #fff; display:block;}
.quick_Menu > ul > li > a > img{width: 50px; margin-right: 8px;	margin-left: 12px; margin-bottom: 5px; vertical-align: middle;}
.quick_Menu > ul > li > a:hover {text-decoration: underline;}

/* ===== 반응형 팝업 ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;

  /* 모바일 안전영역 + 여백 */
  padding: clamp(12px, 3vw, 24px);
}

.popup-overlay.is-open { display: grid; }

.popup-modal {
  /* 화면 크기에 따라 자동 조절 */
  width: min(426px, 100%);
  max-height: min(86vh, 900px);
  /* border-radius: clamp(12px, 2.2vw, 18px); */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  position: relative;

  display: flex;
  flex-direction: column;
}

/* X 버튼: 화면에 따라 크기/위치 반응 */
/* .popup-close {
  position: absolute;
  top: clamp(8px, 1.8vw, 12px);
  right: clamp(8px, 1.8vw, 12px);

  width: clamp(36px, 5vw, 44px);
  height: clamp(36px, 5vw, 44px);

  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.28);
  color: #fff;

  font-size: clamp(22px, 4vw, 28px);
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
} */

/* 이미지 영역: 긴 이미지는 스크롤되게 */
.popup-body {
  overflow: auto;              /* 이미지가 너무 길면 내부 스크롤 */
  -webkit-overflow-scrolling: touch;
}

.popup-body img {
  width: 100%;
  max-width:426px;
  height: auto;
  display: block;
}

/* 하단 버튼: 모바일은 큰 터치 영역 */
.popup-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #eee;
}

.popup-btn {
  border: 0;
  background: #fff;
  cursor: pointer;

  padding: clamp(14px, 2.4vw, 18px) clamp(10px, 2vw, 14px);
  font-size: clamp(15px, 2.4vw, 16px);
}

.popup-btn + .popup-btn {
  border-left: 1px solid #eee;
}

.popup-btn:hover { background: #f7f7f7; }


/* =====================================반응형 미디어쿼리======================================== */
@media all and ( max-width: 1366px ){
	#gnb > ul{margin-right:100px;}
	#gnb.each-menu > ul > li .gnb-2dep{width:150px; margin-left:-75px}
	#gnb.each-menu > ul > li .gnb-2dep ul li{padding:8px 15px;}
	#gnb.each-menu > ul > li .gnb-2dep ul li a{font-size:14px;}
	#gnb > ul {padding:0;}
	#gnb > ul > li > a {padding:3px 12px 0;}
	/* #gnb.sticky {top: 26px; left: 110px;} */
	#gnb {top: 47px;}
	#mainVisual .left h2 {font-size:39px;}
	#mainVisual .left {width:55%}
	#mainVisual .right  {width:38%}
	#mainVisual .left h5 {font-size:24px;}
	#about h5 {font-size:20px;}
	#about h5 b {font-size:22px;}
	#special_about .text_box p {font-size:20px;}
	#special_about .bg-gray_box {padding:10px 0;}
	#special_about .d-w-full {width:94%; margin:0 auto;}
	#top_ban {font-size:22px;}
	#doctor .flex_box .right h3 span {font-size:30px;}
	#doctor .flex_box .right .text_box {font-size:15px;}
	.tit {font-size:23px;}
	#foot_page .time {font-size:17px;}
	#foot_page .phone_num a {font-size:39px;}
	#foot_page .right {font-size:16px;}
	#board_page, #notice {padding:90px 0 100px;}
	#doctor .flex_box .left img {width:90%; max-width:450px;}
	
}

@media screen and (max-width:1200px) {
	header #headerInner .logo a, header #headerInner.sub .logo a {width:170px; background-size:contain;}
	#gnb > ul{display: none;}
	#navigation > li img {width:17%;}
	.h-tit {font-size:25px; margin-bottom:20px;}
	.tit {font-size:20px;  margin-bottom:7px;}
	.tit-s {font-size:13px;  letter-spacing: 10px; margin-bottom:20px;}
	#foot_page .left p.f-size32 {font-size:22px;}
    .foot-logo{float:none; display:block; padding-right:0; padding-bottom:15px;}
	.foot-menu{float:none; display:inline-block;}
	#special_about .img_box .cir_box { max-width:250px ; max-height: 250px; }
	#special_about .text_box h4 {font-size:16px; }
	#special_about .text_box h5 {font-size:24px; margin:20px 0 20px;}
	#special_about .text_box p {font-size:15px;}
	.process {flex-wrap:wrap; gap:15px; margin:50px auto;}
	.process__circle {width:130px; height:130px;}
	.process__label {font-size:19px;}
	.info-band__block p {font-size:16px;}
}

@media screen and (max-width: 1024px) {
	#header,#headerInner{height:80px;}
    #header,#headerInnerWrap{height:80px;}
	#header{position:relative;}
	.index-wrapper #header{position:fixed;}
	#headerInnerWrap{position:fixed; z-index:99; background-color:none; border-bottom:none;}
	#headerInner{padding:0 15px;}
	#header .logo{padding:22px 0;}
	#header .logo a{display:block; width:250px; height:70px; background-size:auto 40px}
	#header .logo img{display:none;}
	.header-consult-box{display:none;}
	.consult-btn, .sitemap-custom-btn{display:none;}
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:15px; z-index:10000;
		height:30px;
	}
	.nav-open-btn .line{
		display:block; width:28px; height:3px;  border-radius:5px; margin: 4px auto;
	}
	#mainVisual .main_wrap p img {max-width:250px;}
	#mainVisual .main_wrap h2 {font-size:30px; margin:20px 0 30px;}
	#mainVisual .main_wrap h3 {font-size:25px;}
	
	#foot_page .left {width:100%; padding-top:20px; margin-left:0%;}
	#foot_page .right {width:100%;}
	#foot_page .left .mt-20 {margin-top:5px;}
	#foot_page .left .mt-40 {margin-top:20px;}
	#foot_page .left .mt-100 {margin-top:20px;}
	#foot_page .d-flex .right img {width:100%;}
	#foot_page .f-size32 {font-size: 22px;}
	#foot_page .f-size20 {font-size: 14px;}
	#foot_page .phone_num a {font-size:35px;}
	#foot_page .left, #foot_page .right	 {width:100%;}
	#foot_page .left p.f-size32 {letter-spacing: -1px;}
	#foot_page .time {font-size:17px;}
	#footer h1 {font-size:25px; margin-bottom:10px;}
	#footer .f-size15 {font-size:13px;}
}
@media screen and (max-width: 900px) {
	#header, #headerInner {height:62px;}
	.h-tit {font-size:22px; margin-bottom:10px;}
	.tit {font-size:17px;  margin-bottom:7px;}
	.tit-s {font-size:12px;  letter-spacing: 10px; margin-bottom:20px;}
	#navigation > li img {width:35%;}
	#navigation > li > a {padding:9px;}
	#headerInner.sticky .logo{ padding:11px 0 0 15px; }
	.nav-open-btn.sticky{display:block; position:fixed; top:15px;  right:15px;}
	header #headerInner.sticky {height:53px; margin:0px auto; }
	#mainVisual {padding:5%;}
	#mainVisual .mainVisual_wrap {padding-top:15px;}
	#mainVisual .left, #mainVisual .right {width:100%;}
	#mainVisual .left p.name {font-size:12px;}
	#mainVisual .left h2 {font-size:28px; margin:30px 0 20px;}
	#mainVisual .left h5 {font-size:17px;}
	#mainVisual .right img {width:60%; max-width:400px; padding-top:6%;}
	#about h5 {font-size:15px;}
	#about h5 b {font-size:17px;}
	#about .line {display:none;}
	#about h5:last-child {margin-bottom:50px;}
	#top_ban {font-size:19px; padding:60px 0;}
	#doctor {padding:40px 0 40px;}
	#doctor .flex_box .left {width:100%; padding-top:30px; text-align: center;}
	#doctor .flex_box .right {width:100%;}
	#doctor .flex_box .right h3 {font-size:15px; margin:30px 0 20px;}
	#doctor .flex_box .right h3 span {font-size:25px;}
	#doctor .flex_box .right .text_box {font-size:14px;}
	#doctor .flex_box .left img {width:90%;}
	#process {padding:50px 0;}
	.info-band__block h3 {font-size:20px;}
	.info-band__block p.phone {font-size:16px;}
	.info-band__block p {font-size:15px;}
	.process__label {font-size:19px;}
	.process{flex-wrap:wrap;  justify-content:center;  gap:24px 18px; margin:30px 0;}
	.process__item{ flex:0 1 200px; }
	.process__item:not(:last-child)::after{ display:none;}
	.info-band__inner{ flex-direction:column;  gap:18px; }
	.info-band__btn{align-self:flex-start; display:none;}
	#serviceList {padding:50px 0;}
	#service_ban {font-size:15px; padding:60px 4%; box-sizing: border-box;}
	.service-card{ border-radius: 26px;  padding: 18px 18px; align-items: flex-start; gap: 14px;}
	.service-card__thumb{ width: 92px; height: 92px; flex-basis: 92px;}
	.service-card__title{ font-size: 18px; margin-bottom: 6px;}
	.service-card__desc{font-size: 14px; }
	.nm-card {border-radius:0;}
	.nm-cards{ grid-template-columns: 1fr;}
	.nm-bottom-title {font-size:20px; margin:0 0 4px;}
	.nm-card-text, .nm-card-foot, .nm-bottom-desc, .nm-bottom-desc {font-size:14px; line-height: 1.5;}
	.nm-photo{ width: 240px; height: 240px; box-shadow: 0 0 0 18px rgba(255,255,255,.85), 0 16px 30px rgba(0,0,0,.08); }
	.link-cards__inner{flex-direction:column; }
	#board_page .left, #board_page .right {width:100%; margin:2%; padding:100px 0px 80px; margin-bottom:30px;}
	#board_page .left h4, #board_page .right h4 {font-size:20px; bottom:30px;}
	#board_page .tit_bg img {width:90%; max-width:250px;}
	#board_page .tit_bg {padding:35px 0 15px;}
	#board_page {padding:50px 4% 50px;}
	#foot_page {background: url(/images/bg_map_m-b13d28e823c0f309c588c97c690b1c47.jpg) no-repeat center center / cover;}
	#foot_page .add {font-size:15px;}
	#foot_page .mt-50 {margin-top:20px;}
	#foot_page .time {font-size:14px;}
	#foot_page .left p span.w-gap {width:85px;}
	#foot_page .right {font-size:14px;}
	#foot_page .right span.f-bold {width:58px;}
	.mt-100 {margin-top:50px;}
	.mt-200,
	.mt-250 {margin-top:100px;}
	.lcard__icon {width:90px; height:90px}
	.lcard h3 {font-size:19px;}
	.lcard .go {font-size:16px;}
	.link-cards__inner {gap:70px;}
	#notice {padding:50px 4% 50px;}
	#notice ul li {width:100%;}
	.notice-card__title {font-size:20px;}
	.notice-card__date {font-size:14px;}
	.notice-card__plus {width:40px; height:40px;}
	#special_about .img_box {width: 100%; order:2;}
	#special_about .text_box {width: 100%; padding-right: 0%;}
	#special_about .img_box .cir_box {width:100%; max-width:400px; margin-top:20px;}
	#special_about .text_box h4 {font-size:15px; }
	#special_about .text_box h5 {font-size:20px; margin:15px 0 15px;}
	#special_about .text_box p {font-size:14px;}
	
	#special_about .mt-40 {margin-top:10px;}
	#special_about .btn {float: right; font-size:13px; padding:4px 25px;}
	/* 퀵메뉴 */
	.quick_Menu{padding:1px 0; bottom:0; left: 0; top:auto; width: 100%; border-radius:15px 15px 0 0; display:none; box-shadow: 0 0 10px rgba(0,0,0,.3);}
	.quick_Menu.on {display:block;}
	.quick_Menu > ul {width: 100%; display:flex; flex-direction: row; padding:10px 0;}
	.quick_Menu > ul > li {width: 100%; padding: 5px 0px; text-align: center; cursor: pointer; border-bottom:none; border-right:1px solid #f8976e}
	.quick_Menu > ul > li:last-child {border-right:none;}
	.quick_Menu > ul > li > a {font-size: 14px; font-weight: 500;}
	.quick_Menu > ul > li > a > img{width: 40px; margin-right: 8px;	margin-left: 5px; margin-bottom: 5px; }
	.popup-overlay { padding: 24px; }
  .popup-modal { max-height: 84vh; }
}

@media screen and (max-width: 480px) {
	#navigation > li img {width:49%;}
    #header, #headerInnerWrap{height:50px;}
	#header .logo{padding:15px 0;}
	/* #header .logo a{ background-size:auto 28px;margin-top:12px;} */
	.nav-open-btn{top:15px; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
	.gnb-navigation-wrapper{padding-top:60px}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	.gnb-style-full .member-menu-box{height:60px}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > li > a{font-size:13px;}
	#board_page .tit_bg img { max-width:180px;}
	#board_page .left h4, #board_page .right h4 {font-size:16px;}
	#footer img {width:100%; max-width:150px;}
	#special_about .text_box h5 {font-size:18px;}
	.quick_Menu > ul > li > a {font-size: 13px; font-weight: 400;}
	.quick_Menu > ul > li > a > img{width: 30px; margin-right: 3px;	margin-left: 3px; margin-bottom: 5px; }
	.nm-title{ font-size: 22px; }
	.nm-desc{ font-size: 13px; }
	.nm-card{ padding: 18px; }
	.nm-photo{ width: 200px; height: 200px; }
	.notice-card{padding: 26px 22px 20px; border-radius: 22px;	}
	.notice-card__label{ font-size: 18px; }
	.notice-card__bottom{ margin-top: 44px; }
	.process__item {flex:0 1 50px;}
	.popup-modal {
		width: 100%;
		max-height: 90vh;
		border-radius: 12px;
	}
}

@media(max-width:320px) {
	img.img-tit {width:250px;}
	#foot_page .left p span.w-gap {width:100px;}
	#foot_page .f-size20 {font-size:12px;}
	#foot_page .phone_num a {font-size:25px;}
}

