@charset "utf-8";
select {height:28px;vertical-align:middle;}
.editor-out p {min-height:1.5em;}
.c-list01-li.indent, .c-list02-li.indent {margin-left:13px;}

/* ie9 업그레이드 안내창 */
.lowIE-update {position:fixed;top:0;left:0;z-index:7000;width:100%;height:100%;}
.lowIE-update .update-cont {position:relative;margin:10% auto 0;width:418px;height:148px;border:1px solid #000;background:#ffec6f;color:#000;padding:20px 50px 20px 20px;text-align:center;z-index:7100}
.lowIE-update .update-cont p {padding-left:50px;line-height:1.2;text-align:left;}
.lowIE-update .update-cont .tit {padding-bottom:5px;background:url(../_Img/ico_upnotice.gif) no-repeat 0 0;}
.lowIE-update .update-cont .txt {margin-bottom:35px;}
.lowIE-update .update-cont .btn-upgrade {color:#000;display:block;}
.lowIE-update .update-cont .btn-upgrade .atxt {border-bottom:2px solid #807638}
.lowIE-update .update-cont .btn-upgrade span.ico {display:inline-block;*display:inline;*zoom:1;width:15px;height:12px;vertical-align:middle;background:url(../_Img/ico_uparr.gif) no-repeat 0 0;padding-left:9px;}
.lowIE-update .update-cont .chk-uclose {display:block;text-align:right;margin-top:15px;}
.lowIE-update button {position:absolute;bottom:0;right:0;width:40px;height:40px;background:#000 url(../_Img/btn_upclose.gif) no-repeat 50% 50%;border:0;}

/*탭메뉴 */
.c-tab01 {position:relative;margin-bottom:30px;font-family:"Nanum Square",'Malgun Gothic','맑은 고딕';}
.c-tab01 ul {display:block;overflow:hidden;padding-top:1px;padding-left:1px}
.c-tab01 ul li {float:left;width:25%;}
.c-tab01 ul li a:before {position:absolute;top:-1px;left:0;content:"";display:block;width:100%;height:1px;background:#ccc;transition:all .3s ease;}
.c-tab01 ul li a:after {position:absolute;top:0;right:0;content:"";display:block;width:2px;height:100%;background:#fff;transition:all .3s ease;}
.c-tab01 ul li a {position:relative;display:block;border:0px solid #ABAAB0;border-left:0;border-top:0;transition:all .3s ease;background-color:#ABAAB0;}
.c-tab01 ul li a span {color:#fff;font-size:16px;letter-spacing:-0.05em;transition:all .3s ease;display:block;max-width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:12px 25px 11px 22px;text-align:center;}
.c-tab01 ul li a span:after {position:absolute;top:50%;margin-top:-12.5px;right:13px;content:"";display:block;width:25px;height:25px;z-index:100}
.c-tab01 ul li.over a, .c-tab01 ul li.over a:hover, .c-tab01 ul li.over a:focus, .c-tab01 ul li.over a:active {border-color:#033774;background-color:#033774}
.c-tab01 ul li.over a span, .c-tab01 ul li.over a:hover span, .c-tab01 ul li.over a:focus span, .c-tab01 ul li.over a:active span {color:#fff;}
.c-tab01 ul li.over a span:after, .c-tab01 ul li.over a:hover span:after, .c-tab01 ul li.over a:focus span:after, .c-tab01 ul li.over a:active span:after {background:url(/resources/images/pnc/ctab01_arr.png) no-repeat 100% center;}

.c-tab01 ul li a:hover, .c-tab01 ul li a:focus, .c-tab01 ul li a:active {background-color:#f6f6f6}
.c-tab01 ul li a:hover span, .c-tab01 ul li a:focus span, .c-tab01 ul li a:active span {color:#0059b7;}
.c-tab01 ul li a:hover span:after, .c-tab01 ul li a:focus span:after, .c-tab01 ul li a:active span:after {background-position:-26px 0}

@media only screen and (max-width:799px){
	.c-tab01 ul li {width:33%;}
}
@media only screen and (max-width:680px){
	.c-tab01 ul li {width:50%;}
}
@media only screen and (max-width:540px){
	.c-tab01 ul li {width:100%;}
}

.c-tab02 ul li {position:relative;float:left;margin:0 25px;}
.c-tab02 ul li:before {position:absolute;top:50%;left:-25px;margin-top:-8px;content:"";display:block;width:1px;height:15px;background:#ddd;}
.c-tab02 ul li:first-child {margin-left:15px;}
.c-tab02 ul li:first-child:before {display:none;}
.c-tab02 ul li a {display:block;line-height:1}
.c-tab02 ul li a span {position:relative;font-size:15px;display:block;color:#333;padding-top:15px;padding-bottom:15px;}
.c-tab02 ul li a span:after {position:absolute;bottom:0;left:50%;content:"";display:block;width:0;height:1px;background:#ccc;transition:all .3s ease;}
.c-tab02 ul li a:hover span {}
.c-tab02 ul li a:hover span:after {width:100%;left:0;}
.c-tab02 ul li.over a span {color:#0059b7;}
.c-tab02 ul li.over a span:before {content:"";display:inline-block;vertical-align:middle;width:8px;height:3px;background:#0059b7;margin-right:11px;margin-top:-2px;}
.c-tab02 ul li.over a span:after {width:100%;left:0;height:2px;background-color:#0059b7;}

/* 게시판카테고리탭 */
.b-tab01 {position:relative;border-top:1px solid #0059b7;}
.b-tab01 li {text-align:center;}
.b-tab01 li a {position:relative;display:block;padding:16px 0 14px}
.b-tab01 li a:before {position:absolute;top:50%;left:0;margin-top:-8px;content:"";display:block;width:1px;height:15px;background:#ddd;}
.b-tab01 li.first a:before {display:none;}
.b-tab01 li.over a, .b-tab01 li.over a:before {background:#0059b7;}
.b-tab01 li.over a span {color:#fff;}
.b-tab01 li a:hover, .b-tab01 li a:hover:before {background:#f6f6f6;}
.b-tab01 li a:hover span {color:#0059b7;}

.b-tab01 button {position:absolute;border:0;width:46px;height:57px;background:url(/resources/images/pnc/btab_sprite.png) no-repeat}
.b-tab01 button.btn-prev {left:0;}
.b-tab01 button.btn-next {right:0;background-position:-47px 0}


/* 컨텐츠 타이틀*/
.c-tit01 {font-size:26px;color:#000;padding:20px 0 0 0;line-height:1;margin:0 0 20px 0;border-top:1px solid #D84228;display:inline-block;}
.c-tit02 {font-size:19px;font-weight:normal;color:#333;padding:0 0 0 23px;background:url(/resources/images/pnc/blt02.png) no-repeat 0 4px;line-height:1.4;margin:0 0 15px 0;}
.c-tit03 {font-size:17px;font-weight:normal;color:#0E519F;padding:0 0 0 23px;background:url(/resources/images/pnc/blt03.gif) no-repeat 10px 8px;line-height:1;margin-bottom:10px;}
.c-tit-p {font-size:16px;color:#000;padding:0;line-height:1;margin:0 0 20px 0;}

.c-in1 {padding-left:17px;}
.c-in2 {padding-left:34px;}
.c-in3 {padding-left:51px;}

/*라인, 추가는 style.default.css 에 전체 공용으로*/
/*.c-line {border-width:0px 0px 0px 0px;display:block;height:2px;margin:0;background:#999999 url(/_Img/Board/default/line_bg.gif) repeat-y left top;overflow:hidden;}*/

.c-line {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#0059b7;}
.c-line-g {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#02aab9;}
.c-line-p, .c-line-p1 {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#ff9a22;}
.c-line-dp, .c-line-p2 {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#02aab9;}
.c-line-p3 {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#ff9a22;}
.c-line-p4 {border-width:0px 0px 0px 0px;display:block;height:2px;overflow:hidden;background:#0E519F;}

/* 박스 스타일 */
.w-box {background:#fff;border:1px solid #ddd;overflow:hidden;position:relative;}
.g-box {background:#f8f8f8;border:1px solid #ddd;overflow:hidden;position:relative;}
.r-box {background:#fbf0e6;border:1px dashed #d1001d;overflow:hidden;position:relative;}

/* 안내문 */
.info-box {position:relative;border:1px solid #ddd;border-left:0;border-right:0;padding:55px 30px 53px 230px;min-height:63px;font-size:15px;color:#333;}
.info-box:before {display:block;content:"";position:absolute;width:102px;height:102px;overflow:hidden;background:url(/resources/images/pnc/info_box_sprite.png) no-repeat 0 -133px;top:50%;left:49px;margin-top:-51px;}
.info-box:after {position:absolute;top:50%;right:49px;margin-top:-66px;content:"";display:block;width:105px;height:132px;background:url(/resources/images/pnc/info_box_sprite.png) no-repeat 0 0;z-index:-1}
.info-box .info-tit:before, .info-box .info-tit:after, .info-box .txt:before {position:absolute;top:50%;margin-top:-35px;content:"";display:block;width:1px;height:68px;background:#d9d9d9;}
.info-box .info-tit:before {left:193px}
.info-box .info-tit:after {left:195px;}
.info-box .txt:before {left:197px;}
.info-box .info-tit {font-size:26px;color:#222;font-weight:bold;line-height:1;margin-bottom:10px}
.info-box ul li {background:url(/resources/images/pnc/blt07.gif) no-repeat 0 0.8em;padding-left:10px;font-size:1em;color:#666;}
@media only screen and (max-width:799px){
	.info-box {padding:30px 30px 30px 130px;}
	.info-box:before {margin-top:-36px;left:20px;width:72px;height:72px;background-size:147px auto;background-position:0 -92px}
	.info-box .info-tit:before {left:109px}
	.info-box .info-tit:after {left:111px;}
	.info-box .txt:before {left:113px;}
	.info-box:after {width:74px;height:76px;background-size:151px auto;margin-top:-38px;right:20px;}
	.info-box .info-tit {font-size:22px}
}
@media only screen and (max-width:549px) {
	.info-box, .info-box.st01 {padding-left:40px;padding-bottom:20px;min-height:auto;}
	.info-box:before {display:none;}
	.info-box .info-tit:before {left:20px}
	.info-box .info-tit:after {left:22px;}
	.info-box .txt:before {left:24px;}
	.info-box .info-tit {font-size:18px}
}

.info-box02 {display:block;position:relative;padding:0 0 0 50px}
.info-box02:before{content:"";display:block;position:absolute;width:35px;height:35px;left:0;top:0;background:url(/resources/images/pnc/info_box2_icon.png) no-repeat center center}
.info-box02 .info-tit {font-size:16px;color:#444;font-weight:bold;padding:0 0 8px 5px}
.info-box02 li {position:relative;padding-left:14px;font-size:15px;line-height:26px;}
.info-box02 li:before {position:absolute;top:14px;left:0;content:"";display:block;width:4px;height:1px;background:#a0a0a0;}

/* 안내문 - 어두운배경 */
.info-box.st01 {background:#334d68;min-height:65px;color:#fff;}
.info-box.st01:before {background-position:-103px -133px;top:50%;left:49px;margin-top:-51px;}
.info-box.st01:after {background-position:-106px 0;z-index:10;}
.info-box.st01 .info-tit:before, .info-box.st01 .info-tit:after, .info-box.st01 .txt:before {background:rgba(255,255,255,0.2);}
.info-box.st01 .info-tit {color:#fff;}
@media only screen and (max-width:799px){
	.info-box.st01:before {left:20px;margin-top:-36px;background-position:-72px -92px}
	.info-box.st01:after {background-position:-75px 0}
}
@media only screen and (max-width:549px) {
	.info-box.st01 {padding-left:40px;padding-bottom:20px;min-height:auto;}
}
@media only screen and (max-width:399px) {
	.info-box:after {display:none;}
}

/* 안내문 - 회색배경 */
.info-box03 {background:#e8e8e8;padding:55px 60px 56px;min-height:60px;color:#333;}
.info-box03 .info-tit {font-size:26px;color:#222;font-weight:bold;line-height:1;margin-bottom:10px}
@media only screen and (max-width:799px){
	.info-box03 {padding:30px}
	.info-box03 .info-tit {font-size:22px;}
}

/* 안내문 - 이미지 */
.info-box04 {border:1px solid #ccc;padding:51px 60px 45px;font-size:15px;color:#333;background:url(/resources/images/pnc/info_box_bg.jpg) no-repeat right 0;background-size:contain;}
.info-box04 .info-tit {font-size:26px;font-weight:bold;max-width:58%;color:#222;word-wrap:break-word;word-break:keep-all;line-height:130%;margin-bottom:8px;}
.info-box04 .info-tit .tit {color:#0067d4;}
.info-box04 ul {margin-top:9px;margin-bottom:27px;}
.info-box04 ul li {margin-left:0}
@media only screen and (max-width:799px){
	.info-box04 {background:#eee !important;;padding:35px 40px !important}
	.info-box04 .info-tit {max-width:98%;}
}

.info-ex, .info-ex02, .info-ex03 {font-size:14px;margin-top:7px;}
.info-ex {background:url(/resources/images/pnc/ico_ex02.png) no-repeat 0 3px;padding:0px 0 5px 30px;color:#777}
.info-ex02 {background:url(/resources/images/pnc/ico_ex03.png) no-repeat 0 3px;padding:0px 0 5px 30px;color:#ff241f}
.info-ex03 {background:url(/resources/images/pnc/ico_ex04.png) no-repeat 0 3px;padding:0px 0 5px 30px;color:#5e676e}
.info-ex03 .sec {display:block;color:#777}
span.info-ex {display:inline-block;vertical-align:top;padding:0 0 5px 25px;margin-top:2px;min-height:16px;}


/* 링크스타일 */
.sico-nwin {color:#1c5a96;background:url(/resources/images/pnc/ico_nw.png) no-repeat right 5px;padding-right:17px;letter-spacing:-0.05em;margin-right:3px;}

/*리스트 스타일 (float:left 속성을 줄경우에는 ie6등에서 배경 이미지가 나오지 않을수 있으므로 width값 설정이 필요합니다.) */
.c-list01, .c-list02, .c-list03 {padding:3px 0;}
.c-list01 li, .c-list01-li {position:relative;line-height:1.3;padding:3px 0 3px 12px;margin-left:5px;color:#555;font-size:15px;}
.c-list01 li:before, .c-list01-li:before {position:absolute;top:12px;left:0;content:"";display:block;width:2px;height:2px;background:#434343;}
.c-list01 li ul {margin-top:9px;}
.c-list01 li ul li, .c-list02 li ul li {font-family:'Malgun Gothic','맑은 고딕';font-size:14px;color:#666;padding:3px 0 3px 15px;margin-left:0}
.c-list01 li ul li:before {top:14px;left:0;content:"";display:block;width:5px;height:1px;background:#888;}
.c-list02 li, .c-list02-li {position:relative;line-height:1.3;padding:5px 0 5px 12px;color:#555;font-size:15px;margin-left:12px;}
.c-list02 li:before, .c-list02-li:before {position:absolute;top:15px;left:1px;content:"";display:block;width:3px;height:2px;background:#1c5a96;}
.c-list02 li .tit, .c-list02-li .tit {color:#0059b7;}
.c-list02 li .tit:after, .c-list02-li .tit:after {content:":";display:inline-block;vertical-align:top;color:#1c5a96;line-height:18px;margin:0 5px;}

.c-dllist01 {margin-bottom:20px;}
.c-dllist01 dt {background:url(/resources/images/pnc/common/blt03.gif) no-repeat 1px 0.5em;padding-left:12px;line-height:130%;margin-bottom:0px;font-weight:bold;color:#333;font-size:1.077em}
.c-dllist01 dd {padding-left:12px;margin-top:5px;margin-bottom:5px;}

.c-dllist02 {border-bottom:1px dotted #DDD;padding-bottom:20px;margin-bottom:20px;position:relative;}
.c-dllist02 dt {background:url(/resources/images/pnc/common/blt05.gif) no-repeat 1px 0.5em;font-weight:bold;color:#02aab9;padding-left:12px;line-height:130%;margin-bottom:0px;}
.c-dllist02 dd {padding-left:12px;margin-top:5px;margin-bottom:5px;}

/* 리스트스타일 한글 */
.list-type-kr li {position:relative;padding-left:30px;}
.list-type-kr li .num {position:absolute;top:0;left:0;display:inline-block;vertical-align:middle;width:30px;font-weight:bold;}
.list-type-kr li .num:after {content:".";display:inline-block;vertical-align:middle;font-weight:bold;}

/* 색상있는 dt/dd */
.c-dllist {font-size:15px;color:#555;margin:5px 0}
.c-dllist dt, .c-dllist dd {display:inline-block;vertical-align:top;padding-top:1px;}
.c-dllist dt {background:#fff;border:1px solid #003165;color:#003165;border-radius:25px;padding-left:19px;padding-right:19px;}
.c-dllist dd {padding-left:10px;}
.c-dllist.full dt {}
.c-dllist.full dd {padding-left:0;display:block;padding-top:7px}
/* 색상 */
.c-dllist.st01 dt {color:#0E519F;border-color:#0E519F}
.c-dllist.st02 dt {color:#02aab9;border-color:#02aab9;}
.c-dllist.st03 dt {color:#ff9a22;border-color:#ff9a22;}

/*////////// 버튼스타일 //////////*/
/* ----- 버튼 ----- */
.nw-btn {display:inline-block;padding-right:15px;margin-right:5px;background:url(/resources/images/pnc/common/ico_nw.gif) no-repeat right center;}
a.nw-btn, a.nw-btn:link {color:#e42126;text-decoration:none;}

.sw-btn:hover, .sg-btn:hover, .sp-btn:hover, .sdp-btn:hover,
.bw-btn:hover, .bg-btn:hover, .bp-btn:hover, .bdp-btn:hover,
.lw-btn:hover, .lg-btn:hover, .lp-btn:hover, .ldp-btn:hover,
.sw-btn:focus, .sg-btn:focus, .sp-btn:focus, .sdp-btn:focus,
.bw-btn:focus, .bg-btn:focus, .bp-btn:focus, .bdp-btn:focus,
.lw-btn:focus, .lg-btn:focus, .lp-btn:focus, .ldp-btn:focus,
.c-btn:hover, .c-btn:focus
{text-decoration:none;}

/* 작은 컨텐츠 버튼 */
.sw-btn, .sg-btn, .sp-btn, .sdp-btn {display:inline-block;font-size:12px;vertical-align:middle;transition:all .25s ease;}
.sw-btn, a.sw-btn {background:#fff;border:1px solid #aaa;color:#777;}
.sw-btn:hover, .sw-btn:focus {background:#0059b7;border:1px solid #0059b7;color:#fff;}
.sg-btn, a.sg-btn {background:#f0f0f0;border:1px solid #aaa;color:#777;}
.sg-btn:hover, .sg-btn:focus {background:#d9d9d9;border:1px solid #aaa;}
.sp-btn, a.sp-btn {background:#0E519F;color:#fff;border:0}
.sp-btn:hover, .sp-btn:focus {background:#133261;}
.sdp-btn, a.sdp-btn {background:#02aab9;color:#fff;border:0}
.sdp-btn:hover, .sdp-btn:focus {background:#00828d;}
a.sw-btn span, a.sg-btn span {display:block;padding:9px 9px 7px 9px;line-height:1;}
a.sp-btn span, a.sdp-btn span {display:block;padding:10px 9px 8px 9px;line-height:1;}
input.sw-btn, input.sg-btn, input.sp-btn, input.sdp-btn, button.sw-btn, button.sg-btn, button.sp-btn, button.sdp-btn {padding:0 9px;height:30px;cursor:pointer;}

/* 컨텐츠 버튼 */
.cw-btn, .cg-btn, .cp-btn, .cdp-btn {position:relative;display:inline-block;font-size:14px;font-weight:300;vertical-align:middle;transition:all .25s ease;line-height:1.1;padding:20px 20px}
.cw-btn, a.cw-btn {background:#fff;border:1px solid #aaa;color:#444;}
.cw-btn:hover, .cw-btn:focus {background:#0059b7;border:1px solid #0059b7;color:#fff;}
.cg-btn, a.cg-btn {background:#717171;border:1px solid #717171;color:#fff;}
.cg-btn:hover, .cg-btn:focus {background:#666;border:1px solid #666;color:#fff;}
.cp-btn, a.cp-btn {background:#0E519F;border:1px solid #0E519F;color:#fff;.cp-btn, a.cp-btn}
.cp-btn:hover, .cp-btn:focus {background:#133261;border:1px solid #133261;color:#fff;padding:20px 20px}
.cdp-btn, a.cdp-btn {background:#02aab9;border:1px solid #02aab9;color:#fff;}
.cdp-btn:hover, .cdp-btn:focus {background:#00828d;border:1px solid #00828d;color:#fff;}

a.cw-btn span, a.cg-btn span, a.cp-btn span, a.cdp-btn span {display:block;padding:17px 45px 15px 15px;line-height:1;}
input.cw-btn, button.cw-btn {padding:0 40px 0 15px;height:50px;cursor:pointer;}
.cw-btn .ico, .cg-btn .ico, .cp-btn .ico, .cdp-btn .ico {position:absolute;right:15px;top:50%;padding:0;width:16px;height:16px;margin-top:-7px;background:url(/resources/images/pnc/ico_cbtn.png) no-repeat 0 0;-webkit-transition:right .25s ease; transition:right .25s ease-out}
.cw-btn .arr {background-position:6px 0;}
.cg-btn .arr, .cp-btn .arr, .cdp-btn .arr {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat 6px -44px;}
.cw-btn:hover .arr, .cw-btn:focus .arr {background-position: 6px -44px;}
.cw-btn .plus {background-position: -20px 0;}
.cg-btn .plus, .cp-btn .plus, .cdp-btn .plus {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat -20px -44px;}
.cw-btn:hover .plus, .cw-btn:focus .plus {background-position: -20px -44px;}
.cw-btn .nw {background-position: -48px 0;}
.cg-btn .nw, .cp-btn .nw, .cdp-btn .nw {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat -48px -43px;}
.cw-btn:hover .nw, .cw-btn:focus .nw {background-position: -48px -43px;}
.cw-btn .zoom {background-position: -77px 0;}
.cg-btn .zoom, .cp-btn .zoom, .cdp-btn .zoom {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat -77px -44px;}
.cw-btn:hover .zoom, .cw-btn:focus .zoom {background-position: -77px -44px;}
.cw-btn .down {background-position: -107px 0;}
.cg-btn .down, .cp-btn .down, .cdp-btn .down {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat -107px -44px;}
.cw-btn:hover .down, .cw-btn:focus .down {background-position: -107px -44px;}
.cw-btn .calendar {background-position: -137px 0;}
.cg-btn .calendar, .cp-btn .calendar, .cdp-btn .calendar {background:url(/resources/images/pnc/ico_cbtn.png) no-repeat -137px -44px;}
.cw-btn:hover .calendar, .cw-btn:focus .calendar {background-position: -137px -44px;}
.cw-btn:hover .ico, .cg-btn:hover .ico, .cp-btn:hover .ico, .cdp-btn:hover .ico {right:20px;}

input.cp-btn, button.cp-btn {padding:18px 45px 16px 15px}

/* 프로그램버튼 */
.bw-btn, .bg-btn, .bp-btn, .bdp-btn {display:inline-block;font-size:17px;font-weight:300;vertical-align:middle;transition:all .25s ease;font-weight:bold;}
.bw-btn, a.bw-btn {background:#fff;border:1px solid #aaa;color:#444;}
.bw-btn:hover, .bw-btn:focus {background:#0059b7;border:1px solid #0059b7;color:#fff;}
.bw-btn:hover span, .bw-btn:focus span, .bw-btn:active span {color:#fff;}
.bg-btn, a.bg-btn {background:#717171;color:#fff;border:0}
.bg-btn:hover, .bg-btn:focus {background:#666;}
.bp-btn, a.bp-btn {background:#0E519F;color:#fff;border:0}
.bp-btn:hover, .bp-btn:focus {background:#133261;}
.bdp-btn, a.bdp-btn {background:#02aab9;color:#fff;border:0}
.bdp-btn:hover, .bdp-btn:focus {background:#00828d;}
a.bw-btn span {display:block;padding:17px 20px 15px 20px;line-height:1;color:#444;}
a.bg-btn span, a.bp-btn span, a.bdp-btn span {display:block;padding:18px 20px 16px 20px;line-height:1;}
input.bw-btn, input.bg-btn, input.bp-btn, input.bdp-btn, button.bw-btn, button.bg-btn, button.bp-btn, button.bdp-btn {padding:0 20px;height:50px;cursor:pointer;}

.btn-min120w {min-width:120px;}

/* 회원 버튼 */
.lw-btn, .lg-btn, .lp-btn, .ldp-btn {display:inline-block;font-size:15px;font-weight:300;vertical-align:middle;transition:all .25s ease;background-image:url(/resources/images/pnc/lbtn_pattern.png);background-repeat:no-repeat;background-position:bottom right;}
.lw-btn, a.lw-btn {background:#fff;border:1px solid #aaa;color:#444;}
.lw-btn:hover, .lw-btn:focus {background-color:#0059b7;border:1px solid #0059b7;color:#fff;}
.lg-btn, a.lg-btn {background-color:#717171;color:#fff;border:0}
.lg-btn:hover, .lg-btn:focus {background-color:#666;}
.lp-btn, a.lp-btn {background-color:#0E519F;color:#fff;border:0}
.lp-btn:hover, .lp-btn:focus {background-color:#133261;}
.ldp-btn, a.ldp-btn {background-color:#02aab9;color:#fff;border:0}
.ldp-btn:hover, .ldp-btn:focus {background-color:#00828d;}
a.lw-btn span {display:block;padding:22px 37px 21px 37px;line-height:1;}
a.lg-btn span, a.lp-btn span, a.ldp-btn span {display:block;padding:24px 37px 22px 37px;line-height:1;}
input.lw-btn, input.lg-btn, input.lp-btn, input.ldp-btn, button.lw-btn, button.lg-btn, button.lp-btn, button.ldp-btn {padding:0 37px;height:60px;cursor:pointer;}


/*기본컨텐츠- 아이콘 버튼*/
.icw-btn, .icg-btn,.icp-btn, .icdp-btn {position:relative;display:inline-block;cursor:pointer;line-height:1em;height:14px;padding:8px 40px 8px 10px;font-size:12px;margin:1px;}
.icw-btn span , .icg-btn span , .icp-btn span , .icdp-btn span  {cursor:pointer;}
.icw-btn .txt , .icg-btn .txt , .icp-btn .txt , .icdp-btn .txt  {color:#FFF}
.icw-btn .ico , .icg-btn .ico , .icp-btn .ico , .icdp-btn .ico  {display:inline-block;position:absolute;right:0;top:0;width:30px;height:30px;background-image:url(/resources/images/pnc/cbt_icons01.png);background-repeat:no-repeat;background-position:left top;overflow:hidden;}
.icw-btn {border-style:solid;background:#fff;padding-top:7px;padding-bottom:7px;padding-left:9px;padding-right:39px}
.icw-btn .txt {color:#444;}
.icw-btn .ico {width:28px;height:28px;background-color:#f1f1f1;border-left:1px solid #c8c8c8;}
.icg-btn {border:0;background-color:#e2e2e2;}
.icg-btn .txt {color:#444;}
.icp-btn {border:0;background-color:#1c5a96;}
.icdp-btn {border:0;background-color:#02aab9;}
.icw-btn .ico-arr {background-position:0px 0;}
.icw-btn .ico-nwin {background-position:-30px 0;}
.icw-btn .ico-dn {background-position:-60px 0;}
.icw-btn .ico-zoom {background-position:-90px 0;}
.icw-btn .ico-home {background-position:-120px 0;}
.icw-btn .ico-book {background-position:-150px 0;}
.icw-btn .ico-vod {background-position:-180px 0;}
.icg-btn .ico-arr ,.icp-btn .ico-arr ,.icdp-btn .ico-arr {background-position:0px -30px;}
.icg-btn .ico-nwin ,.icp-btn .ico-nwin ,.icdp-btn .ico-nwin {background-position:-30px -30px;}
.icg-btn .ico-dn ,.icp-btn .ico-dn ,.icdp-btn .ico-dn {background-position:-60px -30px;}
.icg-btn .ico-zoom ,.icp-btn .ico-zoom ,.icdp-btn .ico-zoom {background-position:-90px -30px;}
.icg-btn .ico-home ,.icp-btn .ico-home ,.icdp-btn .ico-home {background-position:-120px -30px;}
.icg-btn .ico-book ,.icp-btn .ico-book ,.icdp-btn .ico-book {background-position:-120px -30px;}
.icg-btn .ico-vod ,.icp-btn .ico-vod ,.icdp-btn .ico-vod {background-position:-150px -30px;}

/*기본컨텐츠- 아이콘 버튼*/
.bicw-btn, .bicg-btn,.bicp-btn, .bicdp-btn {position:relative;display:inline-block;cursor:pointer;line-height:1em;height:20px;padding:11px 40px 9px 10px;font-size:12px;margin:1px;}
.bicw-btn span , .bicg-btn span , .bicp-btn span , .bicdp-btn span  {cursor:pointer;}
.bicw-btn .txt , .bicg-btn .txt , .bicp-btn .txt , .bicdp-btn .txt  {color:#FFF}
.bicw-btn .ico , .bicg-btn .ico , .bicp-btn .ico , .bicdp-btn .ico  {display:inline-block;position:absolute;right:0;top:0;width:40px;height:40px;background-image:url(/resources/images/pnc/cbt_icons01_b.png);background-repeat:no-repeat;background-position:left top;overflow:hidden;}
.bicw-btn {border-style:solid;background:#fff;padding-top:10px;padding-bottom:8px;padding-left:9px;padding-right:49px;}
.bicw-btn .txt {color:#444;}
.bicw-btn .ico {width:38px;height:38px;background-color:#f1f1f1;border-left:1px solid #c8c8c8;}
.bicg-btn {border:0;background-color:#e2e2e2;}
.bicg-btn .txt {color:#444;}
.bicp-btn {border:0;background-color:#1c5a96;}
.bicdp-btn {border:0;background-color:#00828d;}
.bicw-btn .ico-arr {background-position:0px 0;}
.bicw-btn .ico-nwin {background-position:-40px 0;}
.bicw-btn .ico-dn {background-position:-80px 0;}
.bicw-btn .ico-zoom {background-position:-120px 0;}
.bicw-btn .ico-home {background-position:-160px 0;}
.bicw-btn .ico-book {background-position:-200px 0;}
.bicw-btn .ico-vod {background-position:-240px 0;}
.bicg-btn .ico-arr, .bicp-btn .ico-arr ,.bicdp-btn .ico-arr {background-position:0px -40px;}
.bicg-btn .ico-nwin, .bicp-btn .ico-nwin ,.bicdp-btn .ico-nwin {background-position:-40px -40px;}
.bicg-btn .ico-dn, .bicp-btn .ico-dn ,.bicdp-btn .ico-dn {background-position:-80px -40px;}
.bicg-btn .ico-zoom, .bicp-btn .ico-zoom ,.bicdp-btn .ico-zoom {background-position:-120px -40px;}
.bicg-btn .ico-home, .bicp-btn .ico-home ,.bicdp-btn .ico-home {background-position:-160px -40px;}
.bicg-btn .ico-book, .bicp-btn .ico-book ,.bicdp-btn .ico-book {background-position:-200px -40px;}
.bicg-btn .ico-vod, .bicp-btn .ico-vod ,.bicdp-btn .ico-vod {background-position:-240px -40px;}

/* 이미지확대보기/내려받기 */
.map-nw {position:relative;width:330px;height:auto;overflow:hidden;background:#f0f0f0;padding-bottom:40px;}
.map-nw.full {width:99%;height:auto;border:1px solid #9097a0;text-align:center;}
.map-nw.full img, .map-nw.half img {width:100%;}
.map-nw.half {width:65%;height:auto;margin:0 auto;text-align:center;}
.map-nw .title {background:#8c93a4;height:28px;z-index:10;position:absolute;bottom:0;left:0;width:100%;font-size:100%;color:#fff;padding:8px 0 4px 14px;}
.map-nw img {width:330px;}
.map-nw button, .map-nw a {display:block;position:absolute;bottom:0;width:45px;height:40px;text-indent:-9999px;z-index:20;border:0;cursor:pointer;border-left:1px solid #fff;}
.map-nw .down {right:45px;background:#4c73d3 url(/resources/images/pnc/btn_mdown.png) no-repeat 50% 50%}
.map-nw .down:hover,.map-nw .down:focus, .map-nw .down:active {background:#6d7784 url(/resources/images/pnc/btn_mdown.png) no-repeat 50% 50%}
.map-nw .view {right:0;background:#4c73d3 url(/resources/images/pnc/btn_mview.png) no-repeat 50% 50%}
.map-nw .view:hover,.map-nw .view:focus,.map-nw .view:active {background:#4c73d3 url(/resources/images/pnc/btn_mview.png) no-repeat 50% 50%}
.map-nw.title{padding:0}
.map-nw.title .down{display:block;position:absolute;border-left:0;}
.map-nw.title .view{display:block;position:absolute;}

/* 이미지슬라이드 */
.slide-wr {display:block;width:330px !important;height:auto;position:relative}
.slide-wr img{display:block;width:100%}
.slide-wr .owl-stage-outer{}
.slide-wr .owl-controls{display:block;position:absolute;width:100%;height:50px;left:0;bottom:0}
.slide-wr .owl-controls .owl-dots{display:block;position:absolute;max-width:229px;height:50px;width:69.39%;background:#8c93a4;padding:0 0 0 0}
.slide-wr .owl-controls .owl-dots button{display:block;width:14px;height:14px;border:0;float:left;margin:18px 5px 0 0;background:url(/resources/images/pnc/slider_icon.png) no-repeat -14px 0px}
.slide-wr .owl-controls .owl-dots button:first-child{margin-left:18px}
.slide-wr .owl-controls .owl-dots button.active{background:url(/resources/images/pnc/slider_icon.png) no-repeat 0px 0px}
.slide-wr .owl-controls .owl-nav{display:block;position:absolute;max-width:100px;width:30.30%;height:50px;right:0;bottom:0;background:#4c73d3}
.slide-wr .owl-controls .owl-nav:after{content:"";display:block;width:14px;height:14px;position:absolute;background:url(/resources/images/pnc/slider_icon.png) no-repeat -42px 0;top:50%;left:50%;margin:-7px 0 0 -7px}
.slide-wr .owl-controls .owl-nav button{display:block;position:absolute;width:50px;height:50px;border:0;background:none;text-indent:-9999px}
.slide-wr .owl-controls .owl-nav button.owl-prev{left:0}
.slide-wr .owl-controls .owl-nav button.owl-next{right:0}
.slide-wr .owl-controls .owl-nav button:after{content:"";display:block;position:absolute;width:14px;height:14px;background:url(/resources/images/pnc/slider_icon.png) no-repeat;top:50%;left:50%;margin:-7px 0 0 -7px}
.slide-wr .owl-controls .owl-nav button.owl-prev:after{background-position:-28px 0px}
.slide-wr .owl-controls .owl-nav button.owl-next:after{background-position:-56px 0px}

/* 테이블 */
.tbl-type01 {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #333;font-size:15px;border-bottom:1px solid #bbb;}
.tbl-type01 th, .tbl-type01 td {padding:18px 8px 16px 8px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type01 th {background:#f8f8f8;color:#222;}
.tbl-type01 td, .tbl-type01 th.nbg {background:#fff;color:#555;font-weight:300;}
.tbl-type01 thead th {background:#fff;color:#333;border-bottom:1px solid #000;font-size:16px;}
.tbl-type01 th:first-child, .tbl-type01 td:first-child {border-left:0}
.tbl-type01 th:last-child, .tbl-type01 td:last-child {border-right:0}

/* 컬러 테이블 */
.tbl-type02 {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #0E519F;font-size:15px;border-bottom:1px solid #bbb;}
.tbl-type02 th, .tbl-type02 td {padding:18px 8px 16px 8px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type02 th {background:#f8f8f8;color:#222;}
.tbl-type02 td, .tbl-type02 th.nbg {background:#fff;color:#555;font-weight:300;}
.tbl-type02 thead th {background:#fff;color:#333;border-bottom:1px solid #000;font-size:16px;}
.tbl-type02 th:first-child, .tbl-type02 td:first-child {border-left:0}
.tbl-type02 th:last-child, .tbl-type02 td:last-child {border-right:0}
.tbl-type02 th.left {text-align:left;padding-left:20px;}

/* 글쓰기 테이블 */
.tbl-write {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;border-top:2px solid #0E519F;font-size:15px;border-bottom:1px solid #bbb;}
.tbl-write th, .tbl-write td {padding:18px 8px 16px 8px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-write th {background:#f8f8f8;text-align:left;padding-left:20px;width:200px;} 
.tbl-write td {text-align:left;padding-left:20px;}
.tbl-write td, .tbl-write th.nbg {background:#fff;font-weight:300;}
.tbl-write thead th {background:#fff;border-bottom:1px solid #000;font-size:16px;}
.tbl-write th:first-child, .tbl-write td:first-child {border-left:0}
.tbl-write th:last-child, .tbl-write td:last-child {border-right:0}
table .w160 {width:160px;}
table .w70p {width:70%;}
table .w50 {width:50px;}

@media all and (max-width:640px){
	.tbl-write th {padding-left:5px;width:20%;} 
	.tbl-write td {padding-left:5px;width:80%;}
}

/* 테이블 > 테이블 */
.tbl-type01 table {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;margin-left:-1px;font-size:13px;border-bottom:1px solid #ddd;}
.tbl-type01 table th, .tbl-type01 table td {padding:12px 8px 12px 8px;border-left:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type01 table th, .tbl-type01 table tfoot th {color:#666;background:#fff;font-weight:normal;}
.tbl-type01 table td {color:#555;font-weight:300;}
.tbl-type01 table thead th {background:#fff;color:#524245;border-bottom:1px solid #ddd;font-size:13px;font-weight:bold;}
.tbl-type01 table thead tr:first-child th {border-top:1px solid #ccc;}
.tbl-type01 table th:first-child, .tbl-type01 table td:first-child {border-left:0}
.tbl-type01 table th:last-child, .tbl-type01 table td:last-child {border-right:0}

/* 작은 테이블 스타일 */
.tbl-type-s01 {border-collapse:collapse;border-spacing:0px;table-layout:fixed;width:100%;clear:both;text-align:center;margin-left:-1px;font-size:13px;border-bottom:1px solid #ccc;}
.tbl-type-s01 th, .tbl-type-s01 td {padding:12px 8px 12px 8px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;word-wrap:break-word;line-height:1.3;word-break:break-all;}
.tbl-type-s01 th, .tbl-type-s01 tfoot th {color:#666;background:#fff;font-weight:normal;}
.tbl-type-s01 td {color:#555;font-weight:300;}
.tbl-type-s01 thead th {background:#f9f9f9;color:#524245;border-bottom:1px solid #c4c4c4;font-size:13px;font-weight:bold;}
.tbl-type-s01 thead tr:first-child th {border-top:1px solid #a4a4a4;}
.tbl-type-s01 th:first-child, .tbl-type-s01 td:first-child {border-left:0}
.tbl-type-s01 th:last-child, .tbl-type-s01 td:last-child {border-right:0}

/* 반응형 테이블 안내창 */
.wauto-wrap {position:relative;}
.scroll-info {position:relative;width:100%;text-align:center;font-size:15px;margin-bottom:10px;padding:10px 0;}
.scroll-info span:before, .scroll-info span:after {content:"";display:inline-block;vertical-align:middle;width:23px;height:9px;background:url(/resources/images/pnc/tbl_rsv_arr.png) no-repeat;margin-top:-2px;}
.scroll-info span:before {background-position:0 0;margin-right:30px;}
.scroll-info span:after {background-position:-32px 0;margin-left:30px;}
.scroll-info br {display:none;}
@media all and (min-width:768px){
	.scroll-info * {vertical-align:middle;}
	.scroll-info span {display:inline-block;height:20px;padding-top:15px;padding-bottom:15px;}
}
@media all and (max-width:399px){
	.scroll-info {line-height:1.4}
	.scroll-info br {display:block;}
	.scroll-info span:before, .scroll-info span:after {position:absolute;top:50%;}
	.scroll-info span:before {left:10px;}
	.scroll-info span:after {right:10px;}
}


/* 테이블 - 반응형 스크롤 */
.is-wauto-box > table {min-width:720px;}
@media only screen and (max-width:768px){
	.is-wauto-box.full > table {min-width:1000px}	
}

/* 이미지 슬라이드 */
.img-slide-wr {width:330px;position:relative;}
.img-slide-wr .owl-controls, .img-slide-wr .ctrl-btns {position:absolute;bottom:0;right:0;z-index:400}
.img-slide-wr button {width:45px;height:45px;border:0;background:url(/resources/images/pnc/slide_btns.png) no-repeat;text-indent:-9999px;vertical-align:top;}
.img-slide-wr .owl-controls {right:46px}
.img-slide-wr button.owl-prev {background-position:0 0;}
.img-slide-wr button.owl-next {background-position:-46px 0;}
.img-slide-wr .ctrl-btns button {width:46px}
.img-slide-wr .ctrl-btns .btn-stop {background-position:-91px 0}
.img-slide-wr .ctrl-btns .btn-play {background-position:right 0}



/* 이미지확대보기 */
.img-zoom {position:relative;width:100%;}
.img-zoom img {max-width:100%;}
.img-zoom .btn-zoom {position:absolute;bottom:0;right:0;display:block;width:45px;height:45px;background:url(/resources/images/pnc/btn_zoom.png) no-repeat;z-index:100;}

/*테이블*/
.tbl-basic1 {border-collapse: collapse; border-spacing: 0px;border-style: solid;  border-width: 0px 1px 1px 1px; border-color: #a7a7a7 #cccccc #cccccc #cccccc; width: 100%;}
.tbl-basic1 td, .tbl-basic1 th {border-color:#cccccc;border-style:solid;border-width:1px 1px 1px 1px;}
.tbl-basic1 thead th {border-top-width:2px;border-top-color:#a7a7a7;border-bottom-color:#8b8b8b;color:#333;}
.tbl-basic1 .line-t {border-top-color:#02aab9}
.tbl-basic1 th, .tbl-basic1 .th {padding: 12px 10px 12px 10px; text-align: center; line-height: 115%;font-weight:600;color:#444444;font-size:1.045em;}
.tbl-basic1  tbody th, .tbl-basic1 .th {background-color:#f9f9f9;}
.tbl-basic1 td {padding: 12px 10px 12px 10px; text-align: center;}
.tbl-basic1 .left,.tbl-basic1 .l {}
.tbl-basic1 caption {font-size:11px;padding-top:5px;text-align:right;}


/* 푸른색*/
.tbl-basic2 {border-collapse: collapse; border-spacing: 0px;border-style: solid;  border-width: 0px 1px 1px 1px; border-color: #a7a7a7 #c7dde0 #c7dde0 #c7dde0; width: 100%;}
.tbl-basic2 td, .tbl-basic2 th {border-color:#c7dde0;border-style:solid;border-width:1px 1px 1px 1px;}
.tbl-basic2 thead th {border-top-width:2px;border-top-color:#93c0c5;border-bottom-color:#93c0c5;color:#333;}
.tbl-basic2 .line-t {border-top-color:#02aab9}
.tbl-basic2 th, .tbl-basic2 .th {padding: 12px 10px 12px 10px; text-align: center; line-height: 115%;font-weight:600;color:#444444;font-size:1.045em;}
.tbl-basic2  tbody th, .tbl-basic2 .th {background-color:#f9f9f9;}
.tbl-basic2 td {padding: 12px 10px 12px 10px; text-align: center;}
.tbl-basic2 .left,.tbl-basic2 .l {}
.tbl-basic2 caption {font-size:11px;padding-top:5px;text-align:right;}

/* 연한 갈색조*/
.tbl-basic3 {border-collapse: collapse; border-spacing: 0px;border-style: solid;  border-width: 0px 1px 1px 1px; border-color: #a7a7a7 #cfcab9 #cfcab9 #cfcab9; width: 100%;}
.tbl-basic3 td, .tbl-basic3 th {border-color:#cfcab9;border-style:solid;border-width:1px 1px 1px 1px;}
.tbl-basic3 thead th {border-top-width:2px;border-top-color:#b1aea2;border-bottom-color:#bfb79b;color:#7c6a28;}
.tbl-basic3 .line-t {border-top-color:#a79c75}
.tbl-basic3 th, .tbl-basic3 .th {padding: 12px 10px 12px 10px; text-align: center; line-height: 115%;font-weight:600;color:#444444;font-size:1.045em;}
.tbl-basic3  tbody th, .tbl-basic3 .th {background-color:#f9f7f2;}
.tbl-basic3 td {padding: 12px 10px 12px 10px; text-align: center;}
.tbl-basic3 .left,.tbl-basic3 .l {}
.tbl-basic3 caption {font-size:11px;padding-top:5px;text-align:right;}

/* 폴딩스타일 */
/*  단일
.fold-wrap {border:1px solid #ddd;text-align:center;font-size:14px;}
.fold-wrap .view {display:block;padding:20px 0;overflow:hidden}
.fold-wrap .view .txt {display:block;float:left;font-size:16px;color:#555;margin:0 0 0 30px}
.fold-wrap .view .arr {display:block;float:right;width:20px;height:20px;background:url(/resources/images/pnc/folding_icon.png) no-repeat 0px 0px;vertical-align:middle;transform:all .5s ease;transition:background .3s;margin:0 30px 0 0}
.fold-wrap .view.over .arr {background:url(/resources/images/pnc/folding_icon.png) no-repeat -20px 0;transform:all .5s ease;transition:background .3s;}
 */

/* 다중폴딩 */
.foldings-wrap {border-top:2px solid #ccc;border-bottom:1px solid #ddd;font-family:"Nanum Square",'Malgun Gothic','맑은 고딕'}
.foldings-list {position:relative;width:100%;overflow:hidden}
.foldings-list > li {border-top:1px solid #ddd;overflow:hidden;}
.foldings-list > li:first-child {border-top:0;}
.foldings-list .foldings-in-wrap a {position:relative;display:block;padding:30px 60px 29px 110px;cursor:pointer;font-size:18px;transition:all .3s ease;}
.foldings-list .foldings-in-wrap a:before, .foldings-list .foldings-in-wrap a .num:before, .foldings-list .foldings-in-wrap a .num:after {position:absolute;top:50%;margin-top:-22px;content:"";display:block;width:1px;height:43px;background:#d9d9d9;transition:all .3s ease;} 
.foldings-list .foldings-in-wrap a:before {left:90px;}
.foldings-list .foldings-in-wrap a .num:before {left:53px;}
.foldings-list .foldings-in-wrap a .num:after {left:57px;}
.foldings-list .foldings-in-wrap a:after {position:absolute;top:50%;right:10px;margin-top:-20px;content:"";display:block;width:40px;height:40px;background:url(/resources/images/pnc/folds_arr.png) no-repeat;transition:all .3s ease;}
.foldings-list .foldings-in-wrap a .num {position:absolute;top:0;left:35px;color:#222;height:100%;line-height:86px}
.foldings-list .foldings-in-cont {display:none;overflow:hidden;background:#f8f8f8;padding:30px 35px;}
.foldings-list .over .foldings-in-wrap a {background:#1b6fc7;color:#fff;}
.foldings-list .over .foldings-in-wrap a .num {color:#fff;}
.foldings-list .over .foldings-in-wrap a:before, .foldings-list .over .foldings-in-wrap a .num:before, .foldings-list .over .foldings-in-wrap a .num:after {background:#3d84cf;}
.foldings-list .over .foldings-in-cont {display:block;}
.foldings-list .over .foldings-in-wrap a:after {background-position:0 -41px}

/* 상태값 */
.r-stat {background:#fff;padding:1px 8px 3px;display:inline-block;vertical-align:middle;font-size:12px;font-weight:bold;letter-spacing:-0.05em;margin-right:-3px;font-style:normal;}
.r-stat.r-stat00,.r-stat.r-st1  {border:1px solid #b3b3b3;color:#666;background:#f0f0f0;} /* 없음 */
.r-stat.r-stat01,.r-stat.r-st2,  .r-stat.r-st-d  {border:1px solid #68cfc9;color:#009e95} /* 일반진료 */
.r-stat.r-stat02,.r-stat.r-st3,  .r-stat.r-st-s  {border:1px solid #ffa340;color:#ff5603} /* 선택진료 */
.r-stat.r-stat03,.r-stat.r-st4,  .r-stat.r-st-c {border:1px solid #fa90cc;color:#ff44ae} /* 특수클리닉1 */
.r-stat.r-stat04,.r-stat.r-st5,  .r-stat.r-st-c2 {border:1px solid #ff44ae;color:#ff44ae} /* 특수클리닉2 */
.r-stat.r-stat05,.r-stat.r-st6 {border:1px solid #ce78f6;color:#a227dc} /* 투석 */
.r-stat.r-stat06,.r-stat.r-st7 {border:1px solid #fa90cc;color:#ff44ae;padding:1px 3px 3px;} /* 시술 및 검사 */
.r-stat.r-stat07,.r-stat.r-st8 {border:1px solid #feaeb9;color:#fc5169;padding:1px 5px 3px;} /* 정신치료 */
.r-stat.r-stat08,.r-stat.r-st9 {border:1px solid #8b81e9;color:#2f08ac;padding:1px 5px 3px;} /* 종합검진 */
.r-stat.r-stat09,.r-stat.r-st10 {border:1px solid #5cbbde;color:#009ccf} /* 상담 */
.r-stat.r-stat10,.r-stat.r-st11 {border:1px solid #c4c55b;color:#806250;padding:1px 5px 3px;} /* 원격진료 */
.r-stat.r-stat11,.r-stat.r-st12 {border:1px solid #7fa49f;color:#018271} /* 교육 */
.r-stat.r-stat12,.r-stat.r-st13 {border:1px solid #96cc72;color:#57a22f} /* 면담 */
.r-stat.r-stat13,.r-stat.r-st14 {border:1px solid #ffa340;color:#ff5603;padding:1px 5px 3px;} /* 진료(신환) */
.r-stat.r-stat14,.r-stat.r-st15 , .r-stat.r-stoff {border:1px solid #b3b3b3;color:#666;background:#f0f0f0;} /* 휴진 */
.r-stat.r-stat15 {border:1px solid #eea1a1;color:#d91818;padding:0 7px 1px;} /* 예약 */
.r-stat.r-stat16 {border:1px solid #c2c2c2;color:#666;padding:0 7px 1px;} /* 취소 */

/* 준비중, 에러 메시지, 안내 페이지 */
.msg-wrap {width:100%;text-align:center;font-size:14px;color:#333;padding:120px 0;}
.msg-wrap .tit {font-size:22px;font-weight:bold;margin:15px 0;color:#222;line-height:1;font-family:"Nanum Square"}
.msg-wrap p{font-size:15px;color:#333}
.msg-wrap a {min-width:100px;}
.msg-wrap a.bp-btn {background:#4c73d3;}
.msg-wrap a.bp-btn span {color:#fff;}
.msg-wrap:before {content:"";display:block;width:252px;height:177px;background:url(/resources/images/pnc/common/msg_sprite.png) no-repeat;margin:0 auto 30px;}
.msg-wrap.wait:before {background-position:0 0;}
.msg-wrap.error:before {background-position:0 -178px;}
.msg-wrap.info:before {background-position:0 -356px;}
.msg-wrap.logout {margin-top:30%}
.msg-wrap.logout:before {background-position:0 -534px;}
.msg-wrap.logout li:before {content:"-";color:#666;margin-right:7px;}

/* 플로우리스트 */
/* 가로형 */
.flow-list {position:relative;text-align:center;}
.flow-list:before {position:absolute;top:11px;left:0;content:"";display:block;width:100%;height:1px;background:#ddd;z-index:10}
.flow-list li {position:relative;display:inline-block;vertical-align:top;max-width:15%;margin-left:4%;z-index:100}
.flow-list li:before {content:"";display:block;width:23px;height:23px;background:url(/resources/images/pnc/flow_sprite.png) no-repeat -48px 0;}
.flow-list li:first-child:before {background-position:0 0;}
.flow-list li:last-child:before {background-position:-24px 0}
.flow-list li:last-child .tit {color:#4086d0;}
.flow-list li:last-child .txt {color:#1b6fc7;}
.flow-list span {display:block;text-align:left;color:#333;}
.flow-list .tit {line-height:1;font-size:18px;font-weight:bold;font-family:"Nanum Square";margin-top:27px;margin-bottom:18px;letter-spacing:-0.025em;}
.flow-list .txt {line-height:26px;font-size:15px;}
/* 세로형 */
.flow-list.full {text-align:left;}
.flow-list.full:before {width:1px;height:99%;left:11px;top:1px;}
.flow-list.full li {position:relative;display:block;max-width:100%;padding-left:50px;margin-left:0;margin-top:40px}
.flow-list.full li span {display:inline-block;vertical-align:middle;}
.flow-list.full li:before {position:absolute;top:2px;left:0;}
.flow-list.full .tit {margin:0;padding-right:24px}
@media only screen and (max-width:800px){
	.flow-list {text-align:left;}
	.flow-list:before {width:1px;height:99%;left:11px;top:1px;}
	.flow-list li {display:block;max-width:100%;margin-left:0;padding-left:50px;margin-left:0;margin-top:20px}
	.flow-list li:before {position:absolute;top:2px;left:0;}
	.flow-list li span {display:inline-block;vertical-align:middle;}
	.flow-list .tit {margin:0;padding-right:24px}
}

/* .flow-list li.last .num {background-color:#0491d9;} */
.foldings-in-cont .flow-list {background:#fff; border:1px solid #ddd; margin-top:10px;}

/* 이미지 슬라이드 */
.c-photo {position:relative;width:360px;height:230px;}  /* 이미지 넓이와 높이 설정 */
.c-photo .photo_cont {position:relative;text-align:center; padding-top:180px;}  /* padding-top으로 버튼 위치 조정  */
.c-photo .photo_cont li {display:inline-block; vertical-align:top; margin:0 -2px 0 -2.7px;}
.c-photo .nicon {display:inline-block;width:17px;height:27px;overflow:hidden; position:relative; z-index:1000;background:url('/resources/images/pnc/common/photo_bul.png') no-repeat -30px 0; text-align:center;}
.c-photo .nicon span {width:1px;height:1px;overflow:hidden;position:absolute;top:0;left:0;}
.c-photo .first.nicon {background-position:0 0;width:30px;}
.c-photo .last.nicon {background-position:right 0;width:30px;}
.c-photo .over .nicon {background-position:-30px -29px}
.c-photo .over .first.nicon {background-position:0 -29px}
.c-photo .over .last.nicon {background-position:right -29px}
.c-photo .pcont {position:absolute;left:0;top:0px;height:100%;}
.c-photo .pcont .tit {position:absolute;left:0;top:0px;padding:7px 10px;background:#0059b7; color:#fff; }

/*페이징 스타일*/
.pagelist {text-align:center;line-height:110%;display:block;position:relative;height:auto;min-height:35px;}
.pagelist * {vertical-align:middle;}
.pagelist a , .pagelist strong {display:inline-block;height:30px;min-width:30px;border:1px solid #d8d8d8;border-left:0 !important;text-align:center;overflow:hidden}
.pagelist span {font-size:100%;font-weight:normal;color:#777 !important;display:inline-block;height:25px;min-width:30px;padding-top:5px;}
.pagelist span.first {background:none;}
.pagelist a span {cursor:pointer;line-height:1.5em}
.pagelist a:hover span {color:#1c5a96 !important; text-decoration:underline;}
.pagelist strong {background:#1c5a96; border:1px solid #1c5a96;}
.pagelist strong span  { color:#fff !important;font-weight:bold;text-decoration:underline;line-height:1.5em}
.pagelist .firstpage span, .pagelist .lastpage span, .pagelist .firstpage1 span, .pagelist .lastpage1 span,
.pagelist .prevblock span, .pagelist .nextblock span, .pagelist .prevblock1 span, .pagelist .nextblock1 span,
.pagelist .prevpage span, .pagelist .nextpage span, .pagelist .prevpage1 span, .pagelist .nextpage1 span {padding-top:0px;border:0px !important; background:none !important;visibility:hidden;margin-left:0px;margin-right:0px;}
.pagelist .firstpage , .pagelist .lastpage ,.pagelist .firstpage1 , .pagelist .lastpage1 ,
.pagelist .prevblock , .pagelist .nextblock ,.pagelist .prevblock1 , .pagelist .nextblock1 ,
.pagelist .prevpage , .pagelist .nextpage  , .pagelist .prevpage1 , .pagelist .nextpage1  {display:inline-block;background-image:url("/resources/images/pnc/common/btn_page.gif");background-repeat:no-repeat;height:32px;width:31px;overflow:hidden;margin-left:0px;margin-right:0px;border:0;}

/*비활성*/
.pagelist .firstpage1 {background-position:0 -64px;}
.pagelist .prevblock1 {background-position:-62px -64px;margin-right:0px;width:32px;}
.pagelist .nextblock1 {background-position:-94px -64px;margin-left:0px;}
.pagelist .lastpage1 {background-position:right -64px;width:31px;}

/*활성*/
.pagelist .firstpage {background-position:0 0;}
.pagelist .prevblock {background-position:-62px 0;margin-right:0px;width:32px;}
.pagelist .nextblock {background-position:-94px 0;margin-left:0px;}
.pagelist .lastpage {background-position:right 0;width:31px;}

/*오버*/
.pagelist .firstpage:hover {background-position:0px -32px;}
.pagelist .prevblock:hover {background-position:-62px -32px;width:32px;}
.pagelist .nextblock:hover {background-position:-94px -32px;}
.pagelist .lastpage:hover {background-position:right -32px;width:31px;}

/* 반응형br */
.br{ display:block}
@media all and (max-width:1000px)  {
	.br{ display:inline}
}

/* pdf 뷰어 */
.pdf-view-wr {position:relative;border-top:2px solid #777;background:#fbfbfb;padding:25px}
.pdf-view-wr p {font-size:15px;background:url(/resources/images/pnc/common/sicon_acrobat.png) no-repeat;padding-left:38px;line-height:28px;margin-right:270px;}
.pdf-view-wr p .pdf-down {display:block;font-size:13px;font-weight:bold;color:#ff0000;letter-spacing:-0.025em;text-decoration:underline;}
.pdf-view-wr .btn-down {position:absolute;top:50%;right:55px;line-height:23px;margin-top:-12px;font-size:14px;color:#444;padding-right:50px;}
.pdf-view-wr .btn-down:before {content:"";display:inline-block;vertical-align:middle;width:19px;height:23px;background:url(/resources/images/pnc/common/ficon/pdf.gif) no-repeat 0 0;margin-right:8px;margin-top:-2px;}
.pdf-view-wr .btn-down:after {position:absolute;top:50%;right:0;margin-top:-17px;content:"";display:block;width:35px;height:35px;background:url(/resources/images/pnc/pdf_sprite.png) no-repeat 0 0;}
@media only screen and (max-width:899px){
	.pdf-view-wr p {margin-right:0}
	.pdf-view-wr .btn-down {display:inline-block;position:relative;top:auto;right:auto;margin-top:10px;margin-left:8px}
}


/* 인풋박스 디자인 */
.input-type {position:relative;display:inline-block;}
.input-type input[type="radio"], .input-type input[type="checkbox"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}/* 화면에서 숨김 */
.input-type input[type="radio"] + label, .input-type input[type="checkbox"] + label {display:inline-block;position:relative;padding-left:23px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}/* 글자와 체크박스 사이의 간격을 변경 */ 
.input-type input[type="radio"] + label:before {content:'';position:absolute;left:0;top:2px;width:16px;height:16px;text-align:center;background:#fff;border:1px solid #ccc;border-radius:100%;}
.input-type input[type="radio"] + label:active:before, .input-type input[type="radio"]:checked + label:active:before {box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.input-type input[type="radio"]:checked + label:before {background:#fff;border-color:#0E519F;}
.input-type input[type="radio"]:checked + label:after {content:'';position:absolute;top:8px;left:6px;width:6px;height:6px;background:#0E519F;border-radius:100%;}

.input-type input[type="checkbox"] + label:before {content:'';position:absolute;left:0;top:3px;width:18px;height:18px;line-height:18px;text-align:center;background:#f3f3f3 url(/resources/homepage/kor/images/chk_bg.png) no-repeat 0 0;border:1px solid #ccc;}
.input-type input[type="checkbox"] + label:active:before, .input-type input[type="checkbox"]:checked + label:active:before {box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.input-type input[type="checkbox"]:checked + label:before {content:'';color:#fff;border-color:#0E519F;background:#0E519F url(/resources/homepage/kor/images/chk_bg.png) no-repeat -28px 0;}

