
/* g02 */
.page_frame .topTitle { border-bottom: 2px solid #000; padding-bottom: 20px; font-size: 30px; text-transform: uppercase; }
.page_frame .topTitle > span { margin-left: 5px; }

@media (max-width:768px) {
	.page_frame .topTitle { font-size: 25px; padding-bottom: 15px; }
}

.page_frame .text_v1 { font-weight: 700; font-size: 25px; color: #ff9c00; line-height: 1.3; margin-bottom: 5px;}
.page_frame .text_v2 { font-size: 20px; color: #535353; line-height: 1.6;}
.page_frame .h_line_v1 { border-bottom: 1px solid #eee; }
.page_frame .itemBox_v1 { width: 90%; margin: 0 auto; }
.page_frame .itemBox_v1 .img { padding-bottom: 15px;  border-bottom: 2px solid #000;  }
.page_frame .itemBox_v1 .img img { width: 100%; }
.page_frame .itemBox_v1 .text1 { font-size: 20px; color: #535353; margin-top: 20px; }
.page_frame .itemBox_v1 .text2 { font-size: 16px; color: #a0a0a0; line-height: 1.5; }

@media (max-width:991px) {
	.page_frame .itemBox_v1 { width: 100%; }
}

@media (max-width:768px) {
	.page_frame .text_v1 { font-size: 20px; }
	.page_frame .text_v2 { font-size: 16px; }
}




/* g03 */
.page_frame .itemBox_v2 {
-ms-display:flex; -ms-flex-wrap:wrap; -ms-align-items:center;
display:flex; flex-wrap:wrap; align-items:center;
margin-bottom: 60px;
}
.page_frame .itemBox_v2 img { max-width: 100%; }
.page_frame .itemBox_v2 > * { width: 50%; }
.page_frame .itemBox_v2 > .mainImg { text-align: center;  padding-right: 5%;}
.page_frame .itemBox_v2 > .tabBox > .btnBox {
-ms-display:flex; -ms-flex-wrap:wrap;
display:flex; flex-wrap:wrap;
font-family: 'Malgun Gothic'; margin-bottom: 40px;
}
.page_frame .itemBox_v2 > .tabBox > .btnBox > li { width: 50%; text-align: center; }
.page_frame .itemBox_v2 > .tabBox > .btnBox > li > a { display: block; padding: 14px; font-size: 18px; font-weight: bold; }


.page_frame .itemBox_v2 > .tabBox > .infoBox { margin-bottom: 60px; }
.page_frame .itemBox_v2 > .tabBox > .infoBox > .title { 
font-family: 'Malgun Gothic'; font-weight: bold; color: #000; font-size: 30px; margin-bottom: 15px; line-height: 1.3;
}
.page_frame .itemBox_v2 > .tabBox > .infoBox > .sub { color: #000; font-size: 18px; line-height: 1.6; }

.page_frame .itemBox_v2 > .tabBox > .itemList { 
-ms-display:flex; -ms-flex-wrap:wrap;
display:flex; flex-wrap:wrap;
}
.page_frame .itemBox_v2 > .tabBox > .itemList > li { width: 50%; padding: 0 10px; }
.page_frame .itemBox_v2 > .tabBox > .itemList > li > .icon { margin-bottom: 25px; }
.page_frame .itemBox_v2 > .tabBox > .itemList > li > .text1 { font-size: 18px; color: #000; margin-bottom: 10px; font-weight: 700; }
.page_frame .itemBox_v2 > .tabBox > .itemList > li > .text2 { font-size: 15px; color: #000; line-height: 1.6;  }

.page_frame .List_v1 .text { 
border: 1px solid #dcdcdc; margin-bottom: 15px; padding: 25px 15px; text-align: center;
font-size: 20px; color: #626262;
}

/* 공백 */
.page_frame .blank_v1 { opacity: 0; }

@media (max-width:1450px) {
	.page_frame .itemBox_v2 > .tabBox > .infoBox > .sub br { display: none; }
	.page_frame .itemBox_v2 > .tabBox > .itemList > li > .text2 br { display: none; }
}
@media (max-width:1200px) {
	.page_frame .List_v1 .text { font-size: 16px; padding: 20px 8px; }
}
@media (max-width:991px) {
	.page_frame .itemBox_v2 > * { width: 100%; }
	.page_frame .itemBox_v2 > .mainImg { margin-bottom: 40px; }
	.page_frame .blank_v1 { display: none !important; }

.page_frame .itemBox_v2 > .mainImg { text-align: center;  padding-right: 0%;}

}

@media (max-width:768px) {
	.page_frame .itemBox_v2 > .tabBox > .btnBox > li > a { font-size: 16px; }
	.page_frame .itemBox_v2 > .tabBox > .infoBox > .title { font-size: 25px; }
	.page_frame .itemBox_v2 > .tabBox > .infoBox > .sub { font-size: 16px; }
	.page_frame .itemBox_v2 > .tabBox > .itemList > li > .text1 { font-size: 16px; }
	.page_frame .itemBox_v2 > .tabBox > .itemList > li > .text2 { font-size: 12px; }

	.page_frame .List_v1 .text { font-size: 13px; padding: 15px 4px; }
}


