@import url("reset.css");

.wrapper {
	width : 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #fff;
}

.contents {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.scroll_none {
	overflow: hidden;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
@font-face {
	font-family: noto;
	font-style: normal;
	font-weight: 200;
	src: url('font/NotoSansKR-Light-Hestia.eot');
	src: url('font/NotoSansKR-Light-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('font/NotoSansKR-Light-Hestia.woff') format('woff'),
		 url('font/NotoSansCJKkr-Light.ttf') format('truetype');
}
@font-face {
	font-family: noto;
	font-style: normal;
	font-weight: 400;
	src: url('font/NotoSansKR-Regular-Hestia.eot');
	src: url('font/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('font/NotoSansKR-Regular-Hestia.woff') format('woff'),
		 url('font/NotoSansCJKkr-Regular.ttf') format('truetype');
}
/* semi-Bold */
@font-face {
	font-family: noto;
	font-style: normal;
	font-weight: 600;
	src: url('font/NotoSansKR-Medium-Hestia.eot');
	src: url('font/NotoSansKR-Medium-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('font/NotoSansKR-Medium-Hestia.woff') format('woff'),
		 url('font/NotoSansCJKkr-Medium.ttf') format('truetype');
}
/* Bold */
@font-face {
	font-family: noto;
	font-style: normal;
	font-weight: 900;
	src: url('font/NotoSansKR-Bold-Hestia.eot');
	src: url('font/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
		 url('font/NotoSansKR-Bold-Hestia.woff') format('woff'),
		 url('font/NotoSansCJKkr-Bold.ttf') format('truetype');
}

/*========================================================================================================================
	guaid
==========================================================================================================================
*/
.mgb5 {
	margin-bottom:5px !important
}
.mgb10{
	margin-bottom:10px !important
}
.mgb20{
	margin-bottom:20px !important
}
.mgb30{
	margin-bottom:30px !important
}
.mgb40{
	margin-bottom:40px !important
}
.mgb50{
	margin-bottom:50px !important
}
.mgb60{
	margin-bottom:60px !important
}
.mgb70{
	margin-bottom:70px !important
}
.mgb80{
	margin-bottom:80px !important
}
.mgb90{
	margin-bottom:90px !important
}

.mgt5{
	margin-top:5px !important
}
.mgt10{
	margin-top:10px !important
}
.mgt20{
	margin-top:20px !important
}
.mgt30{
	margin-top:30px !important
}
.mgt40{
	margin-top:40px !important
}
.mgt50{
	margin-top:50px !important
}
.mgt60{
	margin-top:60px !important
}
.mgt70{
	margin-top:70px !important
}
.mgt80{
	margin-top:80px
}
.mgt90{
	margin-top:90px
}
.mgt100{
	margin-top:100px
}

/*margin-left*/
.mgl10{
	margin-left:10px
}
.mgl20{
	margin-left:20px
}
.mgl40{
	margin-left:40px
}
.mgl50{
	margin-left:50px
}
.mgl60{
	margin-left:60px
}
.mgl70{
	margin-left:70px
}
.mgl80{
	margin-left:80px
}
.mgl90{
	margin-left:90px
}
/*
=======================================================================
common
=======================================================================
*/

input[placeholder]{
	font-size:14px
}
textarea[readonly]{
	background-color: #f7f7f7;
}
input[readonly]{
	background-color: #f7f7f7;
}
input[disabled]{
	background-color: #f7f7f7;
}
button {
	text-align: center;
}

input[type=checkbox] {
	width: 0;
	height: 0;
	appearance: none;
	position: absolute;
	text-indent: -99999px;
	border: none;
}
input[type=checkbox] + label {
	padding-left: 30px;
	position: relative;
	display: inline-block
}
input[type=checkbox] + label::after{
		/* content: ""; */
	width: 20px;
	height: 20px;
	border: 1px solid #cdcdcd;
	position: absolute;
	left: 0;
	top: 0;
}
input[type=checkbox]:checked + label::after{

}

input:checked + .slider {
	background-color: #c9242b;
}

input:focus + .slider {
	box-shadow: 0 0 1px #c9242b;
}

input:checked + .slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.red {
	color: #d8191f;
}

.hide {
	display: none;
}

.swiper {
	overflow: hidden;
}
.swiper_wrap{
	overflow-x: hidden;
}


.ab_area {
    position: absolute;
}
.tb {
    display: table;
}

.tb > div {
    display: table-cell;
    vertical-align: middle;
}
.tb.half > div {
    width: 50%;
}

.main .swiper-button-next,
.main .swiper-button-prev{
    width: 60px;
    height: 60px;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: auto;
}
.main .swiper-button-next:after,
.main .swiper-button-prev:after {
	width:0;
	content: "";
}
.main .swiper-button-next {
	background: url(../img/arr_next.png) no-repeat center / contain;
}
.main .swiper-button-next:hover {
	background: url(../img/arr_next_over.png) no-repeat center / contain;
}
.main .swiper-button-prev {
	background: url(../img/arr_prev.png) no-repeat center / contain;
}
.main .swiper-button-prev:hover {
	background: url(../img/arr_prev_over.png) no-repeat center / contain;
}
.main .banner .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main .banner .swiper-slide .contents {
	position: absolute;
	left: calc( 50% - 640px );
	top: 0
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
	top: 50%;
	width: 100px;
	height: 100px;
	border: none;
}
.main .banner .swiper-button-prev{
	left: 2%;
	background: url(../img/left.png) no-repeat center / contain;
}
.main .banner .swiper-button-next{
	right: 2%;
	background: url(../img/right.png) no-repeat center / contain;
}
.main .banner .swiper-button-prev:hover{
	background: url(../img/left_over.png) no-repeat center / contain;
}
.main .banner .swiper-button-next:hover{
	background: url(../img/right_over.png) no-repeat center / contain;
}
.main .banner .swiper-slide img {
	width: 100%;
	min-width: 1000px;
}
.main .banner .swiper-pagination {
	display: none;
	bottom: 10%;
}
.main .banner .swiper-slide .box {

}
.main .banner .swiper-slide p {
	color: #fff;
}
.main .banner .swiper-slide .sm {
	padding-top: 20%;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 100;
    opacity: 0.8;
}
.main .banner .swiper-slide .bg {
	font-size: 90px;
	line-height: 1.2;
}
.main .title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.main .title.left {
    text-align: left;
}
.main .title:after {
    content: "";
    width: 20px;
    height: 2px;
    bottom: 0;
    background: #565758;
	left: calc( 50% - 10px );
	position: absolute;
}
.main .title.left:after {
    left: 0;
}
.main .tit_sub {
	font-size: 20px;
	color: #565758;
	text-align: center;
}

.main .tit_sub.left {
    text-align: left;
}
.main .banner .btn_more{
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	width: 210px;
	height: 60px;
	line-height: 57px;
	font-weight: 900;
	font-size: 20px;
	text-align: left;
	padding-left: 30px;
	position: relative;
	margin-top: 50px;
}
.main .banner .btn_more:after{
	content: "";
	width: 70px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: scaleX(1);
	transition: all 0.2s ease;
	transform-origin: right;
}
.main .banner .btn_more:hover:after {
	transform: scaleX(0);
}
.main .part1{
	background: url(../img/part1.png) no-repeat center / cover;
}
.main .part1 .contents{
	padding: 80px 0;
	text-align: right;
}
.main .part1 .tit_sub{
	margin-bottom: 30px;
}
.main .part1 button {
	width:100%;
	border: 1px solid #2E2F30;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	height: 50px;
}
.main .part1 button:hover {
	background-color: #fff;
	color: #2E2F30;
	border-color: #fff;

}
.main .part1 .contents > div {
	width: 360px;
	text-align: left;
	display: inline-block;
	margin-right: 10px;
}
.main .part2 {
	margin-top: 120px;
}
.main *{
	transition: all 0.2s ease;
}
.main .tit_sub {
	margin-bottom: 80px;
}
.main .part2 .bg_area {
	padding: 50px;
	background: url(../img/main_product_1.png) no-repeat center / cover;
}

.main .part2 .bg_area.aa {background: url(../img/main_product_1.png) no-repeat center / cover;}
.main .part2 .bg_area.bb {background: url(../img/main_product_2.png) no-repeat center / cover;}
.main .part2 .bg_area.cc {background: url(../img/main_product_3.png) no-repeat center / cover;}
.main .part2 .bg_area.dd {background: url(../img/main_product_4.png) no-repeat center / cover;}

.main .part2{
	text-align: right;
}
.main .part2 .swiper_wrap {
	text-align: left;
	display: inline-block;
	width: 500px;
	height: 400px;
}

.main .part2 .swiper-slide {
	width: 100%;
	height: 400px;
	background: rgba(255,255,255,0.9);
	padding: 70px 50px;
	position: relative;
}
.main .part2 .swiper-slide > span {
	font-weight: 900;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	background-color: #142C57;
	padding: 2px 6px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.main .part2 .swiper-slide .tit {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 30px;
}
.main .part2 .swiper-slide .add {
	color: #565758;
	font-size: 20px;
	word-break: keep-all;
}
.main .part3 {
	margin-top: 80px;
	height: 420px;
	background-color: #F9F9F9;
	min-height: 400px;
	position: relative;
	margin-bottom: 420px
}
.main .part2 .swiper-button-next,
.main .part2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	left: 50px;
	bottom: 70px;
	z-index: 9;
}
.main .part2 .swiper-button-next{
	left: 100px;
}
.main .part2  .swiper-pagination {
	display: none;
}
.main .part3 .more {
	font-size: 20px;
	transition: all 0.2s ease;
	padding-right: 60px;
	background: url(../img/more.png) no-repeat right center / 42px;
}
.main .part3 .more:hover {
	padding-right: 80px;
}
.main .part3 .tit_sub {
	margin-bottom: 41px;
}
.main .part3 .ab_area{
	position: absolute;
	left: calc( 50% - 640px );
	top: 100px;
}
.main .part3 .bg_area {
	padding-top: 100px;
	padding-left: calc( 50% - 300px );
}
.main .part3 .swiper-button-next,
.main .part3 .swiper-button-prev {
	bottom: -280px;
	left: calc( 50% - 640px );
}
.main .part3 .swiper-button-next{
	left: calc( 50% - 560px );
}
.main .part3 .swiper-slide{
	position: relative;
}
.main .part3 .swiper-slide > div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 40px 30px;
}
.main .part3 .swiper-slide > div > p {
	font-size: 16px;
	color: #B4B5B5;
	margin-top: 5px;
}
.main .part3 .swiper-slide > div > p:first-child{
	font-size: 30px;
	font-weight: 900;
	color: #fff;
}
.main .part3  .swiper-slide {
	background: #999;
	width: 450px;
}
.main .part4 .list {
	border-top: 1px solid #f3f3f3;
}
.main .part4 .list li{
	transition: all 0.2s ease;
}
.main .part4 .list li:hover{
	background-color: #F2F4F8;
}
.main .part4 .tb > div:nth-of-type(1){
	width: 12%;
	padding-left: 50px;
}
.main .part4 .tb > div:nth-of-type(2){
	width: 20%;
}
.main .part4 .tb > div:nth-of-type(3) {
	padding-right: 50px;
}
.main .part4 .tb > div:nth-of-type(3) > p{
	font-size: 20px;
}
.main .part4 .tb{
	padding: 30px 0;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
}
.main .part4 .tb > div:nth-of-type(3) > p:last-child{
	color: #8B8D8F;
	font-size: 16px;
	margin-top: 20px;
}
.main .part4 .tb > div:nth-of-type(1) >p{
	font-weight: 900;
	color: #142C57;
	font-size: 20px;
}
.main .part4 .tb > div:nth-of-type(1) >p:first-child{
	color: #8B8D8F;
	font-weight: 400;
	font-size: 14px;
}
.main .part5 {
	margin-top: 120px;
	margin-bottom: 40px;

}
.main .part5 > div {
	display: flex;
	align-content: space-between;
	align-items: center;
	justify-content: space-between;
}
.main .part5 > div > div {
	/* flex: 1; */
	text-align: center;
	width: 200px;
	height: 60px;
}
.main .part5 > div > div a {
	width: 100%;
	display: block;
}
.main .part5 > div > div a img {
	width: 100%;
	display: block;
}
.main .part6{
	cursor: pointer;
	text-align: right;
	background: #f1f1f1;
	padding: 75px 0;
	background: url(../img/map.png) no-repeat center / cover;
}
.main .part6 .tit_sub{
	margin-bottom: 50px;
}
.main .part6 .box {
	display: inline-block;
	background: url(../img/청인_기본로고2_1\ -\ 복사본@2x.png) no-repeat right 50px top 50px/64px ,#fff;
	text-align: left;
	width: 550px;
	height: 450px;
	box-shadow: 0px 3px 50px #00000029;
	padding: 70px 60px;
}
.main .part6 .tb > div{
	vertical-align: top;
}
.main .part6 .tb > div:first-child {
	padding-right: 30px;
}
.main .part6 .tb > div > div:first-child {
	margin-bottom: 10px;
}
.main .part6 .tb > div > div > p{
	color: #565758;
	font-size: 16px;
	font-weight: 200;
}
.main .part6 .tb > div > div > p:first-child{
	font-size: 20px;
	color: #2E2F30;
	font-weight: 900;

}
header{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}
header a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	display: inline-block;
	width: 170px;
	float: left;
	text-align: left;

}
header a span {
	position: relative;
}
header a span:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #142C57;
	position: absolute;
	left: 0;
	bottom: -1px;
	transform-origin: left;
	transform: scaleX(0);
	transition: all 0.2s ease;
}

header a:hover span:after {
	transform: scaleX(1);
}
header .contents > div:last-child{
	text-align: right;
	width: 680px;

}
header.on a{
	color: #2E2F30;

}

header .logo .logo_show {
	display: none;
}
header.on .logo img {
	display: none;
}
header.on .logo .logo_show {
	display: block;
}

.lnb {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	padding-top: 110px;
	padding-bottom: 80px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	height: 430px;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.2s ease;
}

.lnb.on {
	transform: scaleY(1);
}
.lnb .contents {
	text-align: right;
	position: relative;
}
.lnb .contents div{
	width: 680px;
	overflow: hidden;
	position: absolute;
	right: 0;
}
.float {
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(15px);
}
.float.on {
	opacity: 1;
	transform: translateY(0);
}
.lnb .contents div ul {
	display: inline-block;
	float: left;
	width: 170px;
	text-align: left;
}
.lnb .contents div ul li {
	margin-bottom: 20px;
	transform: translateX(0);
	transition: all 0.4s;
}
.lnb .contents div ul li:hover {
	transform: translateX(20px);
}
.lnb .contents div ul li:hover a {
	color: #2E2F30;
}
.lnb .contents a {
	font-size: 16px;
	color:  #565758;
}
footer {
	padding: 50px 0;
	background-color: #343B41;
	color: #B1B4B8;
	text-align: center;
}
footer .logo_footer {
	margin-bottom: 20px;
}
footer p.comp {
	font-size: 20px;
}
footer p.info {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
}
footer .copyright {
	font-size: 12px;
}
@media (max-width: 1570px) {
	.main .banner .swiper-button-prev,
	.main .banner .swiper-button-next {

		display: none;
	}
}
@media (max-width: 1280px) {
	.contents{
		padding-left: 20px;
		padding-right: 20px;
	}

	.main .banner .swiper-slide .contents {
		left: 0;
	}
	.main .banner .swiper-slide .sm {
		font-size: 17px;
	}
	.main .banner .swiper-slide .bg{
		font-size: 40px;
	}
	header .contents > div:last-child.nav {
		display: none;
	}
	.logo img{
		width: 127px;
	}
	.main .banner .btn_more{
		margin-top: 30px;
		width: 110px;
		font-size: 10px;
		height: 30px;
		line-height: 28px;
		padding-left: 20px;
		margin-top: 40px;
	}
	.main .banner .btn_more:after{
		width: 33px;
		right: 15px;
	}
	.main .title{
		font-size: 40px;
	}
	.main .tit_sub{
		font-size: 18px;
	}
	.main .part1{
		background-position-x: 37% ;
	}
	.main .part1 .contents > div {
		text-align: right;
		margin-right: 20px;
	}
	.main .part1 .contents > div .left {
		text-align: right;
	}
	.main .part1 .title.left:after {
		left: auto;
		right: 0;
	}
	.main .part4 .tb > div:nth-of-type(1){
		display: none;
	}

	.main .part1 button{
		width: 160px;
		height: 30px;
		line-height: 28px;
		font-size: 15px;
		background: #fff;
		border-color: #fff
	}
	.main .part2 .bg_area{
		padding: 300px 0 0 0  ;
	}
	.main .part2 .swiper_wrap{
		width: calc( 100% - 50px);
		height: auto;
		max-width: 400px;
		margin-bottom: -150px;
	}
	.main .part2{
		padding: 0;
	}
	.main .part2 .swiper-button-next, .main .part2 .swiper-button-prev{
		display: none;
	}
	.main .part2 .swiper-slide{
		background: #fff;
		padding: 50px;
		height: auto;
	}
	.main .part2 .swiper-slide .tit{
		font-size: 25px;
	}
	.main .part2 .swiper-slide .add{
		font-size: 16px;
	}
	.main .part2 .swiper-slide > span{
		top: 0;
		left: 0;
		right: auto;
	}
	.main .tit_sub{
		margin-bottom: 40px;
	}
	.main .part3{
		margin-top: 260px;
	}
	.main .part3 .ab_area {
		position: static;
		padding-left: 20px;
		padding-top: 50px;
	}
	.main .part3 .bg_area{
		padding-left: 20px;
		padding-top: 60px;
	}
	.main .part3 .swiper-slide > div > p:first-child {
		font-size: 18px;
	}
	.main .part3 .swiper-slide > div{
		padding: 20px;
	}

	.main .part4 .tb > div:nth-of-type(3) > p:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 14px;
		margin-top: 2px;
	}
	.main .part4 .tb > div:nth-of-type(2){
		width: 32%;
		max-width: 200px;
	}
	.main .part4 .tb > div:nth-of-type(3) > p{
		font-size: 18px;
	}
	.main .part4 .tb > div:nth-of-type(3){
		padding-right: 0;
		padding-left: 15px;
	}
	.main .part4 .tb{
		padding: 20px 0;
	}
	.main .part5{
		width: 100%;
		overflow-x: auto;
	}
	.main .part5 > div {
		width: 386%;
    	padding-bottom: 20px;
	}
	.main .part5 > div > div {
		padding: 0 10px;
	}

	.main .part6 {
		margin-bottom: 400px;
		padding: 75px 0;
		background: url(../img/map.png) no-repeat left 27% center/ cover;
		padding-top: 316px;
	}
	.part6 .contents {
		margin-bottom: -300px;
	}
	.main .part6 .box{
		width:100%;
		padding: 25px;
		height: auto;
		padding-bottom: 40px;
		background: url(../img/청인_기본로고2_1\ -\ 복사본@2x.png) no-repeat right 25px top 25px/32px ,#fff;
	}
	.main .part3{
		margin-bottom: 100px;
		height: auto;
	}
	.main .part3 .swiper-button-next, .main .part3 .swiper-button-prev{
		display: none;
	}

	.main .part2  .swiper-pagination {
		display: block;
	}
	.main .part2 .swiper-pagination .swiper-pagination-bullet-active{
		background:#142C57;

	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px !important ;
	}
	.main .part3 {
		background:linear-gradient(to bottom, #F9F9F9 80%, #fff);
	}
	.main .banner .swiper-button-prev,
	.main .banner .swiper-button-next {
		display: none;
	}
}

@media (max-width: 1000px ) {
	.main .part1 .contents{
		padding: 50px 0;
	}
	.main .part6 .tit_sub{
		margin-bottom: 20px;
	}
	.main .banner .swiper-slide .sm {
		padding-top: 140px;
	}

	.mobile_pagenation {
		display: block;
	}

	.main .banner .swiper-pagination {
		display: block;
		text-align: left;
		padding-left: 20px;
	}
	.main .banner .swiper-pagination .swiper-pagination-bullet {
		opacity: 1;
		background: #AAAAAA;
	}
	.main .banner .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #fff;
		vertical-align: middle;
		width: 15px;
		height: 15px;
	}
	.main .part3 .swiper-slide {
		width: calc( 100% - 120px );
	}
	.main .part3 .bg_area .swiper-slide {
		transform: scale(0.9);
	}
	.main .part3 .bg_area .swiper-slide-active{
		transform: scale(1);
	}

	footer .logo_footer img {
		width: 130px;
	}
	footer p {
		font-size: 15px;
	}
	footer p.comp {
		font-size: 18px;
	}
	footer p.info {
		font-size: 14px;
	}
	footer p > span{
		font-size: 13px;
	}
	footer .copyright {
		font-size: 10px;
	}
}


@media (max-width: 768px ){
 .main .banner .swiper-slide img {min-width: 100%}
}
