/*=========================================================
2015.03.18 퍼블리셔 강은주
=========================================================*/
/* 폰트 설정 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); /* Nanum Brush Script (Korean)*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /* Nanum Gothic (Korean) */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); /* Nanum Gothic Coding (Korean) */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* Nanum Myeongjo (Korean) */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); /* Nanum Pen Script (Korean) */


/* body 초기화 */
*html .container { height: 100%;  }
body { font-size:12px; height:100%; background: #fff;
font-family: 'Nanum Gothic', sans-serif !important; 'Nanum Gothic Coding', monospace;, 
'Nanum Myeongjo', serif; 'Nanum Pen Script', cursive; 'Nanum Brush Script', cursive; 
}


li{
	list-style:none;
}

/* a링크 점선 없애기 */
a {outline:none !important; selector-dummy : expression(this.hideFocus=true) !important; text-decoration:none !important ;}

/* 숨김처리 */
.blind { display: block; overflow: hidden; position: absolute; top: -1000em; left: 0; }

/* 단 분류 공통 */
hr { border:none; }

/*=========================================================
@정렬 공통 사용
=========================================================*/
/* 테이블 정렬 */
.table-lf th,
.table-lf td { text-align:left !important; }
.table-cn th,
.table-cn td { text-align:center !important; }
.table-ri th,
.table-ri td { text-align:right !important; }
/* 텍스트 정렬 */
.content .text-left { text-align:left !important; }
.content .text-center { text-align:center !important; }
.content .text-right { text-align:right !important; }
/* input 체크박스와 라디오박스 위치 정렬 */
.input[type="radio"], 
input[type="checkbox"] { margin-top:0px !important; vertical-align:middle !important; }
label { margin-bottom:0px !important; vertical-align:middle !important; }
.input-align { display:inline-block; margin-top:5px; }

.content { line-height:22px; }
/*=========================================================
@칼라 공통 사용
=========================================================*/
/* 텍스트 칼라 */
.text-default { color:#888; padding:0 5px;}
.text-danger { color:#d9534f;}

/* 별도 지정 링크 칼라 */
.link-color a {color: #333 !important; }

/* 칼라지정 */
.colPur1 { color:#8b16db; }
.colPur2 { color:#5b1a8a; }

/*=========================================================
@여백 공통 사용
=========================================================*/
/* 마진 상단 */
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt11 { margin-top:11px !important; }
.mt12 { margin-top:12px !important; }
.mt13 { margin-top:13px !important; }
.mt15 { margin-top:15px !important; }
.mt16 { margin-top:16px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt37 { margin-top:37px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt66 { margin-top:66px !important; }
.mt70 { margin-top:70px !important ; }
/* 마진 하단 */
.mb15 { margin-bottom:15px !important; }
.mb70 { margin-bottom:70px !important; }
/* 마진 왼쪽 */
.ml20 { margin-left:20px !important; }
/* 마진 오른쪽 */
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
/* 패딩 오른쪽 */
.pt15 { padding-top:15px !important; }

/*=========================================================
@폰트어썸 크기 공통
=========================================================*/
/* 폰트어썸 크기 */
.icon-1 { font-size: 1em !important; }
.icon-2 { font-size: 2em !important; }
.icon-3 { font-size: 4em !important; }
.icon-4 { font-size: 7em !important; }
.icon-5 { font-size: 12em !important; }
.icon-6 { font-size: 20em !important; }



/*=========================================================
# All (공통)
=========================================================*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { padding-left:10px; padding-right:10px;}
body form fieldset, legend { border:none;}
.container { padding:0; }

/* ------ 해상도 수정하는곳 ------ */
@media (min-width: 1200px){
.container {
  /*max-width: 1170px;*/
  max-width: 1000px !important;
  }
 .row { margin:0px !important; }
}

@media (min-width: 992px){
 .row { margin:0px !important; }
}

@media (max-width: 767px) {
 .row { margin:0px !important;  }
}

.navbar-nav { margin:0 -15px; }
/*=========================================================
# sub content (공통)
=========================================================*/

/* height */
.sub_container { min-height:400px; }
@media (max-width: 767px) {
.sub_container { min-height:100px; }
}

/* title */
.sub-title { overflow:hidden;  padding:45px 0 10px; border-bottom:solid 1px #eeeeee;}
.sub-title > div { padding-left: 10px !important; }
.sub-title h2 { font-size:30px !important; font-weight:800 !important; }

@media (max-width: 767px) {
.sub-title { padding:5px 0 0; }
.sub-title h2 { font-size:130% !important; }
}



/*=========================================================
# gallery (공통)
=========================================================*/

/* @image size + thumbnail height 수정하는 곳 */

@media (min-width: 1200px) {
  .gallery .thumbnail { max-height:260px; min-height:260px; }
  .thumbnail-img img { width:100%; height:210px;}
  .g_thum{ width:100%; height:210px;}
  }

@media (min-width: 992px) and (max-width: 1199px) {
.sub-content-area { border-left:1px solid #dedede; }
.gallery .thumbnail { max-height:255px; min-height:255px; }
.thumbnail-img img { width:100%; height:202px; }
.g_thum{ width:100%; height:202px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.gallery .thumbnail { max-height:315px; min-height:315px; }
.thumbnail-img img { width:100%; height:262px; }
.g_thum{ width:100%; height:262px; }
}

@media (max-width: 767px) {
.gallery .thumbnail { max-height:170px; min-height:170px; margin: 0 5px 11px 5px; }
.thumbnail-img img { width:100%; height:120px; }
.g_thum{ width:100%; height:120px; }
}

@media (max-width: 767px) {
.board-cont-v img { width:100%;}
}

/* thumbnail title 수정하는 곳 */
.gallery .thumbnail { border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-bottom:20px; overflow:hidden; }
.gallery .thumbnail h5 { font-weight:600; margin:2px 0 10px 0; font-size:13px; line-height:40px; }
.gallery .thumbnail .caption { padding:3px 5px !important; text-align:center; }
.gallery .thumbnail .caption a { color:#474747 !important; letter-spacing:-1px; }

/* main gallery 수정하는곳 */
.bx-viewport .thumbnail { border:none !important; }
.thumbnail, .bx-wrapper .bx-viewport { box-shadow:none !important; }

/* main gallery title 수정하는곳 */
.page-header-main { padding-bottom:0; border-bottom:1px solid #000 !important; }
.page-header { border-bottom:1px solid #000 !important; }
h3 small { font-size:16px !important; }

@media (max-width: 767px) {
.page-header-main { margin-top:0; }
}
.page-header-main>h3>small { color:#383838; }
.mob_sns .thumbnail { padding:0px !important; border:none !important; }



/*=========================================================
# 게시판
=========================================================*/

/* member */
.mamber_info { color:#016cba; }

/* board comment */
.table-responsive > .table-bordered { border:1px solid #ddd !important; }
.table-responsive-list th { text-align:center !important; }
#files_table td { border:none !important; }

/* comment 수정하는곳 */
.comment { background:#f9f9f9; padding: 10px; border:1px solid #ddd; }
.comment-list-area { background:#f9f9f9; border:1px solid #ddd; margin:5px 0; }
.comment-list-area .comment-list { border-bottom:1px dotted #ddd;} 
.comment-list-area .comment-info { padding:10px 0; }
.comment-list-area .comment-list p { color:#888; }

/* search form 공통 */
@media (min-width: 1200px) {
#searchForm .col-sm-7 { width: 61.333333% !important; }
.m_con {display:none}
}
@media (min-width: 992px) and (max-width: 1199px) {
#searchForm .col-sm-7 { width: 60.333333% !important; }
.m_con {display:none}
}
@media (min-width: 768px) and (max-width: 991px) {
#searchForm .col-sm-7 { width: 58.333333% !important; }
.m_con {display:none}
}
@media (max-width: 767px) {
#searchForm .form-control { width: 98% !important; }
.pc_con {display:none}
}
#searchForm .col-sm-2 { padding:0 2px; }
#searchForm .col-sm-1 { width:4.8%; padding:0; }



/*=========================================================
# map
=========================================================*/
.map >p { font-size:16px; }
.map >p > strong { font-weight:bold; }
.map >p > span { color:#7e7e7e; font-size:15px; }



/*=========================================================
# paging (공통)
=========================================================*/

/* paging 수정하는 곳 */
.pager li { margin:0 1px; }
@media (max-width: 767px) {
 .pager { margin: 0px 0 20px; }
  }



/*=========================================================
# footer (공통)
=========================================================*/

/* admin con */
.footer-admin { position:relative; }
.footer-admin .admin_con { position:absolute; bottom:25%; right:5%; border:none; }

/* footer 수정하는곳 */
div.footer-featured { background:#393939; color:#919191; font-size:90%; padding:10px 0 ;margin-top:5px; }
div.footer-featured address { margin-bottom:0px; }


/* mobile sns (공통) */
@media (max-width: 767px) {
.mob_sns .col-xs-1 { width:0px !important; }
.mob_sns .col-xs-2 { width:20.0% !important; }
.mob_sns .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { padding:0px !important; }
.mob_sns .col-xs-2 { padding:0 3px !important; }
.page-header { border-bottom:1px solid #000 !important; }
/}



/*=========================================================
# Carousel
=========================================================*/
/* carousel 화살표 공통 추가 */
.carousel-control .icon-prev, .carousel-control .icon-next{
  width: 40px;
  height: 40px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 50px;
  line-height: 40px;
  background: #222;
  }
@media (max-width: 767px) {
.carousel-control .icon-prev, .carousel-control .icon-next{
  width: 30px;
  height: 30px;
  font-size: 40px;
  line-height: 26px;
  }
 .carousel-control.left,
 .carousel-control.right { background:none; }
}


/* ie 추가 css */
.col-md-ie-2 { padding-left:2px; padding-right:2px;}


/* ----------------------------- 추가 작업 ---------------------------- */

/* 1dep menu */
.header {  }

.header-menu { }
@media (max-width: 767px) {
.fix_menu{display:none;}
.header-menu { margin:0px; }
.header { }


}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border:none !important; }
.navbar-gnb { border:none !important; border-left:none !important; border-right:none !important; 
					background:#fff !important; margin-bottom:0px !important; text-align:center; }
.navbar-gnb li { display: inline-block !important; font-weight:bold; width:20%;}
.navbar-gnb li a { display: inline-block !important; margin:1px 10px 0 !important; }
.navbar-nav > li { width:20%; }

/* 1dep action */
.nav .open a,
.nav .open a:hover, 
.nav .open a:focus,
.nav .open a:active { background:none !important;}

/* 2dep menu */
.navbar-gnb-2dep { background:#fff; height:50px; }
.dropdown-menu { 
position: absolute;
  top: 100% !important;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-clip: padding-box;
  background-color:  #000;
   opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  border:none !important;;
  text-align:left !important;
  }

.nav .dropdown-menu li > a { color:#a9a9a9 !important; font-size:14px; font-weight:bold !important;
display:block !important; border-top:none !important; padding:5px 0 !important; margin-right:10px;   text-align:center;
 }
.dropdown-menu li a:hover, .dropdown-menu li a:focus {border-top:none !important; background:#2b4395 !important; color:#fff !important;  }


/* 1dep 하위부분 수정*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background:#fff !important; }


/* logo */
#header h1 { margin:0 auto !important; }


/* 메뉴 수정 */
.navbar-collapse { padding:0 !important; }
@media (max-width: 767px) {
.navbar-collapse { border-top:1px solid #98d0e ;}
.header .col-xs-12 { padding-left:0px !important; padding-right:0px !important;}

}

 .nav li a { padding:0 !important; margin:0px !important;}
 .navbar-gnb { border:none !important;}
 .nav-dropdown { margin: 0 auto !important; }
.navbar-nav { float:right; }


@media (max-width: 767px) {
.navbar-nav { float:none; margin:0 !important; border-top:1px dotted #71b200;}
.navbar-nav li { width:19%; display:inline-block !important; }
.navbar-nav .dropdown-menu-gnb li { width:100%; }
.nav .dropdown-menu li > a { padding:3px 5px; }
}




/*=========================================================
# Main + menu type 2 (menu 5)
=========================================================*/
/* 1차 menu boots 리셋 */
.navbar-nav { margin:0 !important;}
/* 1차 menu 공통 추가 */
.nav-col-reset { padding: !important; }

@media (max-width: 767px) {
.nav-col-reset { margin:12px 0 3px !important;}
}
.nav-col-reset .col-sm-1, .col-xs-1 { padding:0px !important; width:0px !important; }
.nav-col-reset .col-sm-2, .col-xs-2, .col-sm-3, .col-xs-3 { padding:0 !important;}
.nav-col-reset .col-sm-2 img { width:90% !important; }
@media (max-width: 767px) {
.nav-col-reset .col-sm-2 img { width:100% !important; }

}

/* @1차 menu 수정하는곳 */
.nav-col-reset .col-sm-2 { width:19.7% !important; }
@media (max-width: 767px) {
.nav-col-reset .col-xs-2 { width:20.0% !important; }
}
/* @2차 menu 수정하는곳 */
.dropdown-menu {
  background-color: #000;
  top:100%;
  display:none;
  width:100%;
  min-width:100%;
  padding-top:0;
  margin-top:0;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.dropdown-menu a { color:#fff !important; font-weight:600 !important; text-align:center !important; }
@media (max-width: 767px) {
.dropdown-menu > li > a { padding: 5px !important; font-size:12px;  }
}


/*=========================================================
# board view img
=========================================================*/
.board-cont-v img {  }

@media (min-width: 768px) {
.nav { margin-top:25px;}
}


@media (min-width: 1200px) {
.nav-col-reset { float:right; }
.nav-col-reset .col-sm-3 { width: 122px !important; }
  }

@media (min-width: 992px) and (max-width: 1199px) {
.nav-col-reset { float:right; }
.nav-col-reset .col-sm-3 { width: 122px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
.nav-col-reset { float:right; }
.nav-col-reset .col-sm-3 { width: 122px !important; }
}
@media (max-width: 767px) {
.nav-col-reset .col-xs-3 { width:20% !important; }
}


/* 메뉴 드롭다운 */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #333 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #333 !important;
}



  @media (max-width: 767px) {
  .dropdown-menu {   font-size: 10px; }
  .nav .dropdown-menu li > a {   font-size: 10px; }
  }



/****************************************************************************************/
/***************************************  가온추가  ***************************************/
/***************************************************************************************/
/***** 웹폰트 *****/
@font-face {
	font-family:'Verdana';
	src: url("/font/Verdana.eot"), url("/font/Verdana.woff"),url("/font/Verdana.ttf");
}
@font-face {
	font-family:'mvboli';
	src: url("/font/mvboli.eot"), url("/font/mvboli.woff"),url("/font/mvboli.ttf");
}
* {
	margin:0;padding:0; font-size:16px; font-family:"Nanum Gothic";
}
html,body {
	width:100%;
}
ol,ul,li {
	list-style:none;
}
button {
	cursor:pointer;
}
a {
	text-decoration:none;
}
.hide,
audio{
	display:none;
}
p{
	margin:0;
}
/*************************** 게시판 view *******************************/
.section_nav {
    margin-top: -1px;
    padding: 0 15px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.section_nav a:first-child {
    border-top: 0;
}
.section_nav a,
.no{
    display: block;
    height: 47px;
    font-size: 16px;
    color: #000;
    line-height: 47px;
    border-top: 1px solid #f3f3f3;
}
.section_nav a:hover,
.section_nav a:focus{
	color:#000;
}
.section_nav .bu {
    display: table-cell;
    min-width: 73px;
    font-weight: bold;
    font-family: 'Nanum Gothic';
}
.bu>i{
	margin-right:10px;
}
.section_nav .tx {
    display: table-cell;
    line-height: 46px;
    font-family: 'Nanum Gothic';
}
.ellip {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: 1.2;
}
/*************************** header ***************************/

/*************************** 메뉴 ***************************/
.menu_list{
	width:780px; height:40px;
	position:absolute; bottom:0; right:150px;
}

.menu_list>a{
	width:20%; height:40px;
	float:left;
	font:bold 1em/20px "Nanum Gothic";
	color:#131313;
	text-align:center;
	position:relative;
	display:block;
    text-transform: uppercase;
	-webkit-transition:color .5s;
	-moz-transition:color .5s;
	-o-transition:color .5s;
	transition:color .5s;
}
.menu_list>a:last-child{
	margin-right:0;
}
.menu_list>a:hover,
.menu_list>a:focus{
	color:#007750;
}
.verdana{
	font-family:"Verdana";
}
.vrinda{
	font-family:"Vrinda";
	font-size:11px;
}

.link-braces{
	padding: 0 0.25em;
	-webkit-transition: color 0.1s;
	transition: color 0.1s;
}

/**************************************** 모바일메뉴icon ******************************************/
.menu-icon-container {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 6px;
	position: absolute;
	top:15px;
	right: 20px;
}

.menu-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 4px;
	background-color:#d77317;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -15px;
	transition: background-color .2s ease-out;
}

.menu-icon::after, .menu-icon::before {
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 4px;
	background-color:#d77317;
	left: 0px;
	transition: all .2s ease-out;
}

.menu-icon::after { top: 9px; }

.menu-icon::before { top: -9px; }

.menu-icon.transformed { background-color: transparent; }

.menu-icon.transformed::after, .menu-icon.transformed::before {
	transform-origin: 50% 50%;
	top: 0px;
	left: 2px;
	width: 26px;
	transition: all .15s ease-out;
}

.menu-icon.transformed::after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.menu-icon.transformed::before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
/******************************************* 모바일메뉴icon 끝 ***********************************************/

  /*************************** visual  ***************************/
/*.background{
	width:100%;
	position:relative; top:0; left:0;
}*/
.header_wrap{
	width:1170px; height:90px;
	position:absolute; top:0; left:50%; margin-left:-585px;
	z-index:1;
}
.subheader_bg{
	width:100%; height:250px;
	background:url("/image/sub/subbg.jpg");
	background-size:cover;
}
.visual_img{
	width:100%;
}
.visual_txt{
	width:1170px;
	position:absolute; top:250px; left:50%; margin-left:-585px;
	color:#fff;
}
.visual_txt2{
	width:1170px;
	position:absolute; top:180px; left:50%; margin-left:-585px;
	color:#fff;
}
.txt_lg{
	width:100%; 
	font:bold 2.5em "Nanum Gothic";
	text-align:left;
}
.txt_md{
	width:100%;
	font:normal 1.25em "Nanum Gothic";
	text-align:left;
}
.txt_sm{
	width:350px; height:50px; margin-top:10px;
}
.txt_sm>a{
	display:inline-block;
	width:100%; height:100%; background:#007750;
	font:normal 1.25em/50px "Nanum Gothic";
	text-align:left;
	text-indent:20px;
	color:#fff;
	transition:background .8s;
}
.txt_sm>a:hover,
.txt_sm>a:focus{
	background:#00b479;
}
.logo{
	width:160px; height:50px;
	position:absolute; top:20px; left:0;
}
#mobnav_btn{
	display:none;
}
/*************************** 컨텐츠1 ***************************/
.contents1_wrap{
	width:100%; height:720px;
	position:relative;
}
.title{
	text-align:center;
	text-transform: uppercase;
	font-size:2.81em;
	line-height:40px;
	padding-top:75px;
}
.subtitle{
	text-align:center;
	font-size:1em;
	line-height:14px;
	padding-top:30px;
	letter-spacing:5px;
}
.subtitle>span{
	font-weight:bold;
}
.contents1_list{
	width:1160px; height:600px;
	position:absolute; left:50%; margin-left:-500px; top:80px;
}
.list1_wrap{
	width:100%; height:100%;
}
.list1_wrap li{
	float:left;
	width:580px;
	position:relative;
	overflow:hidden;
}
.ovrlay{
	width:100%; height:100%; border:6px solid #0c2836;
	position:absolute; top:0; left:0; opacity:0;
	transition:opacity .8s;
}
.ovrlay_txt1{
	position:absolute; left:0; top:65px;
	font:normal 1.1em "Vrinda";
	text-align:left;
	color:#fff;
	text-indent:30px;
	opacity:1;
	transition:opacity .8s;
}
.ovrlay_txt2{
	position:absolute; left:0; top:90px;
	font:bold 2.1em "Malgun Gothic";
	text-align:left;
	color:#fff;
	text-indent:30px;
	opacity:1;
	transition:opacity .8s;
}

.list1_wrap li:hover .ovrlay{
	opacity:1;
}
.list1_wrap li:hover>img{
	-webkit-transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	-webkit-transition:transform 10s;
	-moz-transition:transform 10s;
	-o-transition:transform 10s;
	transition:transform 10s;
}

/************************************** 배너 *************************************************/
.banner_wrap{
	width:100%; height:502px;
	position:relative;
	background:#f7f7f7;
}
.mbanner_list{
	display:none;
}
.banner_list{
	display:inline-block;
	width:1170px; height:405px;
	position:absolute; top:58px; left:50%; margin-left:-585px;
}
.banner_list>li{
	float:left;
	position:relative;
}
.banner_list>li:first-child{
	width:584px; height:100%;
	margin-right:58px;
}
.banner_list>li:nth-child(2),
.banner_list>li:last-child{
	width:480px;
	margin-left:20px
	text-align:right;
}
.banner_list>li:nth-child(2){
	height:177px; margin-top:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.banner_list>li:last-child{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.phone_img{
	position:absolute; bottom:70px; right:35px;
}
.estimate_list{
	width:100%; height:155px;
	position:absolute; top:30px;
}
.estimate_list li{
	font:bold 1.2em "Nanum Gothic"; color:#3e3d3d;
	text-indent:20px;
	margin-bottom:20px;
}
.est2{
	width:150px;
	line-height:20px;
	margin-bottom:5px;
}
.estimate_list li:last-child{
	width:155px; height:40px; background:#6ab300;
	position:absolute; left:20px;
}
.estimate_list li:last-child p{
	text-align:center;
	line-height:40px;
}
.estimate_list li:last-child p a{
	color:#fff;
}

.board_news{
	width:86%;
	position:absolute; top:20px; left:50%; margin-left:-43%;
}
.board_title{
	font-size:1.4em;
}
.board_more,
.board_date{
	text-align:right;
}
.board_more>a,
.board_subtitle>a{
	color:#000;
}
.board_subtitle{
	width:70%; height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-indent:5px;
	line-height:20px;
	position:absolute;
}
.board_subtitle>a:hover,
.board_more>a:hover{
	color:#6ab300;
}
tr:hover {
	background-color: #f5f5f5;
}


 /*************************** 컨텐츠3 ***************************/
 .contents3_wrap{
	width:100%; height:740px;
	position:relative;
 }
.contents3_gallery{
	width:1170px; height:594px;
	position:absolute; top:70px; left:50%; margin-left:-585px;
}
.contents3_gallery li{
	float: left;
	width:31.9%; height:48%;
	margin-right:2.15%;
	margin-bottom:20px;
	position:relative; overflow:hidden;
	perspective:300px;
	-webkit-perspective: 300px;
	-ms-perspective: 300px;
	-o-perspective: 300px;
}
.contents3_gallery li:nth-child(3),
.contents3_gallery li:last-child{
	margin-right:0;
}
.contents3_gallery li img{
	 object-fit:cover;
	 width:100%;
	 height:100%;
}


/******************** gallery list 오버효과 ********************/
.x-flip-bottom .xoverlay-box{
	width:100%; height:30px; position:absolute; bottom:0; right:0; background:rgba(51,51,51,0.6); 
	-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; 
}
.x-flip-bottom:hover .xoverlay-box{
	width:100%; height:100%; 
	position:absolute; bottom:0; left:0; right:0; background:#333; opacity:0.8;
}
.x-flip-bottom:hover .gallist_title{
	margin-top:190px;
}
.gallist_title{
	height:30px;
	font:normal 1.37em/30px "Nanum Gothic";
	text-indent:30px; color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	transition:all .3s;
}
.view_btn{
	display:block;
	width:112px; height:26px; 
	margin-top:15px; margin-left:30px;
	background:#fff;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-o-border-radius:12px;
	border-radius:12px;
	font:bold 1em/26px "Malgun Gothic";
	text-align:center;
	color:#000;
}
.view_btn:hover{
	color:#000;
}

footer{
	width:100%; height:100px;
	background:#393939;clear:both;
}
/*************************** 서브 page ***************************/
.page1_contents{
	width:100%; height:830px;
}
.page1_title{
	height:50px;
	font:bold 3em/50px "Nanum Gothic"; color:#d7d7d7;
	text-transform:uppercase;
}
.page1_subtitle1{
	display:inline-block;
	padding:3px; background:#909090;
	font:normal 1.5em/30px "Malgun Gothic"; color:#fff;
	margin-bottom:10px;
}
.page1_subtitle2{
	display:inline-block;
	padding:3px; background:#ffc550;
	font:normal 1.5em/30px "Malgun Gothic"; color:#fff;
}
.page1_visual{
	width:100%; height:214px;
	margin:30px 0;
}
.page1_visual>img{
	width:89%; height:214px;
}
.page1_txt1{
	display:block;
	width:100%; height:70px;
	font:normal 1.5em/1.5 "Malgun Gothic";
}
.txtcolor{
	font-size:1em;
	color:#ffc550;
}
.mtxt{
	display:none;
}
/**************************** board button ****************************/
.button{
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.428571429;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid #999;
   color:#000;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   background:#fff;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
   transition:all .6s;
}
.button:focus{
   outline:none;
}
.button:hover,
.button:focus{
   background:#38383d;
   color:#fff;
}
.write{
	margin-top:10px;
}
.pages{
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pages li {
    display: inline;
}
.pages > li > a:hover,
.pages > li > a{
	display:inline-block;
	border:1px solid #999;
	padding: 5px 7px;
	color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	line-height:12px;
	transition:all .5s;
	margin:0 2px;
	color:#000;
}
.pages > li > a:focus{
	background:none !important;
	font-weight:bold;
	border-color:#000;
}
.thumbnail{
	border:none !important;
}
.m_list{
	display:none;
}
#cssmenu{
	display:none;
}
/*********************************************************************************/
/************************************ 미디어쿼리 ************************************/
/*********************************************************************************/

/************************************ 1170px ************************************/
@media (max-width: 1170px) {
/****************** 헤더 ******************/
	.header_wrap{
		width:100%;
		left:0; margin-left:0;
	}
	.logo{
		left:30px;
	}
	.visual_txt,
	.visual_txt2,
	.banner_list,
	.contents1_list,
	.contents3_gallery{
		width:980px; margin-left:-490px;
	}
/****************** 배너 ******************/
	.banner_list>li:first-child{
		width:50%; height:auto;
		margin-right:5%;
	}
	.banner_list>li:nth-child(2),
	.banner_list>li:last-child{
		width:45%;
	}
	.banner_list>li img{
		width:100%;
	}

/****************** 컨텐츠1 ******************/
	.list1_wrap>li{
		width:50%; overflow:hidden;
	}
}

/************************************ 980px ************************************/
@media (max-width: 980px){
/****************** 헤더 ******************/
	.logo>a>img{
		width:160px; height:auto;
	}
	.background{
		margin-top:70px !important;
	}
	#mobnav_btn{
		display:block;
	}
	 .top-bar{
		display:none !important;
	 }
	.menu_list, .menu_wrap{
		display:none;
		width:100%; top:100px;
	}
	.visual_txt,
	.visual_txt2{
		width:90%; margin-left:-45%;top:150px;
	}
/****************** 배너 ******************/
	.banner_list,
	.contents1_list,
	.contents3_gallery{
		width:100%;
		margin-left:0; left:0;
	}
	.logo{
		top:20px;
	}
	/* 모바일메뉴  */
#cssmenu{
	display: none;
	margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  margin-top:70px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background: #d77317;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
	font-weight:bold;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #ff4781;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

/****************** 컨텐츠1 ******************/
}

/************************************ 768px ************************************/
@media (max-width: 768px){
	.visual_txt{
		top:250px;
	}
	.txt_lg{
		font-size:2em;
		text-align:center;
	}
	.txt_md{
		text-align:center;
	}
	.txt_sm{
		display:none;
	}
}

/************************************ 480px ************************************/
@media (max-width: 480px){
	.header_wrap{
		height:70px;
	}
	.menu_list{
		display:none;
		height:240px;
		top:70px;
	}
	.menu_list>a{
		width:100%;
		background-color:#007750;
		-webkit-transition:background-color .5s;
		-moz-transition:background-color .5s;
		-o-transition:background-color .5s;
		transition:background-color .5s;
		border-bottom:1px solid #fff;
	}
	.menu_list>a:last-child{
		border-bottom:none;
	}
	.menu_list>a:hover{
		background-color:#fff;
	}
	.menu_btn,
	.menu_btn>span{
		font-size:0.75em;
		line-height:16px;
	}
	.link-braces::before,
	.link-braces::after{
		display:none;
	}
	.logo{
		left:22.5px;
	}
	
	.visual_txt{
		top:100px; left:120px;
	}
	.txt_lg{
		font-size:1em;
		line-height:30px;
		margin-top:20px;
	}
	.txt_md{
		font-size:0.6em;
		line-height:25px;
		height:25px;
	}
	.txt_md img,.txt_lg img{
		width: 150px;
	}
	/****************** 컨텐츠1 ******************/
	.contents1_wrap{
		width:100%; height:300px;
	}
	.title{
		padding-top:18.75px;
		font-size:1.4em;
	}
	.subtitle{
		padding-top:7.5px;
		letter-spacing:3px;
		font-size:0.6em;
	}
	.subtitle>span{
		font-size:1em;
	}
	.contents1_list{
		height:320px;
		top:50px;
	}

	.ovrlay_txt1{
		font-size:1em; top:50px;
		text-indent:15px;
	}
	.ovrlay_txt2{
		font-size:1.25em; top:25px;
		text-indent:15px;
	}
	

	.banner_wrap{
		height:197px;
		background:transparent;
	}
	.banner_list{
		display:none;
	}
	.mbanner_list{
		display:block;
		width:100%; height:100%;
	}
	.mbanner_list>li{
		float:left;
		width:100%;
		text-align:center;
	}
	.mbanner_list>li img{
		max-width:100%;
	}


	.contents3_wrap{
		height:585px;
		margin-top:85px;
	}
	.contents3_gallery{
		width:98%;
		margin-left:-49%; left:50%; top:10px;
	 }
	.contents3_gallery li{
		float: left;
		width:49%; height:30%;
		margin-right:2%;
		margin-bottom:10px;
	}
	.contents3_gallery li:nth-child(2),
	.contents3_gallery li:nth-child(4),
	.contents3_gallery li:last-child{
		margin-right:0;
	}
	.contents3_gallery li:nth-child(3){
		margin-right:2%;
	}
	.x-flip-bottom:hover .gallist_title{
		margin-top:100px;
	}
	.gallist_title{
		font-size:1em;
		text-indent:10px;
	}
	.view_btn{
		margin-top:5px; margin-left:10px;
	}
	/***************** page1 ********************/
	.page1_contents{
		height:500px;
	}
	.page1_title{
		font-size:2em;
	}
	.page1_subtitle1,
	.page1_subtitle2{
		font-size:0.75em;
	}
	.page1_visual{
		height:150px;
	}
	.page1_visual>img{
		height:100%;
	}
	.page1_txt1{
		display:none;
		font-size:0.8em;
	}
	.mtxt{
		display:block;
	}

	.subheader_bg{
		height:150px;
		background-position:0 0;
	}
	.visual_txt2{
		top:150px;
	}
	/*************************** 게시판 list *******************************/
	.pc_list{
		display:none;
	}
	.m_list{
		display:block;
		width:100%;
		border-bottom: 1px solid #ececec;
		border-top:1px solid #ececec;
	}
	.m_list>li{
		overflow: hidden;
		position: relative;
		padding: 14px 0 14px 7px;
		min-height: 50px;
		color: #757575;
	}
	.notice_list,
	.board_list{
		width:100%; border-top:1px solid #ececec;
	}
	.notice_list{
		background:#f9f9f9;
	}
	.summary{
		position: relative;
		padding: 0 7px;
	}
	.summary > a{
		display: block;
		color: #999;
	}
	.summary > a:hover{
		color:#999;
	}
	.subject{
		display: block;
		padding: 0 0 7px;
		font-size: 18px !important;
		line-height: 1em;
		color: #1b1b1b;
		font-weight: normal;
	}
	.summary > a > span{
		position: relative;
		padding: 0 6px 0 0;
		font-size: 0.7em;
	}
	.summary > a > span > strong{
		font-size:1em;
	}
	.notice{
		display:block;
		font:bold 1.8em "Nanum Gothic";
		color:#000;
	}

}
@media screen and (max-width: 360px){
	.banner_wrap{
		height:150px;
	}
}

.mob_sns>div>a{
	width: 50px;
    display: inline-block;
}


.subpage_left_menu{
	width:200px; 
	-webkit-box-sizing:border-box; box-sizing:border-box; padding-bottom:45px;margin-right:30px; display:inline-block;
}
.left_menu_title{
	padding:40px 0px 15px; text-indent:10px; margin:0px 10px 20px;
	font:bold 26px/26px "Nanum Gothic",sans-serif; color:#000;
	border-bottom:2px solid #7b51c5; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.left_menu_sub{
	padding-top:5px; margin:0px 10px;
}
.left_menu_sub>li{
	border-bottom:1px solid #eee;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
.left_menu_sub>li:last-child{
	border-bottom:none;
}
.left_menu_sub>li>a{
	display:block;
	font:normal 16px/50px "Nanum Gothic",sans-serif; color:#555; text-indent:10px;
}
.left_menu_sub>li>a:hover{
	color:#fff; background:#7b51c5;
}
.left_menu_sub>li>a.active{
	color:#fff; background:#7b51c5;
	font-weight:bold;
}
.right_contents{
	display:inline-block; float:right; width:770px; min-height:500px;
}

@media (max-width: 1200px) {
	.subpage_left_menu{
		display:none;
	}

	.right_contents{
		width:1000px;
		max-width:100%;
		float:none;
	}
}


.top-bar {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top-bar li {
    float: left;
    font-size: 11px;
    padding-right: 20px;
}

.top-bar li:last-child {
	margin:0;
	padding:0;
}

.top-bar li a {
    color: #737373;
    display: block;
    width: 100%;
    line-height: 30px;
	font-weight:bold;
	font-size:12px;
}

.background{
	margin-top:96px;
}


.menu_wrap{
	width:780px; height:54px;
	position:absolute; z-index:9998; right:0; top:40px;
}
.menu1_wrap{
	width:100%; height:54px;
	position:relative;
	display:block; background:#fff;
	z-index:9999;
}
.menu2_wrap{
	width:100%; height:120px;
	position:absolute;
	background:#fff;
	z-index:1;
}
.menu_list{
	    height: 60px;
		position: absolute;
		bottom: 0; right:0; margin:0;
}
.menu_list>li{
	float:left; width:16.6%; height:100%;
	position:relative;
}
/*.menu_list>li:hover{
	box-shadow: inset 0 0 40px 20px #000;
	transition:box-shadow 1s;
}
.menu_list>li:hover>a{
	color:#fff;
	transition:color .8s;
}*/
.menu_list>li>a{
	display:block;
	width:100%; height:100%;
	text-align:center;
	color:#000;
	font:bold 1em/60px "Malgun Gothic";
	cursor:default;
}
.menu_btn{
	position:relative;
}
.menu_list>li>a:hover+.sub_dropdown,
.sub_dropdown:hover{
	background:#f5f5f5;
}
.sub_dropdown{
	min-width:120%; background:#fff; display:none;
    opacity: 0.9;
	position:absolute;  z-index:1; box-shadow:1px 1px 2px #888;
}
.sub_dropdown>li{
	float:left;
	width:100%; height:40px;
	line-height:40px;
}
.sub_dropdown>li:hover{
	background:#7b51c5;
}
.sub_dropdown>li>a{
	display:block;
	width:100%; height:100%;
	color:#2c2c2c;
	text-align:center;
	font:normal 1em/40px "Malgun Gothic";
}
.sub_dropdown>li:hover>a{
	color:#fff;
}
.menu_list>li>a:hover,
.menu_list>li>a:focus,
.sub_dropdown>li>a:focus,
.menu_list>li>a.active{
	color:#ee3523;
	text-decoration:underline !important;
}

.con1_img{
	max-width:100%;
}


.fix_menu{
	position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
}

.bn_bg {
	background:url('/image/main/baner_bg.jpg');
	background-size:cover;
	text-align:center;
	padding:30px 0;
}
.bn_bg ul, .bn_bg li {
	float:left;
}
.bn_bg li {
	width:50%;	
}

.bn_bg li img{
	max-width:100%;
}

.banner1{
	float:left;
	margin-bottom:60px;
}
.banner1 li{
	float:left;
	width:50%;
}
.banner1 li img{
	width:100%;
}
@media (max-width: 500px){
	.banner1 li{
		width:100%;
	}
	
}

