@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/css?family=Lato);

@font-face{font-family: NotoSansR; src:url('/css/notoKR-font/notokr-regular.eot'); src:url('/css/notoKR-font/notokr-regular.woff') format('woff');}
@font-face{font-family: NotoSansM; src:url('/css/notoKR-font/notokr-medium.eot'); src:url('/css/notoKR-font/notokr-medium.woff') format('woff');}
@font-face{font-family: NotoSansB; src:url('/css/notoKR-font/notokr-bold.eot'); src:url('/css/notoKR-font/notokr-bold.woff') format('woff');}
@font-face{font-family: NotoSansL; src:url('/css/notoKR-font/notokr-light.eot'); src:url('/css/notoKR-font/notokr-light.woff') format('woff');}


/* float 처리  */
.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { display: inline-block; }
/* Hides from IE-mac \\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

::selection {
    background:#99CC00;
    color: #FFF;
    text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
::-moz-selection {
    background:#99CC00;
    color: #FFF;
    text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
::-webkit-selection {
    background:#99CC00;
    color: #FFF;
    text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}

/* =============================================
    reset
============================================= */
html {overflow-y:scroll;font-family: 'Lato', 'NotoSansM', sans-serif;}
body {margin:0;padding:0; font-size:13px; font-family: 'Lato','NotoSansM', sans-serif; word-break:keep-all;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}

ul, ul li {margin: 0; padding: 0; list-style: none;}
/* #hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none} */
legend {display: none;position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}

textarea, select {font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#4e4e4e;text-decoration:none}
a:hover, a:focus, a:active {color:#4e4e4e;text-decoration:none}


/* =============================================
    common
============================================= */
a {transition:0.5s; -webkit-transition:0.5s;}
a:hover {transition:0.5s; -webkit-transition:0.5s;}

.conWrap {width:1170px; min-width:1170px; margin:0 auto; }

h2.atitle {text-align:center;}
h2.atitle p {font-size:50px; color:#1a1a1a; line-height:60px; text-transform:uppercase; font-weight:400;}
h2.atitle hr {display:block; border:0; height:10px; background:url(/images/home/horn.png) center center no-repeat; margin:15px 0 25px 0;}
h2.atitle span {font-size:22px; color:#555555; font-weight:normal;}





div.btnArea {text-align:center;}

a.btnBlue {display:inline-block; }
a.btnBlue:after {content:""; display: block; height: 0; clear: both; visibility: hidden;}
a.btnBlue b {float:left; display:block; line-height:50px; color:#d8466c; font-weight:normal; font-size:18px; border-top:2px solid #d8466c; border-bottom:2px solid #d8466c; letter-spacing:-0.05em;}
a.btnBlue span.bl {float:left; display:block; background:url(/images/home/btnPink_left.png) left top no-repeat; width:9px; height:54px; }
a.btnBlue span.br {float:right; display:block; background:url(/images/home/btnPink_right.png) left top no-repeat; width:9px; height:54px; }
a.btnBlue:hover b {color:#1c96eb; border-top:2px solid #1c96eb; border-bottom:2px solid #1c96eb;}
a.btnBlue:hover span.bl {background:url(/images/home/btnBlue_left.png) left top no-repeat;}
a.btnBlue:hover span.br {background:url(/images/home/btnBlue_right.png) left top no-repeat;}

a.btnWhite {display:inline-block;}
a.btnWhite:after {content:""; display: block; height: 0; clear: both; visibility: hidden;}
a.btnWhite b {float:left; display:block; line-height:50px; color:#fff; font-weight:normal; border-top:2px solid #fff; border-bottom:2px solid #fff; }
a.btnWhite span.bl {float:left; display:block; background:url(/images/home/btnWhite_left.png) left top no-repeat; width:9px; height:54px; }
a.btnWhite span.br {float:right; display:block; background:url(/images/home/btnWhite_right.png) left top no-repeat; width:9px; height:54px; }
a.btnWhite:hover b {color:#c3e0f5; border-top:2px solid #1c96eb; border-bottom:2px solid #1c96eb; }
a.btnWhite:hover span.bl {background:url(/images/home/btnBlue_left.png) left top no-repeat;}
a.btnWhite:hover span.br {background:url(/images/home/btnBlue_right.png) left top no-repeat;}



a.btnBluefull {display:inline-block; }
a.btnBluefull:after {content:""; display: block; height: 0; clear: both; visibility: hidden;}
a.btnBluefull b {float:left; display:block; line-height:50px; color:#fff; font-weight:normal; font-size:18px; border-top:2px solid #0072c1; border-bottom:2px solid #0072c1; letter-spacing:-0.05em; background:#1c96eb;}
a.btnBluefull span.bl {float:left; display:block; background:url(/images/home/btnBluefull_left.png) left top no-repeat; width:9px; height:54px; }
a.btnBluefull span.br {float:right; display:block; background:url(/images/home/btnBluefull_right.png) left top no-repeat; width:9px; height:54px; }
a.btnBluefull:hover b {color:#fff; border-top:2px solid #ae2a4c; border-bottom:2px solid #ae2a4c; background:#d8466c;}
a.btnBluefull:hover span.bl {background:url(/images/home/btnPinkfull_left.png) left top no-repeat;}
a.btnBluefull:hover span.br {background:url(/images/home/btnPinkfull_right.png) left top no-repeat;}



/* =============================================
    header
============================================= */
header {min-width:1170px; }
header #topWrap {background:#ececec;}
header #topWrap #counselBtn {float:left; font-size:0;}
header #topWrap #counselBtn a.counsel {float:left; display:block; background:#ffa4ca; line-height:35px; padding:0 25px;}
header #topWrap #counselBtn a.counsel:hover {background:#ee8bb4;}
header #topWrap #counselBtn a.blog {float:left; display:block; line-height:35px; padding:0 10px; border-right:1px solid #cfcfcf;}
header #topWrap #counselBtn a.facebook {float:left; display:block; line-height:35px; padding:0 10px; border-right:1px solid #cfcfcf;}


header #topWrap #tnb {float:right; }
header #topWrap #tnb li {float:left; background:url(../images/header/line.png) right center no-repeat;}
header #topWrap #tnb li a {display:block; padding:0 10px; font-size:11px; line-height:35px; color:#606060; text-transform:uppercase; }
header #topWrap #tnb li a:hover {color:#000;}

.logo_search {text-align:center; padding:40px 0 25px 0;}
.logo {display:inline-block; vertical-align:middle;position: relative;top:-7px;}
.search {display:inline-block; vertical-align:middle; margin-left:35px;}
.search_box {}
.search_box input {border:4px solid #ececec; background:url(/images/header/search_zoom.png) 5px center no-repeat; padding:7px 5px 7px 25px; font-size:15px; color:#909090; font-weight:bold; width:250px;}
.search_box button {background:url(/images/header/search_btn_bg.png) repeat-x; border:0; font-size:15px; color:#fff; width:50px; text-align:center; padding:8px 0; margin-left:3px; font-family:NotoSansM;}
.search_recommend {text-align:left; margin-top:5px;}
.search_recommend .recommend_title {display:inline-block; font-size:11px; color:#e5456b; font-weight:bold; font-family:Dotum; background:url(/images/header/search_arrow.png) right center no-repeat; padding-right:10px; margin-right:2px; letter-spacing:-0.05em;}
.search_recommend .recommend_list {display:inline-block;}
.search_recommend .recommend_list li {display:inline-block; background:url(/images/header/search_line.png) right center no-repeat; padding:0 4px 0 2px;}
.search_recommend .recommend_list li a {display:block; font-size:11px; color:#6e6e6e; font-family:Dotum;}

/* =============================================
    footer
============================================= */
.bottom_why {}
.bottom_tel {background:url(/images/content/bottom_tel.png) center top no-repeat; min-height:550px;}
.bottom_cd {background:url(/images/content/bottom_cd.png) center top no-repeat; min-height:380px;}

#subcommon {position:relative; margin-bottom:10px; margin-top:80px; border-top:1px solid #dadada; padding-top:6px;}
#subcommon .tabtext {margin-bottom:6px;}
#subcommon .tabtext li {float:left; width:33.3%;}
#subcommon .tabtext li div {display:block; background:url(/images/content/bottom_why_tab.png); font-size:22px; color:#3a3d48; text-align:center; padding:30px 0 30px 0; margin:0 3px; font-family:NotoSansB; letter-spacing:-0.08em;}
#subcommon .tabtext li.on div {color:#fff; background:url(/images/content/bottom_why_tab-hover.png);}
#subcommon .tabimg {position:relative; height:350px; overflow:hidden;}
#subcommon .tabimg li {position:absolute;top:0px;left:0px;width:100%;}


footer#footer { min-width:1170px;}
footer#footer div.sitemap {border-top:1px solid #6795c4; background:#daeafa; }
footer#footer div.sitemap ul {  margin-top:0 !important; }
footer#footer div.sitemap ul li { background:none; width:16.666%; min-height:200px; padding:10px 0;}
footer#footer div.sitemap ul li.odd {background:#e3effb;}
footer#footer div.sitemap ul li.even {background:#d4e5f7;}
footer#footer div.sitemap ul li a {background:none; font-size:16px; font-weight:700; padding:0 0 0 0; text-align:center; color:#6795c4; display:block; letter-spacing:-0.08em; }
footer#footer div.sitemap ul li a:hover {background:none;}
footer#footer div.sitemap .gnb_1dli_on .gnb_1da { background:none; color:#2b71b8; }
footer#footer div.sitemap ul li ul {display:block; position:static; background:none; box-shadow:0 0 0; border:0; padding:0; width:auto;}
footer#footer div.sitemap ul li ul li { width:auto; min-height: inherit; padding:0; }
footer#footer div.sitemap ul li ul li a {text-align:center; line-height:25px; font-size:13px; color:#6795c4; font-weight:300;}
footer#footer div.sitemap ul li ul li a:hover {text-decoration:underline; color:#2b71b8; background:none;}
footer#footer div.sitemap .gnb_1dli_on .gnb_2da {background:none; color:#2b71b8;}
footer#footer div.sitemap .gnb_1dli_over .gnb_2dul {background:none;}
footer#footer div.sitemap .gnb_1dli_over2 .gnb_2dul {background:none;}

footer#footer div.foot {background:#4b4b4b; padding:20px 0 30px 0; }
footer#footer div.foot h1 {float:left; margin-right:50px;}
footer#footer div.foot div.info {float:left; }
footer#footer div.foot div.info span {display:inline-block; color:#efefef; margin:3px 10px; font-size:13px;}
footer#footer div.foot div.info span a.em {color:#efefef; text-decoration:underline;}
footer#footer div.foot p.copyright {color:#cbcbcb; font-size:12px; text-transform:uppercase; margin:20px 10px;}
footer#footer div.foot p.copyright strong {color:#c6497d;}
footer#footer div.foot ul.banner {display:inline-block; margin:30px 0;}
footer#footer div.foot ul.banner li {float:left; margin:0 3px;}



#rightMenu {position:absolute; left:50%; top:370px; margin-left:605px; z-index:99999;}
#rightMenu a {display:block; width:68px; height:54px; background-image:url('/images/footer/topdown.png'); text-indent:-500em;}
#rightMenu a.top {background-position:left 0px;}
#rightMenu a.down {background-position:left bottom;}
#rightMenu a.top:hover {background-position:68px 0px;}
#rightMenu a.down:hover {background-position:68px bottom;}



/* =============================================
    home
============================================= */

.wsslider_wrapper { position: relative; top: 0; left: 0; min-width: 1170px; height: 450px; overflow-x: hidden; margin: 0 auto; }
.wsslider_inner { position: absolute; left: 50%; margin-left: -960px; width: 1920px; min-height: 450px; }

#wowslider-container-new_main .ws_bullets{bottom:20px !important; }



#customer {display:table;}
#customer div.cus_left {display:table-cell; background:url(/images/home/banner_dermatologic.jpg) center top; width:50%;}
#customer div.cus_right {display:table-cell; background:url(/images/home/banner_esthetic.jpg) center top; width:50%;}
#customer div.cus_center {display:block; width:1200px; font-size:0;}

@media only screen and (max-width: 1575px) {
    #customer div.cus_left {display:table-cell; background:url(/images/home/cus_left.jpg) center top; width:50%;}
    #customer div.cus_right {display:table-cell; background:url(/images/home/cus_right.jpg) center top; width:50%;}
}




#clinictype {width:1170px; margin:0 auto; padding:35px 0 35px 0;}
#clinictype h2 {text-align:center; margin:0 0 30px 0;}
#scrollbn {height:272px; overflow:hidden;}
#scrollbn p {text-align:center;}
#scrollBtn {position:relative; }
#scrollBtn a {position:absolute; top:-250px; display:block; line-height:90px; width:50px; text-align:center; cursor:pointer; color:#bcbcbc; font-size:50px;}
#scrollBtn a.btnLeft {left:-15px;}
#scrollBtn a.btnRight {right:-15px;}
#scrollBtn a:hover {color:#eb639c;}

#board {display:table;}
#board div.board_left {display:table-cell; background:#ececec; width:50%;}
#board div.board_right {display:table-cell; background:#f3f3f3; width:50%;}
#board div.board_center {display:block; width:1170px;}
#board div.board_center div.review {display:table-cell; width:800px; background:#ececec; text-align:center; padding:20px 0; position:relative;}
#board div.board_center div.notice {display:table-cell; width:400px; background:#f3f3f3; text-align:center; padding:20px 0;; position:relative;}
#board div.board_center h2 {margin-bottom:10px;}
#board div.board_center aside {width:60px; position:absolute; top:50px; right:40px;}
#board div.board_center aside a  {display:block; background:#4b4b4b; line-height:23px; text-transform:uppercase; color:#fff; font-size:11px; border-radius:30px; box-shadow:1px 1px 0 rgba(255,255,255,0.9);}
#board div.board_center aside a:hover {color:#666; background:#fff;}
#board div.board_center aside a i {font-size:11px;}
#board div.board_center ul {display:inline-block;}
#board div.board_center ul li {display:inline-block; width:351px; margin:10px;}
#board div.board_center ul li div.bo_ar_top {background:url(/images/home/board_top.png) no-repeat; height:19px;}
#board div.board_center ul li div.bo_ar_bot {background:url(/images/home/board_bot.png) no-repeat; height:20px;}
#board div.board_center ul li article {position: relative; left: 0; top: 0; background:url(/images/home/board_mid.png) repeat-y; padding:0 20px 0 20px; text-align:left; height: 115px; text-overflow: ellipsis;  overflow: hidden; }
#board div.board_Center ul li article:after { display: block; content: '...'; width: 1em; height: 1.5em; background: #fff; position: absolute; bottom: -6px; right: 0; }
#board div.board_center ul li article b {display:block; font-size:14px; color:#444444; font-weight:normal;}
#board div.board_center ul li article h4 {font-size:15px; color:#639edb; margin:5px 0; font-weight:800;}
#board div.board_center ul li article p {font-size:13px; color:#666; line-height:18px;}
#board div.board_center ul li article a.btnMore { position: absolute; right: 20px; top: 0; display:block; font-size:12px; color:#5695d6; text-align:right;}
#board div.board_center ul li article a.btnMore:hover {color:#eb639c;}
#board div.board_center ul li article a i {font-size:15px;}
#board div.board_center ul li:hover div.bo_ar_top {background:url(/images/home/board_top-hover.png) no-repeat;}
#board div.board_center ul li:hover div.bo_ar_bot {background:url(/images/home/board_bot-hover.png) no-repeat;}
#board div.board_center ul li:hover article {background:url(/images/home/board_mid-hover.png) repeat-y;}

#machine { padding:20px 0;}
#machine h2 {text-align:center; margin-bottom:30px;}
#scrollmc {width:1100px; height:285px; margin:0 auto; overflow:hidden;}
#scrollmc div {}
#scrollmc span.ma_top {display:block; background:url(/images/home/machine_top.png); height:20px; width:351px; margin:0 auto;}
#scrollmc span.ma_bot {display:block; background:url(/images/home/machine_bot.png) bottom center; height:35px; width:351px;  margin:0 auto;}
#scrollmc span.ma_bot span {display:block; float:left; font-size:13px; color:#fff; line-height:35px; margin-left:30px;}
#scrollmc span.ma_bot a.go {display:block; float:right; font-size:12px; color:#fff; background:#ffa4ca; padding:5px; margin:5px 15px; border-radius:30px;}
#scrollmc span.ma_bot a.go:hover {background:#8badd1;}
#scrollmc span.ma_mid {display:block; background:url(/images/home/machine_mid.png); height:230px; width:351px; margin:0 auto;}
#scrollmc span.maBox {display:block; height:230px;}
#scrollmc .ma1 {background:url(/images/content/machine1.png) center top no-repeat;}
#scrollmc .ma2 {background:url(/images/content/machine2.png) center top no-repeat;}
#scrollmc .ma3 {background:url(/images/content/machine3.png) center top no-repeat;}
#scrollmc .ma4 {background:url(/images/content/machine4.png) center top no-repeat;}
#scrollmc .ma5 {background:url(/images/content/machine5.png) center -80px no-repeat;}
#scrollmc .ma6 {background:url(/images/content/machine6.png) center top no-repeat;}
#scrollmc .ma7 {background:url(/images/content/machine7.png) center top no-repeat;}
#scrollmc .ma8 {background:url(/images/content/machine8.png) center top no-repeat;}
#scrollmc .ma9 {background:url(/images/content/machine9.png) center top no-repeat;}
#scrollmc .ma10 {background:url(/images/content/machine10.png) center 45px no-repeat;}
#scrollmc .ma11 {background:url(/images/content/machine11.png) center top no-repeat;}


#scrollmc .ma14 {background:url(/images/content/machine14.png) center -150px no-repeat;}
#scrollmc .ma15 {background:url(/images/content/machine15.png) center top no-repeat;}
#scrollmc .ma16 {background:url(/images/content/machine16.png) center top no-repeat;}
#scrollmc .ma17 {background:url(/images/content/machine17.png) center top no-repeat;}
#scrollmc .ma18 {background:url(/images/content/machine18.png) center -30px no-repeat;}

#scrollmc .ma19 {background:url(/images/content/machine19.png) center top no-repeat;}
#scrollmc .ma20 {background:url(/images/content/machine20.png) center -100px no-repeat;}

#machine #scrollBtn {}
#machine #scrollBtn a {position:absolute; top:-250px; display:block; line-height:90px; width:50px; text-align:center; cursor:pointer; color:#a6a6a6; font-size:50px;}
#machine #scrollBtn a.btnLeft {left:-5px;}
#machine #scrollBtn a.btnRight {right:-5px;}
#machine #scrollBtn a:hover {color:#73b3f5;}

#ban_loca {background:url(/images/home/b_bg.png) center top; padding:20px 0;}
#ban_loca ul.ban {float:left; width:620px;}
#ban_loca ul.ban li {float:left; padding:0px;}
#ban_loca div.location {float:right; width:550px; text-align:center;}
#ban_loca div.location h2 {margin-bottom:15px;}
#ban_loca div.location p {font-size:16px; color:#333; font-weight:bold; line-height:20px;}
#ban_loca div.location span {display:block; font-size:13px; color:#666; margin-bottom:20px; line-height:18px;}










































/* 팝업레이어 */
#hd_pop { position:relative;margin:0 auto;width:100%;height:0; z-index:10000000;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right;  font-size:12px;}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {z-index:4;position:relative;min-width:970px;background:#fff}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:970px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:5px 0 0}

/* 전체 검색 */
#hd_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

.mbskin {width:1200px; margin:0 auto;}

/* 중간 레이아웃 */
#wrapper { }
#wrapper:after { }
#container { }
#container:after { }
#container_title { }

/* 하단 레이아웃 */
#ft {min-width:970px;border-top:1px solid #dde4e9;background:#f2f5f9}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:970px;text-align:center}

#ft_company {text-align:center}

#ft_copy {background:#414141}
#ft_copy div {position:relative;margin:0 auto;padding:10px 0;width:970px;color:#fff}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:inherit}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:120px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height: 22px}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}


/* 추가 */
.icon_star_off { display:inline-block; background:url('/images/home/icon_star_off.png'); width:70px; height:14px; margin-top:3px;}
.icon_star_off .icon_star_on {display:inline-block; background:url('/images/home/icon_star.png'); height:14px; }

.white_box {background:#fff; border:1px solid #dadada; position:relative; padding:20px;}
.white_box aside {position:absolute; display:block; width:14px; height:14px; background:url('/images/home/box.png');}
.white_box .box_top_left {top:-1px; left:-1px; background-position:top left;}
.white_box .box_top_right {top:-1px; right:-1px; background-position:top right; }
.white_box .box_bottom_left {bottom:-1px; left:-1px; background-position:bottom left;}
.white_box .box_bottom_right {bottom:-1px; right:-1px; background-position:bottom right; }
