@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;background:#fff;word-break:keep-all;word-wrap:break-word;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;}
h2 {font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ol, ul, li, dl, dt, dd {margin:0;padding:0;list-style:none;word-break:keep-all;word-wrap:break-word;}/* li 까지 적용해야 슬라이드배너 버튼위치값 정상적용됨 */
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-weight:400}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;font-size:.95em;font-weight:400}
button {cursor:pointer}
textarea, select {font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;font-size:.95em}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all;word-wrap:break-word;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.0em}
a:link, a:visited {color:#151515;text-decoration:none}
a:hover, a:focus, a:active {color:#008a08;text-decoration:none}
em {font-style:normal;}

*, :after, :before {-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;outline: none;}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;border: 1px solid #558ab7 !important;}

.placeholdersjs { color: #aaa !important; }

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 중간 레이아웃 */
#wrapper{}
#container_wr {height:100%;margin:0 auto;z-index:5;}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 서브메뉴 */
#aside {position:relative;background:#fff;z-index:1;}
#aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#lnb {overflow:hidden;}
#lnb li {float:left;letter-spacing:-0.02em;}
#lnb li a {display:inline-block;clear:both;width:100%;color:#000;font-weight:400;text-align:center;border-bottom:1px solid #d9d9d9;}
#lnb li a:hover {color:#008a08;border-bottom:1px solid #008a08;background:url('../img/lnb_on.png') no-repeat center bottom;}
#lnb li a.on {color:#008a08;border-bottom:1px solid #008a08;background:url('../img/lnb_on.png') no-repeat center bottom;}
#lnb li a.on:hover {color:#000}

/* 중간 레이아웃 */
#container {width:100%;min-height:500px;height:auto !important;height:500px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {color:#151515;letter-spacing:-0.06em;font-weight:600;line-height:1.1em;}
#container .ment {color:#666;letter-spacing:-0.05em;}
#container .ment span {color:#018a08}
.cons_tit {color:#151515;letter-spacing:-0.04em;font-weight:500;text-align:center;}

#container h3 {position:relative;color:#222;letter-spacing:-0.06em;line-height:1.25em;font-weight:500;font-family:'GmarketSansBold', sans-serif;}
#container h3:before {display:block;content:"";position:absolute;left:0;width:1rem;height:1rem;border-radius:.3rem;border:.3rem solid #018a08;}
#container h3.none {margin-top:0 !important}
#container h3.type2:before {border:.3rem solid #0056d1 !important}
#container h3.type3 {padding-left:0 !important;}
#container h3.type3:before {display:none !important;}

#container h4 {position:relative;color:#018a08;letter-spacing:-0.06em;line-height:1.25em;font-weight:500;}
#container h4:before {display:block;content:"";position:absolute;left:0;top:0.85rem;width:10px;height:10px;border-radius:50%;border:3px solid #018a08;}
#container h4.none {margin:0 0 1.3rem !important;}
#container h4.type2 {line-height:50px;padding:0 3%;border:2px solid #ccc;border-radius:25px;}
#container h4.type2:before {display:none;}
#container h4.type3 {color:#222 !important}
#container h4.type3:before {display:none;}
#container h4.type4 {color:#0056d1 !important}
#container h4.type4:before {border:3px solid #0056d1 !important}
#container h4.type5 {color:#222 !important;font-family:'GmarketSansMedium', sans-serif !important;}
#container h4.type5:before {display:block !important;top:0.1rem !important;width:6px !important;height:30px !important;border-radius:0 !important;border:0 !important;background:#0056d1;}

#container h5 {display:inline-block;color:#fff;font-weight:500;background:#018a08;border-radius:50px;}
#container h5.type2 {position:relative;color:#018a08 !important;line-height:1.0em;background:none !important}
#container h5.type2:after {content:'';position:absolute;left:0;bottom:-0.2em;width:110%; height:12px;background:#cce8ce;z-index:-1; }
#container h5.type2:before {content:'';display:inline-block;position:absolute;left:0;width:10px;height:10px; background:#018a08;vertical-align:top;border-radius: 100%; margin-right: 0.4em; }
#container h5.none {margin:0 0 1rem !important;}

/*.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}*/
.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

/*************** 1500 데스크탑***************/
@media screen and (min-width:1500px){

/* 서브메뉴 */
#lnb li a {font-size:1.2em;}

}

/***************1441 데스크탑***************/
@media screen and (min-width:1441px){

/* 초기화 */
body {font:17px/150%;}

/* 서브메뉴 */
#lnb li a {font-size:1.15em;line-height:60px;}
.sub1 li {width:12.5%;}
.sub2 li {width:12.5%;}
.sub3 li {width:16.66%;}
.sub4 li {width:16.66%;}
.sub5 li {width:33.333%;}
.sub6 li {width:14.28%;}
.sub7 li {width:25%;}

/* 중간 레이아웃 */
#container {font-size:1.05em;}
#container_title {font-size:2.7em;margin-top:66px;margin-bottom:72px;}
.cons_tit {font-size:2.4em;margin-top:40px;}

#container h3 {font-size:1.8em;padding-left:1.7rem;margin:4rem 0 1.2rem;}
#container h3.type3 {font-size:2em !important;margin:0 0 0.8rem !important;}

#container h4 {font-size:1.4em;padding-left:20px;margin:3rem 0 1.3rem;}
#container h4:before {top:0.5rem;}
#container h4.type5 {font-size:1.8em !important;margin:4rem 0 1.3rem !important;}

#container h5 {font-size:1.2em;padding:0.3rem 1em;margin:3rem 0 1rem;}
#container h5.type2 {font-size:1.3em;padding:0 0 0 20px !important;margin:1.2rem 0 1.5rem;}

/* 컨텐츠 테이블 - 진료시간표 */
.tbl_head03 {}
.tbl_head03 thead th {font-size:1.1em;padding:0.8rem .75rem;}
.tbl_head03 tbody th {font-size:1.1em;}
.tbl_head03 td {font-size:1.1em;padding:0.8rem 1.2rem !important;}
.tbl_head03 p {font-size:.9em !important;}
.tbl_head03 li {font-size:.9em;}
.tbl_head03 .circle {font-size:.7em;}
.tbl_head03 .bgskyblue {font-size:.8em !important;}
.tbl_head03 .bg-gray-green {font-size:.8em !important;}

.tbl_head03 .list {}
.tbl_head03 .list li {padding-left:15px;}
.tbl_head03 dl dt {font-size:.9em;}
.tbl_head03 dl dd {font-size:.9em;padding-left:15px;}
.s0207 .tbl_head03 {font-size:.9em;}

/* 컨텐츠 테이블 - 전화번호안내 찾아오시는길 */
.tbl_head04 {}
.tbl_head04 thead th {font-size:1.1em;padding:0.8rem 1rem;}
.tbl_head04 thead th span {font-size:.9em;}
.tbl_head04 tbody th {font-size:1.1em;}
.tbl_head04 td {font-size:1.0em;padding:0.8rem 2rem;}
.tbl_head04 p {font-size:1.0em;padding:15px 0 0 !important;}

/* 통합전문재활 - 간호간병통합서비스 */
.tbl_head05 {}
.tbl_head05 thead th {font-size:1.2em;padding:0.8rem .75rem;}
.tbl_head05 tbody th {font-size:1.0em;}
.tbl_head05 td {font-size:1.0em;padding:0.8rem 1.5rem !important;}

/* 병원 둘러보기 */
.s0107 {overflow:hidden;}
.view_tbl thead th {font-size:1.05em;padding:1rem 0 0.7rem !important;}
.view_tbl tbody th {font-size:1.05em;padding:0.7rem 0 0.7rem !important;}
.view_tbl td {font-size:.85em;padding:0.7rem 0.8rem  0.7rem 1rem !important;}

}

/***************1440 데스크탑***************/
@media screen and (max-width:1440px){

/* 초기화 */
body {font:17px/150%;}

/* 서브메뉴 */
#lnb li a {font-size:1.15em;line-height:50px;}
.sub1 li {width:12.5%;}
.sub2 li {width:12.5%;}
.sub3 li {width:16.66%;}
.sub4 li {width:16.66%;}
.sub5 li {width:33.333%;}
.sub6 li {width:20%;}
.sub7 li {width:25%;}

/* 중간 레이아웃 */
#container {font-size:1.05em;}
#container_title {font-size:2.6em;margin-top:56px;margin-bottom:62px;}
.cons_tit {font-size:2.3em;margin-top:40px;}

#container h3 {font-size:1.8em;padding-left:1.7rem;margin:4rem 0 1.2rem;}
#container h3.type3 {font-size:2em !important;margin:0 0 0.8rem !important;}

#container h4 {font-size:1.4em;padding-left:20px;margin:3rem 0 1.3rem;}
#container h4:before {top:0.7rem;}
#container h4.type5 {font-size:1.8em !important;margin:4rem 0 1.3rem !important;}

#container h5 {font-size:1.2em;padding:0.3rem 1em;margin:3rem 0 1rem;}
#container h5.type2 {font-size:1.3em;padding:0 0 0 20px !important;margin:1.2rem 0 1.5rem;}

/* 컨텐츠 테이블 - 진료시간표 */
.tbl_head03 {}
.tbl_head03 thead th {font-size:1.0em;padding:0.8rem .75rem;}
.tbl_head03 tbody th {font-size:1.0em;}
.tbl_head03 td {font-size:1.0em;padding:0.8rem 1.2rem !important;}
.tbl_head03 p {font-size:.9em !important;}
.tbl_head03 li {font-size:.9em;}
.tbl_head03 .circle {font-size:.7em;}
.tbl_head03 .bgskyblue {font-size:.8em !important;}
.tbl_head03 .bg-gray-green {font-size:.8em !important;}

.tbl_head03 .list {}
.tbl_head03 .list li {padding-left:15px;}
.tbl_head03 dl dt {font-size:.9em;}
.tbl_head03 dl dd {font-size:.9em;padding-left:15px;}
.s0207 .tbl_head03 {font-size:.9em;}

/* 컨텐츠 테이블 - 전화번호안내 찾아오시는길 */
.tbl_head04 {}
.tbl_head04 thead th {font-size:1.1em;letter-spacing:-0.05em;padding:0.8rem .75rem;}
.tbl_head04 tbody th {font-size:1.1em;letter-spacing:-0.05em;}
.tbl_head04 td {font-size:1.0em;padding:0.8rem 2rem;}
.tbl_head04 p {font-size:.9em;padding:15px 0 0 !important;}

/* 통합전문재활 - 간호간병통합서비스 */
.tbl_head05 {}
.tbl_head05 thead th {font-size:1.1em;padding:0.8rem .75rem;}
.tbl_head05 tbody th {font-size:1.0em;}
.tbl_head05 td {font-size:1.0em;padding:0.8rem 1.5rem !important;}

/* 병원 둘러보기 */
.s0107 {overflow:hidden;}
.view_tbl thead th {font-size:1.05em;padding:1rem 0 0.7rem !important;}
.view_tbl tbody th {font-size:1.05em;padding:0.7rem 0 !important;}
.view_tbl td {font-size:.85em;padding:0.7rem 1rem !important;}

}

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

}

@media screen and (max-width:1300px) {/* 1280 GalaxyA5, GalaxyJ7, GalaxyZ3, GalaxyTab10 */

}

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

/* 초기화 */
body {font:16px/150%;}

/* 서브메뉴 */
#lnb li a {font-size:1.1em;line-height:45px;}
.sub2 li {width:25%;}
.sub4 li {width:25%;}
.sub7 li {width:33.33%;}
.sub7 li.sitemap {display:none;}

/* 중간 레이아웃 */
#container_title {font-size:2.4em;margin-top:46px;margin-bottom:50px;}
.cons_tit {font-size:2.1em;}

#container h3 {font-size:1.6em;padding-left:1.5rem;margin:3rem 0 1rem;}
#container h3:before {top:0.3rem;width:1rem;height:1rem;border-radius:.3rem;border:.3rem solid #018a08;}
#container h3.type3 {font-size:1.8em !important;margin:0 0 0.8rem !important;}

#container h4 {font-size:1.3em;padding-left:20px;margin:3rem 0 1.3rem;}
#container h4.type2 {line-height:50px;padding:0 3%;border-radius:25px;}
#container h4.type5 {font-size:1.8em !important;margin:4rem 0 1.3rem !important;}
#container h4.type5:before {top:0.1rem !important;width:6px !important;height:30px !important;}

#container h5 {font-size:1.15em;padding:0.3rem 1em;margin:3rem 0 1rem;border-radius:50px;}
#container h5.type2 {font-size:1.3em;padding:0 0 0 20px !important;margin:1.2rem 0 1.5rem;}
#container h5.type2:after {bottom:-0.2em;width:110%; height:12px;}
#container h5.type2:before {margin-right:0.4em;}
#container h5.none {margin:0 0 1rem !important;}

/* 병원 둘러보기 */
.s0107 .float-left {width:100%;min-width:100%;padding-bottom:20px;}
.s0107 .float-right {width:100%;min-width:100%;}

}

/***************1024 태블릿***************/
@media screen and (max-width:1025px){ /* PC, 태블릿 가로 */

/* 초기화 */
body {font:15px/150%;}

/* 서브메뉴 */
.sub1 li {width:25%;}
.sub6 li {width:25%;}

/* 병원 둘러보기 */
.view_tbl thead th {padding:0.5rem 0 0.4rem !important;}
.view_tbl tbody th {padding:0.4rem 0 !important;}
.view_tbl td {padding:0.4rem 1rem !important;}

/* 컨텐츠 테이블 - 전화번호안내 찾아오시는길 */
.tbl_head04 {}
.tbl_head04 thead th {font-size:1.0em;}
.tbl_head04 tbody th {font-size:1.0em;}
.tbl_head04 td {font-size:.95em;}

/* 통합전문재활 - 간호간병통합서비스 */
.tbl_head05 {font-size:.95em;}
.tbl_head05 thead th {padding:0.8rem 1rem !important;}
.tbl_head05 tbody th {padding:0.8rem 1rem !important;}
.tbl_head05 td {padding:0.8rem 1rem !important;}

/* 건강검진예약 */
.tbl_head06 {font-size:.95em;}
.tbl_head06 thead th {padding:0.8rem 1rem !important;}
.tbl_head06 thead th span {padding:5px 1rem 0;}
.tbl_head06 tbody th {padding:0.8rem 1rem !important;}
.tbl_head06 td {padding:0.8rem 1rem !important;}

}

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

/* 서브메뉴 */
#lnb li a {line-height:40px;}
.sub5 li {width:33.33%;}

}

@media screen and (max-width:864px){/* 812-iPhoneXS, 812-iPhone 11Pro */

/* 서브메뉴 */
.sub3 li {width:33.33%;}
.sub4 li {width:33.33%;}
.sub6 li {width:33.33%;}

/* 중간 레이아웃 */
#container_title {font-size:2.3em;margin-top:36px;margin-bottom:42px;}

}

@media screen and (max-width:768px){/* 736-iPhone 8Plus, 740-S8, 740-Galaxy S9+, 768-iPad */

/* 병원 둘러보기 */
.s0107 .float-left {padding-bottom:10px;}

}

@media screen and (max-width:675px) { /* 640 Galaxy S7, S7 edge, Galaxy Note 7, 667- iPhone SE2세대  iPhone 7, 8 */

/* 서브메뉴 */
#lnb li a {font-size:1.05em;line-height:36px;}
.sub6 li {width:50%;}

/* 중간 레이아웃 */
#container_title {font-size:2.1em;}

#container h3 {font-size:1.5em;padding-left:1.3rem;margin:3rem 0 1rem;}
#container h3:before {top:0.4rem;width:0.8rem;height:0.8rem;border-radius:.25rem;border:.25rem solid #018a08;}
#container h3.type3 {font-size:1.6em !important;margin:0 0 0.8rem !important;}

#container h4 {font-size:1.2em;padding-left:15px;margin:3rem 0 1.3rem;}
#container h4.type2 {line-height:50px;padding:0 3%;border-radius:25px;}
#container h4.type5 {font-size:1.6em !important;margin:4rem 0 1.3rem !important;}
#container h4.type5:before {top:0.1rem !important;width:6px !important;height:30px !important;}

#container h5 {margin:3rem 0 1rem;border-radius:50px;}
#container h5.type2 {font-size:1.2em;padding:0 0 0 20px !important;margin:1.2rem 0 1.5rem;}
#container h5.type2:after {bottom:-0.2em;width:110%; height:12px;}
#container h5.type2:before {margin-right:0.4em;}
#container h5.none {margin:0 0 1rem !important;}

/* 기본테이블 */
.tbl_head01 {font-size:.9em;}
.tbl_head01 thead th {padding:5px 0;height:50px !important;}
.tbl_head01 tbody th {padding:5px 0;}
.tbl_head01 td {height:50px !important;padding:5px 5px;}

.tbl_head02 {}
.tbl_head02 thead th {padding:5px 0;font-size:0.95em;}
.tbl_head02 tbody th {padding:5px 0;}
.tbl_head02 td {padding:5px 3px;}

/* 컨텐츠 테이블 - 진료시간표 */
.tbl_head03 thead th {padding:0.8rem .75rem;}
.tbl_head03 tbody th {font-size:.9em;}
.tbl_head03 td {font-size:.9em;padding:0.8rem 1.2rem !important;}
.tbl_head03 p {font-size:.95em !important;}
.tbl_head03 li {font-size:.95em;}

.tbl_head03 .list li {padding-left:10px;}
.tbl_head03 dl dt {font-size:.95em;margin-bottom:8px;}
.tbl_head03 dl dd {font-size:.95em;padding-left:15px;}

/* 컨텐츠 테이블 - 전화번호안내 */
.tbl_head04 thead th {font-size:.95em;padding:0.8rem .75rem;}
.tbl_head04 tbody th {font-size:.95em;}
.tbl_head04 td {font-size:.9em;padding:0.8rem .75rem;}

}

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

}

@media screen and (max-width:568px) {/* 모바일 가로, 태블릿 세로 */

/* 초기화 */
body {font:14px/150%;}

/* 서브메뉴 */
.sub2 li {width:33.33%;}
.sub4 li {width:50%;}

/* 중간 레이아웃 */
#container_title {font-size:1.9em;margin-top:30px;margin-bottom:31px;}
/*#container .ment {font-size:.9em;margin-bottom:35px;padding:0 4.5%}*/

#container h3 {font-size:1.4em;padding-left:1.3rem;margin:3rem 0 1rem;}
#container h3:before {top:0.4rem;width:0.8rem;height:0.8rem;border-radius:.25rem;border:.25rem solid #018a08;}
#container h3.type3 {font-size:1.5em !important;margin:0 0 0.8rem !important;}

#container h4 {margin:2.5rem 0 1rem;}
#container h4:before {top:0.45rem;}
#container h4.type2 {line-height:50px;padding:0 3%;border-radius:25px;}
#container h4.type5 {font-size:1.6em !important;margin:4rem 0 1rem !important;}
#container h4.type5:before {top:0.1rem !important;width:6px !important;height:30px !important;}

#container h5 {font-size:1.2em;margin:2rem 0 1rem;border-radius:50px;}
#container h5.type2 {font-size:1.2em;padding:0 0 0 20px !important;margin:1.2rem 0 1.5rem;}
#container h5.type2:after {bottom:-0.2em;width:110%; height:12px;}
#container h5.type2:before {margin-right:0.4em;}
#container h5.none {margin:0 0 1rem !important;}

/* 컨텐츠 테이블 - 진료시간표 */
.tbl_head03 thead th {font-size:.9em;}
.tbl_head03 tbody th {font-size:.9em;}
.tbl_head03 td {font-size:.9em;}


}

@media screen and (max-width:480px){/* 모바일 가로, 태블릿 세로 */

/* 초기화 */
body {font:13px/150%;}

/* 서브메뉴 */
#lnb li a {font-size:1.0em}
.sub5 li {width:50%;}

/* 병원 둘러보기 */
.view_tbl thead th {font-size:1.0em;padding:0.6rem 0 0.4rem !important;}
.view_tbl tbody th {font-size:1.0em;padding:0.6rem 1rem 0.4rem !important;}
.view_tbl td {font-size:.8em;padding:0.5rem 1rem !important;}

/* 통합전문재활 - 간호간병통합서비스 */
.tbl_head05 {font-size:.9em;}
.tbl_head05 thead th {font-size:1.1em;padding:0.8rem 0.5rem !important;}
.tbl_head05 tbody th {padding:0.8rem 0.5rem !important;}
.tbl_head05 td {padding:0.8rem 0.5rem !important;}

/* 건강검진예약 */
.tbl_head06 {font-size:.9em;}
.tbl_head06 thead th {padding:0.8rem 0.5rem !important;}
.tbl_head06 thead th span {padding:5px 0.5rem 0;}
.tbl_head06 tbody th {padding:0.8rem 0.5rem !important;}
.tbl_head06 td {padding:0.8rem 0.5rem !important;}

}

/********************430 스마트폰********************/
@media screen and (max-width:430px){/* 400- Note, 412-Galaxy Note 20 Ultra, 414-iPhone Plus 6/7/8, 414-iPhone 11 Pro Max, 428-iPhone12ProMax */

/* 서브메뉴 */
#lnb li a {line-height:34px;}
.sub1 li {width:33.33%;}
.sub2 li {width:50%;}
.sub7 li {width:33.33%;}

/* 중간 레이아웃 */
#container h4 {font-size:1.25em;}
#container h4:before {top:0.5rem;}

/* 통합전문재활 - 간호간병통합서비스 */
.s0410_table {width:100% !important;min-width:100% !important;}

/* 기본테이블 */
.tbl_head01 thead th {font-size:1.0em;}

/* 병원 둘러보기 */
.view_tbl tbody th {font-size:.9em;}

}

@media screen and (max-width:399px){/* 384-Galaxy S21 Ultra, 390-iPhone 12 Pro */

/* 서브메뉴 */
.sub1 li {width:50%;}
.sub7 li {width:50%;}

}

@media screen and (max-width:375px){/* 360-S8/갤노트9, 375-iPhone SE/iPhoneXS/iPhone8/11 Pro */

/* 초기화 */
body {font:12px/150%;}

/* 중간 레이아웃 */
#container_title {font-size:1.7em;}
#container h4 {font-size:1.2em;}

/* 서브메뉴 */
#lnb li a {line-height:30px;}
.sub6 li a {font-size:.9em !important;}

}

@media screen and (max-width:349px){/* 320-Galaxy S9+ */

/* 초기화 */
body {font:11px/150%;}

/* 서브메뉴 */
#lnb li a {font-size:.95em;}
.sub4 li {width:100%;}
.sub6 li {width:100%;}

/* 중간 레이아웃 */
#container_title {font-size:1.5em;}
#container h3 {font-size:1.3em;}
#container h4 {font-size:1.15em;}

}

@media screen and (max-width:319px){/* 280-Galaxy Z Fold3 */

/* 서브메뉴 */
#lnb li a {}

}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap{margin:20px }
#copymove .win_btn{padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden;z-index:10000000000;}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:60px;background:#21272e;color:#fff;font-size:1.4em;font-weight:500;text-align:center;text-decoration:none;
line-height:60px}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative;display:inline-block;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 버튼 */
a.btn, .btn {line-height:35px;height:35px;padding:0 1rem;text-align:center;font-weight:400;border:0;
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

a.btn01 {display:inline-block;padding:7px 1rem;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:middle}
a.btn01:focus, a.btn01:hover {}
button.btn01 {display:inline-block;margin:0;padding:7px 1rem;border:1px solid #ccc;background:#fafafa;color:#000;}
a.btn02 {display:inline-block;padding:7px 1rem;border:1px solid #3b3c3f;background:#4b545e;color:#fff;vertical-align:middle;}
a.btn02:focus, .btn02:hover {}
button.btn02 {display:inline-block;margin:0;padding:7px 1rem;border:1px solid #3b3c3f;background:#4b545e;color:#fff;}

.btn_confirm {text-align:right} /* 서식단계 진행 */
.btn_submit {border:0;background:#008a08;color:#fff;cursor:pointer;}
.btn_submit:hover, .btn_submit:focus, .btn_submit:active {background:#000000;color:#fff;}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;vertical-align:middle;}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;vertical-align:middle;}
.btn_cancel:hover {background:#666;color:#fff;}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:40px;border:0;background:#3c3c3c;border-radius:5px;color:#fff;vertical-align:top;} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#000;vertical-align:middle;background:#fff;border:1px solid #000 !important}
a.btn_b01:hover, .btn_b01:hover {background:#eee;color:#000;border:1px solid #000 !important}
a.btn_b02,.btn_b02 {display:inline-block;color:#008a08;vertical-align:middle;background:#fff;border:1px solid #008a08}
a.btn_b02:hover, .btn_b02:hover {background:#008a08;color:#fff;border:1px solid #008a08}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;vertical-align:middle;}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6;color:#fff;}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;vertical-align:middle;}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9;}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;vertical-align:middle;} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746;color:#fff;}

.btn {display: inline-block;font-weight:400;text-align:center;white-space: nowrap;vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

/*컬러*/
.color_1 {background:#169dd6}
.color_2 {background:#14d53d}
.color_3 {background:#3814ff}
.color_4 {background:#7520c5}

/* 기본테이블 */
.tbl_wrap {overflow-x:auto;}/* 테이블 가로 스크롤바 노출되게 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;} 
.tbl_wrap caption {padding:0;font-size:0;line-height:0;overflow:hidden;}

.tbl_head01 {margin:0;border-top:2px solid #000;border-bottom:1px solid #000;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-size:1.1em;font-weight:normal;text-align:center;border-bottom:1px solid #000;background:#fff;height:60px}
.tbl_head01 thead th input {vertical-align:top; margin:10% 0; width:15px; height:15px; } /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {height:70px;color:#666;background:#fff;padding:8px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#f7f7f7;}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 컨텐츠 테이블 - 진료시간표 */
.tbl_head03 {border-top:3px solid #018a08;}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {border-left:1px solid #ddd;border-bottom:1px solid #ccc !important;background:#f0f5f0;color:#000;font-weight:400 !important;line-height:1.2em;text-align:center;vertical-align:middle !important;}
.tbl_head03 thead th:first-child {border-left:0}
.tbl_head03 thead th.line {border-bottom:1px solid #bbb;}
.tbl_head03 thead th.line2 {border-left:1px solid #bbb;}
.tbl_head03 thead a {color:#000}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {color:#000;font-weight:400;line-height:1.3em;vertical-align:middle !important;text-align:center;border-bottom:1px solid #ccc;background:#fafafa;}
.tbl_head03 td {border-left:1px solid #ccc;border-bottom:1px solid #ccc;line-height:1.3em;text-align:center;vertical-align:middle !important;}
.tbl_head03 a {}
.tbl_head03 p {line-height:1.3em !important;font-weight:400 !important;margin-bottom:5px !important;}
.tbl_head03 li {}
.tbl_head03 .bgcolor1 {background:#f9f9f9;}
.tbl_head03 .bgcolor2 {background:#f0faf1;}
.tbl_head03 .circle {color:#008a08}
.tbl_head03 .text-left {}
.tbl_head03 .circle {text-align:center;}
.tbl_head03 .bgskyblue {font-weight:500;}
.tbl_head03 .bg-gray-blue {color:#0056d1;}
.tbl_head03 .bg-gray-green {font-weight:500;}

.tbl_head03 .list {}
.tbl_head03 .list li {text-align:left;margin-bottom:2px !important;}
.tbl_head03 .list li:before {width:5px;}
.tbl_head03 dl {text-align:left;}
.tbl_head03 dl dt {font-weight:400;margin-bottom:8px;}
.tbl_head03 dl dd {margin-bottom:2px !important;}
.tbl_head03 dl dd:before {width:5px;}

/* 컨텐츠 테이블 - 전화번호안내 */
.tbl_head04 {border-top:3px solid #018a08;}
.tbl_head04 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head04 thead th {border-left:1px solid #ccc;border-bottom:1px solid #ccc;background:#ebebeb;color:#000;font-weight:400;text-align:center;vertical-align:middle !important;}
.tbl_head04 thead th:first-child {border-left:0}
.tbl_head04 thead th.line {border-bottom:1px solid #bbb;}
.tbl_head04 thead th.line2 {border-left:1px solid #bbb;}
.tbl_head04 thead a {color:#000}
.tbl_head04 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head04 tfoot th, .tbl_head04 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head04 tbody th {color:#000;font-weight:400;vertical-align:middle !important;text-align:center;border-bottom:1px solid #ccc;background:#f0f5f0;}
.tbl_head04 td {border-left:1px solid #ccc;border-bottom:1px solid #ccc;background:#fff;color:#000;line-height:1.4em;vertical-align:middle !important;}
.tbl_head04 a {}
.tbl_head04 p {}
.tbl_head04 .bgcolor1 {background:#f9f9f9;}
.tbl_head04 .bgcolor2 {background:#f0faf1;}
.tbl_head04 .noline-left {border-left:0 !important;}

/* 병원 둘러보기 */
.s0107 {}
.s0107 .float-left {}
.s0107 .float-right {}
.view_tbl {}
.view_tbl caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.view_tbl thead th {color:#fff;font-weight:400;text-align:center;vertical-align:middle !important;border-bottom:0 !important;border-left:1px dashed rgba(255,255,255,0.2);
background:#018a08;font-family: 'GmarketSansMedium', sans-serif;}
.view_tbl thead th:first-child {border-left:0}
.view_tbl thead a {color:#000}
.view_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.view_tbl tfoot th, .view_tbl tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.view_tbl tbody th {color:#ccc;font-weight:400;vertical-align:middle !important;text-align:center;border-top:1px dashed rgba(255,255,255,0.2);
background:#383838;font-family: 'GmarketSansMedium', sans-serif;}
.view_tbl td {color:#ccc;border-left:1px dashed rgba(255,255,255,0.2);border-top:1px dashed rgba(255,255,255,0.2) !important;line-height:1.5em;
vertical-align:middle !important;background:#444544}

/* 통합전문재활 - 간호간병통합서비스 */
.tbl_head05 {border-top:3px solid #0056d1;}
.tbl_head05 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head05 thead th {border-left:1px solid #ddd;border-bottom:1px solid #ccc !important;background:#f0f2f5;color:#000;font-weight:400;line-height:1.2em;padding:0.8rem .75rem;text-align:center;vertical-align:middle !important;}
.tbl_head05 thead th:first-child {border-left:0}
.tbl_head05 thead th.line {border-bottom:1px solid #bbb;}
.tbl_head05 thead th.line2 {border-left:1px solid #bbb;}
.tbl_head05 thead a {color:#000}
.tbl_head05 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head05 tfoot th, .tbl_head05 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head05 tbody th {color:#000;font-weight:400;line-height:1.3em;vertical-align:middle !important;text-align:center;border-bottom:1px solid #ccc;background:#fafafa;}
.tbl_head05 td {padding:0.8rem 1.5rem !important;border-left:1px solid #ccc;border-bottom:1px solid #ccc;line-height:1.3em;text-align:center;vertical-align:middle !important;}
.tbl_head05 .bg1 {color:#0056d1;background:#faf9f0}
/*.tbl_head05 td:nth-of-type(2), .tbl_head05 td:nth-of-type(3) {font-weight:500;background:#faf9f0}
.tbl_head05 td:nth-of-type(3) {color:#0056d1;font-weight:500;}*/

/* 건강검진예약 */
.tbl_head06 {}
.tbl_head06 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head06 thead th {background:#018a08;font-size:1.05em;color:#fff;font-weight:400;line-height:1.3em;border:0;padding:0.8rem 2rem !important;text-align:center;vertical-align:middle !important;
border-radius:20px 20px 0 0;}
.tbl_head06 thead th:first-child {border-left:0}
.tbl_head06 thead a {color:#000}
.tbl_head06 thead th span {display:block;font-size:.85em;font-weight:400;line-height:1.3em !important;padding:5px 2rem 0;}
.tbl_head06 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head06 tfoot th, .tbl_head06 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head06 tbody {border-top:3px solid #018a08;}
.tbl_head06 tbody th {padding:0.8rem 2rem !important;color:#000;font-weight:400;line-height:1.3em;vertical-align:middle !important;text-align:center;border-left:1px solid #ccc;border-bottom:1px solid #ccc;background:#fafafa;}
.tbl_head06 td {padding:0.8rem 2rem !important;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;line-height:1.5em;vertical-align:middle !important;}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:12%;padding:0.5rem 2rem;border:1px solid #e9e9e9;border-left:0;background:#f5f5f5;text-align:left;}
.tbl_frm01 td {padding:0.5rem 2rem;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}

.full_input {width:100%}
.half_input {width:49.5%}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {margin:0 0 10px;font-size:1.167em}
.form_01 li {margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input {float:right}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:8%;text-align:center}
.td_category {width:8%;text-align:center}
.td_chk {width:3%;text-align:center}
.td_date {width:12%;text-align:center}
.td_datetime {width:11%;text-align:center}
.td_group {width:8%;text-align:center}
.td_mb_id {width:10%;text-align:center}
.td_mng {width:8%;text-align:center}
.td_name {width:12%;text-align:center}
.td_nick {width:10%;text-align:center}
.td_num {width:5%;text-align:center}
.td_numbig {width:8%;text-align:center}
.td_stat {width:6%;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#4c4f6f;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#4c4f6f;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#f3f3f3;border:1px solid #bbbcc3}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#ddd}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #bbb}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 폰트 */
/*table th{background:#f9f9f9;color:#666;font-size:13px;font-family: 'Noto Sans KR', sans-serif;}
.profile_img img{width:20px;height:20px;}
table td {color:#666;font-size:13px;font-family: 'Noto Sans KR', sans-serif;}
#bo_cate ul li{color:#666;font-size:13px;font-family: 'Noto Sans KR', sans-serif;}
.list-group a{font-size:14.5px;font-family: 'Noto Sans KR', sans-serif;}*/