@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-406aa4a9b22bfca498558025ca9da986.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sub .logo a{width:430px ; height:50px; background:url(/images/logo-406aa4a9b22bfca498558025ca9da986.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sticky .logo a{background-image: url(/images/logo-406aa4a9b22bfca498558025ca9da986.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:#64b33f; 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:#64b33f;
	-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: 90px; 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:#faf5e6; 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:50%;}
#mainVisual .right {width:48%; 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:14px; font-weight:400; letter-spacing: 15px; margin-bottom:20px;}
.uppercase {text-transform: uppercase;}
h1 span.box {display:inline-block; padding:0px 9px; color:#fff; background:#e36630; border-radius: 5px;}

#about {background: url(/images/bg_05-81e75eff2c8ad3e2f2ebb8b33de4d44a.jpg) no-repeat center bottom/cover; display: flex; justify-content: center; align-items: center; height:100vh; min-height:790px;}
#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:19px; line-height: 1.5em; font-family: 'Noto Serif KR', serif;}
#about h5 b {font-size:23px;}
#about h5:last-child {margin-bottom:250px;}

#about2 { display: flex; justify-content: center; align-items: center; position:relative;background:url("/images/bg_about-8c2b60b82d46a6b8f1e4a0bd91662430.jpg") center center no-repeat; background-size: cover; padding:200px 0 250px;}
#about2 h5 {font-size:20px; line-height:1.6em; color:#333; margin-bottom:10px;}
#about2 .con {display:flex; flex-wrap:wrap; box-sizing: border-box; height:555px; overflow:hidden; flex}
#about2 .con .left {width:50%; background:#fff; padding:40px 20px; text-align: left; box-sizing: border-box;}
#about2 .con .right {width:50%; box-sizing: border-box}
#about2 .inner { padding:3%; position:relative;}
#about2 .inner p {font-size:27px; color:#333; font-weight:600; letter-spacing: -2px; width:70%; margin-bottom:10%; margin:0 auto;}
#about2 .inner p:nth-child(2) {font-size:29px; color:#fff; padding-top:13%;}
#about2 .inner p span.box {padding:0 7px; color:#555; background:#fff;}
#about2 ul {width:100%; max-width:1000px; text-align: left; margin:0 auto; background:#fff; padding:4%; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);}
#about2 ul li {font-size:21px; font-weight:500; padding:14px;}
#about2 ul li span {display:inline-block; padding:0 20px; margin-right:10px; height:100%; background:#508aca; color:#fff; font-weight:600;}
#about2 ul li span.e {background: #f1727c;}
#about2 .swiper_view {overflow: hidden;}
#about2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:-10; background:url(/images/pre2-35dd015472e6618c94a5763030ac8ddb.png); width:65px; height:65px;}
#about2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right:-10; background:url(/images/next2-0ebdf4a8b61c65d5be1b84960d049dd5.png);width:65px; height:65px;}
#about2 .swiper {width:100%; height:auto;  margin:20px auto;}
#about2 .swiper .swiper-slide p {font-size:16px; margin:10px;}
#about2 p.text_sub {color:#fff;}
#about2 .container { display: flex; flex-wrap:wrap; height: 450px; }
.left-box {width:50%;height: 450px;	background-color: white; display: flex; justify-content: space-around;	align-items: center;}
.left-box .content {max-width: 400px; line-height: 1.8;}
.right-box {width:50%; height: 450px; background-image: url('../images/photo/picture_01.jpg'); 	background-size: cover;	background-position: center;}
#about2 .container .content {width:100%; display:flex; flex-wrap:wrap; text-align:left; align-items: flex-start;}
#about2 .container .content > div.l {width:40%;}
#about2 .container .content > div.r {width:60%;}
#about2 .container .content > div h3 {display:inline-block; border-top:3px solid #2487b9; padding-top:-2px; font-weight:700; font-size:25px;}
#about2 .container .content > div.r p {line-height:2.1em;}
#about2 .container .content > div.r p strong {display:inline-block; width:80px;}

#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-f1dc9482ab2e49a1580de52cb046444a.jpg) no-repeat center/cover; width:100%; display:flex; justify-content: center; align-items: center; padding:100px 0; color:#fff; font-size:23px; 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:50px 0;}
.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:40px 0 30px; 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;}
/* 버튼 */
.more-btn {padding: 8px 25px; border:1px solid #666; color: #333; cursor: pointer; border-radius: 5px; margin-top:10px;}
.more-btn:hover {background-color: #4ab46d; border:1px solid #4ab46d; color:#fff;}

/* 모달 배경 */
.modal {display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}

/* 모달 내용 */
.modal-content {background-color: #fff; margin: 7% auto; padding:50px 4% 100px; width: 90%; max-width: 1000px;border-radius: 10px; line-height: 1.6;}
.modal-content h2 {font-size:23px; font-weight:600; margin:10px 0; padding-bottom:5px; border-bottom:2px solid #555;}
.modal-content p {font-size:14px; color:#666;}

/* 닫기 버튼 */
.close {float: right; font-size: 24px; cursor: pointer;}

/* ===== 테이블 ===== */
.table-wrap {overflow-x: auto;}

.schedule-table {width: 100%; border-collapse: collapse; background: #fff; overflow: hidden; /* border: 1px solid #ccc; */}

.schedule-table th {color: #fff; padding: 14px; font-size: 15px;}

.schedule-table.bg_color_1 th {background: #2d66bb;}
.schedule-table.bg_color_2 th {background: #506541;}
.schedule-table.bg_color_3 th {background: #b5445b;}
.schedule-table.bg_color_4 th {background: #cd662f;}

.schedule-table td:first-child {border-left:none;}
.schedule-table td {border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; text-align: center; padding: 14px; font-size: 16px; line-height:1.6em;}
.schedule-table td strong.doc-name {font-size: 16px;}
.schedule-wrap .doctor img { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; display: block;
    margin: 0 auto 6px;}
.schedule-wrap .doctor strong { display: block; font-size: 14px;}
.schedule-wrap .dot {width: 14px; height: 14px; border-radius: 50%; display: inline-block;}
.schedule-wrap .rotate {color: #333; font-weight: 500;}
/* ===== 모바일 진료안내 ===== */
@media (max-width: 768px) {
    .schedule-table th {padding: 5px; font-size: 12px;}
    .schedule-table td {padding: 5px; font-size: 12px;}
	.schedule-table td strong.doc-name {font-size:13px;}
    .schedule-wrap .doctor {width: 77px;}
	.schedule-wrap .badge {font-size:17px;}
}

#process {background: url(/images/bg_about-8c2b60b82d46a6b8f1e4a0bd91662430.jpg) no-repeat center/cover; min-height:700px;display:flex; flex-wrap:wrap; justify-content: center; align-items: center; padding:150px 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; }
.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:25px; opacity:1;}

#serviceList {background:#faf8f4; display: flex; flex-direction: column; align-items: center; justify-content: center; padding:100px 0;}
.service-list{ max-width: 1000px; margin: 0 auto; padding: 22px 16px; display: flex; flex-direction: column; gap: 22px;}
.service-card{ background:#ffffff; border-radius: 20px; padding: 45px 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; overflow: hidden; }
.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: #333333; letter-spacing: -0.2px;}
.service-card__desc{ margin: 12px 0 3px; font-size: 15px; line-height: 1.65; color: #555;}
.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}

/* 모달 배경 */
.care-modal {  display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;  background: rgba(0,0,0,0.5); /* display: flex; */ justify-content: center; align-items: center;}

/* 모달 박스 */
.care-modal-box { background: #fff; margin: 8% auto; padding:30px 30px 90px; width: 90%; max-width: 750px;  border-radius: 12px; line-height: 1.7; box-shadow: 0 10px 30px rgba(0,0,0,0.2);}
.care-modal-box h5 {font-weight:600; margin:20px 0; padding-bottom:5px; border-bottom: 2px solid #555;}
.care-modal-box p {line-height: 1.8em;}

/* 닫기 버튼 */
.care-close { float: right; font-size: 24px; cursor: pointer;}

/* 더보기 버튼 (빨간 네모 자리용) */
.care-more-btn { margin-top: 5px; padding: 5px 14px; border:1px solid #ccc; border-radius: 5px; cursor: pointer;
  font-size:13px;}
.care-more-btn:hover {border:1px solid #333; color:#222;}

.contents_middle {background:none;  margin:40px auto 100px; width:90%;}
.content_list .business_area {position:relative;width:100%;}
.content_list .business_area .txt_ti {padding:120px 0 39px 0;text-align:center;}
.content_list .business_area .list {display:flex; justify-content: center; align-items: center; width:100%;height:600px;font-size:0;overflow:hidden; gap:10px;}
.content_list .business_area .list li {position:relative;display:inline-block;width:23%;height:100%;overflow:hidden;transition:width 1s;font-size:0; cursor: pointer;}

.content_list .business_area .list li.grid1 {background:url("/images/business_img01-bcdfbb48da23d32f2720cb6e3512d1c0.jpg") top center no-repeat;}
.content_list .business_area .list li.grid2 {background:url("/images/business_img02-c2a6f0b0cf7c7f32b52c676df4d2404b.jpg") top center no-repeat;}
.content_list .business_area .list li.grid3 {background:url("/images/business_img03-64f8fb9cf955078ba470c5ab0c8dc784.jpg") top center no-repeat;}
.content_list .business_area .list li.grid4 {background:url("/images/business_img04-1dcf01bec08045b40d4b38d4565a0417.jpg") top center no-repeat;}
.content_list .business_area .list li.grid5 {background:url("/images/business_img05-24b13dfbf82bbdbd9245ff47f0d027bd.jpg") top center no-repeat;}
.content_list .business_area .list li.grid6 {background:url("/images/business_img05-24b13dfbf82bbdbd9245ff47f0d027bd.jpg") top center no-repeat;}

.content_list .business_area.active .list li {width:9%;}
.content_list .business_area.active .list li.active {width:58%;}
.content_list .business_area .list li .bg-black {position:absolute;left:0;top:0;width:100%;height:100%;z-index:4;opacity:0;background:rgba(255, 255, 255, 0.25);transition:opacity 500ms;}
.content_list .business_area.active .list li .bg-black {opacity:1;}
.content_list .business_area.active .list li.active .bg-black {opacity:0;}
.content_list .business_area .list li .bg-hover {position:absolute;left:0;right:0;top:0;width:100%;height:100%;text-align:right;z-index:5;opacity:0;transition:opacity .5s .4s;}
.content_list .business_area.active .list li.active .bg-hover {opacity:1;transition:none;}
.content_list .business_area .list li .bg-hover img {position:absolute;right:-540px;top:0;transition:all .9s}
.content_list .business_area .list li.active .bg-hover img {right:0;}
.content_list .business_area .list li.grid1 .bg-hover {background:url("/images/business_img01_over-9cfcb664a2becfd4b0a76cd05dfb1bc2.png") center top no-repeat;}
.content_list .business_area .list li.grid2 .bg-hover {background:url("/images/business_img02_over-254995cc0c1ea1c2a1b2b5bcefd7570a.png") center top no-repeat;}
.content_list .business_area .list li.grid3 .bg-hover {background:url("/images/business_img03_over-2dd2c256da41896b38254a74cd9dd4ee.png") center top no-repeat;}
.content_list .business_area .list li.grid4 .bg-hover {background:url("/images/business_img04_over-0f78fa5cd45f9a9dbe98407840c606b8.png") center top no-repeat;}
.content_list .business_area .list li.grid5 .bg-hover {background:url("/images/business_img05_over-240250a886459582cff2919df714d45e.png") center top no-repeat;}
.content_list .business_area .list li.grid6 .bg-hover {background:url("../images/business_img06_over.png") center top no-repeat;}

.content_list .business_area .list li .txtbox {position:absolute; left:0; bottom:0; width:100%; height:160px; background:#96bf8e; color:#fff;}
.content_list .business_area .list li:nth-child(2n) .txtbox {background:#6fa365;}
.content_list .business_area .list li .txtbox .txt {position:absolute;left:50%; top:47px;transform:rotate(0.0001deg) translate(-50%, 0);z-index:6;opacity:1;transition:opacity 500ms .3s; font-size:22px; font-weight:600; letter-spacing: -1px; color:#fff; text-align: center; line-height: 1.5em; width:80%; font-family: "Nanum Myeongjo", serif;}
.content_list .business_area.active .list li .txtbox .txt {opacity:0;transition:opacity 500ms;}
.content_list .business_area .list li .txtbox .txt-hover {position:absolute;left:50%;top:50%;transform:rotate(0.0001deg) translate(-50%, -50%);z-index:6;opacity:0;transition:opacity 500ms, transform 500ms;}
.content_list .business_area.active .list li .txtbox .txt-hover {transition:opacity 500ms 0.2s;opacity:1;}
.content_list .business_area.active .list li.active .txtbox .txt-hover {transition:opacity 500ms 0;opacity:0;}

.accordian a {display: block; padding:10px; color:#fff;}
.accordian > ul > li a {display:flex; justify-content: space-between;}
.accordian > ul > li a span {width:22px; height:22px; background-image: url(/images/menu-more-9fc8a3ac597b4e3a131e1dc174116695.png); background-size:100%;}
.accordian > ul > li a.on span {width:22px; height:22px; background-image: url(/images/menu-cut-0f6e6d7b3693c0728b00bf06c8147375.png); background-size:100%;}
/* .accordian > ul > li.parent-menu {position:relative;}
.accordian > ul > li.parent-menu > .more {position:absolute; width:22px; height:22px; background-image: url(/images/menu-more-9fc8a3ac597b4e3a131e1dc174116695.png); background-size:100%; top:15px; right:10px;} */
.accordian > ul > li:nth-child(2n+1) > a{background:#86b172;}
.accordian > ul > li:nth-child(2n) > a {background:#638a51;}
.accordian li li {background:#fff; padding:0px;}
.accordian li li a {padding-left:10px 10px 10px 40px;}
.accordian li li li a {padding-left:10px 10px 10px 60px;}
.accordian a + ul {display:none;}
.accordian a + ul li img {width:100%; height:250px;}
.accordian a + ul li h5 {font-size:15px; font-weight:600; margin:5px 0 10px; letter-spacing: -.5px;}
.accordian a + ul li p {font-size:13px; font-weight:400; line-height: 1.5em; color:#666; margin-bottom:30px;}
.contents_middle.clinic_m h2.clinic_m_h2 {font-size:19px; font-weight:600; text-align: center;}
.contents_middle.clinic_m p.clinic_m_p {font-size:13px; font-weight:400; line-height: 1.5em; text-align: center; margin:10px 0 30px;}

#foot_page {background: url(/images/bg_map-fba792e3586aca5160c76a4b40b01cf7.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; 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:#a07b16; margin-bottom:5px; border-radius: 4px; margin-right:10px;}
#foot_page .phone_num a {font-size:43px; font-weight:600;}
#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:#a07b16;}

/* 푸터 */
#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: 30%; right: 1px; 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;}

.pc_quick {display: block;}
.mo_quick {display: none;}

/* =====================================반응형 미디어쿼리======================================== */
@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:17px;}
	#about h5 b {font-size:17px;}
	#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;}
	.doctor .flex_box .left img {width:90%; max-width:450px;}
	#about2 h5 {font-size:15px; margin-bottom:25px;}
	#about2 p img {display:none;}
	.content_list .business_area .list li .txtbox .txt {font-size:20px;}
}

@media screen and (max-width:1200px) {
	header #headerInner .logo a, header #headerInner.sub .logo a {width:270px; 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;}
	.content_list .business_area .list li .txtbox .txt {font-size:18px;}
	#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;}

	.pc_quick {display: none;}
	.mo_quick {display: block;}
}
@media screen and (max-width: 900px) {
	header #headerInner .logo a, header #headerInner.sub .logo a {width:240px;}
	#header, #headerInner {height:62px;}
	.h-tit {font-size:22px; margin-bottom:10px;}
	.tit {font-size:17px;  margin-bottom:7px;}
	.tit-s {font-size:11px; letter-spacing: 10px; margin-bottom:20px; text-align: center;}
	#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:14px;}
	#about h5 b {font-size:16px;}
	#about h5:last-child {margin-bottom:50px;}
	#top_ban {font-size:16px; padding:60px 20px; box-sizing: border-box;}
	.more-btn {font-size:14px;}
	.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;}
	#process {background: url(/images/bg_about_m-03d39f6933a6d8e56f41cbf11332989d.jpg) no-repeat center/cover;}
	#about2 ul {padding:7% 10px;}
	#about2 ul li {font-size:15px; padding:9px;}
	#about2 ul li span {padding:0 10px; margin-right:5px;}
	#about2 h1 img {width:35px;}
	#about2 .swiper {width:100%; height:auto; margin:10px auto;}
	#about2 .swiper img {max-width:100%; height:auto;}
	#about2 .swiper .swiper-slide p {font-size:14px;}
	#about2 .container {height:auto;}
	#about2 .mt-50 {margin-top:10px;}
	.left-box {width:100%; height:auto;}
	.right-box {width:100%; height:200px;}
	.text_sub {margin-bottom:6px;}
	#about2 .container .content {padding:20px;}
	#about2 .container .content > div.l,
	#about2 .container .content > div.r {width:100%;}
	#about2 .container .content > div h3 {font-size:19px;}
	#about2 .container .content > div.l p {margin-top:-3px; margin-bottom:20px;}
	#about2 .container .content > div.r p {line-height:1.6em;}
	#about2 .container .content > div h3 {border-top:3px solid #fff;}
	.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: 15px;  padding: 24px 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; }
	#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;}
	.contents_middle {margin:40px auto 50px;}
	/* 퀵메뉴 */
	.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 #ffffff73}
	.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; }

	.pc_quick {display: none;}
	.mo_quick {display: block;}

	.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:250px;}
	.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; }
	.notice-card__bottom{ margin-top: 44px; }
	.mt-150 {margin-top:90px;}
	.pc_quick {display: none;}
	.mo_quick {display: block;}

}

@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;}

	.pc_quick {display: none;}
	.mo_quick {display: block;}
}

