/* 여수다문화복지원 */
#lnb_405010 .sub4050_c .cm{ margin-top: 80px; position: relative; margin-bottom: 30px;}
#lnb_405010 .sub4050_c .cm h5{ font-size: 35px; font-weight: 400; color: #1F1F1F; letter-spacing: -0.02em; line-height: 1.5; text-align: center; padding: 75px 0; position: relative;position: relative; }
#lnb_405010 .sub4050_c .cm h5::before, .sub4050_c .cm h5::after{ position: absolute; left: 50%; transform: translateX(-50%); }
#lnb_405010 .sub4050_c .cm h5::before{ content: url("../img/sub/cm_after.svg"); top: 0; }
#lnb_405010 .sub4050_c .cm h5::after{ content: url("../img/sub/cm_after.svg"); bottom: 0; transform: translateX(-50%) rotate(180deg); }
#lnb_405010 .sub_lnb_4050_title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 90px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
}
#lnb_405010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_405010 .sub4050_table {
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
    min-height: 25px !important;
    z-index: auto !important;
}
#lnb_405010 .table_over { width: 100%; margin: 0 auto; overflow-x: auto; }
#lnb_405010 .content_table table { margin:0 auto; padding:0; width:100%; background-color:#FFF; border-top:1px solid #000; border-collapse:collapse;}
#lnb_405010 .content_table table:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 1px; background: #000}
#lnb_405010 .content_table table:before {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff;}
#lnb_405010 .content_table table caption{width:0;height:0;padding:0;font-size:0;opacity:0}
#lnb_405010 .content_table thead tr th {border-left:1px solid #dbdbdb; color:#121212; font-size:17px; font-weight:600; background-color:#f5f5f5;}
#lnb_405010 .content_table thead tr th:first-child{border-left:0px solid #dbdbdb;}
#lnb_405010 .content_table tbody tr td {border-left:1px solid #dbdbdb; font-size:16px; color:#777; background-color:#fff;}
#lnb_405010 .content_table tbody tr th {background-color:#fcfcfc; font-size:16px; color:#777; font-weight:400;}
#lnb_405010 .content_table thead th { text-align:center; line-height:20px; padding:20px; border-bottom:1px solid #ccc;}
#lnb_405010 .content_table tbody td { text-align:center; line-height:18px; padding:18px; border-bottom:1px solid #ccc;}
#lnb_405010 .content_table tbody th { text-align:center; line-height:18px; padding:18px; border-bottom:1px solid #ccc;}
#lnb_405010 .content_table tr th:first-child, .content_table tr td:first-child {}
#lnb_405010 .content_table tr th:last-child, .content_table tr td:last-child { }
#lnb_405010 .content_table th.bg_01, .content_table td.bg_01 { color:#88c1fc; font-weight:500;}
#lnb_405010 .content_table th.bg_02, .content_table td.bg_02 { background-color:#33231e; color:#fff;}
#lnb_405010 .content_table th.bg_03, .content_table td.bg_03 { background-color:#F9F9F9;}
#lnb_405010 .content_table th.bg_left, .content_table td.bg_left { text-align:left;padding-left: 25px;}
#lnb_405010 .program-chart {
	width: 100%;
	height: 100%;
	display: flex; 
	align-items: center;
}
#lnb_405010 .chart1 {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transition: 0.3s;
  display:inline-block;
}
#lnb_405010 .chart1 span {
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 26px;
    font-weight: 500;
}
#lnb_405010 .chart1:after{ /* 가상선택자는 도넛 모양을 만들기 위함이다.*/
  content:'';
  background: #fff;  /* 백그라운드 컬러로 중앙가리기 */
  position: absolute;
  top:50%; left:50%;
  width:160px; height:160px; /* 도넛의 너비 설정 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#lnb_405010 .chart-bar1{
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: conic-gradient(#999999 50deg, #eeeeee 50deg); /* 차트 설정 */
}
#lnb_405010 .chart2 {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transition: 0.3s;
  display:inline-block;
}
#lnb_405010 .chart2 span {
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}
#lnb_405010 .chart2:after{ /* 가상선택자는 도넛 모양을 만들기 위함이다.*/
  content:'';
  background: #fff;  /* 백그라운드 컬러로 중앙가리기 */
  position: absolute;
  top:50%; left:50%;
  width:160px; height:160px; /* 도넛의 너비 설정 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#lnb_405010 .chart-bar2{
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: conic-gradient(#33ccff 180deg, #eeeeee 180deg); /* 차트 설정 */
}
#lnb_405010 .chart3 {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transition: 0.3s;
  display:inline-block;
}
#lnb_405010 .chart3 span {
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}
#lnb_405010 .chart3:after{ /* 가상선택자는 도넛 모양을 만들기 위함이다.*/
  content:'';
  background: #fff;  /* 백그라운드 컬러로 중앙가리기 */
  position: absolute;
  top:50%; left:50%;
  width:160px; height:160px; /* 도넛의 너비 설정 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#lnb_405010 .chart-bar3{
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: conic-gradient(#ff9900 270deg, #eeeeee 270deg); /* 차트 설정 */
}
#lnb_405010 .chart4 {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transition: 0.3s;
  display:inline-block;
}
#lnb_405010 .chart4 span {
	width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 9;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}
#lnb_405010 .chart4:after{ /* 가상선택자는 도넛 모양을 만들기 위함이다.*/
  content:'';
  background: #fff;  /* 백그라운드 컬러로 중앙가리기 */
  position: absolute;
  top:50%; left:50%;
  width:160px; height:160px; /* 도넛의 너비 설정 */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#lnb_405010 .chart-bar4{
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: conic-gradient(#3f87d2 360deg, #eeeeee 360deg); /* 차트 설정 */
}
#lnb_405010 .program-chart .chart-txt-area {
    margin-left: 80px;
}
#lnb_405010 .program-chart .chart-txt1 {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#lnb_405010 .program-chart .chart-txt1 img, .program-chart .chart-txt12 img {
	width: 12px;
    height: 12px;
	margin-right:10px;
}
#lnb_405010 .program-chart .chart-txt2 {
	font-size: 18px;
    font-weight: 400;
    border: solid 1px #cccccc;
    padding: 20px 20px;
    margin-left: 25px;
    display: flex;
    align-items: center;
}
#lnb_405010 .program-chart .chart-txt12 {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-indent: -22px;
    margin-left: 22px;
	line-height: 160%;
}
#lnb_405010 .program-chart .chart-txt12 .bcolor {
	font-size: 18px;
    font-weight: 800;
	color: #3f87de;
}
#lnb_405010 .program-chart .chart-txt22 {
	font-size: 18px;
    font-weight: 400;
    padding: 0px 20px 0px 5px;
    /*display: flex;*/
    align-items: center;
    text-indent: -12px;
    margin-left: 37px;   
	line-height: 200%;
}
#lnb_405010 .program-chart .chart-txt23 {
	font-size: 18px;
    font-weight: 400;
    padding: 0px 20px 0px 5px;
    display: flex;
    align-items: center;
    margin-left: 20px;   
	line-height: 200%;
}
#lnb_405010 .program-chart .chart-txt2 .bold {
    font-weight: 700;
    padding-left: 10px;
    padding-right: 5px;
}
#lnb_405010 .program-chart .chart-txt2 .material-symbols-outlined {
	font-size: 48px;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px;
}
#lnb_405010 .program-chart .chart-txt2 .material-symbols-outlined:hover {
    color: #121212;
}
#lnb_405010 .program-chart-bg {
	width: 190px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: -5px;
    margin-bottom: -5px;
    z-index: 9;
}
#lnb_405010 .chart-bg-icon {
    width: 12px;
    height: 12px;
    background: #3f87d2;
    border-radius: 10px;
    border: solid 2px #ffffff;
}
#lnb_405010 .chart-bg-line {
    width: 1px;
    height: calc(100% - 24px);
    border: dashed 1px #cccccc;
}
#lnb_405010 .sponsor-area {
    width: 100%;
    height: 100%;
    display: flex;
	margin-top: 80px;
}
#lnb_405010 .sponsor-cont {
    width: 100%;
    height: auto;
    border: solid 1px #ccc;
    border-radius: 20px;
}
#lnb_405010 .sponsor-tit {
    width: 100%;
    height: auto;
    background: #3f87d2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 25px 0px;
    font-size: 20px;
    font-weight: 500;
}
#lnb_405010 .sponsor-img .material-symbols-outlined {
	font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px;
}
#lnb_405010 .sponsor-img .material-symbols-outlined:hover {
    color: #121212;
}
#lnb_405010 .sponsor-scont {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0px 60px;
    width: fit-content;
    margin: auto;
}
#lnb_405010 .sponsor-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto;
}
#lnb_405010 .sponsor-cont:not(:last-child) {
    margin-right: 40px;
}
#lnb_405010 .sponsor-img {	
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
#lnb_405010 .letter-spacing-17 {	
    width: 17px;
    display: inline-block;
}
#lnb_405010 .sub4050_c .cm.top-0 {
    margin-top: 40px;
}
#lnb_405010 .sub4050_c .cm.top-0 .cm-tit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
    margin-left: 0px;
    margin-bottom: 5px;
}
#lnb_405010 .sub4050_c .cm.top-0 .cm-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-left: 35px;
}
#lnb_405010 .sub05_03_title .title-icon-01 {
    width: 7px;
    height: 34px;
    display: inline-block;
    background: #3f87d2;
    margin-right: 15px;
    margin-bottom: -5px;
}
#lnb_405010 iframe {
    width: 100%;
    height: 350px;
    position: relative;
}
#lnb_405010 .sub_lnb_4050.dflex {
    display: flex;
}
#lnb_405010 .sub_lnb_4050_01 {
    margin-right: 50px;
}
#lnb_405010 .sub_lnb_4050_txt_01 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;  
	text-align: center;
}

/* 재원장학회 */
#lnb_405020 .sub_lnb_4050.dflex {
	display: flex;
}
#lnb_405020 .sub_lnb_4050_01 {
    margin-right: 50px;
}
#lnb_405020 .sub_lnb_4050_txt_01 {
	margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}
#lnb_405020 .sub_lnb_4050_stit_01 {	
    background: #e60012;
	width: 100%;
	height: 0;
	padding-top: 66.66666666666667%;
}
#lnb_405020 .sub_lnb_4050_txt {
	position: absolute;
    width: calc(50% - 17.5px);
    top: 11%;
    padding-left: 80px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
}
#lnb_405020 .sub_lnb_4050_link {
	position: absolute;
    bottom: 30%;
    text-align: right;
    font-size: 18px;
    right: 80px;
    font-weight: 500;
    display: flex;
    padding: 5px 40px;
    background: #ffffff;
    border-radius: 30px;
    align-items: center;
}
#lnb_405020 .material-symbols-outlined, #lnb_405020 .material-symbols-outlined:hover {
    font-size: 36px;
    font-weight: 500;
    color: #e60012;
	padding-left:10px;
}

/* 장애인선수단지원 */
#lnb_405030 .sub_lnb_4050.dflex {
	display: flex;
}
#lnb_405030 .sub_lnb_4050_txt_01 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 200%;
    display: block;
    padding-right: 120px;  
	padding-top: 40px;
}
#lnb_405030 .sub_lnb_4050_txt_01.l-50 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 200%;
    display: block;
    padding-left: 120px;
	padding-top: 40px;
}
#lnb_405030 .sub_lnb_4050_stit {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;  
	margin-bottom: 40px;
}



/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	/*장애인선수단지원*/
	#lnb_405030 .sub_lnb_4050.dflex {
		display: flex;
		flex-direction: column;
	}
	#lnb_405030 .sub_lnb_4050_img_01 {
		width: 100% !important;
		order:1;
	}
	#lnb_405030 .sub_lnb_4050_txt_01 {
		width: 100% !important;   
		padding-right: 0px;
		order:2;
	}
	#lnb_405030 .sub_lnb_4050_txt_01.l-50 {
		padding-left: 0px;
	}
	/*재원장학회*/
	#lnb_405020 .sub_lnb_4050.dflex {
		display: flex;
		flex-direction: column;
	}
	#lnb_405020 .sub_lnb_4050_01, #lnb_405020 .sub_lnb_4050_02 {
		width: 100% !important;
	}
	#lnb_405020 .sub_lnb_4050_txt {
		position: absolute;
		width: calc(100% - 17.5px);
		top: 65%;
		padding-left: 40px;
		font-size: 20px;
		font-weight: 500;
	}
	#lnb_405020 .sub_lnb_4050_link {
		position: absolute;
		bottom: 5%;
		font-size: 16px;
		right: 40px;
		font-weight: 500;
	}
	#lnb_405020 .sub_lnb_4050_01.w-50:nth-child(1) {
		margin-bottom: 40px;
	}
	/*여수다문화복지원*/
	#lnb_405010 .sponsor-area {
		display: flex;
		flex-direction: column;
	}
	#lnb_405010 .sponsor-cont:not(:last-child) {
		margin-right: 40px;
		margin-bottom: 20px;
	}
	#lnb_405010 .program-chart {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#lnb_405010 .program-chart .chart-txt-area {
		width: 100%;
		margin-left: 0px;
        margin-top: 40px;
		margin-bottom: 80px;
	}
	#lnb_405010 .program-chart .chart-txt2 {
		margin-left: 0px;     
		justify-content: center;
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_405010 .program-chart-bg {
		display: none;
	}
	#lnb_405010 .chart1, #lnb_405010 .chart2, #lnb_405010 .chart3, #lnb_405010 .chart4 {
		margin: 0 auto;
	}
	#lnb_405010 .sub_lnb_4050_txt_01 {
		font-size: 16px;
		font-weight: 400;
		margin-top: 10px;
	}
	#lnb_405010 .program-chart .chart-txt22 {
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_405010 .program-chart .chart-txt23 {
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_405010 .sub4050_c .cm h5 {
		font-size: 20px;
		font-weight: 400;
	}
	#lnb_405010 .sponsor-tit {
		padding: 20px 0px;
		font-size: 18px;
		font-weight: 500;
	}
	#lnb_405010 .sponsor-txt {
		font-size: 16px;
		font-weight: 500;
	}
	#lnb_405010 .chart1 span, #lnb_405010 .chart2 span, #lnb_405010 .chart3 span, #lnb_405010 .chart4 span {
		font-size: 20px;
		font-weight: 500;
	}
	#lnb_405020 .sub_lnb_4050_txt_01 {
		margin-top: 10px;
		font-size: 16px;
		font-weight: 400;
	}
	#lnb_405030 .sub_lnb_4050_stit {
		font-size: 20px;
		font-weight: 500;   
		margin-bottom: 20px;
	}
	#lnb_405030 .sub_lnb_4050_txt_01 {
		font-size: 16px;
		font-weight: 400;  
		padding-top: 20px;
	}
	#lnb_405030 .sub_lnb_4050_txt_01.l-50 {
		font-size: 16px;
		font-weight: 400;
		padding-top: 20px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	#lnb_405010 .sub_lnb_4050.dflex {
		display: flex;
		flex-wrap: wrap;
	}
	#lnb_405010 .sub_lnb_4050.dflex.mt-5 {
		margin-top: 0rem !important;
	}
	#lnb_405010 .sub_lnb_4050_01.w-50, #lnb_405010 .sub_lnb_4050_02.w-50 {
		width: 100% !important;
		margin-right: 0;
	}
	#lnb_405010 .sub_lnb_4050_txt_01 {
		margin-bottom: 20px;
	}
	#lnb_405010 .sub_lnb_4050_txt_01:last-child {
		margin-bottom: 0px;
	}
	#lnb_405010 .program-chart .chart-txt2 .material-symbols-outlined {
		display: none;
	}
}

/*모바일 세로*/
@media screen and (max-width: 480px) {

}