	/* ==================================================
	공통이미지 조절
================================================== */

	.img100 {
		width: 100%;
	}

	/* ==================================================
	공통사항
================================================== */

	hr {
		margin: 20px 0;
		height: 1px;
		border: 0px solid #e7e7e7;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-width: 0 0 1px 0;
	}

	.blank {
		height: 20px;
		clear: both;
		display: block;
	}

	.l-line {
		height: 5px;
		background: url('../images/common/line_bg.png') repeat-x 0 0;
		overflow: hidden;
	}

	.blue { color:#014bb2;}
	.orange { color:#f57c00;}

	/* ==================================================
	아이콘
================================================== */

	.con_title {
		position: relative;
		font-size: 18pt;
		font-weight: 500;
		color: #000000;
		padding-top: 10px;
	}

	.con_title:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 4px;
		background: #e6002d;
	}

	.line_title {
		position: relative;
		font-size: 18pt;
		font-weight: normal;
		color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.line_title:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 5px;
		background: #b2b2b2;
	}

	.line_title:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 15px;
		height: 5px;
		background: #0a3c7a;
	}

	.l-list01 {
		font-size: 12pt;
		line-height: 1.5;
	}

	.l-list01 li:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 0;
		width: 3px;
		height: 3px;
		background: #013a84;
	}

	.l-list01 li {
		position: relative;
		padding-left: 12px;
		margin: 3px 0;
		color: #666;
	}

	.l-list02 {
		font-size: 13pt;
		line-height: 1.5;
	}

	.l-list02 li:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 4px;
		height: 4px;
		background: #E5F5FC;
	}

	.l-list02 li {
		position: relative;
		padding-left: 15px;
		margin: 5px 0;
		color: #333;
	}


	.width_line_list li:before {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 4px;
		height: 1px;
		background: #a0a0a0;
	}

	.width_line_list li {
		position: relative;
		padding-left: 14px;
		font-size: 15px;
		margin-bottom: 3px;
	}

	.width_line_list li:last-child {
		margin-bottom: 0;
	}

	.red_line {
		padding-left: 13px;
		background: url('../images/icon/red_line.png');
		background-repeat: no-repeat;
		background-position: 0 12px;
		color: #e72b4a;
		font-size: 13pt;
	}

	.sub_title {
		position: relative;
		padding-left: 15px;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.5;
		color: #333333;
		font-weight: 500;
	}

	.sub_title:before {
		background: url('../images/icon/tit_icon.png') no-repeat;
		width: 4px;
		height: 26px;
		margin-top: 5px;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		display: inline-block;
	}

	.a-tit01 {
		font-size: 14pt;
		font-weight: 500;
		color: #333;
		background: url('../images/icon/arrow_icon.png') no-repeat 0 2px;
		padding-left: 26px;
		margin-bottom: 10px;
		line-height: 1;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:1023px) {
		.con_title {
			font-size: 16pt;
		}

		.sub_title {
			padding-left: 12px;
			margin-bottom: 15px;
			font-size: 20px;
		}

		.sub_title:before {
			background: url('../images/icon/tit_icon.png') no-repeat;
			background-size: 3px 20px;
			width: 3px;
			height: 20px;
		}

		.a-tit01 {
			font-size: 12pt;
			background: url('../images/icon/arrow_icon.png') no-repeat 0;
			padding-left: 22px;
		}
	}

	@media all and (max-width:640px) {
		.con_title {
			font-size: 13pt;
		}

		.con_title:before {
			width: 30px;
		}

		.l-list01 {
			font-size: 11pt;
		}

		.l-list02 {
			font-size: 12pt;
		}
	}

	@media all and (max-width:450px) {
		.l-list01 {
			font-size: 10pt;
		}

		.l-list01 li:before {
			top: 10px;
		}

		.l-list02 {
			font-size: 11pt;
		}

		.l-list02 li {
			padding-left: 12px;
		}

		.l-list02 li:before {
			top: 8px;
		}
	}

	/* ==================================================
	이미지 움직이는 효과
================================================== */
	.over-cover {
		overflow: hidden;
		position: relative;
		display: block;
	}

	.over-cover img {
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	.over-cover:hover img {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}

	/* ==================================================
	공통테이블
================================================== */

	.sub_con {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}

	.subtable {
		border: 0;
		border-spacing: 0;
		background: #fff;
		border-top: 1px solid #222222;
		text-align: center;
	}

	.subtable caption {
		visibility: hidden;
		overflow: hidden;
		width: 1px;
		height: 1px;
		font-size: 0;
		line-height: 0;
	}

	.subtable thead tr th {
		padding: 13px 0;
		background-color: #e6e6e6;
		border-right: 1px solid #c7c7c7;
		border-top: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		color: #333;
		font-weight: bold;
	}

	.subtable thead tr th:last-child {
		border-right: 0;
	}

	.subtable tr td {
		padding: 13px 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.subtable tr td.bg_gray {
		background: #f5f5f5;
		color: #222;
		font-weight: bold;
		border-left: 0;
	}

	.subtable tr td {
		border-left: 1px solid #e1e1e1;
		padding: 13px 0;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:800px) {
		.subtable {
			font-size: 10pt;
		}
	}

	@media all and (max-width:500px) {
		.subtable {
			font-size: 0.75em;
		}
	}

	/* ==================================================
	유튜브 영상
================================================== */

	.youtubeWrap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 35px;
		height: 0;
		overflow: hidden
	}

	.youtubeWrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1
	}

	.youtubeWrap .btn_prev,
	.youtubeWrap .btn_next {
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -45px;
		z-index: 100;
		background: rgba(0, 0, 0, 0.6);
		color: #fff
	}

	.youtubeWrap .btn_prev {
		left: 0
	}

	.youtubeWrap .btn_next {
		right: 0
	}

	.youtubeWrap .btn_prev>img {
		float: left
	}

	.youtubeWrap .btn_next>img {
		float: right
	}

	.youtubeWrap .btn_prev>span,
	.youtubeWrap .btn_next>span {
		display: inline-block;
		float: left;
		height: 90px;
		padding: 0 15px;
		margin: 20px 0;
		max-height: 50px;
		max-width: 180px;
		font-size: 16px;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: none;
	}

	.youtubeWrap .btn_prev:hover>span,
	.youtubeWrap .btn_prev:focus>span,
	.youtubeWrap .btn_next:hover>span,
	.youtubeWrap .btn_next:focus>span {
		display: inline-block
	}

	.movieBox {
		overflow: hidden;
	}

	.movieBox li {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 1%;
		margin-top: 25px;
	}

	.movieBox_100 {
		width: 100% !important;
	}

	.movieBox_33 {
		width: 33.33333333333333333333% !important;
	}

	/*** 모바일CSS ***/

	@media all and (max-width:800px) {
		.movieBox_33 {
			width: 50% !important;
		}
	}

	/* ==================================================
	회사소개 - CEO인사말
================================================== */
.ceo {
	position:relative;
	margin: 0 auto;
	width:100%;
	display: inline-block;
}

.ceo .img {
	position:absolute;
	top:0; right:0;
	width: 330px;
	text-align:center;
}

.ceo .img img {
	width: 100%;
	border-bottom:solid 2px #42443f;
}
.ceo .img h4 {
	margin-top: 10px;
	width: 100%;
	font-size:20px;

	font-weight: 500;
	color:#333333;
}
.ceo .img h4 .name {
	font-family: 'NanumSquare';
	font-size:30px;
	font-weight: 800;
	color:#014bb2;
}

.ceo .txt_top {
	margin-bottom: 50px;
	font-size: 30px;
	color: #1c1c1c;
	font-family: 'NanumSquare';
	font-weight: 700;
	line-height: 1.5em;
}

.txt_top_color {
	font-weight: 800;
	color:#002c6a;
}

.ceo .txt_wrap {
	float: left;
	width: 70%;
	margin-right: 10%;
	font-size: 18px;
	color: #1c1c1c;
	font-family: 'NanumSquare';
	line-height: 1.8em;
	letter-spacing: -.075em;
	word-break: keep-all;
	word-wrap: break-word;
	text-align: justify;
}

.ceo .txt_wrap p {
	margin-bottom: 40px;
}

.ceo .txt_wrap p:last-child {
	margin-bottom: 0;
}

.ceo .txt_wrap p:last-child .txt.strong {
	margin-bottom: 0;
}
/*** 모바일CSS ***/
@media all and (max-width:1450px) {
	
	.ceo .img {
		width: 250px;
	}
	.ceo .img h4 {
		margin-top: 7px;
		font-size:17px;
	}
	.ceo .img h4 .name {
		font-size:24px;
	}

	.ceo .txt_top {
		margin-top: 2.5em;
	}
	.ceo .txt_wrap {
		display: block;
		width:100%;
		font-size: 17px;
	}
}

@media all and (max-width:800px) {
	.ceo .img {
		width: 35%;
	}
	.ceo .img h4 {
		margin-top: 5px;
		font-size:16px;
	}
	.ceo .img h4 .name {
		font-size:24px;
	}
	
	.ceo .txt_top {
		font-size: 26px;
	}
	.ceo .txt_wrap p {
		margin-bottom: 25px;
	}
}

@media all and (max-width:640px) {
	.ceo .img h4 {
		display: none;
	}

	.ceo .txt_top {
		margin-top: 1.0em;
		margin-bottom: 30px;
		font-size: 24px;
	}
	.ceo .txt_wrap {
		font-family: "Noto Sans KR"; 
		font-size: 16px;
		text-align: left;
	}
}
@media all and (max-width:450px) {
	.ceo .img {
		position: relative;
		width: 100%;
		border-bottom: solid 2px #42443f;
	}
	.ceo .img img {
		width: 70%;
		border-bottom:0px;
	}

	.ceo .txt_top {
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	.ceo .txt_wrap {
		font-family: "Noto Sans KR"; 
		font-size: 16px;
		text-align: left;
	}
	.ceo .txt_wrap p {
		margin-bottom: 15px;
	}
}


	/* ==================================================
	회사소개 - 최평규회장의 경영스토리
================================================== */
.audio{}

.audio_top{
	width:100%;
	display: inline-block;
}
.audio_top li{
	font-size: 18px;
}
.audio_top li:first-child{
	text-align: center;
	font-family: 'NanumSquare';
}
.audio_top li:first-child h3{
	color:#0059D0;
	font-size: 30px;
	font-weight: 800;
}
.audio_top li:first-child h4{
	margin-top:30px;
	font-size: 24px;
	font-weight: 800;
}
.audio_top li:first-child p{
	display: block;
	color:#777;
	font-weight: 600;
}

.audio_top li:nth-child(2){
	margin-top:20px;
	line-height: 30px;
}
.audio_top li:nth-child(2) span{
	color:#f57c00;
}

/* 오디오 리스트 */
.audio_con {
	display: inline-block;
	margin-top:10px;
	width:100%;
}
.audio_con ol {
	margin: 0;
	padding: 0px;
	padding-top: 10px;
	width: 100%;
	color: #ccc;
	float: left;
	list-style: decimal-leading-zero inside;
	border-top: 1px solid #ccc;
}
.audio_con ol li {
	float: left;
	position: relative;
	margin-right: 3.3333333%;
	padding: 9px 2px 10px;
	width:30%;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.audio_con ol li:nth-child(3n) {
	margin-right: 0;
}
.audio_con ol li a {
	display: block;
	text-indent: -3.3ex;
	padding: 0px 0px 0px 20px;
}
.audio_con li.playing {
	color: #aaa;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
.audio_con li.playing a {
	color: #000;
}
.audio_con li.playing:before {
	content: '♬';
	width: 14px;
	height: 14px;
	padding: 3px;
	line-height: 14px;
	margin: 0px;
	position: absolute;
	left: -24px;
	top: 9px;
	color: #000;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
@media all and (max-width:800px) {
	.audio_con ol li:nth-child(3n) {
		margin-right: 5%;
	}
	.audio_con ol li:nth-child(2n) {
		margin-right: 0%;
	}
	.audio_con ol li {
		width: 45%;
		margin-right: 5%;
	}
}



	/* ==================================================
	회사소개 - 설립취지
================================================== */
.establishment{
	background:url('../images/about/establishment.png') no-repeat center #f4f4f9;
	position: relative;
	margin:0 auto;
	font-family: 'NanumSquare';
	text-align: center;
	padding: 80px 4% 120px;
	}
.establishment:after {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 1px;
	height: 100px;
	display: block;
	content: "";
	background-color: #cf2026;
	}
.establishment .establishment_tit{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.489em;
	color: #1d2a61;
	}
.establishment span.red_dot {
	display: block;
	width: 9px;
	height: 9px;
	margin: 30px auto;
	background: #ed1c24;
	}
.establishment .establishment_txt {
	font-size: 18px;
	line-height: 1.765em;
	text-align: center;
	font-weight: 600;
	}

.establishment_bottom{
		padding-top: 120px;
		font-size: 18px;
		line-height: 1.74em;
	}
/* 모바일CSS */
@media all and (max-width:1450px) {
	.establishment {
		padding: 60px 4% 90px;
		background-size: cover;
	}
	.establishment:after {
		position: absolute;
		left: 50%;
		bottom: -40px;
		width: 1px;
		}
	.establishment .establishment_tit {
		font-size: 26px;
		}
	.establishment span.red_dot {
		width: 5px;
		height: 5px;
		margin: 20px auto;
		}
	.establishment .establishment_txt {
		line-height: 28px;
		}

	.establishment_bottom{
		padding-top: 90px;
	}
}
@media all and (max-width:800px) {
	.establishment {
		padding: 40px 4% 75px;
		}
	.establishment:after {
		position: absolute;
		left: 50%;
		bottom: -35px;
		height: 70px;
		}
	.establishment .establishment_tit {
		font-size: 20px;
		}
	.establishment span.red_dot {
		width: 3px;
		height: 3px;
		margin: 15px auto;
		}
	.establishment .establishment_txt {
		font-size: 14px;
		line-height: 24px;
		word-break: keep-all;
		}
	.establishment .establishment_txt br{ display: none;}

	.establishment_bottom{
		padding-top: 75px;
	}
}
@media all and (max-width:800px) {
	.establishment .establishment_tit br {
		display: none;
	}
}



	/* ==================================================
	회사소개 - 함께하는 사람들
================================================== */
.people_txtcon:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 550px;
	height: 453px;
	display: block;
	content: "";
	background: url('../images/about/people_txt_bg.png') top right no-repeat;
	background-size: cover;
	z-index: -1;
}
.people_txtcon{
	font-family: 'NanumSquare';
	font-weight: 600;
}
.people_txtcon h4{
	font-size:33px;
}
.people_txtcon h4 strong {
	display: block;
	font-size: 36px;
	font-weight: 800;
}
.people_txtcon p{
	margin-top: 45px;
	font-size: 18px;
	word-break: keep-all;
}

/* 표 */
.people_table{
	margin-top:30px;
}
.people_table table {
	width:100%;
	text-align:center;
	/* border-top: 2px solid #000000; */
	}
.people_table table caption {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	}
.people_table table th {
	padding: 18px 0;
	background-color: #0094fb;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	color: #ffffff;
	font-family: 'Rnoto';
	font-weight:600;
	font-size:12pt;
	line-height: 130%;
	}
.people_table table th:first-child {
	border-left: 0;
	}
.people_table table td {
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 12px 7px;
	font-weight:normal;
	text-align:center;
	line-height: 130%;
	}
.people_table table tbody th{
	background-color: #FAFAFA;
	color:#333;
	border-left: 0;
	}
/* 테이블 사이즈 */
.pepletb_width01 {
	width:20%;
	}
.pepletb_width02 {
	width:30%;
	}
/* 모바일 및 탭 */
@media all and (max-width:1024px) {
	.people_txtcon:after {
		height: 360px;
		top: 40px;
		}
	.people_txtcon h4 {
		font-size: 24px;
		}
	.people_txtcon h4 strong {
		font-size: 27px;
		}
	.people_txtcon p {
		margin-top: 20px;
		}
	/* 표 */
	.people_table{
		margin-top:15px;
		}
	}
@media all and (max-width:900px) {
	.people_txtcon p {
		margin-top: 0;
		font-family: 'Noto Sans KR';
		font-weight: 500;
		font-size: 16px;
		}
	/* 표 */
	.people_table table th {
		padding:10px 2px;
		font-size:11pt;
		}
	.people_table table td  {
		font-size:10pt;
		padding:10px 2px;
		}
}
@media all and (max-width:540px) {
	.people_txtcon p {
		font-size: 14px;
		}
	/* 표 */
	.people_table table th {
		font-size:10pt;
		}
	.people_table table td  {
		font-size:9pt;
		}
}



	/* ==================================================
	회사소개 - CI소개
================================================== */
/* CI */
.ci{
	display:inline-block;    width: 100%;
	border-bottom: 1px dashed  #cbcbcb; 
	margin-top:40px; padding-bottom:50px; 
}
.ci:first-child{
	margin-top:0;
}
.ci:last-child{
	border-bottom: none; 
	padding-bottom:0px; 
}
.ci .not{
	background-color: #f1f3f5; 
	margin-top:25px; padding: 25px;
}
.ci_tit {
    float: left;
    width: 20%;
    background: url(../images/about/bold_line.gif)  no-repeat;
    color: #000;
    font-size: 22pt; font-weight: bold;
    padding: 20px 0px 0px;
}
.ci .down{margin-bottom: 10px;
    padding-top: 10px;
}
.ci .down a {
    display: inline-block;
    height: 36px;
    padding: 0px 18px 0px 42px;
    font-size:12pt; font-weight:normal;
	line-height: 36px;
    text-align: left;
    color: #fff;
    background: url(../images/about/img_download.png) no-repeat #014bb2;
    background-position: 18px 11px;
    border-radius: 5px;
}

.ci_con {
    float: left;
    width: 80%;
    line-height: 1.56;
}
.ci_con img.ci_ridius {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
	width: 100%;
}
.ci_subtit {
    padding: 0px 0px 0px 14px;
    line-height: 1;
    font-size: 16pt;
    font-weight: normal;
    background: url(../images/about/subtit.gif) no-repeat;
}
.ci_txt {
    padding-top: 15px;
    word-break: keep-all;
}
.ci_con .ci_icon {
    padding-top: 20px;
}
.ci_icon > li.icon_c {
    background : url(../images/about/icon07.gif) no-repeat;
    background-position: 0px 10px;
    padding-left: 10px;
}
/* 모바일 및 탭 */
@media all and (max-width:900px) {
	.ci_tit {
		font-size: 18pt;
		padding: 15px 0px 0px;
	}
	.ci_subtit {
		font-size: 14pt;
	}
}
@media all and (max-width:640px) {
	.ci {
		margin-top: 30px;
		padding-bottom:30px;
	}
	
.ci:first-child{
	margin-top:0;
	}
	.ci .down {
		margin-bottom: 0;
		padding-top: 0;
		float: right;
	}
	.ci .down a {
		height: 30px;
		padding: 0px 18px 0px 35px;
		font-size: 9pt;
		line-height: 30px;
		background-position: 18px 10px;		
		background-size: 12px;
	}
	.ci .not {
		margin-top: 20px;
		padding: 20px;
		font-size: 9pt;
	}
	.ci_tit {
		width: 100%;
		font-size: 14pt;
		padding: 10px 0px 0px;
	}
	.ci_subtit {
		font-size: 11pt;
	}
	.ci_con {
		margin-top:20px;
		width: 100%;
	}
	.ci_txt {
		font-size: 9pt;
	}
	.ci_icon > li.icon_c {
		background-position: 0px 11px;
		font-size: 9pt;
	}
}





	/* ==================================================
	회사소개 - 오시는 길
================================================== */
	.map_content {
		position: relative;
	}

	.map_content iframe {
		width: 100%;
		height: 520px;
	}

	.map_size {
		width: 100%;
	}

	.map_con {
		position: relative;
		width: 100%;
		height: 520px;
	}

	.radius_border {
		border: 1px solid #919191;
		border-radius: 5px;
	}

	.custom_zoomcontrol {
		position: absolute;
		top: 20px;
		right: 10px;
		overflow: hidden;
		z-index: 1;
		background-color: #f5f5f5;
	}

	.custom_zoomcontrol span {
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 10px 10px 5px 10px;
	}

	.custom_zoomcontrol span img {
		width: 15px;
		height: 15px;
		border: none;
	}

	.custom_zoomcontrol span:first-child {
		border-bottom: 1px solid #bfbfbf;
	}

	.map_bottom:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.map_bottom {
		margin-top: 30px;
	}

	.map_bottom h2 {
		float: left;
		width: 300px;
		font-size: 30px;
		color: #000;
	}

	.map_bottom ul {
		float: right;
		width: calc(100% - 300px);
		font-size: 18px;
	}

	.map_bottom ul li {
		padding: 20px 20px 20px 180px;
		background: #f3f3f3;
		position: relative;
	}

	.map_bottom ul li:nth-child(2) {
		background: #fff;
	}

	.map_bottom ul li:nth-child(4) {
		background: #fff;
	}

	.map_bottom ul li span {
		color: #000;
		font-weight: 600;
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.map_bottom ul li a {
		color: #3e3e3e;
	}

	/*** 모바일CSS ***/
	@media screen and (max-width:800px) {
		.map_bottom h2 {
			float: none;
			width: 100%;
			margin: 0 0 20px;
			font-size: 24px;
		}

		.map_bottom ul {
			float: none;
			width: 100%;
		}
	}

	@media screen and (max-width:640px) {
		.map_content iframe {
			height: 400px;
		}

		.map_con {
			height: 400px;
		}

		.map_bottom h2 {
			font-size: 18px;
		}

		.map_bottom ul {
			font-size: 11pt;
		}

		.map_bottom ul li {
			padding: 15px 15px;
			line-height: 1.5;
		}

		.map_bottom ul li span {
			display: block;
			position: relative;
			left: 0;
			top: 0;
		}
	}


	/* ==================================================
	장학사업안내 - 비전
================================================== */
.vision{
	background:url('../images/guide/vision.jpg') no-repeat center #f4f4f9;
	position: relative;
	margin:0 auto;
	font-family: 'NanumSquare';
	text-align: center;
	padding: 80px 4% 120px;
	}
.vision:after {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 1px;
	height: 100px;
	display: block;
	content: "";
	background-color: #cf2026;
	}
.vision .vision_tit{
	font-size: 30px;
	font-weight: 800;
	line-height: 1.489em;
	color: #1d2a61;
	}
.vision span.red_dot {
	display: block;
	width: 9px;
	height: 9px;
	margin: 30px auto;
	background: #ed1c24;
	}
.vision .vision_txt {
	font-size: 18px;
	line-height: 1.765em;
	text-align: center;
	font-weight: 600;
	}

.vision_bottom{
	padding-top: 120px;
	font-size: 18px;
	line-height: 1.74em;
	}
.vision_img{
	margin:0 auto;
	max-width: 770px;
	width:100%;
	}
/* 모바일CSS */
@media all and (max-width:1450px) {
	.vision {
		padding: 60px 4% 90px;
		background-size: cover;
	}
	.vision:after {
		position: absolute;
		left: 50%;
		bottom: -40px;
		width: 1px;
		}
	.vision .vision_tit {
		font-size: 26px;
		}
	.vision span.red_dot {
		width: 5px;
		height: 5px;
		margin: 20px auto;
		}
	.vision .vision_txt {
		line-height: 28px;
		}

	.vision_bottom{
		padding-top: 90px;
	}
}
@media all and (max-width:800px) {
	.vision {
		padding: 40px 4% 75px;
		}
	.vision:after {
		position: absolute;
		left: 50%;
		bottom: -35px;
		height: 70px;
		}
	.vision .vision_tit {
		font-size: 20px;
		}
	.vision span.red_dot {
		width: 3px;
		height: 3px;
		margin: 15px auto;
		}
	.vision .vision_txt {
		font-size: 14px;
		line-height: 24px;
		word-break: keep-all;
		}
	.vision .vision_txt br{ display: none;}

	.vision_bottom{
		padding-top: 75px;
	}
}
@media all and (max-width:800px) {
	.vision .vision_tit br {
		display: none;
	}
}


	/* ==================================================
	장학사업안내 장학사업
================================================== */
/* 타이틀 */
.scholarship_title {
    display: inline-block;
    position: relative;
    font-size: 18pt;
    font-weight: 500;
    color: #000;
    padding: 0 5px;
    word-break: keep-all;
    word-wrap: break-word;
    z-index: 2;
}
.scholarship_title:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -1px;
    background: #87def9;
    z-index: -1;
}
@media (max-width: 1023px){
	.scholarship_title {
		font-size: 16pt;
		}
	}
@media (max-width: 640px){
	.scholarship_title {
		font-size: 14pt;
		}
	}
@media (max-width: 450px){
	.scholarship_title {
		font-size: 13pt;
	}
}
/* 표 */
.scholarship table {
	margin-top:20px;
	width:100%;
	border-top: 2px solid #014bb2;
	}
.scholarship table caption {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	}
.scholarship table th {
	padding: 18px 10px;
	background-color: #0094fb;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
	color: #ffffff;
	text-align:center;
	font-family: 'NanumSquare';
	font-weight:700;
	font-size: 18px;
	font-weight: 600;
	line-height: 130%;
	}
.scholarship table th:first-child {
	border-left: 0;
	}
.scholarship table td {
	padding: 18px 10px;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-weight:normal;
	line-height: 130%;
	}
.scholarship table tbody th{
	background-color: #FAFAFA;
	color:#333;
	border-left: 0;
	}
/* 테이블 사이즈 */
.scholth_width {
	width:25%;
	}
.scholtb_width {
	width:75%;
	}
/* 모바일 및 탭 */
@media all and (max-width:1024px) {
	.scholarship table{
		margin-top:15px;
		}
	}
@media all and (max-width:900px) {
	/* 표 */
	.scholarship table th {
		padding:12px 7px;
		font-family: 'Noto Sans KR';
		font-size:11pt;
		}
	.scholarship table td  {
		font-size:10pt;
		padding:12px 7px;
		}
}
@media all and (max-width:560px) {
	.scholarship table th {
		font-size:10pt;
		}
	.scholarship table td  {
		font-size:9pt;
		}
	/* 테이블 사이즈 */
	.scholth_width {
		width:110px;
		}
	.scholtb_width {
		width:auto;
		}
}




	/* ==================================================
	장학사업안내  - 선발인원 및 지급 현황
================================================== */
.number_payment p {
	text-align: right;
}
/* 표 */
.number_payment table{
	border-top: solid 2px #0094fb;
}
.number_payment table th , .number_payment table td{
    text-align: center;
    border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.number_payment table th {
    padding: 18px 0;
    background-color: #F5F5F5;
}
.number_payment table td {
    padding: 12px 7px;
}

.numtb_width01{
	width: 10%;
}
.numtb_width02 {
	width: 20%;
}

	/* ==================================================
	정보마당 -동영상
================================================== */
.movie_con {
	text-align: center;
}

.movie_mt20 {
	margin-top: 25px;
}

.movie_con video {
	width: 100%;
	max-width: 1100px;
}


	/* ==================================================
	사이트맵
================================================== */

	.sitemap {
		width: 100%;
		height: auto;
	}

	.sitemap:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	.sitemap .depth01 {
		float: left;
		width: 18%;
		margin: 0 1%;
		padding-top: 10px;
		border-top: 2px solid #0059D0;
	}

	.sitemap div.depth01 {
		font-size: 15pt;
		color: #0059D0;
		font-weight: bold;
	}

	.sitemap .sub {
		border-top: 1px solid #ccc;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.sitemap ul.sub2 {
		padding-left: 14px;
	}

	.sitemap li.depth02 {
		padding: 8px 0;
		border-bottom: 1px dashed #ccc;
	}

	.sitemap li.depth02 a {
		font-size: 11pt;
		color: #222;
	}

	.sitemap .sub_m {
		padding-top: 4px;
	}

	.sitemap .sub_m li {
		background: url('../images/icon/ico_grayDot.png') no-repeat 0 18px;
		background-size: 3px;
		padding-left: 10px;
	}

	.sitemap .sub_m li a {
		font-size: 10pt;
		color: #949494;
		line-height: 160%;
		font-weight: normal;
	}

	.sitemap .sub_m .model {
		padding-left: 13px;
	}

	/*** 모바일CSS ***/
	@media all and (max-width:750px) {
		.sitemap .depth01 {
			width: 96%;
			margin: 30px 2% 0 2%;
		}

		.sitemap div.m01 {
			margin-top: 0 !important;
		}
	}


/* ==================================================
	이용약관/개인정보취급방침/이메일무단수집거부
================================================== */
.util_box {
	border: 1px solid #DBDBDB;
	}
