@charset "UTF-8";
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
/* //// CSS RESET */
/* http://html5doctor.com/html-5-reset-stylesheet/ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;/*background:transparent;*/}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
nav ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none}
mark {background-color:#fff;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select,textarea {vertical-align:middle;resize:none}
table {border-collapse:collapse;border-spacing:0}caption, th, td {font-weight:normal}
table caption {visibility:hidden;width:0;height:0;overflow:hidden}
/* //// */
html {overflow-y:scroll}
body{min-width:100%;background:#fff;color:#333;font-family:'Noto Sans KR', 'sans-serif', '맑은고딕','Malgun Gothic','Nanum Barun Gothic', '나눔바른고딕', 'Nanum Gothic', '나눔고딕', 'Dotum';font-size:16px; line-height: 1.6em; -webkit-text-size-adjust:none}
ul {border:0;list-style:none}
dd {padding:5px 0}
em {font-style:normal}
img {border:0;vertical-align:middle}
legend {display:none} label {cursor:pointer;vertical-align:middle}
h1, h2, h3, h4, h5, h6 {clear:both;margin:10px 0;padding:0}
h1 {font-size:1.2em}
h2 {font-size:1.2em}
h3 {font-size:1em}
h4 {font-size:1em}
strong {font-weight:bold}
iframe#hiddenframe {display:none;width:0;height:0}
body,input,button,select,textarea {font-family:'Noto Sans KR', 'sans-serif', '맑은고딕','Malgun Gothic','Nanum Barun Gothic', '나눔바른고딕', 'Nanum Gothic', '나눔고딕', 'Dotum'} 
button {cursor:pointer} 
select {padding: 3px;border:1px solid #A9A9A9}

/*************************************************
  CSS 알찬돌삐 nhosw@hanmail.net
 ************************************************/

/* css reset 에서 초기화한것 본문에서는 어느정도는 살려주자 */
.article_body table, .article_body th, .article_body td { border-width: 1px; border-style: solid }


/* 공통 */
article {position:relative; text-align:center;}
a {color:#333;text-decoration:none} a:hover, a:focus {text-decoration:underline}
.ed, .inputbox { border:1px solid #d5d5d5; padding: 5px 0px 4px 3px } 
.readonly { cursor: not-allowed; background: #eee }
.ed_full { width: 99% }
.tx { border:1px solid #d5d5d5; padding: 5px 0px 4px 3px } 
.bold { font-weight: bold }
.small { font-size:11px }
.esmall {font-size:.9em}
.cloudy, a.cloudy {color:#888888;} /* 흐림 */
.pull-left, .fLeft   { float: left }
.pull-right, .fRight  { float: right }
.clearfix, .clr     { clear: both; content: ''; display: block }
.clr2    { clear: both !important; float: none !important; line-height: 0 !important; height: 0 !important; font-size: 0 !important; content: ''; display: block }
.tLeft, .text-left   { text-align: left }
.tRight, .text-right  { text-align: right }
.tCenter, .text-center { text-align: center }
.pRelative { position: relative }
.pAbsolute { position: absolute }
.pFixed { position: fixed }
.icon_set { background: url('/img/icon/icon_set.gif') no-repeat; display: block; padding-left: 20px; padding-top:0px; margin-bottom: 5px; }
.w100 { width: 100% }



/* placeholder */
label.placeholder {	color:#999 !important; line-height:1em }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {	color:#999 !important; }
input:-moz-placeholder, textarea:-moz-placeholder {	color:#999 !important; }


a.external { background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC) center right no-repeat;background:url(/img/icon/external-link.png) center right no-repeat!ie;padding-right:13px}

/* Jeong Chan Myeong(dece24@gmail.com) */

/* Button Reset */
.button,
.button a,
.button button,
.button input { position:relative; margin:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; white-space:nowrap; background:url(/img/btn/buttonWhite.gif) no-repeat; overflow:visible; color:#333;}
.button { height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.button a,
.button button,
.button input{ left:2px; vertical-align:top; cursor:pointer;}

/* Button Size */
.button.large { height:29px; background-position:left -30px; }
.button.xLarge { height:35px; background-position:left -65px; }
.button.small { height:18px; background-position:left -107px; }
.button a,
.button button,
.button input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.button.large a,
.button.large button,
.button.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.button.xLarge a,
.button.xLarge button,
.button.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.button.small a,
.button.small button,
.button.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}
.button.green,
.button.green a,
.button.green button,
.button.green input { background-image:url(/img/btn/buttonGreen.gif); color:#fff;}
.button.green *:hover,
.button.green *:active,
.button.green *:focus{ color:#ff0;}
.button.black,
.button.black a,
.button.black button,
.button.black input { background-image:url(/img/btn/buttonBlack.gif); color:#fff;}
.button.black *:hover,
.button.black *:active,
.button.black *:focus{ color:#ff0;}
.button.red,
.button.red a,
.button.red button,
.button.red input { background-image:url(/img/btn/buttonRed.gif); color:#fff;}
.button.red *:hover,
.button.red *:active,
.button.red *:focus{ color:#ff0;}
.button.blue,
.button.blue a,
.button.blue button,
.button.blue input { background-image:url(/img/btn/buttonBlue.gif); color:#fff;}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{ color:#ff0;}

/* Button Text Strong */
.button.strong * { font-weight:bold !important;}

/* 테이블 공통 */
/* 폼 테이블 */
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
.frm_tbl caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left; visibility:visible; width: auto; height: auto}
.frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:normal;text-align:left}
.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.frm_tbl textarea,
.frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle}
.frm_input:focus, input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important;color:#fff}
.frm_tbl textarea {width:90%;height:70px}
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
.frm_tbl #captcha input {margin-left:5px;text-align:center}
.frm_tbl a {text-decoration:none}

/* 상단검색폼 */
.form-wrapper { width: 446px; height: 26px; background: url('/img/menu/search.gif') no-repeat; display: block; padding: 8px 10px 16px 10px; top: 15px; left: 300px }
.form-wrapper input { float: left; width: 330px; border: 0; padding: 8px 10px 3px 10px; *padding: 10px 10px 1px 10px; background-image: none !important; background-color: #e9e9e9; font: bold 14px/12px Dotum; overflow: hidden }
.form-wrapper button { float: right; right: 10px; background: url('/img/menu/search.gif') -366px center no-repeat; border: 0; padding: 5px 0px; width: 90px; font-size: 0; height: 30px }


/* 인덱스페이지 */
#header_skip { z-index: 1000; display: block; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; position: absolute; text-align: center; font-size: 16px; color: #fff; background: #666 }
#header_skip:focus { font-weight: bold; color: #ff0000; text-decoration: none; width: 100%; max-width: 100%; min-width: 100%; line-height: 2em; height: 35px }
#index_latest { background: url('/img/index/bg.png') no-repeat; width: 710px; height: 500px; margin-left:0px }
#index_latest ul li { margin-bottom: 5px }

/* 각 게시판 상단 안내글 테두리 */
.board_desc {clear:both; margin-bottom:5px;padding:7px 10px 5px;border:1px solid #eee;background:#f9f9f9;color:#BF0000;line-height:1.5em;letter-spacing:-0.1em}
.board_desc a {color:#888;text-decoration:underline}

/* 새창 기본 스타일 */
.new_win {}
.new_win h1 {margin-bottom:20px;padding:0 20px;height:60px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;background:#fff;font-size:1.2em;line-height:5em}
.new_win table {margin:0 auto 20px !important;width:93% !important;background:#fff !important}
.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win_ul li {float:left;margin-left:-1px}
.new_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_desc {margin:0 auto;width:93%}

/* 기본테이블 */
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
.basic_tbl caption {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden}
.basic_tbl thead th {padding:12px 0 8px;background:#565e60;color:#fff}
.basic_tbl thead a {color:#fff}
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.basic_tbl td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.basic_tbl a {}
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
td.empty_table {padding:85px 0;text-align:center}

.empty_list {padding:85px 0;text-align:center}
.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */

/* legend 를 이용한 fieldset */
.fieldset { margin-top: 30px; border: 1px solid #ccc; padding: 10px; padding-top: 20px; }
.fieldset legend { display: block; position: absolute; background: #2080D0; margin-top: -35px; padding: 5px 10px; color: #fff }

/* 검색어 강조 */
.sch_word { font-weight: bold }


/* 페이징리스트 */
/* new_paging */
.paging_area {padding:15px 0; text-align:center;}
.new_page span,
.new_page a {display:inline-block; text-decoration: none}
#contents .new_page a {display:inline-block; text-decoration: none}
.new_page a {color:#555;}
.new_page a,
.new_page .curent {height:15px; line-height:15px; padding:0 10px 0 10px; border-left:1px solid #e9e9e9;}
.new_page .curent {letter-spacing:-1px; font-weight:bold; color:#fd650d;}
.new_page .first,
.new_page .first a {border:none;}
.new_page .pre2,
.new_page .pre,
.new_page .next,
.new_page .next2 {padding:0; width:15px; height:15px; overflow:hidden; text-indent:-9000px; border:none; background:url('/skin/board/jy.basic/img/sprites_btn.gif') no-repeat; vertical-align:top;}
.new_page .pre2,
.new_page .pre {margin-right:3px;}
.new_page .next,
.new_page .next2 {margin-left:3px;}
.new_page span.pre2 {background-position:-1440px 0;}
.new_page span.pre {background-position:-1460px 0;}
.new_page span.next {background-position:-1480px 0;}
.new_page span.next2 {background-position:-1500px 0;}
.new_page a.pre2 {background-position:-1520px 0;}
.new_page a.pre {background-position:-1540px 0;}
.new_page a.next {background-position:-1560px 0;}
.new_page a.next2 {background-position:-1580px 0;}


span.page_navigation {padding:5px 6px;margin:5px 3px;border:#FF9494 1px solid}
a.page_navigation {padding:5px 7px;margin:0}
/* a.page_navigation {padding:5px 7px;margin:0;border:transparent 1px solid} */
a.page_navigation:hover {border:#ACACAC 1px solid;margin:0 -1px}
a.page_navigation:link,a.page_navigation:active,a.page_navigation:visited {text-decoration:none;color:#1B6C8F}

.member { font-weight: bold }
.member em { font-weight: normal; font-size: 11px; font-style: normal }
.level_icon { padding-right: 5px }


/* 쪽지 */
#memo_view section {margin:0 auto 20px;padding:0px;width:87%}
#memo_view section h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view_ul a {}
#memo_view section p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff}

#memo_write textarea {height:100px}

#sideview { position: absolute; background: #fff; border: 1px solid #999; z-index:1 }
#sideview li { float: none; list-style: none; margin: 0; padding: 0 }
#sideview li a { float: none; display: block; border-bottom: 1px solid #ccc; padding: 3px 30px 2px 10px; font-weight: normal }
#sideview li a:hover, #sideview li a:focus { text-decoration: none; background: #333; color: #fff !important }


/* layout  */
.wrapper,
.bigwrapper { width: 1201px; min-width: 1201px; margin: 0 auto }
.wrapper2 {position:relative}


/* header */
#h1 {margin:0;padding:0;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden;position:relative}
header {
	background:#fff;
	min-width:1201px;
}
header #logo {
	position:absolute;
	left:50%;
	margin:0 0 0 -117px;
	padding:38px 0 0 0;
	z-index:1;
}
header .wrapper {position:relative}

#header1-1 {font-size:14px;background:#c00000}
#header1-1 .wrapper {height:138px}
#header1-1 .outlogin {position:absolute;right:0;top:20px;font-size:1em}
#header1-1 .outlogin li {float:left}
#header1-1 .outlogin li a {display:block;padding:0 10px;color:#eda1a1}
#header1-1 .outlogin li a img {padding-right:10px}
#header1-1 .outlogin li a i {position:absolute;width:1px;height:13px;background:#999;margin:8px 0 0 20px;display:none}
#header1-1 .outlogin li:last-child i {display:none}
#header1-1 .tel {position:absolute;right:0;top:55px}
#header1-1 .owl-carousel {position:absolute;right:0;left:0;margin:32px 0 0 20px;width:237px;height:106px}
#header1-1 .owl-carousel .owl-nav * {text-indent:-9999em;position:absolute;margin:-70px 0 0}
#header1-1 .owl-carousel .owl-prev {left:-20px;background:url('/img/menu/t-slider-arrow.png') no-repeat;width:21px;height:21px}
#header1-1 .owl-carousel .owl-next {right:-20px;background:url('/img/menu/t-slider-arrow.png') right top no-repeat;width:21px;height:21px}
#header1-1:after {display:block;content:'';clear:both}
#header1-2 {height:105px;border:1px solid #dfe1e9;border-left:0;border-right:0}

/* 최상단 슬라이더 */
#header2 {border:1px solid #d5d7de;border-left:0;border-right:0}
#headermenu {overflow:hidden;margin-right:72px}
#headermenu li {float:left;width:12.5%}
#headermenu li:first-child {}
#headermenu li a {
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: 69px;
    line-height: 69px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    z-index: 1;
	letter-spacing:-1px;
	color:#1d1d1d;
	border-right:1px solid #d5d7de;
}
#header2 .wrapper a.home {
	background:url('/img/menu/home.png') center no-repeat #fff;
	border:1px solid #dcdcdc;
	border-top:0;border-bottom:0;
	padding:0;width:69px;height:69px;display:block;float:left;
}

#headermenu li a span {display:block;position:relative}
#headermenu li a i {
	display:none;
	position:absolute;
	transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
	width:0%;
	left:50%;height:1px;bottom:20px;background:#fff;
	/*
    filter: blur(2px);
	-webkit-filter: blur(2px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
	*/
}
#headermenu li:first-child a i {}
#headermenu li a:hover, #headermenu li a:focus, #headermenu li a.on {color:#c00000;}
#headermenu li a:hover i, #headermenu li a:focus i, #headermenu li a.on i {width:100%;left:0}

#headermenu2 {position:absolute;right:0;top:0px}
#header2:after {display:block;content:'';clear:both}

/* 멤버쉽,센터소개,상담 및 예약은 대메뉴에서 감춤 */
#headermenu li a#header2menu910,
#headermenu li a#header2menu920 {display:none}

/* 서브 메뉴 */
.header2smenu {
	position:absolute;display:block;z-index:3;
	height:0;
	margin:10px 0 0 20px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	overflow:hidden;
}
#headermenu .header2smenu li {width:inherit;margin:0;}
#headermenu .header2smenu li {float:left}
#headermenu .header2smenu li a {
	display:block;
	position:relative;
	width:auto;
	line-height:1.4em;
	height:auto;
	font-size:1em;
	padding:15px 20px;
	font-weight:normal;
	color:#fff;
	border:0;
	text-align:left;
	letter-spacing:-1px;
	background:transparent;
	text-decoration:none;
}

#headermenu .header2smenu li:first-child a {padding-left:10px}
header .header2smenu.on {height:auto;}
#headermenu .header2smenu li a:hover, #headermenu .header2smenu li a:focus, #headermenu .header2smenu li a.on {color:#c00000;}
.ie #headermenu .header2smenu li a {padding:15px 15px;letter-spacing:-2px}

#header2smenuBG {position:absolute;height:0;width:100%;min-width:1201px;left:0;margin-top:0px;z-index:2;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	overflow:hidden;
	background:#1B284A;
}
#header2smenuBG.on {
	height:75px;
}
#header2smenuBG.onx {
	/*
	height:75px !important;
	border-bottom:1px solid #d7d7d7;
	*/
}
#header2smenuBG .bg {
	width:100%;height:100%
}

/* 상단 메뉴 배경 이미지를 미리 로드한다. 깜빡임 방지 */
.preload {position:absolute;left:-10000px}
.preload img {width:1px}


#header2smenu130 {margin-left:-100px}
#header2smenu140 {margin-left:-0px}
#header2smenu150 {margin-left:-100px}
#header2smenu720 {margin-left:-370px}
#header2smenu730 {margin-left:-200px}
#header2smenu910,
#header2smenu920 {margin:10px 0 0 250px}
#header2menu910,
#header2menu920 {display:none !important}
#headerMouse { position: fixed; bottom: 0; left: -46px; z-index:2 }


#allmenu {
	position:absolute;right:0px;top:0px;background:#fff;border:0;top:0px;width:72px;height:69px;border:0px solid #fff;padding:0;vertical-align:top;
	border-right:1px solid #dcdcdc;
}
#allmenu:focus {outline:none}
#allmenu i {
	display:block;
	position:relative;
	width:30px;height:3px;
	margin:0 0 0 20px;
	background:#1e0846;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
#allmenu i:first-child {margin-top:0px}
#allmenu i:nth-child(2) {margin-top:8px}
#allmenu i:nth-child(3) {margin-top:8px}
#allmenu.on i:nth-child(2) {display:none}
#allmenu.on i:nth-child(1) {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform-origin: 25% 10%;
	-ms-transform-origin: 25% 10%;
	-webkit-transform-origin: 25% 10%;
	-o-transform-origin: 25% 10%;
	-moz-transform-origin: 25% 10%;
}
#allmenu.on i:nth-child(3) {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    transform-origin: 20% 80%;
	-ms-transform-origin: 20% 80%;
	-webkit-transform-origin: 20% 80%;
	-o-transform-origin: 20% 80%;
	-moz-transform-origin: 20% 80%;
}

/* 우측 fixed  */
#asideRight {
	position:fixed;top:202px;width:99px;z-index:10;right:0px;
	border-bottom:0;
	border-right:0;
	background:url('/img/page/asideRight.png');
	height:508px;
}
#asideRight aside a {display:block;position:relative;text-indent:-9999em;z-index:1;overflow:hidden;height:82px;}
#asideRight aside li {width:99px;float:right}
#asideRight aside li:first-child span {display:block;position:relative;height:20px}
#asideRight aside a i {
	position:absolute;
	width:0;height:0;
	left:50%;top:50%;
	background:#d61e47;
	border-radius:60px;
	opacity:.1;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
#asideRight aside a:hover i, #asideRight aside a:focus i {width:45%;height:50%;left:25%;top:40%; }





/* 상단 전체 메뉴 */
#allmenu-wrap {position:absolute;width:1201px;left:50%;margin-left:-600px;z-index:11;display:none;font-size:13px}
#allmenu-wrap .wrapper {width:1201px;min-width:1201px}
#allmenu-wrap h3 {font-size:24px;padding:10px 0}
#allmenu-wrap .inner {border:4px solid #00b9ff;padding:0 60px 60px 60px;position:relative;background:#fff}
#allmenu-wrap #allmenu-close {position:absolute;right:0;top:0;background:#00b9ff;color:#fff;padding:20px 28px 20px 28px;font-size:24px}
#allmenu-wrap h5 {position:absolute;left:60px;margin:25px 0 0 0px;color:#00b9ff;font-weight:normal;font-size:1.15em}
#allmenu-wrap h5 span {color:#3a3a3a}
#allmenu-wrap a {color:#333333;display:inline-block;line-height:1.2em;vertical-align:middle;font-size:1.15em;}
#allmenu-wrap .ul {margin-left:225px}
#allmenu-wrap .allmenu-ul {padding:20px 0}
#allmenu-wrap .allmenu-ul li {float:left;width:25%}
#allmenu-wrap .allmenu-ul li ul {display:inline-block;margin-left:20px}
#allmenu-wrap .allmenu-ul li li {width:auto !important;display:inline-block;margin:0;margin-bottom:-8px;margin-right:20px}
#allmenu-wrap .allmenu-ul li li a {color:#858584;font-size:.9em;line-height:1em}

#allmenu-wrap .allmenu120 li,
#allmenu-wrap .allmenu130 li {width:50%}
#allmenu-wrap ul:after {display:block;content:'';clear:both}
#allmenu-wrap div {border-bottom:1px solid #d2d2d2;position:relative;clear:both;}


/* 좌측 메뉴 */
#lmenu em {display:none}
#lmenu li:first-child a {border-top:1px solid #d5d7de}
#lmenu li a {display:block;position:relative;text-decoration:none;position:relative;font-size:1em;border-bottom:1px solid #d5d7de;overflow:hidden}
#lmenu li a span {display:block;position:relative;z-index:1;padding:10px 0 10px 25px;letter-spacing:-1px}
#lmenu li a span,
#lmenu li a i {
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
#lmenu li a i {
	background:#1853d9;
	right:-230px;width:100%;height:100%;top:0;
	position:absolute;
}
#lmenu li a:hover span, #lmenu li a:focus span, #lmenu li a.on span {color:#fff}
#lmenu li a:hover i, #lmenu li a:focus i, #lmenu li a.on i {right:0}

#lmenu .snbLeftSub {border-bottom:1px solid #d5d7de;padding:10px 0}
#lmenu .snbLeftSub li a {font-size:0.95em;padding:3px 0 3px 30px;border:0;color:#585858}
#lmenu .snbLeftSub li a:hover, #lmenu .snbLeftSub li a:focus, #lmenu .snbLeftSub li a.on {color:#1853d9}


/* 서브페이지 상단 */
.pagetitle {height:249px}
.pagetitle .wrapper {position:relative;height:249px;text-align:center}
.pagetitle .prev,
.pagetitle .next {position:absolute;width:57px;height:57px;background:#fff;top:0px;z-index:1;top:40px;display:none}
.pagetitle .prev {left:0}
.pagetitle .next {background-position:right top;right:0}
.pagetitle h2 {position:absolute;left:0;right:0;text-align:center;text-align:center;color:#fff;font-size:2.8em;font-weight:normal;top:60px;letter-spacing:-2px}
.pagetitle ul {position:absolute;left:0;right:0;background:#fff;bottom:0;height:59px;padding-top:25px}
.pagetitle ul li {display:inline-block}
.pagetitle ul li a {display:inline-block;position:relative;padding:5px 20px;text-decoration:none}
.pagetitle ul li a:hover, .pagetitle ul li a:focus, .pagetitle ul li a.onx {color:#c00000}
.pagetitle ul li a i {position:absolute;right:0;top:10px;width:1px;height:15px;background:#c2c2c2}
.pagetitle ul li:last-child a i {display:none}
.pagetitle a:hover, .pagetitle a:focus {background-position-y:bottom}

.menu110 .pagetitle {background:url('/img/page/topimg/110.jpg') center}
.menu120 .pagetitle {background:url('/img/page/topimg/120.jpg') center}
.menu130 .pagetitle {background:url('/img/page/topimg/130.jpg') center}
.menu140 .pagetitle {background:url('/img/page/topimg/140.jpg') center}
.menu150 .pagetitle {background:url('/img/page/topimg/150.jpg') center}
.menu160 .pagetitle {background:url('/img/page/topimg/160.jpg') center}
.menu720 .pagetitle {background:url('/img/page/topimg/720.jpg') center}
.menu730 .pagetitle {background:url('/img/page/topimg/730.jpg') center}
.menu910 .pagetitle,
.menu920 .pagetitle {background:url('/img/page/topimg/910.jpg') center}


/* 상단 타이틀 */
#snbMain {}
#contents-wrap {position:relative;}
#contents-wrap:after {display:block;visibility:hidden;clear:both;float:none;content:""}

/*
#topimg {}
#topimg .wrapper {position:relative}
.menu700100 #topimg {background:url('/img/page/topimg/700100.jpg') center;height:312px}
.menu700200 #topimg {background:url('/img/page/topimg/700200.jpg') center;height:312px}
.menu700300 #topimg {background:url('/img/page/topimg/700300.jpg') center;height:312px}
.menu700400 #topimg {background:url('/img/page/topimg/700400.jpg') center;height:312px}
.menu700500 #topimg {background:url('/img/page/topimg/700500.jpg') center;height:312px}
.menu910110 #topimg,
.menu920110 #topimg {background:url('/img/page/topimg/910110.jpg') center;height:312px}
.menu910120 #topimg {background:url('/img/page/topimg/910120.jpg') center;height:312px}
.menu910130 #topimg,
.menu910130 #topimg {background:url('/img/page/topimg/910130.jpg') center;height:312px}
.menu910140 #topimg,
.menu920140 #topimg {background:url('/img/page/topimg/910140.jpg') center;height:312px}
.menu910150 #topimg,
.menu920150 #topimg {background:url('/img/page/topimg/910150.jpg') center;height:312px}
.menu920120 #topimg {background:url('/img/page/topimg/920120.jpg') center;height:312px}
*/




/* 하단 */
footer {position:relative;margin-top:110px}

#footer1 {background:url('/img/page/footer/footer-1.png') center no-repeat;height:357px;border-top:1px solid #d7d7d7}
#footer1 .wrapper {position:relative}
#footer1 .sec .link {position:absolute;width:144px;height:103px}
#footer1 .sec .map {left:229px;top:68px}
#footer1 .sec .kakao {left:229px;top:178px}
#footer1 .sec {}
#footer1 .sec-2 {position:absolute;left:350px;top:85px}
#footer1 .sec-3 {float:right;width:335px;margin-right:44px;margin-top:120px}
#footer1 .sec-3 h4 {color:#1f1f1f;font-weight:normal;font-size:1.4em;position:absolute;left:-9999em}
#footer1 .sec-3 form {color:#707070;font-size:.82em;position:relative; font-weight:500}
#footer1 .sec-3 hr {border-top:1px solid #e6e7e9}
#footer1 .sec-3 li {margin:5px 0}
#footer1 .sec-3 li label {display:inline-block;width:90px}
#footer1 .sec-3 .checkbox {font-size:.9em;}
#footer1 .sec-3 .checkbox input {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	vertical-align:middle;
}
#footer1 .sec-3 input[type=text] {width:160px;padding-top:5px;padding-bottom:5px}
#footer1 .sec-3 .tel input,
#footer1 .sec-3 .tel select {width:53px}
#footer1 .sec-3 textarea {position:absolute;right:140px;bottom:0px;width:140px;height:50px}
#footer1 .sec-3 select {width:100%}
#footer1 .sec-3 button {background:#d00;color:#fff;position:absolute;right:0px;bottom:-60px;border:0;padding:15px 40px}
#footer1:after {display:block;content:'';clear:both}

#footer2 {background:url('/img/page/footer/footer-2.jpg') center repeat-x;height:209px}

#footer3 {background:#24223b;padding:0px 0 100px;font-size:.8em;text-align:center}
#footer3 .wrapper {position:relative}
#footer3 #footermenu {border-bottom:1px solid #635e6b;text-align:center;margin-bottom:70px}
#footer3 #footermenu li {display:inline-block;margin-right:20px}
#footer3 #footermenu li a {color:#848eab;position:relative;padding:20px 0px 20px 0;display:block;text-decoration:none}
#footer3 #footermenu li i {width:1px;height:10px;background:#fff;position:absolute;right:-5px;top:4px;display:none}
#footer3 #footermenu li a:hover {color:#fff}
#footer3 #footermenu:after {display:block;content:'';clear:both}
#footer3 .address {color:#878498;margin-top:20px}
#footer3 address {margin:0;padding:0;font-style:normal}

#footer3 .ico {position:absolute;right:0;top:20px}
#footer3 .ico li {float:left;margin-left:10px}
#footer3 .ico li a img {transition:transform 0.5s;-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;}
#footer3 .ico li a:hover img {transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);}


#footer3 img {}




/* 웹접근성 */
#header_skip { z-index: 1000; display: block; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; position: absolute; text-align: center; font-size: 16px; color: #fff; background: #666 }
#header_skip:focus { font-weight: bold; color: #ff0000; text-decoration: none; width: 100%; max-width: 100%; min-width: 100%; line-height: 2em; height: 35px }


.board_page { text-align: center; padding-top:20px; height:auto }
.board_page a, .board_page b, .board_page .noact { display: inline-block; margin-right: 3px; vertical-align: middle; border:1px solid #dedede; padding: 11px;line-height:1em }
.board_page img { vertical-align: middle }
.board_page a span, .board_page b {color:#aaa;font-weight:bold}
.board_page b { background:#00b9ff; color: #fff } 

/* 게시판 공통 버튼 */
.board_button {margin: 20px 0 0 0;position:relative}
.board_button a { background: #1472ca; display: inline-block; padding: 6px 30px 6px 30px; color: #fff; font-weight: normal; vertical-align: middle}
.board_button a:hover {text-decoration:none}
.board_button .btn { border: 1px solid #1472ca; background: #1472ca; display: inline-block; padding: 6px 30px 6px 30px; color: #fff; font-weight: normal; vertical-align: middle }
.board_button .blue {background:#00b9ff;border-color:#00b9ff}
.board_button .black {background:#232021;border-color:#232021}
.board_button .lite-black {background:#4b4b4b;border-color:#4b4b4b}
.board_button .sky {background:#00b8cc;border-color:#00b8cc}
.board_button .cancel {background: #aaa;border-color:#aaa}
.board_button .dark {background: #181619;border-color:#181619}
.board_button .litedark {background: #7d7d7d;border-color:#7d7d7d}
.board_button .gray {background:#bdbdbd;border-color:#bdbdbd}
.board_button .red {background:#00baff;border-color:#00baff}
.board_button .orange {background:#ff1d00;border-color:#ff1d00}
.board_button .lite-brown {background:#a78752;border-color:#a78752}
.board_button .lite-sky {background:#7ad2d4;border-color:#7ad2d4}
.board_button .purple2 {background:#5e35ab;border-color:#5e35ab}

.board_button a, .board_button .btn {font-size:13px}
.board_button .btn {line-height:23px}

.board_button a.bigPadding { padding: 15px 30px }
.board_button button.bigPadding { padding: 15px 30px 15px 30px }
.board_button a:hover, .board_button a:focus, .board_button button:hover, .board_button button:focus {}
.board_button:after {display:block;visibility:hidden;clear:both;float:none;content:""}

/* 게시판 공통 버튼2 */
.board_button2 {margin: -30px 0 10px 0;position:relative}
.board_button2 a { background: #1472ca; display: inline-block; padding: 6px 30px 6px 30px; color: #fff; font-weight: normal; vertical-align: middle}
.board_button2 a:hover {text-decoration:none}
.board_button2 .btn { border: 1px solid #1472ca; background: #1472ca; display: inline-block; padding: 6px 30px 6px 30px; color: #fff; font-weight: normal; vertical-align: middle }
.board_button2 .blue {background:#2754ae;border-color:#444}
.board_button2 .black {background:#232021;border-color:#232021}
.board_button2 .lite-black {background:#4b4b4b;border-color:#4b4b4b}
.board_button2 .sky {background:#00b8cc;border-color:#00b8cc}
.board_button2 .cancel {background: #aaa;border-color:#aaa}
.board_button2 .dark {background: #181619;border-color:#181619}
.board_button2 .litedark {background: #7d7d7d;border-color:#7d7d7d}
.board_button2 .gray {background:#bdbdbd;border-color:#bdbdbd}
.board_button2 .red {background:#9a0d16;border-color:#9a0d16}
.board_button2 .orange {background:#00a9b0;border-color:#00a9b0}
.board_button2 .lite-brown {background:#a78752;border-color:#a78752}
.board_button2 .lite-sky {background:#7ad2d4;border-color:#7ad2d4}
.board_button2 .purple2 {background:#5e35ab;border-color:#5e35ab}

.board_button2 a, .board_button .btn {font-size:13px}
.board_button2 .btn {line-height:23px}

.board_button2 a.bigPadding { padding: 15px 30px }
.board_button2 button.bigPadding { padding: 15px 30px 15px 30px }
.board_button2 a:hover, .board_button a:focus, .board_button button:hover, .board_button button:focus {}
.board_button2:after {display:block;visibility:hidden;clear:both;float:none;content:""}


/* ie fix */
.ie .board_button a { padding: 6px 30px }
.ie .board_button a.bigPadding { padding: 15px 30px 14px 30px }
.ie .board_button button.bigPadding {padding: 15px 30px 15px 30px}

.board_search {text-align: center;margin-bottom:0px;background:#FFF;border:1px solid #FFF;padding:20px 0 0 0;margin-top:0px}
.board_search button[type=submit] {background:#575757;color:#fff;border:1px solid #575757;border-radius:2px;padding:2px 15px 4px 15px;vertical-align:middle}
.view_bottom_spacer {height:110px}
.board_bottom_spacer {height:0px}
.board_view td.viewContentTD {word-break:break-all; padding:50px 20px;border-bottom:0}
.board_view td.viewContentTD td {border:0}

.sr-only,.sound_only,.sound_only2{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.sound_only { margin:0; padding:0; font-size: 1px; text-indent: -9999px }
.sound_only2 { margin:0; padding:0; font-size: 1px; text-indent: -9999px; height: 1px}
fieldset.sound_only { display: inline-block; font-size: 12px; text-indent: 0; position: static; left: 0 }
legend.sound_only, .sound_onlyA { position: absolute; left: -9999px }

hr.hr { border: 0; margin: 0; border-bottom: 1px dotted #bdc5cb; height: 1px; width: 460px; text-align: left }


/* iframe 레이어 팝업 */
/* #inner_bg              { left: 0; top: 0; width: 100%; height: 100%; position: absolute; background: url('/img/bg/popupbg.png') repeat; z-index: 1001 } */
#inner_bg              { left: 0; top: 0; width: 100%; height: 100%; position: absolute; z-index: 1001 } 
#inner_bg_fix          { left: 0; top: 0; right: 0; bottom: 0; position: fixed; background: url('/img/bg/popupbg.png') repeat; z-index: 998 }
#inner_bg_layer        { position: absolute; left: 0; top: 0; width: 100% }
#inner_bg_frame_area   { position: relative; width: 885px; margin: 0 auto; margin-top: -9999px }

/* 게시판 */
.gothic {font-family:'맑은고딕','Malgun Gothic','나눔고딕','Nanum Gothic','Dotum'}
.board_list tr td.empty {line-height:400px}
.board-wrap {font-size:.9em;position:relative;width:1080px;min-width:1080px}
.board-footer {margin-bottom:70px;position:relative}
.board-footer ul {position:absolute;left:0;top:0;right:0;bottom:0}
.board-footer ul li {float:left;width:33.333333333%;height:100%}
.board-footer ul li a {display:block;width:100%;height:100%}
.board_tit {font-size:1.2em}

.w95 {width:95%}


/* 하단 공통 탭 배너 */
#mContentBottomCommon{width:1201px;position:absolute;left:50%;margin-left:-600px;}
.menu100200  #mContentBottomCommon{top:751px;}
.menu200200  #mContentBottomCommon{bottom:151px;}
.menu400100  #mContentBottomCommon{bottom:111px;}
.menu500100  #mContentBottomCommon{bottom:111px;}
.mContentBottomCommon a {position:absolute;width:172px;height:25px}
.mContentBottomCommon a:hover, .mContentBottomCommon a:focus {box-shadow:0 0 10px 1px #666}
#mContentBottomCommon img {display:block;margin-bottom:30px}
#mContentBottomCommon li {float:left;margin-right:1px}
#mContentBottomCommon li.nth-child-4 {margin:0}
#mContentBottomCommon li a {display:block;background:#8b9ec3;text-align:center;color:#FFF;width:299px;font-size:21px;line-height:26px;padding:10px 0 15px 0;letter-spacing:-2px}
.menu100200 #mContentBottomCommon li a {background:#e6e0ca;color:#967813;}
#mContentBottomCommon li.nth-child-4 a{width:300px;}
#mContentBottomCommon li a span.s{font-size:16px;}
#mContentBottomCommon li a:hover, #mContentBottomCommon li a.on {background:#1f1142;color:#FFF;text-decoration:none}
.menu100200 #mContentBottomCommon li a:hover, .menu100200 #mContentBottomCommon li a.on {background:#1f1142;color:#FFF;}
#mContentBottomCommon1 {background:url('/img/page_a/mContentBottomCommon1.jpg') no-repeat;height:598px;position:relative}
#mContentBottomCommon2 {background:url('/img/page_a/mContentBottomCommon2.jpg') no-repeat;height:598px;position:relative;display:none}
#mContentBottomCommon3 {background:url('/img/page_a/mContentBottomCommon3.jpg') no-repeat;height:598px;position:relative;display:none}
#mContentBottomCommon4 {background:url('/img/page_a/mContentBottomCommon4.jpg') no-repeat;height:598px;position:relative;display:none}
/* 서브 컨텐츠 가로 폭 */
.sContentWrap {width:908px;margin:0 auto}
.sContentWrap p {margin:0;padding:0;line-height:1.8em}
.sContentWrap h3 {font-size:28px;line-height:35px;letter-spacing:-1px;margin:0;padding:0;margin-bottom:35px;color:#272727;font-weight:normal}
.sContentWrap h3.ico_circle {background:url('/img/ico/ico_heading.png') left center no-repeat;text-indent:38px}
.sContentWrap h4 {color:#272727;font-size:20px;font-weight:normal}
.sContentWrap .sHeading {color:#272727;font-weight:normal;font-size:22px;letter-spacing:-1px;line-height:1.4em}
.sContentWrap .sContent {color:#6d6d6d;margin:5px 0}
.sContentWrap .cSky {color:#00a6f4}
.sContentWrap .fUpdot2 {font-size:1.2em;line-height:1.6em}
.sContentWrap .cGray {color:#6d6d6d}
.sContentWrap .mT20 {margin-top:20px}

.thumbul li {position:relative;padding-left:390px;padding-bottom:40px;min-height:151px}
.thumbul li h4 {font-size:22px;color:#272727;padding-top:5px}
.thumbul li img {position:absolute;left:0;top:0}




/* 가로해상도 미디어 쿼리 */
@media all and (max-width: 1880px) {
	.responsive-wrap {width:1201px;min-width:1201px;position:relative;margin:0 auto}
	#header1 .ico {right:0px;top:0;z-index:1}
	#header1 .ico li {float:left}
	#header1 .ico li a {display:block;width:35px;height:35px;background-size:15px !important}
	#topmenu {position:absolute;right:80px;top:0}
}
@media all and (max-width: 1780px) {
	header #logo {}
	header #logo .big {display:none}
	header #logo .small {display:block}
}





.blind {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


.ellipsis {text-overflow: ellipsis; white-space: nowrap; overflow: hidden}
.imgResize {border:1px dotted #829C2C;padding:2px}





#sms-popup {position:fixed;padding:0px 5px 30px;border-radius:10px;background:#070707;z-index:1;left:90px;top:270px;box-shadow:10px 10px 30px 0px  rgba(0, 0, 0, 0.5);}
@media all and (max-width:1201px) {
	#sms-popup {left:0}
}
#sms-popup h4 {color:#fff;padding:10px 0 10px 10px;margin:0;font-weight:normal;position:relative}
#sms-popup #sms-popup-close {position:absolute;right:10px}
#sms-popup .inner {background:#fff;font-size:13px;width:280px;padding:10px;color:#707070;position:relative}
#sms-popup li {margin:3px 0;color:#888}
#sms-popup .label {display:inline-block;width:70px}
#sms-popup input[type=text], #sms-popup select {width:195px}
#sms-popup textarea {width:99%}
#sms-popup .inner .tel .ed {width:60px}
#sms-popup .inner .small {font-size:12px}
#sms-popup .inner hr {border-color:#ececec}
#sms-popup button {background:#d31e47;display:block;width:110px;height:35px;margin:10px auto 10px auto;color:#fff;border:0;}
#sms-popup .anchor-close {position:absolute;bottom:3px;color:#fff;font-size:14px;left:30%}