/*================================
   ¸ÞÀÎÅ¸ÀÌÆ²
================================*/
@media (max-width: 575px){
	.main_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 19px;
		font-weight: 500;
		color: #ffffff;
		line-height: 26px;
	}
	.main_stitle{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 16px;
		font-weight: 700;
		color: #b8d7f8;
		line-height: 20px;
	}
}
@media (min-width: 576px){
	.main_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 20px;
		font-weight: 500;
		color: #ffffff;
		line-height: 28px;
	}
	.main_stitle{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: #b8d7f8;
		line-height: 22px;
	}
}

/*================================
   ¸ÞÀÎÀÌ¹ÌÁö
================================*/
.main_img{
	width: 100%;
	overflow: hidden;
}
.main_img .slider1 .li_1{
	background: url('../images/main/main_img01_md.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_img .slider1 .li_2{
	background: url('../images/main/main_img02.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_img .slider1 .li_3{
	background: url('../images/main/main_img03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_img .slider1 .li_4{
	background: url('../images/main/main_img04.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.main_img .jd-slider .next,
.main_img .jd-slider .prev{
	color: #FFFFFF;
}
.main_img .jd-slider .controller{
	position: absolute;
	bottom: 10px;
}
.main_img .jd-slider .controller .indicate-area a:after{
	border: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.main_img .jd-slider .controller .indicate-area a.on:after{
	background-color: rgba(255, 255, 255, 1.0);
}

@media (max-width: 575px){
	.main_img .slider1 .li_5{
		background: url('../images/main/main_img05.jpg') no-repeat;
		background-position: 20% 0;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	.main_img .slider1 li{
		height: 450px;
	}
	.main_img .slider1 .slider_content1{
		padding: 170px 0 0 0;
		text-align: center;
	}
	.main_img .slider1 .main_img_img1 img{
		width: 580px;
	}
	.main_img .slider1 .main_img_title1{
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 20px;
		color: #ffffff;
		line-height: 20px;
		padding: 15px 0 10px 0;
	}
	.main_img .slider1 .main_img_title3{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 24px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 0 0 0;
	}
	.main_img .slider1 .main_img_text1{	
		font-size: 18px;
		color: #ffffff;
		line-height: 22px;
	}
	.main_img .slider1 .slider_content2{
		padding: 150px 0 0 13%;
	}
	.main_img .slider1 .main_img_title2{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 30px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 0 10px 0;
	}
	.main_img .slider1 .main_img_text2{	
		font-size: 19px;
		color: #fefefe;
		line-height: 26px;
	}
	.main_img .jd-slider .prev img,
	.main_img .jd-slider .next img{
		width: 25px;
	}
	.main_img .jd-slider .prev{
		left: 10px;
		top: 55%;
	}
	.main_img .jd-slider .next{
		right: 10px;
		top: 55%;
	}
}
@media (min-width: 576px){
	.main_img .slider1 .li_5{
		background: url('../images/main/main_img05.jpg') no-repeat;
		background-position: 40% 50%;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	.main_img .slider1 li{
		height: 500px;
	}
	.main_img .slider1 .slider_content1{
		padding: 200px 0 0 0;
		text-align: center;
	}
	.main_img .slider1 .main_img_img1 img{
		width: 580px;
	}
	.main_img .slider1 .main_img_title1{
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 24px;
		color: #ffffff;
		line-height: 30px;
		padding: 20px 0 10px 0;
	}
	.main_img .slider1 .main_img_title3{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 28px;
		color: #ffffff;
		line-height: 38px;
		padding: 0 0 0 0;
	}
	.main_img .slider1 .main_img_text1{	
		font-size: 19px;
		color: #ffffff;
		line-height: 26px;
	}
	.main_img .slider1 .slider_content2{
		padding: 200px 0 0 13%;
	}
	.main_img .slider1 .li_5 .slider_content2{
		padding: 250px 0 0 25%;
		text-align: center;
	}
	.main_img .slider1 .main_img_title2{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 30px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 0 20px 0;
	}
	.main_img .slider1 .main_img_text2{	
		font-size: 19px;
		color: #fefefe;
		line-height: 26px;
	}
	.main_img .jd-slider .prev img,
	.main_img .jd-slider .next img{
		width: 25px;
	}
	.main_img .jd-slider .prev{
		left: 10px;
		top: 55%;
	}
	.main_img .jd-slider .next{
		right: 10px;
		top: 55%;
	}
}

/*================================
   ºñÁî´Ï½º
================================*/
.main_business #tabs #current{
	background: #2eafff;
	border: 1px solid #2eafff;
}
.main_business #tabs #current a{
	color: #FFFFFF;
}
.main_business .slideArrow{
	width: 24px;
	height: 41px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	top: 42%;
}
.main_business .slideArrow.arrow-next:before{
	width: 24px;
	height: 24px;
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
}
.main_business .slideArrow.arrow-prev:before{
	width: 24px;
	height: 24px;
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
}
.main_business .slideArrow.arrow-prev{
	left: -10px;
}
.main_business .slideArrow.arrow-next{
	right: -10px;
}

@media (max-width: 575px){
	.main_business{
		width: 100%;
		overflow: hidden;
		background: #004ea2;
		text-align: center;
		padding: 35px 0 35px 0;	
	}
	.main_business .main_title{
		padding: 15px 0 20px 0;
	}
	.main_business #tabs{
		display: inline-block;
		padding: 0 0 30px 0;
	}
	.main_business #tabs li{
		width: 150px;
		height: 45px;
		border: 1px solid #80a7d1;
		float: left;
		margin: 0 5px;
	}
	.main_business #tabs li a{
		font-size: 19px;
		color: #8fc1f7;
		line-height: 45px;
		display: block;
	}
	.main_business .main_business_title{
		font-weight: 500;
		font-size: 26px;
		color: #FFFFFF;
		line-height: 30px;
		padding: 20px 0 0 0;
	}
}
@media (min-width: 576px){
	.main_business{
		width: 100%;
		overflow: hidden;
		background: #004ea2;
		text-align: center;
		padding: 35px 0 35px 0;	
	}
	.main_business .main_title{
		padding: 18px 0 30px 0;
	}
	.main_business #tabs{
		display: inline-block;
		padding: 0 0 40px 0;
	}
	.main_business #tabs li{
		width: 170px;
		height: 50px;
		border: 1px solid #80a7d1;
		float: left;
		margin: 0 5px;
	}
	.main_business #tabs li a{
		font-size: 20px;
		color: #8fc1f7;
		line-height: 50px;
		display: block;
	}
	.main_business .main_business_title{
		font-weight: 500;
		font-size: 24px;
		color: #FFFFFF;
		line-height: 26px;
		padding: 20px 0 0 0;
	}
}

/*================================
   ºÐ¾ßº°-±âº»
================================*/
.main_pickup{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px 0;
}
.main_pickup .li_1 .main_pickup_layout,
.main_pickup .li_2 .main_pickup_layout{
	padding-top: 40px;
}

@media (max-width: 575px){
	.main_pickup ul{
		width: 102%;
		overflow: hidden;
	}
	.main_pickup li{
		width: 100%;	
		height: 320px;
		float: left;
		padding: 0 2% 20px 0;
	}
	.main_pickup .li_1{
		width: 100%;
		height: 320px;
	}
	.main_pickup .li_2{
		width: 100%;
		height: 320px;
	}
	.main_pickup li .main_pickup_layout{
		height: 300px;
		padding: 160px 27px 0 27px;
	}
	.main_pickup .li_1 .main_pickup_layout{
		height: 300px;
	}
	.main_pickup .li_2 .main_pickup_layout{
		height: 300px;
	}
}
@media (min-width: 576px){
	.main_pickup ul{
		width: 102%;
		overflow: hidden;
	}
	.main_pickup li{
		width: 100%;	
		height: 320px;
		float: left;
		padding: 0 2% 20px 0;
	}
	.main_pickup .li_1{
		width: 100%;
		height: 350px;
	}
	.main_pickup .li_2{
		width: 100%;
		height: 350px;
	}
	.main_pickup li .main_pickup_layout{
		height: 300px;
		padding: 150px 27px 0 27px;
	}
	.main_pickup .li_1 .main_pickup_layout{
		height: 330px;
	}
	.main_pickup .li_2 .main_pickup_layout{
		height: 330px;
	}
}

/*================================
   ºÐ¾ßº°-±ÛÀÚ
================================*/
@media (max-width: 575px){
	.main_pickup li .main_pickup_stitle{
		font-weight: 500;
		font-size: 22px;
		color: #FFFFFF;
		padding: 0 0 10px 0;
	}
	.main_pickup .li_1 .main_pickup_title,
	.main_pickup .li_2 .main_pickup_title{
		font-size: 30px;
	}
	.main_pickup li .main_pickup_title{
		font-weight: 500;
		font-size: 24px;
		color: #FFFFFF;
		line-height: 28px;
		padding: 0 0 15px 0;
	}
	.main_pickup li .main_pickup_text{
		font-size: 16px;
		color: #FFFFFF;
		line-height: 22px;
	}
}
@media (min-width: 576px){
	.main_pickup li .main_pickup_stitle{
		font-weight: 500;
		font-size: 22px;
		color: #FFFFFF;
		padding: 0 0 10px 0;
	}
	.main_pickup .li_1 .main_pickup_title,
	.main_pickup .li_2 .main_pickup_title{
		font-size: 34px;
	}
	.main_pickup li .main_pickup_title{
		font-weight: 500;
		font-size: 28px;
		color: #FFFFFF;
		line-height: 30px;
		padding: 0 0 20px 0;
	}
	.main_pickup li .main_pickup_text{
		font-size: 19px;
		color: #FFFFFF;
		line-height: 26px;
	}
}

/*================================
   ºÐ¾ßº°-È­ÇÐ±â¼úÀ» ¾Ë´Ù
================================*/
.main_pickup .li_12{
	width: 100%;
	height: 370px;
}
.main_pickup .li_12 .main_pickup_layout{
	height: 350px;
	padding: 40px 0 0 40px;
}
.main_pickup .li_12 .main_pickup_title{
	font-weight: 700;
	font-size: 28px;
	color: #000000;
	padding: 0 0 10px 0;
}
.main_pickup .li_12 .main_pickup_stitle{
	font-family: 'Gmarket Sans';
	font-weight: 700;
	font-size: 15px;
	color: #667285;		
}
.main_pickup .li_12 .main_pickup_text{
	font-size: 15px;
	color: #282828;
	line-height: 24px;
}
.main_pickup_2024 ul .li_12 .main_pickup_layout{
	background: #eef1f8 url('../images/main/main_pickup15_xs.jpg') no-repeat;
	background-position: 0 160px;
	background-size: 100%;
}

@media (max-width: 575px){
	.main_pickup .li_12{
		width: 100%;
		height: 310px;
	}
	.main_pickup .li_12 .main_pickup_layout{
		height: 290px;
		padding: 30px 0 0 20px;
	}
	.main_pickup .li_12 .main_pickup_title{
		font-weight: 700;
		font-size: 24px;
		color: #000000;
		padding: 0 0 10px 0;
	}
	.main_pickup .li_12 .main_pickup_stitle{
		font-family: 'Gmarket Sans';
		font-weight: 700;
		font-size: 15px;
		color: #667285;		
	}
	.main_pickup .li_12 .main_pickup_text{
		font-size: 15px;
		color: #282828;
		line-height: 22px;
	}
	.main_pickup_2024 ul .li_12 .main_pickup_layout{
		background: #eef1f8 url('../images/main/main_pickup15_xs.jpg') no-repeat;
		background-position: 0 160px;
		background-size: 100%;
	}
}

/*================================
   ºÐ¾ßº°-¹è°æÀÌ¹ÌÁö
================================*/
.main_pickup ul .li_1 .main_pickup_layout{
	background: url('../images/main/main_pickup01_240628.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_2 .main_pickup_layout{
	background: url('../images/main/main_pickup02_240628.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_3 .main_pickup_layout{
	background: url('../images/main/main_pickup03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_4 .main_pickup_layout{
	background: url('../images/main/main_pickup04.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_5 .main_pickup_layout{
	background: url('../images/main/main_pickup05.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_6 .main_pickup_layout{
	background: url('../images/main/main_pickup06.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_7 .main_pickup_layout{
	background: url('../images/main/main_pickup07.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_8 .main_pickup_layout{
	background: url('../images/main/main_pickup08.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_9 .main_pickup_layout{
	background: url('../images/main/main_pickup09.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_10 .main_pickup_layout{
	background: url('../images/main/main_pickup10.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup ul .li_11 .main_pickup_layout{
	background: url('../images/main/main_pickup11.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

/*================================
   ºÐ¾ßº°-¹è°æÀÌ¹ÌÁö(2024)
================================*/
.main_pickup_2024 ul .li_1 .main_pickup_layout{
	background: url('../images/main/main_pickup13.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_2 .main_pickup_layout{
	background: url('../images/main/main_pickup14.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_3 .main_pickup_layout{
	background: url('../images/main/main_pickup01_240628.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_4 .main_pickup_layout{
	background: url('../images/main/main_pickup07.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_5 .main_pickup_layout{
	background: url('../images/main/main_pickup09.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_6 .main_pickup_layout{
	background: url('../images/main/main_pickup02_241029.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_7 .main_pickup_layout{
	background: url('../images/main/main_pickup06.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_8 .main_pickup_layout{
	background: url('../images/main/main_pickup03.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_9 .main_pickup_layout{
	background: url('../images/main/main_pickup10.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_10 .main_pickup_layout{
	background: url('../images/main/main_pickup11.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.main_pickup_2024 ul .li_11 .main_pickup_layout{
	background: url('../images/main/main_pickup12.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

/*================================
   È¸»ç¼Ò°³-±âº»
================================*/
.main_company .main_stitle{
	color: #014ea0;	
}
.main_company .main_title{
	color: #000000;
	padding: 15px 0 0 0;
}

@media (max-width: 575px){
	.main_company{
		width: 100%;
		overflow: hidden;
		background: #f4f9fd;
		padding: 35px 0;
		position: relative;
	}
	.main_company .main_company_info{
		position: relative;
		top: 0;
		text-align: center;
	}
}
@media (min-width: 576px){
	.main_company{
		width: 100%;
		overflow: hidden;
		background: #f4f9fd;
		padding: 50px 0;
		position: relative;
	}
	.main_company .main_company_info{
		position: relative;
		top: 0;
		text-align: center;
	}
}

/*================================
   È¸»ç¼Ò°³-ÀÌ¹ÌÁö
================================*/
@media (max-width: 575px){
	.main_company .main_company_img{
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_left{
		width: 100%;
		float: left;
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_right{
		width: 100%;
		float: left;
	}
	.main_company .main_company_img .mci_left .mci_left_img1{
		padding: 30px 0 0 0;
	}
	.main_company .main_company_img .mci_right .mci_right_img1{
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_right .mci_right_img2{
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_left .mci_left_img1 a{
		width: 100%;
		height: 170px;
		background: url('../images/main/main_company01.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img .mci_right .mci_right_img1 a{
		width: 100%;
		height: 170px;
		background: url('../images/main/main_company02.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img .mci_right .mci_right_img2 a{
		width: 100%;
		height: 170px;
		background: url('../images/main/main_company03.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img a span{
		font-size: 22px;
		font-weight: 500;
		color: #ffffff;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}
@media (min-width: 576px){
	.main_company .main_company_img{
		width: 100%;
		overflow: hidden;
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_left{
		width: 100%;
		float: left;
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_right{
		width: 100%;
		float: left;
	}
	.main_company .main_company_img .mci_left .mci_left_img1{
		padding: 30px 0 0 0;
	}
	.main_company .main_company_img .mci_right .mci_right_img1{
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_right .mci_right_img2{
		padding: 0 0 0 0;
	}
	.main_company .main_company_img .mci_left .mci_left_img1 a{
		width: 100%;
		height: 200px;
		background: url('../images/main/main_company01.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img .mci_right .mci_right_img1 a{
		width: 100%;
		height: 200px;
		background: url('../images/main/main_company02.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img .mci_right .mci_right_img2 a{
		width: 100%;
		height: 200px;
		background: url('../images/main/main_company03.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		display: block;
		position: relative;
	}
	.main_company .main_company_img a span{
		font-size: 30px;
		font-weight: 500;
		color: #ffffff;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}

/*================================
   È¸»ç¼Ò°³-·Î°í
================================*/
.main_company .main_company_logo{
	position: absolute;
	top: 600px;
	left: 30px;
}

/*================================
   ¿Â¶óÀÎQ&A
================================*/
.main_qa .main_stitle{
	font-weight: 500;
	color: #a4c3bd;
}
.main_qa .main_qa_btn{
	width: 180px;
	height: 50px;
	border: 1px solid #ffffff;
	display: inline-block;
	border-radius: 100px 100px;
	font-size: 20px;
	font-weight: 400;
	color: #fefefe;
	line-height: 50px;
}
.main_qa .main_qa_btn img{
	width: 7px;
	vertical-align: middle;
	margin: -5px 0 0 20px;
}

@media (max-width: 575px){
	.main_qa{
		width: 100%;
		overflow: hidden;
		text-align: center;
		background: url('../images/main/main_qa.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		padding: 40px 0 40px 0;
	}
	.main_qa .main_qa_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 25px;
		font-weight: 500;
		color: #ffffff;
		line-height: 30px;
		padding: 10px 0 20px 0;
	}
}
@media (min-width: 576px){
	.main_qa{
		width: 100%;
		overflow: hidden;
		text-align: center;
		background: url('../images/main/main_qa.jpg') no-repeat;
		background-position: center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		padding: 50px 0 50px 0;
	}
	.main_qa .main_qa_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-size: 30px;
		font-weight: 500;
		color: #ffffff;
		line-height: 40px;
		padding: 20px 0 30px 0;
	}
}

/*================================
   Á¦Ç°°³¹ß½ºÅä¸®-±âº»·¹ÀÌ¾Æ¿ô
================================*/
.main_story{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 2.105rem 0;
}
.main_story .wrap a{
	background: url(../images/main/main_story_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	display: block;
	padding: 0 1.053rem;
	margin: 1.053rem 0 0 0;
}
.main_story_top{
	width: 100%;
	overflow: hidden;
	padding: 11.579rem 0 0 0;
}

@media (max-width: 575px){
	.main_story_top{
		width: 100%;
		overflow: hidden;
		padding: 60% 0 0 0;
	}
}

/*================================
   Á¦Ç°°³¹ß½ºÅä¸®-»çÁø
================================*/
.main_story > img{
	width: 70%;
	position: absolute;
	top: 0;
	left: 15%;
}

@media (max-width: 575px){
	.main_story > img{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/*================================
   Á¦Ç°°³¹ß½ºÅä¸®-Å¸ÀÌÆ²
================================*/
.main_story_top > .mst_info{
	width: 100%;
	overflow: hidden;
	font-weight: 500;
	font-size: 1rem;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2.105rem 0 0.684rem 0;
}
.main_story_top > .mst_info > .mri_name{
	font-weight: 700;
	font-size: 1.579rem;
	color: #ffffff;
	padding: 0 0.526rem 0 0.789rem;
}
.main_story_top > .mst_info > .mri_stitle{
	font-weight: 700;
	font-size: 1.263rem;
	color: #ffffff;
}
.main_story_top > .mst_title{
	width: 100%;
	overflow: hidden;
	font-weight: 700;
	font-size: 1.789rem;
	color: #ffffff;
	line-height: 2.579rem;
	padding: 1rem 0 1rem 0;	
}

@media (max-width: 575px){
	.main_story_top > .mst_info{
		font-weight: 500;
		font-size: 0.895rem;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 0.789rem 0 0.368rem 0;		
	}
	.main_story_top > .mst_info > .mri_title{
		display: block;
	}
	.main_story_top > .mst_info > .mri_name{
		font-weight: 700;
		font-size: 1.263rem;
		color: #ffffff;
		padding: 0 0.526rem 0 0;		
	}
	.main_story_top > .mst_info > .mri_stitle{
		font-weight: 700;
		font-size: 1rem;
		color: #ffffff;
	}
	.main_story_top > .mst_title{
		width: 100%;
		overflow: hidden;
		font-weight: 700;
		font-size: 1.316rem;
		color: #ffffff;
		line-height: 1.947rem;
		padding: 1rem 0 0.526rem 0;
		word-break: keep-all;
	}
}

/*================================
   Á¦Ç°°³¹ß½ºÅä¸®-´õº¸±â
================================*/
.main_story_top > .mst_more{
	width: 100%;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.053rem;
	color: #ffffff;
	text-align: right;
}
.main_story_top > .mst_more > img{
	width: 8px;
	vertical-align: middle;
	margin: 0 0.526rem 0 0;
}
.main_story_top > .mst_more > span{
	border-bottom: 1px solid #ffffff;
	display: inline-block;
}

@media (max-width: 575px){
	.main_story_top > .mst_more{
		width: 100%;
		overflow: hidden;
		font-weight: 500;
		font-size: 0.842rem;
		color: #ffffff;
		text-align: right;
	}
}

/*================================
   Á¦Ç°°³¹ß½ºÅä¸®-°³¹ßÀÚ ¼Ò°³
================================*/
.main_story_bottom{
	width: 100%;
	overflow: hidden;
	padding: 2.368rem 0 2.368rem 0;
}
.main_story_bottom > ul{
	width: 100%;
	overflow: hidden;
}
.main_story_bottom > ul > li{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
.main_story_bottom > ul > .li_icon{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.0);
	text-align: center;
	padding: 1.579rem 0;
}
.main_story_bottom > ul > .li_icon img{
	width: 40px;
}
.main_story_bottom > ul > li > dl{
	width: 100%;
	overflow: hidden;
	padding: 1.053rem 1.316rem 1.579rem 1.316rem;
}
.main_story_bottom > ul > li > dl > dt{
	font-size: 1rem;
	color: #697580;
	line-height: 1.263rem;
}
.main_story_bottom > ul > li > dl > dd{
	font-weight: 700;
	font-size: 1.368rem;
	color: #004ea2;
	padding: 1.053rem 0 0 0;
}

@media (max-width: 575px){
	.main_story_bottom{
		width: 100%;
		overflow: hidden;
		padding: 1.316rem 0;
	}
	.main_story_bottom > ul > .li_icon{
		width: 100%;
		background-color: rgba(255, 255, 255, 0.0);
		text-align: center;
		padding: 1.053rem 0;
	}
	.main_story_bottom > ul > .li_icon img{
		width: 20px;
	}
	.main_story_bottom > ul > li > dl > dt{
		font-size: 0.895rem;
		color: #697580;
		line-height: 1.263rem;
	}
	.main_story_bottom > ul > li > dl > dd{
		font-weight: 700;
		font-size: 1.158rem;
		color: #004ea2;
		padding: 1.053rem 0 0 0;
	}
}