﻿@charset "UTF-8";
@import url(subCon.css);
@import url(vgnav.css);
@import url(vgnav-theme.css);


html {
    scroll-behavior: smooth;
}

body {
	box-sizing: border-box;
	position: relative;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	color: #787878;
	word-break: keep-all;
	top: 0px !important;
}

body h1 {
	font-size: 7.2rem;
}
body h2 {
	font-size: 4.8rem;
}
body h3 {
	font-size: 3.6rem;
}
body h4 {
	font-size: 3rem;
}
body h5 {
	font-size: 2.5rem;
}
body h6 {
	font-size: 2.2rem;
}
body p,
body li,
body dt,
body a,
body th,
body td  {
	font-size: 1.7rem;
	line-height: 160%;
	font-weight: 500;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
	word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 160%;
	color: #333;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}
.txtCenter {
    text-align: center;
}
.txtRight {
	text-align: right;	
}
.txtLeft {
	text-align: left;	
}
.blockCenter {
	margin: 0rem auto;
}
.greenTxt {
	color: #2b6568;
}
.lightgreenTxt {
	color: #309b79;
}
.redTxt {
	color: #d72137;	
}
.blueTxt {
	color: #2150d7;	
}
.Myeongjo {
	font-family: 'Noto Serif KR';
}
.iceSotong {
	font-family: 'iceSotong-Rg';
}
.ui.button.green,
.ui.button.green.dark,
.ui.button.yellow {
	font-size: 1.6rem;
	padding: 1.3rem 3rem;
	text-align: center;
	margin: 0rem;
	box-sizing: border-box;
}
.ui.button.green {
	background-color: #007b67;
}
.ui.button.yellow {
	background-color: #fcae28;
}
.img {
	display: block;	
}
.img img {
	width: 100%;	
}

.blind {
	display: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ganada li,
.dot li {
	position: relative;
	display: block;
	line-height: 140%;
	margin-bottom: 0.8rem;
	padding-left: 1.8rem;
	word-break: keep-all;
}
.ganada.bigP li,
.dot.bigP li {
	font-size: 1.9rem;
	color: #333 !important;
}
.ganada li:before,
.dot li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;	
}
.dot li:before {
	content: "";
	top: 1rem;
	left: 0rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #999;
}
.bar li {
	position: relative;
	color: #787878;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
}
.bar li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0.3rem;
	top: 1.3rem;
	width: 0.7rem;
	height: 0.2rem;
	background-color: #999;	
}
.ganada li:nth-child(1):before {
	content: "가."	
}
.ganada li:nth-child(2):before {
	content: "나."	
}
.ganada li:nth-child(3):before {
	content: "다."	
}
.ganada li:nth-child(4):before {
	content: "라."	
}
.ganada li:nth-child(5):before {
	content: "마."	
}
.icon:before,
.k-icon:before {
	display: block;
}
.ui.button {
	font-size: 1.5rem;
	line-height: 140%;
	padding: 0.8rem 2rem;
	border-radius: 0.3rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	content: '' !important;
}
.bar {
	position: relative;
	padding-top: 2rem;
}
.bar:before {
	content: "";
	position: absolute;
	display: block;
	width: 5rem;
	height: 0.4rem;
	top: 0;
	left: 0;
	background-color: #333;
}
.wideNormal {
	font-weight: 300;
}


/******* HDTOP CSS ********/
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11;
}
#hdTop .logo {
	position: absolute;
	display: block;
	overflow: hidden;
    width: 29.9rem;
	height: 7.6rem;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
#hdTop .logo img {
	width: 100%;
	/*transition: 0.3s;*/
}
header .inner1 {
	box-sizing: border-box !important;
	overflow: visible;
	height: 15rem;
}


/******* MENU CSS ********/
nav {
	display: inline-block;
	margin-left: calc(100% - 83rem);
}

nav .gnb > li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0  3rem;
    max-width: 24rem;
}
nav .gnb > li > a {
	font-size: 2.2rem;
	font-weight: 500;
    color: #fff;
	
	position: relative;
	width: auto;
	height: 15rem;
	word-break: keep-all;
	overflow: hidden;
	display: flex;
    align-items: center;
	justify-content: center;
}
nav .gnb > li > a:after {
	content: "";
	width: 0;
	height: 0.5rem;
	background: #5ab8ba;
	display: block;
	position: absolute;
	left: 0;
	bottom: 3rem;
	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: 10;
}
nav .gnb > li:hover > a:after {
	width: 100%;
}
nav .gnb > li > .depth2 {
	position: absolute;
	width: 100%;
	height: 35rem;
	padding: 3rem 0;
	display: none;
	cursor: pointer;
	left: 0;
	top: 15rem;
	background-color: rgba( 0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
nav .gnb > li:hover > .depth2,
nav .gnb > li > .depth2:hover {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #f7f7f7;
	-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;
}
nav .gnb > li > .depth2:hover:after {
	width: 100%;
}
nav .gnb > li:first-child > .depth2:before {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
	height: 100%;
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0px;
    left: 0px;
}
nav .gnb > li > .depth2 > li {
	text-align: left;
	padding: 0.8rem 2rem;
}
nav .gnb > li > .depth2 > li:last-child {
	margin: 0;
}
nav .gnb > li > .depth2 > li > a {
    font-size: 1.7rem;
	line-height: 140%;
    color: #333;
	word-break: keep-all;
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
nav .gnb > li > .depth2:hover > li > a:hover,
nav .gnb > li > .depth2:hover > li .depth3 > li > a:hover {
	text-decoration: underline;
}
nav .gnb > li > .depth2 > li .depth3 > li {
	position: relative;
	padding-left: 1.5rem;	
}
nav .gnb > li > .depth2 > li .depth3 > li:before {
	content: "";
	position: absolute;
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	top: 1.2rem;
	left: 0.5rem;
	background-color: #666;
}
nav .gnb > li > .depth2 > li .depth3 > li > a {
	color: #666;
    padding: 0.4rem 0rem;
    position: relative;
    font-size: 1.5rem;
	font-weight: 400;
	display: inline-block;
}

.menu_btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.menu_btn button {
	width: 3rem;
	height: 3rem;
	background-image: url(../main/images/mobile_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: none;
	margin: 0px;
}


/******* MENU BG CSS ********/
.gnbBg {
	position: absolute;
	height: 0;
	background-color: #fff;
	z-index: 10;
	width: 100%;
	top: 15rem;
	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 {
	position: absolute;
	height: 35rem;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header:hover {
	background-color: #fff;
}
header:hover .logo img,
header.active .logo img {
    transform: translateY(-50%);
}
header.active nav .gnb > li > a,
header:hover nav .gnb > li > a {
	color: #333;	
}
header.active .menu_btn button,
header:hover .menu_btn button {
	background-image: url(../main/images/mobile_menu_over.png);
}
header.active {
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.active.gnbBg {
	position: fixed;
	display: block;
}


/******* Mobile MENU CSS ********/
header nav .top {
	display: none;
}
header nav .top .img img {
	width: 140px;
}


/****** slide CSS *******/
#slide {
	position: relative;
}
#slide .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
}
#slide .swiper-slide .inner1 {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 2rem;
}
#slide .swiper-slide .inner1 h1 {
	line-height: 110%;
	color: #fff;	
}
#slide .swiper-slide .inner1 h4 {
	color: #fff;
	margin-top: 2rem;
}
#slide .mainSlide {
    position: relative;
    overflow: hidden;
	/*height: 90rem;*/
}
#slide .mainSlide .swiper-pagination {
	position: absolute;
	display: block;
	width: auto;
	bottom : 4rem;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#slide .mainSlide .swiper-pagination .swiper-pagination-bullet {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	background-color: rgba(256, 256, 256, 1);
	opacity: 1;
	cursor: pointer;
}
#slide .mainSlide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 6rem;
}


/****** mainCon CSS *******/
#mainCon {
	padding: 10rem 0;	
}
.comInfo {
	width: 47rem;
}
.news {
	width: calc(100% - 61rem);	
}
.comInfo h2 {
	margin-bottom: 2rem;
}
.comInfo p {
	font-size: 1.9rem;
	line-height: 130%;
	margin-bottom: 3rem;
	padding-right: 2rem;
}
.comInfo .item {
	width: 22.5rem;
	height: 17.5rem;
	padding: 2.3rem 2.7rem;
	border-radius: 2rem;
	background-color: #4b8f88;
}
.comInfo .item:nth-child(2) {
	background-color: #56bea3;
}
.comInfo .item:nth-child(3) {
	background-color: #5ab8ba;
}
.comInfo .item:nth-child(4) {
	background-color: #6399b1;
}
.comInfo .item:nth-child(n+3) {
	margin-top: 2rem;	
}
.comInfo .item .num {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	font-family: 'GmarketSansMedium';
	font-weight: 700;
	margin-bottom: 1rem;
}
.comInfo .item h5 {
	color: #fff;
	font-size: 2.3rem;
	font-family: 'GmarketSansMedium';
}
.news .notice {
	margin-top: 6rem;
}
.news .notice .head {
	margin-bottom: 3rem;
}
.news .notice .head .more {
	display: block;
	width: 3rem;
	height: 3rem;
	background-image: url(../main/images/more.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
.news .notice .item + .item {
	margin-top: 3rem;	
}
.news .notice + hr {
	margin-top: 6rem;
}
.news .notice .item .tit {
	display: block;
	font-size: 1.9rem;
	line-height: 140%;
	color: #333;
	margin-bottom: 0.5rem;
}
.news .notice .item .tit:hover {
	text-decoration: underline;	
}
.news .notice .item .date {
	display: block;
	font-size: 1.6rem;
	color: #999;
	padding-left: 2.5rem;
	background-image: url(../main/images/date_icon.png);
	background-position: left 0.4rem;
	background-repeat: no-repeat;
}
.news .notice .item .term {
	display: block;
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-weight: 500;
	color: #4b8f88;
	padding-left: 4rem;
	background-image: url(../main/images/calendar.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/******* Gallery CSS ********/
#gallery {
	padding: 10rem 0;
	background-color: #3d5051;
}
#gallery h2,
#gallery .item .tit {
	color: #fff;	
}
#gallery h2 {
	margin-bottom: 1rem;	
}
#gallery .more {
	float: right;
	display: block;
	color: #fff;
	padding-left: 3.5rem;
	margin-bottom: 4rem;
	background-image: url(../main/images/wh_more.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#gallery .flex {
	clear: both;	
}
#gallery .flex .item {
	width: calc((100% / 4) - 3rem);
	transition: all 0.3s ease-in-out;
}
#gallery .flex .item:hover {
	transform: translateY(-0.8rem);	
}
#gallery .flex .item dt {
	margin-top: 1.5rem;
}
#gallery .flex .item dt a {
	font-weight: 400;
	line-height: 150%;
}
#gallery .flex .item:hover dt a,
#gallery .flex .item dt a:hover {
	text-decoration: underline;	
}


/***** Banner CSS ******/
#banner {
	padding: 4rem 0rem;
}
#banner .bannerWrap h6 {
	width: 28rem;
	position: relative;
	padding-top: 0.5rem;
	padding-left: 3.5rem;
	line-height: 2.9rem;
}
#banner .bannerWrap h6:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem;
	display: block;
	width: 2.4rem;
	height: 2.9rem;
	background-image: url(../main/images/banner_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .bannerWrap .slideCon {
	position: absolute;
	left: 13rem;
	top: 0.3rem;
	width: 6.7rem;
	height: 2.3rem;
	background-color: #fff;
}
#banner .bannerWrap .slideCon .swiper-button-next {
	position: absolute;
	display: block;
	top: 2.8rem;
	left: 0rem;
	right: auto;
	width: 2.2rem;
	height: 2.3rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-right: none;
	background-image: url(../main/images/black_pre_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .bannerWrap .slideCon .swiper-button-prev {
	position: absolute;
	display: block;
	top: 2.8rem;
	left: auto;
	right: 0rem;
	width: 2.2rem;
	height: 2.3rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-left: none;
	background-image: url(../main/images/black_next_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .bannerWrap .slideCon #startButton {
	position: absolute;
	display: block;
	top: 0.6rem;
	left: 2.3rem;
	width: 2.3rem;
	height: 2.3rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-image: url(../main/images/black_start_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .bannerWrap .slideCon #stopButton {
	position: absolute;
	display: block;
	top: 0.6rem;
	left: 2.3rem;
	width: 2.3rem;
	height: 2.3rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-image: url(../main/images/black_stop_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .bannerSlide {
	width: calc(100% - 28rem);
	overflow: hidden;
}
#banner .bannerSlide .swiper-slide {
	text-align: center;
}
#banner .bannerSlide .swiper-slide a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
}
#banner .bannerSlide .swiper-slide a img {
	max-height: 4rem;
	max-width: 15rem;
	display: block;	
}

/***** footer CSS ******/
footer {
	padding: 6rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer .footerLogo {
	display: block;
	width: 36.5rem;
	height: 6.1rem;
	background-image: url(../main/images/footer_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 3rem;
}
footer p {
	font-size: 1.6rem;
	color: #999;
	font-weight: 400;
}
footer p + .copyright {
	margin-top: 4rem;	
}
@media (max-width: 1599px) {
	#mainCon,
	#gallery {
    	padding: 6rem 0;
	}	
	.inner1,
	.inner2,
	.inner3 {
		padding: 0 2rem;
	}
	.menu_btn {
		right: 2rem;
	}
	.news {
		width: calc(100% - 57rem);
	}
	
}
@media (max-width: 1199px) {
	body h1 {
		font-size: 4.8rem;
	}
	body h2 {
		font-size: 3.6rem;
	}
	body h3 {
		font-size: 3rem;
	}
	body h4 {
		font-size: 2.5rem;
	}
	body h5 {
		font-size: 2.2rem;
	}
	body h6 {
		font-size: 2.0rem;
	}
	body p,
	body li,
	body dt,
	body a,
	body th,
	body td  {
		font-size: 1.6rem;
	}

	header .inner1 {
		height: 9rem;
	}
	#hdTop .logo {
		width: 23.92rem;
		height: 6.08rem;
	}
	
	/****** 모바일 메뉴 CSS ******/
	header nav {
		position: fixed;
		width: 80%;
		max-width: 38rem;
		right: 0;
		top: 0;
		z-index: 100000;
		background: #fff;
		overflow-y: scroll;
		height: 100%;
		padding: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		right: -38rem;
		text-align: left;
		margin-left: auto;
	}
	header nav .top {
		display: block;
		padding: 2rem;
		position: relative;
		background-color: #193988;
	}
	header nav .top .img {
		display: block;
		overflow: hidden;
		width: 14.95rem;
		height: 3.88rem;
	}
	header nav .top .img img {
		width: 100%;	
	}
	header nav .menu_close {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	header nav .menu_close button {
		width: 1.9rem;
		height: 1.9rem;
		background: url("../main/images/menu_close.png") no-repeat center;
		border: none;
	}
	header nav .gnb > li {
		float: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		margin: 0;
		padding: 0;
        max-width: 100%;
	}
	header nav .gnb > li > a,
	header.active #hd_bot .gnb > li > a {
		display: block;
		font-size: 1.7rem;
		letter-spacing: 0px;
		font-weight: 400;
		height: 4.8rem;
		line-height: 4.8rem;
		text-align: left !important;
		padding: 0.5rem 2rem;
		color: #333;
		box-sizing: content-box;
	}
	header nav .gnb > li > a:focus, 
	header nav .gnb > li:hover > a,
	header.active #hd_bot .gnb > li > a:focus,
	header.active #hd_bot .gnb > li:hover > a {
		background: #c5a86f;
		color: #fff;
	}
	header nav .gnb > li > .depth2 {
		display: none;
		position: static;
        /*height: auto !important;*/
		background: #f5f5f5;
		padding: 2rem;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	header nav .gnb > li > .depth2 > li:last-child {
		margin: 0;
	}
	header nav .gnb > li > .depth2 > li > a {
		position: relative;
		color: #666;
		padding: 0 0 0 1.4rem;
		font-size: 1.6rem;
		line-height: 150%;
	}
	header nav .gnb > li > .depth2 > li > a:focus,
	header nav .gnb > li > .depth2 > li > a:hover {
		color: #B12466;
	}
	header nav .gnb > li > .depth2 > li a:before {
		content: "";
		width: 0.6rem;
		height: 0.3rem;
		background: #999;
		display: block;
		position: absolute;
		left: 0rem;
		top: 1.2rem;
	}
	header nav .gnb > li > .depth2 > li > a:focus:before,
	header nav .gnb > li > .depth2 > li > a:hover:before {
		display: block;
	}
	.gnbBg,
	header nav .gnb > li > a:after, header nav .gnb > li > a.on:after {
		display: none;	
	}
	
	.gnbBg_m {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		left: 0;
		top: 0;
		display: none;
		z-index: 10;
	}
	nav .gnb > li > .depth2 > li .depth3 > li:before {
		display: none;	
	}
	header nav .gnb > li > .depth2 > li .depth3 > li > a {
		position: relative;
		color: #666;
		padding: 0 0 0 1rem;
	}
	header nav .gnb > li > .depth2 > li .depth3 > li a:before {
		content: "";
		width: 0.4rem;
		height: 0.4rem;
		background: #999;
		display: block;
		position: absolute;
		border-radius: 50%;
		left: 0rem;
		top: 1.2rem;
	}
	
	.bar {
		padding-top: 1.5rem;
	}
	.bar:before {
		width: 4rem;
		height: 0.4rem;
	}
	.comInfo h2 {
		line-height: 120%;
		margin-bottom: 1.5rem;
	}
	.comInfo p {
		font-size: 1.7rem;
	}
	.comInfo .item {
		width: calc(50% - 1rem);
		height: auto;
		padding: 2.5rem;
		border-radius: 1.5rem;
	}
	.comInfo .item h5 {
		font-size: 2.1rem;
		line-height: 140%;
	}
	.news .notice .head {
		margin-bottom: 2rem;
		line-height: 130%;
	}
	.news .notice + hr,
	.news .notice {
		margin-top: 3rem;
	}
	
	#gallery .flex .item {
		width: calc((100% / 4) - 1.5rem);
	}
	#gallery .more {
		margin-bottom: 2rem;
	}
	#gallery .flex .item dt {
		margin-top: 1rem;
	}
	footer {
		padding: 4rem 0;
	}
}
@media (max-width: 1023px) {
	#mainCon,
	#gallery {
    	padding: 4rem 0;
	}
	.comInfo {
		width: 37rem;
	}
	.comInfo .item {
		width: calc(50% - 0.5rem);
		padding: 2rem;
		border-radius: 1rem;
	}
	.comInfo .item:nth-child(n+3) {
    	margin-top: 1rem;
	}
	.comInfo .item h5 {
		font-size: 1.9rem;
	}
	.news {
		width: calc(100% - 43rem);
	}
	.news .notice .head {
		margin-bottom: 1.5rem;
	}
	.news .notice .head h3 {
		font-size: 2.7rem;	
	}
	.news .notice .item .tit {
		font-size: 1.7rem;
	}
	.news .notice .item + .item {
		margin-top: 2rem;
	}
	.news .notice .item .term {
		font-size: 1.6rem;
		padding-left: 3.5rem;
	}
	.news .notice + hr,
	.news .notice {
    	margin-top: 2rem;
	}
	
	#gallery .flex .item {
		width: calc((100% / 2) - 1.5rem);
	}
	#gallery .flex .item:nth-child(n+3) {
		margin-top: 3rem;	
	}
	#banner {
		padding: 3rem 0rem;
	}
	
}
@media (max-width: 767px) {
	.inner1,
	.inner2,
	.inner3  {
		padding: 0 1.5rem;
	}
	
	body h1 {
		font-size: 3rem;
	}
	body h2 {
		font-size: 2.7rem;
	}
	body h3 {
		font-size: 2.4rem;
	}
	body h4 {
		font-size: 2.1rem;
	}
	body h5 {
		font-size: 1.9rem;
	}
	body h6 {
		font-size: 1.7rem;
	}
	body p,
	body li,
	body dt,
	body a,
	body th,
	body td  {
		font-size: 1.5rem;
	}
	

	#hdTop .logo {
		width: 20.93rem;
		height: 5.32rem;
		left: 1.5rem;
	}
	.menu_btn {
    	right: 1.5rem;
	}
	#slide .swiper-slide .inner1 {
		padding: 8rem 1.5rem 2rem 1.5rem;
	}
	#slide .swiper-slide .inner1 h1 {
		font-size: 2rem;
		font-weight: 500;
	}
	#slide .swiper-slide .inner1 h4 {
		margin-top: 0.5rem;
		font-size: 1.5rem;
		font-weight: 500;
	}
	#slide .mainSlide .swiper-pagination {
		display: none;	
	}
	
	#mainCon,
	#gallery {
    	padding: 3rem 0;
	}
	.bar {
		padding-top: 1rem;
	}
	.bar:before {
		width: 3rem;
	}
	.comInfo {
		width: 100%;
		margin-bottom: 2rem;
	}
	.news {
		width: 100%;
	}
	.news .notice .head h3 {
		font-size: 2.4rem;
	}
	.news .notice .item .tit {
    	font-size: 1.5rem;
	}
	.news .notice .item .date {
		font-size: 1.4rem;
		padding-left: 2rem;
	}
	.news .notice .item .term {
		font-size: 1.5rem;
		padding-left: 2.8rem;
		background-position: 0.2rem 0.2rem;
		background-size: 1.8rem;
	}
	.news .notice .head .more {
		width: 2.4rem;
		height: 2.4rem;
	}
	#gallery h2 {
    	margin-bottom: 0rem;
		line-height: 130%;
	}
	#gallery .flex .item {
		width: calc((100% / 2) - 0.4rem);
	}
	#gallery .flex .item:nth-child(n+3) {
		margin-top: 3rem;	
	}
	#gallery .flex .item dt a {
		line-height: 130%;
	}
	#gallery .flex .item dt {
    	margin-top: 0rem;
		padding: 0rem 0.5rem;
	}
	
	#banner {
		padding: 2rem 0rem;
	}
	#banner .bannerWrap h6 {
		width: 18rem;
	}
	#banner .bannerWrap .slideCon {
		left: 13rem;
	}
	#banner .bannerSlide {
		width: calc(100% - 19rem);
	}
	footer .footerLogo {
		width: 25.55rem;
		height: 4.27rem;
		margin-bottom: 2rem;
		background-size: 100%;
	}
	footer p {
		font-size: 1.4rem;	
	}
	footer p + .copyright {
    	margin-top: 2rem;
	}
}

/*********** 애니메이션 ***********/
@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 FadeDown {
  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: .7;
	}
	100% {
		transform: scale(1) rotate(0.003deg);
		opacity: 1;
	}
}