/*================================
	¼­ºêÀÌ¹ÌÁö
================================*/
.sub_img .sub_img_title{
	font-family: 'Gmarket Sans', sans-serif;
	font-weight: 500;
	font-size: 46px;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
	padding: 140px 0 8px 0;
}
.sub_img .sub_img_text{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

@media (min-width: 1100px){
	.sub_img{
		width: 100%;
		height: 420px;
		padding: 80px 0 0 0;
	}
}
@media (min-width: 1200px){
	.sub_img{
		width: 100%;
		height: 470px;
		padding: 110px 0 0 0;
	}
}
@media (min-width: 1300px){
	.sub_img{
		width: 100%;
		height: 510px;
		padding: 140px 0 0 0;
	}
}

/*================================
	¼­ºêÀÌ¹ÌÁö-¹è°æÀÌ¹ÌÁö
================================*/
.sub_img1{
	background: url('../images/sub/sub_img01.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img2{
	background: url('../images/sub/sub_img02.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img3{
	background: url('../images/sub/sub_img03.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img4{
	background: url('../images/sub/sub_img04.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img5{
	background: url('../images/sub/sub_img05.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img6{
	background: url('../images/sub/sub_img06.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img7{
	background: url('../images/sub/sub_img01.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

@media (min-width: 1100px){
	.sub_img1{
		background-position: -400px 50%;
	}
	.sub_img6{
		background-position: -220px 50%;
	}
}
@media (min-width: 1200px){
	.sub_img1{
		background-position: -480px 50%;
	}
	.sub_img6{
		background-position: -250px 50%;
	}
}
@media (min-width: 1300px){
	.sub_img1{
		background-position: 50% 50%;
	}
	.sub_img6{
		background-position: 50% 50%;
	}
}

/*================================
	¼­ºê¸Þ´º
================================*/
.sub_menu1{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dadada;
}
.sub_menu1 li{
	float: left;
	text-align: center;
}
.sub_menu1 li a{
	font-weight: 500;
	font-size: 19px;
	color: #323232;
	line-height: 60px;
	display: block;
	border-right: 1px solid #dadada;
}
.sub_menu1 .li_1 a{
	border-left: 1px solid #dadada;
}
.sub_menu1 .on a{
	color: #ffffff;
	background: #2f44a1;
}

/*================================
	¼­ºê¸Þ´º-4°³
================================*/
.sub_menu1_4 ul li{
	width: 25%;
}

/*================================
	¼­ºê¸Þ´º-5°³
================================*/
.sub_menu1_5 ul li{
	width: 20%;
}

/*================================
	¼­ºê¸Þ´º-6°³
================================*/
.sub_menu1_6{
	height: 120px;
}
.sub_menu1_6 ul li{
	width: 25%;
}
.sub_menu1_6 ul .li_1 a,
.sub_menu1_6 ul .li_2 a,
.sub_menu1_6 ul .li_3 a,
.sub_menu1_6 ul .li_4 a{
	border-bottom: 1px solid #dadada;
}
.sub_menu1_6 ul .li_5 a{
	border-left: 1px solid #dadada;
}

/*================================
	¼­ºê³»¿ë-±âº»
================================*/
@media (min-width: 1100px){
	.sub_content{
		width: 100%;
		overflow: hidden;
		min-height: 500px;
		padding: 80px 0;
	}
}
@media (min-width: 1300px){
	.sub_content{
		width: 100%;
		overflow: hidden;
		min-height: 500px;
		padding: 100px 0;
	}
}

/*================================
	¼­ºêÅÇ
================================*/
.page1_1_tab{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.page1_1_tab #tabs{
	display: inline-block;
}
.page1_1_tab #tabs li{
	padding: 0 10px;
	float: left;
}
.page1_1_tab #tabs li a{
	width: 200px;
	height: 57px;
	font-weight: 400;
	font-size: 20px;
	color: #6a6a6a;
	line-height: 57px;
	background: #e4e4e4;
	border-radius: 10px 10px;
	display: block;
}
.page1_1_tab #tabs #current a{
	font-weight: 500;
	color: #FFFFFF;
	background: #2da13a;
}
#content{
	width: 100%;
	overflow: hidden;
}

/*================================
	º´¿ø¾È³»-ÀÇ·áÁø¼Ò°³-±âº»
================================*/
.page1_1 #content{
	padding: 0 0 0 0;
	text-align: left;
}
.page1_1 .tab{
	width: 100%;
	overflow: hidden;
}
.page1_1 #tab2{
	padding: 50px 0 0 0;
}

@media (min-width: 1100px){
	.page1_1_img{
		width: 48%;
		float: left;	
	}
	.page1_1_info{
		width: 52%;
		float: left;
	}
}
@media (min-width: 1300px){
	.page1_1_img{
		width: 52%;
		float: left;	
	}
	.page1_1_info{
		width: 48%;
		float: left;
	}
}

/*================================
	º´¿ø¾È³»-ÀÇ·áÁø¼Ò°³-ÀÌ¹ÌÁö
================================*/
.page1_1_img img{
	width: 90%;
	max-width: 550px;
}

/*================================
	º´¿ø¾È³»-ÀÇ·áÁø¼Ò°³-³»¿ë
================================*/
.page1_1_info .page1_1_info_content{
	padding: 34px 0 0 0;
}
.page1_1_info .page1_1_info_content dl{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.page1_1_info .page1_1_info_content dl dt{
	width: 3%;
	float: left;
	padding: 13px 0 0 0;
}
.page1_1_info .page1_1_info_content dl dt span{
	width: 6px;
	height: 6px;
	background: #dadada;
	display: block;
}

@media (min-width: 1100px){
	.page1_1_info .page1_1_info_title{
		font-weight: 700;
		font-size: 42px;
		color: #000000;
		line-height: 42px;
		border-bottom: 1px solid #dadada;
		padding: 0 0 25px 0;
	}
	.page1_1_info .page1_1_info_content dl dd{
		width: 97%;
		float: left;
		font-size: 19px;
		color: #6a6a6a;
	}
}
@media (min-width: 1300px){
	.page1_1_info .page1_1_info_title{
		font-weight: 700;
		font-size: 46px;
		color: #000000;
		line-height: 46px;
		border-bottom: 1px solid #dadada;
		padding: 0 0 30px 0;
	}
	.page1_1_info .page1_1_info_content dl dd{
		width: 97%;
		float: left;
		font-size: 20px;
		color: #6a6a6a;
	}
}

/*================================
	º´¿ø¾È³»-Áø·á½Ã°£-ÀÌ¹ÌÁö
================================*/
.page1_2_img{
	width: 100%;
	overflow: hidden;
}
.page1_2_img img{
	width: 100%;
}

/*================================
	º´¿ø¾È³»-Áø·á½Ã°£-¾È³»-±âº»
================================*/
.page1_2_info{
	width: 100%;
	overflow: hidden;
	padding: 47px 0 0 0;
}
.page1_2_info .page1_2_info_left{
	width: 30%;
	float: left;
}
.page1_2_info .page1_2_info_right{
	width: 70%;
	float: left;
}

/*================================
	º´¿ø¾È³»-Áø·á½Ã°£-¾È³»-Å¸ÀÌÆ²
================================*/
@media (min-width: 1100px){
	.page1_2_info .page1_2_info_left .pil_icon img{
		width: 62px;
		height: 62px;
	}
	.page1_2_info .page1_2_info_left .pil_title{
		font-weight: 700;
		font-size: 44px;
		color: #000000;
		line-height: 44px;
		padding: 20px 0 0 0;
	}
}
@media (min-width: 1300px){
	.page1_2_info .page1_2_info_left .pil_icon img{
		width: 67px;
		height: 67px;
	}
	.page1_2_info .page1_2_info_left .pil_title{
		font-weight: 700;
		font-size: 46px;
		color: #000000;
		line-height: 46px;
		padding: 20px 0 0 0;
	}
}

/*================================
	º´¿ø¾È³»-Áø·á½Ã°£-¾È³»-³»¿ë
================================*/
.page1_2_info .page1_2_info_right table{
	width: 100%;
	border-top: 1px solid #dadada;
}
.page1_2_info .page1_2_info_right table th{
	width: 20%;
	background: #f8f8f8;
	font-weight: 500;
	color: #010101;
	border-bottom: 1px solid #dadada;
	padding: 15px 0;
}
.page1_2_info .page1_2_info_right table td{
	width: 80%;
	background: #ffffff;
	color: #6a6a6a;
	border-bottom: 1px solid #dadada;
	padding: 15px 20px;
}
.page1_2_info .page1_2_info_right .pir_text1{
	font-size: 17px;
	color: #646464;
	padding: 20px 0 0 0;
}

/*================================
	º´¿ø¾È³»-½Ã¼³¾È³»-Å¸ÀÌÆ²
================================*/
.page1_3_top{
	width: 100%;
	overflow: hidden;
}
.page1_3_top dt b{
	font-weight: 700;
}

@media (min-width: 1100px){
	.page1_3_top dt{
		width: 50%;
		float: left;
		font-weight: 500;
		font-size: 42px;
		color: #000000;
		line-height: 57px;
	}
	.page1_3_top dd{
		width: 50%;
		float: left;
		text-align: right;
		font-size: 19px;
		color: #6a6a6a;
		padding: 40px 0 0 0;
	}
}
@media (min-width: 1300px){
	.page1_3_top dt{
		width: 50%;
		float: left;
		font-weight: 500;
		font-size: 46px;
		color: #000000;
		line-height: 60px;
	}
	.page1_3_top dd{
		width: 50%;
		float: left;
		text-align: right;
		font-size: 20px;
		color: #6a6a6a;
		padding: 50px 0 0 0;
	}
}

/*================================
	º´¿ø¾È³»-½Ã¼³¾È³»-¸®½ºÆ®
===============================*/
.gallery_img_style{
	width: 100%;
	position:absolute;
}
#thumbs{
	width: 100%;
	height: 100px;	
	float: left;
	overflow: auto;
	margin-top: 30px;
	white-space: nowrap;
}
.thumbs_style{
	display:inline-block;
}
.nicescroll-cursors{
	opacity: 0.5;
}
#lefty{
	width: 32px;
	position: absolute;
	top: 45%;
	left: 10px;
	cursor: pointer;
}
#righty{
	width: 32px;
	position: absolute;
	top: 45%;
	right: 10px;
	cursor: pointer;
}
#play, #pause{
	width:12px;
	position:absolute;
	top:239px;
	right:40px;
}
#play{
	display:none;
}
#expand{
	width:18px;
	position:absolute;
	top:478px;
	right:6px;
}

@media (min-width: 1100px){
	#page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 50px 0 0 0;
	}
	#gallery_img{
		width: 100%;
		height: 540px;
		float: left;
		position: relative;
	}
	.thumbs_style img{
		width: 140px;
		height: 70px;
		opacity: 0.6;
	}
}
@media (min-width: 1300px){
	#page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 50px 0 0 0;
	}
	#gallery_img{
		width: 100%;
		height: 640px;
		float: left;
		position: relative;
	}
	.thumbs_style img{
		width: 150px;
		height: 75px;
		opacity: 0.6;
	}
}

/*================================
	º´¿ø¾È³»-¿À½Ã´Â±æ-¸Ê
================================*/
.page1_4_map{
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.page1_4_map .root_daum_roughmap{
	width: 100%;
}
.page1_4_map .root_daum_roughmap .wrap_map{
	height: 480px;
}

/*================================
	º´¿ø¾È³»-¿À½Ã´Â±æ-Á¤º¸
================================*/
.page1_4_info{
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	padding: 35px 0 50px 60px;
}
.page1_4_info dl{
	width: 100%;
	overflow: hidden;
}
.page1_4_info .li_1 dl dt{
	width: 15%;
	float: left;
}
.page1_4_info .li_1 dl dd{
	width: 85%;
	float: left;
}
.page1_4_info .li_2 dl dt{
	width: 20%;
	float: left;
}
.page1_4_info .li_2 dl dd{
	width: 80%;
	float: left;
}
.page1_4_info dl dd .page1_4_info_text{
	color: #6a6a6a;
	padding: 14px 0 0 0;
}

@media (min-width: 1100px){
	.page1_4_info .li_1{
		width: 50%;
		float: left;
		border-right: 1px solid #dadada;
	}
	.page1_4_info .li_2{
		width: 50%;
		float: left;
		padding: 0 0 0 50px;
	}
	.page1_4_info dl dd .page1_4_info_title{
		font-weight: 700;
		font-size: 24px;
		color: #000000;
	}
}
@media (min-width: 1300px){
	.page1_4_info .li_1{
		width: 55%;
		float: left;
		border-right: 1px solid #dadada;
	}
	.page1_4_info .li_2{
		width: 45%;
		float: left;
		padding: 0 0 0 80px;
	}
	.page1_4_info dl dd .page1_4_info_title{
		font-weight: 700;
		font-size: 26px;
		color: #000000;
	}
}

/*================================
	º´¿ø¾È³»-¿À½Ã´Â±æ-´ëÁß±³Åë
================================*/
.page1_4_content{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0 0;
}
.page1_4_content .page1_4_content_list{
	width: 100%;
	overflow: hidden;
}
.page1_4_content .page1_4_content_list .pcl_info{
	width: 70%;
	float: left;	
}
.page1_4_content .page1_4_content_list .pcl_info dl{
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px 0;
}
.page1_4_content .page1_4_content_list .pcl_info .dl_2{
	padding-bottom: 0;
}
.page1_4_content .page1_4_content_list .pcl_info dl dd{
	color: #6a6a6a;
}
.page1_4_content_line{
	width: 100%;
	height: 1px;
	background: #dadada;
	margin: 60px 0;
}

@media (min-width: 1100px){
	.page1_4_content .page1_4_content_list .pcl_title{
		width: 30%;
		float: left;
		font-weight: 700;
		font-size: 24px;
		color: #000000;
		line-height: 24px;
	}
	.page1_4_content .page1_4_content_list .pcl_info dl dt{
		font-weight: 500;
		font-size: 20px;
		color: #2f44a1;
		line-height: 20px;
		padding: 0 0 10px 0;
	}
}
@media (min-width: 1300px){
	.page1_4_content .page1_4_content_list .pcl_title{
		width: 30%;
		float: left;
		font-weight: 700;
		font-size: 26px;
		color: #000000;
		line-height: 26px;
	}
	.page1_4_content .page1_4_content_list .pcl_info dl dt{
		font-weight: 500;
		font-size: 22px;
		color: #2f44a1;
		line-height: 22px;
		padding: 0 0 19px 0;
	}
}

/*================================
	¼­ºêÅ¸ÀÌÆ²
================================*/
@media (min-width: 1100px){
	.sub_title1{
		font-weight: 700;
		font-size: 34px;
		color: #000000;
		line-height: 34px;
		padding: 0 0 30px 0;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 28px;
		color: #2f44a1;
		line-height: 28px;
		padding: 35px 0 15px 0;
	}
}
@media (min-width: 1300px){
	.sub_title1{
		font-weight: 700;
		font-size: 38px;
		color: #000000;
		line-height: 38px;
		padding: 0 0 34px 0;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 30px;
		color: #2f44a1;
		line-height: 30px;
		padding: 40px 0 15px 0;
	}
}

/*================================
	¼­ºê³»¿ë
================================*/
.sub_info p{
	color: #6a6a6a;
}

/*================================
	Áø·á°ú¸ñ-±âº»
================================*/
.sub_content21,
.sub_content22,
.sub_content23,
.sub_content24,
.sub_content25,
.sub_content26,
.sub_content27,
.sub_content28{
	padding-bottom: 0;
}
.sub_content21 .s_wrap,
.sub_content22 .s_wrap,
.sub_content23 .s_wrap,
.sub_content24 .s_wrap,
.sub_content25 .s_wrap,
.sub_content26 .s_wrap,
.sub_content27 .s_wrap,
.sub_content28 .s_wrap{
	max-width: 100%;
}

@media (min-width: 1100px){
	.sub_justice .s_wrap,
	.sub_feature .s_wrap{
		max-width: 1000px;
	}
}
@media (min-width: 1300px){
	.sub_justice .s_wrap,
	.sub_feature .s_wrap{
		max-width: 1280px;
	}
}

/*================================
	Áø·á°ú¸ñ-Á¤ÀÇ
================================*/
.sub_justice{
	padding: 0 0 55px 0;
}
.sub_justice .sub_justice_line{
    width: 100%;
    height: 1px;
    background: #dadada;
    margin: 50px 0;
}

/*================================
	Áø·á°ú¸ñ-Æ¯Â¡
================================*/
.sub_feature .sub_feature_list{
	width: 102%;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.sub_feature .sub_feature_list li{
	width: 33.33333333333333%;
	float: left;
	padding: 0 2% 2% 0;
}
.sub_feature .sub_feature_list li .sfl_layout{
	width: 100%;
	height: 320px;
	background: #FFFFFF;
	text-align: center;
}
.sub_feature .sub_feature_list li .sfl_number{
	padding: 35px 0 20px 0;
}

@media (min-width: 1100px){
	.sub_feature{
		width: 100%;
		overflow: hidden;
		background: #f5f6f9;
		padding: 68px 0 70px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number span{
		width: 45px;
		height: 45px;
		margin: 0 auto;
		background: #2f44a1;
		border-radius: 50%;
		display: block;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 45px;
	}
	.sub_feature .sub_feature_list li .sfl_title{
		font-weight: 700;
		font-size: 24px;
		color: #2f44a1;
		line-height: 24px;
	}
	.sub_feature .sub_feature_list li .sfl_text{
		color: #6a6a6a;
		padding: 20px 0 0 0;
	}
}
@media (min-width: 1300px){
	.sub_feature{
		width: 100%;
		overflow: hidden;
		background: #f5f6f9;
		padding: 78px 0 80px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number span{
		width: 50px;
		height: 50px;
		margin: 0 auto;
		background: #2f44a1;
		border-radius: 50%;
		display: block;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 50px;
	}
	.sub_feature .sub_feature_list li .sfl_title{
		font-weight: 700;
		font-size: 26px;
		color: #2f44a1;
		line-height: 26px;
	}
	.sub_feature .sub_feature_list li .sfl_text{
		color: #6a6a6a;
		padding: 23px 0 0 0;
	}
}

/*================================
	Áø·á°ú¸ñ-Æ¯Â¡-°ø¹é
================================*/
.sub_feature .sub_feature_list .li_4,
.sub_feature .sub_feature_list .li_5{
	padding-bottom: 0;
}

/*================================
	³»½Ã°æÅ¬¸®´Ð-¼ö¸é³»½Ã°æ °Ë»çÀÇ À¯ÀÇ»çÇ×-±âº»
================================*/
.page3_4_list{
	width: 100%;
	overflow: hidden;
}
.page3_4_list li{
	width: 100%;
	overflow: hidden;
	border: 1px solid #dadada;
	border-radius: 10px;
	padding: 35px 20px 35px 0;
	margin: 0 0 20px 0;
}
.page3_4_list .li_7{
	margin-bottom: 0;
}

@media (min-width: 1100px){
	.page3_4_list li .page3_4_list_img{
		width: 15%;
		float: left;
	}
	.page3_4_list li .page3_4_list_info{
		width: 85%;
		float: left;
	}
}
@media (min-width: 1300px){
	.page3_4_list li .page3_4_list_img{
		width: 12%;
		float: left;
	}
	.page3_4_list li .page3_4_list_info{
		width: 88%;
		float: left;
	}
}

/*================================
	³»½Ã°æÅ¬¸®´Ð-¼ö¸é³»½Ã°æ °Ë»çÀÇ À¯ÀÇ»çÇ×-¾ÆÀÌÄÜ
================================*/
.page3_4_list li .page3_4_list_img{
	padding: 0 0 0 48px;
}
.page3_4_list li .page3_4_list_img img{
	padding-left: 3px;
}

.page3_4_list .li_6 .page3_4_list_img{
	padding-top: 5px;
}
.page3_4_list .li_7 .page3_4_list_img{
	padding-top: 12px;
}
.page3_4_list .li_7 .page3_4_list_img img{
	padding-left: 0;
}

/*================================
	³»½Ã°æÅ¬¸®´Ð-¼ö¸é³»½Ã°æ °Ë»çÀÇ À¯ÀÇ»çÇ×-³»¿ë
================================*/
.page3_4_list .page3_4_list_info dl{
	width: 100%;
	overflow: hidden;
}
.page3_4_list .page3_4_list_info dl dd{
	color: #000000;
	padding: 5px 0 0 0;
}

@media (min-width: 1100px){
	.page3_4_list .page3_4_list_info dl dt{
		font-weight: 700;
		font-size: 22px;
		color: #2f44a1;
		line-height: 22px;
	}
}
@media (min-width: 1300px){
	.page3_4_list .page3_4_list_info dl dt{
		font-weight: 700;
		font-size: 24px;
		color: #2f44a1;
		line-height: 24px;
	}
}

/*================================
	°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
================================*/
.page7_1{
	padding: 0;
}
.page7_1 b{
	color: #000000;
	padding: 0 0 20px 0;
}
.page7_1 p{
	padding: 0 0 20px 0;
}

/*================================
	º´¿ø¾È³»-ºñ±Þ¿©¸ñ·Ï
================================*/
.page1_5{
	width: 100%;
	overflow: hidden;
}
.page1_5 > table{
	width: 100%;
}
.page1_5 > table tr > th{
	border-top: 2px solid #2f44a1;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #f5f7fd;
	padding: 0.526rem 0.526rem;
	font-weight: 500;
	color: #000000;
}
.page1_5 > table tr > td{
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 0.526rem 0.526rem;
	text-align: center;
}
.page1_5 > table tr > .table_e{
	border-right: 0;
}
.page1_5 > table tr > .th_1{
	width: 30%;
}
.page1_5 > table tr > .th_2{
	width: 35%;
}
.page1_5 > table tr > .th_3{
	width: 20%;
}
.page1_5 > table tr > .th_4{
	width: 15%;
}