@charset "utf-8";

/*Basic*/
#board_area {
	text-align:center;
	min-height:360px;
	clear:both;
}
#board_area a:hover {
	color:#2f2f2f;
	/*color:#d60c0c; (red)*/
	/*color:#ff7200; (orange)*/
}
img {
  max-width: 100%;
  height: auto;
}
.color_red {
	color:#d60c0c;
}
input.board_bt_style01 {
	border:0px;
	color:#fff;
	background:#213144;
	width:80px;
	height:30px;
	line-height:29px;
	font-size:0.9em;
	cursor:pointer;
	border-right:1px solid #312419;
	border-bottom:1px solid #312419;
}
input.board_bt_style02 {
	border:0px;
	width:80px;
	height:30px;
	line-height:29px;
	color:#7c7b7b;
	background:#e7e7e7;
	font-size:0.9em;
	cursor:pointer;
}
input.board_bt_style03 {
	border:0px;
	width:50px;
	height:25px;
	line-height:24px;
	color:#fff;
	background:#39516e;
	font-size:1em;
	cursor:pointer;
	border-right:1px solid #5e4431 ;
	border-bottom:1px solid #5e4431 ;
}
input.board_bt_style04 {
	border:0px;
	padding:0px 20px;
	height:25px;
	line-height:24px;
	color:#fff;
	background:#39516e;
	font-size:1em;
	cursor:pointer;
	border-right:1px solid #5e4431 ;
	border-bottom:1px solid #5e4431 ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*LIST*/
.free_board,.free_board_view,.free_board_write{
	width:100%;
	border-top:4px solid #39516e;
}
.free_board tr {
	width:100%;
}
.free_board th {
	border-bottom:1px solid #ddd;
	padding:10px 8px;
	background:url("../image/board_img/line_bg.gif") no-repeat center right;
}
.free_board td,.free_board_view td {
	border-bottom:1px solid #ddd;
	padding:8px 5px;
}
.bor_l {
	border-left:3px solid #ddd;
}
.bor_r {
	border-right:3px solid #ddd;
}
.title_area {
	text-align:left;
}
.title_area span {
	font-weight:bold;
	color:#dd4949;
}
.bt_list {
	padding:6px 25px;
	background:#005faf;
	color:#fff;
	font-weight:bold;
	border:0px solid;
}
.board_search {
	float:right;
	height:39px;
	margin:0px 0 0px 0;
}

.board_search select {
	height:25px;
}
.search_b {
	width:200px;
	height:25px;
	text-align:left;
	margin-left:3px;
}
.board_bottom_bar {
	width:130px;
	_background:#333;
	border:1px #ddd solid;
	color:#666;
	height:23px;
	margin-left:3px;
	line-height:23px;
}

/*VIEW*/
.free_board_view {
	border-bottom:1px solid #ddd;
}
.free_board_view th {
	border-bottom:1px solid #ddd;
	padding:12px 8px;
	background:url("../image/board_img/line_bg.gif") no-repeat center right;
	text-align:center;
}
.free_board_view td {
	text-align:left;
	padding:5px 0px;
}
th.board_title01 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
td.board_b{
	border-bottom:1px solid #ddd;
}
td.board_bn{
	border-bottom:none;
}
.view_pd {
	padding:15px;
	line-height:20px;
}
.board_data {
	font-weight:normal;
	text-align:center;
}
th.board_stitle{
	font-weight:normal;
	font-size:11px;
}
th.a_left{
	text-align:left;
}
.number {
	margin:25px 0;
	clear:both;
	text-align:center;
}
.number img{
	vertical-align:middle;
}
td.notice {
	background:#fff;
}
.notice span {
}
span.notice_bg {
	width:30px;
	margin-top:1px;
	padding:4px 5px 2px 5px;
	text-align:center;
	background:#213144;
}
th.last_bg {
	background:none;
}

/*COMMENT*/
.comment {
	margin-top:15px;
	width:100%;
	text-align:left;
	margin-bottom:0px;
}
.comment_t img{
	margin-left:25px;
}
.comment_name {
	border:1px solid #ddd;
	width:96%;
	height:20px;
	line-height:20px;
}
.comment_code {
	width:120px;
	height:20px;
	line-height:20px;
	border:1px solid #ddd;
}
.view_texta {
	border:1px solid #ddd;
	background:#fdfdfd;
	overflow:y-scroll;
	width:98%;
	height:45px;
}
.bt_ok {
	width:50px;
	height:28px;
	text-align:center;
	padding-top:18px;
	background:#444444;
	border:1px #555 solid;
	color:#fff;
	cursor:pointer;
}
.tb5 {
	padding:3px 0 10px 0;
}
.comment_list {
	text-align:left;
	margin:5px 0 5px 0;
	overflow:hidden;
	font-size:1em;
	letter-spacing:0.03em;
}
.comment_list dt{
	border-top:1px dotted #b1b1b1;
	padding:10px 3px 5px 3px;
}
.comment_list dd {
	position:relative;
	padding:5px 5px 5px 5px;
	line-height:18px;
	color:#6e6e6e;
}
.comment_list dd p {
	position:relative;
	margin-bottom:15px;
	line-height:18px;
	color:#6e6e6e;
}
.view_file {
	position:absolute;
	right:5px;
	top:10px;
	text-align:right; font-size:1em;
}
.view_file a {
	padding:0 2px;
}
.view_date {
	color:#bbb;
	font-size:11px;
}
.view_writer {
	font-weight:bold;
	margin-right:10px;
}
.comment_c {
	padding:0px 0px 0px 0px;
	background:url("../image/board_img/re.png") no-repeat;
	background-position:5px 12px;
	margin-top:5px;
}
.comment_c dt{
	padding:10px 3px 5px 20px;
}
.comment_c dd{
	line-height:18px;
	padding:5px 0px 5px 20px;
}
.board_btn {
	margin-top:15px;
	text-align:center;
	overflow:hidden;
	width:100%;
}
.board_btn2 {
	margin:10px 0 15px 0;
	text-align:right;
}
.pre_next {
	width:100%;
	font-size:0.9em;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #ddd;
}
.pre_next td,
.pre_next th {
	padding:10px 5px 10px 15px;
	border-bottom:1px solid #ddd;
}
/*.pre_next {
	width:100%;
	font-size:0.9em;
	margin:5px auto;
	text-align:left;
	overflow:hidden;
	border-top:1px solid #a9a9a9;

}
.pre_next li {
	padding:10px 5px;
	border-bottom:1px solid #a9a9a9;
}
.pre_next span{
	margin:0 5px;
}
.pre_next dd{
	float:right;
	width:70%;
}	*/

/*WRITE*/
.free_board_write {
	border-bottom:1px solid #ddd;
}
.free_board_write th {
	border-bottom:1px solid #ddd;
	padding:12px 8px;
	text-align:center;
}
.free_board_write td {
	text-align:left;

	border-bottom:1px solid #ddd;
}
.write_bar_close {
	width:180px;
	height:23px;
	line-height:23px;
	border:1px solid #ddd;
	background:#eee;
}
.write_bar {
	width:180px;
	height:23px;
	line-height:23px;
	border:1px solid #ddd;
}
.write_title {
	width:99%;
	height:23px;
	line-height:23px;
	border:1px solid #ddd;
}
.write_file {
	width:60%;
	height:23px;
	line-height:23px;
	border:1px solid #ddd;
	margin-bottom:1px;
}
.write_texta {
	border:1px solid #ddd;
	background:#fdfdfd;
	overflow:y-scroll;
	margin:10px 0;
	width:99%;
	height:300px;
}
.add_file {
	padding:5px 0;
}
.find_file {
	width:65px;
	height:23px;
	border:1px solid #ddd;
	background:#eee;
	margin-bottom:1px;
}
.board_fLeft {
	float:left;
	width:60%;
	text-align:left;
}
.board_fRight {
	float:right;
	width:30%;
	text-align:right;
}

/*방명록*/
.board_visit {
	width:100%;
}
.board_visit dt{
	float:left;
}
.board_visit dd {
	float:left
}
.visit_list{
	text-align:left;
	position:relative;
	margin:20px 0 5px 0;
	overflow:hidden;
	font-size:1em;
	letter-spacing:0.03em;
	border-top:2px solid #363636;
	border-bottom:1px solid #a9a9a9;
}
.visit_write{
	text-align:left;
	margin:5px 0 5px 0;
	overflow:hidden;
	font-size:1em;
	letter-spacing:0.03em;
	border-top:2px solid #363636;
	border-bottom:1px solid #a9a9a9;
}
.visit_re_write  {
	width:98%;
	position:relative;
	text-align:left;
	margin:5px 0 5px 0;
	overflow:hidden;
	font-size:1em;
	letter-spacing:0.03em;
	background:#f3f3f3;
	border:1px solid #ddd;
}
.visit_comment {
 	width:98%;
	position:relative;
	text-align:left;
	margin:5px 0 5px 0;
	overflow:hidden;
	font-size:1em;
	letter-spacing:0.03em;
	background:#f3f3f3;
	border:1px solid #ddd;
}
.visit_list dt{
	padding:5px 3px 3px 3px;
}
.visit_write dt {
	padding:5px 3px 3px 3px;
}
.visit_re_write dt {
}
.visit_list dd,.visit_write dd,.visit_re_write dd,.visit_re_write dd{
	width:100%;
	padding:5px 10px 10px 10px;
	line-height:18px;
	color:#6e6e6e;
}
.visit_list dd p,.visit_write dd p,.visit_re_write dd p,.visit_re_write dd p {
	margin-bottom:10px;
	line-height:18px;
	color:#6e6e6e;
}
.visit_write_np dt{
	float:left;
	width:80px;
	font-size:12px;
	font-weight:bold;
}
.visit_write_np dd{
	text-align:left;
	float:left;
	width:190px;
	margin-right:20px;
	font-weight:bold;
}
.visit_write_np input {
	height:25px;
	width:180px;
	border:1px #ddd solid;
}
.visit_close {
	position:absolute;
	right:5px;
	top:10px;
	text-align:right; font-size:1em;
}
.visit_close a {
	padding:0 2px;
}
textarea.visit_text{
	clear:both;
	width:98%;
	height:80px;
	border:1px #ddd solid;
}

/* FAQ */
.faq dl {
	width:100%;
	text-align:left;
	font-size:1.1em;
	border-top:4px solid #39516e;
	border-bottom:1px solid #ddd;
}
.faq dt {
	text-indent:10px;
	height:34px;
	line-height:34px;
	font-weight:bold;
	background:#fff url("../image/board_img/plus.png") no-repeat;
	background-position:99% 50%;
	border-top:1px solid #ddd;
	cursor:pointer
}
.faq dt.over {
	background:#eee url("../image/board_img/plus.png") no-repeat;
	background-position:99% 50%;
}
.faq dt.select {
	background:#eee url("../image/board_img/minus.png") no-repeat;
	background-position:99% 50%;
}
.faq dd {
	margin:0px;
	background:#fff;
}
.faq div {
	padding:15px 10px;
}

/* 갤러리게시판 */
.prev {
	cursor:pointer;
}	
.next {
	cursor:pointer;
}
.prev1 {
	position:absolute;
	cursor:pointer;
	top:63px;
}	
.next1 {
	position:absolute;
	cursor:pointer;
	top:63px;
	right:0px;
}
.gallery li {
	float:left;
	width:150px;
	padding:10px;
	border:1px solid #ddd;
	margin:0px 30px 30px 0;
}
.gallery li.mr0 {
	margin-right:0px;
}
.gallery li img{
	width:150px; height:150px;
}
.gallery_title {
	font-weight:bold;
	margin:7px 0 3px;
}
.gallery_txt {
	font-size:0.95em;
	line-height:1.3em;
	width:100%;
	overflow:hidden;
	height:35px;
}

/*온라인문의*/
.online_qna {
	overflow:hidden;
}
.agree,
.info_text,
.txa_01 {
	width:945px;
	padding:15px;
}
.contact_title{
	color:#222;
	font-size:1.1em;
	font-weight:bold;
	background:url("../image/common/icon_pen.png") no-repeat left center;
	padding-left:24px;
	margin-bottom:10px;
	text-align:left
}
.agree{
	height:150px;
	line-height:20px;
	margin:0 0 10px;
	border:1px solid #d3d3d3;
	overflow-y:scroll;
}
.agree1{
	height:25px;
	margin:0 0 30px;
	border-bottom:1px solid #eee;
}
.info_text{
	overflow:hidden;
	margin:0 0 30px;
	border:1px solid #d3d3d3;
	clear:both;
} 
.info_text dt{
	width:13%;
	height:23px;
	line-height:23px;
	margin-bottom:6px;
	float:left;
}
.sup_tit{
	color:#888;
	padding-top:3px;
	font-size:12px;
	font-weight:bold;
	margin-right:8px;
	width:100px;
}
.sup_tit02{
	color:#888;
	padding-top:3px;
	font-size:11px;
	font-weight:bold;
	margin-right:8px;
	width:250px;
}
.info_text dd{
	width:36%;
	height:23px;
	margin-bottom:6px;
	float:left;
}
.in_01{
	width:93%;
	height:16px;
	padding:2px;
	font-size:12px;
	margin:right:10px;
	border:1px solid #d3d3d3;
	bakcground-attachment:scroll;
	background:#eee;
}
.in_02{
	width:93%;
	height:16px;
	padding:2px;
	font-size:12px;
	margin-right:10px;
	border:1px solid #d3d3d3;
	bakcground-attachment:scroll;
	background:#eee;
}
.in_03{
	width:27%;
	height:16px;
	padding:2px;
	font-size:12px;
	margin-right:2px;
	border:1px solid #d3d3d3;
	background:#eee;
}
.list_style01{
	width:72px;
	height:22px;
	font-size:12px;
	border:1px solid #d3d3d3;
	background:#eee;
}
.list_style02{
	width:230px;
	height:22px;
	font-size:12px;
	border:1px solid #d3d3d3;
	background:#eee;
	margin-right:10px;
}
.txa_01{
	height:130px;
	line-height:18px;
	margin:0 0 25px;
	border:1px solid #d3d3d3;
	overflow-y:scroll;
}
.support_btn {
	text-align:center;
}
.online_btn_ok {
	width:150px;
	height:35px; 
	background:#222; color:#fff;
	border:0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-weight:bold;
}
.online_btn_cancel {
	width:110px;
	height:35px; 
	background:#ccc; color:#666;
	border:0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-weight:bold;
}

/* 이벤트게시판 */
.event_board {
	width:100%; 
	overflow:hidden;
}
.event_board li{
	float:left;
	position:relative;
	width:46%;
	height:100px;
	border:1px solid #ddd;
	text-align:left;
	padding:10px;
	margin-right:3%;
	margin-bottom:25px;
}
.event_board li h1 a,
.event_board li h2 a {
	color:#333;
}
.event_board li h1 {
	font-size:14px;
	font-style:normal;
	color:#222;
	margin:0 0 5px 0;
}
.event_board li h2 {
	font-size:12px;
	margin:0 0 5px 0;
}
.event_board li h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
	border:0px;
}
.event_board li dt {
	width:160px;
	float:left;
}
.event_end {
	position:absolute;
	bottom:10px; right:7px;
	padding:4px 8px;
	color:#fff;
	font-size:11px;
	background:#999;
}
.event_start {
	position:absolute;
	bottom:10px; right:7px;
	padding:4px 8px;
	color:#fff;
	font-size:11px;
	background:#222;
}

/*히스토리*/
.history {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.history dt {
	float:left;
	width:125px;
	margin-right:10px;
	font-family:'verdana';
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	background:#6882a6 url("../image/sub/arrow_png.png") no-repeat center right;
	padding:15px;
}
.history dd {
	float:left;
	width:79%;
	border:1px dotted #ccc;
	padding:10px;
}
.history dd span {
	font-weight:bold;
	margin-right:10px;
	font-size:1.1em;
}
.history dd li {
	height:25px;
	line-height:25px;
}
/*인증서*/
div.light_rounded .pp_top .pp_left{background: url(../image/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../image/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../image/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../image/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../image/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../image/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../image/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../image/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../image/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../image/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../image/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../image/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../image/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../image/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../image/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../image/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../image/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../image/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../image/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../image/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../image/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../image/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../image/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../image/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../image/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../image/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../image/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../image/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../image/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../image/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../image/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../image/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../image/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../image/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../image/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../image/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../image/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../image/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../image/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../image/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../image/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../image/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../image/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../image/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../image/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../image/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../image/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../image/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../image/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../image/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../image/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../image/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../image/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../image/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../image/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../image/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../image/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../image/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../image/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../image/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../image/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../image/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../image/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../image/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../image/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../image/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../image/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../image/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../image/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../image/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../image/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../image/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
.column-clear{ㄴclear:both;}
.portfolio-content, .portfolio-area{width:100%;}
.title-page{margin:40px 0px 60px 0px;color:#151515;}
.goto{float:right;width:130px; margin:-80px 30px 0px 0px;}

/**** PORTFOLIO STYLES (인증서)*****/
.image-block{ display:block;position: relative;}
.image-block img {border:1px solid #fff;}
.image-block img:hover{border: 1px solid #A9CF54;}
.portfolio-area li{float: left; margin: 0 30px 30px 0;overflow: hidden; padding:8px; border:1px solid #ddd; text-align:center;}
.portfolio-area li img {width:152px; height:220px;}
.home-portfolio-text{margin-top:7px;}
/**** END PORTFOLIO STYLES*****/


/* 전국매장 지도 */
.area_search h2 {
	margin-top:20px;
}
.area_search h4 {
	margin-top:20px;
	margin-bottom:10px;
	background:url("../image/board_img/area_map.png") no-repeat center left;
	text-indent:15px;
	clear:both;
}
.area_search1 {
	width:162px;
	height:37px;
}
.search_box {
	position:relative;
	width:940px;
	overflow:hidden;
	padding:15px;
	border:1px solid #ddd;
	margin-bottom:20px;
}
.area_search dt {
	float:left;
	width:230px;
	margin-right:60px;
}
.area_search dd {
	float:left;
	text-align:left;
}
.area_search .select {
	width:223px;
	height:25px;
	border:1px solid #ddd;
	margin-bottom:5px;
}
.sub_map_bg01 {
	position:absolute;
	bottom:0;
	right:0;
}
.area_text {
	width:220px;
	height:23px;
	border:1px solid #ddd;
}
.area_search .search_button{
	cursor:pointer;
}
.store_search h2.store_search1 {
}
.store_search input {
	width:342px;
	height:23px;
	border:1px solid #ddd;
}
.store_search .search_button{
	cursor:pointer;
}
.map_p {
	position:relative;
	width:223px;
	height:355px;
	font-size:11px;
}
.map_p span {
	position:relative;
	display:inline-block;
	width:34px;
	height:34px;
	position:absolute;	
	left:0;
	top:0;
	color:#999;
	line-height:31px;
	cursor:pointer;
	z-index:10;
	text-align:center;
	background:url("../image/board_img/store_m.png") no-repeat top center
}
.map_p span:hover {
	background:url("../image/board_img/store_o.png") no-repeat top center;
	color:#fff;
	border:none;
	font-weight:bold;
	border-radius: 45px;
	-moz-border-radius: 45px;
}
.map_p span.area01 {
	top:55px;
	left:10px;
}
.map_p span.area02 {
	top:46px;
	left:55px;
}
.map_p span.area03 {
	top:41px;
	left:137px;
}
.map_p span.area04 {
	top:77px;
	left:69px;
}
.map_p span.area05 {
	top:123px;
	left:46px;
}
.map_p span.area06 {
	top:101px;
	left:104px;
}
.map_p span.area07 {
	top:147px;
	left:93px;
}
.map_p span.area08 {
	top:137px;
	left:162px;
}
.map_p span.area09 {
	top:183px;
	left:66px;
}
.map_p span.area10 {
	top:177px;
	left:157px;
}
.map_p span.area11 {
	top:234px;
	left:55px;
}
.map_p span.area12 {
	top:215px;
	left:127px;
}
.map_p span.area13 {
	top:205px;
	left:197px;
}
.map_p span.area14 {
	top:270px;
	left:35px;
}
.map_p span.area15 {
	top:247px;
	left:177px;
}
.map_p span.area16 {
	top:310px;
	left:21px;
}
.map_s {
	float:left;
	position:relative;
}

/* 전국매장 게시판 */
.store_list {
	border-top:3px solid #39516e;
}
.store_list dt {
	height:34px;
	line-height:34px;
	float:left;
	width:25%;
	border-bottom:1px solid #ddd;
	font-weight:bold;
}
.store_list dt span {
	width:60px; margin-right:30px;
	display:inline-block
}
.store_list dd {
	float:left;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #ddd;
	position:relative;
}
.store_list dd.st01 {
	width:48%;
}
.store_list dd.st02 {
	width:20%;
}
.store_list dd.st03 {
	width:7%;
}
.store_map {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-5px;
}

/* 모바일용 일반게시판 */
.mobile_board {
	display:none;
}
.mobile_board {
	border-top:3px solid #333;
	width:100%; overflow:hidden;
}
.mobile_board li {
	position:relative;
	font-size:1.1em;
	height:35px; line-height:35px;
	text-align:left;
	border-bottom:1px solid #eee;
}
.mb_date {
	position:absolute; top:0px; right:0px;
	width:80px; font-size:12px;
	text-align:right;
}