/*================================
    ¼­ºê³»¿ë ·¹ÀÌ¾Æ¿ô
================================*/
.content{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 40px 0;
}

@media (max-width: 575px){
.content{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 40px 0;
}
}

/*================================
	¼­ºêÀÌ¹ÌÁö
================================*/
.sub_img{
	width: 100%;
	height: 300px;
	padding: 70px 0 0 0;
	text-align: center;
}
.sub_img1{
	background:url('../images/sub/sub_img01.jpg') no-repeat;
	background-position: 50% 50%; 
	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-position: 50% 50%; 
	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-position: 50% 50%; 
	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-position: 50% 50%; 
	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-position: 50% 50%; 
	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-position: 50% 50%; 
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.sub_img .sub_title{
	font-family: 'Gmarket Sans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	padding: 80px 0 0 0;
}
.sub_img .sub_text{
	font-size: 17px;
	color: #ffffff;
	padding: 10px 0 0 0;
}

@media (max-width: 575px){
	.sub_img{
		width: 100%;
		height: 250px;
		padding: 70px 0 0 0;
		text-align: center;
	}
	.sub_img .sub_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 500;
		font-size: 30px;
		color: #ffffff;
		padding: 60px 0 0 0;
	}
	.sub_img .sub_text{
		font-size: 15px;
		color: #ffffff;
		padding: 0 0 0 0;
	}
}

/*================================
	¼­ºê¸Þ´º
================================*/
.sub_menu1{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dadada;
}
.sub_menu1 li{	
	float: left;
}
.sub_menu1 li a{
	height: 60px;
	font-weight: 500;
	font-size: 19px;
	color: #323232;
	line-height: 58px;
	text-align: center;
	display: block;
	border-right: 1px solid #dadada;	
}
.sub_menu1 .on a{
	background: #0c2d82;
	color: #FFFFFF;
}

.sub_menu1_3 li{
	width: 33.33333333333333%;	
}
.sub_menu1_3 .li_1{
	border-left: 1px solid #dadada;
}

/*================================
    ¼­ºêÅ¸ÀÌÆ²
================================*/
@media (max-width: 575px){
	.sub_title1{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 25px;
		color: #000000;
		padding: 0 0 10px 0;
	}
	.sub_stitle1{
		font-family: 'NanumSquareNeoBold';
		font-size: 18px;
		color: #000000;
		padding: 0 0 10px 0;
	}
	.sub_stitle1 span{
		width: 7px;
		height: 18px;
		background: #0c2d82;
		display: inline-block;
		margin: 0 7px 0 0;
		vertical-align: middle;
	}
	.sub_stitle2{
		font-family: 'NanumSquareNeoBold';
		font-size: 17px;
		color: #000000;
		padding: 0 0 7px 0;
	}
}
@media (min-width: 576px){
	.sub_title1{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 30px;
		color: #000000;
		padding: 0 0 10px 0;
	}
	.sub_stitle1{
		font-family: 'NanumSquareNeoBold';
		font-size: 20px;
		color: #000000;
		padding: 0 0 15px 0;
	}
	.sub_stitle1 span{
		width: 7px;
		height: 20px;
		background: #0c2d82;
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}
	.sub_stitle2{
		font-family: 'NanumSquareNeoBold';
		font-size: 18px;
		color: #000000;
		padding: 0 0 7px 0;
	}
}

/*================================
    ¼­ºê-ÅÇ
================================*/
#tabs{
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #d1d1d1;
	margin: 20px 0 0 0;
}
#tabs li a{
	width: 33.33333333333333%;
	height: 50px;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	line-height: 50px;
	display: block;
	text-align: center;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	float: left;
}
#tabs #current a{
	background: #0c2d82;
	color: #FFFFFF;
}

@media (max-width: 575px){
	#tabs li a{
		width: 33.33333333333333%;
		height: 50px;
		font-size: 16px;
		font-weight: 500;
		color: #000000;
		line-height: 50px;
		display: block;
		text-align: center;
		border-top: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
		float: left;
	}
}

/*================================
    ¼­ºê³»¿ë-ÅØ½ºÆ®
================================*/
.sub_content p{
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	padding: 0 0 17px 0;
}
.sub_content .p_e{
	padding-bottom: 0;
}

/*================================
    Àü°ø¼Ò°³-ÀÎ»ç¸»
================================*/
.page1_1_info1 .page1_1_info1_img img{
	width: 100%;
	max-width: 230px;
}
.page1_1_info1 .page1_1_info1_content{
	width: 100%;
}

@media (max-width: 575px){
	.page1_1_info1{
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	.page1_1_info1 .page1_1_info1_content dl dt{
		font-family: 'NanumSquareNeoBold';
		font-size: 17px;
		color: #000000;
		line-height: 22px;
	}
	.page1_1_info1 .page1_1_info1_content dl dd{
		padding: 10px 0 0 0;
	}
	.page1_1_info1 .page1_1_info1_img{
		width: 100%;
		text-align: center;
		padding: 0 0 20px 0;
	}
}
@media (min-width: 576px){
	.page1_1_info1{
		width: 100%;
		overflow: hidden;
		padding: 0 0 50px 0;
	}
	.page1_1_info1 .page1_1_info1_content dl dt{
		font-family: 'NanumSquareNeoBold';
		font-size: 18px;
		color: #000000;
		line-height: 26px;
	}
	.page1_1_info1 .page1_1_info1_content dl dd{
		padding: 20px 0 0 0;
	}
	.page1_1_info1 .page1_1_info1_img{
		width: 100%;
		text-align: center;
		padding: 0 0 30px 0;
	}
}

/*================================
    Àü°ø¼Ò°³-µ¿¿µ»ó
================================*/
.page1_1_youtube{
	padding-bottom: 30px;
}

/*================================
    Àü°ø¼Ò°³-±³¼ö´Ô¼Ò°³
================================*/
.page1_1_info2 table{
	width: 100%;
	margin: 0 0 45px 0;
}
.page1_1_info2 .table_e{
	margin-bottom: 0;
}
.page1_1_info2 table .td_1{
	color: #000000;
}

@media (max-width: 575px){
	.page1_1_info2,
	.page1_1_info5{
		background: #f4f4f4;
		padding: 30px 0;
	}
	.page1_1_info2 table th{
		background: #edf2ff;
		border-top: 2px solid #000000;
		border-bottom: 1px solid #d1d1d1;
		font-weight: 500;
		font-size: 14px;
		color: #000000;
		padding: 10px 0;
	}
	.page1_1_info2 table td{		
		background: #ffffff;
		border-bottom: 1px solid #d1d1d1;
		text-align: center;
		font-size: 14px;
		color: #666666;
		line-height: 17px;
		padding: 10px 5px;
		table-layout:fixed;
		word-break:break-all;
	}
	.page1_1_info2 table .th_1{
		width: 20%;
	}
	.page1_1_info2 table .th_2{
		width: 25%;
	}
	.page1_1_info2 table .th_3{
		width: 25%;
	}
	.page1_1_info2 table .th_4{
		width: 30%;
	}
}
@media (min-width: 576px){
	.page1_1_info2,
	.page1_1_info5{
		background: #f4f4f4;
		padding: 40px 0;
	}
	.page1_1_info2 table th{
		background: #edf2ff;
		border-top: 2px solid #000000;
		border-bottom: 1px solid #d1d1d1;
		font-weight: 500;
		font-size: 15px;
		color: #000000;
		padding: 10px 0;
	}
	.page1_1_info2 table td{
		background: #ffffff;
		border-bottom: 1px solid #d1d1d1;
		text-align: center;
		font-size: 15px;
		color: #666666;
		padding: 10px 0;
	}
}

/*================================
    Àü°ø¼Ò°³-Àü°ø¼Ò°³
================================*/
.page1_1_info3{
	background:url('../images/sub/page1_1_img02.jpg') no-repeat;
	background-position: 50% 50%; 
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	text-align: left;	
}
.page1_1_info3 dl dd p{
	color: #ffffff;
}

@media (max-width: 575px){
	.page1_1_info3 dl dt{	
		font-family: 'NanumSquareNeoBold';
		font-size: 18px;
		color: #ffffff;
	}
	.page1_1_info3 .wrap{
		padding: 30px 15px 30px 15px;
	}
	.page1_1_info3 dl dd{
		padding: 20px 0 0 0;
	}
}
@media (min-width: 576px){
	.page1_1_info3 dl dt{	
		font-family: 'NanumSquareNeoBold';
		font-size: 26px;
		color: #ffffff;
	}
	.page1_1_info3 .wrap{
		padding: 50px 0 50px 0;
	}
	.page1_1_info3 dl dd{
		padding: 40px 0 0 0;
	}
}

/*================================
    Àü°ø¼Ò°³-ÇÑ±¹ÀüÅëÀ½½ÄºÐ¾ßÀÇ Á¤Åë¼º
================================*/
.page1_1_info4_top{
	width: 100%;
	overflow: hidden;
}
.page1_1_info4_top .page1_1_info4_img{
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 0 0;
}
.page1_1_info4_top .page1_1_info4_img .pii_layout{
	display: inline-block;
}
.page1_1_info4_top .page1_1_info4_img .pii_layout div{	
	float: left;
	 vertical-align: middle;
	 margin: 0 10px 0 0;
}
.page1_1_info4_top .page1_1_info4_img .pii_img3{
	margin-right: 0 !important;
}
.page1_1_info4_top .page1_1_info4_img img{
	width: 100%;
}

@media (max-width: 575px){
	.page1_1_info4{
		width: 100%;
		overflow: hidden;
		padding: 30px 0;
	}
	.page1_1_info4_top .page1_1_info4_text{
		width: 100%;
		float: left;
		font-family: 'NanumSquareNeo', sans-serif;
		font-size: 16px;
		color: #000000;
		line-height: 20px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_img1{
		width: 100px;
		font-size: 0;
		line-height: 0;
		margin-right: 0 !important;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_img2,
	.page1_1_info4_top .page1_1_info4_img .pii_img3{
		width: 100px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1{
		height: 129px;
		background: #f3f6fc;
		text-align: left;
		padding: 15px 15px 0 15px;
		border-radius: 0 10px 10px 0;
		margin: 0 0 0 -5px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1 .pii_text1_p1{
		font-size: 14px;
		color: #666666;
		line-height: 18px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1 .pii_text1_p2{
		font-size: 15px;
		color: #000000;
		line-height: 20px;
		padding: 12px 0 0 0;
	}
}
@media (min-width: 576px){
	.page1_1_info4{
		width: 100%;
		overflow: hidden;
		padding: 50px 0;
	}
	.page1_1_info4_top .page1_1_info4_text{
		width: 100%;
		float: left;
		font-family: 'NanumSquareNeo', sans-serif;
		font-size: 17px;
		color: #000000;
		line-height: 24px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_img1{
		width: 100px;
		font-size: 0;
		line-height: 0;
		margin-right: 0 !important;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_img2,
	.page1_1_info4_top .page1_1_info4_img .pii_img3{
		width: 100px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1{
		height: 129px;
		background: #f3f6fc;
		text-align: left;
		padding: 15px 15px 0 15px;
		border-radius: 0 10px 10px 0;
		margin: 0 0 0 -5px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1 .pii_text1_p1{
		font-size: 14px;
		color: #666666;
		line-height: 18px;
	}
	.page1_1_info4_top .page1_1_info4_img .pii_text1 .pii_text1_p2{
		font-size: 15px;
		color: #000000;
		line-height: 20px;
		padding: 12px 0 0 0;
	}
}

/*================================
	Àü°ø¼Ò°³-¿¬Çõ
================================*/
.page1_1_info4_history{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 0 0;
}
.page1_1_info4_history .pih_list li{
	width: 100%;
	float: left;
}
.page1_1_info4_history .li_e{
	padding-bottom: 0;
}
.page1_1_info4_history dl{
	width: 100%;
	overflow: hidden;
}
.page1_1_info4_history dt .dt_point{
	width: 16px;
	height: 16px;
	background: #0c2d82;
	border-radius: 50%;
	display: inline-block;
}
.page1_1_info4_history dd .dd_text{
	padding: 13px 0 0 0;
}

.page1_1_info4_history .li_1 dt{
	background: #FFFFFF;
}

@media (max-width: 575px){
	.page1_1_info4_history .pih_list{
		width: 100%;
		overflow: hidden;		
	}
	.page1_1_info4_history dt{
		width: 7%;
		float: left;
		padding: 5px 0 0 0;
	}
	.page1_1_info4_history dd{
		width: 93%;
		float: left;
	}
	.page1_1_info4_history .li_left{	
		text-align: right;
		padding: 0 0 30px 0;
	}
	.page1_1_info4_history .li_right{	
		text-align: left;
		padding: 0 0 30px 0;
	}
	.page1_1_info4_history dt .dt_point{
		width: 14px;
		height: 14px;
		background: #0c2d82;
		border-radius: 50%;
		display: inline-block;
	}
	.page1_1_info4_history dd .dd_year{
		font-family: 'NanumSquareNeoExtraBold';
		font-size: 22px;
		color: #0c2d82;
	}
}
@media (min-width: 576px){
	.page1_1_info4_history .pih_list{
		width: 100%;
		overflow: hidden;
		background:url('../images/sub/page1_1_line_zs.jpg');
	}
	.page1_1_info4_history dt{
		width: 8%;
		float: left;
		padding: 10px 0 0 0;
	}
	.page1_1_info4_history dd{
		width: 92%;
		float: left;
	}
	.page1_1_info4_history .li_left{	
		text-align: right;
		padding: 0 48.4% 30px 0;
	}
	.page1_1_info4_history .li_right{	
		text-align: left;
		padding: 0 0 30px 48.4%;
	}
	.page1_1_info4_history dd .dd_year{
		font-family: 'NanumSquareNeoExtraBold';
		font-size: 24px;
		color: #0c2d82;
	}
}

/*================================
	Àü°ø¼Ò°³-¿¬±¸ºÐ¾ß ¹× È°µ¿³»¿ª
================================*/
.page1_1_info5 .page1_1_info5_list{
	width: 102%;
	overflow: hidden;
}
.page1_1_info5 .page1_1_info5_list .li_4{
	padding-bottom: 0;
}
.page1_1_info5 .page1_1_info5_list li dl dd img{
	width: 70px;
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list{
	width: 100%;
	overflow: hidden;
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list li{
	width: 100%;
	padding: 0;
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list li .pil_list_point{
	width: 3%;
	float: left;
	padding: 10px 0 0 0;
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list li .pil_list_text{
	width: 97%;
	float: left;	
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list li .pil_list_text p{
	padding-bottom: 0;
}
.page1_1_info5 .page1_1_info5_list li dl dt .pil_list li .pil_list_point span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: block;
}

@media (max-width: 575px){
	.page1_1_info5 .page1_1_info5_list li{
		width: 100%;
		padding: 0 2% 2% 0;
		float: left;
	}
	.page1_1_info5 .page1_1_info5_list li dl{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #FFFFFF;
		border-radius: 10px;
		padding: 20px 20px 20px 20px;
	}
	.page1_1_info5 .page1_1_info5_list li dl dt{
		width: 100%;
		float: left;
	}
	.page1_1_info5 .page1_1_info5_list li dl dd{
		width: 100%;
		float: left;
		text-align: right;
		padding: 0 0 0 0;
	}
	.page1_1_info5 .page1_1_info5_list li dl dd img{
		width: 50px;
	}
	.page1_1_info5 .page1_1_info5_list li dl dt .pil_title{
		font-size: 19px;
		color: #0c2d82;
		font-weight: 700;
		padding: 0 0 8px 0;
	}
	.page1_1_info5 .page1_1_info5_text{
		font-family: 'NanumSquareNeo', sans-serif;
		font-size: 15px;
		color: #000000;
		line-height: 20px;
		padding: 0 0 20px 0;
	}
}
@media (min-width: 576px){
	.page1_1_info5 .page1_1_info5_list li{
		width: 100%;
		padding: 0 2% 2% 0;
		float: left;
	}
	.page1_1_info5 .page1_1_info5_list li dl{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #FFFFFF;
		border-radius: 10px;
		padding: 20px 20px 20px 20px;
	}
	.page1_1_info5 .page1_1_info5_list li dl dt{
		width: 70%;
		float: left;
	}
	.page1_1_info5 .page1_1_info5_list li dl dd{
		width: 30%;
		float: left;
		text-align: right;
		padding: 30px 0 0 0;
	}
	.page1_1_info5 .page1_1_info5_list li dl dt .pil_title{
		font-size: 20px;
		color: #0c2d82;
		font-weight: 700;
		padding: 0 0 12px 0;
	}
	.page1_1_info5 .page1_1_info5_text{
		font-family: 'NanumSquareNeo', sans-serif;
		font-size: 17px;
		color: #000000;
		line-height: 24px;
		padding: 0 0 30px 0;
	}
}

/*================================
	Àü°ø¼Ò°³-ºñÀü
================================*/
.page1_1_info6{
	width: 100%;
	overflow: hidden;
	background:url('../images/sub/page1_1_img06.jpg') no-repeat;
	background-position: 50% 50%; 
	background-size : cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;	
}
.page1_1_info6 .wrap{
	max-width: 100%;
}
.page1_1_info6 .page1_1_info6_list{
	width: 100%;
	overflow: hidden;
}
.page1_1_info6 .page1_1_info6_list li{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom:1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	padding: 30px 0 30px 0;
}
.page1_1_info6 .page1_1_info6_list .pil_icon img{
	height: 60px;
}

@media (max-width: 575px){
	.page1_1_info6 .wrap{
		max-width: 100%;
		padding: 0;
	}
	.page1_1_info6 .page1_1_info6_list li{
		width: 100%;
		float: left;
		text-align: center;
		border-bottom:1px solid;
		border-color: rgba(255, 255, 255, 0.3);
		padding: 20px 0 20px 0;
	}
	.page1_1_info6 .page1_1_info6_list .pil_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 26px;
		color: #FFFFFF;
		padding: 20px 0 0 0;
	}
	.page1_1_info6 .page1_1_info6_list .pil_text{
		font-size: 15px;
		color: #FFFFFF;
		line-height: 20px;
	}
}
@media (min-width: 576px){
	.page1_1_info6 .page1_1_info6_list .pil_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 30px;
		color: #FFFFFF;
		padding: 20px 0 10px 0;
	}
	.page1_1_info6 .page1_1_info6_list .pil_text{
		font-size: 15px;
		color: #FFFFFF;
		line-height: 20px;
	}
}

/*================================
	Àü°ø¼Ò°³-Àü¸Á ¹× °èÈ¹
================================*/
.page1_1_top7{
	width: 100%;
	overflow: hidden;
}
.page1_1_top7 .wrap{
	position: relative;
	overflow: Visible;
}
.page1_1_info8 .wrap{
	padding: 0 0 0 0;
}

@media (max-width: 575px){
	.page1_1_info7{
		padding: 40px 15px 30px 15px;
	}
	.page1_1_info8{
		padding: 40px 15px 30px 15px;
	}
	.page1_1_top7 .wrap{
		position: relative;
		overflow: hidden;
	}
	.page1_1_top7_img{
		position: relative;
		top: 30px;
		right: 0;
		text-align: center;
	}
	.page1_1_info7 .wrap{	
		padding: 0 0 0 0;
	}
	.page1_1_top7_img img{
		width: 220px;
	}
}
@media (min-width: 576px){
	.page1_1_info7{
		padding: 40px 0 40px 0;
	}
	.page1_1_info8{
		padding: 40px 0 40px 0;
	}
	.page1_1_top7_img{
		position: absolute;
		top: 90px;
		right: 0;
	}
	.page1_1_info7 .wrap{	
		padding: 0 35% 0 0;
	}
	.page1_1_top7_img img{
		width: 220px;
	}
}

/*================================
	Àü°ø¼Ò°³-Á¹¾÷ ÈÄ Áø·Î
================================*/
.page1_1_info8{
	background: #f4f4f4;
}
.page1_1 .page2_1_btn{
	margin-top: 40px;
}

/*================================
	Àü°ø¼Ò°³-Àü°ø³»±Ô
================================*/
.modal .modal-content{
	width: 90%;
	height: 95%;
}
.modal .sub_content{
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
}
.modal .modal_title{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding: 0 0 20px 0;
	text-align: center;
}
.modal .modal_text1{
	padding: 0 0 0 60%;
}
.modal .modal_stitle1{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 0 0 15px 0;
}
.modal .modal_stitle2{
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    padding: 0 0 10px 0;
}

@media (max-width: 575px){
	.modal .sub_content{
		width: 100%;
		overflow: hidden;
		padding: 0 0 25px 0;
	}
	.modal .modal_title{
		font-weight: 700;
		font-size: 20px;
		color: #000000;
		padding: 0 0 20px 0;
		text-align: center;
	}
	.modal .modal_text1{
		padding: 0 0 0 20%;
	}
	.modal .modal_stitle1{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		padding: 0 0 15px 0;
	}
	.modal .modal_stitle2{
		font-weight: 500;
		font-size: 16px;
		color: #000000;
		padding: 0 0 10px 0;
	}
}

/*================================
	±³À°°úÁ¤
================================*/
.page2_1_list{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.page2_1_list li{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.page2_1_btn a:hover,
.page2_1_btn a:focus,
.page2_1_btn a:active{
	border: 1px solid #0c2d82;
}

@media (max-width: 575px){
	.page2_1_list li{
		width: 100%;
		overflow: hidden;
		padding: 0 0 15px 0;
	}
	.page2_1_list li dl{
		width: 100%;
		overflow: hidden;
		background: #f4f4f4;
		padding: 20px 20px 20px 20px;
	}
	.page2_1_list li dl dt{
		width: 100%;
		padding: 0 0 10px 0;
		text-align: center;
	}
	.page2_1_list li dl dd{
		width: 100%;
	}
	.page2_1_list li dl dt img{
		width: 170px;
	}
	.page2_1_list li dl dd .page2_1_list_title{
		font-family: 'NanumSquareNeoBold';
		font-size: 19px;
		color: #000000;
		padding: 15px 0 0 0;
	}
	.page2_1_list li dl dd .page2_1_list_title span{
		font-size: 14px;
		color: #2f2f2f;
		line-height: 17px;
		margin: 5px 0 0 0;
		vertical-align: bottom;
		display: block;
	}
	.page2_1_list li dl dd .page2_1_list_name{
		font-size: 15px;
		color: #666666;
		padding: 3px 0 10px 0;
	}
	.page2_1_btn a{
		width: 100%;
		overflow: hidden;
		border: 1px solid #d1d1d1;
		border-radius: 20px;
		text-align: center;
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		padding: 10px 0;
		display: block;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		cursor: pointer;
	}
	.page2_1_btn a img{
		width: 18px;
		vertical-align: middle;
		margin: -4px 0 0 10px;
	}
}
@media (min-width: 576px){
	.page2_1_list li dl{
		width: 100%;
		overflow: hidden;
		background: #f4f4f4;
		padding: 20px 40px 20px 20px;
	}
	.page2_1_list li dl dt{
		width: 25%;
		float: left;
		padding: 20px 0 0 0;
	}
	.page2_1_list li dl dd{
		width: 75%;
		float: left;
	}
	.page2_1_list li dl dt img{
		width: 90%;
	}
	.page2_1_list li dl dd .page2_1_list_title{
		font-family: 'NanumSquareNeoBold';
		font-size: 19px;
		color: #000000;
		padding: 15px 0 0 0;
	}
	.page2_1_list li dl dd .page2_1_list_title span{
		font-size: 14px;
		color: #2f2f2f;
		line-height: 17px;
		margin: 10px 0 0 0;
		vertical-align: bottom;
		display: block;
	}
	.page2_1_list li dl dd .page2_1_list_name{
		font-size: 15px;
		color: #666666;
		padding: 3px 0 10px 0;
	}
	.page2_1_btn a{
		width: 100%;
		overflow: hidden;
		border: 1px solid #d1d1d1;
		border-radius: 20px;
		text-align: center;
		font-weight: 500;
		font-size: 19px;
		color: #000000;
		padding: 12px 0;
		display: block;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		cursor: pointer;
	}
	.page2_1_btn a img{
		width: 19px;
		vertical-align: middle;
		margin: -4px 0 0 14px;
	}
}

/*================================
	ÀÔÇÐ¾È³»-¿ø¼­Á¢¼ö,Áö¿øÀÚ°Ý
================================*/
.page3_1 .wrap{
	padding: 0 0 35px 0;
}
.page3_1 .wrap_e{
	padding-bottom: 0 !important;
}
.page3_1_content1{
	width: 100%;
	overflow: hidden;
}
.page3_1_content1 li{
	width: 100%;
	overflow: hidden;
}
.page3_1_content1 li dl{
	width: 100%;
	overflow: hidden;
}
.page3_1_content1 li dl dt span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
}
.page3_1_content2{
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
	padding: 15px 20px;
	margin: 0 0 17px 0;
}
.page3_1_content2 dl dt span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
}

@media (max-width: 575px){
	.page3_1 .wrap{
		padding: 0 15px 30px 15px;
	}
	.page3_1_content1 li dl dt{
		width: 3%;
		float: left;
		padding: 10px 0 0 0;
	}
	.page3_1_content1 li dl dd{
		width: 97%;
		float: left;
	}
	.page3_1_content2 .page3_1_content2_title{
		font-weight: 500;
		font-size: 15px;
		color: #272727;
		padding: 0 0 7px 0;
	}
	.page3_1_content2 dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 5px 0;
	}
	.page3_1_content2 dl dt{
		width: 2%;
		float: left;
		padding: 10px 0 0 0;
	}
	.page3_1_content2 dl dd{
		width: 98%;
		float: left;
		font-size: 14px;
		color: #666666;
	}
}
@media (min-width: 576px){
	.page3_1_content1 li dl dt{
		width: 2%;
		float: left;
		padding: 10px 0 0 0;
	}
	.page3_1_content1 li dl dd{
		width: 98%;
		float: left;
	}
	.page3_1_content2 .page3_1_content2_title{
		font-weight: 500;
		font-size: 15px;
		color: #272727;
		padding: 0 0 7px 0;
	}
	.page3_1_content2 dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 5px 0;
	}
	.page3_1_content2 dl dt{
		width: 2%;
		float: left;
		padding: 10px 0 0 0;
	}
	.page3_1_content2 dl dd{
		width: 98%;
		float: left;
		font-size: 14px;
		color: #666666;
	}
}

/*================================
	ÀÔÇÐ¾È³»-ÀüÇü¹æ¹ý
================================*/
.page3_1_table1{
	padding: 5px 0 30px 0;
}
.page3_1_table1 table{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #000000;
}
.page3_1_table1 table tr .th_1{
	border-left: 1px solid #d1d1d1;
	background: #f1f1f2;
}
.page3_1_table1 table tr .th_2,
.page3_1_table1 table tr .th_4{
	background: #edf2ff;
}
.page3_1_table1 table tr .th_3,
.page3_1_table1 table tr .th_5{
	background: #fff5e0;
}
.page3_1_table1 table tr .td_1{
	color: #000000;
	border-left: 1px solid #d1d1d1;
}
.page3_1_table1 table tr .td_1_e,
.page3_1_table1 table tr .td_3{
	background: #f1f1f2;
}
.page3_1_content2_1 dl dd{
	width: 100%;
}

@media (max-width: 575px){
	.page3_1_content2_1{
		margin: 15px 0 0 0;
	}
	.page3_1_table1 table tr th{
		font-weight: 500;
		font-size: 15px;
		color: #000000;
		padding: 8px 0;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
	}
	.page3_1_table1 table tr td{
		font-size: 15px;
		color: #666666;
		padding: 8px 0;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		text-align: center;
	}
}
@media (min-width: 576px){
	.page3_1_content2_1{
		margin: 26px 0 0 0;
	}
	.page3_1_table1 table tr th{
		font-weight: 500;
		font-size: 15px;
		color: #000000;
		padding: 8px 0;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
	}
	.page3_1_table1 table tr td{
		font-size: 15px;
		color: #666666;
		padding: 8px 0;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		text-align: center;
	}
}
