/* 초기화, 공통 */

/*-- font --*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic);
/*-- font --*/

ul, li, p {
	list-style: none;
	margin: 0;
	padding: 0;
}

body, p {
	font-family: Open Sans,Nanum Barun Gothic,"Apple SD 산돌고딕 Neo",Apple SD Gothic Neo,"나눔고딕",NanumGothic,ng,"맑은 고딕",Malgun Gothic,sans-serif;
}

a {
	-webkit-transition: all 0.35s; /* 크롬, 사파리 */
	-moz-transition: all 0.35s; /* 파이어 폭스 */
	-ms-transition: all 0.35s; /* 익스플로러 */
	-o-transition: all 0.35s; /* 오페라 */
	transition: all 0.35s;
	text-decoration: none !important;
	color: #4b4e53;
}

a:hover, a:focus {
	color: #79bd9a;
	cursor: pointer;
}

i {
	vertical-align: text-bottom;
}

.img-responsive {
	width: 100%;
}

.tr03 {
	-webkit-transition: all 0.3s; /* 크롬, 사파리 */
	-moz-transition: all 0.3s; /* 파이어 폭스 */
	-ms-transition: all 0.3s; /* 익스플로러 */
	-o-transition: all 0.3s; /* 오페라 */
	transition: all 0.3s;
}

/* --- 위젯 타이틀 라인 --- */

div.x_WidgetStyle h3 span {
    border-bottom: 1px solid #79bd9a !important;
}

/* --- 위젯 타이틀 라인 --- */

#spot .search input[type="text"] {
    height: 32px;
}

ul.localNavigation li a {
    padding: 7px 15px 0 15px;
    height: 30px;
    background: #f8f8f8;
}

.localNavigation li.on a {
    height: 31px;
}

div.x_WidgetStyle a.widgetMoreLink {
    top: 4px !important;
}

/* 초기화, 공통 */



/* 로고 */

#hgz_header {	
	position: relative;
	background:;
	z-index: 999;
	margin-bottom: ;
}

.hgz_header_2 {
	background: #fff;
	border-top: 1px solid #79bd9a;
	border-bottom: ;
}

.hgz_header_2 > .container {
	position: relative;
}

#hgz_header .hgz_logo .navbar-brand {
	padding: 25px 0 15px 0;
	font-size: 32px;
	font-weight: bold;
	height: auto;
}

a.navbar-brand:focus {
	color: initial;
}

/* 로고 */



/* 헤더 sns */

.hgz_logo.container {
	position: relative;
}

.hgz_top_sns {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	opacity: ;
}

.hgz_top_sns li {
	position: relative;
	width: 20px;
	height: 32px;
	float: left;
	margin-left: 30px;
	font-size: 16px;
	border-bottom: 1px solid #79bd9a;
	border-radius: ;
	text-align: center;
	line-height: 30px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.hgz_top_sns li a {
	color: #79bd9a;
}

.hgz_top_sns li:after {
	position: absolute;
	content:"";
	top: 0;
	left: 0;
    width: 0;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
	height: 1px;
    background-color: #79bd9a;	
}

.hgz_top_sns li:hover:after {
    width: 100%;
}

.hgz_top_sns li:hover {
	background:;
	cursor: pointer;
}

.hgz_top_p_color {
	color: #79bd9a;
}



/*-- 메인메뉴 토글버튼 --*/

.hgz-toggle-menu {
	width: 22px;
	height: 22px;
	border: none;
	background: none;
}

.hgz-toggle-menu:hover .s_tm_line {
	width: 22px;
}

.hgz-toggle-menu:hover .s_tm_line:after,
.hgz-toggle-menu:hover .s_tm_line:before  {
	width: 16px;
}

.hgz-toggle-menu:hover.hgz-toggle-menu::after {
	-webkit-transform: translateX(6px); 
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.s_tm_line {
	position: relative;
    width: 16px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
	height: 2px;
    background-color: #333;
}

.s_tm_line:before {
	content:"";
    position: absolute;
    top: -8px;
	left: 0;
    width: 22px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
	height: 2px;
    background-color: #333;
}

.s_tm_line:after {
	content:"";
    position: absolute;
    top: 8px;
	left: 0;
    width: 22px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
	height: 2px;
    background-color: #333;
}

.hgz_header_2 .hgz-toggle-menu {
	position: relative;
}

.hgz_header_2 .hgz-toggle-menu:after {
	position: absolute;
	content: "MENU";
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 12px;
	left: 32px;
	font-size: 10px;
	letter-spacing: 2px;
	transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}



/* 메인메뉴 */ 

.hgz_header_2 { 
	padding: 25px 0;
}

.hgz_header_2.scroll-to-fixed-fixed { 
	padding: 15px 0;
}

.hgz-nav-ul { 
	position: relative; 
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.hgz-nav-ul > li {  
	position: relative;
	float: left;
	margin: 0 15px; 	
}

.hgz-nav-ul > li:first-child { 
	margin-left: 0; 	
}

.hgz-nav-ul > li > a { 
	font-size: 15px;
	color: #333; 
	font-weight: bold;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}



/* 1차메뉴 호버 */

.hgz-nav-ul > li:hover > a,
.hgz-nav-ul > li:hover > a i,
.hgz-nav-ul > li.active > a,
.hgz-nav-ul > li:hover > button > i {
	color: #79bd9a;
}



/* 1차메뉴 호버 라인 */

.hgz-nav-ul > li > a::after {    
	position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    height: 1px;    
    width: 0;
    max-width: 100%;    
    transition: all 0.3s;
    -webkit-transition: all 0.3s; 
	background: #79bd9a;
}

.mn_block.scroll-to-fixed-fixed .hgz-nav-ul > li > a::after {  
    bottom: -5px;
}

.hgz-nav-ul > li.active > a::after,
.hgz-nav-ul > li:hover > a::after,
.hgz-nav-ul > li.active:hover > a::after {
    width: 100%;
}



/* 2차 메뉴 */

.hgz-nav-ul ul { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0; 
	top: 50px;	
	min-width: 160px;
	list-style: none;
	margin: 0 0 0 -20px; 
	padding: 0;
	background: #FFF;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
	border-bottom: 3px solid #79bd9a;
}

.hgz-nav-ul ul li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	border-bottom: 1px solid rgba(0,0,0,.06);
	text-align: left;
}

.hgz-nav-ul ul li a { 
	position: relative;
	display: block; 
	font-size: 13px; 
	font-weight: normal; 
	padding: 10px 0;
	margin: 0 20px;
	color: #333; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.hgz-nav-ul ul li > a > i { 
	color: inherit; 
}

.hgz-nav-ul ul li.active > a { 
	color: #79bd9a;
}

/* 2차메뉴 호버 애니메이션 */  

.hgz-nav-ul ul li:hover > a {
	transform: translateX(7px);
	color: #79bd9a;
}



/* 3차메뉴 이동 애니메이션 */
/* 3차 메뉴 */

.hgz-nav-ul ul ul { 
	top: 0; 
	left: 100%; 
	margin: 0;
	padding: ;
	transform: translateX(30px);
}

.hgz-nav-ul li:last-child ul ul { 
	left: auto !important;
	right: 100% !important; 
}



/* 호버시 2차, 3차 메뉴 보이기 */

.hgz-nav-ul li.hovered > ul,
.hgz-nav-ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
}

/* 메인메뉴 */



/* 우측 상단 버튼 랩 */

.g_lls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 15px;
}

.g_lls i {
	font-size: 16px;
}

/* 우측 상단 버튼 랩 */



/* 로그인, 회원정보 */

.hgz_login .dropdown-menu {
    border-top: 5px solid #79bd9a;
    border-radius: 0;

}

/* 로그인, 회원정보 */



/* 언어선택 */

.hgz_language {
	position: relative;
	text-align: center;
	margin-left: 25px;
	margin-top:;
	z-index: 999;
	height: 14px;
}

.hgz_language ul { 
	position: absolute;
	left: -36px;
	top: 26px !important;
	display: none;
	border: 1px solid #ccc;
	border-top: 5px solid #79bd9a;
	background: #fff;
	min-width: 90px;
	font-size: 11px;
	padding: 15px;
	top: 25px;
	text-align: left;
}

.hgz_language li {
	padding: 5px 0;
}

.hgz_language li a {
	display: block;
}

/* 언어선택 */



/* search */

.hgz_search {
	margin-left: 25px;
}

.hgz_search .dropdown-menu {
	padding: 15px;
	background:;
	margin-top: 5px;
	border-top: 5px solid #79bd9a;
	border-radius: 0;
	top: 21px;
}

.hgz_search .form-control {
	width: auto;
}

/* search */



/* 메인슬라이드 */

/* 슬라이더 명암 */
.hgz_main_c.owl-carousel .item:before {
	position: absolute; 
	content : "";
	top: 0; 
	width: 100%; 
	height: 100%;
	z-index: 1;
}

.hgz_ms_youtube.owl-carousel .item:before {
	display: none;
}
/* 슬라이더 명암 */

.hgz_main_c.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item .item .hgz_ms_btn {
	display: inline-block;
	margin-top: 30px;	
}

.owl-carousel .owl-item .item .hgz_ms_btn a {
	text-shadow: none;
	padding: 15px 25px;
	background: #79bd9a;
	color: #fff;
	font-weight: bold;
	border-radius: 50px;
}

.owl-carousel .owl-item .item .hgz_ms_btn:hover a {
	color: #79bd9a !important;
	background: #000 !important;
}



/* 메인슬라이드 네비게이션 */

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    margin: 5px 7px;
    background: rgba(255,255,255,0.5);
    display: block;
    transition: 0.3s;
	-webkit-transition: 0.3s;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,1) !important;
}

.hgz_main_c.owl-theme .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 15px;
}

.hgz_ms_youtube.hgz_main_c.owl-theme .owl-dots {
	bottom: 60px;
}

.hgz_main_c.owl-theme .owl-nav {
	margin: 0;
}

.hgz_main_c .owl-prev {
	top: 50%;
	margin-top: -30px !important;
	position: absolute;
	left: 10px;
}

.hgz_main_c .owl-next {
	top: 50%;
	margin-top: -30px !important;
	position: absolute;
	right: 10px;
}

.hgz_main_c.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
	opacity: 0.5;
	padding: 0;
	background-color: rgba(0,0,0,.0);
	-webkit-transition: all 0.35s; /* 크롬, 사파리 */
	-moz-transition: all 0.35s; /* 파이어 폭스 */
	-ms-transition: all 0.35s; /* 익스플로러 */
	-o-transition: all 0.35s; /* 오페라 */
	transition: all 0.35s;
	text-shadow: 1px 1px 1px rgba(0,0,0,.55);
}

.hgz_main_c.owl-theme .owl-nav [class*=owl-]:hover {
	opacity:1;
	background-color: rgba(0,0,0,.0);
}

.hgz_main_c.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: ;
}



/* 메인슬라이드 BG 높이 */

.hgz_ms_bg.owl-carousel .owl-stage-outer .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	visibility: hidden;
}

@media (min-width: 1024px) {
.hgz_ms_bg.owl-carousel .owl-stage-outer .item,
.hgz_ms_youtube.owl-carousel .owl-stage-outer .item {
	height: 800px !important;
}
}

@media (min-width: 993px) and (max-width: 1023px) {
.hgz_ms_bg.owl-carousel .owl-stage-outer .item,
.hgz_ms_youtube.owl-carousel .owl-stage-outer .item {
	height: 720px !important;
}	
}

@media (max-width: 992px) {
.hgz_ms_bg.owl-carousel .owl-stage-outer .item,
.hgz_ms_youtube.owl-carousel .owl-stage-outer .item {
	height: 640px !important;
}	
}

@media (max-width: 768px) {
.hgz_ms_bg.owl-carousel .owl-stage-outer .item,
.hgz_ms_youtube.owl-carousel .owl-stage-outer .item {
	height: 500px !important;
}	
}

@media (max-width: 425px) {
.hgz_ms_bg.owl-carousel .owl-stage-outer .item,
.hgz_ms_youtube.owl-carousel .owl-stage-outer .item {
	height: 400px !important;
}	
}

/* 메인슬라이드 BG 높이 */



/* 메인슬라이드 캡션 */

.carousel-caption {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0;
	right: 0;
	left: 0;
}

.carousel-caption h1 {
	font-size: 48px;
	margin-top: 0;
}

.carousel-caption p {
	font-size: 18px;
	font-family: Open Sans,Nanum Barun Gothic,"Apple SD 산돌고딕 Neo",Apple SD Gothic Neo,"나눔고딕",NanumGothic,ng,"맑은 고딕",Malgun Gothic,sans-serif!important;
}

/* 메인슬라이드 캡션 */



/* 메인슬라이드 */

/* 서브스타일 */

.hgz_sub_top {
	position: relative;
}

.hgz_sub_top h1, h2, h3,h4, h5, h6 {
	margin: 5px 0;
	font-weight: 300;
}

.hgz_sub_top .sub_top_txt {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	margin: -31px 0 0 0;
	text-align: center;
}

/* 서브스타일 */



/* 서브 네비게이션 */

.hgz_page_navi {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #fff;
	opacity: 0.7;
}

.hgz_page_navi li {
	font-size: 10px;
	float: left;
	margin-right: 10px;
}

.hgz_page_navi li a {
	color: #fff;
	padding-left: 10px;
}

/* 서브 네비게이션 */



/* 서브사이드 메뉴 */

.hgz-nav-sub:after {
    position: absolute;
    content: "SIDEMENU";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20px;
    left: -45px;
    font-size: 10px;
    letter-spacing: 2px;
}

.hgz-nav-sub {
	position: relative;
	margin: 30px 0 !important;
	border-top: 5px solid #333;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	font-weight: bold;
}

.hgz-nav-sub:before {
	position: absolute;
	display: block;
    content: "";
	top: -5px;
	left: -1px;
    width: 33%;
    height: 5px;
    background: #79bd9a;	
}

.hgz-nav-sub li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hgz-nav-sub li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    vertical-align: middle;
    color: #555;
}

.hgz-nav-sub li.active > a,
.hgz-nav-sub li > a:hover,
.hgz-nav-sub li.active button,
.hgz-nav-sub li button:hover {
	color: #79bd9a !important;	
}

.hgz-nav-sub a.child {
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 9;
}

.hgz-nav-sub li .arrow {
    position: absolute;
    top: 0;
    right: 12px;
    height: 100%;
    padding-left: 15px;
}

.hgz-nav-sub ul li {
	background: rgba(0,0,0,0.02);
	font-weight: 400;
}

.hgz-nav-sub ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hgz-nav-sub ul li:last-child {
	border-bottom: none;
}

.hgz-nav-sub .depth2 li a {
	font-size: 12px;
}

.hgz_side_widget, .hgz_banner > div {
	margin-bottom: 30px;
}



/* 컨텐츠 */

.hgz_contents{
	padding: 30px 0;
}

.hgz_sub_contents {
	padding: 30px 0 30px 30px;
}

/* 컨텐츠 */



/* 푸터 */

#footer {
	background: #f4f6f6;
}

/* 푸터 로고 */

.hgz_f_logo, .hgz_f_adress {
	display: inline-block;
	margin-bottom: 30px;
}

.hgz_f_logo .navbar-brand {
	font-size: 28px;
	font-weight: 800;
	padding: 0;
	line-height: 12px;
}

.hgz_f_logo .navbar-brand>a > img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hgz_f_logo .fl_int {
	margin-top: 5px;
	float: left;
	text-align: left;
    font-size: 12px;
    color: #777;
    line-height: 28px;
}

/* 푸터 로고 */



/* 푸터 제목 */

h4.hgz_footer_title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-weight: bold;
	color: #999;
}

h4.hgz_footer_title span {
	display: inline-block;
    padding-bottom: 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #79bd9a;
}

/* 푸터 제목 */



/* 주소 */

ul.hgz_f_adress {
	text-align: left;
	font-size: 12px;
	color: #777;
	line-height: 28px;
}

/* 주소 */



/* 컨텐츠 박스(phone) */

.g_c_box_p {
	margin-bottom: 15px;
}

.g_c_box_p i {
	width: 40px; 
	display: table-cell; 
	vertical-align: middle; 
	color: #79bd9a;
}

.g_c_box_p p {
	margin-top: 5px;
}

/* 컨텐츠 박스(phone) */



/* sns */

.hgz_bottom_sns {
	padding-left: 53px;
}

.sns_o {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.5);
	margin-right: 10px;
	line-height: 28px;
	cursor: pointer;
	transition: 0.3s;
}

.sns_o:hover {
	background: #79bd9a;
	border-color: #79bd9a;
}

.sns_o:hover i {
	color: #fff;
}

.hgz_bottom_sns i {
	text-align: center;
	width: 100%;
	color: rgba(0,0,0,0.5);
	transition: 0.3s;
}

/* sns */



/* family site */

.hgz_family_site {
	width: 180px;
	border: 1px solid #79bd9a;
	padding: 2px 0px;
	text-align: center;
	transition: 0.3s;
}

.hgz_family_site > a {
	display: block;
	font-size: 10px;
	color: #79bd9a;
	letter-spacing: 5px;
}

.hgz_family_site:hover {
	background: #79bd9a;
}

.hgz_family_site:hover > a {
	color: #fff !important;
}

.hgz_family_site > ul a:hover {
	color: #79bd9a;
}

.hgz_family_site > ul {
	min-width: 120px;
	background: #f1f1f1;
	display: none;
	position: absolute;
	bottom: 84px;
	box-shadow: 1px 2px 5px #666;
	padding: 10px 10px;
	z-index: 9;
	font-size: 12px;
}

.hgz_family_site ul li {
	list-style: none;
	height: 27px;
	overflow: hidden;
	text-align: left;
}
	
.hgz_family_site ul li a {
	display: block;
	padding: 0 7px;
	color: #666;
	line-height: 27px;
}

/* family site */



/* 푸터 하단 박스 */

#footer .c_bottom_1 {
	padding: 45px 15px;
}

#footer .c_bottom_2 {
	width: 100%;
	display:;
	padding: 15px 0;
	position: relative;
	background: #79bd9a;
}
/* 푸터 하단 박스 */



/* 푸터 메뉴 */

ul.footer_menu {
	position: relative;
	text-align: left;	
}

ul.footer_menu>li {
	display: inline;
	font-size: 12px;
	font-family: Dotum,'돋움',Helvetica,AppleSDGothicNeo,sans-serif;
}

ul.footer_menu>li>a {
	padding: 0 8px;
	color: #fff;
	opacity: 0.6;
}

ul.footer_menu>li:first-child>a {
	padding-left: 0;
}

ul.footer_menu>li:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #fff;
	opacity: 0.2;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 50%;
	margin-top: -4px;
}

ul.footer_menu li:first-child:before {
	display: none;
}

/* 푸터 메뉴 */



/* 저작권 */

ul.copyright p {
	text-align: right;
	font-size: 12px;
	color: #fff;
	opacity: 0.6;
}

/* 저작권 */



/* go to top */

.scroll_btn {
	background: #79bd9a;
	width: 30px;
	height: 30px;
	position: fixed;
	right: 15px;
	display: none;
	text-align: center;
	border-radius: 50%;
	z-index: 99999;
	line-height: 26px;
	transition: none;
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease-out 0s; /* 크롬, 사파리 */
	-moz-transition: all 0.3s ease-out 0s; /* 파이어폭스 */
	-ms-transition: all 0.3s ease-out 0s; /* 익스플로러 */
	-o-transition: all 0.3s ease-out 0s; /* 오페라 */
	transition: all 0.3s ease-out 0s;
}

.hgz_gototop {
	bottom: 62px;
}

a.scroll_btn {
	color: rgba(255,255,255,0.5);
}

.scroll_btn:hover {
	color: rgba(255,255,255,1) !important;
}

.scroll_btn i {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -2px;
	font-weight: 100;
}
/* go to top */



/* go to bottom */

.hgz_gotobottom {
	bottom: 30px;
}

/* go to bottom */



/* go to top2 */

#pageTop {
    position: fixed;
    right: 23px;
    bottom: 230px;
    z-index: 10;
}

#pageTop a {
    position: relative;
    display: block;
    width: 14px;
    height: 70px;
    bottom: -100px;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

#pageTop a .txt {
    bottom: -10px;
    right: 0;
    position: absolute;
    font-family: 나눔고딕, NanumGothic, ng, sans-serif;
    font-size: 11px;
    display: block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

#pageTop a .scroll {
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 70px;
    width: 1px;
    position: absolute;
}

#pageTop a .scroll:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

#pageTop a .scroll:after {
    -moz-animation: scrollLineTop 1.5s ease-in-out infinite normal;
    -webkit-animation: scrollLineTop 1.5s ease-in-out infinite normal;
    animation: scrollLineTop 1.5s ease-in-out infinite normal;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #044389;
	background: #79bd9a;
}

@-webkit-keyframes scrollLineTop{0%{top:auto;bottom:0;height:0}25%{top:auto;bottom:0;height:100%}25.1%{top:0;bottom:auto;height:100%}50%{top:0;bottom:auto;height:0}100%{top:auto;bottom:0;height:0}}

@-moz-keyframes scrollLineTop{0%{top:auto;bottom:0;height:0}25%{top:auto;bottom:0;height:100%}25.1%{top:0;bottom:auto;height:100%}50%{top:0;bottom:auto;height:0}100%{top:auto;bottom:0;height:0}}

@-o-keyframes scrollLineTop{0%{top:auto;bottom:0;height:0}25%{top:auto;bottom:0;height:100%}25.1%{top:0;bottom:auto;height:100%}50%{top:0;bottom:auto;height:0}100%{top:auto;bottom:0;height:0}}

@-ms-keyframes scrollLineTop{0%{top:auto;bottom:0;height:0}25%{top:auto;bottom:0;height:100%}25.1%{top:0;bottom:auto;height:100%}50%{top:0;bottom:auto;height:0}100%{top:auto;bottom:0;height:0}}

@keyframes scrollLineTop{0%{top:auto;bottom:0;height:0}25%{top:auto;bottom:0;height:100%}25.1%{top:0;bottom:auto;height:100%}50%{top:0;bottom:auto;height:0}100%{top:auto;bottom:0;height:0}}

/* go to top2 */



/* scroll bottom */

#ScrollBottom {
    position: relative;
    bottom: 120px;
    z-index: 10;
	text-align: center;
	height: 0;
}

#ScrollBottom a {
    position: relative;
	color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
	text-align: center;
}

#ScrollBottom a:hover {
	color: #79bd9a;
}

#ScrollBottom a .txt {
    font-family: 나눔고딕, NanumGothic, ng, sans-serif;
    font-size: 11px;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

#ScrollBottom a .scroll {
    height: 40px;
    position: absolute;
	top: 25px;
	left: 50%;
	width: 20px;
	transform: translateX(-50%);
}

#ScrollBottom a .scroll:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

#ScrollBottom a .scroll:after {
    -moz-animation: scrollLineBottom 1.5s ease-in-out infinite normal;
    -webkit-animation: scrollLineBottom 1.5s ease-in-out infinite normal;
    animation: scrollLineBottom 1.5s ease-in-out infinite normal;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 0;
	background: #79bd9a;
}

@keyframes scrollLineBottom {
	0%{top:0;bottom:auto;height:0}
	25%{top:0;bottom:auto;height:100%}
	25.1%{top:auto;bottom:0;height:100%}
	50%{top:auto;bottom:0;height:0}
	100%{top:0;bottom:auto;height:0}
}

@-ms-keyframes scrollLineBottom {
	0%{top:0;bottom:auto;height:0}
	25%{top:0;bottom:auto;height:100%}
	25.1%{top:auto;bottom:0;height:100%}
	50%{top:auto;bottom:0;height:0}
	100%{top:0;bottom:auto;height:0}
}

@-webkit-keyframes scrollLineBottom {
	0%{top:0;bottom:auto;height:0}
	25%{top:0;bottom:auto;height:100%}
	25.1%{top:auto;bottom:0;height:100%}
	50%{top:auto;bottom:0;height:0}
	100%{top:0;bottom:auto;height:0}
}

/* scroll bottom */

/* 푸터 */



/* 모달 로그인 시작 */

.modal-body .btn {
	background: #ddd;
}

.modal-header {
	background: #79bd9a; 
	color :#fff;
	opacity: 0.7;
	border-bottom: none;
}

.modal-header .close {
	color: #fff;
	opacity:0.7;
}

.modal-title {
	display: inline;
	opacity: 0.7;
}

.modal-header i {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

button.close>i {
padding: 0;
}

.btn-block i {
vertical-align: baseline;
}

#modal-login .message {
	padding: 10px 1em;
}

#modal-login .message button.close {
	line-height: 0.8;
}

/* 모달 로그인 종료 */



/* 관리 페이지 여백 */

.bd_bc {
	display: none;
}
/* 스케치북5 게시판 여백 */



/* 반응형 */

@media (max-width: 768px) {
#footer ul.hgz_f_adress, #footer .hgz_f_service {
	margin-bottom: 30px;
}

.carousel-caption h1 {
	font-size: 36px;
}
.carousel-caption p {
	font-size: 14px;
}

}

@media (max-width: 767px) {
.hgz_sub_contents {
	padding: 30px 0;
}

.hgz_contents .bd,
.hgz_sub_contents .bd {
	padding: 0 15px;
}
}

@media (min-width: 768px) {

}

@media (max-width: 425px) {
ul.footer_menu {
	text-align: center;
}
.g_c_box_p {
	margin-bottom: 15px;
}
ul.copyright p {
	text-align: center;
}
.carousel-caption h1 {
	font-size: 26px;
}
.carousel-caption p {
	font-size: 12px;
}
}






/* Flex Caption Effect(animation) */

.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {
	opacity: 0; 
	transition: all 0.7s ease-in-out; 
	-webkit-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}

.captionDelay1 {
	transition-delay: 0.1s; 
	-webkit-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}

.captionDelay2 {
	transition-delay: 0.2s; 
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}

.captionDelay3 {
	transition-delay: 0.3s; 
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
}

.captionDelay4 {
	transition-delay: 0.4s; 
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
}

.captionDelay5 {
	transition-delay: 0.5s; 
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}

.captionDelay6 {
	transition-delay: 0.6s; 
	-webkit-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}

.captionDelay7 {
	transition-delay: 0.7s; 
	-webkit-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
}

.captionDelay8 {
	transition-delay: 0.8s; 
	-webkit-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
}

.captionDelay9 {
	transition-delay: 0.9s; 
	-webkit-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
}

.captionDelay10 {
	transition-delay: 1s; 
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
}

.captionDelay11{
	transition-delay: 1.1s; 
	-webkit-transition-delay: 1.1s;
	-ms-transition-delay: 1.1s;
}

.captionDelay12 {
	transition-delay: 1.2s; 
	-webkit-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
}



.owl-carousel .owl-item.active.center .item .FadeIn {
	opacity: 1;
}

.owl-carousel .owl-item .item .FromTop {
	transform: translateY(-50px);
	 -o-transform: translateY(-50px); 
	 -ms-transform: translateY(-50px); 
	 -webkit-transform: translateY(-50px);
}

.owl-carousel .owl-item.active.center .item .FromTop {
	opacity: 1; 
	transform: translateY(0); 
	-o-transform: translateY(0); 
	-ms-transform: translateY(0); 
	-webkit-transform: translateY(0);
}

.owl-carousel .owl-item .item .FromBottom {
	transform: translateY(50px); 
	-o-transform: translateY(50px); 
	-ms-transform: translateY(50px); 
	-webkit-transform: translateY(50px);
}

.owl-carousel .owl-item.active.center .item .FromBottom {
	opacity: 1; transform: translateY(0); 
	-o-transform: translateY(0); 
	-ms-transform: translateY(0); 
	-webkit-transform: translateY(0);
}

.owl-carousel .owl-item .item .FromLeft {
	transform: translateX(-100%); 
	-o-transform: translateX(-100%); 
	-ms-transform: translateX(-100%); 
	-webkit-transform: translateX(-100%);
}

.owl-carousel .owl-item.active.center .item .FromLeft {
	opacity: 1; 
	transform: translateX(0); 
	-o-transform: translateX(0); 
	-ms-transform: translateX(0); 
	-webkit-transform: translateX(0);
}

.owl-carousel .owl-item .item .FromRight {
	transform: translateX(100%); 
	-o-transform: translateX(100%); 
	-ms-transform: translateX(100%); 
	-webkit-transform: translateX(100%);
}

.owl-carousel .owl-item.active.center .item .FromRight {
	opacity: 1; 
	transform: translateX(0); 
	-o-transform: translateX(0); 
	-ms-transform: translateX(0); 
	-webkit-transform: translateX(0);
}

/* Flex Caption Effect(animation) */



/* --- 슬라이드 메뉴 --- */


/* 슬라이드 메뉴 오픈 버튼 */

.hgz-push-nav-left.push-open {
    left: 0;
	-webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
	box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}

.hgz-push-nav-right.push-open {
    right: 0;
	-webkit-box-shadow: -2px 0px 4px rgba(0,0,0,.7);
    box-shadow: -2px 0px 4px rgba(0,0,0,.7);
}

.push {
    left: 0;
    position: relative;
}

.push-toright {
    left: 300px !important;
}

.push-toleft {
    left: -300px !important;
}

.hgz-push-nav, .push {
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}



/* 슬라이드 메뉴 박스 */

.hgz-push-nav {
	z-index: 999;
	position: fixed;
	background: #79bd9a;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
}

.hgz-push-nav-left,
.hgz-push-nav-right {
	height: 100%;
    top: 0;
}

.hgz-push-nav-left {
	width: 300px;
    left: -300px;   
}

.hgz-push-nav-right {
	width: 300px;
    right: -300px;  
}

.hgz-push-nav .hgz-toggle-menu {
	font-size: 22px;	
	cursor: pointer;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hgz-push-nav .hgz-toggle-menu:hover {
	color: #fff;
	opacity: 1;
}



/* 슬라이드 메뉴 sns */

.hgz-push-nav .sns_o {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #333;
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.hgz-push-nav .sns_o:hover {
	color: #79bd9a;
	background: #333;
}

.hgz-push-nav .m_sns {
	display: inline-block;
	line-height: 0;
}

.hgz-push-nav .m_sns i {
	position: absolute;
    top: 50%;
	font-size:18px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	width: 100%;
}



/* 슬라이드 메뉴 로고 */

.hgz-push-nav .navbar-brand {
	display: block;
	margin: 15px auto;
	float: none;
	width: 160px;
	height: 160px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
}

.hgz-push-nav .navbar-brand img {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hgz-push-nav .btn.btn-block {
	margin-bottom: 15px;
	background: #333;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	color: #fff;
	height: auto !important;
	padding: 5px 0 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.hgz-push-nav .btn.btn-block:hover {
	color: #fff;
}



/* 슬라이드 메뉴 - 메뉴 */

#hgz-nav-m {
	border-top: 3px solid #333;
	padding-top: 10px;
	margin-top: 5px;
}

.hgz-nav-m {
	list-style: none;
	margin: 0;
	padding: 0 0 0;
}

.hgz-nav-m a.child {
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 9;
}

.hgz-nav-m li {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: bold;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.hgz-nav-m li:last-child {
	border-bottom: 0;
}

.hgz-nav-m li.admin {
	background-color: #f1f1f1;
}

.hgz-nav-m li a {
	position: relative;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
	vertical-align: middle;	
	color: #333;
}

.hgz-nav-m li a i {
	line-height: 18px;
}

.hgz-nav-m li.active > a,
.hgz-nav-m li > a:hover,
.hgz-nav-m li.active button,
.hgz-nav-m li button:hover {
	color: #fff !important;	
}

.hgz-nav-m li.current > a {
	color: #ff3000;
}

.hgz-nav-m li .arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	text-align: center;
}

.hgz-nav-m ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.hgz-nav-m li.active ul {
	display: block;
}

.hgz-nav-m li ul.depth2 {
	background: rgba(0,0,0,0.3);
}

.hgz-nav-m ul.depth2 li a {
	padding-left: 10px;
	color: rgba(255,255,255,0.6);
	font-weight: 300;
}

.hgz-nav-m li ul.depth2 ul.depth3 {
	background: rgba(0,0,0,0.1);
}

.hgz-nav-m ul ul li a {
	padding: 0 15px 0 45px;
}



/* 슬라이드메뉴 서치 */

.hgz-nav-m .input-group {
	width: 100%;
	background: none;
	padding-left: ;
	margin: 5px 0;
}

.hgz-nav-m .s_ts_btn {
	position:absolute;
	left:0;
	border: none;
	background: none;
	color: #79bd9a;
}

.hgz-nav-m .s_sm_cog input {
	background: #333;
	width: 100%;
	border: none;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 0 5px 30px;
	color: #79bd9a;
	font-size: 12px;
}



/* 언어 선택 */

.hgz-nav-m li.lang {
	background-color: transparent;
	border-bottom: none;
	font-weight: 300;
}

.hgz-nav-m .s_sm_cog {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 3px solid #333;
}

.hgz-nav-m .s_sm_cog li:first-child {
	border-top: 3px solid #00ff00;
}

.hgz-nav-m li button.hgz-lang-btn {
	padding: 18px 0 8px 0;
	border: 0;
	background: none;
	color: #333;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

/* --- 슬라이드 메뉴 --- */




