@charset 'utf-8';
@charset "utf-8";

body {  
	-ms-overflow-style: none;  
	overflow: auto;  
}

::-webkit-scrollbar {  
	display: none;  
}


.firstSlider, .owl-carousel, .owl-stage-outer, .owl-stage, .owl-item { height: 100%; }
.firstSlider {
	position: relative;
	width: 100%; height: 100%;
}
.firstSlider .loader {
	width: 100%; height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 슬라이더 view */
.viewObj {
	position: absolute;
	right: 30px; bottom: 42px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	z-index: 10;
}
.viewObj i {
	padding:15px;
	cursor:pointer;
	color:rgba(255, 255, 255, 0.5);
}
.viewObj i.active {
	color:rgba(255, 255, 255, 1);
}
.viewObj i:hover {
	border-radius:50%;
	background-color:rgba(0, 0, 0, 0.5);
}
.pageObj {
	display:none;
	position: relative;
	margin-top:10px;
	width:100%;
    color: #000;
    font-size: 15px;
	text-align:center;
}
.pageObj .all:before {
	content: ' / ';
}

/* 슬라이더 버튼 */
.owl-nav {
	position: absolute;
	top:37%;
	margin: auto;
	width: 100%;
}
.owl-nav .owl-prev {
	position: absolute;
	top: 0; left: 50px;
	transition: background 0.5s;
}
.owl-nav .owl-prev:hover {
	background-color:rgba(0, 0, 0, 0.2) !important;
}
.owl-nav .owl-next {
	position: absolute;
	top: 0; right: 50px;
	transition: background 0.5s;
}
.owl-nav .owl-next:hover {
	background-color:rgba(0, 0, 0, 0.2) !important;
}

/* 슬라이더 dot */
.owl-dots {
	position:absolute;
	right:0; bottom:61px; left:0;
	width:600px;
	margin:auto;
	text-align:center;
}

.owl-dot {
	width:9px; height:9px;
	margin:3px 7px;
	background-color:rgba(255,255,255,1) !important;
	border-radius:30px;
	transition: width 0.5s;
}

.owl-dot.active {
	width:46px;
}

.itemList_wrap {
	position: relative;
	padding:0 70px;
	font-size:14px;
}
.itemList_wrap .swiper-container {
	position: static;
}
.itemList_wrap .swiper-container .swiper-pagination {
	position:relative;
	margin-top:40px;
}
.itemList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin:0 7px;
	width:9px; height:9px;
	border-radius:30px;
	background:#ccc;
	transition: width 0.5s;
	opacity:1;
}
.itemList_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width:46px;
	background:#ccc;
}
.itemList_wrap .swiper-container .swiper-button-prev {
	width:80px; height:80px;
	left:0;
	background:url('') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.itemList_wrap .swiper-container .swiper-button-prev:hover {
	opacity:0.5;
}
.itemList_wrap .swiper-container .swiper-button-next {
	width:80px; height:80px;
	right:0;
	background:url('') center center no-repeat;
	background-size:cover;
	transition: opacity 0.5s;
}
.itemList_wrap .swiper-container .swiper-button-next:hover {
	opacity:0.5;
}
.itemList_wrap a {
	display:inline-block;
	text-align:center;
}
.itemList_wrap a .imgWrap {
	position:relative;
	overflow:hidden;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.itemList_wrap a .imgWrap .loader {
	width:100%;
	padding-bottom:56.25%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: all 0.3s ease-in-out;
}
.itemList_wrap a:hover .imgWrap .loader {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.itemList_wrap a .eng {
	padding-top:20px;
	color:#444;
	font-family:'Noto Sans KR', sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.33;
}
.itemList_wrap a .txt {
	padding-top:14px;
	color:#777;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.86;
	letter-spacing:0.7px;
}

.itemList_wrap a .detailview {
	display:inline-block;
	width:160px; height:40px;
	color:#1b65b3;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	transition: background-color 0.5s;
}
.itemList_wrap a .detailview:hover {
	background-color:#d9ecff;
}
.itemList_wrap a .detailview i {
	margin-left:7px;
}

@media (max-width:1400px) {
	.firstSlider .owl-carousel .owl-item img {
		width: 100%;
		height: 100%;
		transition: width 0.3s;
	}
	.viewObj {
		bottom:43px;
		font-size: 18px;
	}
	.viewObj a {
		height: 32px;
		line-height: 34px;
	}
	.owl-nav {
		display:none;
	}
}

@media (max-width:820px) {
	.firstSlider {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
	}
	.firstSlider .owl-carousel .owl-item img {
		width: auto;
		object-fit: cover;
		object-position: center;
	}
	.viewObj {
		right:3px; bottom:-31px;
		text-align: center;
	}
	.viewObj i {
		padding:6px;
		color:rgba(147, 147, 147, 0.5);
	}
	.viewObj i.active {
		color:rgba(147, 147, 147, 1);
	}
	.viewObj i:hover {
		background-color:rgba(0, 0, 0, 0.2);
	}
	.owl-nav {
		bottom: 8.6%;
	}
	.owl-dots {
		/*width:calc(100% - 60px);*/
        width:100%;
		margin:0;
		position:relative;
		top:0; right:0; bottom:0; left:0;
		padding:10px 0;
	}
	.owl-dot {
		width:5px;
		height:5px;
		background-color:#ccc !important;
	}


	.itemList_wrap {
		padding: 50px 10px 0;
	}
	.itemList_wrap .swiper-container .swiper-slide {
		width:300px;
	}
	.itemList_wrap a .detailview,
	.itemList_wrap .swiper-container .swiper-button-next,
	.itemList_wrap .swiper-container .swiper-button-prev {
		display:none;
	}
	.itemList_wrap a {
		border:1px solid #ddd;
	}
	.itemList_wrap a .eng {
		padding:15px 0 11px;
	}
	.itemList_wrap a .txt {
		padding:0 0 11px 0;
	}
}


.about1 {
	height:100vh;
}


.about1_wrap {
	position: relative;
  width: 100%;
  overflow: hidden;
}
.about1_wrap .loader {
	padding-bottom:56.25%;
}


.about2_wrap {
	position:relative;
	padding:160px 260px;
	margin:0 auto;
	width:100%;
	font-size:14px;
	text-align:center;
}
.about2_wrap .about2_slogan {
	position:relative;
}
.about2_wrap .about2_slogan h5 {
	font-family:"Open Sans",sans-serif;
font-size:44px;
font-weight:700;
font-style:normal;
line-height:45px;
letter-spacing:0px;
color:rgba(34,34,34,1);
text-shadow:none;
padding:0px;
margin:0px 0px 32px;
}
.about2_wrap .about2_slogan h6 {
	font-family:"Noto Sans KR",sans-serif;
font-size:20px;
font-weight:500;
font-style:normal;
line-height:25px;
letter-spacing:0px;
color:rgba(68,68,68,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:0px 0px 50px 0px;

}
.about2_wrap .about2_slogan .txt {
	font-family:"Noto Sans KR",sans-serif;
font-size:16px;
font-weight:normal;
font-style:normal;
line-height:24px;
letter-spacing:0px;
color:rgba(85,85,85,1);
text-shadow:none;
padding:0px;
margin:0px;
}


.about3_wrap {
	position:relative;
	width:100%;
	font-size: 0;
	overflow: hidden;
}
.about3_wrap .about3_top {
	display: inline-block;
	width: 100%; height: 56.3vw;
	vertical-align: top;
}
.about3_wrap .about3_top .lImg {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.about3_wrap .about3_top .about3_imgWrap {
	display: inline-block;
	width: 50%; height: 100%;
	vertical-align: top;
}
.about3_wrap .about3_top .about3_imgWrap .tImg,
.about3_wrap .about3_top .about3_imgWrap .bImg {
	height: 28.15vw;
}
.about3_wrap .about3_bottom {
	display: inline-block;
	width: 100%; height: 28.15vw;
	vertical-align: top;
}
.about3_wrap .about3_bottom .lImg {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.about3_wrap .about3_bottom .about3_logo {
	position: relative;
	display: inline-block;
	width: 50%; height: 100%;
}
.about3_wrap .about3_bottom .about3_logo img {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	transform: translateY(-50%);
}
.about3_wrap > .bImg {
	display: inline-block;
	width: 100%; height: 56.25vw;
}





.about4_wrap {
	position:relative;
	padding:160px 260px;
	margin:0 auto;
	width:100%;
	font-size:14px;
}
.about4_wrap .about4_slogan {
	position:relative;
	margin-bottom:70px;
	text-align:center;
}
.about4_wrap .about4_slogan h5 {
	font-family:"Open Sans",sans-serif;
font-size:44px;
font-weight:700;
font-style:normal;
line-height:60px;
letter-spacing:0px;
color:rgba(34,34,34,1);
text-shadow:none;
padding:0px;
margin:0px 0px 32px;
}
.about4_wrap .about4_slogan .txt {
	font-family:"Noto Sans KR",sans-serif;
font-size:20px;
font-weight:400;
font-style:normal;
line-height:24px;
letter-spacing:0px;
color:rgba(136,136,136,1);
text-shadow:none;
background-color:rgba(0,0,0,0);
padding:0;
margin:0;

}
.about4_wrap .about4_map {
	position:relative;
	width:100%;
	height:64vh;
}
.about4_wrap .about4_info {

}
.about4_wrap .about4_info dl {
	display:inline-block;
	float:left;
	margin-top:70px;
	width:50%;
}
.about4_wrap .about4_info dl:nth-child(2n+1) {
	clear:both;
}
.about4_wrap .about4_info dt {
	color:#222;
	font-family:'Noto Sans KR', sans-serif;
	font-size:15px;
	font-weight:bold;
}
.about4_wrap .about4_info dt i {
	margin-right:10px;
	color:#666;
	font-size:18px;
}
.about4_wrap .about4_info dd {
	margin-top:20px;
}
.about4_wrap .about4_info dd p {
	color:#444;
	font-family:'Noto Sans KR', sans-serif;
	font-size:14px;
	line-height:1.96;
}


.about4_wrap .traffic-auto-conts {
	padding-right:38px;
}

@media (max-width:1400px) {
	.about1 {
		height:70vh;
	}

	.about2_wrap {
		padding:60px;
	}

	.about4_wrap {
		padding:60px;
	}
}

@media (max-width:820px) {

	.about1 {
		height:auto;
		margin-top: 50px;
		padding-top:56.25%;
	}

	.about2_wrap {
		padding:60px 15px;
	}
	.about2_wrap .about2_slogan h5 {
		margin-bottom:15px;
		font-size:24px;
	}
	.about2_wrap .about2_slogan h6 {
		margin-bottom:30px;
		font-size:15px;
		font-weight:bold;
		line-height:1;
	}
	.about2_wrap .about2_slogan .txt {
		font-size:14px;
		line-height:1.71;
	}


	.about2_wrap .about2_slogan h5 {
margin-bottom:0px;
font-size:24px;
}

	.about2_wrap .about2_slogan h6 {
margin-bottom:30px;
font-size:15px;
font-weight:bold;
line-height:1;
}
	
	.about2_wrap .about2_slogan .txt {
font-size:14px;
line-height:1.71;
}


	.about3_wrap .about3_bottom {
		height: auto;
	}
	.about3_wrap .about3_bottom .lImg {
		width: 100%; height: 56.25vw;
	}
	.about3_wrap .about3_bottom .about3_logo {
		width: 100%; height: 56.25vw;
	}
	.about3_wrap .about3_bottom .about3_logo img {
		/*width: 50%;*/
		height:100px;
	}
	
	.about4_wrap {
		padding:60px 0;
	}
	.about4_wrap .about4_slogan {
		margin-bottom:30px;
	}
	.about4_wrap .about4_slogan h5 {
		margin-bottom:15px;
		font-size:24px;
	}
	.about4_wrap .about4_slogan .txt {
		font-size:14px;
		line-height:1.71;
	}

	.about4_wrap .about4_slogan h5 {
margin-bottom:-12px;
font-size:24px;
}

	.about4_wrap .about4_slogan .txt {
font-size:14px;
line-height:1.71;margin-bottom:45px;
}

	
	.about4_wrap .about4_map {
		height:42vh;
	}
	.about4_wrap .about4_info {
		padding:0 15px;
	}
	.about4_wrap .about4_info dl {
		margin-top:50px;
		width:100%;
	}

	.about4_wrap .traffic-auto-conts {
		padding-right:0px;
	}

}

