/* 
--------------------------------------------------------------------------------
*/
/*
* {
font-family: 'Nanum Gothic',nanumgothic,'맑은 고딕','Malgun Gothic',arial,dotum,tahoma,sans-serif; 
}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@font-face{font-family:'Noto Thin';font-style:normal;src:url(../../font/NotoSans-Thin.woff) format("woff")}
@font-face{font-family:'Noto Light';font-style:normal;src:url(../../font/NotoSans-Light.woff) format("woff")}
@font-face{font-family:'Noto DemiLight';font-style:normal;src:url(../../font/NotoSans-DemiLight.woff) format("woff")}
@font-face{font-family:'Noto Regular';font-style:normal;src:url(../../font/NotoSans-Regular.woff) format("woff")}
@font-face{font-family:'Noto Medium';font-style:normal;src:url(../../font/NotoSans-Medium.woff) format("woff")}
@font-face{font-family:'Noto Bold';font-style:normal;src:url(../../font/NotoSans-Bold.woff) format("woff")}
@font-face{font-family:'Noto Black';font-style:normal;src:url(../../font/NotoSans-Black.woff) format("woff")}

* { font-family: 'Noto Sans KR', sans-serif ,arial,dotum,tahoma,sans-serif; }

strong, h2, h3, h4{font-weight:500}
._contentBuilder ._obj._objHtml, 
._contentBuilder ._obj._objTag{
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}


/*2024-01-11*/
a:hover{
	color:#0054a6
}
#p_linkf a:hover{
	background: #0054a6;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    border-color: #0054a6;
}
#p_links a:hover{
	background: #0054a6;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    border-color: #0054a6;
}
#p_linkf, #p_links{
  border-radius: 20px;
}
#p_linkf a, #p_links a{
  	border-radius: 20px;
    display: inline-block;
    width: 100%;
  
}
/*2024-01-11*/


#contentWrap #contentsEditHtml {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.hiddenT {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -5000px;
}

body.Mobile {
  min-width: 320px;
}

#masterTab .objHeading_h2,
#_contentBuilder .objHeading_h2 {
  font-size: 18px;
  color: #629ddb;
  background: url('./../../images/common/objHeading_h2Bg.png') left 0 no-repeat;
  line-height:1.2;
  margin-bottom:15px;
  padding:20px 0  0 20px;
  margin-top:20px;
}

#_contentBuilder .objHeading_h3 {
  font-size: 16px;
  color: #303131;
  line-height:1.2;
  padding: 10px 0 0 0;
  background: url('./../../images/common/objHeading_h3Bg.png') left 2px no-repeat;
  font-weight:600;
  margin-bottom: 15px;
  margin-left:20px;
  margin-top:20px;
}

#_contentBuilder .objHeading_h4 {
  font-size: 15px;
  color: #17a88e;
  line-height:1.2;
  padding: 0 0 0 15px;
  margin-bottom:0;
  background: url('./../../images/common/objHeading_h4Bg.png') left 5px no-repeat;
}


#contentsEditHtml .ul_1,#contentsEditHtml .ul_2,#contentsEditHtml .ul_3,#contentsEditHtml .ol_1{
  margin-top:10px;
}
#contentsEditHtml .ul_1 > li{
  background: url('./../../images/common/contents_ul.png') left 7px no-repeat;
  padding-left:15px;
  margin-bottom:10px;
}
#contentsEditHtml .ul_2 > li{
  background: url('./../../images/common/contents_ul_2.png') left 10px no-repeat;
  padding-left:12px;
  margin-bottom:10px;
}
#contentsEditHtml .ul_3 > li{
  background: url('./../../images/common/contents_ul_3.png') left 10px no-repeat;
  padding-left:12px;
  margin-bottom:10px;
}
#contentsEditHtml .ul_4 > li{
  margin-bottom:10px;
}
#contentsEditHtml .ol_1{
  /*padding-left:20px !important;
  list-style-type: decimal !important;*/
}
#contentsEditHtml .ol_1 > li{
  list-style: inherit;
  margin-bottom:10px;
  position: relative;
}
#contentsEditHtml .ol_1 > li > span{
  display:inline-block;
  background-color:#c6c6c6;
  border-radius:100%;
  padding:5px;
  width:23px;
  height:23px;
  line-height:1;
  font-size:12px;
  vertical-align:middle;
  text-align:center;
  font-weight:600;
  color:#fff;
  box-sizing:border-box;
  position: absolute;
  left: 0;
  top: 1px;
}
#contentsEditHtml .ol_2{
  margin-left:20px;
}
#contentsEditHtml .ol_2 > li {
  margin-bottom:10px;
}

#_contentBuilder .note_01, #_contentBuilder .note_02 {
  font-size: 13px;
  padding-left: 25px;
  margin: 7px 0;
}

#_contentBuilder .note_01 {
  color: #e60012;
  background: url('./../../images/common/note_01.png') left 1px no-repeat;
}

#_contentBuilder .note_02 {
  color: #002e8d;
  background: url('./../../images/common/note_02.png') left 1px no-repeat;
}

/* sub_margin */
.marR10 {
  margin-right: 10px !important;
}

._contentBuilder ._obj .marB10 {
  margin-bottom: 10px !important;
}

._contentBuilder ._obj .marB20 {
  margin-bottom: 20px !important;
}

._contentBuilder ._obj .marB30 {
  margin-bottom: 30px !important;
}

._contentBuilder ._obj .marB40 {
  margin-bottom: 40px !important;
}

._contentBuilder ._obj .marB50 {
  margin-bottom: 50px !important;
}

._contentBuilder ._obj .marT10 {
  margin-top: 10px !important;
}

._contentBuilder ._obj .marT20 {
  margin-top: 20px !important;
}

._contentBuilder ._obj .marT30 {
  margin-top: 30px !important;
}

._contentBuilder ._obj .marT40 {
  margin-top: 40px !important;
}

._contentBuilder ._obj .marT50 {
  margin-top: 50px !important;
}

/* sub_table */
table col.auto {
  width: auto;
}

table col.w5per {
  width: 5%;
}

table col.w8per {
  width: 8%;
}

table col.w10per {
  width: 10%;
}

table col.w13per {
  width: 13%;
}

table col.w15per {
  width: 15%;
}

table col.w18per {
  width: 18%;
}

table col.w20per {
  width: 20%;
}

table col.w23per {
  width: 23%;
}

table col.w25per {
  width: 25%;
}

table col.w30per {
  width: 30%;
}

table col.w35per {
  width: 35%;
}

table col.w40per {
  width: 40%;
}

table col.w50per {
  width: 50%;
}

table col.w60per {
  width: 60%;
}

table col.w70per {
  width: 70%;
}

table col.w80per {
  width: 80%;
}

table col.w90per {
  width: 90%;
}

._contentBuilder ._obj._objHtml .tableWrap,
._contentBuilder ._obj._objTag .tableWrap,
._contentBuilder .tableWrap {
  overflow: hidden;
  border-top-color: #2460db;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #FFF;
  border-left-style: solid;
  border-left-width: 0px;
}

._contentBuilder ._obj._objHtml .tableWrap table,
._contentBuilder ._obj._objTag .tableWrap table,
._contentBuilder .tableWrap table {
  background-color: #fff;
  margin-left: -1px;
  margin-bottom: 15px;
}

._contentBuilder ._obj._objHtml .tableWrap table th,
._contentBuilder ._obj._objHtml .tableWrap table td,
._contentBuilder ._obj._objTag .tableWrap table th,
._contentBuilder ._obj._objTag .tableWrap table td,
._contentBuilder .tableWrap table th,
._contentBuilder .tableWrap table td {
  border-width: 0 0 1px 1px !important;
  border-color: #cecece !important;
  border-style: solid;
  width: auto;
  padding: 15px 10px;
  font-size: 14px;
}

._contentBuilder ._obj._objHtml .tableWrap table thead th,
._contentBuilder ._obj._objTag .tableWrap table thead th,
._contentBuilder .tableWrap table thead th {
  text-align: center;
  color: #1d60af;
  background-color: #f2f9fd;
  font-size: 14px;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody th,
._contentBuilder ._obj._objTag .tableWrap table tbody th,
._contentBuilder .tableWrap table tbody th {
  text-align: center;
  color: #1d60af;
  background-color: #f2f9fd;
  font-size: 14px;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody th label,
._contentBuilder ._obj._objTag .tableWrap table tbody th label,
._contentBuilder .tableWrap table tbody th label {
  color: #333;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody tr.bg01 th,
._contentBuilder ._obj._objHtml .tableWrap table tbody tr.bg01 td,
._contentBuilder ._obj._objTag .tableWrap table tbody tr.bg01 th,
._contentBuilder ._obj._objTag .tableWrap table tbody tr.bg01 td {
  background-color: #fafafa !important;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody td input.input,
._contentBuilder .tableWrap table tbody td input.input,
._contentBuilder ._obj._objHtml .tableWrap table tbody td select,
._contentBuilder .tableWrap table tbody td select {
  border: 1px solid #cfcfcf;
  height: 40px;
  line-height: 40px;
  width: 30%;
  margin-right: 10px;
  color: #383838;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody td ul.check_list,
._contentBuilder .tableWrap table tbody td ul.check_list {
  overflow: hidden;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody td ul.check_list li,
._contentBuilder .tableWrap table tbody td ul.check_list li {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 5px 0;
}

._contentBuilder ._obj._objHtml .tableWrap table tbody td ul.check_list li label,
._contentBuilder .tableWrap table tbody td ul.check_list li label {
  margin-left: 5px;
  vertical-align: middle;
}

._contentBuilder ._obj._objHtml table .alignL,
._contentBuilder table .alignL {
  text-align: left !important;
}

._contentBuilder ._obj._objHtml table .alignR,
._contentBuilder table .alignR {
  text-align: right !important;
}

._contentBuilder ._obj._objHtml table .alignC,
._contentBuilder table .alignC {
  text-align: center !important;
}

._contentBuilder ._obj .tableWrap .under {
  margin-top: 5px;
}

/*테이블 위 단위 우정렬*/
._contentBuilder ._obj .tableWrap .over {
  text-align: right;
  font-size: 13px;
  margin-bottom: 5px;
}

._contentBuilder ._obj._objHtml .tableWrap table .line_no {
  border-bottom: 0 !important;
}

._contentBuilder ._obj._objHtml .tableWrap.f14 *,
._contentBuilder ._obj._objTag .tableWrap.f14 *,
._contentBuilder .tableWrap.f14 * {
  font-size: 14px;
}

._contentBuilder ._obj._objHtml .tableWrap.f13 *,
._contentBuilder ._obj._objTag .tableWrap.f13 *,
._contentBuilder .tableWrap.f13 * {
  font-size: 13px;
}

._contentBuilder ._obj._objHtml .tableWrap.f13td tbody td,
._contentBuilder ._obj._objTag .tableWrap.f13td tbody td,
._contentBuilder .tableWrap.f13td tbody td {
  font-size: 13px;
}

._contentBuilder ._obj._objHtml .vaT table tbody td,
._contentBuilder .vaT table tbody td {
  vertical-align: top;
}

/* 테이블 스타일2 class="sty02" */
._contentBuilder ._obj._objHtml .tableWrap.sty02, ._contentBuilder ._obj._objTag .tableWrap.sty02, ._contentBuilder .tableWrap.sty02 {
  border-top-color: #353e4d !important;
}

._contentBuilder ._obj._objHtml .tableWrap.sty02 table th, ._contentBuilder ._obj._objHtml .tableWrap.sty02 table td, ._contentBuilder ._obj._objTag .tableWrap.sty02 table th, ._contentBuilder ._obj._objTag .tableWrap.sty02 table td, ._contentBuilder .tableWrap.sty02 table th, ._contentBuilder .tableWrap.sty02 table td {
  padding: 14px 10px 13px;
}

._contentBuilder ._obj._objHtml .tableWrap.sty02 table tbody th, ._contentBuilder ._obj._objTag .tableWrap.sty02 table tbody th, ._contentBuilder .tableWrap.sty02 table tbody th {
  background-color: #fff;
}

._contentBuilder ._obj._objHtml .tableWrap.sty02 table thead th, ._contentBuilder ._obj._objTag .tableWrap.sty02 table thead th, ._contentBuilder .tableWrap.sty02 table thead th {
  background-color: #ededed;
}

/* 테이블 스타일2 class="sty03" */
._contentBuilder ._obj._objHtml .tableWrap.sty03, ._contentBuilder ._obj._objTag .tableWrap.sty03, ._contentBuilder .tableWrap.sty03 {
  border-top-color: #a0a0a0 !important;
}

._contentBuilder ._obj._objHtml .tableWrap.sty03 table th, ._contentBuilder ._obj._objHtml .tableWrap.sty03 table td, ._contentBuilder ._obj._objTag .tableWrap.sty03 table th, ._contentBuilder ._obj._objTag .tableWrap.sty03 table td, ._contentBuilder .tableWrap.sty03 table th, ._contentBuilder .tableWrap.sty03 table td {
  padding: 14px 10px;
}

._contentBuilder ._obj._objHtml .tableWrap.sty03 table tbody th, ._contentBuilder ._obj._objTag .tableWrap.sty03 table tbody th, ._contentBuilder .tableWrap.sty03 table tbody th {
  color: #505050;
  background-color: #fafafa;
}

._contentBuilder ._obj._objHtml .tableWrap.sty03 table tbody td, ._contentBuilder ._obj._objTag .tableWrap.sty03 table tbody td, ._contentBuilder .tableWrap.sty03 table tbody td {
  color: #9c9c9c;
}

._contentBuilder ._obj._objHtml .tableWrap.sty03 table thead th, ._contentBuilder ._obj._objTag .tableWrap.sty03 table thead th, ._contentBuilder .tableWrap.sty03 table thead th {
  background-color: #ededed;
}

/* 테이블 가로 스크롤 */
body.Mobile .tableWrap{
  position: relative;
  overflow-x: scroll !important;
  overflow-y: hidden;
  width: 100%;
}

body.Mobile .tableWrap table,
body.Mobile ._articleTable table,
body.Mobile .tableWrap .under {
  position: relative;
  min-width: 600px;
}

body.Mobile ._mojList,
body.Mobile ._mojView {
  overflow-x: hidden !important;
  background: none;
  padding-top: 0;
}

body.Mobile ._mojList form table,
body.Mobile ._mojView form table {
  position: relative;
  min-width: 100%;
}

body.Mobile .tableWrap.noScroll {
  overflow-x: hidden !important;
  background: none;
  padding-top: 0;
}

body.Mobile .tableWrap.noScroll table,
body.Mobile .tableWrap.noScroll .under {
  min-width: 0px;
}

/* sub_text box */
.textbox_wrap {
  border: 1px solid #d9dee2;
  background-color: #f7f7f7;
  position: relative;
  padding: 20px 40px;
  display: table;
  width: 100%; 
  box-sizing: border-box;
}

.textbox_wrap:before, .textbox_wrap:after {
  content: "";
  position: absolute;
  background: url('./../../images/common/textBox_edge.png') left top no-repeat;
  width: 15px;
  height: 15px;
}

.textbox_wrap:before {
  top: -1px;
  left: -1px;
}

.textbox_wrap:after {
  bottom: -1px;
  right: -1px;
  background-position: right bottom;
}
.textbox_wrap .thum{
  margin-right:40px;
}
.textbox_wrap .wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.textbox_wrap.iconNo{
  border:none;
  background-color:#f3f9ff;
}
.textbox_wrap.iconNo .wrap {
  padding-left: 0;
}
.textbox_wrap.iconNo .wrap:before {
  display:none !important;
}

.textbox_wrap.type01 .wrap:before {
  background-position: left top;
}

.textbox_wrap.type02 .wrap:before {
  background-position: -70px top;
}

.textbox_wrap.type03 .wrap:before {
  background-position: -140px top;
}

.textbox_wrap.type04 .wrap:before {
  background-position: -210px top;
}

.textbox_wrap.type05 .wrap:before {
  background-position: -280px top;
}

.textbox_wrap.type06 .wrap:before {
  background-position: -350px top;
}

.textbox_wrap.type07 .wrap:before {
  background-position: -420px top;
}

.textbox_wrap.type08 .wrap:before {
  background-position: -490px top;
}

.textbox_wrap.type09 .wrap:before {
  background-position: -560px top;
}

.textbox_wrap.type10 .wrap:before {
  background-position: -630px top;
}

.textbox_wrap.type11 .wrap:before {
  background-position: -700px top;
}

.textbox_wrap .wrap .title {
  color: #0055bc;
  font-size: 22px;
  font-weight: 600;
  margin-bottom:10px;
}
.textbox_wrap .wrap .objHeading_h4{
  color: #0055bc !important;
  font-size: 19px !important;
  font-weight:600;
}

.textbox_wrap .wrap>ul>li {
  background: url('./../../images/common/textBox_ul.png') left 9px no-repeat;
  padding-left: 15px;
  margin: 5px 0;
}

.textbox_wrap .wrap>ul>li>ul.ul_2 {
  margin-top: 7px;
}

.textbox_wrap .wrap>ul>li>ul.ul_2 li {
  color: #888;
}

.textbox_wrap .wrap>ul>li>ul.ul_2 li strong {
  color: #444;
  font-weight: 400;
}

.textbox_wrap .wrap>ul {
  overflow: hidden;
}

.textbox_wrap .wrap>ul.w3>li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 7px 0 !important;
  word-break: keep-all;
  text-align: left;
}

body.Desktop .textbox_wrap .wrap>ul.w3>li:nth-child(3n+1) {
  clear: both;
}

.textbox_wrap .borderT {
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}

.page_ready {
  text-align:center;
}
.page_ready h3{
  color:#1b32ab;
  font-size:23px;
  margin:20px 0;
}
.page_ready p{
  font-size:16px;
}

@media all and (max-width: 639px) {
  .textbox_wrap			{display:block; padding:15px;}
  .textbox_wrap .thum	{margin-right:0;display:block;text-align:center;margin:20px 0 30px;width: 100%;}
  .textbox_wrap .wrap	{display:block;height:auto;width: 100%;/* float: left; */clear: both;}
  .textbox_wrap .thum img{max-width: 100%;}	
  .btnarr{float:inherit;}
  .btnarr a{display:block; margin:5px 0; width:100%; }
}
a.down-text					{color:#0055bc;text-decoration:underline;font-weight:600;padding:2px 5px;transition:ease all 0.3s;border-radius: 3px;}
a.down-text:hover			{ color:#fff; background:#0055bc;  text-decoration:none;}
a.down-text:after			{content:''; width:16px; height:15px; display:inline-block; background:url(./../../images/common/btn_down.png) no-repeat; vertical-align:middle; margin:-4px 0 0 5px;}
a.down-text:hover:after		{background:url(./../../images/common/btn_downw.png) no-repeat;}
a.blank-text				{color:#0055bc;text-decoration:underline;padding:2px 5px;font-weight:600;transition:ease all 0.3s;border-radius: 3px;}
a.blank-text:hover			{ color:#fff; background:#0055bc;  text-decoration:none;}
a.blank-text:after			{content:''; width:16px; height:15px; display:inline-block; background:url(./../../images/common/btn_blankB.png) no-repeat; vertical-align:middle; margin:-4px 0 0 5px;}
a.blank-text:hover:after		{background:url(./../../images/common/btn_blankW.png) no-repeat;}

/*btn-type*/
.btnType						{display:inline-block; text-decoration:none; color:#999; padding:0 35px; line-height:42px; font-size:15px; position:relative; background-color:#fff;}
.btnType.btn-lineBox		{border:3px solid #38659f; line-height:40px;}
.btnType.img-Btn			{padding: 0 40px 0 20px;}
.btnType.img-Btn:after		{content:''; width:16px; height:16px; display:block; position:absolute; right:15px; top:50%; margin-top:-8px;}
.btnType.middle			{line-height:28px; border-radius:5px;}

.btnType:hover				{opacity:0.7; transition:ease all 0.3s;}
/*icon*/
.btn_blankW:after			{background:url(./../../images/common/btn_blankW.png) no-repeat; }
.btn_blankB:after			{background:url(./../../images/common/btn_blankB.png) no-repeat; }
.btn_down:after			{background:url(./../../images/common/btn_down.png) no-repeat; }
.btn_downW:after			{background:url(./../../images/common/btn_downw.png) no-repeat; }
.btn_plus:after			{background:url(./../../images/common/btn_plus.png) no-repeat; }
.btn_preveiw:after			{background:url(./../../images/common/btn_preveiw.png) no-repeat; }
.btn_whitearr:after			{background:url(./../../images/common/btn_whitearr.png) no-repeat; }

.point 	{background:url(./../../images/common/point-icon.png) left center no-repeat; padding-left:30px; color:#0055bc;}

/*bgcolor*/
a.btn-color-0055bc			{background-color:#0055bc; color:#fff;}
a.btn-color-0091d4			{background-color:#0091d4; color:#fff;}
a.btn-color-5073b3			{background-color:#5073b3; color:#fff;}
a.btn-color-054073			{background-color:#054073; color:#fff;}
a.btn-color-24262a			{background-color:#24262a; color:#fff;}
a.btn-color-4e4e4e			{background-color:#4e4e4e; color:#fff;}
a.btn-color-ebebeb			{background-color:#ebebeb; color:#666;}
a.btn-color-f8f8f8			{background-color:#f8f8f8; color:#666;}
a.btn-color-f3f9ff				{background-color:#f3f9ff; color:#666;}
a.btn-color-ff9801			{background-color:#ff9801; color:#fff;}
a.btn-fcolor-0054a6			{color:#0054a6 !important;}
a.btn-fcolor-0054a6			{color:#0054a6 !important;}

/*font-color*/
.font-color-0055bc			{ color:#0055bc !important;} /*조선대 컬러 파랑*/
.font-color-ff9801			{color:#ff9801 !important;}/*오렌지컬러*/

.floatR{float:right;}


/*login*/
.loginWrap p.note	{font-weight: 400;    font-size: 15px;}
.loginWrap ul.dot > li{font-weight:400; font-size:14px;}
.loginWrap .certi p	{word-break: keep-all;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.trBg{background: #ecf5ff;}
.alignC img{max-width:100%}

.pcont { margin-left:20px;}

#_contentBuilder .ptext {
  margin-left: 20px;
}

/* 기금종류 */
.use_cont * { box-sizing:border-box;}
.use_cont  > div { position:relative; margin-right: 2%; margin-bottom:50px; }
.use_cont  > div:after { content:""; display:block; clear:both}
.use_cont  > div:nth-child(1) .textWrap { }
.use_cont  > div:nth-child(3) { margin-right:0;}
.use_cont > div  .imgWrap { float:left; width:50%; height:300px; margin-top:30px;}
.use_cont > div  .imgWrap img { width:100%;}
.use_cont > div  .textWrap { position:absolute; right:0; top:0; width:52%; height:300px; background-color:#0054a7; color:#fff;; padding:30px; }
.use_cont > div  .textWrap h3 {color:#fff;min-height:40px;margin-bottom:10px;font-size:25px;padding-left: 40px;}
.use_cont > div  .textWrap p { color:rgba(255, 255, 255, 0.8);}
.use_cont > div:nth-child(1)  .textWrap h3  { background:url(./../../images/icn_use_cont01.png) no-repeat left center;  background-size:30px; }
.use_cont > div:nth-child(2)  .textWrap h3  { background:url(./../../images/icn_use_cont02.png) no-repeat left center; background-size:30px; }
.use_cont > div:nth-child(3)  .textWrap h3  {background:url(./../../images/icn_use_cont03.png) no-repeat left center;background-size: 25px;}
.use_cont > div:nth-child(4)  .textWrap h3  { background:url(./../../images/icn_use_cont04.png) no-repeat left center;  background-size:30px; }
.use_cont > div:nth-child(5)  .textWrap h3  { background:url(./../../images/icn_use_cont05.png) no-repeat left center; background-size:30px; }

.use_cont > div:nth-child(even)  .imgWrap { float:right;}
.use_cont > div:nth-child(even)  .textWrap { left:0; right:inherit;}


@media all and (max-width: 639px) {
  .use_cont > div  .imgWrap { float:none; width:100%; height:auto;}
  .use_cont > div  .textWrap { position:relative; width:100%; height:auto;}
  .use_cont > div:nth-child(even)  .imgWrap { float:none;}


}


/*컨텐츠 안내 텍스트*/
.subvtitle										{text-align:center;}
.subvtitle .textl								{font-size: 45px;color:#2f2f2f;line-height:1;}
.subvtitle .textl strong						{display:block;}
.subvtitle .textl strong span				{display:block; color:#2d62bc;}
.subvtitle .textl strong:after				{content:''; width:30px; height:1px; display:block; margin:35px auto 25px; background-color:#000; text-align:center; }
.subvtitle .textl .subtext					{color:#303030;font-size: 30px;display:block;}
.subvtitle .texts								{color:#555555;font-size: 16px;margin-top:30px;}
.ideology-grap								{text-align:center;}



/*greeting*/
.greetingWrap .inner						{padding-left:410px;}
.greetingWrap .inner .photo				{background: url(./../../images/greetingPhotoBg.jpg) 20px bottom no-repeat;padding:0 15px 15px 0;width: 360px;height:475px;position:absolute;left:0;}
.greetingWrap .inner .photo img {max-width:100%;}
.greetingWrap .sign											{color:#6c6c6c; padding-right:50px; display:inline-block; padding:25px 25px 25px 25px; position:relative; margin-top:30px;}
/*.greetingWrap .sign:after									{content:'';background: url(./../../images/greetingIcon.png) right bottom no-repeat;position:absolute;display:block;width:34px;height:33px;right:20px;top: 45px;}*/
.greetingWrap .sign strong									{display:block; font-size:20px;}
.greetingWrap .sign span			{font-size:18px;}
.greetingWrap .sign img			{position:absolute; top:-20px; height:120px; width:171px}
.greetingWrap .greetingContent				{float:right;}
.greetingWrap .top-text					{font-size:14px;color:#222;line-height:1.6;margin-bottom: 30px;overflow: hidden;}
.greetingWrap .top-text strong		{color:#0055bc;font-size:20px;display:block;margin: 30px 0;}
.greetingWrap .middle-text			{background-color:#f8f8f8; padding:0 40px 40px 100px; margin-left:-100px; overflow:hidden; font-size:15px; line-height:1.6}
.greetingWrap .middle-text strong	{display:block;margin: 30px 0 15px;position:relative;font-size:16px;}
.greetingWrap .middle-text strong:before									{content:''; background-color:#0055bc;  width:15px; height:2px; right:20px; top:35px; margin-bottom:5px;} /*2023-12-29 display:block 제외*/
.greetingWrap .bottom-text				{margin:40px 0 0 0;}
.greetingWrap .bottom-text p			{margin-bottom:30px;}


@media all and (max-width:639px) {
  .greetingWrap .inner				{padding: 0;}
  .greetingWrap .inner .photo		{width: 100%; height: auto; background-position: 15px -90px; padding-right: 10px; position: relative;}
  .greetingWrap .sign				{width:100%; box-sizing:border-box;}
  .greetingWrap .greeting-content	{word-break: keep-all;}
  .greetingWrap .middle-text			{padding: 20px; box-sizing: border-box; margin: 0;}
}


/* 건학이념 */
.ideology									{position:relative;text-align:center;margin: 30px auto;}
.ideology ul li							{}
.ideology ul li div						{position:absolute; font-size:15px; text-align:left; width:180px; word-break: keep-all; line-height:1.3;}
.ideology ul li.i-01 div					{right: 130px;top: 70px;}
.ideology ul li.i-02 div					{left: 10px;bottom: 120px;}
.ideology ul li.i-03 div					{right: 25px;bottom: 160px;}
.ideology ul li div strong				{display:block; font-size:25px; color:#0055bc; margin-bottom:10px;}
.ideology ul li:before					{content:'';width:282px;height:324px;display:inline-block;}
.ideology ul li:after					{content:''; position:absolute; background:url(/sites/chosun/images/contents/ideologydot.png) no-repeat; width:47px; height:47px; display:inline-block}
.ideology .i-01:after					{right: 329px;top:115px;}
.ideology .i-02:after					{left: 160px;bottom: 200px;}
.ideology .i-03:after					{right: 212px;bottom: 180px;}
._contentBuilder ._obj._objHtml .ideology .i-02							{margin:-130px 0 0 -235px;}
._contentBuilder ._obj._objHtml .ideology .i-03							{margin:-330px 0 0 235px;}
._contentBuilder ._obj._objHtml .ideology .i-01:before					{background:url(/sites/chosun/images/contents/ideology01.png) no-repeat; background-size:230px}
._contentBuilder ._obj._objHtml .ideology .i-02:before					{background:url(/sites/chosun/images/contents/ideology02.png) no-repeat; background-size:230px}
._contentBuilder ._obj._objHtml .ideology .i-03:before					{background:url(/sites/chosun/images/contents/ideology03.png) no-repeat; background-size:230px;}

@media (max-width: 1024px) {
  .ideology			{width:100%; text-align:left;}
  .ideology ul li	{width:100%;margin:0 !important;position:relative;min-height: 280px;padding-left: 240px;overflow: hidden;box-sizing: border-box;}
  .ideology ul li div	{position:inherit;width:auto;margin-top:50px;left:inherit !important;right:inherit !important;bottom:inherit !important;top:inherit !important;box-sizing: border-box;}
  .ideology ul li:after{display:none;}
  .ideology ul li:before	{position: absolute;left:0;top:0;background-size: 100% auto !important;width:200px;overflow: hidden;}

}

@media (max-width: 639px) {
  .ideology ul  {text-align:center;}
  .ideology ul li          {padding: 0; text-align: center; margin-bottom: 50px !important; padding-left: 0;}
  .ideology ul li:before   {height: 250px; position:relative;}
  .ideology ul li div      {text-align: center; margin-top:0;}
}


/* 발전기금 조성 목적 */
.fund_purpose {position: relative;}
.fund_purpose .text_wrap {
  background: #fff;
  position: relative;
  z-index: 10;
  margin: 0 4%;
  margin-top: -125px;
  padding: 30px 4%;
  padding-bottom: 0;
}
.fund_purpose .text_wrap h4 {
  position: relative;
  text-align: center;
  color: #0054a7;
  padding: 20px 0 0 0;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.fund_purpose .text_wrap h4:after {
  content:"";
  position:absolute;
  background: #0054a7;
  width: 40px;
  height: 3px;
  left: 50%;
  top: 0;
  margin-left: -20px;
}

.box_fund_info { padding:40px 20px;  background:url(./../../images/icn_fund_info.png) no-repeat 30px center; border:1px solid #ddd; }
.box_fund_info dl dt { font-weight:600; color:#629ddb; padding-bottom:10px;}
.box_fund_info dl { padding-left:150px;}



.honor_title {width: calc(100% - 260px);height:200px;background:url(./../../images/bg_honor_title.png) no-repeat center right;color:#fff;background-size:cover;padding-left: 260px;}
.honor_title .icon {
  font-size: 26px;
  background:url(./../../images/bg_honor_title_1.png) no-repeat top center;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 35px;
  left: 104px;
  padding: 35px 49px;
  text-align: right;
}
.honor_title .icon span {font-size: 18px;font-weight: 400;display: block;}
.honor_title h4 { margin:0; padding:52px 30px 0 30px; color:#e9d267; font-size:20px; text-align: left; line-height: 1.2; font-family: 'Noto Serif KR', serif !important; font-weight: 400; }
.honor_title h4 span { display: block;  color:#e9d267; font-size:30px; font-family: 'Noto Serif KR', serif !important; font-weight: 400; }
.honor_title p { margin:0; padding:15px 30px 0 30px; color: #fff; font-size: 16px; font-weight: 300; }


.honor_type01 { }
.honor_type01 > ul > li { float:left;  width:20%; margin:2% 1%; background-color:#f5f5f5; border:1px solid #ddd; text-align:center;}
.honor_type01 > ul > li .thum img { max-width:100%;}
.honor_type01 > ul > li .info { padding:15px 0; color:#777;}
.honor_type01 > ul > li .info .name { color:#0054a7; font-weight:600; }

@media (max-width: 1024px) {
  .honor_title { padding-left: 160px; width: calc(100% - 160px); }
  .honor_title .icon { left: 20px; }
}
@media (max-width: 515px) {
  .honor_title { padding: 100px 0 0 10px; width: calc(100% - 10px); height: 145px; }
  .honor_title .icon { background: #e9d267; padding: 5px 20px; border-radius: 10px; font-size: 20px; }
  .honor_title .icon span { display: inline-block;  }
  .honor_title h4 { padding: 12px 30px 0 12px; }
  .honor_title h4 span { }
  .honor_title p { padding: 15px 30px 0 12px; }
}
@media (max-width: 639px) {
  .honor_title  h4 { font-size:16px;}
  .honor_title h4 span { display: block;  color:#e9d267; font-size:22px; }
  .honor_title  h4 span { display:inline-block; width:100%;}

  .honor_type01 > ul > li { width:50%;}
}

/* 기부자 추천하기 */
.fund_recommend   .textbox_wrap .thum { margin-top:20px;}
.fund_recommend  { }
.fund_recommend .sp01 {font-size:16px; }
.fund_recommend .sp02,
.fund_recommend .sp03 {font-size:20px; display:block; }
.fund_recommend .sp04 {font-size:25px; letter-spacing:-1px; }




/* 웹진 */
.type-news.list .info p{font-size:13px !important;}

/* 3depth tab  원복시 삭제*/
body.eQ02 #menuUItab>.tab_div .ul_3>li{width:100%;}
body.eQ02 #menuUItab>.tab_div .ul_3>li>a{width:200px;}
body.eQ02 #menuUItab>.tab_div .ul_3:after{top:54px; bottom:auto !important;}

/* 4depth tab */
body.eQ02 #menuUItab .div_4{margin-top:30px;}
body.eQ02 #menuUItab .div_4 ul.ul_4{overflow:hidden;}
body.eQ02 #menuUItab .div_4 ul li{float:left;width: calc(100% / 4 - 5px);border: 3px solid #38659f;box-sizing:border-box;text-align:center;margin:0 5px 5px 0;}
body.eQ02 #menuUItab .div_4 ul li:nth-child(4n){margin-right:0;}
body.eQ02 #menuUItab .div_4 ul li._active{background-color:#d2ebff;}
body.eQ02 #menuUItab .div_4 ul li a{font-size:14px;display:block;padding:10px 25px;box-sizing:border-box;color:#5192CE;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
body.eQ02 #menuUItab .div_4 ul li a:hover{background-color:#d2ebff; border-color:#5192ce; color:#2357a4; font-weight:500;}

@media all and (max-width: 768px) {
  body.eQ02 #menuUItab .div_4 ul li{width:100%;border:0;margin:0;float: none;}
  body.eQ02 #menuUItab .div_4{margin-top: 10px;}
  body.eQ02 #menuUItab .div_4 ul li a{color:#666;}  
}

.youtube-box{position: relative; width: 100%; height: 0; padding-bottom: 56.25%;}
.youtube-box iframe{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

/* 기부참여 */
.attend-wrap{margin-top: 10px;}
.attend-wrap ul::after{content:""; display: table; clear: both;}
.attend-wrap li{width: 33.33333%; float: left; text-align: center; margin-top: 0 !important; position: relative; padding: 68px 10px 42px; box-sizing: border-box;}
.attend-wrap li::after{content:""; display: block; position: absolute; width: 0; height: 0; border-bottom: 27px solid transparent; border-top: 27px solid transparent; border-left: 27px solid transparent; border-right: 27px solid transparent; left: 0; top: 50%; margin-top: -27px;}
.attend-wrap li:first-child::after{display: none;}
.attend-wrap li:nth-child(2)::after{border-left: 26px solid #87c9c2;}
.attend-wrap li:nth-child(3)::after{border-left: 26px solid #3385ba;}
.attend-wrap li:nth-child(1){background-color: #87c9c2;}
.attend-wrap li:nth-child(2){background-color: #3385ba;}
.attend-wrap li:nth-child(3){background-color: #98d1da;}
.attend-wrap li .attend-logo{width: 123px; height: 123px; border-radius: 50%; margin: 0 auto;}
.attend-wrap li .attend-logo.logo-1{background: #fff url(/sites/fund/images/attend_icon_1.png) no-repeat center center;}
.attend-wrap li .attend-logo.logo-2{background: #fff url(/sites/fund/images/attend_icon_2.png) no-repeat center center;}
.attend-wrap li .attend-logo.logo-3{background: #fff url(/sites/fund/images/attend_icon_3.png) no-repeat center center;}
.attend-wrap li .attend-step{display: inline-block; font-weight: 700; font-size: 18px; color: #ed8734; background-color: rgba(255,255,255,.7); border-radius: 20px; padding: 0 16px; line-height: 35px; margin: 30px 0 26px;}
.attend-wrap li h1{font-weight: 700; font-size: 28px; color: white;}
.attend-wrap li .attend-line{width: 1px; display: inline-block; height: 31px; background-color: rgba(255,255,255,.6); margin: 14px 0 13px;}
.attend-wrap li p{font-size: 15px; line-height: 21px; color: white;}

.agreement-down:link{display: inline-block; border: 2px solid #1a5fb5; font-size: 20px; font-weight: 500; color: #1a5fb5; border-radius: 50px; line-height: 59px; padding: 0 74px 0 34px; background: url(/sites/fund/images/down_btn.png) no-repeat right 34px center; margin-right: 15px; transition: all .3s; margin-top: 42px;}
.agreement-down:link:hover{color: white; background: #1a5fb5 url(/sites/fund/images/down_btn_white.png) no-repeat right 34px center;}

.send-wrap{background-color: #ececec; padding: 44px 20px 41px 62px; margin-top: 46px;}
.send-box::after{content:""; display: table; clear: both;}
.send-logo{width: 125px; height: 125px; border-radius: 50%; background: white url(/sites/fund/images/send_logo.png) no-repeat center center; float: left;}
.send-content{width: calc(100% - 175px); float: right;}
.send-content h1{font-weight: 700; font-size: 18px; color: #1a5fb5;}
.send-content ul{margin-top: 20px;}
.send-content li{padding-left: 14px; position: relative;}
.send-content li::before{content:""; display: block; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #fbc56b;}
.send-content li p{font-size: 15px; line-height: 1.5; color: #555555;}

.online-agreement{display: block; text-align: center; background-color: #9293d1; border-radius: 50px; padding: 13.5px 0; margin-top: 32px;}
.online-agreement span{color: white; padding-right: 33px; background: url(/sites/fund/images/link_logo.png) no-repeat right center; display: inline-block; font-size: 20px;}

@media all and (max-width: 768px) {
  .attend-wrap li{width: 100%; float: none; padding: 20px 10px;}
  .attend-wrap li::after{display: none;}
  .attend-box::after{content:""; display: table; clear: both;}
  .attend-wrap li h1{font-size: 20px}
  .attend-wrap li .attend-logo{float: left; margin-right: 20px; margin-top: 25px;}
  .attend-box-content{float: left; width: calc(100% - 143px); text-align: left;}
  .attend-wrap li .attend-step{margin: 0;}
  .agreement-down:link{display: block; margin: 0; margin-bottom: 10px;}
  .agreement-down.mobile-top:link{margin-top: 30px;}
  .send-wrap{padding: 20px;}
  .send-logo{float: none; margin: 0 auto;}
  .send-content{width: 100%; float: none; margin-top: 10px;}
}


.status_total{width:100%;float:left;margin-right:50px}
.status_total div strong{font-size:20px;color:#000;font-weight:500}
.status_total div strong span{font-size:15px;font-weight:300}
.status_total div p{font-weight:800;font-size:52px;line-height:52px;color: #347cf2;letter-spacing:-4px;margin-top:10px}
.status_total .total_box1 {padding-bottom:20px;overflow:hidden;width:50%;float:left}
.status_total .total_box1 p{padding-right:50px;width:100%;box-sizing:border-box;}
.status_total .total_box2 p{color: #1d60af;}
.board .tableWrap{clear:both;}
/****** Mobile ******/
@media screen and (max-width:767px){
  .status_total{margin-right:0;margin-bottom:30px;}
  .status_total .total_box1{width:100%}
  .status_total div p{font-size:43px;margin-top: 0;}
}

body .nomoreOpen form{margin-top:0;padding:10px 0;}
@media all and (max-width: 1024px) {
  .PZwindow{width:70% !important;left:15% !important;}
  .PZwrap{width:100% !important; height:auto !important;}
  .PZwindow img{width:100%;}
  body .nomoreOpen form{margin-top:-4px;}
}

@media all and (max-width: 500px) {
  .PZwindow {top: 95px !important; left: 0px !important; width: 100% !important;}
}

/*2024-01-11*/
@media all and (max-width: 1024px){
  .title{margin-left: 0%;}
  .p_link{margin:10% 0 0 0; display:flex; width:100%}
}
/*2024-01-11*/
