@charset "utf-8"; 
/* 1. 레이아웃 */
.ABA-content-box { position:relative; }
.ABA-content-box { margin:0 0 5px 0; }
.ABA-content-box strong { font-weight:600; }
@media screen and (-webkit-min-device-pixel-ratio:0) { .ABA-content-box strong { font-weight:bold; }}
/* 페이지타이틀 */
.ABA-subcontent { position:relative; margin-bottom:8px; }
.AB-sj-h3 { padding:8px 2px; font-size:16px; font-weight:bold; color:#121212 }
/* 네비게이션공통*/
.map:after{content:""; display:block; height:0; clear:both; visibility:hidden;}
.map > li { line-height:18px; background:url("bg_navi01_arrow_r.png") left 55% no-repeat; padding:10px 13px 10px 18px; float:left; position:relative; }
.map > li, .map > li a, .map > li span, #AB-navi-next { color:#666; font-size:13px; letter-spacing:-0.5px; display:block; white-space:nowrap; }
.map > li a:hover { text-decoration:underline; }
.map > li:first-child { padding:10px 10px 10px 0; background:none; }
.map > li#AB-navi-home a { font-size:0; text-indent:-9999px; width:14px; height:18px; background:url("bg_navi01_home.png") left center no-repeat; }
.map > li.navi-child a, #navi01 .map li.navi-child span { background:url("bg_navi_arrow_child.png") right 60% no-repeat; padding-right:18px; cursor:pointer; }
.map > li.navi-child ul li a { font-size:12px; background:none; padding-right:0; }
.map > li ul { z-index:9999; position:absolute; display:none; background:#fff; }
.map > li.navi-child:hover > a, #navi01 .map li.navi-child:hover > span { background-image:url("bg_navi_arrow_child_over.png"); } 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.map > li { background-position-y:50%; }
	.map > li.navi-child a, #navi01 .map li.navi-child span { background-position-y:55%; }
}
/* 네비게이션01 */
#navi01 .map #AB-navi-last { cursor:default; }
#navi01 .map #AB-navi-last.navi-child { cursor:pointer; }
#navi01 .map > li:hover ul { display:block; top:38px; left:3px; }
#navi01 .map > li ul { border:1px solid #eee; box-shadow:rgba(60, 60, 60, 0.1) 1px 1px 3px; padding:0 12px; }
#navi01 .map > li ul li { background:#fff; border-bottom:1px dotted #eee; border-top:none; width:100%; padding:7px 2px; box-sizing:border-box;}
#navi01 .map > li ul li:last-child { border-bottom:none; }
#navi01 .map > li ul li a { color:#7a7a7a; padding:0; }
#navi01 .map.no-menu li:hover ul { display:none; }
#navi01 .map.no-menu li.navi-child { background:none; padding-right:22px; }
#navi01 .map.no-menu #AB-navi-last.navi-child { background-image:none; padding-right:0; }
/* 네비게이션02 */
#navi02 .map { position:absolute; right:0px; top:0px; text-align:right;}
#navi02 .map li.navi-child:hover ul { display:block; }
#navi02 .map ul { text-align:left; top:35px; background:#fff; box-shadow:rgba(60, 60, 60, 0.3) 1px 1px 5px; padding:7px 10px; }
#navi02 .map ul li { padding:4px; background:none; clear:both; }
#navi02.abline-div-padding .map {position:static;text-align:left;}
/*페이지편집 버튼*/
.AB-btn-edit-page { text-align:center; padding:10px 0; }
.AB-btn-edit-page > a, .ui-widget-content .AB-btn-edit-page > a { color:#888; font-size:12px; letter-spacing:-1px; display:inline-block; background:#fff; border:1px solid #e5e5e5; height:27px; line-height:24px; padding:0 10px; box-sizing:border-box;  cursor:pointer; }
.AB-btn-edit-page > a:hover { color:#fff; border:1px solid #fff; background:#f9a71d; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.AB-btn-edit-page > a { line-height:24px; }
}

/* 2. 콘텐츠페이지*/
/* 폰트사이즈 */
.AB-fns-8 { font-size:8px !important; }
.AB-fns-9 { font-size:9px !important; }
.AB-fns-10 { font-size:10px !important; }
.AB-fns-11 { font-size:11px !important; }
.AB-fns-12 { font-size:12px !important; }
.AB-fns-13 { font-size:13px !important; }
.AB-fns-14 { font-size:14px !important; }
.AB-fns-15 { font-size:15px !important; }
.AB-fns-16 { font-size:16px !important; }
.AB-fns-17 { font-size:17px !important; }
.AB-fns-18 { font-size:18px !important; }
.AB-fns-19 { font-size:19px !important; }
.AB-fns-20 { font-size:20px !important; }
/* 폰트컬러 */
.AB-fnc-01 { color:#ef2d35 !important }
.AB-fnc-02 { color:#ec851b !important }
.AB-fnc-03 { color:#e5af1f !important }
.AB-fnc-04 { color:#2da92d !important }
.AB-fnc-05 { color:#5b96d2 !important }
.AB-fnc-06 { color:#3f6ea2 !important }
.AB-fnc-07 { color:#7e5cce !important }
.AB-fnc-08 { color:#454545 !important }
.AB-fnc-09 { color:#8a8a8a !important }
.AB-fnc-10 { color:#a5a5a5 !important }
.AB-fnc-00 { color:#fff !important }
/* 라인 */
.AB-line,.AB-dotted,.AB-dashed,.AB-solid { border-width: 1px; zoom:1; }
.AB-line, .AB-solid { border-style: solid; border-color:#ddd; }
.AB-dotted { border-style: dotted; border-color:#ddd; }
.AB-dashed { border-style: dashed; border-color:#ddd; }
.AB-round,.AB-round li img ,.AB-round>img { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(ie-css3.htc); }
.AB-line-t { border-right:none; border-bottom:none; border-left:none; }
.AB-line-r { border-left:none; border-bottom:none; border-top:none; }
.AB-line-b { border-top:none; border-right:none; border-left:none; }
.AB-line-l { border-right:none; border-bottom:none; border-top:none; }
.AB-noline-t { border-top:none !important; }
.AB-noline-r { border-right:none !important; }
.AB-noline-b { border-bottom:none !important; }
.AB-noline-l { border-left:none !important; }
.AB-blind { height:0; font-size:0; line-height:0; }
.AB-blank { background:url("bg_dot.gif") 0 0 repeat-y; }
/* 날짜(요일) 색상*/
.AB-yoil-sat { color:#0e66ef; }
.AB-yoil-sun { color:#f3440e; }
/* 메인용 게시판 템플릿 */
.mainTplWrap h3 { font-size:14px; }
.mainTplWrap tbody tr:last-child td { border-bottom:none !important; }
.mainTplWrap .tplMore { position:absolute; }
.mainTplWrap .tplScrollGallery { overflow-x:auto; overflow-y:hidden;}
.mainTplWrap .tplSwitchTab ul { overflow:hidden; }
.mainTplWrap .tplSwitchTab li { float:left; width:50%; }
.mainTplWrap .tplSwitchTab li a { color:#999; font-size:15px; background:url("/template/DESIGN_content/program/theme/01/bg_bar_e2.gif") left center no-repeat; display:block; text-align:center; height:35px; line-height:35px; }
.mainTplWrap .tplSwitchTab li:first-child a { background:none; }
.mainTplWrap .tplSwitchTab li.switch-on a { color:#5b96d2; }
.mainTplWrap.mainTplOverlay table, .mainTplOverlay td { position:relative; }
.mainTplWrap.mainTplOverlay .tplOverlayInner { background-color: rgba(0,0,0,0.7); width: 100%;height: 300px;position: absolute;top: 0px;left: 0px;box-sizing:border-box;padding:40px 35px;text-align:center; line-height:22px; }
.mainTplWrap.mainTplOverlay .tplOverlayInner .btn-tpl.btn-size-10 { font-size:16px; line-height:34px; }

.tplWaterMark { position:relative; }
.tplWaterMark > div { color:#fff; font-size:46px; font-weight:bold; letter-spacing:4px; text-shadow:0 0 5px #b6b6b6; position:absolute; top:43%; width:100%; text-align:center; opacity:0.5; }
.tplWaterMark > img { background:#fff; padding:20px; box-shadow:2px 2px 10px rgba(0,0,0,0.2); }
.-tplNoEdit{ text-align:center; }

.mainTplBody table tbody tr:last-child > td { border-bottom:none !important; }

/*메뉴얼아이콘*/
.AB-manual { font-size:11px; color:#f29730; display:inline-block; padding-left:15px; padding-top:2px; margin-left:10px; height:15px; background:url("icon_manual.png") left 2px no-repeat; }
/*스크롤*/
.AB-scroll-bar { overflow: auto; margin:3px 3px 5px 0; scrollbar-base-color: #fff; scrollbar-3dlight-color: #fff; scrollbar-darkshadow-color: #fff; scrollbar-face-color: #fff; scrollbar-highlight-color: #dddddd; scrollbar-shadow-color: #dddddd; scrollbar-track-color: #fff; }
/* 애니메이션 */
.ABC-box-rollover { position:relative; }
.ABC-box-rollover-front, .ABC-box-rollover-back { transform-style:preserve-3d; -webkit-transition:750ms; -moz-transition:750ms; -o-transition:750ms; -ms-transition:750ms; }
.ABC-box-rollover-front { -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); transform:rotateY(0); backface-visibility:hidden; }
.ABC-box-rollover:hover .ABC-box-rollover-front { -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); transform:rotateY(180deg); }
.abline-div-padding.ABC-box-rollover:hover .ABC-box-rollover-front { -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); transform:rotateY(0); backface-visibility:hidden; }
.ABC-box-rollover-back { -webkit-transform:rotateY(-180deg); -moz-transform:rotateY(-180deg); -ms-transform:rotateY(-180deg); -o-transform:rotateY(-180deg); transform:rotateY(-180deg); backface-visibility:hidden; position:absolute; top:0; width:100%; text-align:center; }
.abline-div-padding.ABC-box-rollover-back { -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); transform:rotateY(0); position:static; }
.ABC-box-rollover:hover .ABC-box-rollover-back { -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); transform:rotateY(0); }
.abline-div-padding.ABC-box-rollover:hover .ABC-box-rollover-back { -webkit-transform:rotateY(0); -moz-transform:rotateY(0); -ms-transform:rotateY(0); -o-transform:rotateY(0); transform:rotateY(0); position:static; }
.ABC-img-sliding-left { -webkit-animation: sliding-left 3s 1; -moz-animation: sliding-left 3s 1; -o-animation: sliding-left 3s 1; -ms-animation: sliding-left 3s 1; }
@-webkit-keyframes sliding-left { from { margin-left:-300%; width:300%; }to { margin-left:0%; width:100%; }}
@-moz-keyframes sliding-left { from { margin-left:-300%; width:300%; }to { margin-left:0%; width:100%; }}
@-o-keyframes sliding-left { from { margin-left:-300%; width:300%; }to { margin-left:0%; width:100%; }}
@-ms-keyframes sliding-left { from { margin-left:-300%; width:300%; }to { margin-left:0%; width:100%; }}
.ABC-img-sliding-right { -webkit-animation: sliding-right 3s 1; -moz-animation: sliding-right 3s 1; -o-animation: sliding-right 3s 1; -ms-animation: sliding-right 3s 1; }
@-webkit-keyframes sliding-right { from { margin-left:100%; width:300%; }to { margin-left:0%; width:100%; }}
@-moz-keyframes sliding-right { from { margin-left:100%; width:300%; }to { margin-left:0%; width:100%; }}
@-o-keyframes sliding-right { from { margin-left:100%; width:300%; }to { margin-left:0%; width:100%; }}
@-ms-keyframes sliding-right { from { margin-left:100%; width:300%; }to { margin-left:0%; width:100%; }}
.ABC-img-rollover { position:relative; display:block; }
.ABC-img-rollover i { position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; background-color:rgba(0,0,0,0.3); -webkit-transition:all 450ms ease; -moz-transition:all 450ms ease; -ms-transition:all 450ms ease; -o-transition:all 450ms ease; }
.ABC-img-rollover:hover i { opacity:1; }
/* 스크롤 버튼 */
.-btnTableScroll { text-align:center; display:inline-block; margin-right:5px; *float:left; }
.-btnTableScroll img { background-color:#fff; border:1px solid #ddd; padding:4px; vertical-align:top; box-sizing:border-box; cursor:pointer; }
.-btnTableScroll .-btnScrollStop { display:inline-block; }
.-btnTableScroll .-btnScrollPlay { display:none; }
.-btnTableScroll.-tog .-btnScrollStop { display:none; }
.-btnTableScroll.-tog .-btnScrollPlay { display:inline-block; }
/* 코멘트 형식 */
.admin-help { display:block; margin:3px 1px 0 1px; font-weight:normal; }
.admin-help-in { display:inline-block; margin:0 1px 0 5px; vertical-align:middle; }
.admin-help-q { display:inline-block; vertical-align:middle; height:18px; line-height:20px; padding:0 5px; box-sizing:border-box; border:1px solid #ccc; border-color:#ddd #bbb #bbb #ccc; font-weight:bold; font-family:gulim !important; margin-left:2px; border-radius:20px; box-shadow:#fff 0 1px 1px inset; background:#f7f7f7; }
@media screen and (-webkit-min-device-pixel-ratio:0) { .admin-help-q { line-height:18px; }}
[class*="admin-help"], [class*="admin-help"] *, [class*="admin-help"] a { color:#bcbdc1 !important; font-size:11px !important; letter-spacing:-0.5px; line-height:16px; }
[class*="admin-help"] strong { color:#afafaf !important; }
[class*="admin-help"]:hover , [class*="admin-help"]:hover * , .-tblList td:hover [class*="admin-help"], .-tblList td:hover [class*="admin-help"] * , .articleInput li:hover [class*="admin-help"], .articleInput li:hover [class*="admin-help"] * , .designer-option:hover [class*="admin-help"], .designer-option:hover [class*="admin-help"] * , .-bdSettingWrap li > div > div:hover [class*="admin-help"], .-bdSettingWrap li > div > div:hover [class*="admin-help"] * , .adminTitleWrap:hover [class*="admin-help"], .adminTitleWrap:hover [class*="admin-help"] * { color:#688bb7 !important; }
.admin-help-manual { font-size:0 !important; text-indent:-9999px; display:inline-block; width:14px; height:14px; vertical-align:middle; margin:-2px 5px 0 5px; background:url("admin_help_icon.gif") no-repeat; }
input[type="text"] + .admin-help-manual { margin-top:0; }
#ABA-read-top .admin-help-manual{margin-top:-7px; }
[class*="admin-help"] span.tog-btn{background:url("btn_tog_help_open.png") top left no-repeat;width:20px;height:10px;display:inline-block;}
[class*="admin-help"]:hover span.tog-btn{background:url("btn_tog_help_open_over.png");}
.admin-help-tbl { width:100%; border-spacing:0; padding:0; margin:5px 0;  border:1px solid #eee; border-bottom:none; }
.admin-help-tbl th , .admin-help-tbl td { padding:4px 10px; letter-spacing:-0.5px; border-bottom:1px solid #eee; }
.admin-help-tbl th { color:#959595 !important; text-align:center; background:#fcfcfc; }
.admin-help-tbl:hover , .admin-help-tbl:hover td , .articleInput li:hover .admin-help-tbl , .articleInput li:hover .admin-help-tbl td { color:#bcbdc1 !important; }
.admin-help-tbl:hover th , .articleInput li:hover .admin-help-tbl th { color:#959595 !important; }
.admin-help-tbl tr:hover th, .admin-help-tbl tr:hover td , .articleInput li .admin-help-tbl tr:hover th , .articleInput li .admin-help-tbl tr:hover td { color:#688bb7 !important; }
/* 필수입력항목 */
[class*="bdWrite"] .-iconRequiredInput { background:url("icon_required_input.png") 12px 2px no-repeat; }
.AB-empty-value { background-color:#edfbff !important; outline:1px solid #ff8533; }
/*스위치 탭 버튼*/
.switch-tab-btn ul { overflow:hidden; }
.switch-tab-btn ul li { float:left; border:1px solid #ccc; margin-right:5px; background: #ffffff; 
background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); 
background:-webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); 
background:-o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); 
background:-ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); 
background:linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0); }
.switch-tab-btn ul li a { color:#666; display:inline-block; height:24px; line-height:22px; padding:0 20px; font-weight:600; letter-spacing:-0.5px; }
.switch-tab-btn ul li.switch-on { border-color:#719ec7; background: #84bdf3; 
background: -moz-linear-gradient(top, #84bdf3 0%, #70aae0 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#84bdf3), color-stop(100%,#70aae0)); 
background:-webkit-linear-gradient(top, #84bdf3 0%, #70aae0 100%); 
background:-o-linear-gradient(top, #84bdf3 0%, #70aae0 100%); 
background:-ms-linear-gradient(top, #84bdf3 0%, #70aae0 100%); 
background:linear-gradient(to bottom, #84bdf3 0%, #70aae0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84bdf3',endColorstr='#70aae0',GradientType=0); }
.switch-tab-btn ul li.switch-on a { color:#fff; text-shadow:0px 0px 1px rgba(30,60,90,0.5) }
/* 로그인박스 */
[class*="loginWrap"] .loginHead { padding-bottom:10px; }
[class*="loginWrap"] .loginHead h4 { color:#454545; font-size:14px; font-weight:bold; }
[class*="loginWrap"] .loginBody { padding-bottom:10px; }
[class*="loginWrap"] .loginBody .-inputWrap { padding-right:68px; position:relative; }
[class*="loginWrap"] .-inputWrap input[type="text"] , [class*="loginWrap"] .-inputWrap input[type="password"] { border:1px solid #ccc; border-radius:2px; height:26px; padding-left:5px; margin:0; box-sizing:border-box; }
[class*="loginWrap"] .loginBody .-inputWrap > div { margin-bottom:5px; }
[class*="loginWrap"] .loginBody .-inputWrap label { display:none; }
[class*="loginWrap"] .loginBody .-inputWrap strong { color:#555; }
[class*="loginWrap"] .loginBody .-inputCheckRadio label { color:#999; letter-spacing:-1px; display:inline-block; padding-right:7px; }
[class*="loginWrap"] .loginBody .-btnLogin { font-size:11px; font-weight:normal; font-family:dotum; letter-spacing:-1px; text-align:center; display:inline-block; width:60px; height:57px; line-height:57px; position:absolute; right:0; top:0; cursor:pointer; }
[class*="loginWrap"] .-btnPointAdmin { color:#fff; font-size:11px; font-family:dotum; letter-spacing:-1px; text-shadow:#b5b7bf 1px 1px 1px; background:#cecece; border:1px solid #b5b7bf; border-radius:2px; display:inline-block; height:16px; line-height:17px; padding:0 3px; box-sizing:border-box; }
@media screen and (-webkit-min-device-pixel-ratio:0){[class*="loginWrap"] .-btnPointAdmin { height:16px; line-height:15px; }}
[class*="loginWrap"] .loginFoot { border-top:1px dashed #ddd; padding-top:10px; }
[class*="loginWrap"] .-btnLoginBtm { background:url("bg_bar_e2.gif") right 3px no-repeat; display:inline-block; padding:0 8px; }
[class*="loginWrap"] .-btnLoginBtm:first-child { padding-left:0; }
[class*="loginWrap"] .-btnLoginBtm:last-child { background:none; padding-right:0; }
[class*="loginWrap"] .-btnLoginBtm, [class*="loginWrap"] .-btnLoginBtm a { color:#888; }
[class*="loginWrap"] .-numCount { display:inline-block; padding-left:5px; }
[class*="loginWrap"] .loginSocial { border:1px solid #eee; border-width:1px 0 0 1px; margin-top:15px; }
[class*="loginWrap"] .loginSocial li { text-align:center; border:1px solid #eee; border-width:0 1px 1px 0; width:50%; padding:6px 0; float:left; box-sizing:border-box; }
[class*="loginWrap"] .loginSocial li a { display:block; }
[class*="loginWrap"] .loginSocial li a img { vertical-align:top; }
[class*="loginWrap"] .AB-checkbox + label, [class*="loginWrap"] input[type='checkbox'] + label { line-height:26px; }
[class*="loginWrap"] .-numCount, .-numCount a { color:#6d9ed2; font-weight:bold; }
.loginWrap01 .loginHead h4 strong { color:#0987df; }
.loginWrap01 .loginBody .-btnLogin { color:#fff; background:#2b99e6; border:1px solid #188ada; border-radius:2px; }
.loginWrap02.loginStateM .-inputWrap > div:first-child {height: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.loginWrap02 { padding:12px 15px; }
.loginWrap02 .loginBody .-btnLogin { color:#6a6a6a; background:#fcfcfc; border:1px solid #ccc; border-radius:2px; box-shadow:rgba(255, 255, 255, 0.6) 0 0 2px inset; }
.loginWrap02 .loginBody .-inputCheckRadio label, .loginWrap03 .loginBody .-inputCheckRadio label { font-size:11px; padding-right:2px; }
.loginWrap02 .loginBody .-inputCheckRadio input[type="checkbox"] { width:14px; height:14px; }
.loginWrap02.loginStateM .loginBody .-btnLogin { height:62px; line-height:63px; }
.loginWrap02 .loginFoot:after{content:""; display:block; height:0; clear:both; visibility:hidden;}
.loginWrap02 .loginFoot .-btnLoginBtm a { font-size:11px; letter-spacing:-0.5px; }
.loginWrap02.loginStateNM .loginFoot .-btnLoginBtm { background:none; float:left; width:50%; padding:0; }
.loginWrap02.loginStateNM .loginFoot .-btnLoginBtm > a { font-family:dotum; line-height:20px; text-align:center; background:#f5f5f5; border:1px solid #ccc; border-radius:2px; box-shadow:rgba(255, 255, 255, 0.5) 1px 1px 0 inset; display:block; height:18px; margin-right:5px; }
.loginWrap02.loginStateNM .loginFoot .-btnLoginBtm:last-child a { margin-right:0; }
.loginWrap02 .loginSocial { border-color:#e5e5e5; }
.loginWrap02 .loginSocial li { background:#fff; border-color:#e5e5e5; }
.loginWrap03 .-inputWrap label { display:none; }
.loginWrap03 .-inputCheckRadio input[type='checkbox'] { margin:-2px 5px 0 3px; }
.loginWrap03 .-inputCheckRadio input[type='checkbox']:first-child { margin-left:0; }
.loginWrap03.loginStateM .-btnLoginBtm { margin-top:1px; }
.loginWrap03.loginStateM .-btnLoginBtm > div { background:url("bg_bar_e2.gif") right 3px no-repeat; display:inline-block; padding:0 8px; }
.loginWrap03.loginStateM .-btnLoginBtm > div:last-child { background:none; padding-right:0; }
/* 소셜로그인 */
.loginSocialWrap { text-align: center; width: 450px; padding-top:15px; margin:0 auto; box-sizing:border-box; }
.loginSocialWrap img { margin:5px 15px; }
.loginWrap03 .loginSocialWrap { width:100%; padding:0; margin:0; }
.loginWrap03 .loginSocialWrap img { margin:0 5px 0 0; }
.loginWrap03 .loginSocialWrap a:last-child img{ margin-right:0; }
/*소셜회원가입*/
.joinSocialWrap .-btnSocial { width:100%; background:#fff; border:1px solid #eee; margin-bottom:15px; }
.joinSocialWrap .-btnSocial a { display:block; color:#444; letter-spacing:-1px; font-size:15px; position:relative; }
.joinSocialWrap .-btnSocial a:last-child { margin-bottom:0; }
.joinSocialWrap .-btnSocial span { line-height:43px; display:inline-block; vertical-align:top; }
.joinSocialWrap .-btnSocial a img { margin-right:10px; }

/* 3. 입력상자 */
.AB-text, .AB-select, .AB-textarea { color:#454545; font-size:12px; border:1px solid #e5e5e5; vertical-align:middle; box-sizing:border-box; }
.AB-text, .AB-select { height:24px; margin:0 2px; }
.AB-text:first-child, .AB-select:first-child { margin-left:0; }
.AB-textarea { line-height:18px; }
.AB-text, .AB-textarea { padding-left:3px; }
input[type="file"] { background:none; border:1px solid #e5e5e5; width:300px; padding:0; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	input[type="file"] { -webkit-appearance:none; line-height:14px; height:24px; }
}
.AB-file-wrap { margin-top:5px; }
.AB-file-wrap .AB-text { width:285px; margin-right:5px; }
.AB-file-wrap input[type="checkbox"] { margin-top:0; }
.btnFileView { color:#666; font-size:11px; font-family:dotum; letter-spacing:-1px; background:#fff;border:1px solid #ddd; border-radius:2px; display:inline-block; height:16px; line-height:19px; padding:0 4px; margin-right:5px; margin-top: -2px; vertical-align:middle; cursor:pointer; -webkit-apprearance:none; }
input[type='button'].btnFileView { height:18px; line-height:19px; }
@media screen and (-webkit-min-device-pixel-ratio:0){
    .btnFileView, input[type='button'].btnFileView { line-height:18px; }
}
.AB-radio, input[type="radio"], .AB-checkbox, input[type="checkbox"] { width:16px; height:16px; margin:0 3px 1px 0px; vertical-align:middle; }
.ui-datepicker-trigger + .AB-radio, .ui-datepicker-trigger + input[type='radio'], .ui-datepicker-trigger + .AB-checkbox, .ui-datepicker-trigger + input[type='checkbox'] { margin-top:0 !important; margin-left:5px !important; }
.AB-radio + label, input[type="radio"] + label, .AB-checkbox + label, input[type="checkbox"] + label { line-height:22px; display:inline-block; margin-right:5px; }
.AB-disabled { background:#fafafa; }
:-ms-input-placeholder { color:#aaa; }
::-moz-placeholder { color:#aaa; }
:-moz-placeholder { color:#aaa; }
::-webkit-input-placeholder { color:#aaa; }
/* checkbox 디자인 */
.bgCheckWrap input[type="checkbox"] { display:none; }
.bgCheckWrap label { font-size:0; text-indent:-9999px; background:url("bg_checkbox_off.png") right bottom no-repeat; display:inline-block; width:22px; height:22px; margin-right:0 !important; vertical-align:top; }
.bgCheckWrap label.chked { background:url("bg_checkbox_on.png") right bottom no-repeat; }
/* checkbox,label 분리방지 (<li>태그로 묶은 경우, 예)단계별분류) */
.rtl-next-box-wrap li { float:left; height:28px; padding:3px 0; box-sizing:border-box; white-space:nowrap; overflow:hidden; }
.rtl-next-box-wrap li label { letter-spacing:-0.5px; line-height:22px; width:90px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }

.admin-width-a { width:40px; }
.admin-width-b { width:60px; }
.admin-width-c { width:80px; }
.admin-width-d { width:100px; }
.admin-width-e { width:120px; }
.admin-width-f { width:150px; }
.admin-width-g { width:200px; }
.admin-width-h { width:300px; }
.admin-width-i { width:400px; }
.admin-width-z { width:100%; }
.AB-select[class*="admin-width-"] { width:auto; }
.AB-select.admin-width-a { min-width:40px; }
.AB-select.admin-width-b { min-width:60px; }
.AB-select.admin-width-c { min-width:80px; }
.AB-select.admin-width-d { min-width:100px; }
.AB-select.admin-width-e { min-width:120px; }
.AB-select.admin-width-f { min-width:150px; }
.AB-select.admin-width-g { min-width:200px; }
.AB-select.admin-width-h { min-width:300px; }
.AB-select.admin-width-i { min-width:400px; }
.AB-select.admin-width-z { width:100%; }

/* 4. 시스템페이지 */
/*마이페이지레이아웃*/
.pageMyMenu { padding-left:1px; box-sizing:border-box; }
.pageMyMenu .pageHead { text-align:center; color:#8fa0b0; font-size:14px; letter-spacing:-1px; background:#f9f9f9; border-bottom:1px solid #eee; padding:25px 15px; }
.pageMyMenu .pageHead div:first-child { padding-bottom:10px; }
.pageMyMenu .pageBody { border-bottom:1px solid #eee; padding:22px 20px; }
.pageMyMenu .pageBody table tr td { padding-bottom:12px; }
.pageMyMenu .pageBody table tr td a { color:#89939d; }
.pageMyMenu .pageBody table tr td:last-child { text-align:right; }
.pageMyMenu .pageBody table tr td:last-child a { color:#29447c; font-weight:bold; }
.pageMyMenu .pageBody table tr td:last-child a:hover { text-decoration:underline; }
.pageMyMenu .pageBody table tr:last-child td { padding-bottom:0; }
.pageMyMenu .pageFoot{padding-bottom:20px;}
.pageMyMenu .pageFoot ul { overflow:hidden; }
.pageMyMenu .pageFoot ul li { background:url("/template/PLUGIN_shop_core/program/css/mymenu_arrow.png") 88% center no-repeat; border-bottom:1px solid #eee; padding:0 20px; box-sizing:border-box; }
.pageMyMenu .pageFoot ul li:last-child { border-right:none; }
.pageMyMenu .pageFoot ul li a { color:#89939d; font-size:12px; display:block; height:42px; line-height:42px; text-align:left; box-sizing:border-box; }
.pageMyMenu .pageFoot ul li a:hover { text-decoration:underline; }/* 로그인, 아이디비밀번호찾기 */
.pageMember { width:450px; padding:50px 0 50px 0; margin:0 auto; box-sizing:border-box; }
.pageMember .pageHead { color:#888; letter-spacing:-1px; line-height:18px; text-align:center; padding-bottom:15px; }
.pageMember h4 { color: #454545; font-size: 40px; font-weight:bold; letter-spacing:-2px; line-height:40px; margin-bottom:13px; }
.pageMember .pageBody { background:#fafafa; border:1px solid #e5e5e5; padding: 25px 30px; }
.pageMember .pageBody > label, .pageMember .pageBody form > label { display:none; }
.pageMember .pageBody .-inputWrap .AB-text, .pageMember .pageBody .-inputWrap .-inputID { font-size: 14px; line-height: 45px; background:#fff; border: 1px solid #ddd; display:block; width:100%; height: 45px; padding: 0 10px; margin-bottom:10px; box-sizing: border-box; vertical-align: middle; }
.pageMember .pageBody .-inputWrap .-inputID { font-weight:bold; }
.pageMember .pageBody .-inputCheckRadio { text-align:center; margin-bottom:10px; }
.pageMember .pageBody .-inputCheckRadio label { color:#7a7a7a; font-size:11px; letter-spacing:-0.5px; display:inline-block; margin-right:10px; }
.pageMember .pageBody .-btnWrap .btn-tpl { width:100%; margin:0; }
.pageMember .pageBody .-btnWrap .btn-tpl:hover { text-decoration:underline; }
.pageMember .pageFoot { text-align:center; padding:15px 0; }
.pageMember .pageFoot > div { display:inline-block; margin:0 10px; }
.pageMember .pageFoot > div a { color:#999; }
.pageMember .pageFoot > div + span { color:#ccc; display:inline-block; margin-top:-1px; vertical-align:top; }
.pageMember .-btnNoMember { color:#a0a0a0; font-size:13px; letter-spacing:-0.5px; line-height:20px; text-align:center; margin:0 32px; box-sizing:border-box; }
.pageMember .-btnNoMember .-btnOrder { color:#55749f; font-size:16px; font-weight:bold; line-height:40px; border:1px solid #55749f; display:inline-block; width:100%; height:40px; margin-bottom:10px; }
.pageMember .-btnNoMember .-btnOrder:hover { text-decoration:underline; }
.pageMember .-btnNoMember strong { color:#55749f; font-weight:bold; }
form + form .pageMember, form + .pageMember, .pageMember + .pageMember { border-top:1px dashed #eee; }
.pageMember .pageNotice { border:1px solid #eee; border-top:none; padding: 20px 32px; }
.pageMember .pageNotice p { color:#7a7a7a; letter-spacing:-0.3px; line-height:22px; background:url("icon_text_tip.gif") 0 8px no-repeat; padding-left:12px; }
.pageMember .pageNotice p strong { color:#f26522; font-weight:normal; }
.pageMember.pageSnsWrap { border-bottom: 1px dotted #e0e0e0; padding-top:15px; }
.pageMember .pageSnsHead , .pageAgreement .pageSnsHead { padding-bottom:25px; text-align: center; box-sizing: border-box; }
.pageMember .pageSnsHead h4 , .pageAgreement .pageSnsHead h4 { color:#5a5a5a; font-size:17px; font-weight:600; letter-spacing: -0.5px; line-height: 20px; display:inline-block; border-bottom:1px solid #aaa; padding-bottom:4px; margin:0; }
.pageMember .-inputWrap .admin-help-in { text-align:center; display:block; margin-left:0; margin-bottom:10px; }
.pageMember .admin-help-in.rtvm-Y , .pageMember *:hover .admin-help-in.rtvm-Y { color:#ff8a22 !important; font-weight:bold; }
/* 회원가입동의 */
.pageAgreementFullText { letter-spacing:-1px; line-height:1.7; }
.pageAgreementFullText h4 { color:#000; font-size:17px; padding:5px 2px; margin-top:25px; }
.pageAgreementFullText h4:first-child { margin-top:0; }
.pageAgreementFullText h5 { color:#555; font-size:15px; background:none; padding:20px 2px 5px 2px; }
.pageAgreementFullText p { color:#999; font-size:13px; letter-spacing:-0.7px; padding-left:2px; }
.pageAgreement > div { padding:30px 0; }
.pageAgreement > div:last-child { border-bottom:none; }
.pageAgreement .pageHead { position:relative; }
.pageAgreement .pageHead h4 { color:#454545; font-size:17px; font-weight:bold; letter-spacing:-1px; padding:0 10px 10px 1px; }
.pageAgreement .pageBody { border:1px solid #d6d6d6; height:200px; overflow:auto; }
.pageAgreement .pageBody .pageAgreementFullText { padding:0 22px; }
.pageAgreement .pageBody .pageAgreementFullText h4 { font-size:14px; background:none; border:0; padding:10px 0 0 0; margin:8px 0; }
.pageAgreement .pageBody .pageAgreementFullText h5 { font-size:13px; padding:15px 0 5px 0; }
.pageAgreement .pageBody .pageAgreementFullText h4 + h5 { padding-top:5px; }
.pageAgreement .pageBody .pageAgreementFullText p { font-size:12px; letter-spacing:-0.5px; line-height:18px; padding:0; }
.pageAgreement .-inputCheckRadio { text-align:center; border-top:none; padding:15px 0; }
.pageAgreement .-inputCheckRadio label { color:#8a8a8a; font-size:13px; line-height:22px; text-indent:0; width:auto; height:auto; padding-right:28px; cursor:pointer; }
.pageAgreement .-inputCheckRadio + .pageHead { margin-top:30px; }
.pageAgreement .-btnWrap { text-align:center; }
.pageAgreement .pageSnsWrap { width:100%; padding-bottom:50px; box-sizing:border-box; }
.pageAgreement .pageSnsHead { padding-top:20px; }
/* 회원가입 */
.bdWriteMember .articleHead .-iconRequiredInput { background-position:0 0; display:inline-block; width:14px; height:13px; margin-left:5px; vertical-align:middle; }
.bdWriteMember .-btnWrap { margin-top:30px; }
.bdWriteMember .articleInput > ul > li { padding:15px 15px 15px 140px; }
.bdWriteMember .articleInput > ul > li > label { padding-left:36px; top:18px; }
.bdWriteMember .-inputCheckRadio { background:#fcfcfc; border:1px solid #eee; padding:10px 15px; margin-top:10px; }
.bdWriteMember .-inputCheckRadio > div { padding:3px 0; }
.bdWriteMember .-inputCheckRadio .AB-checkbox { margin-right:5px; }
.bdWriteMember input[id="id"] + .admin-help-in { margin-right:5px; }
.bdWriteMember .admin-help-in.rtvm-Y , .bdWriteMember *:hover .admin-help-in.rtvm-Y { color:#ff8a22 !important; font-weight:bold; }
/* 사이트맵 */
/*사이트맵-테마1*/
.pageSitemap1 { box-sizing:border-box; margin:0 -15px; }
.pageSitemap1.abline-div-padding { margin:0; }
.pageSitemap1 > ul { width:100%; overflow:hidden; }
.pageSitemap1 .AB-tit-site { letter-spacing:-0.5px; width:25%; float:left; position:relative; }
.pageSitemap1 .AB-tit-site > div { border:1px solid #eee; border-top:1px solid #2a6eb6; padding:0 25px; margin:15px; }
.pageSitemap1 .AB-tit-site h4, .pageSitemap1 .AB-tit-site ul { padding:15px 0; }
.pageSitemap1 .AB-tit-site h4 + ul { border-top:1px solid #eee; }
.pageSitemap1 .AB-tit-site h4 a { color:#454545; font-size:16px; font-weight:bold; }
.pageSitemap1 .AB-tit-site h5 { line-height:18px; padding-bottom:8px; }
.pageSitemap1 .AB-tit-site h5 a { color:#616161; font-size:14px; line-height:1.5; letter-spacing:-1px; }
.pageSitemap1 .AB-tit-site h5 + ul { padding:0 0 5px 2px; }
.pageSitemap1 .AB-tit-site h6 { line-height:15px; padding:0 0 8px 0; margin-left:10px;}
.pageSitemap1 .AB-tit-site h6 a { color:#999; font-size:12px; line-height:1.4; letter-spacing:-1px; background:url('left_icon03.gif') left 7px no-repeat; padding-left:8px; }
.pageSitemap1 .AB-tit-site h4, .pageSitemap1 .AB-tit-site h5, .pageSitemap1 .AB-tit-site h6 { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
/* CPC광고,IP차단 */
.pageBlock { background:#f9f9f9; border:1px solid #ddd; padding:20px 65px 45px; width:500px; margin:5% auto 0; }
.pageBlock .pageHead { padding-top:20px; padding-bottom:20px; position:relative; }
.pageBlock .pageHead img { position:absolute; top:20px; left:0; }
.pageBlock .pageHead h4 { padding:16px 0 0 150px; font-size:42px; letter-spacing:-4px; width:340px; text-align:center; }
.pageBlock .pageHead h4 strong, .pageBlock .pageNotice strong { color:#ff921e; font-weight:normal; }
.pageBlock .pageBody { font-size:13px; line-height:20px; color:#7a7a7a; letter-spacing:-1px; margin:0 7px 20px 7px; }
.pageBlock .pageBody p { margin:12px 0; }
.pageBlock .btn-tpl.btn-size-12 { margin:0 4px; }
.pageBlock .pageNotice { background:#fff; border:1px solid #ddd; padding:8px; text-align:center; color:#5e5e5e; font-size:15px; margin:25px 7px 10px 7px; }
.pageBlock .pageFoot, .pageFoot a { font-size:11px; color:#7a7a7a; text-align:center; }
/* 고객센터 */
.pageSystem > .pageHead { padding: 10px 0 40px; text-align: center; }
.pageSystem > .pageHead h4 { color: #454545; font-size: 40px; font-weight:bold; letter-spacing:-2px; line-height:40px; margin-bottom:13px; }
.pageSystem > .pageHead p { color: #888; font-size: 12px; letter-spacing: -0.7px; line-height: 1.5; }
.pageSystem .pageBody h4 { color: #454545; font-size:17px; font-weight:bold; margin-bottom:5px; letter-spacing:-1px; }
.pageSystem .pageBody h5 { color: #454545; font-size: 14px; font-weight:bold; margin-bottom:5px; letter-spacing:-1px; }
.pageSystem .pageBody h5 strong { color: #65a5d6; font-size: 15px; letter-spacing:0; }
.pageSystem .pageBody p { color: #888; font-size: 12px; line-height: 1.5; }
.pageSystem .pageBody > div {padding-bottom:40px;}
.pageSystem .pageBody .pageImg { padding:10px 30px; border:1px solid #ddd; margin-right:30px; }
.pageSystem .pageBody .AB-line-b { margin-bottom:30px;padding-bottom:30px; }
/* 회원탈퇴 */
.pageWithdrawal { border:1px solid #ddd; background:#fcfcfc; padding:0 20px 20px 20px; margin-bottom:40px; box-sizing:border-box; }
.pageWithdrawal h5 { color: #555; font-size: 13px; font-weight:bold; background: none; padding: 20px 2px 5px 2px; margin:0; }
.pageWithdrawal p { color: #999; font-size: 12px; letter-spacing: -0.7px; padding-left: 2px; }
/* 오시는길 */
#AB_map_api_wrap { background-color:#fff; border:1px solid #ddd; padding:3px; }
#AB_map_api { width:100%; height:300px; }
/*가입환영,전환페이지*/
.pageComplete { text-align:center; }
.pageComplete .pageHead { padding-bottom:50px; }
.pageComplete .pageBody { background: #fafafa; border: 1px solid #e5e5e5; padding: 40px; box-sizing: border-box; }
.pageComplete .pageBody > div { padding-bottom:30px; }
.pageComplete .pageBody > div:last-child { padding-bottom:0; }
.pageComplete .pageBody h4 { color: #333; font-size: 30px; letter-spacing: -1px; line-height: 1.5; padding-bottom:30px; }
.pageComplete .pageBody h4 point { color: #59a4e2; }
.pageComplete .pageBody p { color:#888; font-size:16px; letter-spacing:-1px; line-height:1.6; margin-top:-10px; }
.pageComplete .btn-tpl.btn-size-12 { margin:0 4px; }

/* 5. 게시판 공통 */
/* 제목 아이콘 */
.AB-LF-current-article { color:#3a3a3a; font-weight:bold; text-decoration:underline; }
[class*="AB-LF-"] img { vertical-align:middle; margin-top:-3px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { [class*="AB-LF-"] img { margin-top:-2px; }}
.AB-LF-hidden { color:#ccc; }
/* 페이지링크 버튼*/
[class*="LF_page_link"] { display:inline-block; min-width:27px; height:25px; box-sizing:border-box; }
.LF_page_link, .LF_page_link_current { font-size:12px; font-weight:bold; line-height:22px; text-decoration:none; display:inline-block; vertical-align:middle; margin:0 2px; padding:0 5px; }
.LF_page_link { color:#777 !important; }
.LF_page_link_current { color:#f00 !important; background-color:#fff; border:1px solid #e5e5e5; }
/* 풀다운메뉴(등록자명 클릭 시 열리는 메뉴) */
[class*="ABA-full-down-menu"] { line-height:18px; text-align:center; background:#fff; border:1px solid #ccc; border-radius:3px; box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 4px; width:80px; padding:0 10px; margin:-20px 0 0 60px; *margin:-20px 0 0 30px; position:absolute; z-index:1000; }
[class*="ABA-full-down-menu"] ul { padding:0 !important; margin:0 !important; }
[class*="ABA-full-down-menu"] ul li { border-bottom:1px dashed #eee; display:block !important; padding:8px 0 !important; margin:0 !important; list-style-type:none; }
[class*="ABA-full-down-menu"] ul li:last-child { border-bottom:none; }
[class*="ABA-full-down-menu"] ul li a { color:#444 !important; font-size:11px !important; font-weight:normal !important; line-height:16px !important; display:block !important; }
[class*="ABA-full-down-menu"] ul li a:hover { text-decoration:underline; }
.ABA-full-down-menu-adm { padding:5px; margin-top:0; }
/*비밀글열람시 비밀번호입력*/
.bdPassword { background:#fff; border:1px solid #999; border-radius:10px; display:inline-block; padding:25px 40px; }
.bdPassword .bdHead { color:#666; font-size:15px; letter-spacing:-1px; padding-bottom:10px; }
.bdPassword .bdHead img { margin-right:5px; margin-top:-2px; }
.bdPassword .bdBody .AB-text { height:36px; line-height:34px; padding:0 10px; }
/* PDF목록 다운로드버튼 */
.-btnFileDownload { letter-spacing:-1px; text-align:center; border:1px solid #cdcdcd; display:inline-block; color:#6a6a6a; padding:0 20px; height:28px; line-height:28px; font-size:11px; font-family: '맑은 고딕', 'Malgun Gothic'; border-radius: 2px; background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee)); background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eeeeee',GradientType=0); background-color: #eeeeee; text-shadow: 1px 1px #fff; }
.-btnFileDownload img { vertical-align:-6px; }
/* 상담형게시판 분류 */
[id*="-sl-change-ctg"] [class*="-btnCategoryChange"] { font-size: 11px; letter-spacing:-0.5px; display:inline-block; min-width:60px; padding:0 5px; margin:3px; }
[id*="-sl-change-ctg"] [class*="-btnCategoryChange"]:hover { text-decoration:underline; }
[id*="-sl-change-ctgA"] [class*="-btnCategoryChange"] { color:#666 !important; line-height:23px; background:#eee; height:24px; }
[id*="-sl-change-ctgB"] [class*="-btnCategoryChange"] { line-height:19px; background:#fff; border:1px solid #ddd; height:20px; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeA, [id*="-sl-change-ctgA"] .-btnCategoryChangeG, [id*="-sl-change-ctgA"] .-btnCategoryChangeM, [id*="-sl-change-ctgA"] .-btnCategoryChangeS, [id*="-sl-change-ctgA"] .-btnCategoryChangeY { background:#f7eded; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeB, [id*="-sl-change-ctgA"] .-btnCategoryChangeH, [id*="-sl-change-ctgA"] .-btnCategoryChangeN, [id*="-sl-change-ctgA"] .-btnCategoryChangeT, [id*="-sl-change-ctgA"] .-btnCategoryChangeZ { background:#e8eef4; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeC, [id*="-sl-change-ctgA"] .-btnCategoryChangeI, [id*="-sl-change-ctgA"] .-btnCategoryChangeO, [id*="-sl-change-ctgA"] .-btnCategoryChangeU { background:#f2f6e8; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeD, [id*="-sl-change-ctgA"] .-btnCategoryChangeJ, [id*="-sl-change-ctgA"] .-btnCategoryChangeP, [id*="-sl-change-ctgA"] .-btnCategoryChangeV { background:#fbf3ea; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeE, [id*="-sl-change-ctgA"] .-btnCategoryChangeK, [id*="-sl-change-ctgA"] .-btnCategoryChangeQ, [id*="-sl-change-ctgA"] .-btnCategoryChangeW { background:#f6f0f7; }
[id*="-sl-change-ctgA"] .-btnCategoryChangeF, [id*="-sl-change-ctgA"] .-btnCategoryChangeL, [id*="-sl-change-ctgA"] .-btnCategoryChangeR, [id*="-sl-change-ctgA"] .-btnCategoryChangeX { background:#e5f1f2; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeA, [id*="-sl-change-ctgB"] .-btnCategoryChangeG, [id*="-sl-change-ctgB"] .-btnCategoryChangeM, [id*="-sl-change-ctgB"] .-btnCategoryChangeS, [id*="-sl-change-ctgB"] .-btnCategoryChangeY { color:#d7664e !important; border-color:#e2978b; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeB, [id*="-sl-change-ctgB"] .-btnCategoryChangeH, [id*="-sl-change-ctgB"] .-btnCategoryChangeN, [id*="-sl-change-ctgB"] .-btnCategoryChangeT, [id*="-sl-change-ctgB"] .-btnCategoryChangeZ { color:#7392cf !important; border-color:#a4b7de; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeC, [id*="-sl-change-ctgB"] .-btnCategoryChangeI, [id*="-sl-change-ctgB"] .-btnCategoryChangeO, [id*="-sl-change-ctgB"] .-btnCategoryChangeU { color:#60a542 !important; border-color:#94c084; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeD, [id*="-sl-change-ctgB"] .-btnCategoryChangeJ, [id*="-sl-change-ctgB"] .-btnCategoryChangeP, [id*="-sl-change-ctgB"] .-btnCategoryChangeV { color:#ea923c !important; border-color:#f0b381; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeE, [id*="-sl-change-ctgB"] .-btnCategoryChangeK, [id*="-sl-change-ctgB"] .-btnCategoryChangeQ, [id*="-sl-change-ctgB"] .-btnCategoryChangeW { color:#9279b5 !important; border-color:#b3a3cb; }
[id*="-sl-change-ctgB"] .-btnCategoryChangeF, [id*="-sl-change-ctgB"] .-btnCategoryChangeL, [id*="-sl-change-ctgB"] .-btnCategoryChangeR, [id*="-sl-change-ctgB"] .-btnCategoryChangeX { color:#69adc7 !important; border-color:#99c5d7; }
[id*="-sl-change-ctg"] .-sl { text-align:center; background:#fff; border:1px solid #ccc; box-shadow:#ddd 3px 3px 3px; padding:15px; }
/* 분류펼침목록 */
div[id*="AB-CLL-"] { border:1px solid #ddd; border-bottom-color:#ccc; margin:15px 0; }
.AB-category-link-list { border-bottom:1px #f0f0f0 solid; padding:10px; }
.AB-category-link-list:last-child { border-bottom:none; }
.AB-category-link-list li { width:20%; padding:5px; float:left; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.AB-category-link-list li a { color:#454545; }
.AB-category-link-list .AB-current-lnb { text-decoration:underline; }
/*상담형게시판보기-분류즉시수정*/
[id*="AB_dbclick_hidden_ctg"] { border-bottom:none !important; padding:0 !important; margin:0 !important; }
[id*="AB_dbclick_view_ctg"] { padding:0 !important; margin:0 !important; }
/* 미열람알림 */
#paper_box_alert { position:fixed !important; top:auto !important; left:auto !important; right:15px; bottom:15px; }
#paper_box_alert.only-admin { bottom:57px }
.paper-box-alert-wrap { background:linear-gradient(to bottom, #4b97c9 0%, #60A9D8 100%); background:-webkit-linear-gradient(top, #4b97c9 0%, #60A9D8 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b97c9',endColorstr='#60A9D8',GradientType=0); background-color:#4b97c9; border-radius:8px; padding:5px 3px 3px 3px; position:relative; box-shadow:3px 3px 7px rgba(0,0,0,0.3); }
.paper-box-alert-top { border-radius:8px 8px 0 0; height:15px; padding:6px 15px 11px 12px; }
.paper-box-alert-top h3 { color:#fff; font-size:14px; font-weight:bold; }
.paper-box-alert-center { background:#fff; border-top:1px solid #ddd; padding:10px; }
.paper-box-alert-center div { min-height:72px; }
.paper-box-alert-center a { line-height:16px; display:inline-block; margin-bottom:5px; }
.paper-box-alert-center .alert-board { color:#555; font-weight:bold; display:block; }
.paper-box-alert-center .alert-closed { color:#F58C18; }
.paper-box-alert-center .alert-opened { color:#787878; }
.paper-box-alert-bottom { color:#666; text-align:right; background:#eee; border-top:1px solid #ddd; border-radius:0 0 7px 7px; padding:7px 8px; }
.paper-box-alert-bottom:after{content:""; display:block; height:0; clear:both; visibility:hidden;}
.paper-box-alert-bottom .AB-fr { padding-top:1px; }
.paper-box-alert-bottom .AB-fr label { font-size:11px; color:#999; }
.paper-box-alert-exit { background:url("/board/paper/btn_exit.gif") no-repeat; width:15px; height:15px; position:absolute; top:11px; right:15px; }

/* 6. 게시판 목록 */
.-alignLeft { text-align:left !important; }
.-alignRight { text-align:right !important; }
.-btnPageLink { text-align:center; padding:15px 0; }
.-btnRss { color:#727272; font-size:12px; font-weight:bold; font-family:"맑은 고딕", malgun gothic, dotum; sans-serif; letter-spacing:-1px; line-height:25px; background-color:#fcfcfc; background-image:url("/template/DESIGN_content/program/theme/01/board_btn_rss.png"); background-position:8px 6px; background-repeat:no-repeat; background-size:13px 13px; border:1px solid #d0d0d0; display:inline-block; height:26px; padding:0 8px 0 25px; margin:0 2px; vertical-align:middle; }
.-numReply, .-numComment { font-size:11px; font-family:Tahoma,"돋움",dotum; line-height:14px; background-position:0 1px; background-repeat:no-repeat; display:inline-block; padding-left:15px; margin-left:8px; }
.-numReply { color:#eeb067; background-image:url("icon_comment01.gif"); }
.-numComment { color:#6d98d0; background-image:url("icon_comment02.gif"); }
.articleList .-tblList { border-top:1px solid #ddd; border-spacing:0; width:100%; padding:0; }
.articleList .-tblList th , .articleList .-tblList td { border-collapse: collapse; padding:0; }
.articleList .-tblList thead th, .articleList .-tblList thead td { font-weight:bold; letter-spacing:-0.5px; text-align:center; background:#f6f6f6; border-bottom:1px solid #ddd; padding:1px 0 3px 0; }
.articleList .-tblList thead th, .articleList .-tblList thead th a, .articleList .-tblList thead td, .articleList .-tblList thead td a { color:#454545; }
.articleList .-tblList tbody tr:last-child td { border-bottom:1px solid #ddd; }
.articleList .-tblList tbody td { text-align:center; border-bottom:1px solid #eee; padding:5px; }
.articleList .-tblList tbody td, .articleList .-tblList tbody td a { color:#7a7a7a; }
.articleList .-tblList tbody td input[type="checkbox"], .articleList .-tblList tbody td input[type="radio"] { width:14px; height:14px; }
.articleList .-tblList tbody td input[name*="list_select"] { margin:0; }
.articleList .-tblList tbody td.-alignLeft, .articleList .-tblList tbody td.-alignLeft a { color:#454545; }
.articleList .-tblList tbody td.-alignLeft > * { vertical-align:middle; }
.articleList .-tblList tbody td .-bdSubjectRe { color:#999; font-size:12px; line-height:18px; padding-top:3px; padding-bottom:3px; }
.articleList .-btnWrap { text-align:right; margin:15px 0; }
[class*="bdList"] .articleHead { position:relative; }
[class*="bdList"] .articleHead h4 { color: #454545; font-size:17px; font-weight:bold; letter-spacing:-1px; display:inline-block; padding:0 10px 8px 2px; }
[class*="bdList"] .-bdSchWrap { text-align:right; background:#fff; border:1px solid #ddd; box-shadow:0 2px 0 #f4f4f4; padding:15px; margin-bottom:30px; position:relative; }
/*[class*="bdList"] .-bdSchWrap::after { background:#f4f4f4; width:100%; height:2px; position:absolute; left:0; bottom:-3px; content:""; } by jhyun -bdSchWrap와 AB-cr을 한 div에 쓰는 경우 틀어지는 현상있음 */
[class*="bdList"] .-bdSchWrap a { display:inline-block; vertical-align:middle; }
[class*="bdList"] .-bdSettingWrap { background:#fffdf7; border:1px solid #ecebe5; margin:15px 0; position:relative;}
[class*="bdList"] .-bdSettingWrap > div { border:1px solid #fff; padding:15px 20px; }
[class*="bdList"] .-bdSettingWrap li { padding:4px 0 3px 82px; position:relative; }
[class*="bdList"] .-bdSettingWrap li > label { color:#5a5a5a; font-weight:bold; letter-spacing:-0.5px; position:absolute; left:5px; top:8px; }
[class*="bdList"] .-bdSettingWrap li div { padding-bottom:6px; }
[class*="bdList"] .-bdSettingWrap li div:last-child { padding-bottom:0; }
[class*="bdList"] .-btnAllSelect{ color:#454545; letter-spacing:-0.5px; line-height:22px; background:#fff; border:1px solid #d6d6d6; display:inline-block; height:24px; padding:0 26px 0 8px; margin-right:2px; position:relative; box-sizing:border-box; vertical-align:middle; }
[class*="bdList"] .-btnAllSelect span::after { background:url("icon_check_over.png") no-repeat; width:10px; height:7px; position:absolute; top:8px; right:9px; content:""; }
[class*="bdList"] .-btnAllSelect:hover { color:#4d84d8; border:1px solid #92b0de; }
[class*="bdList"] .-btnAllSelect:hover span::after { background-position:0 -43px; }
.-fdSubInfo { color:#999; line-height:20px; padding-top:8px; }
/* 게시물이 없는 경우 */
.-bdNoData{ color:#7a7a7a; text-align:center; padding:13px 8px; }
.-bdNoData p{ margin-top:10px; }
/* 갤러리목록폼 */
.-bdGalleryWrap{ margin:0 -10px; }
.-bdGalleryWrap.abline-div-padding { margin:0; }
.-bdGalleryWrap li { width:25%; float:left; }
.-bdGalleryWrap li.lpa-1 { width:100%; }
.-bdGalleryWrap li.lpa-2 { width:50%; }
.-bdGalleryWrap li.lpa-3 { width:33.3%; }
.-bdGalleryWrap li.lpa-4 { width:25%; }
.-bdGalleryWrap li.lpa-5 { width:20%; }
.-bdGalleryWrap li.lpa-6 { width:16.6%; }
.-bdGalleryWrap li.lpa-7 { width:14.2%; }
.-bdGalleryWrap li.lpa-8 { width:12.5%; }
.-bdGalleryWrap li.lpa-9 { width:11.1%; }
.-bdGalleryWrap li.lpa-10 { width:10%; }
.-bdGalleryWrap .-bdGalList { margin:10px; }
.-bdGalleryWrap .-fdThumb img { border:1px solid #eee; margin-bottom:10px; box-sizing:border-box; }
.-bdGalleryWrap a { color:#454545; }
.-bdGalleryWrap .-fdSubject{ line-height:18px; height:36px; overflow:hidden; }
.-bdGalleryWrap .-fdSubject [class*="AB-LF-"] { font-size:13px; letter-spacing:-0.5px; }
.-bdGalleryWrap .-fdDate { color:#8a8a8a; height:18px; padding:5px 0; }
.-bdGalleryWrap .-fdDate a { display:inline-block; }
.-bdGalleryWrap .-btnWrap { text-align:left; margin-bottom:10px; }
.-bdGalleryWrap .-btnWrap > div { display:inline-block; }
.-bdGalleryWrap .-btnWrap .AB-checkbox { margin:3px 5px 0px 0px; }
.-bdGalleryWrap.-bdAutoGallery { margin:0; }
.-bdGalleryWrap.-bdAutoGallery li[class*="lpa"] { width:auto; float:none; }
.-bdGalleryWrap.-bdAutoGallery .-bdGalList { margin:0; overflow:hidden; position:relative; }
.-bdGalleryWrap.-bdAutoGallery .-btnWrap { text-align:right; background:rgba(255, 255, 255, 0.8); box-shadow:rgba(0, 0, 0, 0.3) 0 2px 2px; padding:8px 15px; margin:0; position:absolute; top:0; right:2px; box-sizing:border-box; }
.-bdGalleryWrap.-bdAutoGallery .-fdThumb img { border:0; margin:2px; }
/* FAQ형목록폼 */
.-bdFaqWrap { border-top:1px solid #aaa; }
.-bdFaqWrap [class*="-bdArticle"] { border-bottom:1px solid #eee; }
.-bdFaqWrap li:last-child [class*="-bdArticle"] { border-bottom:1px solid #ddd; }
.-bdFaqWrap .-bdQuestion { background-image:url("icon_question_faq.png"); background-position:25px 14px; background-repeat:no-repeat; padding:17px 15px 17px 65px; position:relative; }
.-bdFaqWrap .-bdAnswer { color:#666; font-size:13px; letter-spacing:-0.5px; line-height:20px; background-image:url("icon_answer_faq.png"); background-position:25px 14px; background-repeat:no-repeat; background-color:#f9f9f9; border-top:1px solid #ddd; padding:17px 25px 17px 65px; position:relative; }
.-bdFaqWrap .-bdQuestion .-fdSubject { color:#454545; font-size:14px; font-weight:bold; letter-spacing:-0.5px; cursor:pointer; }
/* 이전,다음목록 */
.-bdPrevNextWrap { border-top:1px solid #aaa; border-bottom:1px solid #eee; padding:15px 30px; }
.-bdPrevNextWrap:last-child { border-top:none; border-bottom:1px solid #aaa; }
.-bdPrevNextWrap dl { overflow:hidden; }
.-bdPrevNextWrap dl dt, .-bdPrevNextWrap dl dd { float:left; }
.-bdPrevNextWrap dl dd, .-bdPrevNextWrap dl dd * { word-wrap:break-word; word-break:break-all; }
.-bdPrevNextWrap dl dt { color:#666; background:url("icon_arrow_updown.png") 45px 7px no-repeat; width:80px; }
.-bdPrevNextWrap:last-child dl dt { background-position-y:-40px; }
.-bdPrevNextWrap dl dd.-fdSubject { font-size:13px; letter-spacing:-0.5px; width:70%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.-bdPrevNextWrap dl dd.-fdSubject a { color:#1c1c1c; }
.-bdPrevNextWrap dl dd.-fdDate { color:#8a8a8a; float:right; }
/* 인트라넷형목록폼 */
.-tblIntra { color:#454545; border:1px solid; border-color:#ccc #adafb0 #adafb0 #989ea3; border-spacing:0; width:100%; padding:0; }
.-tblIntra tr { text-align: center; }
.-tblIntra th, .-tblIntra td { color: #454545; padding:10px; }
.-tblIntra th { color:#454545; font-weight:bold; background:#f4f4f4; border-top:1px solid #fafafa; border-bottom:1px solid #e8e8e8; border-left:1px solid #ddd; }
.-tblIntra th:first-child, .-tblIntra td:first-child { border-left:0; }
.-tblIntra thead th { background:linear-gradient(to bottom, #fcfcfc 20%, #f0f0f0 100%); background:-webkit-linear-gradient(top, #fcfcfc 20%, #f0f0f0 100%); background-color:#fafafa; border-bottom-color:#ccc; padding:8px 10px; }
.-tblIntra tbody th { text-align:left; background:linear-gradient(to bottom, #f9f9f9 20%, #f5f5f5 100%); background:-webkit-linear-gradient(top, #f9f9f9 20%, #f5f5f5 100%); background-color:#f5f5f5; padding-left:15px; }
.-tblIntra tbody th, .-tblIntra tbody th * { color:#6a6a6a; font-weight:normal; letter-spacing:-0.5px; }
.-tblIntra td { background: #fff; border-top:1px solid #fff; border-bottom:1px solid #e8e8e8; border-left:1px solid #e8e8e8; }
.-tblIntra td.-alignLeft { text-align:left; padding-left:12px; }
.-tblIntra td.-alignRight { text-align:right; padding-right:12px; }
.-tblIntra td a { color: #454545; text-decoration:none; }
.-tblIntra td a:hover { text-decoration:underline; }
.-tblIntra tr:nth-child(odd) td { background: #fcfcfc; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcfcfc)); background: -moz-linear-gradient(top, #fff, #fcfcfc); }
.-tblIntra tr:hover td { background: #f0f5fb; }
.-tblIntra table tr td { background:none; border:0; }
.-tblIntra tbody tr:last-child th, .-tblIntra tbody tr:last-child td{ border-bottom:none; }
.-tblIntra .AB-radio, .-tblIntra input[type="radio"],  .-tblIntra .AB-checkbox, .-tblIntra input[type="checkbox"] { width:14px; height:14px; }
.-tblIntra input[name*="list_select"] { margin:0; }
.bdViewIntra .-bdSchWrap { border: none; box-shadow: none; padding: 0px; margin-bottom:10px; }
.bdViewIntra .-bdSchWrap .-tblIntra tbody th, .bdList .-bdSchWrap .-tblIntra tbody td { padding-top: 7px; padding-bottom: 7px; }
.bdViewIntra .-bdSchWrap .-tblIntra tbody td { text-align:left; padding-left:10px; }
/*캘린더형목록폼*/
.-bdScheduleWrap .-alignLeft{padding-left:10px !important;}
.-bdScheduleWrap .-tblList th,.-bdScheduleWrap .-tblList td{border-right:1px solid #eee}
.-bdScheduleWrap .-tblList th:last-child, .-bdScheduleWrap .-tblList td:last-child{border-right:0;}
/*나의배송지,자주쓰는문구 목록폼,포인트주기*/
.-bdAdminWrap .-tblList { border:1px solid; border-color:#ccc #adafb0 #adafb0 #989ea3; border-spacing:0; width:100%; padding:0; }
.-bdAdminWrap .-tblList th, .-bdAdminWrap .-tblList td { text-align:center; border-left:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; border-top:1px solid #fafafa; padding:0 12px;}
.-bdAdminWrap .-tblList td { color:#454545; line-height:18px; padding:0px 8px 2px 8px; }
.-bdAdminWrap .-tblList thead th{ background:linear-gradient(to bottom, #fcfcfc 20%, #f0f0f0 100%); background:-webkit-linear-gradient(top, #fcfcfc 20%, #f0f0f0 100%); background-color:#fafafa; border-bottom-color:#ccc; padding:0px 10px 1px 10px; }
.-bdAdminWrap .-tblList tbody th { text-align:left; background:linear-gradient(to bottom, #f9f9f9 20%, #f5f5f5 100%); background:-webkit-linear-gradient(top, #f9f9f9 20%, #f5f5f5 100%); background-color:#f5f5f5; padding-left:10px; }
.-bdAdminWrap .-tblList tbody th, .-bdAdminWrap .-tblList tbody th * { color:#6a6a6a; letter-spacing:-0.5px; }
.-bdAdminWrap .-tblList tbody tr:last-child th, .-bdAdminWrap .-tblList tbody tr:last-child td { border-bottom:none; }
.-bdAdminWrap .-tblList th:first-child, .-bdAdminWrap .-tblList td:first-child { border-left:0; }
.-bdAdminWrap .-tblList td.-alignLeft { padding:18px 15px; }
.-bdAdminWrap .-bdSendformWrap {  padding:0 5px; }
.-bdAdminWrap .-bdSendformWrap .-bdHead { color:#728cdc; letter-spacing:-0.3px; margin-bottom:8px; }
.-bdAdminWrap .-bdSendformWrap .-bdHead .-fdSMS { font-size:11px; }
.-bdAdminWrap .-bdSendformWrap .-bdHead .-fdMMS { font-size:11px; color:#fd5252; }
.-bdAdminWrap .-bdSendformWrap .-bdBody { background:#fff; border:1px dotted #ddd; padding:5px 15px; margin-bottom:10px; }
.-bdAdminWrap .-bdSendformWrap .-bdFoot { padding-bottom:3px; }
.bdAdminWrap .articleInput .-bdOption .AB-cr .AB-fl { width:50% !important; }
/*동영상목록*/
.tblVideoBoard { border-top:1px solid #ddd; }
.tblVideoBoard th,.tblVideoBoard td { font-size:13px; letter-spacing:-1px; border-bottom:1px solid #eee; }
.tblVideoBoard tr:last-child th,.tblVideoBoard tr:last-child td { border-color:#ddd; }
.tblVideoBoard th { color:#3f77b0; font-weight:bold; background:#f9f9f9; }
.tblVideoBoard td { color:#666; } 
/* 방명록 목록 */
.memoCmt.cmtView { border-bottom:0; }
.memoCmt.cmtView .AB-cmt-view { padding:20px 0; }
.memoCmt.cmtView .ABA-cmt-list-wrap { border-bottom:1px solid #e5e5e5; }
/*분류필터링박스 스타일*/
.list_item_filter li { border-bottom:1px solid #ddd; padding:10px 0; text-align:center; }
.list_item_filter li:hover { background:#f6f6f6; }
.list_item_filter li.current { background:#f6f6f6; }
.list_item_filter li:first-child { background:#a0a0a0; }
.list_item_filter li:first-child a { font-weight:bold; color:#fff }
.list_item_filter li:last-child { border-bottom:none; }
/* 상담형목록폼 분류버튼 */
.AB-category-btn, .AB-category-btn span, .AB-category-btn a { color:#666; font-size: 11px; letter-spacing:-0.5px; line-height:23px; display:inline-block; height:24px; }
.AB-category-btn { text-align:center; border-width:1px; border-style:solid; border-color:#ddd; border-radius:2px; min-width:60px; margin:2px; }
.AB-category-btn span { padding:0 5px; }
.AB-category-btn.AB-category-current a { text-decoration:underline; }
.AB-category-btn.AB-category-bgA { background:#edf3fd; border-color:#d5ddea; }
.AB-category-btn.AB-category-bgB { background:#f4fbf0; border-color:#d6e4ce; }
.AB-category-btn.AB-category-bgC { background:#f3ecfb; border-color:#e4d9f1; }
.AB-category-btn.AB-category-bgD { background:#effbfd; border-color:#d7edf1; }
.AB-category-btn.AB-category-bgE { background:#fff4f1; border-color:#f1d9d3; }
.AB-category-btn.AB-category-bgF { background:#fffdf2; border-color:#f1ecd1; }
.AB-category-btn.AB-category-bgG { background:#efefef; border-color:#dadada; }
.AB-category-btn.AB-category-bgH { background:#edf3fd; border-color:#d5ddea; }
.AB-category-btn.AB-category-bgI { background:#f4fbf0; border-color:#d6e4ce; }
.AB-category-btn.AB-category-bgJ { background:#f3ecfb; border-color:#e4d9f1; }
.AB-category-btn.AB-category-bgK { background:#effbfd; border-color:#d7edf1; }
.AB-category-btn.AB-category-bgL { background:#fff4f1; border-color:#f1d9d3; }
.AB-category-btn.AB-category-bgM { background:#fffdf2; border-color:#f1ecd1; }
.AB-category-btn.AB-category-bgN { background:#efefef; border-color:#dadada; }
.AB-category-btn.AB-category-bgO { background:#edf3fd; border-color:#d5ddea; }
.AB-category-btn.AB-category-bgP { background:#f4fbf0; border-color:#d6e4ce; }
.AB-category-btn.AB-category-bgQ { background:#f3ecfb; border-color:#e4d9f1; }
.AB-category-btn.AB-category-bgR { background:#effbfd; border-color:#d7edf1; }
.AB-category-btn.AB-category-bgS { background:#fff4f1; border-color:#f1d9d3; }
.AB-category-btn.AB-category-bgT { background:#fffdf2; border-color:#f1ecd1; }
.AB-category-btn.AB-category-bgU { background:#efefef; border-color:#dadada; }
.AB-category-btn.AB-category-bgV { background:#edf3fd; border-color:#d5ddea; }
.AB-category-btn.AB-category-bgW { background:#f4fbf0; border-color:#d6e4ce; }
.AB-category-btn.AB-category-bgX { background:#f3ecfb; border-color:#e4d9f1; }
.AB-category-btn.AB-category-bgY { background:#effbfd; border-color:#d7edf1; }
.AB-category-btn.AB-category-bgZ { background:#fff4f1; border-color:#f1d9d3; }

/* 7. 게시판 보기 */
.bdView { position:relative; }
[class*="bdView"] [class*="articleHead"] { border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:12px 0 11px 0; position:relative; }
[class*="bdView"] .articleHeadTop { border-bottom-color:#e5e5e5; }
[class*="bdView"] [class*="articleHead"] h1 { font-size:17px; font-weight:normal; letter-spacing:-0.5px; line-height:22px; padding:5px 22px; vertical-align:middle; }
[class*="bdView"] [class*="articleHead"] h1 img { margin-top:-6px; margin-right:3px; vertical-align:auto; }
[class*="bdView"] [class*="articleHead"] .AB-cr { border-bottom:1px solid #eee; padding:0 22px 10px 22px; margin-bottom:10px; white-space:nowrap; overflow:hidden; }
[class*="bdView"] [class*="articleHead"] .AB-cr:last-child { border-bottom:none; padding-bottom:0; margin-bottom:0; }
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl { padding:5px 40px 5px 0; /*overflow:hidden;*/ float:left; box-sizing:border-box; height:26px; line-height:16px; }
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dt { font-weight:normal; background:url("/template/DESIGN_content/program/theme/01/board_view_tit_bar.gif") right 3px no-repeat; display:inline-block; padding:0 13px 0 0px; }
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dd { font-weight:normal; display:inline-block; padding-left:10px; word-wrap:break-word; }
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dl, [class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dt, [class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dd, [class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dd * { color:#8e8e8e; }
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dt + a { padding-left:10px; }
[class*="bdView"] .articleHead { border:0; padding:0; }
[class*="bdView"] .articleHead h4 { color: #454545; font-size:17px; font-weight:bold; letter-spacing:-1px; display:inline-block; padding:10px 10px 8px 2px; }
[class*="bdView"] .articleBody { font-size:9pt; line-height:22px; padding:23px; word-wrap:break-word; position:relative; }
[class*="bdView"] .-btnWrap { text-align:center; padding:30px 0 50px 0; }
/* 추천,반대 */
.-bdVote { text-align:center; width:auto; padding:40px 0 40px 0; position:relative; }
.-bdVote .AB-fl { display:inline-block; float:none; position:relative; }
.-bdVote .AB-fl a[class*="-btn"] { font-size:14px; text-align:center; display:inline-block; border:1px solid #ddd; border-radius:2px; background:#fcfcfc; background:-webkit-linear-gradient(top, #ffffff 80%, #fafafa 100%); background:linear-gradient(to bottom, #ffffff 80%, #fafafa 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0); width:20px; height:24px; line-height:22px; padding:10px 15px; margin:0 5px; position:relative; }
.-bdVote .AB-fl a[class*="-btn"] img, .-bdVote .AB-fl a[class*="-btn"] span { vertical-align:middle; }
.-bdVote .AB-fl a[class*="-btn"] span { color:#666; font-size:14px; display:inline-block; padding-left:5px; margin-top:-5px; }
.-bdVote .AB-fl a.-btnV { width:65px; padding:10px 5px; }
.-bdVote .AB-fl a.-btnR { width:60px; }
.-bdVote .AB-fl .-btnShare img { margin:-2px 0 0 1px; }
.-btnShare { text-align:center; display:inline-block; background:#fff; border:1px solid #d0d0d0; height:32px; line-height:28px; padding:0px 8px; margin:0; }
/* SNS공유 */
[id*="-sl-bdView-share"] .-sl #AB_sns_util_container { background:#fff; border:1px solid #ddd; padding:20px; margin-top:6px; box-shadow: 3px 3px 5px #a0a0a0; }
#AB_sns_util { overflow:hidden; *zoom:1; }
#AB_sns_util li { float:left; }
#AB_sns_util li a { margin-left:15px; }
#AB_sns_util li:first-child a { margin-left:0; }
/*url복사*/
.shareUrl { position: relative; padding-right:63px; margin-top:15px; }
.shareUrl > input[id*="txt_url"] { width:100%;  margin-right:-1px; }
.shareUrl > button#copyButton { width:60px; text-align:center; position:absolute; right:3px; top:0; padding:0; margin: 0px; }
/* 알아두면 유용한 정보 */
.-bdMoreInfo { border-bottom:1px solid #ddd; padding:18px 22px; }
.-bdMoreInfo .pageHead { background:url("board_view_b_icon.png") left top no-repeat; padding:2px 0 10px 25px; }
.-bdMoreInfo .pageHead, .-bdMoreInfo .pageHead * { color:#6a6a6a; font-size:14px; font-weight:bold; letter-spacing:-1px; }
.-bdMoreInfo .pageBody li { background:url("/template/DESIGN_content/program/theme/01/icon_circle_gray.gif") 3px 8px no-repeat; padding:2px 0 2px 15px; }
.-bdMoreInfo .pageBody, .-bdMoreInfo .pageBody * { color:#8a8a8a; font-size:12px; letter-spacing:-0.5px; }
/* 댓글 */
.cmtWrite .AB-cmt-input-wrap { color:#7a7a7a; background-color:#fff; border:1px solid #ddd; margin:0; }
.cmtWrite .AB-cmt-input-wrap .AB-text { border:1px solid #f2f2f2; }
.cmtWrite .AB-cmt-wrap { border-bottom:1px solid #eee; padding:10px 0 10px 15px; }
.cmtWrite .AB-cmt-input-wrap textarea { border:0; height:80px; line-height:20px; }
.cmtWrite .AB-cmt-input-wrap .AB-cr .AB-fl { padding:10px 0 0 15px; }
.cmtWrite .-inputCmt { width:100%; height:46px; padding:2px; }
.cmtWrite .-btnCmt { color:#fff; font-size:13px; font-weight:bold; letter-spacing:-1px; text-align:center; background:#419fe0; display:inline-block; width:70px; height:45px; line-height:42px; cursor:pointer; -webkit-appearance:none; }
[id^="AB_cmt_box_btn_"] { font-size:14px; color: #333; letter-spacing:-1px; background:url("icon_comment03.gif") left 5px no-repeat; padding:0 0 10px 15px; cursor:pointer; }
.cmtWrite .AB-cmt-input-wrap .-btnCmtLogin { display:inline-block; color:#c9c9c9; letter-spacing:-1px; width:100%; height:34px; line-height:34px; padding:0 10px; box-sizing:border-box; }
.cmtWrite .AB-cmt-input-wrap .-btnCmtTgl { position:absolute; bottom:-1px; right:-1px; display:inline-block; text-align:center; font-size:13px; color:#fff; font-weight:normal; letter-spacing:0; background:#56aae6; border:1px solid #56aae6; border-radius:0; width:50px; height:34px; line-height:36px; }
.ABA-rep-inbox { margin-bottom:40px; margin-top:-1px; }
.cmt-reply-wrap { border-bottom:1px solid #e5e5e5; padding:0; }
.cmtView .-CL { border-bottom:1px solid #e5e5e5; }
/*.cmtView .-CL.current, .cmtView .current.-CL [class*='AB_cmt_reply_depth_'] { background-color:#f6faff; }*/
.cmtView .AB-cmt-view { padding:20px 1px; position:relative; *zoom:1; }
.cmtView [class*="AB_cmt_reply_depth_"] { background:url("bg_reply_conts.png") 0px 20px no-repeat; }
.cmtView [class*="AB_cmt_reply_depth_"].cmtWrite { background-position:0 16px; padding:15px 1px 15px 15px; margin-left:1px; }
.cmtView .AB_cmt_reply_depth_1 { background-position-x:1px; padding-left:15px; }
.cmtView .AB_cmt_reply_depth_2 { background-position-x:15px; padding-left:30px; }
.cmtView .AB_cmt_reply_depth_3 { background-position-x:30px; padding-left:45px; }
.cmtView .AB_cmt_reply_depth_4 { background-position-x:45px; padding-left:60px; }
.cmtView .AB_cmt_reply_depth_5 { background-position-x:60px; padding-left:75px; }
.cmtView .AB_cmt_reply_depth_6 { background-position-x:75px; padding-left:90px; }
.cmtView .AB_cmt_reply_depth_3.cmtWrite { margin-left:15px; }
.cmtView .AB_cmt_reply_depth_4.cmtWrite { margin-left:30px; }
.cmtView .AB_cmt_reply_depth_5.cmtWrite { margin-left:45px; }
.cmtView .AB_cmt_reply_depth_6.cmtWrite { margin-left:60px; }
.cmtView .AB-cmt-view .AB-cr .-fdName * { color:#aaa; font-size:12px; font-weight:bold; }
.cmtView .AB-cmt-view .AB-cr .-fdName img { border:1px solid #e8e8e8; border-radius:2px; margin-top:-2px; margin-right:6px; }
.cmtView .AB-cmt-view .AB-cr .-fdName img, .cmtView .AB-cmt-view .AB-cr .-fdName img + p { float:left; }
.cmtView .AB-cmt-view .AB-cmt { line-height:20px; letter-spacing:0; padding:8px 0; word-wrap:break-word; }
.cmtView .AB-cmt-view .AB-cmt, .cmtView .AB-cmt-view .AB-cmt a { color:#333; }
.cmtView .AB-cmt-view .-bdBtwBar { background:#eaeaea; display:inline-block; width:1px; height:11px; margin:3px 8px 0 9px; vertical-align:top; }
.cmtView .AB-cmt-view .-btnWrap { margin-top:13px; }
.cmtView .AB-cmt-view .-btnWrap > div > a { color:#999; background-color:#fff; border:1px solid #e5e5e5; display:inline-block; height:24px; line-height:21px; padding:0 7px; margin-right:6px; box-sizing:border-box; }
.cmtView .AB-cmt-view .-btnWrap > div > a:last-child { margin-right:0; }
.cmtView .AB-cmt-view .-btnWrap > div > a img { margin-right:5px; margin-top:6px; vertical-align:top; }
.cmtView .AB-cmt-view .-btnWrap > div > a { color:#666; }
.cmtView .cmtWrite .AB-cmt-input-wrap .-btnWrap { margin-top:0px; }
.cmtView .-btnMore { text-align:center; border-bottom:1px solid #e5e5e5; padding:13px 0; cursor:pointer; }
.cmtView .-btnMore a { background:url("bg_navi01_arrow_d.png") right center no-repeat; display:inline-block; padding-right:20px; }
/* 포럼형보기폼 */
.bdViewForum { border-style:solid; border-width:0px 1px 1px 1px; border-color:#fff #ddd #ddd #ddd; }
.bdViewForum [class*="articleHead"] [class^="-icon"] { width:40px; height:35px; position:absolute; left:23px; top:3px; }
.bdViewForum [class*="articleHead"] [class^="-icon"] + h1 { padding:5px 0 5px 64px; }
.bdViewForum [class*="articleHead"] [class^="-icon"] + h1 img { vertical-align:middle; }
.bdViewForum [class*="articleHead"] .-iconQ { background:url("icon_question_forum.png") no-repeat; }
.bdViewForum [class*="articleHead"] .-iconA { background:url("icon_answer_forum.png") no-repeat; }
.bdViewReply { border:1px solid #ddd; margin:15px 0 40px 0; }
.bdViewReply .bdViewForum { border:0; }
.bdViewReply .bdViewForum .articleHeadTop { border-top:none; }
.bdViewReply .bdViewForum [class*="articleHead"] { border-bottom-color:#eee }
.bdViewForum .-btnWrap, .bdViewReply .-btnWrap { padding-bottom:30px; }
.bdViewForum [id^="AB_cmt_box_btn_"], .bdViewReply [id^="AB_cmt_box_btn_"] { margin-left:15px; }
.bdViewReply .cmtView { border-width:0; margin-bottom:0; margin:0 15px; }
.bdViewReply .cmtView .-CL:last-child { border-bottom:none; }
.bdViewReply .cmtWrite .AB-cmt-input-wrap { border-width:1px 0; margin-bottom:-1px; }
.bdViewReply .AB-cmt-input-wrap .-btnWrap { padding:0; }
.bdViewReply .AB-cmt-view .-btnWrap { text-align:left; padding:0; }
.bdViewReply .cmtView .cmtWrite .AB-cmt-input-wrap { border-width:1px; }
/* 인트라넷 보기폼*/
.bdViewIntra .-tblIntra td { line-height:20px; }
.bdViewIntra .-tblIntra th, .bdViewIntra .-tblIntra td { padding:10px 15px; }
.cmtView.intraCmt{ border-bottom:0; }
.cmtView.intraCmt .-btnWrap { position: static; }
/*제품소개형 보기폼*/
.-tblInfogoods{border-top:2px solid #a5a5a5;border-bottom:1px solid #ddd;}
.-tblInfogoods th{background:#f3f3f3;text-align:left;font-weight:600;color:#666;}
.-tblInfogoods th, .-tblInfogoods td{border-bottom:1px solid #ddd;padding-left:15px;}

/* 8. 게시판 쓰기 */
[class*="bdWrite"] { position:relative; }
[class*="bdWrite"] .articleHead h4 { color: #454545; font-size:17px; font-weight:bold; letter-spacing:-1px; display:inline-block; padding:0 10px 10px 2px; }
[class*="bdWrite"] .articleInput { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
[class*="bdWrite"] .articleInput > ul > li { padding:10px 10px 10px 140px; border-bottom:1px solid #f3f3f3; position:relative; }
[class*="bdWrite"] .articleInput > ul > li:last-child { border-bottom:none; }
[class*="bdWrite"] .articleInput li div { position:relative; }
[class*="bdWrite"] .articleInput > ul > li.noneLeft { padding-left:12px !important; }
[class*="bdWrite"] .articleInput > ul > li.noneLeft label { display:none !important; }
[class*="bdWrite"] .articleInput > ul > li.noneBg { padding-left:120px !important; }
[class*="bdWrite"] .articleInput > ul > li.noneBg label { background:none; padding-left:15px; }
[class*="bdWrite"] .articleInput > ul > li > label { font-weight:bold; width:130px; position:absolute; top:13px; left:0px; padding-left:34px; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
[class*="bdWrite"] .articleInput li label { color:#565656; letter-spacing:-0.5px; vertical-align:middle; }
[class*="bdWrite"] .articleInput li div[id^="index"] iframe { width:101% !important; }
[class*="bdWrite"] .articleInput li .AB-checkbox, [class*="bdWrite"] .articleInput li .AB-radio, [class*="bdWrite"] .articleInput li .chk { margin:2px 5px 0px 0px; } /* 
일반쓰기폼,주문하기 기준 */
[class*="bdWrite"] .articleInput li .AB-checkbox + label, [class*="bdWrite"] .articleInput li .AB-radio + label, [class*="bdWrite"] .articleInput li .chk + label { line-height:24px; display:inline-block; }
[class*="bdWrite"] .articleInput li .AB-text[name="subject"] + .chk { margin-left:5px; }
[class*="bdWrite"] .articleInput #ABA-editor > div > iframe { background-color:#fff; }
[class*="bdWrite"] .articleInput .-bdOption { padding-top:6px; }
[class*="bdWrite"] .articleInput .-bdOption li { padding:3px 0; }
[class*="bdWrite"] .articleInput .-bdOption .AB-cr .AB-fl { width:33%; padding:3px 0; }
[class*="bdWrite"] .articleInput .-bdOption .AB-cr .AB-fl label { display:inline-block; min-width:55px; }
[class*="bdWrite"] .articleInput .-bdOption .AB-cr .AB-fl label + .AB-text { width:60%; }
[class*="bdWrite"] .articleInput .-bdOption ul li label + .AB-text:last-child { margin-right:0; }
[class*="bdWrite"] .articleInput .-bdOption ul li div label.-iconRequiredInput { background:none; }
[class*="bdWrite"] .-btnWrap { text-align:center; margin-top:15px; }
[class*="bdWrite"] .pageAgreement > div:first-child { padding-top:30px; }
/*인트라넷형쓰기폼*/
.bdWriteIntra .articleInput { border:0; }
.bdWriteIntra .articleInput .AB-text[name="subject"] + .chk { margin-left:5px; }
.bdWriteIntra .articleInput .-tblIntra .-bdOption { padding-top:0; }
/*나의배송지쓰기폼*/
[class*="bdWrite"].bdAdminWrap .articleInput > ul > li { padding-left:120px; }
[class*="bdWrite"].bdAdminWrap .articleInput > ul > li > label { width:100px; }
[class*="bdWrite"].bdAdminWrap .articleInput { color:#565656; background-color:#fff; border:1px solid #ccc; border-color:#ccc #bbb #aaa #bbb; padding-bottom:0; margin-bottom:30px; }
[class*="bdWrite"].bdAdminWrap .articleInput li:hover { background-color:#f6faff !important; box-shadow:#fff 0 0 2px inset; }
[class*="bdWrite"].bdAdminWrap .articleInput li > label { padding-left:14px; }
[class*="bdWrite"].bdAdminWrap .articleInput li > label.-iconRequiredInput { background:none; }
[class*="bdWrite"].bdAdminWrap .articleInput li > label a { vertical-align:top; }
[class*="bdWrite"].bdAdminWrap .articleInput li div { position:relative; min-height:22px; line-height:22px; }
[class*="bdWrite"].bdAdminWrap .articleInput li div input { margin-top:-3px; }
[class*="bdWrite"].bdAdminWrap .articleInput li .admin-input-btn-extra { color:#aaa; font-size:12px; letter-spacing:-1px; margin:0; position:absolute; left:15px; top:33px; }
[class*="bdWrite"].bdAdminWrap .articleInput li .admin-input-btn-extra[type="checkbox"], .bdWrite[class*="bdAdmin"] .articleInput li .admin-input-btn-extra[type="radio"] { top:13px; left:118px; }
[class*="bdWrite"].bdAdminWrap .articleInput li .btn-tpl:first-child{margin-left:1px;}
[class*="bdWrite"].bdAdminWrap .articleInput .-bdOption li > div > label { min-width:initial; }
[class*="bdWrite"].bdAdminWrap .articleInput .-bdOption li > div > label:first-child { min-width:72px; }
[class*="bdWrite"].bdAdminWrap .articleInput .-bdOption li div label + .AB-text { margin-right:5px; }
[class*="bdWrite"].bdAdminWrap .articleInput .-bdOption li div span { display:inline-block; vertical-align:middle; }
[class*="bdWrite"].bdAdminWrap .-helpWrap{ background-color: #fbfbfb; border: 1px solid #ccc; padding: 15px; }
[class*="bdWrite"].bdAdminWrap [class*="articleHead"] { background:#f7f7f7; border:1px solid #e3e3e3; padding:10px 130px 10px 15px; margin-bottom:8px; position:relative; overflow:hidden; }
[class*="bdWrite"].bdAdminWrap [class*="articleHead"] h3 { font-size:14px; font-weight:bold; letter-spacing:-0.5px; line-height:20px; display:inline-block;}
[class*="bdWrite"].bdAdminWrap [class*="articleHead"] .-btnWrap { margin-top:0; position:absolute; top:9px; right:15px; }
[class*="bdWrite"].bdAdminWrap .-bdTitleWrap { margin-bottom:5px; overflow:hidden; }
[class*="bdWrite"].bdAdminWrap .-bdTitleWrap div { float:left; }
[class*="bdWrite"].bdAdminWrap .-bdTitleWrap [class*="-titleTab"] { color:#6a6a6a; letter-spacing:-0.5px; background:linear-gradient(to bottom, #fff 20%, #fbfbfb 100%); background:-webkit-linear-gradient(top, #fff 20%, #fbfbfb 100%); background-color:#fcfcfc; border:1px solid #b9b9b9; height:22px; line-height:21px; padding:0 14px 0 10px; margin:0 8px 0 0; min-width:105px; }
/*방명록(구.한줄메모형)쓰기*/
[class*="bdWrite"].memoCmt { background:#fdfdfd; border:1px solid #ddd; padding:25px 30px; margin-bottom:0; }
[class*="bdWrite"].memoCmt h4 { color:#333; font-size:24px; letter-spacing:-2px; padding-bottom:7px; }
[class*="bdWrite"].memoCmt p { color:#555; font-size:13px;letter-spacing:-0.5px; line-height:20px; }
[class*="bdWrite"].memoCmt .articleInput { border:0; }
[class*="bdWrite"].memoCmt .articleInput > div { padding-bottom:15px; }
.memoCmt .cmtWrite { position:relative; }
.memoCmt .cmtWrite .-inputCmt { height:80px; }
/* 페이지검색,선택 (예: 팝업등록) */
[class*="design-file-select-"] , #designer_box .AB-text[class*="design-file-select-"]  , #designer_box .AB-select[class*="design-file-select-"] { margin:0 2px 5px 2px; }
.design-file-select-3, .design-file-select-4 , #designer_box .AB-text.design-file-select-3 , #designer_box .AB-text.design-file-select-4 { width:160px;}
.design-file-select-1, .design-file-select-2 , #designer_box .AB-text.design-file-select-1 , #designer_box .AB-text.design-file-select-2 { min-width:160px; }
.design-file-select-1 , #designer_box .AB-text.design-file-select-1 { margin-left:0; }

/* 9. 게시판 삭제*/
[class*="bdDelete"] .articleDelete { border: 1px solid #d6d6d6; max-height: 250px; overflow: auto; }
[class*="bdDelete"] .articleDelete h4 { color:#000; font-size:16px; border-bottom:1px solid #ddd; padding-bottom:15px; margin-bottom:15px; }
[class*="bdDelete"] .articleDelete > div { padding:20px 25px; }
[class*="bdDelete"] .articleFoot { color:#999; text-align: center; background: #f7f7f7; border: 1px solid #d6d6d6; border-top: none; padding: 12px 14px 14px 14px; }
[class*="bdDelete"] .-btnWrap { text-align:center; margin-top:15px; }

/* 10. 템플릿페이지 */
/* 템플릿 가이드라인 표시 */
.tpl-guide-wrap01 { width:1102px; padding:10px;}
.tpl-guide-wrap01.over-border.ABA-default-box { box-shadow:none !important; }
.tpl-guide-wrap01.abline-div-padding { border:0 !important; }
.tpl-guide-wrap01.abline-div-padding .-tblGuide { border-width:1px 0 0 1px !important; }
.tpl-guide-wrap01.abline-div-padding .-tblGuide > tbody > tr > td { border-width: 0 1px 1px 0 !important; }
.tpl-guide-wrap01.abline-div-padding .-tblGuide > tbody > tr > td:first-child { background:#fbfbfb; }
.tpl-guide-wrap01.abline-div-padding .-tblGuide > tbody > tr > td:last-child { background:#ffffff; }
.tpl-guide-wrap01 h2 { font-size:14px; letter-spacing:-1px; margin-bottom:10px; }
.tpl-guide-wrap01 .-tblGuide { border:1px dashed #e5e5e5; border-width:1px 0 0 1px; border-spacing:0; width:100%; padding:0; box-sizing:border-box; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td{ border:1px dashed #e5e5e5; border-width:0 1px 1px 0; padding:50px; box-sizing:border-box; vertical-align:top; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td.td-abindex { padding:30px !important; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td.td-abindex > span.ABD-c-wrap { display:none !important; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td.td-abindex .ABD-o { padding:0 !important; cursor:default !important; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td.td-abindex .ABD-o:hover { border:0 !important; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td .ABA-wrap-box { width:1000px; }
.tpl-guide-wrap01 .-tblGuide > tbody > tr > td:first-child { background:#fdfdfd; }
.tpl-guide-wrap01 .-tblGuide .-imgTplEx { box-shadow:#ddd 1px 1px 4px; }
.tpl-guide-wrap01 > .ABD-icon-wrap { display:none !important; }
.tpl-guide-wrap01 > table td.-tplNoEdit > .ABD-icon-wrap, .tpl-guide-wrap01 > table td.-tplNoEdit + td  > .ABD-icon-wrap { display:none !important; }
/* 서브페이지 */
/*텍스트*/
.subtemp-font { font-family:"맑은 고딕", malgun gothic, "돋움", dotum, sans-serif; }
.txtSubTpl01 { font-size:11px; color:#999; }
.txtSubTpl02 { font-size:13px; color:#666; letter-spacing:-1px; line-height:1.7; }
.txtSubTpl03 { font-size:14px; color:#fff; font-weight:600; }
.txtSubTpl04 { font-size:14px; color:#fff; line-height:1.5; border-top:1px solid #fff; display:inline-block; }
.txtSubTpl05 { font-size:14px; color:#fff; line-height: 1; font-family: '나눔명조', 'NanumMyeongjo', serif; }
.txtSubTpl06 { font-size:14px; color:#a6a6a6; letter-spacing:-1px; font-style: italic; }
.txtSubTpl07 { font-size:14px; color:#777; letter-spacing:-1px; line-height:1.5; }
.txtSubTpl08,.txtSubTpl08 td { font-size:14px; color:#666; letter-spacing:-1.2px; line-height:1.8; }
.txtSubTpl09 { font-size:15px; color:#999; letter-spacing:-1px; line-height:1.8; }
.txtSubTpl10 { font-size:16px; color:#fff; border-top:1px solid rgba(255,255,255,0.3); padding-top:15px; }
.txtSubTpl11 { font-size:16px; color:#aaa; letter-spacing:-1px; line-height:1.5 }
.txtSubTpl12 { font-size:16px; color:#333; letter-spacing:-1px; }
.txtSubTpl13 { font-size:16px; color:#333; letter-spacing:-1px; font-weight:600; }
.txtSubTpl14 { font-size:16px; color:#333; letter-spacing:-1px; font-weight:600; line-height: 1; font-family: '나눔명조', 'NanumMyeongjo', serif; }
.txtSubTpl15 { font-size:17px; color:#666; letter-spacing:-1px; text-align:center; }
.txtSubTpl16 { font-size:17px; color:#555; letter-spacing:-1px; }
.txtSubTpl17 { font-size:17px; color:#333; letter-spacing:-1px; line-height:1.5; font-weight:600; }
.txtSubTpl18 { font-size:18px; color:#fff; letter-spacing:-1px; line-height:1.7; }
.txtSubTpl19 { font-size:18px; color:#333; letter-spacing:-1px; line-height:1.5; }
.txtSubTpl20 { font-size:20px; color:#555; letter-spacing:-2px; line-height: 1.6; }
.txtSubTpl21 { font-size:20px; color:#333; letter-spacing:-1px; line-height:1.5; font-weight:600; }
.txtSubTpl22 { font-size:20px; color:#333; display:inline-block; border-top:2px solid #444; }
.txtSubTpl23 { font-size:21px; color:#555; letter-spacing:-0.5px; }
.txtSubTpl24 { font-size:21px; color:#13689b; letter-spacing:-0.5px; font-weight:600; }
.txtSubTpl25 { font-size:23px; color:#fff; letter-spacing:-2px; }
.txtSubTpl26 { font-size:23px; color:#fff; letter-spacing:-2px; border-top:1px solid rgba(255,255,255,0.4); padding-top:15px; display:inline-block; }
.txtSubTpl27 { font-size:24px; color:#555; letter-spacing:-1px; line-height:1.5; font-weight:600; }
.txtSubTpl28 { font-size:28px; color:#333; letter-spacing:-2px; line-height:1.4; }
.txtSubTpl29 { font-size:33px; color:#004f9f; padding-bottom:10px; letter-spacing:-1px; text-align:center; }
.txtSubTpl30 { font-size:34px; color:#333; letter-spacing:-2px; }
.txtSubTpl31 { font-size:40px; color:#c8b8b9; letter-spacing:-2px; line-height: 1.5; font-weight:600; font-family: '나눔명조', 'NanumMyeongjo', serif; } 
.txtSubTpl32 { font-size:40px; color:#333; letter-spacing:-3px; }
.txtSubTpl33 { font-size:42px; color:#336; letter-spacing:-1px; padding-bottom:10px; }
.txtSubTpl34 { font-size:44px; color:#fff; letter-spacing:-2px; }
.txtSubTpl35 { font-size:50px; color:#fff; line-height: 1.3; font-family: '나눔명조', 'NanumMyeongjo', serif; }
/*박스*/
.boxSubTpl01 { border-top:2px solid #333; padding-top:40px; }
.boxSubTpl02 { border-bottom:1px solid #ddd; padding-bottom:35px; margin-bottom:40px; }
.boxSubTpl03 { background:#f6f6f6; padding:10px; min-height:145px; }
.boxSubTpl04 { background:#f6f6f6; padding:40px; }
.boxSubTpl05 { background:#f6f6f6; border:1px solid #eee; }
.boxSubTpl06 { background:#fff; border:1px solid #eee; text-align:center; padding:10px 0; }
.boxSubTpl07 { border:1px solid #eee; border-radius:5px; padding:30px 20px; }
.boxSubTpl07:hover { border-color:#67a5d8; }
.boxSubTpl08 { background:#f7f7f7; padding:70px 0; }
.boxSubTpl09 { background:#fff; border-radius:20px; padding:55px 0; }
.boxSubTpl09 .ABA-wrap-box { border-bottom:1px solid #eee; padding-bottom:40px; margin-bottom:40px; }
.boxSubTpl09 .ABA-wrap-box:last-child { border:0; padding:0; margin:0; }
.boxSubTpl10 { border-top:1px solid #ddd; }
.boxSubTpl11 { background:#f7f7f7; text-align:center; }
.boxSubTpl12 { border:1px solid #ddd; }
.boxSubTpl12 > div { text-align:center; border-right:1px solid #eee; box-sizing:border-box; }
.boxSubTpl12 > div:last-child { border-right:none; }
.boxSubTpl13 { border-top:1px solid #aaa; }
.boxSubTpl14 { border-bottom:1px solid #eee; }
/*테이블*/
.tblSubTpl01 { width:100%; border-top:1px solid #000; border-bottom:none; }
.tblSubTpl01 thead th { border-bottom:1px solid #aaa; text-align:center; padding:12px; font-weight:600; color:#3d3d3d; font-size:14px; line-height:22px; letter-spacing:-1px; }
.tblSubTpl01 tbody th { background:#f9f9f9; border-bottom:1px solid #ddd; text-align:center;  font-weight:600; color:#3d3d3d; font-size:13px; line-height:22px; letter-spacing:-1px; }
.tblSubTpl01 td { border-bottom:1px solid #ddd; text-align:center; padding:13px; color:#5a5a5a; font-size:13px; line-height:22px; letter-spacing:-0.5px; }
.tblSubTpl02 { width:100%; border-top:1px solid #666; border-bottom:1px solid #ddd; }
.tblSubTpl02 th, .tblSubTpl02 td { text-align:left; padding-left:50px; padding-right:50px; border-right:1px solid #ddd; }
.tblSubTpl02 th:last-child, .tblSubTpl02 td:last-child { border-right:0; }
.tblSubTpl02 th { font-size:22px; color:#333; letter-spacing:-1px; padding-top:45px; padding-bottom:15px; }
.tblSubTpl02 td { font-size:15px; color:#999; letter-spacing:-1px; padding-bottom: 45px; }
.tblSubTpl03 { width:100%; border:1px solid #ddd; border-width:1px 0 1px 1px; }
.tblSubTpl03 th, .tblSubTpl03 td { text-align:left; border-right:1px solid #ddd; text-align:center; }
.tblSubTpl03 th { font-size:22px; color:#333; letter-spacing:-1px; padding-top:30px; padding-bottom:15px; }
.tblSubTpl03 td { font-size:15px; color:#999; letter-spacing:-1px; padding-bottom: 30px; }
/*버튼*/
.btnSubTpl01 { font-size:15px; color:#fff; display:inline-block; border:1px solid #fff; border-radius:5px; height:42px; line-height:42px; padding:0 38px; margin-right:15px; }
.btnSubTpl01:hover { color:#736b86; background:#fff; }
.btnSubTpl02 { font-size:15px; color:#fff; background:#caaf92; display:inline-block; height:42px; line-height:42px; padding:0 38px; }
.btnSubTpl03 { font-size:14px; color:#fff; background:#666; letter-spacing:-1px; display:inline-block; border-radius:20px; height:37px; line-height:37px; padding:0 28px; }
.btnSubTpl04 { font-size:13px; color:#666; border:1px solid #aaa; letter-spacing:-1px; display:inline-block; height:32px; line-height:32px; padding:0 35px; }
/* 패밀리사이트 (템플릿) */
.pageFamilyHead{border:1px solid #ddd;} 
.pageFamilyHead.-hide .-btnClose, .pageFamilyHead.-show .-btnOpen{cursor:pointer;display:none;}  
.pageFamilyHead.-hide .-btnOpen, .pageFamilyHead.-show .-btnClose{cursor:pointer;display:block;} 
.pageFamilyHead .-btnOpen, .pageFamilyHead .-btnClose{position:relative;padding:0 9px; color:#999999;font-size:11px;line-height:28px;} 
.pageFamilyBody{position:absolute;top:-119px;width:99%;padding:6px 0;background:#fff;border: 1px solid #ddd;z-index:1;} 
.pageFamilyBody li a{font-size:11px; color:#999999;display:block;padding:6px 9px;}  
.pageFamilyBody li a:hover{color:#333;}
/* 포인트랭킹 (템플릿) */
.bdPointRank{border:1px solid #ddd;} 
.bdPointRank:hover{border:1px solid #aaa;} 
.bdPointRank li{padding:5px 0;} 
.bdPointRank li:hover{background:none;text-decoration:underline;}
.bdPointRank .mainTplBody li{padding:5px 0;}
/* 방문랭킹 (템플릿) */
.bdVisitRank .mainTplHead{border:1px solid #ddd;padding:10px 15px;}
.bdVisitRank .mainTplBody > ul > li{border:1px solid #ddd;margin-top:-1px;padding:10px 13px;} 
.bdVisitRank .mainTplBody > ul > li:hover{border:1px solid #73b2f0;position:relative;z-index:1;}
/*롤링형대화 (템플릿) */
.dealer_dialogue ul li{position:relative;}
.dealer_dialogue .article_s, .dealer_dialogue .article_r{position:relative;display:inline-block;}
.dealer_dialogue .article_inner { border-radius:5px; height:46px; padding:4px 12px; box-sizing:border-box; overflow:hidden; }
.dealer_dialogue .article_s{float:left; padding-left:12px; margin-bottom:5px; position:relative;}
.dealer_dialogue .article_s .article_inner { background:#fff; border:1px solid #ddd; }
.dealer_dialogue .article_s::before { content:''; background:url("dialog_msg_arrow_l.png") left top no-repeat; position:absolute; left:0; top:10px; width:13px; height:13px; }
.dealer_dialogue .article_r{float:right; padding-right:12px; margin-bottom:5px; position:relative;}
.dealer_dialogue .article_r .article_inner { background:#e4fafd; border:1px solid #cde5e9; }
.dealer_dialogue .article_r::before { content:''; background:url("dialog_msg_arrow_r.png") left top no-repeat; position:absolute; right:0; top:10px; width:13px; height:13px; }
/*LPO템플릿*/
.popupNoticeWrap { position:fixed; top:90px; left:25px; z-index:100; }
.popupNoticeWrap2 { position:fixed; top:90px; right:25px; z-index:100; }
.popupNoticeWrap.abline-div-padding,.popupNoticeWrap2.abline-div-padding { position:static; }
/* 쪽지 게시판 */
.AB-message-btn-wrap{padding-bottom:20px; }
.AB-message-btn-wrap ul{overflow:hidden;}
.AB-message-btn-wrap ul li{float:left; width:33.3%;}
.AB-message-btn-wrap ul li a{display:block; width:100%; text-align:center;}
.AB-message-btn-wrap ul li .AB-message-btn{display:block; height:34px; line-height:34px; background:linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%); background:-webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f5f5f5',GradientType=0);  background-color:#f7f7f7; border:1px solid #ddd; color:#666; font-size:14px; font-weight:bold;}
.AB-message-btn-wrap ul li .AB-message-btn.recv_btn{margin-right:-1px; border-radius:4px 0 0 4px;}
.AB-message-btn-wrap ul li .AB-message-btn.keep_btn{margin-left:-1px; border-radius:0 4px 4px 0;}
.AB-message-btn-wrap ul li.on .AB-message-btn{background:#298CF4; border:1px solid #1B7EE6; color:#fff;}
/* 평점 */
ul.-fdAverage > li { display:inline-block; }
/* 인트라넷 템플릿*/
p.form-auto-grp-name { padding:5px 0; font-weight:bold; }

/* 11. 플러그인 */
/* 비주얼배너 수정버튼 */
.-btnVbannerEdit { color:#fff; font-size:15px; letter-spacing:-0.5px; background:rgba(0, 0, 0, 0.4); border-radius:30px; display:inline-block; height:40px; line-height:40px; padding:0 25px; margin-left:-55px; position:absolute; left:50%; top:20px; opacity:0.9; }
.-btnVbannerEdit:hover { color:#fff; background:#63b9f6; }

/* 상품 이미지 오버시 확대 */
.-bdThumbZoom .-fdThumb { display:block; overflow:hidden; }
.-bdThumbZoom:hover .-fdThumb img { transform:scale(1.04,1.04); transition:all 0.2s;}
.-bdThumbZoom:hover a { text-decoration:underline; }