/* 게시판 첨부파일 속성 */
.fileUpload {
	background: #f8f8f8;
	border: 0;
	color: #000;
	display: block;
	margin: 0;
	width: 100%;
	-o-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border:1px solid  #aaa;
}
.fileUpload .fileBtn {
	background: #333;color: #fff;
	cursor: pointer;
	float: left;
	font-size: 10pt;
	padding: 0 0;
	text-align: center;
	width: 100px;
	padding:6px 0;
	-o-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.fileUpload .fileBtn:hover {
	background: #42B2F7;
	color: #fff;
}

.fileUpload .fileName {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 67%;
	text-align: left;
	color: #000;
	padding: 0 1em;
}
.fileUpload .fileBtn:hover {
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: background;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease-in;
	-o-transition-property: background;
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease-in;
	-ms-transition-property: background;
	-ms-transition-duration: 0.4s;
	-ms-transition-timing-function: ease-in;
	transition-property: background;
	transition-duration: 0.4s;
	transition-timing-function: ease-in;
}
.fileUpload:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* 게시판 첨부파일 속성 End */

#profil-wrapper {
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	margin-top:3em;
}

.profil-box-left {
	width:95%; 
	margin:0 auto;
}
.profil-box-left-img { width:auto; }
 
 /* 프로필>Html영역 */
.profil-box-right { 
	width:1140px; 
	text-align:center;
	margin:0 auto;
	padding-bottom:1em;
}
#profil-wrapper>.profil-box-right li{
	color:#fff;
	display:inline-block;
}
#profil-wrapper>.profil-box-right a{
	color:#fff;
}
#profil-wrapper>.profil-box-right a:hover{
	color:#D8F200;
}
.profil-box-right-sns { display:inline-block; width:90%; }
.profil-snsicon img{ max-width:40px; }
.profil-snsicon img:hover{ 
	background: rgba(0,0,0,0.3);
	border-radius: 5px;
	opacity: 0.6;
    transform: scale(1.0, 1.0);
    transition: all 0.4s ease-in-out 0s;
}
.profil-box-right-space { padding:0 1em; }


#profil-wrapper>.profil-box-right h1{
	width:100%;
	display:inline-block;
	text-align:left;
	font-size:30pt;
	color:#fff;
	letter-spacing: -2px;font-weight:100;text-transform:uppercase;
	font-family:'Roboto Condensed', "Archivo Black", "NanumBarunGothicBold", "Tahoma", sans-serif;
	text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.1);
}
#profil-wrapper>.profil-box-right h2{
	width:100%;
	display:inline-block;
	text-align:left;
	font-size:14pt;
	color:#fff;
	letter-spacing: -2px;
	text-shadow:none; 
	line-height:28px;
	padding-bottom:1em;
}
#profil-wrapper>.profil-box-right .profil-box-right-vision h1{
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:30pt;
	color:#fff;
	letter-spacing: -2px;font-weight:100;text-transform:uppercase;
	font-family:'Roboto Condensed', "Archivo Black", "NanumBarunGothicBold", "Tahoma", sans-serif;
	text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.1);
}
#profil-wrapper>.profil-box-right .profil-box-right-message {  
	float: left;
	width:35%;
}
#profil-wrapper>.profil-box-right .profil-box-right-message img{  
	max-width:222px;
}
#profil-wrapper>.profil-box-right .profil-box-right-message-cont {  
	float: left;
	width:58%;
	display:inline-block;
	margin:0.5em;
	text-align:justify;
	line-height:20px;
	color:#fff;
}
#profil-wrapper>.profil-box-right .profil-box-right-article{
	width:88%;
	margin:1em auto;
	display:inline-block;
	text-align:left;
	color:#fff;
	background:rgba(0,0,0,0.05);
	letter-spacing: -1px;
	text-shadow:none; 
	padding:3em;
}

#profil-wrapper>.profil-box-right dl{
	display:block;
	padding-top:0;
	letter-spacing: -0.06em;
	text-align:center;
}
#profil-wrapper>.profil-box-right dt{
	font-size:16pt;
	line-height:30px;
	padding-top:1em;
	color:#fff;
}
#profil-wrapper>.profil-box-right dd{
	padding-top:1em;
}
#profil-wrapper>.profil-box-right dd li{
	float: left;
	padding-top:1em;
	width:18%;
	margin:0.5em;
	text-align:center;
	line-height:20px;
	text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.3);
	font-family: 'RixSGo B', 'RixSGo M', sans-serif;   
}
#profil-wrapper>.profil-box-right dd li img{
 	width: 40%;
	display:block;
	margin:0 auto;
}

 /* 프로필>Html영역 End */

#profil-wrapper hr{
 	width: 1140px;
	display:inline-block;
	margin-top:3em;
	margin-bottom:2em;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(255,255,255,0.3); 
}

/***************** 뉴스역역 시작 ****************/
#profil-wrapper>.profil-newsbox-title h1{ /* 뉴스타이틀 */
 	width: 1140px;
	padding:0 0;
	display:inline-block;
	text-align:center;
	font-size:30pt;
	color:#fff;
	letter-spacing: -2px;font-weight:100;
	font-family:'Roboto Condensed', "Archivo Black", "NanumBarunGothicBold", "Tahoma", sans-serif;
	text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.1);
}
#profil-wrapper>.profil-newsbox {
 	width: 1140px;
	display:inline-block;
}
#profil-wrapper>.profil-newsbox li{ /* 뉴스 Box */
	width: 23%;
	height:310px;
	vertical-align:top;
	display:inline-block;
	margin-right:1em;
	text-align:justify;
	letter-spacing: -0.06em;
	background:#fff;
	line-height:18px;
	border-bottom: 15px solid #fff;
}

#profil-wrapper>.profil-newsbox li article{
	padding:1em;
}

#profil-wrapper>.profil-newsbox .newsbox-data { 
	display:inline-block;
	width: 100%;  
	color:#aaa; 
	font-size:9pt; 
}
#profil-wrapper>.profil-newsbox .newsbox-subjectbox a{
	font-size:11pt;
	line-height:1.58em;
	color:#000; 
	font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
}
#profil-wrapper>.profil-newsbox .newsbox-subjectbox:hover a{
	color:#42B2F7;
}

.newsbox-bannerwrapper {
    margin:0;
    overflow: hidden;
}

.newsbox-bannerwrapper img:hover{ 
	opacity: 0.6;
    transform: scale(1.1, 1.1);
    transition: all 0.4s ease-in-out 0s;
}
.newsbox-bannerwrapper .newsbox-banner{
	overflow: hidden;
	width: 100%;
	display: block;
}	
.newsbox-banner.newsbox-banner1 img{
	display: inline-block;
	width: 100%;
	transition: all 0.4s ease-in-out 0s;
}
.newsbox-imgbbsData {
	width: 100%;
	height: 146px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-align:center;
}
#profil-wrapper>.profil-newsbox .newsbox-conttbox { /*뉴스 - 내용*/
	display:block;
	width:100%;
	font-size:10pt;
	padding-top:0.5em;
	line-height:1.5em;
	color:#777;
}
 .notice_box_popup_title {
	display:block;
	width:100%;	
	color:#333
	line-height:20px;
	font-size:14pt;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid rgba(0,0,0,0.08);
 }
 .notice_box_popup_date {
	display:inline-block;
	width: 100%;  
	color:#777;
	font-size:9pt;
 }
 .notice_box_popup_contbox {
	display:block;
	width: 100%;
	font-size:10pt;
	line-height:22px;
 }

/** 리스트형식일때 **/
#isotope_container4 {
	display:none;
	width:1080px;
	margin:2em auto;
	padding:1em;
	background:rgba(255,255,255,0.1); 
	border:1px solid rgba(255,255,255,0.6); 
}
.notice_box_wrap {
	display:inline-block;
	width: 1080px;
	margin:0 auto;
}
.notice_box_listwrap {
	display:block;
	width: 100%;
}

.notice_box_list {
	display:block;
	height:30px;
	padding-top:0.5em;
	border-bottom:1px solid rgba(255,255,255,0.3); 
}

.notice_box_list_cont {
	width: 70%;
	float: left;
	display:inline-block;
	text-align:left;
	white-space: nowrap;
	padding-left:2em;
}
	.notice_box_list_cont a{
		color:#fff;
		letter-spacing: -0.6px;
		font-family: 'RixSGo M', "NanumBarunGothic",sans-serif;
	}
	.notice_box_list_cont a:hover{
		color:#F3FF91;
		font-family: 'RixSGo M', "NanumBarunGothic",sans-serif;
	}
.notice_box_list_date {
	width: 25%;
	float: left;	
	display:inline-block;
	text-align:right;
	color:#fff;
	letter-spacing: -2px;
	font-size:10pt;
	padding-right:0.5em
	/*border-left:1px solid rgba(255,255,255,0.3); */
}

.notice_box_list_cont:hover .notice_box_list_date {
	background-color: rgba(255,255,255,0.3); color:#333;
}

.gallery-item-more{/*******더보기,이전,다음 버튼처리 *********/
	width:100%;
	text-align:center;
	height:36px;
	line-height:36px;
	clear:left;
	color:#000;
	display:inline-block;
	border: 1px solid #e8e8e8;
	background: rgba(0,0,0,0.05);
	border-radius: 2px;
	font-family:'RixSGo B', 'RixSGo M', 'NanumBarunGothicBold', 'NanumBarunGothic', "Dotum", 'Gulim', sans-serif;
}
.gallery-item-more:hover{
	border: 1px solid #42B2F7;
	background:#42B2F7;
	color:#fff;
	border-radius: 2px;
}
.fa-chevron-circle-down_font {
	font-size:20pt;
	color:#FC6E51;
	vertical-align: -10%;
}
.gallery-item-more:hover .fa-chevron-circle-down_font {color:#fff;}
.enbold { color:#737173; }
.prvpage-btnicon {
	color:#fff;
	font-size:16pt;
	padding-right:0.3em;
	
}
.nextpage-btnicon {
	color:#fff;
	font-size:16pt;
	padding-left:0.3em;
	vertical-align:-1%
	
}
.nextpage-btnicon_photo {
	color:#fff;
	font-size:16pt;
	padding-left:0.3em;
	vertical-align:-2%
	
}
.nextpage-btnicon-more {
	color:#fff;
	font-size:16pt;
	padding-left:0.6em;
	
}
.nextpage-btnicon-send {
	color:#fff;
	font-size:16pt;
	padding-left:0.6em;
	
}
/***************** 뉴스역역 End ****************/


/******************* 사업소개 텝메뉴 ***************************/
/* 텝메뉴 */
.tabs a { color:#333; text-align:center;}
.subsearch_Mouse_over_tab {	
	width:10%;
	padding:0 20px; 
	height:130px;
	text-decoration:none; 
	text-decoration: none; 
	text-align:center;
	color:#333; 
	border-radius:0px;
	border-bottom: 3px solid #42B2F7;
}
	.subsearch_Mouse_over_tab:hover a{color:#0096E6; }
	.subsearch_Mouse_over_tab  a{color:#0096E6; }

.subsearch_Mouse_unover_tab {
	width:10%;
	padding:0 20px; 
	text-align:center;
	border-radius:0px;
}
	.subsearch_Mouse_unover_tab:hover a{color:#0096E6; }
	.subsearch_Mouse_unover_tab  a{color:#333; }
.subsearch_pctabs { 
	width:100%;
	font-size: 16pt;
	letter-spacing: -1px;
	color:#333;
	border-radius:0px;
}

.subsearch_pctabsIN {
	width:10%;
	padding:0 20px;
	text-align:center;
	border-radius:0px;
}
.subsearch_detail_content_in { /*내용부분 */
	width:100%;
	padding:2em;
	color:#333;
}
.subsearch_tablebox_pc { display:inline-block; }

@media screen and (max-width: 980px) {
	.subsearch_Mouse_over_tab {	
		width:10%;
		padding:0 20px; 
		height:110px;
	}
	.subsearch_pctabs { 
		width:100%;
		font-size: 14pt;
		letter-spacing: -1px;
		color:#333;
		border-radius:0px;
		line-height:26px
	}
}
@media screen and (max-width: 768px) {
	.subsearch_Mouse_over_tab {	
		width:3%;
		padding:0 10px; 
		height:110px;
		border-right: 1px solid #eee;
	}
	.subsearch_Mouse_unover_tab {
		width:3%;
		padding:0 10px; 
		border-right: 1px solid #eee;
	}
	.subsearch_pctabsIN {
		width:3%;
		padding:0 10px;
		border-right: 1px solid #eee;
	}
	.subsearch_pctabs { 
		width:100%;
		font-size: 12pt;
		letter-spacing: -1px;
		color:#333;
		border-radius:0px;
		line-height:18px;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		padding-top:0px; 
	}
}

/******************* 사업소개 텝메뉴 End ***************************/


/*버튼처리 - 더보기*/
.btn-more button {
	border-radius:50px; 
	width:300px;
	height:70px;
	margin-top:1em;
	color:#fff; 
	letter-spacing: -0.1em; 	
	display:inline-block;
	font-size:14pt; 
	text-align:center; 
	background-color:#4B96E6; 
}
.btn-more:hover button {
	background-color:rgba(0,0,0,0.5); 
}
.btn-more2 button {
	border-radius:50px; 
	width:300px;
	height:70px;
	margin-top:1em;
	color:#fff; 
	letter-spacing: -0.1em; 	
	display:inline-block;
	font-size:14pt; 
	text-align:center; 
	background-color:#00D9E5; 
}
.btn-more2:hover button {
	background-color:#0DBAC4; 
}

.btn-more3-hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 5px 7px;
	width:300px;
	height:70px;
	border-radius:50px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.btn-more3-hi-icon:after {
	pointer-events: none;
	position: absolute;
	width:300px;
	height:70px;
	border-radius:50px;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
a.btn-more3 {
	color: #fff;
}
.btn-more3 {
	border-radius:50px; 
	width:300px;
	height:70px;
	margin-top:1em;
	letter-spacing: -0.1em; 	
	display:inline-block;
	font-size:14pt; 
	text-align:center; 
	background:#42B2F7; 
	color: #fff;
	line-height:70px;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.btn-more3:after  {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.9); 

}
.btn-more3:hover {
	background: #2C9CD8

	color: #fff;
}

.btn-more3:hover:after {
	-webkit-animation: btn-more3Effect 1.3s ease-out 75ms;
	-moz-animation: btn-more3Effect 1.3s ease-out 75ms;
	animation: btn-more3Effect 1.3s ease-out 75ms;
}

@-webkit-keyframes btn-more3Effect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.1);
		opacity: 0;
	}
}
@-moz-keyframes btn-more3Effect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.1);
		opacity: 0;
	}
}
@keyframes btn-more3Effect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 8px 8px #42B2F7, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.1);
		opacity: 0;
	}
}
/*버튼처리 - 견적의뢰*/
.esensbtn-botton2-1{
	display:inline-block; 
	text-align:center; 
	border-radius:2px;
	height:50px; 
	line-height:50px;
	padding:0 25px;
	width:200px;
	color:#fff;
	letter-spacing: -1px;
	font-size:12pt;
	text-shadow: 0 0 3px  rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 0 0 rgba(100,100,100,.10), inset 1px 2px 2px  rgba(0,0,0,.07); /* box shadow */	
	-moz-box-shadow: 1px 0 0 rgba(100,100,100,.10), inset 1px 2px 2px  rgba(0,0,0,.07);
	border: 1px solid #6A9BEA;
	background: -moz-linear-gradient(top,  #85C9FE 0%, #6A9BEA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85C9FE), color-stop(100%,#6A9BEA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85C9FE 0%,#6A9BEA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85C9FE 0%,#6A9BEA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85C9FE 0%,#6A9BEA 100%); /* IE10+ */
	background: linear-gradient(top,  #85C9FE 0%,#6A9BEA 100%); /* W3C */	
}
.esensbtn-botton2-1:link{text-decoration:none;color:#fff;}
.esensbtn-botton2-1:visited{text-decoration:none;color:#fff;}
.esensbtn-botton2-1:hover{
	text-shadow: 0 0 3px  rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 0 0 rgba(100,100,100,.10), inset 1px 2px 2px  rgba(0,0,0,.07); /* box shadow */	
	-moz-box-shadow: 1px 0 0 rgba(100,100,100,.10), inset 1px 2px 2px  rgba(0,0,0,.07);
	box-shadow: 1px 0 0 rgba(100,100,100,.10), inset 1px 2px 2px  rgba(0,0,0,.07);
	border: 1px solid #3978DD;
	background: -moz-linear-gradient(top,  #85B0F6 0%, #3978DD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85B0F6), color-stop(100%,#3978DD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85B0F6 0%,#3978DD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85B0F6 0%,#3978DD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85B0F6 0%,#3978DD 100%); /* IE10+ */
	background: linear-gradient(top,  #85B0F6 0%,#3978DD 100%); /* W3C */
}

/*small size 검색버튼*/
.searchB { 
	margin:0 0 0 0;
	color:#fff; 
	height:39px;
	letter-spacing: -1px;
	display:inline-block;
	padding:2px 4px 2px 4px;
	text-decoration:none !important; 
	text-align:center; 
	background-color:#333;
	
}
.searchB:hover{ color:#fff; background-color:#FBAF5D; display:inline-block; text-align:center; }
a.searchB { color:#ffffff;}
a.searchB a:link {color:#ffffff; text-decoration:none;}
a.searchB a:visited {color:#ffffff;}




/******* 오시는길안내 속성 **********/
.mapuser_box {
	overflow: hidden;
	width:1140px; 
	margin:0 auto;
	margin-top:4em;
}
.mapuser_box_left {
	display:inline-block;
	float:left;
	width:55%; 
	padding-top:2em;
}
.mapuser_box_left img {
	max-width:630px;
}
.mapuser_box_right {
	display:inline-block;
	float:left;
	width:38%;
	padding:1em;
}
.mapuser_box_right li {
	display:block;
	margin:1em 0;
	text-align:left
}
.mapuser_box>.mapuser_box_right hr{
	width:100%;height:0px;
	margin:0px;padding:0px;
	display: block; 
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.fa-map-marker { font-size:16pt}
.map_print_icon {
	width:60px;
	margin:0 auto;
	border-radius:100px;	
	display:inline-block;
	padding:15px;
	text-align:center; 
	background-color: rgba(0,0,0,0.1);
}
.map_print_icon:hover {
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.95s ease;
	-moz-transition: all 0.95s ease;
	-o-transition: all 0.95s ease;
	-ms-transition: all 0.95s ease;
	transition: all 0.95s ease;
}
/*구글맵 테두리*/
.tableborder_sens {border: 3px;border-width:1; border-color: rgba(255,255,255,0.6); border-style:dashed;}


/******* 오시는길안내 속성 End **********/





@media screen and ( max-width: 1140px ) {
	.logo_hidden{display: none;}
	.logo_m_hidden{
		position:absolute;
		display: block;
		z-index:99;
		width:100%;
		height:70px;
		padding-top:0.5em;
		border-bottom: 1px solid #ddd;
		background: -moz-linear-gradient(top,  #fff 50%, rgba(0,0,0,0.4) 600%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fff), color-stop(600%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fff 50%,rgba(0,0,0,0.4) 600%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fff 50%, rgba(0,0,0,0.4) 600%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fff 50%,rgba(0,0,0,0.4) 600%); /* IE10+ */
		background: linear-gradient(top,  #fff 50%,rgba(0,0,0,0.4) 600%); /* W3C *//* PC형 상단배경*/	
	}
	.logo_hidden_img{ /* 로고 사이즈 - 모바일 */
		max-width: 200px ;
		height: 60px ;
		padding-top:0em
		text-align:left;
		margin-left:2em
	}

	#navigation-menu{
		position: fixed;
		right: 0;
		left: auto;
		bottom: auto;
		z-index: 9;
		text-shadow: none;
		font-size: 11pt;
		font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',   "Dotum", "돋움", "Arial", "Helvetica", sans-serif; 
		letter-spacing: -0.06em;
	}
	.request-libox {
		width:90%;
		margin:0 auto;
		display: table;
	}
	.map-box {
		width:100%;
		margin:0 auto;
		display: table; 
	}


	/*****오시는길안내****/
	.mapuser_box {
		overflow: hidden;
		width:95%;
		margin:2em auto;
	}
	.mapuser_box_left {
		display:block;
		width:100%;
		text-align:center
	}
	.mapuser_box_left img {
		max-width:100%;
	}
	.mapuser_box_right {
		display:block;
		width:100%;
		padding:0;
		padding-top:1em;
		text-align:left
	}
}

@media(max-width:360px){
	#navigation-guide {
		display: none; 
	}
}


@media (min-width:181px) and (max-width:1139px){/*모바일화면에서 상단 메뉴 열기닫기 버튼*/

	#navigation-menu a{ /*메뉴박스크기*/
		padding:0; display:inline-block;
		text-align:center; 
		color: #fff;	
	}
	#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
		color: #FCE651;		
	}
	#navigation-menu ul {/*메뉴바 배경흐리게*/
		background: rgba(0,0,0,0.7); 
		padding:1em 0; 
		width:100%;
		border-radius:5px;
		margin-top:1em;
		display:inline-block;
	}
	#navigation-menu li {
		height:28px;
		padding:0.4em 0 0.1em 0;
		margin:0 1em;
		border-bottom: 1px solid  rgba(255,255,255,0.2);
	}
	#navigation-menu li:hover {
		background: rgba(255,255,255,0.3);
	}
	#navigation-guide {
		margin:0 auto;
		position:absolute;
		padding-top:1.2em;
	}
	.navigation-guide {
		margin:0 auto;
		width:100%;
		padding-left:2em;
	}
	.stopmenuM {
		padding:5px; 
		display: block;
		text-align:center;
	}
	.navigation-menu_open{display: block;}
	.navigation-menu_close {display: none;}
	.text-sm-right_font_box {
		display:inline-block;
		text-align: center;
		border-radius:30px;
		line-height:22px;
		width:30px;
		height:30px;
		padding:3px;
		background:#777;
		margin:3px;
	}
		.text-sm-right_font_box:hover {
			background:#FC6E51;
		}


	.text-sm-right_font{
		font-size:10pt;
		color:#fff;
	}
		.text-sm-right_font:hover{color:#fff;}
		a.text-sm-right_font {color:#fff;}
		a.text-sm-right_font a:link {color:#fff;}
		a.text-sm-right_font a:visited {color:#fff;}

	.text-sm-right_diver { padding-right:10px; }

}

@media (min-width:1140px) and (max-width:5550px){/*모바일화면에서 상단 메뉴 열기닫기 버튼 :PC화면숨김*/
	.stopmenuM {display: none;}
	.navigation-menu_open{display: none;}
	.navigation-menu_close {display: block;}
}

.noneesens-block {display: none;}


@media screen and (max-width: 768px) {
	.noneesens{display: none;}
	.noneesens1{display: none;}
	.bbsnoneesens {display:none;}
	.noneesens-block {display: block;}
}


/*모바일-메뉴ON OFF버튼처리 */

.onoffswitch {
    position: relative;
	 margin-top:-62px;
    -webkit-user-select:none; 
	-moz-user-select:none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
	overflow: hidden; 
	cursor: pointer;
    border: 0; 
	border-radius:1px;
	width: 55px;
	height: 55px;
}
.onoffswitch-inner {
    display: block; 
	width: 200%; 
	margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
	float: left; 
	width: 50%;
	height: 30px;
	padding: 0; 
	line-height: 30px;
	color: white; 
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FF9000; 
	color: #FFFFFF;
	text-align: left;
	color:#fff;
	font-size:10pt; 
	float:left; l
	etter-spacing: -1px;
	width: 55px;
	height: 55px;
	background:url(../images/mobile_menu_close.png) no-repeat; 
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 15px;
    background-color: #34A7C1;
	color: #fff;
    text-align: right;
	color:#fff; 
	font-size:10pt;
	float:left; 
	letter-spacing: -1px;
	width: 55px;
	height: 55px;
	background:url(../images/mobile_menu.png) no-repeat; 
}

.onoffswitch-switch {
    display: none; 
	width: 18px;
	margin: 6px;
    background: #000; /*안쪽작은 원*/
    border: 1px solid #333;
	border-radius: 20px;
    position: absolute; 
	top: 0; 
	bottom: 0;
	right: 70px;
    -moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/*모바일-메뉴ON OFF버튼처리 End*/

/*************************************상단영역End******************************************************/


.main-cont-box { 
	overflow: hidden;
	display: block;
	width:100%;
	text-align:center;
	padding-bottom:2em;
}
.main-cont-box h1 { 
	display: block;
	font-size:16pt;
	padding-bottom:0;
	font-family:'RixSGo L', 'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
}
.main-cont-box h2 { 
	display: block;
	font-size:12pt;
	color:#777
}
.main-cont-box li { 
	font-size:11pt;
	color:#777
}

/** 포트폴리오 **/

.main_photo_box {  /*******  메인 포트폴리오 사이즈 *********/
	text-align:center;
	width:1140px;
	margin:0 auto;
	margin-top:2em;
}

.main-portfolio-box { 
	overflow: hidden;
	display: block;
	width:95%;
	margin:0 auto;
	text-align:center;
	padding-bottom:3em;
}
.main-portfolio-box h1 { 
	display: block;
	font-size:18pt;
	line-height:32px;
	padding-bottom:0.2em;
	color:#BEDCF4;
	font-family:'RixSGo L', 'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
}
.main-portfolio-box h2 { 
	display: block;
	font-size:14pt;
	color:#F4F1BE
}
.main-portfolio-box-li { 
	display: block;
	width:95%;
	font-size:11pt;
	margin:0 auto;
	line-height:20px;
	margin-top:0.3em;
	padding-bottom:2em;
	color:#fff
}

.container-photobox {
  width: 100%;
}

.persons-photo {
  padding-top:0;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.persons-photo:before, .persons-photo:after {
  clear: both;
  content: " ";
  display: table;
}
.persons-photo .person-photo {
  width: 22.9%;
  margin-bottom: 20px;
  display: table;
  float: left;
  border-left: 20px solid transparent;
  cursor: pointer;
}

img.mainphoto_resize {
	max-width:100%;
	height:auto;
	display:block;
	border-radius:0px;
}

.persons-photo .js-dropdown-item img:hover {
	opacity: 0.9;
    transform: scale(1.1, 1.1);
    transition: all 0.4s ease-in-out 0s;
}
.persons-photo .person-photo .avatar {
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.4);
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
.persons-photo .person-photo .avatar img {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	transition: all 0.4s ease-in-out 0s;
}
.person-photo:hover .avatar{
	box-shadow: 0 0 0 rgba(0,0,0,.0);
	border: 1px solid #ddd;
	-webkit-filter: saturate(0.8);
	transition:all .05s;
	-webkit-transition:all .05s; /** 이미지 룰오버시 이미지가 밝아짐**/
}
.person-photo .photo_subI {
	color: rgba(255,255,255,0.5);  /** 제목 **/
}
.person-photo:hover .photo_subI {
	color: #FDDD57;
}
.persons-photo .person-photo .title {
	width: 100%;
	display: block;
	color:rgba(255,255,255,0.8);
	letter-spacing: -1px;
	text-align:center;
	font-size:11pt; 
	line-height: 22px;
	-webkit-filter: saturate(3);
	transition:all .4s;
	-webkit-transition:all .4s;
	padding-top:0.5em;
}
.persons-photo .person-photo:hover .title{color:#FBEE5D;}

.persons-photo .person-photo .js-description {
  display: none;
}
.persons-photo .js-dropdown {
  background-clip: padding-box !important;
  border: 0 solid transparent;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0 1em 1em;
  width: 98%;
  display: table;
  border: 0px solid rgba(0,0,0,0.9);
}
.persons-photo .js-dropdown:before, .persons-photo .js-dropdown:after {
  clear: both;
  content: " ";
  display: table;
}

.persons-photo .js-dropdown .js-dropdown-content {  /** 내용 **/
  background: none repeat scroll 0 0 rgba(255,255,255,1);
  color: #333;
  position: relative;
  width: 100%;
  padding: 1em 0 1em 0;
  text-align:left;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0px 2px 5px rgba(0,0,0,.1);	
  font-size:12pt;
  font-family:'RixSGo M','NanumBarunGothic', "Dotum", 'Gulim', sans-serif; 
}
.js-description-cont  {
	color:#777;
	font-size:10pt;
	line-height: 22px;
	letter-spacing: -1px;
}

.persons-photo .js-dropdown .js-dropdown-content .js-dropdown-arrow { /** 화살표 **/
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom-color: rgba(255,255,255,1);
  pointer-events: none;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}
.persons-photo .js-dropdown .js-dropdown-content p {
  line-height: 26px;
  margin: 1em;
  width: 97%;
}
.customerhelp_phone {
	display: block;
	line-height:90px;
	font-size:70px;
	color:#5F82E5;
	font-family: 'Roboto-bold','NanumBarunGothicBold', 'NanumBarunGothic',  "Dotum", 'Gulim', sans-serif; 
}
.customerhelp_phone_mo {
	display: none;
}
.main_request_box {  /*******  메인 견적의뢰 사이즈 *********/
	text-align:center;
	width:1140px;
	margin:0 auto;
	margin-top:2em;
}



@media screen and (max-width: 1139px) {
	.persons-photo {
	  padding-top:0;
	  max-width: 95%;
	  margin: 0 auto;
	  position: relative;
	}
	.persons-photo .person-photo {
		width: 21%;
	}
	.main_photo_box { 
		width:100%;
		margin-top:2em;
		margin:0 auto;
	}
	.persons-photo .js-dropdown {
	  max-width: 100%;
	  margin: 0 auto;
	}
	.main_request_box {  /*******  메인 견적의뢰 사이즈 *********/
		width:98%;
		margin-top:2em;
	}
	.persons-photo .js-dropdown .js-dropdown-content {
	  width: 95%;
	}
	.person-photo .photo_subI {
		font-size:10pt;
	}
}
@media screen and (max-width: 1024px) {
	.persons-photo {
	  padding-top:0;
	  max-width: 94%;
	  margin:0 auto;
	}
  .persons-photo .person-photo {
	width: 20%;
  }
}
@media screen and  (max-width:990px) {
	.persons-photo {
	  padding-top:0;
	  max-width: 85%;
	  margin:0;
	  position: relative;
	}
  .persons-photo .person-photo {
   width: 30%;
  }
}
@media (min-width:741px) and (max-width:960px) {
	.persons-photo {
	  padding-top:0;
	  max-width:96%;
	  margin:0;
	  position: relative;
	}
  .persons-photo .person-photo {
   width: 30%;
  }
}
@media screen and (max-width:740px) {
	.persons-photo {
	  padding-top:0;
	  max-width: 95%;
	  margin: 0 auto;
	  position: relative;
	}  
  .persons-photo .person-photo {
    width: 44%;
  }
	.person-photo .photo_subI { color:rgba(255,255,255,0.8);   font-size:10pt }
	.person-photo.active .photo_subI {color:#fff;  font-size:10pt }
	.persons-photo .js-dropdown .js-dropdown-content p {
	  font-size:10pt;
	  width: 94%;
	}
	.persons-photo .js-dropdown {
	  width: 93%;
	}	

	.main-cont-box h1 { 
		display: block;
		font-size:13pt;
		line-height:22px;
		padding-bottom:0;
		font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	}
	.main-cont-box h2 { 
		display: block;
		font-size:10pt;
		line-height:22px;
		color:#777
	}
	.main-cont-box li { 
		display: block;
		font-size:9pt;
		color:#777
	}
	.main-portfolio-box h1 { 
		display: block;
		font-size:14pt;
		line-height:22px;
		font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	}
	.main-portfolio-box h2 { 
		display: block;
		font-size:11pt;
	}
	.main-portfolio-box-li { font-size:10pt;	}
}
@media screen and (max-width: 380px) {
  .persons-photo .person-photo {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .persons-photo .js-dropdown {
    border-left: medium none;
  }
}
@media(max-width:480px){
	.person-photo .photo_subI { color:rgba(255,255,255,0.8);   font-size:10pt }
	.person-photo.active .photo_subI {color:#fff;  font-size:10pt }
	.persons-photo .js-dropdown .js-dropdown-content p {
	  font-size:10pt;
	  width: 90%; 
	}
	.persons-photo .js-dropdown { width: 92%;}	

	.main-cont-box h1 { 
		display: block;
		font-size:13pt;
		line-height:22px;
		padding-bottom:0;
		font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	}
	.main-cont-box h2 { 
		display: block;
		font-size:10pt;
		color:#777
	}
	.main-cont-box li { 
		display: block;
		font-size:9pt;
		color:#777
	}
	.main-portfolio-box h1 { 
		display: block;
		font-size:13pt;
		line-height:22px;
		font-family:'RixSGo M', 'NanumBarunGothicBold',  'NanumBarunGothic',"Dotum", 'Gulim', sans-serif;
	}
	.main-portfolio-box h2 { 
		display: block;
		font-size:11pt;
		line-height:22px;
	}
	.main-portfolio-box-li { font-size:9pt;	}

}


/* //인사말.소개 */

@media screen and (max-width: 1279px) {	

	#profil-wrapper {
		width: 95%;
		overflow: hidden;
		margin:0 auto;
		margin-top:2em;
	}
	.profil-box-right { 
		width:100%; 
	}
	#profil-wrapper>.profil-box-right {
		font-size:11pt;
	}

	#profil-wrapper hr{
		width: 100%;
	}

	#profil-wrapper>.profil-newsbox-title h1{ /* 뉴스타이틀 */
		width: 100%;
	}
	#profil-wrapper>.profil-newsbox {
		width: 100%;
	}

	#profil-wrapper>.profil-newsbox {
		width: 100%;
		display:inline-block;
	}

	#profil-wrapper>.profil-newsbox li{ /*뉴스*/
		width: 23.5%;
		height:310px;
		vertical-align:top;
		display:inline-block;
		margin:0 1em 0 0;
		text-align:justify;
		letter-spacing: -0.06em;
		background:#fff;
		line-height:18px;
	}

	#profil-wrapper>.profil-newsbox li img{
		max-width:100%;
		margin:0 auto;
	}
	#profil-wrapper>.profil-newsbox .newsbox-subjectbox a{
		font-size:10pt;
		text-align:left;
		line-height:18px;
	}
	#profil-wrapper>.profil-newsbox .newsbox-data { 
		display:inline-block;
		width: 100%;  
		color:#42B2F7;
		font-size:9pt; 
	}
	#profil-wrapper>.profil-newsbox .newsbox-imgbbsData {
		width: 100%;
		height:130px;
		float: left;
	}
	/** 뉴스 리스트형식일때 **/
	#isotope_container4 {
		display:inline-block;
		width:93%;
		margin:2em auto;
		padding:1em;
		background:rgba(255,255,255,0.1); 
		border:1px solid rgba(255,255,255,0.6); 
	}

	.notice_box_wrap {
		display:inline-block;
		width: 100%;
		margin:0 auto;
		margin-top:1em; 
		margin-bottom:2em;
	}
	.notice_box_listwrap {
		display:inline-block;
		width:100%;
	}
	.notice_box_list_cont {
		width: 70%;
		float: left;
		display:inline-block;
		text-align:left;
		white-space: nowrap;
		padding-left:0;
		letter-spacing: -1px;
		font-size:11pt
	}
	.notice_box_list_date {
		width:29.1%;
		float: left;	
		display:inline-block;
		padding-right:0em
	}
}
@media screen and (max-width: 1024px) {
	#profil-wrapper>.profil-newsbox li{ /*뉴스*/
		width: 45%;
		height:360px;
		vertical-align:top;
		display:inline-block;
		margin:0 1em 1em 0;
		text-align:justify;
		letter-spacing: -0.06em;
		background:#fff;
		line-height:18px;
	}
	#profil-wrapper>.profil-newsbox .newsbox-imgbbsData {
		width: 100%;
		height:200px;
		float: left;
	}
}

@media screen and (max-width: 1024px) {
	#profil-wrapper>.profil-newsbox li{ /*뉴스*/
		width: 45%;
		height:360px;
		vertical-align:top;
		display:inline-block;
		margin:0 1em 1em 0;
		text-align:justify;
		letter-spacing: -0.06em;
		background:#fff;
		line-height:18px;
	}

	#profil-wrapper>.profil-newsbox li img{
		max-width:100%;
		margin:0 auto;
	}
	#profil-wrapper>.profil-newsbox .newsbox-subjectbox a{
		font-size:11pt;
		text-align:left;
		line-height:18px;
	}
	#profil-wrapper>.profil-newsbox .newsbox-data { 
		display:inline-block;
		width: 100%;  
		color:#42B2F7;
		font-size:10pt; 
	}
	#profil-wrapper>.profil-newsbox .newsbox-imgbbsData {
		width: 100%;
		height:160px;
		float: left;
	}
	#profil-wrapper>.profil-box-right dd li{
		float: none;
		padding-top:0.5em;
		vertical-align:top;
		width: 20%;
		margin:0.5em;
		text-align:center;
		line-height:20px;
		text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.3);
		font-family: 'RixSGo B', 'RixSGo M', 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;  
	}

	/** 뉴스 리스트형식일때 **/
	#isotope_container4 {
		display:none;
		width:92%;
		margin:2em auto;
		padding:1em;
		background:rgba(255,255,255,0.1); 
		border:1px solid rgba(255,255,255,0.6); 
	}
	.notice_box_wrap {
		display:block;
		width: 100%;
		margin:0 auto;
		margin-top:1em; 
		margin-bottom:2em;
	}
	.notice_box_listwrap {
		display:block;
		width:100%;
	}

	.notice_box_list_cont {
		width: 100%;
		display:inline-block;
		text-align:left;
		white-space: nowrap;
		text-overflow:ellipsis; 
		padding:0;
		font-size:10pt;
	}
	.notice_box_list_date {
		display:none;
	}
}
@media screen and (max-width: 640px) {
	#profil-wrapper>.profil-box-right h1{
		width:100%;
		display:inline-block;
		text-align:left;
		font-size:26pt;
	}
	#profil-wrapper>.profil-box-right h2{
		width:100%;
		display:inline-block;
		text-align:left;
		font-size:12pt;
		padding-bottom:1em;
	}
	#profil-wrapper>.profil-box-right .profil-box-right-vision h1{
		width:95%;
		display:inline-block;
		text-align:center;
		font-size:26pt;
		color:#fff; 
	}
	#profil-wrapper>.profil-box-right dd li{
		float: none;
		padding-top:0.5em;
		vertical-align:top;
		width: 27%;
		margin:0.5em;
		text-align:center;
		line-height:20px;
		text-shadow: 1px 1px 0  rgba(0, 0, 0, 0.3);
		font-family: 'RixSGo B', 'RixSGo M', 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;  
	}

	#profil-wrapper>.profil-box-right {
		font-size:10pt;
	}
	.main_photo_box {  /*******  메인 포트폴리오 사이즈 *********/
		width:100%;
	}	
	.persons-photo .js-dropdown {
	  width: 95%;
	}	
	.persons-photo .js-dropdown .js-dropdown-content {
	  width: 100%;
	}	
	.person-photo .photo_subI { color:rgba(255,255,255,0.8);   font-size:10pt }
	.person-photo.active .photo_subI {color:#fff;  font-size:10pt }
	.persons-photo .js-dropdown .js-dropdown-content p {
	  font-size:10pt;
	  width: 95%;
	}
	.persons-photo .person-photo .title {
		line-height: 16px;
	}
	.main-portfolio-box-li {width:90%;}

	.customerhelp_phone {
		display: none;
	}
	.customerhelp_phone_mo {
		display: block;
		text-transform:uppercase;
		font-size:40px;
		line-height:40px;
		color:#5F82E5;
		font-family: 'Roboto-bold','NanumBarunGothicBold', 'NanumBarunGothic',  "Dotum", 'Gulim', sans-serif; 
	}

	#profil-wrapper>.profil-newsbox li{ /*뉴스*/
		width:100%;
		max-height:600px;
		background:#fff;
		letter-spacing: -0.06em;
	}
	#profil-wrapper>.profil-newsbox .newsbox-data { 
		display:inline-block; 
		width: 100%;  
		font-size:8pt; 
		padding-top:1em;	
	}
	#profil-wrapper>.profil-newsbox .newsbox-imgbbsData {
		width: 100%;
		height:210px;
		float: left;
	}
	#profil-wrapper>.profil-newsbox img{
		width: 95%;
		display:block;
		padding:1em 0;
		margin:0;
	}
	#profil-wrapper>.profil-newsbox .newsbox-subjectbox{
		width:95%;
		margin:0 auto;
		padding:0;
	}

	.btn-more button {/* 더보기버튼 */
		border-radius:50px; 
		margin:0 auto;
		width:200px;
		height:40px;
		margin-top:1em;
		color:#fff; 
		letter-spacing: -0.1em; 	
		display: inline-block;
		font-size:12pt; 
		text-align:center; 
		background-color:#4B96E6; 
	}
	.btn-more:hover button {
		background-color:rgba(0,0,0,0.5); 
	}
	.btn-more3 button {
		border-radius:50px; 
		width:200px;
		height:40px;
		margin-top:1em;
		color:#fff; 
		letter-spacing: -0.1em; 	
		display:inline-block;
		font-size:12pt; 
		text-align:center; 
		background-color:#FC6E51; 
	}
	.btn-more3:hover button {
		background-color:#E94B2B; 
	}
}

@media screen and (max-width: 480px) {
	#profil-wrapper>.profil-box-right h1{ /* 인사말,소개 */
		width:100%;
		display:inline-block;
		text-align:center;
		font-size:26pt;
	}
	#profil-wrapper>.profil-box-right h2{
		width:100%;
		display:inline-block;
		text-align:center;
		font-size:12pt;
		padding-bottom:1em;
	}	
	#profil-wrapper>.profil-box-right .profil-box-right-message {  
		float: left;
		width:100%;
	}
	#profil-wrapper>.profil-box-right .profil-box-right-message-cont {  
		float: left;
		width:95%;
		color:#fff;
		text-align:center;
	}
	#profil-wrapper>.profil-box-right .profil-box-right-article{
		width:80%;
		margin:1em auto; 
		padding:2em;
		text-align:justify;
	}

	#profil-wrapper>.profil-box-right dd li{
		padding-top:0.5em;
		width: 37%;
		margin:0.5em;
	}	

	#profil-wrapper>.profil-newsbox li{ /*뉴스*/
		width:100%;
		max-height:300px;
		background:#fff;
		letter-spacing: -0.06em;
	}
	#profil-wrapper>.profil-newsbox .newsbox-data { 
		display:inline-block; 
		width: 100%;  
		font-size:8pt; 
		padding-top:1em;	
	}
	#profil-wrapper>.profil-newsbox .newsbox-imgbbsData {
		width: 100%;
		height:150px;
		float: left;
	}

}

/* 갤러리 게시판 리스트 속성 */
#least_gallery_esens {
  min-width: 1100px;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


#least_gallery_esens .least-gallery_esens {
  font-size: 10;
}
#least_gallery_esens .least-gallery_esens li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin : 5px;
  /*margin: 10px 0 10px 0;*/
}
#least_gallery_esens .least-gallery_esens li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 230px;
  height: auto;
  -webkit-transition-property: outline-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: outline-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: outline-color;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: outline-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in-out;
  transition-property: outline-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
  outline-color: white;
}
#least_gallery_esens .least-gallery_esens li a img {
  width: 230px;
  height: auto;
  padding:2%; border-width:1px; border-color:#EEEEEE; border-style:solid;
}
#least_gallery_esens .least-gallery_esens li a.active {
  outline: 1px solid;
  outline-color: #aaa;
}

#least_gallery_esens .least-gallery_esens li a:hover {
  outline: 1px solid;
  outline-color: #aaa;
}
#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
  content: attr(data-subtitle);
  position: absolute;
  padding-top:20px;border-width:5px; border-color:#fff; border-style:solid;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  color: #FDDD57;
  text-shadow: 1px 1px 1px #666666;
  font-family:'RixSGo B',  "NanumBarunGothicBold",'NanumBarunGothic',"Dotum", 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
  line-height: auto;
  width: 230px;
  height: auto;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}
#least_gallery_esens .least-gallery_esens li a:hover:after { /**제목**/
  content: attr(title);
  position: absolute;
  padding-top:20px;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  overflow: hidden;
  margin: -30px 0 0 0;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #666666;
  color: white;
  font-family:'RixSGo B',  "NanumBarunGothicBold",'NanumBarunGothic',"Dotum", 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 20px;
}
.bbs_default {
	width:100%;
	margin-bottom:1em;
	text-align:center;
	color:#777;
}

	.bbs_default:hover{color:#09C0EF;}
	a.bbs_default {color:#777;}
	a.bbs_default a:link {color:#777;}
	a.bbs_default a:visited {color:#777;}

.minibox_btn02_chomini_black {
	text-align:center;  
	background:#FBAF5D; 
	border-radius:10px;
	line-height:20px;
	padding:0 12px 0 11px; 
	margin:2px 1px;
	display: inline-block;
	color:#fff;
	font-size: 10pt;
	vertical-align:middle;
	letter-spacing: -0.5px;	
	}
	.minibox_btn02_chomini_black:hover{color:#fff;background-color:#000;}
	a.minibox_btn02_chomini_black {color:#fff;}
	a.minibox_btn02_chomini_black a:link {color:#fff;}
	a.minibox_btn02_chomini_black a:visited {color:#fff;}

@media (min-width:701px) and (max-width:960px){/*mobile and mini- tablet*/
#least_gallery_esens {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#least_gallery_esens .least-gallery_esens li {
  width: 200px;
  }
#least_gallery_esens .least-gallery_esens li a {
  width: 200px;
  }
#least_gallery_esens .least-gallery_esens li a img {
  width: 200px;
  margin-bottom:0.5em;
  }
#least_gallery_esens .least-gallery_esens li a:hover:before {/**이름.날짜**/
  width: 200px;
  }
.minibox_btn02_chomini_black {
	text-align:center;  
	background:#FBAF5D; 
	border-radius:10px;
	line-height:20px;
	padding:0 12px 0 11px; 
	margin:2px 1px;
	display: inline-block;
	color:#fff;
	font-size: 10pt;
	vertical-align:middle;
	letter-spacing: -0.5px;	
	}
	.minibox_btn02_chomini_black:hover{color:#fff;background-color:#000;}
	a.minibox_btn02_chomini_black {color:#fff;}
	a.minibox_btn02_chomini_black a:link {color:#fff;}
	a.minibox_btn02_chomini_black a:visited {color:#fff;}

}

@media (min-width:361px) and (max-width:700px){/*mobile and mini- tablet*/
#least_gallery_esens {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 16px;
}
#least_gallery_esens .least-gallery_esens li {
  width: 160px;
  }
#least_gallery_esens .least-gallery_esens li a {
  width: 160px;
  }
#least_gallery_esens .least-gallery_esens li a img {
  width: 160px;
  margin-bottom:0.5em;
  }
	.minibox_btn02_chomini_black {
		text-align:center;  
		background:#FBAF5D; 
		border-radius:10px;
		line-height:20px;
		padding:0 12px 0 11px; 
		margin:2px 1px;
		display: inline-block;
		color:#fff;
		font-size: 10pt;
		vertical-align:middle;
		letter-spacing: -0.5px;	
		}
		.minibox_btn02_chomini_black:hover{color:#fff;background-color:#000;}
		a.minibox_btn02_chomini_black {color:#fff;}
		a.minibox_btn02_chomini_black a:link {color:#fff;}
		a.minibox_btn02_chomini_black a:visited {color:#fff;}

}
@media (min-width:180px) and (max-width:360px){/*mobile and mini- tablet*/
#least_gallery_esens {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 14px;
}
#least_gallery_esens .least-gallery_esens li {
  width: 120px;
  }
#least_gallery_esens .least-gallery_esens li a {
  width: 120px;
  }
#least_gallery_esens .least-gallery_esens li a img {
  width: 120px;
  margin-bottom:0.5em;
  }
