@charset "utf-8";

.main_slider {
	width:100%;
}
.main_slider .slick-arrow {
	position:absolute;
	width:20px;
	height:40px;
	top:50%;
	margin-top:-20px;
	overflow:hidden;
	text-indent:-999rem;
	z-index:99;
}
.main_slider .slick-prev {
	left:30px;
	background:url(../images/main/slide_arr_prev.png) center center no-repeat;
}
.main_slider .slick-next {
	right:30px;
	background:url(../images/main/slide_arr_next.png) center center no-repeat;
}
.main_slider .slide img {
	width:100%;
}
.m_main_slider {
	display:none;
}
@media screen and (max-width:480px){
	.main_slider {
		display:none;
	}
	.m_main_slider {
		display:block;
	}
}
.section1 {
	padding:50px 0 30px;
}
.about_list .mobile {
	display:none;
}
.about_list > li {
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.about_list > li:first-child {
	margin-left:0;
}
.about_list > li img {
	transition:all 0.4s;
}
.about_list > li:hover img {
	transform:scale(1.1, 1.1);
}
.sub_slider_wrap {
	padding-top:30px;
}
.sub_slider img {
	width:100%;
}
.sub_slider.sub01 {
	float:left;
	width:694px;
}
.sub_slider.sub01 slick-dots {
	display:none;
}
.sub_slider.sub02 {
	float:right;
	width:896px;
}

.sub_slider .slick-arrow {
	width:44px;
	height:44px;
	position:absolute;
	background-color:#222;
	background-color:rgba(0, 0, 0, 0.7);
	background-position:center center;
	background-repeat:no-repeat;
	top:50%;
	margin-top:-22px;
	z-index:99;
	overflow:hidden;
	text-indent:-999em;
}
.sub_slider .slick-prev {
	left:0;
	background-image:url(../images/main/slide_arr_prev2.png);
}
.sub_slider .slick-next {
	right:0;
	background-image:url(../images/main/slide_arr_next2.png);
}
.sub_slider .slick-dots {
	position:absolute;
	bottom:10%;
	right:18%;
}
.sub_slider .slick-dots li {
	width:10px;
	height:10px;
	border-radius:50%;
	background:#b3b3b3;
	display:inline-block;
	margin:0 5px;
}
.sub_slider .slick-dots li.slick-active {
	background:#f1b7ce;
}
.sub_slider .slick-dots li button {
	overflow:hidden;
	text-indent:-9999em;
}

.model_story {
	text-align:center;
	background:#eee0e1 url(../images/main/bg_model_story.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.model_story .video {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.model_story .wrap {
	padding:155px 0;
	background:url(../images/main/bg_black_op26.png) left top repeat;
	position:relative;
	z-index:1;
}
.model_story .txt {
	padding-top:25px;
}

.section2 {
	padding:30px 0 100px;
}
.model_list {

}
.model_list .mobile {
	display:none;
}
.model_list li {
	float:left;
	width:770px;
	margin-left:60px;
	padding-bottom:30px;
}
.model_list li:nth-child(2n+1) {
	margin-left:0;

}
.bnr_list .mobile {
	display:none;
}
.bnr_list li {
	border:none;
}
.bnr_list a {
	display:block;
}
.bnr_list img {
	vertical-align:top;
	width:100%;
}

.section4 {
	padding:30px 0;
	background:#3f3c45;
}
.section4 .map {
	width:570px;
	height:370px;
	float:left;
	overflow:hidden;
}
.section4 .contact_us {
	float:left;
	padding-left:80px;
	padding-top:50px;
}
.section4 .contact_us .con {
	padding-top:30px;
	padding-left:70px;
}
.section4 .contact_us .txt2 {
	padding-top:30px;
}
.m_bnr_foot {
	display:none;
}

@media screen and (max-width:1620px){
	.about_list > li {
		width:24.25%;
		margin-left:1%;
	}
	.about_list > li img {
		width:100%;
	}
	.sub_slider.sub01 {
		width:43.2%;
	}
	.sub_slider.sub02 {
		width:55.8%;
		margin-left:1%;
	}
	.model_list li {
		width:49.5%;
		margin-left:1%;
	}
}
@media screen and (max-width:1400px){
	.section4 .map {
		width:45%;
	}
	.section4 .contact_us {
		margin-left:1%;
		width:54%;
		padding-left:0;
	}
}
@media screen and (max-width:1000px){
	.section1 {
		padding:30px 0 20px;
	}
	.section2 {
		padding:20px 0 10px;
	}
	.section4 {
		padding:20px 0;
	}
	.model_story .wrap {
		padding:100px 30px;
	}
}
@media screen and (max-width:800px){
	.about_list > li {
		width:49.5%;
		margin-bottom:10px;
	}
	.about_list > li:nth-child(2n+1){
		margin-left:0;
	}
	.sub_slider_wrap {
		padding-top:0;
	}
	.sub_slider.sub01,
	.sub_slider.sub02 {
		width:100%;
		float:none;
	}
	.sub_slider.sub02 {
		padding-top:10px;
	}
	.model_story .video {
		display:none;
	}
	.model_list li {
		float:none;
		width:100%;
		margin:5px 0;
		padding:0;
	}
	.section4 .map {
		width:570px;
		float:none;
		margin:0 auto;
	}
	.section4 .contact_us {
		margin:0;
		text-align:center;
		float:none;
		width:100%;
	}
	.section4 .contact_us .con {
		padding:10px 0 0;
	}
}
@media screen and (max-width:600px){
	.section4 .map {
		width:100%;
		position:relative;
	}
	.section4 .map .root_daum_roughmap {
		position:absolute;
		left:50%;
		margin-left:-285px;
	}
}
@media screen and (max-width:480px){
	.inner,
	.section1,
	.section2,
	.section4 {
		padding:0px 0;
	}
	.main_slider .slick-arrow {
		width:10px;
		height:20px;
		margin-top:-10px;
		background-size:cover;
	}
	.main_slider .slick-prev {
		left:10px;
	}
	.main_slider .slick-next {
		right:10px;
	}
	.about_list .pc {
		display:none;
	}
	.about_list .mobile {
		display:block;
		width:100%;
	}
	.about_list > li {
		margin-left:0;
		width:100%;
		margin-bottom:0;
	}
	.sub_slider .slick-arrow {
		width:22px;
		height:22px;
		background-size:30%;
		margin-top:-11px;
		background-color:rgba(0, 0, 0, 0.2);
	}
	.sub_slider.sub02 {
		display:none;
	}
	.model_story {
		display:none;
	}
	.model_story .wrap {
		padding:50px 20px;
	}
	.model_list .pc,
	.bnr_list .pc {
		display:none;
	}
	.model_list .mobile,
	.bnr_list .mobile {
		display:block;
	}
	.model_list li {
		margin:0;
	}
	.m_bnr_foot {
		display:block;
		padding-bottom:15px;
	}
	.section4 {
		padding-top:10px;
		padding-bottom:25px;
	}
	.section4 .inner {
		padding:0 10px;
	}
	.section4 .contact_us {
		width:80%;
		margin:0 auto;
		padding-top:15px;
	}
	.section4 .contact_us .con {
		padding:10px 20px 0;
	}
	.section4 .contact_us .txt2 {
		padding-top:15px;
	}
	.section4 .map {
		height:185px;
	}
	.section4 .map .root_daum_roughmap {
		top:50%;
		margin-top:-185px;
	}
}
