@charset "utf-8";
/* CSS Document */
@import url(sub_con.css);


body {
	box-sizing: border-box;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #787878;
}

body h1 {
	font-size: 72px;
	letter-spacing: -3px;
	font-family: 'Noto Sans KR', sans-serif;
}
body h2 {
	font-size: 42px;
	letter-spacing: -2px;
	font-family: 'Noto Sans KR', sans-serif;
}
body h3 {
	font-size: 36px;
	letter-spacing: -2px;
	font-family: 'Noto Sans KR', sans-serif;
}
body h4 {
	font-size: 30px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', sans-serif;
}
body h5 {
	font-size: 26px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR', sans-serif;
}
body h6 {
	font-size: 22px;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR', sans-serif;
}
body p,
body li,
body dt {
	font-size: 17px;	
}

h2, h3, h4, h5, h6 {
	font-weight: 500;	
}

header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
main {
	padding-top: 188px;
}
.Serif {
	font-family: 'Noto Serif KR' !important;
}
.brown {
	color: #a78956 !important;	
}
.black {
	color: #101010 !important;	
}
.red_txt {
	color: #c80000 !important;	
}

/******* HD_TOP CSS ********/
#hd_top {
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
}
#hd_top .inner2 {
	height: 122px;
}
#hd_top .certification {
	display: block;
	position: absolute;
	height: 57px;
	top: 50%;
    left: 0px;
}
#hd_top .certification img:nth-child(1) {
	width: 122px;
	margin-top: 5px;
}
#hd_top .certification img:nth-child(2) {
	width: 103px;
	margin-top: 5px;
}
#hd_top .logo {
	display: block;
	position: absolute;
    width: 290px;
	height: 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
#hd_top .certification img {
	display: inline-block;
	margin-right: 35px;	
}
#hd_top .certification img:last-child {
	margin-right: 0px;	
}
#hd_top .logo img {
	width: 100%;	
}
#hd_top .certification,
#hd_top .main_tel,
#hd_top .mobile_tel {
	transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transition: all 0.3s ease-in-out;
}
#hd_top .main_tel {
	position: absolute;
	background-image: url(../main/images/main_tel_20250505.png);
	width: 215px;
	height: 45px;
	top: 50%;
    right: 0px;
}
#hd_top .mobile_tel {
	display: none;
	position: absolute;
    width: 36px;
	height: 36px;
    top: 50%;
    right: 20px;
}


/******* MENU CSS ********/
#hd_bot {
	position: relative;
	height: 65px;
}
#hd_bot nav {
	display: inline-block;
}
#hd_bot nav .gnb {
	text-align: center;
}
#hd_bot nav .gnb > li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0px;
}
#hd_bot nav .gnb > li > a {
	font-size: 18px;
	line-height: 27px;
	color: #555;
	letter-spacing: -0.5px;
	padding: 19px 50px;
	font-weight: 500;
	position: relative;
	display: block;
}
#hd_bot nav .gnb > li > a:after {
	content: "";
	width: 0;
	height: 6px;
	background: #d3a142;
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	z-index: 1000;
}
#hd_bot nav .gnb > li > a:hover:after {
	width: 100%;
}
#hd_bot nav .gnb > li > .depth2 {
	position: absolute;
	width: 100%;
	height: 250px;
	padding: 24px 0;
	display: none;
	left: 0;
	background-color: rgba( 0, 0, 0, 0);
}
#hd_bot nav .gnb > li > .depth2:hover {
	background-color: rgba( 0, 0, 0, 0.05);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

#hd_bot nav .gnb > li > .depth2:before,
#hd_bot nav .gnb > li:last-child > .depth2:after {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    height: 250px;
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0px;
    left: 0px;
}
#hd_bot nav .gnb > li:last-child > .depth2:after {
	left: auto;
    right: 0px;
}

#hd_bot nav .gnb > li > .depth2 > li {
	margin-bottom: 5px;
}
#hd_bot nav .gnb > li > .depth2 > li:last-child {
	margin: 0;
}
#hd_bot nav .gnb > li > .depth2 > li > a {
	font-size: 16px;
	line-height: 24px;
}
#hd_bot nav .gnb > li > .depth2 > li:hover > a {
	color: #101010;
	font-weight: 500;
}
#hd_bot .search_show,
#hd_bot .menu_btn {
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#hd_bot .menu_btn {
	position: absolute;
	right: 35px;
}
#hd_bot .search_show button {
	width: 25px;
	height: 24px;
	background: url("../main/images/search_btn.png") no-repeat;
	border: none;
}
#hd_bot .menu_btn button {
	width: 29px;
	height: 23px;
	background: url("../main/images/menu_btn.png") no-repeat;
	border: none;
}


/******* MENU BG CSS ********/
.gnbBg {
	position: fixed;
	height: 0;
	background: #f4f4f4;
	z-index: 100;
	width: 100%;
	top: 187px;
	border-top: 6px solid #0d5738;
	/*border-bottom: 1px solid #e7e7e7;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;*/
}
.gnbBg.on {
	height: 250px;
}


/******* Mobile MENU CSS ********/
header nav .top {
	display: none;
}
header nav .top .img img {
	width: 140px;
}


/****** slide CSS *******/
#slide {
	position: relative;
}
#slide .slide_item div {
	max-height: 793px;
	position: relative;
	overflow: hidden;
}
#slide .slide_item div .slick-slide img {
	position: relative;
	width: 100%;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}
#slide .slide_item .con {
	width: 850px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
#slide .slide_item .con h1 {
	font-weight: 100;
	color: #fff;
	margin-bottom: 40px;
	word-break: keep-all;
}
#slide .slide_item .con h1 strong {
	font-weight: bold;
}
#slide .slide_item .con h4 {
	color: #333;
	font-weight: 700;
	padding: 15px 50px;
	line-height: 38px;
	border-radius: 35px;
	background-color: #fff;
	text-align: center;
	width: auto;
	display: inline-block;
}

#slide .slide_pre,
#slide .slide_next {
	position: absolute;
	width: 33px;
	height: 61px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
#slide .slide_pre {
	background-image: url(../main/images/pre.png);
	left: 100px;	
}
#slide .slide_next {
	background-image: url(../main/images/next.png);
	right: 100px;	
}
#slide .slick-dots { 
	text-align: left;
	transform: translate(-50%, -75px);
	z-index: 10;
	height: 20px;
	position: absolute;
	left: 50%;
	width: auto;
}
#slide .slick-dots li {
	display: inline-block;
	margin: 0 2px;
	width: 20px;
	height: 20px;
}
#slide .slick-dots button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 10px;
	background-color: rgba(256, 256, 256, 0.6);
	text-indent: -9999px;
}
#slide .slick-dots li.slick-active {
	width: 45px;
}
#slide .slick-dots li.slick-active button{
	background-color: rgba(256, 256, 256, 1);
}


/****** notice css *******/
.main_con.green {
	background-color: #0d5738;
	padding: 30px 0px;
}
.main_con.green .notice {
	overflow: hidden;
}
.main_con.green .notice h5 {
	float: left;
	padding: 3px 55px 10px 50px;
    color: #fff;
	font-weight: 600;
	display: inline-block;
	position: relative;
	background-image: url(../main/images/notice_icon.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.main_con.green .notice h5:before {
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	top: 8px;
	right: 25px;
	background-color: rgba(0, 0, 0, 0.5);
}
.main_con.green .notice .newsticker_list {
	float: left;
	max-width: 800px;
	min-width: 500px;	
}
.main_con.green .notice .newsticker_list li a {
	font-size: 19px;
	line-height: 38px;
	height: 38px;
	font-weight: 300;
	color: #fff;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
    display: block;
}
.main_con.greeen .notice .newsticker_list li a:hover {
	border-bottom: 1px dotted rgba(256, 256, 256, 0.75);
}
.swiper_pagination {
    left: auto;
	font-size: 17px;
	line-height: 39px;
	margin-right: 20px;
	color: #fff;
	float: right;
}
.pagination_current {
	color: #fff;	
}
.button_pre,
.button_next  {
	float: right;
    font-size: 18px;
	line-height: 39px;
	text-align: center;
	cursor: pointer;
	width: 44px;
	height: 39px;
	color: #fff;
	background-color: #d3a142;
	margin-left: 1px;
	font-weight: 700;
}
.button_next {
	border-left: none;	
}


/******** gallery CSS *******/
#gallery {
	background-color: #f4f2ec;
	padding: 80px 0px 70px 0px;
}
#gallery .tit {
	max-width: 1230px;
	text-align: center;
	position: relative;
	margin: 0px auto 60px auto;
}
#gallery .gallery_box {
	position: relative;
	margin: 0px auto;
	padding-bottom: 10px;
}
#gallery .gallery_box .item {
	width: 390px;
	margin: 0px 10px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
#gallery .gallery_box .item dd {
	overflow: hidden;
	height: 260px;
	display: block;
	position: relative;
}
#gallery .gallery_box .item dd img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
}
#gallery .gallery_box .item dd:hover img {
	width: 110%;
}
#gallery .gallery_box .item dt {
	line-height: 36px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -1px;
}
#gallery .gallery_pre,
#gallery .gallery_next {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	font-size: 19px;
	line-height: 45px;
	color: #787878;
	background-color: #fff;
	cursor: pointer;
}
#gallery .gallery_pre {
	top : 0px;
	right: 300px;
}
#gallery .gallery_next {
	top : 0px;
	right: 250px;
}
#gallery .more {
	position: absolute;
	top : 10px;
	right: 170px;
	display: inline-block;
}
#gallery .more:hover {
	font-weight: 500;
	color: #101010;
	border-bottom: 2px dotted #787878;	
}

#gallery .slick-dots,
#service .slick-dots {
	display: none !important;
	text-align: left;
	transform: translate(-50%, 0px);
	z-index: 10;
	height: 20px;
	position: absolute;
	left: 50%;
	width: auto;
}
#service .slick-dots {
	transform: translate(-50%, 20px);
}
#gallery .slick-dots li,
#service .slick-dots li {
	display: inline-block;
	margin: 0px 2px;
	width: 10px;
	height: 10px;
}
#gallery .slick-dots li.slick-active,
#service .slick-dots li.slick-active {
	width: 12px;
	height: 12px;
	vertical-align: 1px;
}
#gallery .slick-dots button,
#service .slick-dots button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	text-indent: -9999px;
}
#gallery .slick-dots li.slick-active button,
#service .slick-dots li.slick-active button{
	background-color: #0d5738;
}


/******** service CSS *******/
#service {
	padding: 80px 0px 50px 0px;	
}
#service .tit {
	text-align: center;
	position: relative;
	margin: 0px auto 60px auto;
}
#service .tit h6 {
	font-weight: 300;
	margin-bottom: 10px;	
}
#service .tit h2 {
	font-weight: 700;
}
#service .service_item {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#service .service_item .item {
	float: left;
	width: 390px;
	margin: 0px 10px;
}
#service .service_item .item .div_item {
	white-space: 100%;
	height: 400px;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: pointer;
	display: block;
	padding: 20px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.3s ease-in-out;
}
#service .service_item .item .div_item:hover {
	background-size: 110%;
}
#service .service_item .item.one .div_item {
	background-image: url(../main/images/service_img_01.jpg);
}
#service .service_item .item.two .div_item {
	background-image: url(../main/images/service_img_02.jpg);
}
#service .service_item .item.three .div_item {
	background-image: url(../main/images/service_img_03.jpg);
}
#service .service_item .item .con {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#service .service_item .item .con .tit {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 700;
	display: block;
}
#service .service_item .item .con .txt {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
	font-weight: 300;
	display: block;	
}
#service .service_item .item .con .ui.button {
	font-size: 15px;
	line-height: 24px;
	padding: 8px 25px;
	border-radius: 20px;
	font-weight: 500;
}

/******* BANNER css ******/
#banner {
	border-top: 1px solid #d7d7d7;
	padding: 25px 0px;
}
.banner_zone {
	overflow: hidden;
	position: relative;
	padding: 0px
}
.banner_zone h5 {
	float: left;
	width: 150px;
	font-weight: 700;
	letter-spacing: -2px;	
}
.banner_list {
	float: right;
	width: calc( 100% - 170px);
}
.banner_list .banner_controls {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 121px;
    height: 34px;
    display: block;
	overflow: hidden;
	z-index: 10;
}
.banner_list .banner_controls span {
	display: block;
	float: left;
	cursor: pointer;
}
.banner_list .banner_slide {
	width: 100%;
	overflow: hidden;	
}
.banner_list .banner_slide li {
	width: calc((100% - 60px)/5);
	display: inline-block;
	margin: 0px 5px;
}

.banner_list .banner_controls {
	display: none !important;
    position: absolute;
    left: 0px;
    top: 33px;
    width: 121px;
    height: 30px;
    display: block;
	overflow: hidden;
	z-index: 10;
}
.banner_list .banner_controls span {
	display: block;
	float: left;
	cursor: pointer;
}
.banner_list .banner_controls .pre {
	background-image: url(../main/images/banner_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 30px;
	margin-right: 3px;
}
.banner_list .banner_controls .next {
	background-image: url(../main/images/banner_icon.png);
	background-repeat: no-repeat;
	background-position: -77px top;
	display: block;
	height: 30px;
	width: 30px;
}
.banner_list .banner_controls .banner_stop {
  	background-image: url(../main/images/banner_icon.png);
	background-repeat: no-repeat;
	background-position: -38px top;
	height: 30px;
	width: 30px;
	margin-right: 3px;
}
.banner_list .banner_controls .banner_start {
	background-image: url(../main/images/banner_icon.png);
	background-repeat: no-repeat;
	background-position: -115px top;
	height: 30px;
	width: 30px;
	margin-right: 3px;
}


/******* info CSS *******/
#info {
	background-color: #f4f2ec;
	padding: 80px 0px;
	overflow: hidden;
}
#info h6 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #101010;	
}
#info .time {
	float: left;
	width: 240px;
	margin-right: 120px;
	position: relative;
}
#info .time li {
	position: relative;
	padding-left: 15px;
	line-height: 27px;
}
#info .time li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
	display: block;
	top: 11px;
	left: 3px;
}
#info .tel {
	float: left;
	width: 220px;
	margin-right: 120px;
	position: relative;
}
#info .tel b {
	color: #101010;
	margin-bottom: 5px;
}
#info .tel h6 a {
	color: #101010;
	font-weight: 700;	
}
#info .map {
	float: right;
	width: calc(100% - 700px);	
	border: none !important;
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
}
#info .map p {
	margin-bottom: 20px;	
}
#info .map .main_map {
	border: 1px solid #ccc;	
}
#info .map .main_map img {
	width: 100%;	
}
#info .time:before,
#info .tel:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 270px;
	background-color: #ccc;
	right: -50px;
	top: 0px;
}




/******* FOOTER css ******/
footer {
	background-color: #1c2432;
}
footer .footer_gnb {
	border-bottom: 1px solid rgba(256, 256, 256, 0.3);
	text-align: center;
}
footer .footer_gnb a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	margin: 25px;
}
footer .footer_gnb a:hover {
	text-decoration: underline;	
}

footer .copyright {
	background-image: url(../main/images/footer_logo.png);
	background-position: center 40px;
	background-repeat: no-repeat;
	padding: 130px 0px 40px 0px;
	text-align: center;
}
footer .copyright p,
footer .copyright a {
	font-size: 15px;
	line-height: 24px;
	color: #878787;
}
footer .copyright p span {
	display: inline-block;
	margin: 0px 10px;
	position: relative;	
}
footer .copyright p span:before {
	content: "";
	width: 1px;
	height: 18px;
	background-color: rgba(256, 256, 256, 0.2);
	position: absolute;
	right: -12px;
	top: 4px;	
}
footer .copyright p span:last-child:before {
	display: none;	
}

@media screen and (max-width:1399px) {
	.inner,
	.inner2 {
		padding: 0px 20px;
	}
	#hd_top .certification {
		left: 20px;
	}
	#hd_top .main_tel {
		right: 20px;
	}
}
@media screen and (max-width:1299px) {
	#hd_bot nav .gnb > li > a {
		padding: 19px 42px;
	}
}
@media screen and (max-width:1199px) {
	.inner4 {
		padding: 0px 20px;
	}
	#hd_top .certification,
	#hd_top .main_tel {
		display: none;
	}

	#hd_top .mobile_tel {
    	display: block;
	}
	#hd_bot .menu_btn {
		right: auto;
		left: 20px;
		top: -60px;
		transform: scaleX(-1);
	}
	#hd_top {
		border-bottom: 3px solid #0d5738;
	}
	#hd_top .inner2 {
		height: 100px;
	}
	#hd_bot {
		height: auto;
	}
	header #hd_bot nav {
		position: fixed;
		width: 90%;
		max-width: 380px;
		left: 0;
		top: 0;
		z-index: 10000;
		background: #fff;
		overflow-y: auto;
		height: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		left: -380px;
		text-align: left;
	}
	header #hd_bot nav .gnb > li {
		float: none;
		border-bottom: 1px solid #e1e1e1;
		margin: 0;
		padding: 0;
	}
	header #hd_bot nav .gnb > li > a {
		font-weight: 400;
		height: 56px;
		line-height: 56px;
		text-align: left;
		padding: 5px 20px;
	}
	header #hd_bot nav .gnb > li > a:focus,  header nav .gnb > li:hover > a {
		background: #0d5738;
		color: #fff !important;
	}
	header #hd_bot nav .gnb > li > .depth2 {
		position: static;
		background: #f5f5f5;
		padding: 28px 14px;
		width: 100%;
		height: auto;
	}
	header #hd_bot nav .gnb > li > .depth2 > li {
		margin-bottom: 14px;
	}
	header #hd_bot nav .gnb > li > .depth2 > li:last-child {
		margin: 0;
	}
	header #hd_bot nav .gnb > li > .depth2 > li > a {
		color: #666;
		text-align: left;
		position: relative;
		padding: 0 0 0 27px;
		font-size: 16px;
		width: 100%;
    	display: block;
	}
	header #hd_bot nav .gnb > li > .depth2 > li > a:focus,
	header #hd_bot nav .gnb > li > .depth2 > li > a:hover {
		color: #c90050;
	}
	header #hd_bot nav .gnb > li > .depth2 > li > a:before {
		content: "";
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #c90050;
		display: block;
		position: absolute;
		left: 15px;;
		top: 9px;
		display: none;
	}
	header #hd_bot nav .gnb > li > .depth2 > li > a:focus:before, 
	header #hd_bot nav .gnb > li > .depth2 > li > a:hover:before {
		display: block;
	}
	
	header #hd_bot nav .mobile_info {
		display: block;
	}
	.gnbBg_m {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		left: 0;
		top: 0;
		display: none;
		z-index: 1000;
	}
	header #hd_bot > div {
		height: 100%;
	}
	header nav .top {
		display: block;
		border-bottom: 1px solid #0d5738;
		padding: 22px;
		position: relative;
	}
	header nav .menu_close {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -9px;
	}
	header nav .menu_close button {
		width: 19px;
		height: 19px;
		background: url("../main/images/menu_close.png") no-repeat center;
		border: none;
	}
	#hd_bot nav .gnb > li > .depth2:before {
		display: none;
	}
	#hd_top .logo {
		width: 225px;
		height: 56px;
	}
	main {
		padding-top: 100px;
	}
	.gnbBg {
		display: none;
	}
	header nav .top .img img {
		width: 160px;
	}
	.banner_zone {
		padding: 0px 0px 22px 0px;
	}

	#gallery .slick-dots,
	#service .slick-dots,
	.banner_list .banner_controls {
		display: block !important;
	}
	#service .service_item .slick-prev.slick-arrow,
	#service .service_item .slick-next.slick-arrow {
		display: none !important;	
	}
	

	#slide .slide_pre {
		left: 20px;
	}
	#slide .slide_next {
		right: 20px;
	}
	#slide .slick-dots {
		transform: translate(-50%, -50px);
	}
	#slide .slide_item .con h1 {
		margin-bottom: 20px;
	}
	#slide .slide_item .con h4 {
		padding: 12px 40px;
		line-height: 34px;
	}
	.main_con.green {
		padding: 20px 0px;
	}
	
	body h1 {
		font-size: 52px;
		letter-spacing: -2px;
	}
	body h2 {
		font-size: 36px;
		letter-spacing: -2px;
	}
	body h3 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	body h4 {
		font-size: 26px;
		letter-spacing: -1px;
	}
	body h5 {
		font-size: 22px;
		letter-spacing: -0.5px;
	}
	body h6 {
		font-size: 20px;
		letter-spacing: -0.5px;
	}
	body p,
	body li,
	body dt {
		font-size: 16px;	
	}
	
	#gallery {
		padding: 50px 0px 40px 0px;
	}
	#gallery .tit,
	#service .tit {
		margin: 0px auto 30px auto;
	}
	#service,
	#info {
		padding: 50px 0px;
	}
	#info .time,
	#info .tel {
		margin-right: 80px;
	}
	#info .map {
		width: calc(100% - 630px);
	}
	#info .time:before, #info .tel:before {
		right: -30px;
	}
}

@media screen and (max-width:1023px) {
	#hd_top .inner2 {
		height: 80px;
	}
	#hd_top .logo {
		width: 200px;
		height: 50px;
	}
	#hd_bot .menu_btn {
		top: -57px;
	}
	main {
		padding-top: 80px;
	}
	#slide .slide_pre,
	#slide .slide_next,
	#gallery .gallery_pre,
	#gallery .gallery_next,
	.banner_list .banner_controls  {
		display: none !important;
	}
	#slide .slick-dots li {
		width: 10px;
		height: 10px;
	}
	#slide .slick-dots li.slick-active {
		width: 30px;
	}
	#slide .slick-dots {
		transform: translate(-50%, -30px);
	}
	#slide .slide_item .con h4 {
		padding: 10px 22px;
		line-height: 30px;
	}
	.main_con.green .notice .newsticker_list {
		max-width: 430px;
		min-width: 350px;	
	}
	.main_con.green .notice h5 {
		padding: 5px 50px 10px 0px;
		background-image: none;
	}
	#gallery .more {
		right: 50%;
		margin-right: -230px;
	}
	#gallery .gallery_box {
		padding-bottom: 20px;
	}
	#gallery .gallery_box .item dd {
		height: 240px;
	}
	#service .service_item {
		padding-bottom: 40px;
	}
	#service .service_item .item .div_item {
		height: 350px;
	}
	.banner_zone h5 {
		width: 120px;
	}
	.banner_list {
		float: right;
		width: calc( 100% - 140px);
	}
	.banner_zone {
    	padding: 0px;
	}
	
	body h1 {
		font-size: 36px;
		letter-spacing: -2px;
	}
	body h2 {
		font-size: 30px;
		letter-spacing: -2px;
	}
	body h3 {
		font-size: 26px;
		letter-spacing: -1px;
	}
	body h4 {
		font-size: 20px;
		letter-spacing: -1px;
	}
	body h5 {
		font-size: 19px;
		letter-spacing: -0.5px;
	}
	body h6 {
		font-size: 17px;
		letter-spacing: -0.5px;
	}
	body p,
	body li,
	body dt {
		font-size: 15px;	
	}
	
	#info .time {
		width: 50%;
		padding-right: 80px;
		margin-right: 0px;
		border-right: 1px solid #d7d7d7;
	}
	#info .tel {
		float: right;
		width: 50%;
		padding-left: 80px;
		margin-right: 0px;
	}
	#info .time:before, #info .tel:before,
	#info .map {
		display: none;
	}
	
	body .margin_10,
	.sub_body .margin_10 {
		margin-bottom: 5px;	
	}
	body .margin_15,
	.sub_body .margin_15 {
		margin-bottom: 10px;	
	}
	body .margin_20,
	.sub_body .margin_20 {
		margin-bottom: 10px;	
	}
	body .margin_30,
	.sub_body .margin_30 {
		margin-bottom: 20px;	
	}
	body .margin_40,
	.sub_body .margin_40 {
		margin-bottom: 20px;	
	}
	body .margin_60,
	.sub_body .margin_60 {
		margin-bottom: 30px;	
	} 
	body .margin_80,
	.sub_body .margin_80 {
		margin-bottom: 40px;	
	}
	body .margin_100,
	.sub_body .margin_100 {
		margin-bottom: 50px;	
	}
}
@media screen and (max-width:767px) {
	#hd_top .logo {
		width: 175px;
		height: 44px;
	}
	#hd_top .mobile_tel {
		width: 30px;
		height: 30px;
	}
	#hd_top .mobile_tel img {
		width: 100%;	
	}
	#slide .slide_item div {
		height: 315px;
	}
	#slide .slide_item div .slick-slide img {
		position: absolute;
		width: 768px;
		top: 0%;
		left: 50%;
		transform: translate( calc((768px - 100%)) / 2), 0%);
		-moz-transform: translate( calc((768px - 100%)) / 2), 0%);
		-webkit-transform: translate( calc((768px - 100%)) / 2), 0%);
		-o-transform: translate( calc((768px - 100%)) / 2), 0%);
		-ms-transform: translate( calc((768px - 100%)) / 2), 0%);
	}
	#slide .slide_item .con {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	}
	.main_con.green .notice h5 {
		padding: 7px 40px 10px 0px;
	}
	.main_con.green .notice h5:before {
		right: 20px;
	}
	
	.main_con.green .notice .newsticker_list {
    	width: calc(100% - 110px);
		min-width: 250px;
		max-width: 100%;
	}
	.main_con.green .notice .newsticker_list li a {
		font-size: 17px;
	}
	
	.button_pre, .button_next {
		font-size: 15px;
		line-height: 32px;
		width: 36px;
		height: 32px;
	}
	#gallery .tit {
		margin: 0px auto 40px auto;
	}
	#gallery .more {
		margin-right: -35px;
		font-size: 15px;
		top: 35px;
	}
	#service .tit h6 {
		word-break: keep-all;
		padding: 0px 50px;	
	}
	/*#info .time,
	#info .tel {
		float: none;
		width: 100%;
		padding: 0px;
		margin-right: 0px;
		border-right: none;
	}
	#info .time {
		margin-bottom: 30px;
	}*/
	#info h6 {
		margin-bottom: 10px;
	}
	#info .time {
		width: 58%;
		padding-right: 15px;
	}
	#info .tel {
		width: 42%;
		padding-left: 15px;
	}
	footer .footer_gnb a {
		margin: 20px 10px;
	}
	footer .footer_gnb a:nth-child(1) {
		display: none;
	}
	footer .copyright {
		background-position: center 30px;
		background-size: 200px;
		padding: 100px 0px 40px 0px;
		text-align: center;
	}
	
}
@media screen and (max-width:521px) {
	footer .copyright p span.business_num:before,
	footer .copyright p span.name {
		display: none;
	}
}



/******* 애니메이션 *******/
@keyframes Fadein {
  0% {
    transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-o-transform:translateY(30px);
	-ms-transform:translateY(30px);
	opacity:0;
  }
  100% {
    transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:1;
  }
}
@keyframes imgloading {
	0% {
	  	transition: transform 3s ease-in-out, opacity 3s ease-in-out;
		transform: scale(1.2) rotate(0.003deg);
		opacity: 0;
	}
	100% {
		transform: scale(1) rotate(0.003deg);
		opacity: 1;
	}
}
@keyframes bounce { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-40px); }
}