/* Base Container (기반 컨테이너) */
.c, .c-full {
	max-width: 1200px;
}

.lang {
	margin: 0px 0 20px 0;
}

.lang2 {
	margin: 40px 0 20px 100px;
}

.lang_txt {
	font-size: 13px;
	color: #888888;
	line-height: 23px;
	margin-bottom: 5px;
}

.lang_txt2 {
	font-size: 13px;
	color: #888888;
	line-height: 30px;
}

.lang_txt a {
	color: #888888;
}

.lang_txt a:hover {
	color: #f60;
}

.sec-main-visual {
	position: relative;
	height: 100vh;
	margin-left: -200px;
}

#main-slide, #main-slide .swiper-container {
	overflow: hidden;
	height: 100%;
}

#main-slide .swiper-slide {
	overflow: hidden;
}

#main-slide .swiper-slide .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main-slide .ctrl {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin-left: 200px;
	z-index: 2;
}

#main-slide .ctrl .pg {
	position: static;
	display: block;
	text-align: center;
}

#main-slide .ctrl .pg span {
	width: 40px;
	height: 5px;
	background: white;
	opacity: 0.5;
	margin: 0 3px;
	border-radius: 0;
	transition: all .2s ease;
}

#main-slide .ctrl .pg span.swiper-pagination-bullet-active {
	background: #f17f42;
	opacity: 1;
	width: 50px;
}

#main-slide .swiper-slide .c {
	position: relative;
	height: 100%;
	padding: 0;
	border: 1px solid transparent;
	/*IE Bug:: border 부분을 넣어야함*/
}

#main-slide .content {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	margin-left: 200px;
	text-align: center;
	color: white;
}

#main-slide .content .head {
	text-shadow: 2px 2px 2px #626262;
	font-size: 56px
}

#main-slide .content .desc {
	margin-top: 20px;
	font-weight: 400;
	text-shadow: 2px 2px 2px #626262;
	font-size: 21px
}

@media ( min-width : 1200px) and (min-height: 800px) {
	.sec-main-visual {
		margin-right: calc(100vh/ 5 * 2);
	}
}

@media ( min-width : 1200px) and (max-height: 799px) {
	.sec-main-visual {
		height: 1000px;
		margin-right: 400px;
	}
}

@media ( max-width : 767px) {
	.sec-main-visual {
		height: calc(100vh - 90px) !important;
		margin: 0;
	}
	#main-slide .ctrl {
		bottom: 50px;
		margin-left: 0;
	}
	#main-slide .content {
		margin: 0;
	}
	#main-slide .content .head {
		font-size: 1.6em;
		margin-top: 10px;
	}
	#main-slide .content .desc {
		font-size: 1.2em;
		margin-top: 10px;
	}
}

@media ( max-width : 480px) {
}

.main-tiles1 .items {
	
}

.mb0 {
	font-size: 13px
}

.main-tiles1 .items::after {
	content: "";
	clear: both;
	display: block;
}

.main-tiles1 .items .tile {
	float: left;
	width: 100%;
	overflow: hidden;
}

.main-tiles1 .items .tile .a {
	display: block;
	position: relative;
}

.main-tiles1 .items .tile .image {
	
}

.main-tiles1 .items .tile .a::after, .main-tiles1 .items .tile .image::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all .3s ease;
}

.main-tiles1 .items .tile .image .img {
	padding-bottom: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.main-tiles1 .items .tile .content {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	z-index: 2;
}

.main-tiles1 .items .tile .content {
	
}

.main-tiles1 .items .tile.type1 {
	
}

.main-tiles1 .items .tile.type1 .content {
	color: white;
}

.main-tiles1 .items .tile.type2 {
	width: 50%;
	background: #666;
}

.main-tiles1 .items .tile.type2.tile5 {
	background: #257;
}

.main-tiles1 .items .tile.type2 .image .img {
	padding-bottom: 100%;
}

.main-tiles1 .items .tile.type2 .content {
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: white;
}

.main-tiles1 .items .tile.type2 .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	transition: all .3s ease;
}

.main-tiles1 .items .tile.type2 .icon i {
	font-size: 50px;
	line-height: 100px;
}

.main-tiles1 .items .tile.type2 .head {
	margin-top: 10px;
}

.main-tiles1 .items .tile.type2 .a:hover .icon {
	transform: scale(0.85);
}

.main-tiles1 .items .tile.type3 {
	background: #eee;
}

.main-tiles1 .items .tile.type3 .content {
	
}

.main-tiles1 .items .tile.type3 .top {
	margin-bottom: 15px;
}

.main-tiles1 .items .tile.type3 .head {
	float: left;
	font-weight: 700;
}

.main-tiles1 .items .tile.type3 .more {
	float: right;
	font-size: 13px;
}

.main-tiles1 .items .tile.type3 .subject {
	display: block;
	padding: 2px 0;
	color: #777;
	font-size: 12px;
}

@media ( min-width : 1200px) {
	.main-tiles1 {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media ( min-width : 1200px) and (min-height: 800px) {
	.main-tiles1 {
		width: calc(100vh/ 5 * 2);
		max-height: 100vh;
	}
}

@media ( min-width : 1200px) and (max-height: 799px) {
	.main-tiles1 {
		width: 400px;
		min-height: 1000px;
	}
}

@media ( max-width : 1199px) {
	.main-tiles1 .items .tile.type1 {
		width: 50%;
	}
	.main-tiles1 .items .tile.type2 {
		width: 25%;
	}
	.main-tiles1 .items .tile.type3 .image .img {
		padding-bottom: 25%;
	}
}

@media ( max-width : 767px) {
	.main-tiles1 .items .tile.type1 {
		width: 100%;
	}
	.main-tiles1 .items .tile.type2 {
		width: 50%;
	}
	.main-tiles1 .items .tile.type3 .image .img {
		padding-bottom: 50%;
	}
}