/*     1084505 : 타이틀 텍스트      */
.title__1084505__ {font-size:0}
.title__1084505__ p {
	display:inline-block;position:relative;margin:0;padding:0;
	font-size:20px;font-weight:bold;color:#000000;letter-spacing:-.03em;line-height:1.4em;font-family:'Pretendard', 'Noto Sans KR', Sans-serif;
}
.title__1084505__ p:before {content:'';position:absolute;background:#0256d0;font-size:0}

.title__1084505__.style_top p {padding-top:10px}
.title__1084505__.style_top p:before {top:0;left:0;width:20px;height:4px}

.title__1084505__.style_right p {padding-right:14px}
.title__1084505__.style_right p:before {top:16%;right:0;width:4px;height:20px}

.title__1084505__.style_bottom p {padding-bottom:12px}
.title__1084505__.style_bottom p:before {bottom:0;left:0;width:20px;height:4px}

.title__1084505__.style_left p {padding-left:14px}
.title__1084505__.style_left p:before {top:16%;left:0;width:4px;height:20px}

.title__1084505__.style_circle1 p {padding-left:18px}
.title__1084505__.style_circle1 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
}

.title__1084505__.style_circle2 p {padding-left:18px}
.title__1084505__.style_circle2 p:before {
	top:0;bottom:0;left:0;width:10px;height:10px;margin:auto;border-radius:50%;
	border:2px solid #0256d0;background:none;box-sizing:border-box;
}

@media all and (min-width:1024px){
	.title__1084505__ p {font-size:24px}
	.title__1084505__.style_top p:before {width:24px}
	.title__1084505__.style_right p:before {height:24px}
	.title__1084505__.style_bottom p:before {width:24px}
	.title__1084505__.style_left p:before {height:24px}
}

/*     1084515 : 공백      */
.solid_line__1084515__ {box-sizing:border-box;display:block;position:relative;width:100%;height:45px}
.solid_line__1084515__.build_edit_mode {min-height:10px;border:1px dashed red}
.solid_line__1084515__.build_edit_mode:before {content:'Blank';display:block;position:absolute;top:50%;left:0;right:0;margin-top:-10px;padding:5px 0;font-size:13px;color:red;text-align:center;line-height:1}

@media all and (max-width:1023px){
	.solid_line__1084515__ {height:30px}
}

/*     1923724 : HTML 편집기      */
.html__1923724__ * {line-height:1.4em}
.html__1923724__ * {
    width: 100%;
    margin: 0 auto;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
  }
  
  .html__1923724__ * {
    box-sizing: border-box;
  }

  .html__1923724__ .banner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 20px 0;
  }
  .html__1923724__ .banner-item {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
  }

  .html__1923724__ .banner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .html__1923724__ .logo-wrap {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  .html__1923724__ .logo-wrap img {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
  }

  .html__1923724__ .org-name {
    margin: 0;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
    line-height: 1.3;
  }


  @media (max-width: 1023px) {
    .html__1923724__ .banner-grid { grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 767px) {
    .html__1923724__ .banner-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  }
  @media (max-width: 480px) {
    .html__1923724__ .banner-grid { grid-template-columns: repeat(1, 1fr); gap: 12px; }
  }


/*     1084525 : HTML 편집기      */
:root {
--conts:18px;
--m_conts:16px;
}

.html__1084525__ * {font-family:'Pretendard', 'Noto Sans KR', sans-serif; word-break:keep-all; line-height:1.6em; box-sizing:border-box; color:#000;}
.html__1084525__  {display:none;}

.html__1084525__ table {width:100%; border-top:3px solid #003493;}
.html__1084525__ table * {border:1px solid #ddd; padding:1em; text-align:center;}
.html__1084525__ table tr:nth-of-type(2n) {background:#f9f9f9;}
.html__1084525__ table th {background:#164db1; color:#fff; border:none; padding: 1.5em 1em;}
.html__1084525__ table td {background:unset;}

@media (max-width:767px) {
	.html__1084525__ .table_inner{overflow-x:scroll;}
	.html__1084525__ .table_inner .table {width:1000px;}
}

