@charset "utf-8";

/* layout 설정 */
.wrapper.blur { filter: blur(6px);-webkit-filter: blur(6px);-moz-filter: blur(6px);-o-filter: blur(6px);-ms-filter: blur(6px);/*will-change: transform, opacity;*/ }
.wrapper.blur:before { display:block;position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgba(0,0,0,0.6);z-index:999;will-change: transform, opacity;content:''; }

body.mask::before { display:block;position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgba(0,0,0,0.7);z-index:999;will-change: transform, opacity;content:'';transition: background 0.3s ease-out; }
body.mask > .wrapper { filter: blur(6px);-webkit-filter: blur(6px);-moz-filter: blur(6px);-o-filter: blur(6px);-ms-filter: blur(6px);/*will-change: transform, opacity;*/ }

.wrapper { position:relative;width:100%;margin:0px;padding:0px; font-size:13px; letter-spacing:0px; color:#111; min-width: 320px; }
.wrapper > header { position:relative; left:0px;top:0px;right:0px; display:block; background: #111;border-bottom:0px solid rgba(0,0,0,0.2);z-index:1;}
.wrapper > footer { position:relative; display:block; background: #f8f8f8; border-top:0px solid #ddd;margin-top:80px; }
.wrapper > section { position:relative; }

/*
.wrapper > header.st_G { background: #1d7dee;}
.wrapper > header.st_A { background: #ff6951;}
*/
/*.wrapper.scouter_profile > header { display:none;}*/

.container { position: relative;width:auto;display:block;max-width:1024px;padding:0px 20px;min-width:280px;margin:0 auto;font-size:0px; }
.container.full { max-width:auto; }
.wrapper .cnts_wrap { display:block;min-height:500px;position: relative;margin-top:50px;} /*콘텐츠 영역*/
.wrapper .cnts_wrap.profile { margin:0 auto;margin-top:0px;}
.wrapper .cnts_wrap.reservation {width:920px; margin:0 auto;margin-top:0px;}
.wrapper .cnts_wrap.cn { width:920px;margin:0 auto;margin-top:50px;}
.wrapper .cnts_wrap.snb { padding-left:310px; }
.wrapper .cnts_wrap.cn.full { width:auto;}

/* @layout 설정 */

.wrapper.login > header { display:none; }
.wrapper.join > header { display:none; }
.wrapper.forget > header { display:none; }
.wrapper.private > header { display:none; }

header .top { padding:20px 0px 20px 0px;text-align:left;position: relative;}
header .top > h1 { display:inline-block;height:60px;vertical-align: top;}
header .top > h1 > a { display:block;width:100%;height:100%;font-size:28px;color:#fff;line-height:60px;font-weight: 500;letter-spacing: -2px;}
header .top > h1 > a > b { font-weight:600; }
header .top > nav { display:inline-block;height:40px;vertical-align: top;padding:10px 0px;margin-left:30px; }
header .top > nav > button { display: none;}
header .top > nav > ul { display:block;font-size:0px; }
header .top > nav > ul > li { display:inline-block; }
header .top > nav > ul > li > a { display:block;font-size:16px;font-weight: 500;color:#fff;height:40px;line-height:40px;padding:0 15px;position: relative;}
header .top > nav > ul > li + li {margin-left:1px;}
header .top > nav > ul > li + li > a::before { content: '';position: absolute;top:15px;left:-1px;width:1px;height:10px;background: #666;display:block;}
header .top > .user { display:inline-block;height:60px;float:right;position: relative;}
header .top > .user > a { display:inline-block;height:60px;line-height:60px;padding-right:30px;padding-left:30px;position: relative;font-size:15px;color:#fff;}
header .top > .user > a::before { position: absolute;top:0px;left:0px;display:block;height:60px;font-size:26px;line-height:60px;font-family : 'xeicon' !important; content: "\ea2a";color:#fff;}
header .top > .user > a::after { position: absolute;top:0px;right:0px;display:block;height:60px;font-size:14px;line-height:60px;font-family : 'xeicon' !important; content: "\e941";color:#fff;}

header .top > .user > div { position:absolute;top:65px;right:0px;width:100px;display:none;border:1px solid #ccc;background:#fff;border-radius: 5px;z-index: 1;padding:10px 10px;}
header .top > .user > div:after,
header .top > .user > div:before {bottom: 100%; margin-bottom:0px; left: 60px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
header .top > .user > div:after { border-color: transparent; border-bottom-color: #fff; border-width: 8px; margin-left: -8px; }
header .top > .user > div:before { border-color:transparent; border-bottom-color: #ccc; border-width: 9px; margin-left: -9px; }
header .top > .user > div > a { display:block;line-height:36px;padding:0px 0px;font-size:13px;text-align:center;color:#333; }
header .top > .user > div > a + a { border-top:1px solid #ccc; }
header .top > .user > a.opened:after { content:"\e944"; }
header .top > .user > a.opened + div { display:block; }

.tips { dipslay:block;padding:10px 0px; }
.tips > p { display:block;line-height:22px;font-size:13px;color:#666; }
.tips > p > b { font-weight:500; }


.wrapper.detail > footer { margin-top:0px; }

footer .fnb { display:block;border-bottom:1px solid #ddd;overflow: hidden;overflow-x: auto;}
footer .fnb ul { display:block;height:auto;font-size:0px;white-space: nowrap;}
footer .fnb ul > li { display:inline-block;width:auto;vertical-align: middle;position: relative; }
footer .fnb ul > li + li { margin-left:31px; }
footer .fnb ul > li + li::before { position: absolute;width:1px;height:10px;top:20px;left:-16px;content: '';background: #ccc;}
footer .fnb ul > li > a { display:block;padding:15px 0px 15px 0px;text-align:center;font-size:13px;color:#777;line-height:20px;font-weight:500; }
footer .fnb ul > li > a:hover { color:#111; }

footer .bottom { padding:30px 250px 30px 0px;max-width:600px;}
footer .bottom > h1 { position: absolute;top:50%;right:15px;display:block;width:200px;height:40px;margin-top:-20px; }
footer .bottom > h1 > a { display:block;width:100%;height:100%;background: url('../../_img/bottom_bi.png?2') no-repeat center;background-size: contain;font-size:0px; }
footer .bottom > .company { display:block; font-weight:400;color:#111;font-size:13px;line-height:24px;margin-bottom:0px;}
footer .bottom > .company > b { font-weight:500;font-size:15px;vertical-align: bottom;line-height:24px;display:inline-block;}
footer .bottom > .addr { display:block;font-size:0px; }
footer .bottom > .addr > span { font-size:13px;display:inline-block;color:#999;vertical-align: middle;line-height:20px;margin-right:15px;}
footer .bottom > .addr > span > b { font-weight:500;color:#777; }
footer .bottom > .addr > span + span { }

footer .bottom > .copyright { display:block; font-weight:400;color:#666;font-size:12px;display:inline-block;vertical-align: middle;line-height:20px;margin-top:15px;}


/* Subs */

section .login_wrap { clear:both;padding-top:200px;padding-bottom:70px;width:460px;margin:0 auto; }
section .login_wrap hgroup { text-align: center !important;display:block;border-bottom:0px solid #111;margin:0px;padding:0px 0px 50px 0px !important; }
section .login_wrap hgroup > h2 { font-family: 'Titillium';font-weight:700;font-size:40px;letter-spacing: -2px;line-height:50px; }
section .login_wrap hgroup > h3 { font-family: 'Titillium';font-weight:600;font-size:25px;letter-spacing: -2px;line-height:35px;color: #111;margin-bottom: 30px;}
section .login_wrap hgroup > h2 > b { color:#ed6355; }
section .login_wrap hgroup > p { font-size:13px;color:#999;line-height:22px; }
section .login_wrap hgroup > p.login { font-size:30px;color:#111;line-height:22px;font-weight: 700; }
section .login_wrap hgroup > h1 { font-size:44px;color:#111;line-height:44px;font-weight: 600;letter-spacing: -2px;}
section .login_wrap hgroup > h1 > b { font-weight: 700; }

section .login_wrap.st_G,
section .login_wrap.st_A { padding-top:180px; }
section .login_wrap.st_G hgroup > h1 { color: #ff6951 !important;}
section .login_wrap.st_A hgroup > h1 { color: #1d7dee !important;}


section .login_wrap .login_form { border-top:1px solid #111;overflow: hidden;}
section .login_wrap p { display:block; }
section .login_wrap p.input { display:block;border-top:1px solid #ddd;overflow: hidden;line-height:60px;height:60px;margin-top:-1px;}
section .login_wrap p.input > input { padding:0px 15px;line-height:60px;height:60px;font-size:14px;background: transparent;border: 0px;width:100%;box-sizing: border-box;outline:none;}
section .login_wrap p.checkbox { display:block;line-height:60px;height:60px;}
section .login_wrap p.checkbox > label { display:inline-block; }
section .login_wrap p.checkbox > label > span { font-size:13px; }
section .login_wrap p.checkbox > label + label { margin-left:15px; }
section .login_wrap p.checkbox > span.find {float:right;display:inline-block;line-height:60px; text-align:right;font-size:0px;margin-top:0px;margin-bottom:0px;}
section .login_wrap p.checkbox > span.find > a {display:inline-block;padding:0px 0px;position: relative;line-height:40px;font-size:13px;vertical-align: middle;}
section .login_wrap p.checkbox > span.find > a + a { margin-left:21px; }
section .login_wrap p.checkbox > span.find > a + a::before { position: absolute;display:block;top:13px;left:-11px;background:#ccc;width:1px;height:14px;margin-left:1px;content: '';}
section .login_wrap button { line-height:56px;height:56px;display:block;width:100%;text-align:center;font-size:18px;font-weight:500;color:#fff;background:#d5a770;border-radius: 3px;}
section .login_wrap button.login { background: #d5a770;color:#fff;margin-top:0px;}
section .login_wrap button.join { background:#999;margin-top:30px;}

section .login_wrap.st_G button.login { background: #ff6951;}
section .login_wrap.st_A button.login { background: #1d7dee;}


section .join_wrap { clear:both;padding-top:120px;padding-bottom:70px;width:920px;margin:0 auto; }
section .join_wrap hgroup {text-align: center !important;display:block;border-bottom:0px solid #111;margin:0px;padding:0px 0px 50px 0px !important;}
section .join_wrap hgroup > h2 { font-weight:500;font-size:34px;letter-spacing: -3px;line-height:40px;margin-bottom: 5px;}
section .join_wrap hgroup > h2 > b { color:#d5a770;font-weight:500; }
section .join_wrap hgroup > p { font-size:14px;color:#999;line-height:24px;}
section .join_wrap hgroup > p.join { font-size:30px;color:#111;line-height:22px;font-weight: 700; }

section .join_wrap .join_info { display:block; }


section .private_wrap { clear:both;padding-top:50px;padding-bottom:50px;width:920px;margin:0 auto; }
section .private_wrap hgroup {text-align: center !important;display:block;border-bottom:0px solid #111;margin:0px;padding:0px 0px 50px 0px !important;}
section .private_wrap hgroup > h2 { font-weight:500;font-size:34px;letter-spacing: -3px;line-height:40px;margin-bottom: 5px;}
section .private_wrap hgroup > h2 > b { color:#d5a770;font-weight:500; }
section .private_wrap hgroup > p { font-size:14px;color:#999;line-height:24px;}
section .private_wrap hgroup > p.join { font-size:30px;color:#111;line-height:22px;font-weight: 700; }

section .private_wrap .private_info { display:block; }
section .private_wrap .private_info { word-break: keep-all; white-space: pre-wrap; word-wrap: break-word; }


.search_area {position:relative; margin:0px; padding:0px 0px 0px 0px;text-align:left;padding:10px 0px;}

.search_area.lt {text-align:left; }
.search_area input[type=text] {width:100%;padding:0px 10px;margin:0px;line-height:36px;height:36px;border:1px solid #999;font-size:13px;background:#fff;vertical-align: middle;display:inline-block;margin:2px 0px;}
.search_area select {padding:0px 0%;margin:0px;padding-left:5px;line-height:38px;height:38px;border:1px solid #999;font-size:13px;background:#fff;width:100px;vertical-align: middle;appearance:listbox;display:inline-block;margin:2px 0px;}
.search_area input[type=text].field_100, .search_area  select.field_100 {width:100px;}
.search_area input[type=text].field_200, .search_area  select.field_200 {width:200px;}
.search_area input[type=text].field_300, .search_area  select.field_300 {width:300px;}
.search_area input[type=text].field_150, .search_area  select.field_150 {width:150px;}
.search_area input[type=text].field_400, .search_area  select.field_400 {width:400px;}
.search_area a.search_btn { display:inline-block;line-height:38px;height:38px;width:60px;vertical-align: middle;background:#333333;color:#fff;font-size:14px;text-align: center;cursor:pointer;vertical-align:middle; margin:2px 0px; }
.search_area a.search_btn:after { content:'검색'; }
.search_area a.cancel_btn { display:inline-block;line-height:38px;height:38px;width:60px;vertical-align: middle;background:#999;color:#fff;font-size:14px;text-align: center;cursor:pointer;vertical-align:middle; margin:2px 0px; }
.search_area p { display:inline-block;line-height:38px;font-size:13px;vertical-align: middle;margin-left:10px;}
.search_area p > b { font-size:14px;font-weight:600; }
.search_area label {padding-left:0px;font-size:14px;margin-right:0px;line-height:18px;cursor:pointer;font-weight:400;color:#333;padding:0px 0px;display:inline-block;float:right;vertical-align: middle;}
.search_area label input[type=checkbox] { margin:0px;padding:0px;width:16px;margin-right:5px;height:16px;vertical-align:middle;}
.search_area .text_view 	{  line-height:36px;height:36px; text-align:left; }
.search_area a.reg_btn { position:absolute;top:-70px;right:0px;display:inline-block;line-height:38px;height:38px;padding:0px 15px;min-width:70px;text-align:center;color:#fff;background:#333333;cursor:pointer;vertical-align:middle; margin:0px 0px; }
.search_area a.del_btn { position:absolute;top:-70px;left:0px;display:inline-block;line-height:38px;height:38px;padding:0px;width:100px;text-align:center;color:#fff;background:#333333;cursor:pointer;vertical-align:middle; margin:0px 0px; }
.search_area a.push_btn { position:absolute;top:-70px;left:110px;display:inline-block;line-height:38px;height:38px;padding:0px;width:120px;text-align:center;color:#fff;background:#333333;cursor:pointer;vertical-align:middle; margin:0px 0px; }
.search_area .btn_sec { float:right;display:inline-block;padding:0px 0px 0px 0px; }
.search_area .btn_sec a.board { display:inline-block;line-height:38px;height:38px;color:#fff;font-size:13px;width:auto;padding:0px 20px;text-align:center;background:#333333;cursor:pointer;vertical-align:middle; margin:0px 0px; }
.search_area .btn_sec a.board.gray { display:inline-block;line-height:38px;height:38px;color:#333;font-size:13px;padding:0px 20px;text-align:center;background:#e1e1e1;cursor:pointer;vertical-align:middle; margin:0px 0px; }

.table_topper { display:block;padding:10px 0px;text-align:left;margin-top:0px; }
.table_topper > p { display:inline-block;line-height:22px;font-size:13px;vertical-align: middle;}
.table_topper > p > b { font-size:14px;font-weight:600; }
.table_topper > label {font-size:14px;cursor:pointer;display:none;float:right;vertical-align: middle;}


.board_list { display:none; }
.board_list > ul { border-top:1px solid #333;min-width:100%;font-size:13px; color:#333;margin:0px;padding:0px;border-spacing:0px;border-collapse:collapse;display:block;}
.board_list > ul > li { display:block;border-bottom:1px solid #ccc;position: relative;}
.board_list > ul > li > label {position: absolute;top:17px;left:15px;}
.board_list > ul > li > label span { margin:0px; }
.board_list > ul > li > a { display:block;padding:15px;padding-left:45px; }
.board_list > ul > li > a > h4 { font-size:16px;font-weight: 500;line-height:24px;}
.board_list > ul > li > a > h4 > span { display:inline-block;padding:0px 0px;position: relative;line-height:24px;font-size:14px;vertical-align: bottom;float:right;}
.board_list > ul > li > a > h4 > span > b { display:inline-block;line-height:20px;font-weight:400;margin-left:5px;vertical-align: baseline;}
.board_list > ul > li > a > h4 > span > em { display:none;line-height:20px;font-weight:400;margin-right:5px;vertical-align: baseline;color:#999;}
.board_list > ul > li > a > h4 > span > em + b { display:inline-block;line-height:20px;margin-left:0px; }
.board_list > ul > li > a > p { font-size:13px;line-height:20px;margin-top:5px;color:#999;}
.board_list > ul > li > a > p.detail { font-size:15px;line-height:20px;margin-top:10px;color:#666;}
.board_list > ul > li > a > p + p { margin-top:0px; }
.board_list > ul > li > a > i { border:2px solid #111;position: absolute;top:20px;right:20px;padding:0px 10px;width:auto;line-height:20px;font-weight:500;border-radius: 12px;text-align:center;}
.board_list > ul > li > a > i.hide { border:2px solid #111;color:#111; }
.board_list > ul > li > a > i.noti { border:2px solid #e95653;background: #e95653;color:#fff; }

.board_list > ul > li > a > i.status { position: absolute;top:20px;right:20px;font-size:12px;border:0px solid #111;line-height:22px;height:22px;padding:0px 15px;color:#fff;background: #bbb;text-align: center;border-radius: 3px;}
.board_list > ul > li > a > i.status.order { background:#45a171; }
.board_list > ul > li > a > i.status.modify { background:#f19149; }
.board_list > ul > li > a > i.status.completed { background:#5fa2dd; }

.board_list > ul > li > a > em { display:inline-block;background:#bbb;color:#fff;line-height:22px;height:22px;font-size:12px;padding:0px 10px;text-align:center;border-radius: 11px;position: absolute;top:15px;right:0px;}
.board_list > ul > li > a > em.completed { background:#34a7e7;color:#fff;	}
/*.board_list > ul > li.noti { background-color:#e4f1f1; }*/

.board_list > ul > li > a > p > span { display:inline-block;padding:0px 0px;position: relative;line-height:24px;}
.board_list > ul > li > a > p > span > b { display:inline-block;line-height:20px;font-weight:400;margin-left:5px;vertical-align: baseline;}
.board_list > ul > li > a > p > span > em { display:inline-block;line-height:20px;font-weight:400;margin-right:5px;vertical-align: baseline;color:#999;}
.board_list > ul > li > a > p > span > em + b { display:inline-block;line-height:20px;margin-left:0px; }
.board_list > ul > li > a > p > span + span { display:inline-block;line-height:20px;margin-left:31px; }
.board_list > ul > li > a > p > span + span::before { position: absolute;height:10px;top:5px;left:-16px;width:1px;background: #bbb;content: '';}
.board_list > ul > li > a > p > span i.new {display:inline-block;background: #48bacb;padding:0px;width:16px;height:16px;line-height:16px;vertical-align:top;margin-top:2px;;margin-left:3px;color:#fff;border-radius: 50%;font-size:11px;text-align: center;}
.board_list > ul > li > a > p > span i.new:before { content: 'N';}

.board_list > ul > li.nodata { background: #fff;text-align:center;padding:150px 0px;}
.board_list > ul > li.nodata > i { font-size:45px;color:#666;margin-bottom:0px;line-height: 50px;}
.board_list > ul > li.nodata > h3 { font-size:24px;color:#666;line-height:40px;font-weight:400;margin:0px;padding:0px;}
.board_list > ul > li.nodata > h3::before { content: 'No Data Available.';}
.board_list > ul > li.nodata > p { font-size:14px;color:#999;line-height:20px;margin:0px;padding:0px; }
.board_list > ul > li.nodata > p::before { content: '조회된 데이터가 없습니다.';}

.board_detail { display:block;padding-top:10px; }
.board_detail > .topper {border-top:2px solid #333; font-size:13px; color:#333;display:block;padding:15px;position: relative;}
.board_detail > .topper > h4 { font-size:16px;font-weight: 500;line-height:24px;}
.board_detail > .topper > h4 b { display:inline-block;background:#e95653;color:#fff;line-height:24px;height:24px;font-size:13px;padding:0px 5px;font-weight:400;margin-right:5px;vertical-align: bottom;}
.board_detail > .topper > p { font-size:13px;line-height:20px;margin-top:10px;color:#999;}
.board_detail > .topper > i { border:2px solid #111;position: absolute;top:15px;right:15px;padding:0px 10px;width:auto;line-height:20px;font-weight:500;border-radius: 12px;text-align: center;}
.board_detail > .topper > i.hide { border:2px solid #111;color:#111; }
.board_detail > .topper > i.noti { border:2px solid #e95653;background: #e95653;color:#fff; }


.board_detail > .topper > em { display:inline-block;background:#bbb;color:#fff;line-height:22px;height:22px;font-size:12px;padding:0px 10px;text-align:center;border-radius: 11px;position: absolute;top:15px;right:15px;}
.board_detail > .topper > em.completed { background:#34a7e7;color:#fff;	}

.board_detail > .topper > p.detail { font-size:15px;line-height:20px;margin-top:10px;color:#666;}

.board_detail > .topper > p > span { display:inline-block;padding:0px 0px;position: relative;line-height:24px;}
.board_detail > .topper > p > span > b { display:inline-block;line-height:20px;font-weight:500;margin-left:5px;vertical-align: baseline;}
.board_detail > .topper > p > span > em { display:inline-block;line-height:20px;font-weight:400;margin-right:5px;vertical-align: baseline;min-width:50px;display:inline-block;}
.board_detail > .topper > p > span > em + b { margin-left:0px; }
.board_detail > .topper > p > span + span {display:inline-block;line-height:20px; margin-left:31px; }
.board_detail > .topper > p > span + span::before { position: absolute;height:10px;top:5px;left:-16px;width:1px;background: #ccc;content: '';}
.board_detail > .topper > p + p { margin-top:0px; }
.board_detail > .files { border-top:1px solid #ccc;background: #fff;text-align:left;padding:8px 15px;font-size:0px;}
.board_detail > .files > a { display:inline-block;line-height:30px;height:30px;border:1px solid #111;font-size:13px;padding:0px 10px;color:#111;cursor:pointer;text-align:center; background: #fff;margin:2px 0px;margin-right:5px;border-radius: 3px;}
.board_detail > .files > a + a {  }

.board_detail > .status { border-top:1px solid #ccc;background: #eee;text-align:right;padding:10px 15px;font-size:0px;}
.board_detail > .status > b { display:inline-block; font-weight:400;line-height:32px;background: #999;font-size:13px;padding:0px 5px;color:#fff;vertical-align: bottom;}
.board_detail > .status > select {background:#fff;color:#333;border:1px solid #999;height:32px;appearance:listbox;outline: none;width:100px;font-size:14px;vertical-align: bottom;}
.board_detail > .status > select + b { margin-left:10px; }
.board_detail > .contents {border-top:1px solid #ccc; font-size:13px; color:#333;display:block;padding:15px 15px 15px 100px;;position: relative;position: relative;line-height:20px;}
.board_detail > .contents > em { font-weight:400;margin-right:5px;vertical-align: baseline;min-width:50px;display:inline-block;position: absolute;top:15px;line-height:20px;left:15px;color:#999;}
.board_detail > .contents > .imgs {display:block;margin-bottom:20px;}
.board_detail > .contents > .imgs > img { display:block;max-width: 100%;margin:0 auto;}
.board_detail > .contents > .imgs > img + img { margin-top:10px; }

.board_detail > .share {border-top:1px solid #ccc; font-size:13px; color:#333;display:block;padding:15px 15px 15px 100px;;position: relative;position: relative;line-height:20px;}
.board_detail > .share > em { font-weight:400;margin-right:5px;vertical-align: baseline;min-width:50px;display:inline-block;position: absolute;top:15px;line-height:20px;left:15px;color:#999;}
.board_detail > .share > .url {position: absolute;top:8px;right:15px;background:rgba(233,86,83,0.1);color:#333;border:1px solid #e95653;height:32px;appearance:listbox;outline: none;width:260px;font-size:14px;vertical-align: bottom;border-radius: 20px;padding-left:15px;padding-right:50px;}
.board_detail > .share > .url > input { dipslay:block;line-height:32px;height:32px;width:100%;font-size:12px; }
.board_detail > .share > .url > a { position: absolute;top:3px;right:3px;background: #e95653;color:#fff;line-height:26px;border-radius: 20px;padding:0px 10px;display:block;font-size:13px;}


.btns {border-top:0px solid #ccc; font-size:13px; color:#333;display:block;padding:20px 0px;position: relative;text-align:right;font-size:0px;}
.btns > a { line-height:38px;height:38px;display:inline-block;vertical-align: middle;padding:0px 20px;text-align:center;font-size:14px;color:#fff;background:#333;border-radius: 0px; }
.btns > a + a { margin-left:5px; }
.btns > a.left { display:inline-block;float:left;background:#999; }
.btns > a.cancel { display:inline-block;background:#999; }
.btns > a.del {display:inline-block;background:transparent;height:24px;line-height:24px;margin:7px 0px; margin-right:15px;text-decoration: underline;color:#666;padding:0px;font-size:13px;}

.btns.fixed { position: fixed;bottom:0px;left:0px;right:0px;padding:15px;background: #eee;border-top:1px solid #ddd;}
.btns.fixed > a { display:block;line-height: 44px;height:44px;}


.paging_wrap { margin-top:0px; }
.paging_wrap + .btns {border-top:0px solid #ccc;padding-top:0px;}

.board_detail.form { padding-top:0px;margin-top:20px; }
.board_detail.form > h4 { display:block;font-size:20px;line-height: 30px;margin-bottom:5px;letter-spacing: -1.5px;color:#111;font-weight: 500;}
.board_detail.form > h4 > span { font-size:15px;font-weight: 400;margin-left:6px;color:#999;letter-spacing: 0px;}
.board_detail.form > h4 > span > b { font-weight:600;margin:0px 2px; }
.board_detail > .comment { display:block;padding:15px;border-top:1px solid #ddd;background: #eee;}
.board_detail > .comment:empty { display:none; }
.board_detail > .comment .reg { display:block;margin-top:0px;border-top:1px solid #ddd;padding-top:15px;}
.board_detail > .comment .reg > span.txt {position: relative;height:auto;display:block;border:1px solid #ddd;overflow: hidden;border-radius: 5px;vertical-align: middle;background: #fff;}
.board_detail > .comment .reg > span.txt > textarea { display:block;width:100%;line-height:24px;height:24px;padding:10px 10px;border: 0px;outline:none;}
.board_detail > .comment .reg > span.txt > textarea::placeholder {color:#bbb;}
.board_detail > .comment .reg > span.txt > button[name='comment'] { position: absolute;top:5px;right:5px;line-height:34px;height:34px;display:inline-block;vertical-align: middle;padding:0px 15px;text-align:center;font-size:14px;color:#fff;background:#d5a770;border-radius: 3px;}
.board_detail > .comment .list { display:block;margin-bottom:15px; }
.board_detail > .comment .list > dl { display:block;margin:0px 20px;margin-left:65px; }
.board_detail > .comment .list > dl > dd { display:block;text-align: left;position: relative;}
.board_detail > .comment .list > dl > dd::before { position: absolute;top:0px;left:-65px;display:block;height:50px;font-size:50px;line-height:50px;font-family : 'xeicon' !important; content: "\ea2a";color:#ccc;}
.board_detail > .comment .list > dl > dd.me { text-align: right;}
.board_detail > .comment .list > dl > dd.me::before { display:none; }
.board_detail > .comment .list > dl > dd + dd { border-top:0px solid #ddd;margin-top:15px }
.board_detail > .comment .list > dl > dd > .chat_box { display:inline-block;max-width:70%;padding:10px 15px;background: #fff;border-radius: 10px;position: relative; }
.board_detail > .comment .list > dl > dd.me > .chat_box { background: #eedcc6;}
.board_detail > .comment .list > dl > dd > .chat_box > .writer { display:block;font-size:0px; }
.board_detail > .comment .list > dl > dd > .chat_box > .writer > .name { display:inline-block;height:30px;line-height:30px;vertical-align: middle;font-size:13px;font-weight:500; }
.board_detail > .comment .list > dl > dd > .chat_box > .writer > .date { display:inline-block;height:30px;line-height:30px;vertical-align: middle;margin-left:7px;margin-right:7px;font-size:12px;color:#666; }
.board_detail > .comment .list > dl > dd.me > .chat_box > .writer > .name { float:right; }
.board_detail > .comment .list > dl > dd > .chat_box > .comment { display:block;margin-left:0px;line-height:24px; }
.board_detail > .comment .list > dl > dd > .chat_box > .comment > a.del { float:right; display:none;line-height:24px;width:auto;font-size:12px;color:#999;}
.board_detail > .comment .list > dl > dd > .chat_box:hover > .comment > a.del { display:inline-block;}
.board_detail > .comment .list > dl > dd.me > .chat_box > .comment > a.del { float:left; }

.board_detail > .comment .list > dl > dd > .chat_box:after,
.board_detail > .comment .list > dl > dd > .chat_box:before {right: 100%; margin-right:0px; top: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.board_detail > .comment .list > dl > dd > .chat_box:after { border-color: transparent; border-right-color: #fff; border-width: 9px; margin-top: 0px; }

.board_detail > .comment .list > dl > dd.me > .chat_box:after,
.board_detail > .comment .list > dl > dd.me > .chat_box:before {right:auto;left: 100%; margin-left:0px; top: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.board_detail > .comment .list > dl > dd.me > .chat_box:after { border-color: transparent; border-left-color: #eedcc6; border-width: 9px; margin-top: 0px; }

.board_form { display:block;padding-top:10px; }
.board_form > h3 { font-size:20px;line-height: 30px;margin-bottom:5px;}
.board_form > h3 > a { line-height:30px;font-size:13px;background: #999;color:#fff;display:inline-block;padding:0px 10px;float:right;}

.board_form.cs { display:block;padding-top:70px;padding-bottom:90px; }
.board_form.cs > .header { display:block;line-height:60px;height:60px;font-size:22px;text-align: center;position: fixed;top:0px;left:0px;right:0px;border-bottom:1px solid #ddd;background: #eee;z-index:10;}

table.info { border-top:2px solid #333333;width:100%;font-size:13px; color:#333;margin:0px;padding:0px;border-spacing:0px;border-collapse:collapse;}
table.info.add_form { border-top:1px solid #bbb;display:none;}
table.info.add_form_show {  border-top:1px solid #bbb;}
table.info.builder { border-top:1px solid #333333;}

table.info th { text-align:left;background:#fafafa; border-bottom:1px solid #e6e6e6;font-weight:400;padding:0px 10px;position: relative;}
table.info th > input[type=text] { display:block;width:calc( 100% - 30px );line-height:38px;height:38px;padding:0px 15px;margin:0px;line-height:36px;height:36px;border:1px solid #ddd;font-size:13px;background:#fff;outline: none; }
table.info th > a.row_sort { display:block;position: absolute;top:0px;left:0px;bottom:0px;width:20px;height:58px;line-height:58px;background: #eee;color:#666;font-size:14px;text-align: center;}
table.info th.sort { padding-left:28px; }

table.info tr.tr-placeholder { border: 2px dashed #ccc; background: #eee7e3;box-sizing: border-box;height:58px;}
table.info tr.tr-placeholder > td { background: transparent;border: 0px;}

table.info tr.ui-sortable-helper { font-size:0px;width:100%;white-space : nowrap; }
table.info tr.ui-sortable-helper > tr { background:rgba(255,255,255,1);}
table.info tr.ui-sortable-helper > td { background:rgba(255,255,255,1);}
table.info tr.ui-sortable-helper > td > a { display:none; }

table.info th span { display:block;color:#999;margin-left:22px;margin-top:-5px; }
table.info th i { display:inline-block;width:22px;vertical-align: baseline;}
table.info th i.wh { color:transparent; }
table.info th b {background: url(/img/ico_star.png) no-repeat right 0px;display:inline-block;padding:0px 17px;line-height:21px;}
table.info th.trans {background-color:#ffffff;}
table.info th.cnt_ex {padding:10px 0px;}
table.info th.required:after { position: absolute;display:inline-block;height:10px;line-height:10px;font-family: 'FontAwesome';content: "\f069";font-size:10px;color:#ed6355;vertical-align: bottom;margin-left:3px;}
table.info td { background-color:#ffffff;font-weight:normal;text-align:left; padding:10px 10px; border-bottom:1px solid #e6e6e6;position: relative;}
table.info tr.hide { display:none; }
table.info td.content {text-align:left; padding:20px 0px;}
table.info td textarea {display:block;width:calc( 100% - 30px );padding:10px 15px;margin:0px;height:300px;font-size:13px;background:#f5f5f5;outline: none;}
table.info td textarea.txtarea_2 { height:150px;width:calc( 100% - 30px );padding:10px 15px; }
table.info td textarea.txtarea_3 { height:60px;width:calc( 100% - 30px );padding:10px 15px; }
table.info td input[type=text], table.info td input[type=password] {width:calc( 100% - 30px );padding:0px 15px;margin:0px;line-height:38px;height:38px;border:0px solid #333;font-size:13px;background:#f5f5f5;outline: none;}
table.info td input[type=text]:read-only { background: #fcf7d4;color:#666;}

table.info td input[type=number] {width:calc( 100% - 30px );padding:0px 15px;margin:0px;line-height:38px;height:38px;border:0px solid #333;font-size:13px;background:#f5f5f5;outline: none;}
table.info td input[type=number]:read-only { background: #fcf7d4;color:#666;}
table.info td input[type=number]::-webkit-outer-spin-button,
table.info td input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

table.info td input[type=file] {width:400px;padding:0px 0%;margin:0px;line-height:38px;height:38px;outline: none;}

table.info td select {padding:0px 0%;margin:0px;line-height:38px;height:38px;border:0px solid #999;font-size:13px;background:#f5f5f5;width:100px;appearance:listbox;outline: none;padding-left:10px;}
table.info td select.half {width:50%;}
table.info td input[type=text].field_100, table.info td select.field_100 {width:100px;}
table.info td input[type=text].field_200, table.info td select.field_200 {width:200px;}
table.info td input[type=text].field_300, table.info td select.field_300 {width:300px;}
table.info td input[type=text].field_150, table.info td select.field_150 {width:150px;}
table.info td input[type=text].field_400, table.info td select.field_400 {width:400px;}
table.info td input[type=text].field_500, table.info td select.field_500 {width:500px;}
table.info td input[type=text].field_550, table.info td select.field_550 {width:550px;}

table.info td select + label { margin-left:10px; }

table.info td input[type=password].field_200  {width:200px;}
table.info td p.pass  {display:none;margin-top:10px;}
table.info td p.pass > input + input { margin-top:10px; }
table.info td p.cert  {display:none;margin-top:10px;}
table.info td b  {font-weight:400;}

table.info td.level_sel .ur_parent{display:none; margin-left:5px;}
table.info td .hide_opt { margin-left:10px;display:none;width:50%;padding:0px; }
table.info td .hide_opt.show { display:inline-block; }

/*
table.info td span { color:#e75e05;margin-left:0px; }
table.info td span.gray { display:block;color:#888;margin-left:0px;margin-top:10px; }
*/
table.info td div.val { display:block;padding:0px 0px 0px 0px;font-size:14px;line-height: 30px;}
table.info td div.val > span.last { font-size:12px;color:#999;display:block;margin-top:-8px; }
table.info td div { display:inline-block;padding:5px 0px;}
table.info td div.text { display:block;padding:9px 0px 9px 0px;}
table.info td div.radio { display:block;padding:5px 0px 10px 0px;}
table.info td div.left { display:inline-block;padding:5px 0px;margin-left:10px;}
table.info td div.post { display:block;margin:0px 0px 10px 0px;padding:0px 0px; }
table.info td div.file { display:none;margin:0px 0px 0px 0px;padding:0px 0px;text-align:left; }
table.info td div.file.isfile { display:block; }
table.info td div.file > a { display:inline-block;padding:0px;margin:0px;margin-right:10px; width:auto;height:100px;padding:0px 10px;background-size:contain;background-position: center;background-repeat: no-repeat;border:1px solid #ccc;}
table.info td div.file label { vertical-align:middle;}

table.info td a { display:inline-block;line-height:36px;height:36px;border:0px solid #111;font-size:13px;padding:0px 15px;color:#fff;margin-left:10px;cursor:pointer;text-align:center; }
table.info td a.btn { color:#fff;background: #999;}
table.info td a.img { display:inline-block;height:60px;border:0px solid #111;font-size:13px;padding:0px 0px;color:#fff;margin-left:0px;cursor:pointer;text-align:center; }
table.info td a.img img { height:60px;display:block; }

table.info td a.thum { float:left;display:inline-block;line-height:22px;height:64px;border:0px solid #111;padding:0px 0px;color:#fff;margin:0px;margin-right:10px;cursor:pointer;text-align:center; }
table.info td a.thum img { height:64px;display:block; }

table.info td a.row_del { position: absolute;top:14px;right:0px;;display:none;line-height:30px;height:30px;border:0px solid #111;font-size:13px;padding:0px 10px;color:#fff;background: #999;margin-left:0px;cursor:pointer;text-align:center;}
table.info td:hover a.row_del { display:block; }

table.info td div.checkbox { display:block;padding:0px;}
table.info td div.checkbox label + label { margin-left:20px; }

table.info td a.black {background:#202020}
table.info td a.gray {background:#999}
table.info td a.gray.file {margin-left:0px;margin-right:10px;line-height:30px;height:30px;}

table.info td a.plan {margin-left:10px;margin-right:0px;line-height:26px;height:26px;background: #fff;border:2px solid #d5a770;color:#d5a770;font-weight: 500;}

table.info td a.blue {background:#48bacb}
table.info td a.white {background:#fff;color:#333;border:1px solid #999;}
table.info td a.white.edit {margin-left:0px;}
table.info td a.white_del {background: url(/img/ico_remove.jpg) #fff no-repeat 20px center;color:#333;border:1px solid #999;padding:0px 25px 0px 40px;}
table.info td a.ico_cal {background: url(/img/ico_cal.jpg) #fff no-repeat center center;color:#333;border:1px solid #fff;padding:0px;width:36px;vertical-align:middle;margin-left:0px;}

.info_add { margin:0px;padding:50px 0px 10px 0px;text-align:left; }
.info_add h2 { font-size:22px;font-weight:400; }
.info_add h2 span { display:inline-block;float:right;font-size:13px;line-height:36px;font-weight:400;padding:0px 25px 0px 40px;background: url(/img/ico_add.jpg) no-repeat 20px center; }


table.info td div.scrolling { position:relative;padding:0px 0px;height:150px;border:1px solid #ddd;overflow:hidden;overflow-y:scroll;overflow-x:hidden;}
table.info td div + div.scrolling { margin-top:5px; }
table.info td div.scrolling.h_auto { height:auto;overflow:hidden;overflow-y:hidden;}
table.info td div.scrolling.h_max { height:450px;display:block;}

table.info td div.scrolling.hide { display:none; }
table.info td div.scrolling_btn_area { padding:7px 10px;border:1px solid #ddd;margin-top:-1px;background:#eee;text-align:left;display:block;}
table.info td div.scrolling_btn_area a {display:inline-block; padding:0px 15px;line-height:30px;height:30px;background:#fff;border:1px solid #ddd;text-align:center;cursor:pointer;color:#333;}
table.info td div.scrolling_btn_area a > i { font-size:13px;display:inline-block;margin-right:5px; }
table.info td div.scrolling_btn_area a.get	 { position:relative;background:#999;color:#fff;border:1px solid rgba(0,0,0,0.1);float:right; }
table.info td div.scrolling_btn_area a.add { position:relative;background:#999;color:#fff;border:1px solid rgba(0,0,0,0.1);padding-right:30px; }
table.info td div.scrolling_btn_area a.add:after { font-family:FontAwesome; content:"\f107";vertical-align: middle;position:absolute;top:0px;right:10px;display:block;color:#fff;font-size:15px;height:30px;line-height:30px;z-index:1;}
table.info td div.scrolling_btn_area > .rt { display:inline-block;float:right; }
table.info td div.scrolling_btn_area a.add dl {display:none; position:absolute;top:31px;right:-1px;background:#fff;border:1px solid #ccc;width:360px;overflow: hidden;z-index:1;}
table.info td div.scrolling_btn_area a.add dl > dd { display:inline-block;float:left;width:150px;border-top:1px solid #ddd;background:#fff;border-left:1px solid #ddd;padding:0px 15px;line-height:30px;margin-left:-1px;margin-top:-1px; }
table.info td div.scrolling_btn_area a.copy { position:relative;background:#999;color:#fff;border:1px solid rgba(0,0,0,0.1);padding:0px 15px; }

table.info td div.scrolling.input { height:250px;padding:10px;}


table.info td table.info_in {min-width:100%;font-size:13px; color:#333;margin:0px;padding:0px;border-spacing:0px;border-collapse:collapse;}
table.info td table.info_in th { text-align:center; border:1px solid #ddd;border-top:0px solid #ddd;font-weight:300;color:#666;line-height:18px;height:32px;padding:2px 0px;background:rgba(0,0,0,0.03); white-space: nowrap;letter-spacing:normal;}
table.info td table.info_in tr.trow th { height:22px; }
table.info td table.info_in th:before {display: none; }
table.info td table.info_in td { font-weight:normal;text-align:center;font-size:13px; border:1px solid #ddd;white-space: nowrap;padding:7px 10px; letter-spacing:normal;line-height:18px;height:32px;background: #fff;}

table.info td table.info_in td img.product { width:75px;height:60px;display:block;margin:0 auto; }
table.info td table.info_in td img.artwork { width:auto;height:60px;display:block;margin:0 auto; }

table.info td table.info_in tr input[type=checkbox] { width:16px;height:16px;vertical-align:middle; }
table.info td table.info_in td input[type=checkbox] { width:16px;height:16px;vertical-align:middle; }

table.info td table.info_in tbody { counter-reset:list-number; }
table.info td table.info_in tbody > tr {counter-increment:list-number;}
table.info td table.info_in tbody > tr > td > span.numbering::before { content:counter(list-number); font-size:13px; color:#333;}

table.info td table.info_in th.th_sort {width:2%; }

table.info td table.info_in th:first-child,
table.info td table.info_in td:first-child { border-left:0px solid #ddd; }

table.info td table.info_in th:last-child,
table.info td table.info_in td:last-child { border-right:0px solid #ddd; }

table.info td table.info_in td.lining { text-align:left;position: relative;}
table.info td table.info_in td.lining.sc { padding:10px 10px;}
table.info td table.info_in td.lining > div.thum { float:left;display:inline-block;width:38px;height:38px;border: 1px solid #ccc;background-image: : url(/_img/no_img.gif);background-repeat: no-repeat;background-position: center center;background-size: cover; }
table.info td table.info_in td.lining > div.exp { display:block;margin-left:50px;text-align:left;font-size:12px;line-height:18px; color:#999; }
table.info td table.info_in td.lining > div.exp > b { color:#333;display:block;font-size:13px;font-weight:300;line-height:22px; }
table.info td table.info_in td.lining > a.btn { display:none;background:#23aab6;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:10px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}
table.info td table.info_in td.lining > a.selected { display:none;background:#ec635d;width:auto;height:30px;line-height:30px;text-align:center;padding:0px 10px;color:#fff;position:absolute;top:50%;margin-top:-15px;right:10px;-webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; opacity:0.8;}
table.info td table.info_in td.lining > i.arr { display:inline-block;margin: 0px 5px;color:#bbb;vertical-align: middle;}
table.info td table.info_in td.lining b:hover { text-decoration: underline;}

table.info td table.info_in td div.thum {display:inline-block;width:40px;height:40px;border: 1px solid #ccc;background-image:url(/_img/no_img.gif);background-repeat: no-repeat;background-position: center center;background-size: cover;vertical-align: middle;}
table.info td table.info_in td > span { display:block;font-size:12px;line-height:18px;color:#999; }
table.info td table.info_in td > span.inline { display:inline;}
table.info td table.info_in td > div.lining { text-align:left;position: relative;}
table.info td table.info_in td > div.lining.sc { padding:10px 10px;}
table.info td table.info_in td > div.lining > span { display:block;font-size:12px;line-height:18px;color:#999; }
table.info td table.info_in td > div.lining > i.thum { display:inline-block;width:24px;height:24px;border: 1px solid #eee;background-image:url(/_img/no_thum.gif);background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 50%;vertical-align: middle;margin-right:5px;}
table.info td table.info_in td > div.lining > i.thum.sq { border-radius: 0%;width:38px;height:38px; }
table.info td table.info_in td > div.lining > div.thum { float:left;display:inline-block;width:38px;height:38px;border: 1px solid #eee;background-image:url(/_img/no_thum.gif);background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: 50%; }
table.info td table.info_in td > div.lining > div.thum.sq { border-radius: 0%; }
table.info td table.info_in td > div.lining > div.exp { display:block;margin-left:50px;text-align:left;font-size:12px;line-height:16px; color:#999;padding:3px 0px; }
table.info td table.info_in td > div.lining > div.exp > b { color:#333;display:block;font-size:13px;fomt-weight:600;line-height:18px; }
table.info td table.info_in td > div.lining > a.btn { display:none;background:#23aab6;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:-5px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}
table.info td table.info_in td > div.lining > a.btn.copy { background:#ec635d;right:45px;}
table.info td table.info_in td > div.lining > a.selected { display:none;background:#ec635d;width:auto;height:30px;line-height:30px;text-align:center;padding:0px 10px;color:#fff;position:absolute;top:50%;margin-top:-15px;right:-5px;-webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; opacity:0.8;font-size:12px;}
table.info td table.info_in td > div.lining > a.selected::after { content:'선택'; }
table.info td table.info_in td > div.lining > i.arr { display:inline-block;margin: 0px 5px;color:#bbb;vertical-align: middle;}
table.info td table.info_in td > div.lining > div.exp > b > em { font-size:12px;display:inline-block;border: 1px solid #ccc;color:#999;line-height:20px;padding:0px 5px;vertical-align: middle;margin-right:5px;border-radius: 5px;}
table.info td table.info_in td > div.lining > div.exp > span { border: 1px solid #ccc;color:#999;display:inline-block;padding:0px 5px; color:#777;background: #fafafa;font-weight:300;}
table.info td table.info_in td b { display:inline-block;vertical-align: middle;color:#333;font-weight:300; }
table.info td table.info_in td strong { display:inline-block;vertical-align: middle;color:#d5a770;font-weight:500; }
table.info td table.info_in td b.time { font-weight:600;font-size:15px; }
table.info td table.info_in td a.down { display:inline-block;line-height:30px;height:30px;border:0px solid #111;font-size:12px;padding:0px 20px;color:#fff;margin:0px 0px;cursor:pointer;text-align:center;background:#2d3845;color:#fff;border:0px solid #2d3845;-webkit-border-radius: 15px;-khtml-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px; }
table.info td table.info_in td > div.script { text-align:left;position: relative;padding:10px 10px;  }
table.info td table.info_in td > div.script > img { float:left;display:inline-block;width:40px;height:40px; }
table.info td table.info_in td > div.script > span { display:block;margin-left:50px;text-align:left;font-size:12px;line-height:18px; }
table.info td table.info_in td > div.script > span > b { color:#333;display:block;font-size:13px;fomt-weight:600;line-height:22px; }
table.info td table.info_in td > div.script > a.btn { display:none;;background:#ec635d;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:10px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}
table.info td table.info_in td > div.script > a.btn.mod { display:none;background:#23aab6 !important;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:-5px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}
table.info td table.info_in td > div.script > a.btn.del { display:none;background:#48535f !important;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:-5px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}
table.info td table.info_in td > div.script > a.btn.link { display:none;background:#ec635d;width:30px;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;top:50%;margin-top:-15px;right:45px;-webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; opacity:0.8;}


table.info td table.info_in.config th, table.info td table.info_in.config td { padding:7px; }
table.info td table.info_in.checkbox th { padding:0px; }
table.info td table.info_in.checkbox thead tr:nth-child(2) th { padding:5px; }
table.info td table.info_in.checkbox td { padding:0px; }
table.info td table.info_in th > em { font-size:12px;color:#999;margin-left:0px; }
table.info td table.info_in th:first-child {border-left:0px solid #eee;}
table.info td table.info_in thead tr:nth-child(2) th:first-child {border-left:1px solid #eee;}
table.info td table.info_in td:first-child {border-left:0px solid #eee;}
table.info td table.info_in.config tbody tr:last-child th, table.info td table.info_in.config tbody tr:last-child td {border-bottom:0px solid #eee;}
table.info td table.info_in td.nodata { height:130px;background:transparent;border-bottom:0px solid #eee; }
table.info td table.info_in td.nodata > i { font-size:35px;color:#48535f;margin-bottom:5px; }
table.info td table.info_in td.nodata > h2 { font-size:18px;color:#48535f;line-height:28px;height:28px;font-weight:300;margin:0px;padding:0px; }
table.info td table.info_in td.nodata > p { font-size:13px;color:#999;line-height:20px;margin:0px;padding:0px; }


ul.dash_nav { display:block;font-size:0px;margin-left:-10px;margin-top:10px; }
ul.dash_nav > li { display:inline-block;width:calc( 50% - 10px );margin-left:10px;margin-bottom:10px;position:relative; }
ul.dash_nav > li > a { border:7px solid #eee;display:block;text-align: left;padding:12px 10px;font-size:0px;line-height: 40px;position: relative;border-radius: 0px;}
ul.dash_nav > li > a > span { display:inline-block;line-height: 40px;vertical-align: top;width:auto;font-size:16px;font-weight: 500;position: relative;}
ul.dash_nav > li > a > i.xi { display: inline-block;width:40px;height:40px;line-height:40px;font-size:30px;text-align: center;color:#bbb;}
ul.dash_nav > li.form > a > i.xi { color:#d5a770; }
ul.dash_nav > li > a > i.status { position: absolute;top:7px;right:7px;font-size:12px;line-height:22px;height:22px;padding:0px 12px;color:#fff;background: #bbb;text-align: center;border-radius: 3px;}
ul.dash_nav > li > a > i.status.waiting { color:#fff;font-size:20px;width:30px;height:30px;line-height:30px;padding:0px;top:17px;right:17px;background: #ddd;}
ul.dash_nav > li > a > i.status.order { background:#45a171; }
ul.dash_nav > li > a > i.status.modify { background:#f19149; }
ul.dash_nav > li > a > i.status.completed { background:#5fa2dd; }

ul.dash_nav > li > a > span > em { position: absolute;top:3px;right:-17px;background:#f15c22;line-height:20px;height:20px;width:16px;padding:0px 2px;text-align:center;display:block;font-size:12px;display:block;border-radius: 11px;color:#fff;font-weight: 300;}
ul.dash_nav > li > a > span > em[data-cnt='0'] { display:none; }
ul.dash_nav > li > a > span > em::before { content:attr(data-cnt); }

.tb_wrap { display:block; overflow: hidden; overflow-x: auto;}

table.board { border-top:2px solid #333;min-width:100%;font-size:13px; color:#333;margin:0px;padding:0px;border-spacing:0px;border-collapse:collapse;}
table.board th { text-align:center;background:#fafafa; border-bottom:1px solid #e6e6e6;font-weight:400;height:50px;color:#333;}
table.board th.tit { font-size:17px;font-weight:400;text-align:left;padding:0px 20px;height:62px;}
table.board th.tit i.lock {display:inline-block;background: #fff;padding:0px;width:20px;height:20px;line-height:20px;vertical-align:middle;margin-left:0px;text-align:center;color:#666;font-size:13px}
table.board th.tit b { float:right;display:inline-block; font-size:13px;font-weight:400;color:#999;}
table.board th.tit b.on { color:#48bacb;}
table.board th.ex { background:#fff; border-bottom:1px solid #e6e6e6;border-top:1px solid #a7a7a7;font-weight:400;height:36px;text-align:left;padding:0px 20px;color:#777;}
table.board th.file { background:#fff; border-bottom:1px solid #e6e6e6;border-top:0px solid #a7a7a7;font-weight:400;height:36px;text-align:left;padding:0px 20px;color:#777;}
table.board th.file a{margin-right:10px;color:#48bacb;}
table.board th.ex.right { text-align:right;}
table.board th span { display:block;line-height:18px;height:18px;font-size:12px;color:#999; }

table.board tr.noti td { background-color:#e4f1f1; }

table.board td { background-color:#ffffff;font-weight:normal;text-align:center; border-bottom:1px solid #e6e6e6;height:50px;padding:0px 5px;cursor:pointer;position: relative;}
table.board td.nodata {cursor:default;vertical-align:middle;height:200px;text-align:center;}
table.board td.txt { background-color:#ffffff;font-weight:normal;text-align:left; border-bottom:1px solid #e6e6e6;padding:20px;}
table.board td.txt img { display:block;margin:0 auto 10px auto;max-width:802px; }
table.board td.artwork { text-align:left;font-size:0px;padding:7px 10px; }
table.board td.artwork > i.thumb { display:inline-block;width:60px;height:60px;background-position: center;background-color: #eee;background-repeat: no-repeat;background-size: contain;border:1px solid #e6e6e6;vertical-align: middle;margin-right:10px;}
table.board td.artwork > b { display:inline-block;vertical-align: middle;font-size:13px;background: transparent;padding:0px;margin:0px;width:auto;}
table.board td.artwork > span.tags { display:inline-block;text-align:center;height:24px;line-height:24px;font-size:0px;vertical-align: middle;margin-left:10px;}
table.board td.artwork > span.tags > b { display:inline-block;text-align:center;width:auto;height:24px;line-height:24px;padding:0px;font-size:12px; font-weight:400;padding:0px 7px;}
table.board td.artwork > span.tags > b.new { background:#00ad7d;color:#fff; }
table.board td.artwork > span.tags > b.hit { background:#1f8ce0;color:#fff; }
table.board td.artwork > span.tags > b.out { background:#ff6552;color:#fff; }
table.board td.txt img.url { cursor:pointer; }
table.board td.left {text-align:left;padding-left:10px;cursor:pointer; }
table.board td b { display:inline-block;background:#e95653;color:#fff;line-height:22px;height:22px;font-size:13px;padding:0px 10px;font-weight:400; }
table.board td span { display:block;line-height:18px;height:18px;font-size:12px;color:#999; }
table.board td span.dp {color:#111;font-weight:500;}
table.board td i.new {display:inline-block;background: #48bacb;padding:0px;width:16px;height:16px;line-height:16px;vertical-align:middle;margin-left:3px;color:#fff;border-radius: 50%;font-size:11px;text-align: center;}
table.board td i.new:before { content: 'N';}
table.board td i.lock {display:inline-block;background: #fff;padding:0px;width:20px;height:20px;line-height:20px;vertical-align:middle;margin-left:0px;text-align:center;color:#666;}
table.board td a { display:inline-block;line-height:22px;height:22px;border:0px solid #111;font-size:13px;padding:0px 10px;color:#fff;margin:10px;cursor:pointer;text-align:center; }
table.board td a.black {background:#202020}
table.board td a.blue {background:#48bacb}
table.board td a.white {background:#fff;color:#333;border:1px solid #999;}
table.board td a.white_del {background: url(/img/ico_add.jpg) #fff no-repeat 20px center;color:#333;border:1px solid #999;padding:0px 25px 0px 40px;}
table.board td .over { display:block;    white-space: normal; word-wrap: break-word; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }

table.board td i.status { position: absolute;top:50%;left:50%;width:50px;margin-left:-25px;margin-top:-11px;font-size:12px;line-height:22px;height:22px;padding:0px 0px;color:#fff;background: #bbb;text-align: center;border-radius: 3px;}
table.board td i.status.order { background:#45a171; }
table.board td i.status.modify { background:#f19149; }
table.board td i.status.completed { background:#5fa2dd; }

table.board tbody { counter-reset:list-number; }
table.board tbody > tr {counter-increment:list-number;}
table.board tbody > tr > td > span.numbering::before { content:counter(list-number); font-size:13px; color:#333;}


table.board tr th.th_sort { background:#eee;border-right:1px solid #e6e6e6;padding:0px;width:20px; }
#sortable_list tr td.move_handler { width:20px;font-size:14px;padding:0px;background:#eee;color:#666;cursor: move;border-right:0px solid #ccc;}
#sortable_list tr.tr-placeholder { border: 2px dashed #ccc; background: #eee7e3;box-sizing: border-box;height:50px;}
#sortable_list tr.tr-placeholder > td { background: transparent;border: 0px;}

#sortable_list tr.ui-sortable-helper { display:block !important;}
#sortable_list tr.ui-sortable-helper > td { background:rgba(255,255,255,0.7);}
#sortable_list tr.ui-sortable-helper > td > a { display:none; }

table.list tr td.move_handler { width:20px;font-size:14px;padding:0px;background:#eee;color:#666;cursor: move;border-right:0px solid #ccc;}
table.list tr.tr-placeholder { border: 2px dashed #ccc; background: #eee7e3;box-sizing: border-box;height:50px;}
table.list tr.tr-placeholder > td { background: transparent;border: 0px;}

table.list tr.ui-sortable-helper { display:block !important;}
table.list tr.ui-sortable-helper > td { background:rgba(255,255,255,0.7);}
table.list tr.ui-sortable-helper > td > a { display:none; }



table.board td select[name=sort_data] {background:#fff;color:#333;border:1px solid #999;height:32px;width:50px;}

table.board td img.full {max-width:100%;}
table.board td.cursor { cursor:pointer; }
table.board td.cursor { cursor:pointer; }
table.board td img.banner {display:block;width:300px;height:75px;vertical-align:middle;padding:10px 0px;margin:0 auto;}
table.board td img.page {display:block;width:150px;height:auto;vertical-align:middle;padding:10px 0px;margin:0 auto;}

table.board td img.logo {display:block;width:auto;height:40px;vertical-align:middle;padding:10px 0px;margin:0 auto;}

table.board td img.thum {float:left;display:block;width:263px;height:100px;vertical-align:middle;padding:10px 0px;}
table.board td .ex_sec {vertical-align:middle;height:100px;text-align:left;margin-left:280px;padding:10px 0px;}
table.board td .ex_sec h2 {margin:0px; margin-top:0px;font-size:16px;line-height:30px;font-weight:600;display:block;}
table.board td .ex_sec p { font-size:13px;line-height:20px;max-height:40px;overflow:hidden; }
table.board td .ex_sec span { font-size:13px;font-weight:400;display:block;color:#888;line-height:20px;margin:5px 0px 0px 0px;padding:0px;}
table.board td .ex_sec span > i { margin-right:5px;vertical-align:middle;font-size:18px; }

table.board td.pad { padding:10px 0px;text-align:left; }
table.board td div.product_img { position: relative;display:inline-block;height:120px;width:150px;border:1px solid #ddd;vertical-align: middle;}
table.board td div.product_img > label { display:block;position:absolute;top:0px;left:0px;background:#00ad7d;color:#fff;text-align:center;width:44px;height:44px;line-height:44px;padding:0px;font-size:12px; }
table.board td div.product_info { margin-left:15px;display:inline-block;width:auto;vertical-align: middle;}
table.board td div.product_info > h5 {font-size:16px;font-weight:600;line-height:20px;margin-bottom:5px;}

table.board td > span.ex { font-size:12px;font-weight:400;display:block;color:#888;line-height:20px;height:20px;margin:5px 0px 0px 0px;padding:0px;overflow: hidden;width:300px;margin:0 auto;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: keep-all;}

table.board td.left > span.ex { font-size:12px;font-weight:400;display:block;color:#888;line-height:20px;height:20px;margin:5px 0px 0px 0px;padding:0px;overflow: hidden;width:300px;margin:0;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: keep-all;}

table.board td img.mov_thum {display:block;width:90px;height:60px;margin:0 auto;vertical-align:middle;padding:10px 0px;}

table.board td em { display:inline-block;background:#bbb;color:#fff;line-height:22px;height:22px;font-size:12px;padding:0px 10px;text-align:center;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;	}

table.board td em.ans { background:#34a7e7;color:#fff;	}
table.board td em.completed { background:#34a7e7;color:#fff;	}

table.board td > div { position: relative;line-height:30px;}
table.board td > div > em { display:inline-block;background:#f15c22;line-height:18px;height:18px;width:14px;padding:0px 2px;text-align:center;font-size:11px;border-radius: 11px;color:#fff;font-weight: 300;margin-left:5px;}
table.board td > div > em[data-cnt='0'] { display:none; }
table.board td > div > em::before { content:attr(data-cnt); }

table.board tr input[type=checkbox] { width:16px;height:16px;vertical-align:middle; }
table.board td input[type=checkbox] { width:16px;height:16px;vertical-align:middle; }
table.board tr.ln { cursor:pointer; }
table.board tr.cancel td { background: #fd9d5f; }

ul.tab_menu { display:block;margin:0px;height:55px;padding:0px;padding-top:10px;border-bottom:2px solid #333333;margin-bottom:10px;font-size:0px; }
ul.tab_menu li { width:calc( 100% / 4 );display:inline-block;padding:0px 0px;height:55px;line-height:55px;border:1px solid #e6e6e6;box-sizing: border-box;background:#eee;border-bottom:0px;text-align:center; font-size:16px;cursor:pointer;font-weight:400;color:#bbb;vertical-align: top;}
ul.tab_menu li.on { height:57px;line-height:54px;border:2px solid #333333;background:#fff;border-bottom:0px;text-align:center;color:#333;font-weight: 500;}
ul.tab_menu.dap2 li{width:-webkit-calc( 100% / 2 ); width:-moz-calc( 100% / 2 ); width:calc( 100% / 2 );}
ul.tab_menu.dap3 li{width:-webkit-calc( 100% / 3 ); width:-moz-calc( 100% / 3 ); width:calc( 100% / 3 );}
ul.tab_menu.dap4 li{width:-webkit-calc( 100% / 4 ); width:-moz-calc( 100% / 4 ); width:calc( 100% / 4 );}
ul.tab_menu.dap5 li{width:-webkit-calc( 100% / 5 ); width:-moz-calc( 100% / 5 ); width:calc( 100% / 5 );}

div.tab_area { display:none; }
div.tab_area.on { display:block; }
div.tab_area > p { background: #f4f4f4;padding:20px;display:block;}
div.tab_area > p > img.guide_img { display:block;margin:0px 0px;max-width:100%; }
div.tab_area > p + p { margin-top:20px; }

div.tab_area > a { background: #f4f4f4;padding:20px;display:block;}
div.tab_area > a > img.guide_img { display:block;margin:0px 0px;max-width:100%; }
div.tab_area > a + a { margin-top:20px; }

div.join_info { display:block;border-bottom:0px solid #111;}
div.join_info > h4 { font-size:20px;font-weight:400;line-height:38px;border-bottom:0px solid #111;margin-bottom:10px; }
div.join_info > h4 > span { display:inline-block;float:right;line-height:38px;font-size:13px;color:#999;font-weight: 400;}
div.join_info > h4 > span::before { display:inline-block;height:38px;line-height:38px;font-family: 'FontAwesome';content: "\f069";font-size:10px;color:#ed6355;vertical-align: bottom;margin-right:3px;}

div.reg_form { border-top:1px solid #111;border-bottom:1px solid #ccc;padding:7px 0px; }
div.reg_form > .row { position: relative;padding:7px 0px 7px 150px;font-size:0px;border-bottom:0px solid #eee; }
div.reg_form > .row.push { padding:10px 0px 10px 5px; }
div.reg_form > .row.default { padding:10px 0px 10px 5px;border-bottom:0px solid #ddd;  }
div.reg_form > .row.hide { display:none; }
div.reg_form > .row.sub { background: #f8f8f8;}
div.reg_form > .row > label { position: absolute;top:7px;left:0px;display:block;padding:0px;line-height:38px;height:38px;padding:0px 0px;color:#111; width:150px;cursor:default;font-size:13px;}
div.reg_form > .row.sub { background: #f8f8f8;}
div.reg_form > .row.sub > label { left:15px;width:140px; }
div.reg_form > .row.required > label:after { display:inline-block;height:38px;line-height:38px;font-family: 'FontAwesome';content: "\f069";font-size:10px;color:#ed6355;vertical-align: bottom;margin-left:3px;}
div.reg_form > .row > span { display:inline-block;border:1px solid #f4f4f4;line-height:38px;height:38px;overflow: hidden;border-radius: 0px;width:200px;vertical-align: middle;background: #f4f4f4;}
div.reg_form > .row > span.full { display:block;width:auto; }
div.reg_form > .row > span.url { width:400px; }
div.reg_form > .row > span.text { display:inline-block;width:auto;vertical-align: middle;border:1px solid transparent;font-size:14px; position: relative;padding-right:15px;background: transparent;vertical-align: middle;}
div.reg_form > .row > span.text > b { margin-left:10px;color:#ed6355;font-weight:400;line-height:38px;display:inline-block;vertical-align: top;}
div.reg_form > .row > span.text > em { font-weight:400;display:inline-block;vertical-align: top; }
div.reg_form > .row > span.text > a { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 2px;}
div.reg_form > .row > span.text.btn > a { position: relative;top:auto;right:auto;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 2px;margin-top:3px;}
div.reg_form > .row > p.comment { display:block;line-height:20px;padding:0px 0px;margin-top:7px;margin-left:0px;vertical-align: middle;color:#999;}
div.reg_form > .row > span.name { width:250px;position: relative;}
div.reg_form > .row > span.name > label {position:absolute; margin:0; padding:0; height:auto;top:2px;border-radius: 0px;}
div.reg_form > .row > span.name > label > i {display:block; width:60px; height:34px; text-align:center; font-size:13px; line-height:34px; background:#ddd; color:#999;}
div.reg_form > .row > span.name > label > input[type=radio]:checked + i {background:#444; color:#fff;}
div.reg_form > .row > span.name > label.korean { right:62px; }
div.reg_form > .row > span.name > label.foreigner { right:2px; }
div.reg_form > .row > span.nick { width:250px;position: relative;}
div.reg_form > .row > span.nick > label {position:absolute; margin:0; padding:0; height:auto;top:2px;border-radius: 0px;}
div.reg_form > .row > span.nick > label > i {display:block; width:60px; height:34px; text-align:center; font-size:13px; line-height:34px; background:#ddd; color:#999;}
div.reg_form > .row > span.nick > label > input[type=radio]:checked + i {background:#444; color:#fff;}
div.reg_form > .row > span.nick > label.korean { right:62px; }
div.reg_form > .row > span.nick > label.foreigner { right:2px; }
div.reg_form > .row > span.birth { width:270px;position: relative;}
div.reg_form > .row > span.birth > label {position:absolute; margin:0; padding:0; height:auto;top:2px;border-radius: 0px;}
div.reg_form > .row > span.birth > label > i {display:block; width:60px; height:34px; text-align:center; font-size:13px; line-height:34px; background:#ddd; color:#999;}
div.reg_form > .row > span.birth > label > input[type=radio]:checked + i {background:#444; color:#fff;}
div.reg_form > .row > span.birth > label.male { right:63px; }
div.reg_form > .row > span.birth > label.female { right:2px; }
div.reg_form > .row > span > input { display:block;width:100%;line-height:38px;height:38px;padding:0px 10px;border: 0px;outline:none;}
div.reg_form > .row > span > input::placeholder {color:#bbb;}
div.reg_form > .row > span.phone,
div.reg_form > .row > span.email { position:relative;width:300px; }
div.reg_form > .row > span.id { position:relative;width:250px; }
div.reg_form > .row > span.phone > button,
div.reg_form > .row > span.email > button,
div.reg_form > .row > span.nick > button,
div.reg_form > .row > span.id > button { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 0px;}
div.reg_form > .row > span.cert { position:relative;margin-top:5px;display:none;margin-left:0px; }
div.reg_form > .row > span.cert.show { display:block; }
div.reg_form > .row > span.phone > button:disabled,
div.reg_form > .row > span.email > button:disabled,
div.reg_form > .row > span.id > button:disabled,
div.reg_form > .row > span.nick > button:disabled { background:#ddd; color:#999; }
div.reg_form > .row > span.cert > button { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#ed6355;border-radius: 0px;}
div.reg_form > .row > span.cert > .count { position: absolute;top:2px;right:70px;line-height:34px;height:34px;display:block;padding:0px 0px;color:#999;text-align:right;font-size:13px;}

div.reg_form > .row > span.cprice { position: relative;padding-left:55px;padding-right:50px;width:30px;}
div.reg_form > .row > span.cprice > input { text-align:right; }
div.reg_form > .row > span.cprice > b { display:block;font-size:12px;line-height:38px;color:#fff;padding:0px 5px;font-weight:400;position: absolute;top:0px;left:0px;background: #999;}
div.reg_form > .row > span.cprice > em { display:block;font-size:12px;line-height:38px;color:#999;padding-right:10px;font-weight:400;position: absolute;top:0px;right:0px;}

div.reg_form > .row > button {display:inline-block;line-height:36px;height:36px;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 3px;vertical-align: middle;}

div.reg_form > .row > span.re { margin-top:5px; }
div.reg_form > .row > span.msg { position: relative;padding-left:10px;display:block;border:0px solid #ddd;line-height:18px;height:18px;overflow: hidden;border-radius: 0px;margin-top:5px;font-size:11px;color:#999;}
div.reg_form > .row > span.msg::before {position: absolute;top:5px;left:0px;display:block;height:13px;line-height:13px;vertical-align: middle;margin:0px 0px;font-size:11px;color:#ed6355;content: "*";}
div.reg_form > .row > span.address { position:relative;width:300px;margin:0px;margin-top:5px; }
div.reg_form > .row > span.address.full { width:100%; }
div.reg_form > .row > span.address_detail { position:relative;width:500px;display: block;margin:0px;margin-top:5px;}
div.reg_form > .row > span.address_detail.full { width:100%; }
div.reg_form > .row > span.address > .post { display:none; }
div.reg_form > .row > span.address > button { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 2px;}
div.reg_form > .row > span.zip { position:relative;width:250px;display:block; }
div.reg_form > .row > span.zip > button { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 2px;}
div.reg_form > .row > span.chk { display:block;margin-left:0px;border:0px solid #ddd;width:auto; }
div.reg_form > .row.push > span.chk { margin:0px; }
div.reg_form > .row.default > span.chk { margin:0px; }
div.reg_form > .row > span.chk label { padding-left:22px; height:22px; line-height:22px; font-size:0px; }
div.reg_form > .row > span.chk label + label {margin-left:15px;}
div.reg_form > .row > span.chk label > input[type=checkbox] + span  { padding-left:0px; line-height:22px; font-size:13px; color:#333; width:40px;}
div.reg_form > .row > span.chk label > input[type=checkbox] + span:before { top:2px;width:16px; height:16px; border: 2px solid #ccc;  background:#ccc;  font-size:16px; line-height:16px; }
div.reg_form > .row > span.chk label > input[type=checkbox]:checked + span  { color:#111;font-size:13px; }
div.reg_form > .row > span.chk label > input[type=checkbox] + span > b { font-weight:500;}
div.reg_form > .row > span.chk label > input[type=checkbox]:checked + span:before { background:#444;border: 2px solid #444;color:#fff; }
div.reg_form > .row.default > span.chk label > input[type=checkbox] + span  {  width:auto;}
div.reg_form > .row > span.sel { position:relative; overflow:hidden;}
div.reg_form > .row > span.sel.area { width:120px; }
div.reg_form > .row > span.sel > select {display:block; position:relative; box-sizing:border-box; width:130%; padding:0 10px; font-size:13px; line-height:38px; z-index:1; background:transparent;}
div.reg_form > .row > span.sel:after {content:'\e941'; display:inline-block; position:absolute; right:10px; top:0; font-family: 'xeicon'; color:#666; font-size:13px; text-align:center; line-height:38px;}
div.reg_form > .row > span.bank_name { width:150px; }
div.reg_form > .row > span.bank_owner { width:120px; }
div.reg_form > .row > span.bank_number { width:250px; }
div.reg_form > .row > span + span { margin-left:5px; }
div.reg_form > .row > span.tit { width:100%;position: relative;}
div.reg_form > .row > span.txt { width:100%;position: relative;height:auto;}
div.reg_form > .row > span.txt > .byte { display:block;font-size:13px;color:#bbb; margin-left:10px; margin-right:10px;line-height:16px;border-top: 1px solid #ddd;text-align:right;padding:10px 0px;;}
div.reg_form > .row > span > textarea { display:block;width:100%;line-height:24px;height:150px;padding:10px 10px;border: 0px;outline:none;}
div.reg_form > .row > span > textarea::placeholder {color:#bbb;}
div.reg_form > .row > span.push { display:block;border:0px solid #ddd;width:auto; }
div.reg_form > .row > span.push label { padding-left:22px; height:22px; line-height:22px; font-size:13px; }
div.reg_form > .row > span.push label + label {margin-left:25px;}
div.reg_form > .row > span.push label > input[type=checkbox] + span  { padding-left:5px; line-height:22px; font-size:13px; color:#333; }
div.reg_form > .row > span.push label > input[type=checkbox] + span:before { top:2px;width:16px; height:16px; border: 2px solid #ccc;  background:#ccc;  font-size:16px; line-height:16px; }
div.reg_form > .row > span.push label > input[type=checkbox]:checked + span  { color:#fff; }
div.reg_form > .row > span.push label > input[type=checkbox] + span > b { font-weight:500;}
div.reg_form > .row > span.push label > input[type=checkbox]:checked + span:before { background:#d5a770;border: 2px solid #ed6355;color:#fff; }
div.reg_form > .row > span.att { width:60%;position: relative;}
div.reg_form > .row > span.att.min { width:40%;position: relative;}
div.reg_form > .row > span.att > span {display:block;line-height:38px;height:38px;padding:0px 10px;border: 0px;outline:none;font-size:13px;color:#666; }
div.reg_form > .row > span.att > a { position: absolute;top:2px;right:2px;line-height:34px;height:34px;display:block;padding:0px 15px;text-align:center;font-size:13px;color:#fff;background:#444;border-radius: 2px;}
div.reg_form > .row > span.att > a input[type=file] { position:absolute;top:0px;left:0px;width:100%;height:34px;line-height:34px;font-size:34px;cursor:pointer;background:#999;padding:0px;margin:0px;opacity:0;}
div.reg_form > .row > span.att + span.file { border: 0px;display:block;margin-top:5px;padding:0px;margin:0px;width:auto;}
div.reg_form > .row > span.file  a { text-decoration: underline; }

div.reg_form > .row > span.star {display:block;border:0px solid #ddd;padding:0px;overflow: visible;}
div.reg_form > .row > span.star:after {content:''; display:block; clear:both;}
div.reg_form > .row > span.star > span {display:block; position:relative; width:36px; float:left; height:36px; margin:0; padding:0px; line-height:normal;}
div.reg_form > .row > span.star > span > button {display:block; width:100%; height:100%; text-align:center; vertical-align:middle;background: transparent; color:#bbb;}
div.reg_form > .row > span.star > span > button:after {content:'\ea16'; font-family:"xeicon"; font-size:32px; line-height:36px;}
div.reg_form > .row > span.star > span.checked > button:after {content:'\ea0f'; color:#ed6355;}

div.agree_form { margin-top:0px; }
div.agree_form > div.all {padding:10px 0px;  text-align:left;margin-bottom:10px;}
div.agree_form > div.all > label {padding-left:24px; height:24px; line-height:24px;}
div.agree_form > div.all > label > span {font-size:15px; line-height:24px; height: 24px; color:#111;}
div.agree_form > div.all > label > span:before {width:22px; height:22px; line-height:22px;border-radius: 50%;}
div.agree_form > ul { display:block;padding:20px 30px;border:1px solid #ddd; background: #fafafa;}
div.agree_form > ul > li {position:relative; border-bottom:1px solid #ddd; padding:10px 0px;font-size:0px;}
div.agree_form > ul > li:last-child {border-bottom:0px solid #ddd;}
div.agree_form > ul > li > label { vertical-align: middle;display:block;}
div.agree_form > ul > li > label > span:before {border-radius: 50%;}
div.agree_form > ul > li > label > span > b {font-weight:500; color:#999;}
div.agree_form > ul > li.required > label > span > b {color:#ed6355;}
div.agree_form > ul > li > a {position:absolute; right:0px; top:0px; display:inline-block; width:50px;padding-right:0px; height:40px; text-align:center; color:#999;}
div.agree_form > ul > li > a:after {content:'\e93e'; display:block; width:100%; height:40px; line-height:40px; font-family:'xeicon'; font-size:16px; text-align:right; color:#999;}
div.agree_form p.comment {color:#333; word-break:keep-all;}

section .cnts_btns { display:block;overflow: hidden;font-size:0px;text-align:center;margin-top:50px;}
section .cnts_btns > a { display:inline-block;width:auto;padding:0px 0px;margin-left:0px;border:1px solid #999;background:#999;color:#fff;font-size:15px;font-weight:400; line-height:48px;text-align:center;border-radius: 3px;}
section .cnts_btns > a + a {  margin-left:10px; }
section .cnts_btns > a.on { background:#d5a770;color:#fff;border:1px solid #d5a770; }
section .cnts_btns.fixed > a { width:160px; }
section .cnts_btns > button { display:inline-block;width:auto;padding:0px 0px;margin-left:0px;border:0px solid #999;background:#999;color:#fff;font-size:15px;font-weight:400; line-height:48px;text-align:center;border-radius: 3px;}
section .cnts_btns > button + button { margin-left:10px; }
section .cnts_btns > button.on { background:#d5a770;color:#fff;border:0px solid #d5a770; }
section .cnts_btns.fixed > button { width:160px; }

section .cnts_btns.st_G > button.on { background: #ff6951;}
section .cnts_btns.st_A > button.on { background: #1d7dee;}


section .find_wrap { clear:both;padding-top:200px;padding-bottom:70px;width:480px;margin:0 auto; }
section .find_wrap hgroup {text-align: center !important;display:block;border-bottom:0px solid #111;margin:0px;padding:0px 0px 50px 0px !important;}
section .find_wrap hgroup > h2 { font-weight:500;font-size:34px;letter-spacing: -3px;line-height:40px;margin-bottom: 5px;color:#666;}
section .find_wrap hgroup > h2 > b { color:#d5a770;font-weight:500; }
section .find_wrap hgroup > p { font-size:14px;color:#999;line-height:24px;}
section .find_wrap hgroup > p.find { font-size:30px;color:#111;line-height:22px;font-weight: 700; }

section .find_wrap .find_info { display:block;border-top:0px solid #111; }


section .container hgroup {text-align:left;display:block;border-bottom:0px solid #111;margin:0px;padding:30px 0px 20px 0px;position: relative;}
section .container hgroup > h2 { font-size:26px;color:#111;line-height:30px;font-weight: 600; }
section .container hgroup > h2.eng { letter-spacing: -1px;}
section .container hgroup > h2 > b { color:#d5a770;font-weight:500; }
section .container hgroup > p { font-size:14px;color:#999;line-height:24px;}
section .container hgroup > p.find { font-size:30px;color:#111;line-height:22px;font-weight: 700; }
section .container hgroup > i { position: absolute;top:33px;right:0px;font-size:14px;line-height:30px;height:30px;padding:0px 15px;color:#fff;background: #bbb;text-align: center;border-radius: 5px;}
section .container hgroup > i.order { background:#45a171; }
section .container hgroup > i.modify { background:#f19149; }
section .container hgroup > i.completed { background:#5fa2dd; }


/* 팝업영역 설정 */
.pop { display:block;position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgba(0,0,0,0);z-index:999;will-change: transform, opacity; }

.popup {position:fixed;top:50%;left:50%;width:auto;padding:0px;height:auto;background:#fff;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	 -webkit-box-shadow:  0px 0px 80px 20px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.2);box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.2);
	 z-index:999;display:block;}

.popup > aside { position: fixed;top:50%;transform:translateY(-50%);left:50%;margin-left:460px;display:none;background:#fff;border:0px solid #111;padding:15px 10px;z-index:999; }

.popup > aside[data-type=LIST] > dl.history { display:block; }
.popup > aside[data-type=LIST] > dl.history > dd { font-size:12px;line-height:18px;color:#999; }

.popup > header { position:relative;display:block;padding-bottom:0px;background:#eee;padding:10px 20px;border-bottom:1px solid #ccc; height:50px;}
.popup > header h1 { font-size:22px;font-weight:300;color:#333;line-height:50px; }
.popup > header h1 > span { font-size:16px;margin-left:7px; }
.popup > header .close { position:absolute;top:20px;right:15px;font-size:30px;display:block;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;color:#333; }
.popup > footer {position:relative; margin:0px;padding:15px 20px;height:40px;text-align:center;background:#eee;border-top:1px solid #ccc; }
.popup > footer.complete { padding-bottom:0px; }
.popup > footer a { float: none;display:inline-block;line-height:40px;height:40px;border:0px;font-size:14px;width:auto;padding:0px 40px;color:#fff;margin:0px 2px;cursor:pointer;background:#d5a770;border-radius: 3px;}
.popup > footer a.gray { background:#999; }
.popup > footer a.red { background:#ec635d; }
.popup > footer a.black { background:#2d3845; }
.popup > footer a.del {position:absolute;top:15px;right:20px; display:inline-block;line-height:40px;height:40px;border:0px;font-size:14px;width:auto;padding:0px 20px;color:#999;margin:0px 2px;cursor:pointer;background:#ddd; }
.popup > footer a.preview {position:absolute;top:15px;left:20px; display:inline-block;line-height:40px;height:40px;border:0px;font-size:14px;width:auto;padding:0px 20px;color:#fff;margin:0px 2px;cursor:pointer;background:#ec635d; }
.popup > footer.complete a { background:#48bacb;padding:0px 30px; }
.popup > footer.complete a.gray { background:#999;padding:0px 30px; }
.popup > footer span.select {position:absolute;top:15px;left:20px;padding-left:30px; display:inline-block;line-height:36px;height:36px;border:0px;font-size:14px;width:auto;width:80px;margin:0px 0px;cursor:pointer;background:#fff;border:2px solid #e95653; -webkit-border-radius: 5px;-khtml-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; overflow:hidden;}
.popup > footer span.select > label { position:absolute;top:0px;left:0px;display:block;width:30px;height:30px;line-height:15px;font-size:11px;padding:3px 0px;text-align:center;background:#e95653;color:#fff; }
.popup > footer span.select select { position:relative;display:block;width:130%;padding-left:5px;height:36px;line-height:36px;background:transparent;font-size:14px;font-weight:400;outline: none;z-index:2;color:#333; }
.popup > footer span.select:after { font-family:FontAwesome; content:"\f107";vertical-align: middle;position:absolute;top:0px;right:5px;display:block;color:#999;font-size:15px;height:36px;line-height:36px;z-index:1;}

.popup > footer span.appr {position:absolute;top:15px;left:20px;padding-left:30px; display:inline-block;line-height:36px;height:36px;border:0px;font-size:14px;width:auto;width:80px;margin:0px 0px;cursor:default;;background:#eee;border:2px solid #aaa; -webkit-border-radius: 5px;-khtml-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; overflow:hidden;}
.popup > footer span.appr > label { position:absolute;top:0px;left:0px;display:block;width:30px;height:30px;line-height:15px;font-size:11px;padding:3px 0px;text-align:center;background:#aaa;color:#fff; }
.popup > footer span.appr span { position:relative;display:block;padding-left:5px;height:36px;line-height:36px;background:transparent;font-size:14px;font-weight:400;outline: none;z-index:2;color:#333;text-align:left; }

.popup > section {overflow-y:auto;background:#fff;padding:0px;margin:0px;}
.popup > section.width_300 { width:300px; }
.popup > section.width_400 { width:400px; }
.popup > section.width_500 { width:500px; }
.popup > section.width_600 { width:600px; }
.popup > section.width_700 { width:700px; }
.popup > section.width_800 { width:800px; }

.popup > section article { padding:20px; }
.popup > section article.pre { word-break: keep-all; white-space: pre-wrap; word-wrap: break-word; }
.popup > section article div.tb_info { display:block;position:relative; }
.popup > section article div.tb_info + .tb_info { margin-top:20px; }
.popup > section article div.tb_info.hide { display:none; }
.popup > section article div.tb_info > h2 { font-size:16px;font-weight:300;color:#666;display:block;margin-bottom:5px;line-height:30px; }
.popup > section article div.tb_info > h2 a { float:right;position:relative;display:inline-block;margin:0px 2px;height:28px;line-height:28px;width:auto;color:#666;font-weight:300; vertical-align: middle;font-size:13px;background:#eee;text-align:center;cursor:pointer; border:1px solid #999;padding:0px 15px; -webkit-border-radius: 4px;-khtml-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.popup > section article div.tb_info > h2 a.greenbg { background:#45a171;border:1px solid rgba(0,0,0,0.2);color:#fff;}
.popup > section article div.tb_info > h2 a > i {margin-right:5px;vertical-align:middle;line-height:27px;}
.popup > section article div.tb_info > h2 > span { font-size:13px;color:#999;display:inline-block;vertical-align: bottom;line-height:30px;float:right;}
.popup > section article div.tb_info > p { font-size:13px;font-weight:400;color:#666;display:block;margin-top:10px;line-height:22px; }
.popup > section article div.tb_info > p + p { margin-top:0px; }

.popup > section article div.tb_info > .inner_mask { position:absolute;background:rgba(0,0,0,0.05);top:31px;left:1px;right:1px;bottom:1px;display:block;z-index:2; }
.popup > section article div.tb_info > .inner_mask.status { top:91px; }



.popup > ul.tab { line-height:50px;height:50px;padding-left:1px;border-bottom:1px solid #ddd;margin-right:0px;margin-left:0px;margin-top:0px;background:#eee;}
.popup > ul.tab li { display:inline;float:left;background:#eee;font-size:16px;padding:0px 40px;font-weight:600;line-height:50px;margin-bottom:0px;margin-left:0px;border-right:1px solid #ddd;color:#bbb;cursor:pointer; }
.popup > ul.tab li.on { color:#666;background:#fff;height:51px; }
/* @팝업영역 설정 */

.plan_number { display:block;background: #eee;text-align: right;border-radius: 0px;padding:20px 27px;margin-bottom:20px;margin-top:10px;position: relative;}
.plan_number::before { display:block;content: '플랜번호';color:#999;position: absolute;top:20px;left:27px;line-height: 25px;}
.plan_number > p { display:block;line-height: 25px;font-size:18px;letter-spacing: 1px;font-weight: 600;color:#1a73e8;}