 
@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Thin.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Thin.woff");
    font-weight: 100;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-ExtraLight.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-ExtraLight.woff");
    font-weight: 200;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Light.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Light.woff");
    font-weight: 300;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Regular.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Regular.woff");
    font-weight: 400;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Medium.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Medium.woff");
    font-weight: 500;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-SemiBold.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-SemiBold.woff");
    font-weight: 600;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Bold.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Bold.woff");
    font-weight: 700;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-ExtraBold.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-ExtraBold.woff");
    font-weight: 800;
}@font-face {
    font-family: "pretendard";
    src: url("../font/pretendard/woff2/Pretendard-Black.woff2") format("woff2"),
    url("../font/pretendard/woff/Pretendard-Black.woff");
    font-weight: 900;
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;font-weight: 500;
src: url(../font/NotoSans/v2/NotoSans-Medium.woff2) format('woff2'),
url(../font/NotoSans/v2/NotoSans-Medium.woff) format('woff');}

* {margin:0; padding:0; box-sizing:border-box; font-family: 'pretendard' !important; font-weight:400; color:#3D4249; }

/* @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
* {margin:0; padding:0; box-sizing:border-box; font-family: 'Pretendard-Regular' !important; font-weight:400; color:#3D4249; } */

html,
body {margin:0; padding:0; border:0;}


a {text-decoration: none; cursor: pointer; vertical-align:top; color:#666; margin:0;}
img {max-width:100%; vertical-align:top;}

/* 접근성 */
.accessibility-read { font-size: 0 !important; }

/* 노준식 영역 */
br.pc{display: inline;}
br.mb{display: none;}

/* 노준식 영역 */

#u_skip {
    position: relative;
    z-index: 3000;
}

#u_skip a {
    position: absolute;
    top: 78px;
    left: 0;
    width: 138px;
    border: 1px solid #2677BB;
    background: #333;
    text-align: center;
    opacity: 0;
}

#u_skip span {
    display: inline-block;
    padding: 2px 6px 0 0;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    letter-spacing: -1px;
    white-space: nowrap;
}

#wrap{
    width:100%; 
    position: relative;
}

/* header */
#header{position: relative;}

.topHeader{
    margin: 0 auto;
    max-width: 1200px;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topHeader h1 .wlogo{
    display: none;
}
.topHeader .toprightHeader{
    display: flex;
}
.topHeader .toprightHeader button{
    border: 0;
    background-color: transparent;
    border: 1px solid rgba(38,119,187,.3);
    border-radius: 20px;
    padding:9px 30px 9px 24px;
    display: flex;
    align-items: center;
}
.topHeader .toprightHeader button i{
    display: inline-block;
    width:18px; height:18px;
    margin-right:12px;
    filter: invert(51%) sepia(10%) saturate(3960%) hue-rotate(167deg) brightness(78%) contrast(90%);
}
.topHeader .toprightHeader a button{
    margin-left:8px;
    margin-right:8px;
    cursor: pointer;
}
.topHeader .toprightHeader .fastReservation i{
    background-image: url("../icon/reservation.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topHeader .toprightHeader .outReservation i{
    background-image: url("../icon/calendar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topHeader .toprightHeader button span{
    color: #2677bb;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}
.topHeader .toprightHeader ul{
    display:flex;
    align-items: center;
}

.topHeader .toprightHeader ul li{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
}
.topHeader .toprightHeader ul li a{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.topHeader .toprightHeader ul li:after{
    position: absolute;
    content: "";
    width: 1px;
    height:100%;
    background-color: rgba(0,0,0,.23);
    right:0;
}

.topHeader .toprightHeader ul li:last-child:after{
    width:0px;
}

.topHeader .toprightHeader .searchBtn{
    border: 0;
    padding:9px 0px 9px 10px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}
.searchDimBg{
    display: none;
    position: absolute;
    width:100vw;
    height:100%;
    z-index: 51;
    background-color: transparent;
    top:0;
    left:0;
}
.searchDimBg.active{
    display: block;
}

.topHeader .toprightHeader .searchBtn input{
    display: none;
    position: absolute;
    top: 0;
    right:-10px;
    z-index: 10;
    padding: 9px 40px 9px 20px;
    border-radius: 19px;
    border: 1px solid #939393;
    font-size:16px;
    height:38px;
}
.topHeader .toprightHeader .searchBtn i{
    display: none;
    position: absolute;
    top: 0;
    right:-10px;
    z-index: 11;
    width:38px;
    height:38px;
    padding: 9px;
    margin: 0;
    filter: none;
    border-radius: 50%;
    background-color: #8bb8e8;
    background-image: url('../icon/search.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.topHeader .toprightHeader .searchBtn input.on{
    display: block;
}
.topHeader .toprightHeader .searchBtn i.on{
    display: inline-block;
}

.topHeader .toprightHeader .searchBtn span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../icon/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(0%) sepia(98%) saturate(0%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.topHeader .toprightHeader .userBtn{
    display: none;
}
.topHeader .mGnbWrap{
    display: none;
    position: fixed;
    /* width:0%;
    right: 0; */
    height:100vh;
    top:0;
    width:100%; 
    right:-100%;
    background-color: #ffffff;
    z-index: 51;
    transition: 1s;
}
.gnbWrap{
    width: 100%;
	z-index: 99;
	position: relative;
	top: auto;
	height: 68px;
}
.gnbWrap nav {
	height: 100%;
}
.gnbWrap nav > ul > li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gnbWrap nav li > a{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -0.56px;
    text-align: center;
    font-weight: 600;
}

/* 햄버거 */
.toprightHeader .userBtn,
.toprightHeader .menu-trigger,
.mtopleftHeader{
    display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 20px;
  height: 19px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#sideMenu{
    position: fixed;
    top:50%;
    right:-100px;
    width:120px;
    min-height:100px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 16px 0 0 16px;
    border: 1px solid #EBEBEB;
    z-index: 999;
}
#sideMenu .sideFrequency{
    background-color: rgba( 171,202,233,0.17);
    padding:36px 10px 38px;
    border-radius: 16px 0 0 0;
}
#sideMenu .sideFrequency li{
    padding-bottom: 24px;
}
#sideMenu .sideFrequency li:last-child{
    padding-bottom: 0px;
}
#sideMenu .sideFrequency li a{
    display: block;
}
#sideMenu .sideFrequency li a i{
    display: block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    width:24px;
    height:24px;
    margin: 0 auto;
    filter: invert(41%) sepia(1%) saturate(0%) hue-rotate(192deg) brightness(90%) contrast(80%);
}
#sideMenu .sideFrequency li a span{
    display: block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-top: 8px;
    line-height: 18px;
    font-weight: 600;
}
#sideMenu .sideFrequency li:nth-child(1) i{
    background-image: url("../icon/side-menu.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sideMenu .sideFrequency li:nth-child(2) i{
    background-image: url("../icon/reservation.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sideMenu .sideFrequency li:nth-child(3) i{
    /*background-image: url("../icon/side-calendar.svg"); 외래진료 오픈후 변경*/
    background-image: url("../icon/medical_info.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sideMenu .sideFrequency li:nth-child(4) i{
    background-image: url("../icon/side-out.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#sideMenu .sideMedia{
    padding:36px 45px 48px;
}
#sideMenu .sideMedia ul{
    display: flex;
    flex-direction: column;
}
#sideMenu .sideMedia li{
    padding-bottom: 25px;
}
#sideMenu .sideMedia li:last-child{
    padding-bottom: 0px;
}
#sideMenu .sideMedia li a{
    display: block;
    width:30px;
    height:30px;
}
#sideMenu .sideMedia li:nth-child(1) a{
    background-image: url("../icon/sns_youtube.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sideMenu .sideMedia li:nth-child(2) a{
    background-image: url("../icon/sns_blog.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#sideMenu .sideMedia li:nth-child(3) a{
    background-image: url("../icon/sns_instagram.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sideMenu .sideButton{
    position: absolute;
    top:346px;
    left:-18px;
    width:36px;
    height:36px;
    background: #FFFFFF;
    border: 1.2px solid rgba(171,202,233,0.30);
    border-radius: 50%;
    cursor:pointer;
}
#sideMenu .sideButton div{
    position: absolute;
    top:50%;
    left:50%;
    width:50%;
    height:50%;
    transform: translate(-50%, -50%);
    background-image: url("../icon/arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(83%) sepia(87%) saturate(10%) hue-rotate(226deg) brightness(107%) contrast(60%);
}

#sideMenu.active{
    right:0;
}
#sideMenu.active .sideButton div{
    background-image: url("../icon/arrow_right.svg");
}









#footer{
    background-color: #242424;
    width: 100%;
}
#footer .footerTop{
    position: relative;
    border-bottom:1px solid #333333;
}
/* #footer .footerTop::after{
    position: absolute;
    content: "";
    width:100%;
} */

#footer .footerTop ul{
    max-width: 1200px;
    padding: 36px 0;
    margin: 0 auto;
    display: flex;
}
#footer .footerTop li{
    position: relative;
    color:#939393;
    font-weight: 500;
    cursor: pointer;
    padding-left:15px;
    padding-right:15px;
	word-break: keep-all;
}
#footer .footerTop li:after{
    position: absolute;
    content: "";
    top:0;
    right:0;
    height: 100%;
    border: 1px solid #333333;
}
#footer .footerTop li:first-child{
    padding-left:0;
}
#footer .footerTop li:last-child{
    padding-right: 0;
}
#footer .footerTop li:last-child:after{
    display: none;
}
#footer .footerTop li:hover{
    color: #49a7ff;
}

#footer .footerTop .footer_privacy { color: #d85600; }


#footer .footerBottom{
    width:100%;
    padding: 36px 0 63px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
	justify-content: space-between;
}

#footer .footerBottom .agencyInfo *{
    font-size: 14px;
    color: #939393;
    letter-spacing: 0;
    /* line-height: 24px; */
    font-weight: 400;
    padding:4px 0;
    position: relative;
    justify-content: space-around;
}
#footer .footerBottom .agencyInfo > div{
    display: flex;
	align-items: center;

}
#footer .footerBottom .agencyInfo{
    width:55%;
    display: flex; 
    flex-wrap: wrap;
}
#footer .footerBottom .adressInfo{
    padding-right: 10px;
}
#footer .footerBottom .callInfo > div{
    padding: 0 12px;
    position: relative;
}
#footer .footerBottom .callInfo > div::after{
    position: absolute;
    content: "";
    top:0; left:0;
    width:1px;
    height: 100%;
    border-left: 1px solid #939393;
    
}

#footer .footerBottom .markSite{
    display: flex;
    align-items: flex-end;
	flex-direction: column;
}
#footer .footerBottom .markWrap{
    display: flex;
	order: 1;
	margin-top: 8px;
}

#footer .footerBottom .healthcarequality{
    background: url(../img/healthcarequality.png) no-repeat;
    width: 49px;
    height: 49px;
    background-size: contain;
    margin-right: 5px;
    position: relative;
}
#footer .footerBottom .webaccess{
    background: url(../img/webaccess.png) no-repeat;
    width: 68px;
    height: 49px;
    background-size: contain;
    margin-right: 5px;
    position: relative;
}
#footer .footerBottom .ban_mark2{
    background: url(../img/ban-mark2.png) no-repeat;
    width: 44px;
    height: 49px;
    background-size: contain;
    margin-right: 0;
    position: relative;
}


#footer .footerBottom .sitemap{
    display: flex;
}

.sitemap .set {
    width: 200px;
    height: 32px;
    margin-left: 10px;
    position: relative;
}
.sitemap button {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #d5d5d5;
    color: #939393;
    font-size: 14px;
    line-height: 24px;
    background: url(../icon/down_arrow_icon.svg) right center no-repeat;
    background-size: 24px;
    filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(96%) contrast(97%);
    text-align: left;
    padding: 0 6px;
    cursor: pointer;
}

.sitemap ul {
    display: none;
    position: absolute;
    right: 0;
    bottom: 31px;
    border: 1px solid #939393;
    min-width: 100%;
    max-height: 250px;
    overflow: auto;
    line-height: 1.625;
}

.sitemap .set.active ul{
    display: block;
}

.sitemap ul a {
    background-color: #ffffff;
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
}




* {
  scrollbar-width: thin;
  scrollbar-color: #00309c;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #c8cace;
  border-radius: 6px;
  background-clip: padding-box;
  border: 3px solid transparent;
}
*::-webkit-scrollbar-thumb:hover {
  background: #888;
  background-clip: padding-box;
}

.gnbWrap ul {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.gnbWrap ul li.gnbMenuWrap a.gnbMenuTitle {
	height: 68px;
	display: flex;
	align-items: center;
}
.gnbWrap ul li.gnbMenuWrap > a {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	position: relative;
}
.gnbWrap ul li .gnbMenuTitle {
	font-size: 20px;
	color: #ffffff;
	letter-spacing: -0.56px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}
.gnbWrap ul li a.menu-trigger {
	width: 20px;
	height: 19px;
	display: inline-block;
	font-size: 0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.gnbWrap .second_depth {
	height: auto;
	position: absolute;
	top: 68px;
	left: 0px;
	width: 100%;
	background: white;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 20px 20px;
	display: none;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	max-height: 0;
}
.gnbMenuWrap:hover .second_depth {
	display: block;
	max-height: 600px; /* 적절한 최대 높이 설정 */
}
.gnbWrap .second_depth .second_depth_inner {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	display: flex;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left {
	width: auto;
	height: auto;
	min-height: 100px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 34px;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content:last-child {
	border-bottom: none;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content ul {
	margin: 0;
	justify-content: flex-start;
	height: auto;
	padding: 16px;
	flex-grow: 0;
	flex-wrap: wrap;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content_title {
	text-align: left;
	width: 150px;
	vertical-align: top;
	padding: 16px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	flex-shrink: 0;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content_title a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: 26px;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content_subtitle {
	text-align: left;
	vertical-align: top;
	padding-left: 0px;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left_content_subtitle a {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 26px;
}
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right {
	border-left: 1px solid #bed7eb;
	min-width: 270px;
	padding: 20px 0 20px 20px;
}
.gnbWrap .second_depth .second_depth_inner:after { clear:both;content:'';display:block; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table { border-collapse:collapse;width:100%;border:none;height:auto; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table th { text-align:left;width:150px;vertical-align:top;padding:16px;padding-left:0px;font-size:18px;font-weight:bold;color:#2677BB;border-bottom:1px solid #eeeeee; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table td { text-align:left;vertical-align:top;padding:16px;padding-left:0px;border-bottom:1px solid #eee; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table td a { font-size:16px;font-weight:normal;color:#666;margin-right:16px;display:inline-block;vertical-align:top;width:auto;margin-bottom:0px;margin-top:0px; line-height: 26px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table td a.short { width:65px;height:15px;background:url('../img/short_cut.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table th a { font-size:inherit;color:inherit;font-weight:inherit; line-height: 26px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table tr:last-of-type th { border-bottom:none; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table tr:last-of-type td { border-bottom:none; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right { padding-left:20px;padding-top:20px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table { border-collapse:collapse;width:100%;height:auto;border:none; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table th { text-align:left;padding:20px;padding-left:0px;font-size:16px;font-weight:bold;color:#2677BB; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td { text-align:center;font-size:15px;font-weight:normal;color:#666;padding-bottom:20px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td .pic { margin:0px auto;width:64px;height:64px;position:relative;margin-bottom:8px;display:block; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td .pic.pic_01_img { background:url('../img/pic_01_img.png') no-repeat;background-size:100% 100%;background-position:center center; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td .pic.pic_02_img { background:url('../img/pic_02_img.png') no-repeat;background-size:100% 100%;background-position:center center; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td .pic.pic_03_img { background:url('../img/pic_03_img.png') no-repeat;background-size:100% 100%;background-position:center center; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right table td .pic.pic_04_img { background:url('../img/pic_04_img.png') no-repeat;background-size:100% 100%;background-position:center center; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap { width:100%;height:auto;position:relative;text-align:left;font-size:13px;font-weight:normal;color:#666;line-height:23px;padding-left:10px;padding-top:20px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap h4 { display:block;margin:0px;padding:0px;font-size:20px;font-weight:bold;color:#2677BB;margin-bottom:10px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap button { position:relative;width:100%;height:40px;background:#2677BB;border-radius:8px;text-align:left;padding-left:16px;font-weight:bold;color:white;font-size:14px;cursor:pointer;border:none;margin-top:16px;margin-bottom:40px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap button:after { content:'';display:block;width:11px;height:9px;background:url('../img/ti.png') no-repeat;background-size:100% 100%;position:absolute;right:20px;top:50%;margin-top:-4px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap table { border-collapse:collapse;width:100%;height:auto;border:none; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap table td { padding:0px;font-size:13px;font-weight:normal;color:#333;text-align:left; } 
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap table td span { font-size:16px;display:block;font-weight:normal;color:#2677BB }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_wrap table td:nth-of-type(2) { padding-left:10px;border-left:0px solid #d4d4d4; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell { cursor:pointer;display:block;width:100%;height:67px;margin-bottom:40px;position:relative;padding-left:72px;line-height:20px;font-size:15px;font-weight:normal;color:#666; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic { width:64px;height:64px;position:absolute;left:0px;top:0px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic.qp_01 { background:url('../img/qp_01.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic.qp_02 { background:url('../img/qp_02.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic.qp_03 { background:url('../img/qp_03.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic.qp_04 { background:url('../img/qp_04.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell .pic.qp_05 { background:url('../img/qp_05.png') no-repeat;background-size:100% 100%; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_right .quick_menu_cell span { font-size:16px;font-weight:bold;color:#2677BB;display:block;text-align:left;margin-bottom:8px; }
.gnbWrap nav a { display:inline-block;vertical-align:middle;height:auto;width:auto;position:relative; }
.gnbWrap nav li:hover:not(:last-child) a:after { content:'';display:block;height:4px;width:100%;background:white;position:absolute;bottom:-24px;left:0px; }
.gnbWrap nav a.menu-trigger { width:20px;height:19px;display:inline-block; } 
.gnbWrap nav a.menu-trigger:hover:after { display:none; }

.sitemap_wrap { overflow:auto;width:100%;height:100%;position:fixed;top:0px;left:0px;background:#2677BB;z-index:99999999; }
.sitemap_wrap .sitemap_inner { width:1200px;height:auto;padding-top:104px;padding-bottom:104px;margin:0px auto; }
.sitemap_wrap .sitemap_inner h2 { display:block;height:70px;line-height:70px;margin:0px;padding:0px;text-align:left;color:white;font-size:24px;font-weight:bold;border-bottom:1px solid white;margin-bottom:40px;position:relative; }
.sitemap_wrap .sitemap_inner h2 .site_map_close { width:18px;height:18px;position:absolute;top:50%;margin-top:-9px;right:0px;background:url('../img/sc.png') no-repeat;background-size:100% 100%;cursor:pointer;border:none; }
.sitemap_wrap .sitemap_inner table { border-collapse:collapse;width:100%;height:auto;border:none; }
.sitemap_wrap .sitemap_inner table th { width: 163px; color:#8BB8E8;font-size:18px;font-weight:bold;text-align:left;padding:10px;vertical-align:top; }
.sitemap_wrap .sitemap_inner table th a { white-space: nowrap; color:#fff; }
.sitemap_wrap .sitemap_inner table th span { color:white;font-size:20px;font-weight:bold; }
.sitemap_wrap .sitemap_inner table td { padding:10px;text-align:left;vertical-align:top; }
.sitemap_wrap .sitemap_inner table td a { color:white;font-size:16px;display:inline-block;margin-bottom:10px;vertical-align:middle;font-weight:normal;margin-right:20px; }
.sitemap_wrap .sitemap_inner .site_divider { width:100%;height:1px;background:rgba(255,255,255,0.1);margin-top:40px;margin-bottom:40px; }
.sitemap_wrap .sitemap_inner table td a.short_cut { background:url('../img/sc2.png') no-repeat;background-size:100% 100%;width:66px;height:13px; }

.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table th { white-space:nowrap; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table td a.current { position:relative;margin-right:24px; }
.gnbWrap .second_depth .second_depth_inner .second_depth_inner_left table td a.current:after { content:'';display:block;width:4px;height:4px;border-radius:50%;background:#3b4ebf;position:absolute;right:-7px;top:-2px; }



/* 노준식 영역 시작 */
/* 사용자 페이지 다시시작 240223*/
/* 서브사이트용 헤더 변경 */
#topAsideMenu h1{ display: flex; align-items: center; height: 36px;}
#topAsideMenu h1 a.nmc_sub_name{ position: relative; margin-left: 31px; font-size: 18px; font-weight: 600; font-family: 'Noto Sans KR' !important; word-break: keep-all; }
#topAsideMenu h1 a.nmc_sub_name:before{ content: ""; position: absolute; top: 0; left: -15px; width: 1px; height: 100%; background-color: #333; z-index: -1; }


/* 노준식 영역 끝 */


/* 상단 온라인예약 추가 */
.topHeader .toprightHeader .outReservation{border-color: #814c9e;}
.topHeader .toprightHeader .outReservation i{background-image:url(/styles/assets/icon/ico_reserv_p.png); filter:none;}
.topHeader .toprightHeader button span{color:#814c9e;}
.topHeader .mGnbWrap .outReservation{border-color: #814c9e;}
.topHeader .mGnbWrap .outReservation span{color:#814c9e;}

/* 202509012 퀵메뉴 추가 */
#sideMenu .sideFrequency li:nth-child(5) i { background-image: url("../icon/quick_hospital_fund_01.png"); background-repeat: no-repeat; background-size: cover; background-position: center; }