/* 메인슬라이더 */
.scroll_ico {
	-webkit-animation: scroll_ico 6000ms infinite both;
	animation: scroll_ico 6000ms infinite both;
}

@-webkit-keyframes scroll_ico {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	80% {
		-webkit-transform: translateY(6.4px);
		transform: translateY(6.4px);
	}

	90% {
		-webkit-transform: translateY(-6.4px);
		transform: translateY(-6.4px);
	}
}

@keyframes scroll_ico {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	80% {
		-webkit-transform: translateY(6.4px);
		transform: translateY(6.4px);
	}

	90% {
		-webkit-transform: translateY(-6.4px);
		transform: translateY(-6.4px);
	}
}


#fullpage a.newBtn {
	display: block;
	border: 1px solid #222;
	margin: 10px auto;
	width: 150px;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
	font-size: 15px;
}

#fullpage .mainVisualWrap {
	height: 100%
}

#fullpage .scroll_box {
	position: fixed;
	z-index: 9;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, 0);
}

#fullpage .scroll_box img {
	width: 20px
}

body:not(.fp-responsive.fp-viewing-01) #fullpage .scroll_box {
	display: none
}

/* #fullpage .mainVisual .swiper-pagination{height:100%} */
#fullpage .mainVisual .swiper-pagination {
	bottom: inherit;
	left: 50%;
	width: auto;
	bottom: 150px;
	display: flex;
	justify-content: center;
	transform: translate(-50%, 0);
	color: #FFF
}

#fullpage .mainVisual .swiper-pagination span {
	display: inline-block;
	color: #FFF;
	width: auto;
	position: relative;
	margin: 0 25px;
	text-align: center;
	height: auto;
	font-size: 20px;
}

#fullpage .mainVisual .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	font-weight: 600
}

#fullpage .mainVisual .swiper-slide {
	overflow: hidden;
}

#fullpage .mainVisual .swiper-slide .Box {
	position: absolute;
	color: #FFF;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#fullpage .mainVisual .swiper-slide .Box .tit {
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
}

#fullpage .mainVisual .swiper-slide .Box .txt {
	font-size: 20px
}

#fullpage .mainVisual .swiper-slide .Box .tit span {
	font-weight: 600
}

#fullpage .mainVisual .swiper-slide .Box a {
	border: 1px solid #DDD;
	display: inline-block;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	padding: 0 40px;
	margin-top: 45px;
}

#fullpage .mainVisual .swiper-slide .Box a:hover {
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#fullpage .mainVisual .swiper-slide img {
	min-width: 100%;
}

#fullpage .main_title {
	text-align: center;
	color: #FFF;
	font-size: 30px;
	letter-spacing: 10px;
	font-weight: 300;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
}

#fullpage #section0 * {
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

#fullpage #section0 .ver1_cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

#fullpage #section0 .ver2_cont {
	opacity: 0;
	margin-top: 100px;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	position: relative;
	z-index: -1;
}

#fullpage #section0 .ver3_cont {
	position: absolute;
	opacity: 0;
	z-index: -2
}

#fullpage #section0.ver2 {}

#fullpage #section0.ver2 .ver2_cont {
	opacity: 1;
	margin-top: 50px;
	margin-bottom: 0;
	width: 100%;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	z-index: 999;
	text-align: center;
}

#fullpage #section0.ver2 .ver2_cont img {
	width: 25%;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

#fullpage #section0.ver2.ver3 .ver2_cont {
	margin-top: 0;
	margin-bottom: 0;

}

#fullpage #section0.ver2.ver3 .ver2_cont img {
	width: 18%;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

#fullpage #section0.ver2.ver3 .ver3_cont {
	position: relative;
	opacity: 1;
	z-index: 10
}


#fullpage .main_title img {
	width: 20%
}

#fullpage #section0 .bg {
	background: url(../img/main/main_new_01.jpg) no-repeat;
	background-size: cover
}

#fullpage #section0.ver2 .bg {
	background: url(../img/main/main_new_02.jpg) no-repeat;
	background-size: cover;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

#fullpage #section0.ver2.ver3 .bg {
	background: url(../img/main/main_new_03.jpg) no-repeat;
	background-size: cover;
}

#fullpage #section0 .main_title {
	font-size: 50px;
	padding: 30px 0;
	position: relative
}

#fullpage #section0 .main_title a {
	color: #FFF;
	font-size: 25px;
}

#fullpage #section0.ver2 .ver1_cont {
	display: none;
	opacity: 0;
	z-index: -2
}

#fullpage #section0 .main_title.lineVer:before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #767676;
	position: absolute;
	margin-top: 48px;
	margin-left: -100px;
}

#fullpage #section0 .main_title.lineVer:after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #767676;
	position: absolute;
	margin-top: 48px;
	margin-left: 20px;
}

#fullpage .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

#fullpage .section {
	overflow: hidden
}

#fullpage .main_cont {
	position: relative;
	z-index: 2;
	text-align: center;
}

#fullpage .main_btn_box {}

#fullpage .main_btn_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

#fullpage #section0 .main_btn_box ul li {
	margin: 0 8px;
	width: 150px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#fullpage #section0 .main_btn_box ul li a {
	display: block;
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#fullpage #section0 .main_btn_box ul li.off a {
	opacity: .5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#fullpage .main_btn_box ul li a span {
	display: block;
	border: 1px solid #b3b3b3;
	padding: 10px 0;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #FFF;
	background: rgba(255, 255, 255, 0.1);
}

#fullpage .logo_t {
	margin-bottom: 70px;
}

#fullpage .logo_t img {
	width: 320px
}

/* #fullpage #section1 .bg{background:url(../img/main/main_new_01.jpg) no-repeat;background-size:cover}
#fullpage #section2 .bg{background:url(../img/main/main_new_02.jpg) no-repeat;background-size:cover}
#fullpage #section3 .bg{background:url(../img/main/main_new_03.jpg) no-repeat;background-size:cover}
 */
.main_cont .main_more {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	border: 1px solid #a2a2a2;
	padding: 12px 0;
	width: 30%;
	margin-top: 80px;
}

.main_cont .main_more:hover {
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


#fullpage #section2 .mainSurvice {
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#fullpage #section2 .mainSurvice li {
	text-align: center;
	width: 23%;
	min-height: 500px;
	height: 70vh;
	background: #f0f0f0;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	background-size: cover !important;
}

#fullpage #section2 .mainSurvice li h2 {
	font-size: 42px;
	text-transform: uppercase;
	padding-top: 40%;
}

#fullpage #section2 .mainSurvice li h2 p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

#fullpage #section2 .mainSurvice li .LinkBox {
	height: 20%;
	width: auto;
	margin-bottom: 16%;
}

#fullpage #section2 .mainSurvice li .LinkBox a {
	display: block;
	font-size: 18px;
	color: #FFF;
	padding: 10px 0;
	font-weight: 400;
}

#fullpage #section2 .mainSurvice li .LinkBox a:hover {
	text-decoration: underline;
}

#fullpage #section2 .mainSurvice li h2 span {
	display: block;
}

/* #fullpage #section2 .mainSurvice li.cate01{
    background: #c3a326;
}
 */
#fullpage #section2 .mainSurvice li.cate01 {
	background: url(../img/main/cate01.jpg) no-repeat center center
}


#fullpage #section2 .mainSurvice li.cate02 {
	background: url(../img/main/cate02.jpg) no-repeat center center
}

#fullpage #section2 .mainSurvice li.cate03 {
	background: url(../img/main/cate03.jpg) no-repeat center center
}

#fullpage #section2 .mainSurvice li.cate04 {
	background: url(../img/main/cate04.jpg) no-repeat center center
}

#fullpage #section2 .mainSurvice li:hover {
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#fullpage #section3 h2 {
	text-align: center;
	font-size: 55px;
	color: #333;
	margin-top: 7%;
}

#fullpage #section3 h2 p {
	font-size: 25px;
	font-weight: 300;
	margin-top: 30px;
}

#fullpage #section3 .main_memBox {
	width: 95%;
	height: 50vh;
	background: url(../img/main/main_mem_bg.jpg) no-repeat;
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
}

#fullpage #section3.on .main_memBox {
	border: 2px solid #FFF
}

#fullpage #section4 {}

#fullpage #section4 .newsBox {}

#fullpage #section4 .newsBox h2 {
	color: #000;
	font-size: 15px;
	margin-bottom: 55px;
	font-weight: 400;
}

#fullpage #section4 .newsBox h2 span {
	font-size: 25px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}

#fullpage #section4 .noti_slide {}

#fullpage #section4 .noti_slide a {
	display: block;
	min-height: 200px;
}

#fullpage #section4 .noti_slide a .img {
	display: block;
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#fullpage #section4 .noti_slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top;
}

#fullpage #section4 .noti_slide a .cate {
	margin-top: 20px;
	display: inline-block;
	color: #7C6AE6;
	border: 1px solid #c3a326;
	border-radius: 50px;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#fullpage #section4 .noti_slide a .tit {
	font-size: 17px;
	color: #333;
	margin: 10px 0;
}

#fullpage #section4 .noti_slide a .txt {
	color: #66503e;
	font-size: 14px;
}


#fullpage #section5 .loction {
	background: #66503e;
	color: #FFF;
	text-align: center;
	padding: 65px 30px 60px;
}

#fullpage #section5 .loction .tit {
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 35px;
}

#fullpage #section5 .loction .txt {
	font-size: 25px;
	font-weight: 300;
}

#fullpage #section5 .loction .txt span {
	display: inline-block;
	font-size: 35px;
	font-weight: 500;
}

#fullpage #section5 .loction .txt2 {
	font-size: 18px;
	font-weight: 300;
}

#fullpage #section5 .mapbox {
	position: relative;
	margin-top: -20px;
	text-align: center;
}

#fullpage #section5 .mapbox:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 50px;
	background: #66503e;
	width: 100%;
}

#fullpage #section5 .mapbox .root_daum_roughmap {
	width: 1070px !important;
	margin: 0 auto;
	margin-bottom: -50px;
	background: #66503e;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.swiper-button-next {}

.swiper-button-prev {}

/* 모바일메인 */
#mobile_main {
	height: 100vh;
	position: fixed;
	background: url(../img/m/m_main.jpg) no-repeat;
	background-size: cover;
	width: 100%
}

#mobile_main .top_title {
	text-align: center;
	position: absolute;
	top: 20px;
	width: 100%;
	font-size: 1em;
}

#mobile_main h1 {
	width: 80%;
	margin: 0 auto 7vh;
}

#mobile_main .box {
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 88%;
	text-align: center;
}

.mobile_main_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile_main_list li {
	width: 23%;
	position: relative;
	padding-top: 23%;
}

.mobile_main_list li a {
	display: flex;
	text-transform: uppercase;
	font-size: .8em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-radius: 50%;
	right: 0;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.mobile_main_list li a span {
	display: block
}

#btm_nav {
	position: fixed;
	bottom: 10px;
	width: 100%
}

#btm_nav ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#btm_nav li {
	width: 25%
}

#btm_nav li a {
	display: block;
	font-size: 1em;
	text-align: center;
	padding-top: 40px;
	color: #FFF;
}

#btm_nav li a span {
	display: block
}


#section6 .box_wrap {
	display: flex;
	flex-wrap: wrap;
}

#section2 h2 {
	font-size: 3em;
	font-weight: 600;
	text-align: center;
}

#section6 h2 {
	font-size: 3em;
	font-weight: 600;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#section6 h2 .btn_write{
	font-size: 15px;
	border: 1px solid #DDD;
    display: inline-block;
    text-align: center;
    color: #333;
    line-height: 50px;
    padding: 0 40px;
}

#section6 .box_wrap .box {
	width: calc((100% / 4) - 15px);
	margin: 0 20px 20px 0;
}

#section6 .box_wrap .box:nth-child(4n) {
	margin: 0 0 20px;
}

#section6 .box_wrap .box .thumb_img {
	width: 100%;
	height: 130px;
	overflow: hidden;
}

#section6 .box_wrap .box .thumb_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section6 .box_wrap .box .channel {
	color: #7C6AE6;
	font-size: 0.7em;
	margin: 0 0 6px;
}

#section6 .box_wrap .box .hash_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 12px 0 0;
}

#section6 .box_wrap .box .hash_wrap li {
	display: table;
	height: 18px;
	line-height: 18px;
	border-radius: 18px;
	border: 1px solid #ddd;
	color: #aaa;
	font-size: 0.8em;
	font-weight: 400;
	padding: 0 12px;
	margin: 0 6px 0 0;
	position: relative;
}

#section6 .box_wrap .box .hash_wrap li::before {
	content: '#';
	display: inline-block;
	font-size: 1em;
}

#section6 .box_wrap .box h4 {
	font-size: 1.1em;
	font-weight: 600;
	color: #222;
	margin: 20px 0;
}

#section6 .box_wrap .box > p {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3em;
	height: 3.9em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width:1400px) {}


@media (max-width:1200px) {
	#fullpage .mainVisual .swiper-pagination {
		top: 20%;
		transform: translate(-50%, 0);
		height: auto;
	}

	#fullpage .mainVisual .swiper-slide .Box .tit {
		font-size: 3em
	}

	#fullpage #section2 .mainSurvice li {
		height: 65vh;
		min-height: 450px;
	}

	#fullpage #section2 .mainSurvice li h2 {
		font-size: 20px
	}

	#fullpage #section5 .mapbox .root_daum_roughmap {
		width: 90% !important
	}

	#fullpage #section3 h2 {
		padding: 0 10%;
	}

	#fullpage #section3 h2 p {
		word-break: keep-all;
		line-height: 1.5;
	}

	#fullpage #section3 .main_memBox {
		background: url(../img/main/main_mem_bg.jpg) no-repeat center center;
		height: 70vh;
		margin-top: 30px;
	}
}

@media (max-width:1024px) {

	#fullpage .mainVisualWrap,
	.mainVisualWrap .swiper-container {
		height: 100vh;
		overflow: hidden;
	}

	#fullpage .mobVer .mainVisual .swiper-slide .Box {
		top: 50%;
		z-index: 3;
		text-align: left;
		padding: 0 3vh
	}

	#fullpage .mobVer .mainVisual .swiper-slide .tit {
		text-align: left
	}

	#fullpage .mobVer .mainVisual .swiper-slide {
		background: #000
	}

	#fullpage .mainVisual .swiper-slide img {
		height: 100%;
		min-width: auto;
	}

	#fullpage .mobVer .mainVisual .swiper-slide img {
		min-width: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: .7
	}

	#fullpage .mobVer .scroll_box {
		bottom: 100px
	}

	#fullpage .mobVer .mainVisual .swiper-pagination {
		display: none;
	}

	#fullpage .mainVisual .swiper-pagination {
		width: 100%
	}

	#fullpage .mainVisual .swiper-pagination span {
		font-size: 15px
	}

	#fullpage .mainVisual .swiper-slide .Box .tit {
		font-size: 1.75em
	}

	#fullpage .mainVisual .swiper-slide .Box .txt {
		font-size: 1em;
		font-weight: 300;
	}

	#fullpage #section2 .mainSurvice {
		flex-direction: column;
		z-index: 10;
		position: relative;
	}

	#fullpage #section2 .mainSurvice li h2 p {
		display: none
	}

	#fullpage #section2 .mainSurvice li h2 span {
		display: inline-block
	}

	#fullpage #section2 .mainSurvice li {
		width: 100%;
		height: 160px;
		min-height: auto;
		margin-top: 5px;
		justify-content: flex-start;
		position: relative;
		margin-bottom: 50px
	}

	#fullpage #section2 .mainSurvice li:hover {
		box-shadow: none
	}

	#fullpage #section2 .mainSurvice li h2 {
		font-size: 25px;
		padding-top: 0;
		width: 100%;
		line-height: 100%;
		padding-top: 27%;
		text-align: left;
		padding-left: 20px;
	}

	#fullpage #section2 .mainSurvice li .LinkBox {
		height: auto;
		margin-bottom: 0;
		width: 100%;
		display: block;
		position:
			absolute;
		bottom: -40px;
		left: 0;
	}

	#fullpage #section2 .mainSurvice li .LinkBox a {
		display: block;
		font-size: 16px;
		text-align: left;
		margin-left: 10px;
		border-radius: 10px;
		height: auto;
		color: #000;
	}

	#fullpage #section2 .mainSurvice li .LinkBox a:hover {
		text-decoration: none
	}

	#fullpage #section2 .mainSurvice li .LinkBox a span {
		display: inline-block !important
	}

	#fullpage #section2 .mainSurvice li .LinkBox a:nth-of-type(2),
	#fullpage #section2 .mainSurvice li .LinkBox a:nth-of-type(3) {
		display: none
	}


	#fullpage #section2 .mainSurvice li.cate01 {
		background: url(../img/main/m_cate01.jpg) no-repeat center center
	}

	#fullpage #section2 .mainSurvice li.cate04 {
		background: url(../img/main/m_cate04.jpg) no-repeat center center
	}

	#fullpage #section2 .mainSurvice li.cate02 {
		background: url(../img/main/cate02.jpg) no-repeat center center
	}

	#fullpage #section2 .mainSurvice li.cate03 {
		background: url(../img/main/m_cate03.jpg) no-repeat center center
	}

	#fullpage #section3 h2 {
		font-size: 2.2em
	}

	#fullpage #section3 h2 p {
		font-size: 15px
	}

	#fullpage #section4 .newsBox h2 {
		text-align: center;
	}

	#fullpage #section4 .newsBox h2 span {
		display: block;
		font-size: 2.3em;
		text-align: center;
	}

	#fullpage #section4 .noti_slide a .img img {
		width: 100%
	}

	#fullpage #section4 .noti_slide a .tit {
		font-size: 13px
	}

	#fullpage #section4 .noti_slide a .cate {
		margin-top: 10px;
		padding: 2px 11px;
		font-size: 12px;
		margin-bottom: 5px;
	}

	#fullpage #section5 .loction {
		padding: 30px;
		padding: 30px 30px 60px;
	}

	#fullpage #section5 .loction .tit {
		font-size: 16px;
		padding-bottom: 30px;
	}

	#fullpage #section5 .loction .txt {
		font-size: 14px;
	}

	#fullpage #section5 .loction .txt span {
		font-size: 22px;
		margin-bottom: 20px;
	}

	#fullpage #section5 .loction .txt2 {
		font-size: 14px
	}

	.fp-tableCell {
		height: auto !important
	}

	#fullpage #section4 {
		height: auto !important
	}

	#fullpage .section:not(#section0, #section6) {
		padding: 50px 0;
		height: auto !important;
	}

	#fullpage #section5 .mapbox {
		margin-top: -20px;
	}

	#fullpage #section5 .mapbox .root_daum_roughmap {
		margin-bottom: 0;
		box-shadow: none;
	}

	#fullpage #section5 .mapbox:after {
		bottom: -50px;
	}

	#fullpage #section3 .main_memBox {
		height: 250px;
		background-size: 190%;
	}

	#fullpage #section6 {
		margin-top: 50px
	}

	#section2 h2 {
		font-size: 2em;
		margin: 0 auto 20px;
		text-align: center;
	}

	#section6 h2 {
		font-size: 2em;
		margin: 0 0 20px;
	}

	#section6 .box_wrap .box {
		width: calc((100% / 2) - 15px)
	}

	#section6 .box_wrap .box:nth-child(2n) {
		margin: 0 0 20px;
	}

	#section6 .box_wrap .box h4 {
		margin: 15px 0;
		font-size: 1em;
	}

	#section6 .box_wrap .box > p {
		font-size: 0.8em;
	}

	#section6 .box_wrap .box .hash_wrap li {
		font-size: 0.6em;
		padding: 0 6px;
		margin: 0 6px 6px 0;
	}
}

@media(max-width:768px){
	#fullpage #section4 .noti_slide a .img{
		width: 90px;
		height: 90px;
	}
	#section6 h2 .btn_write{
		line-height: 35px;
		padding: 0 25px;
		font-size: 12px;
	}
}
