/*     1749995 : 맞춤형 컨텐츠      */
.empty__1749995__ {padding:20px 10px;background:#fafafa;}
.empty__1749995__ p {margin:0;padding:0;}
.empty__1749995__ .title {font-size:18px;font-weight:bold;color:blue;text-align:center}
.empty__1749995__ dt {margin-bottom:5px;font-size:15px;font-weight:bold;}
.empty__1749995__ dd {margin:0;font-size:13px;}
.empty__1749995__ dd ul li {padding-left:15px;}


/*     1750035 : 공백      */
.solid_line__1750035__ {box-sizing:border-box;display:block;position:relative;width:100%;height:100px}
.solid_line__1750035__.build_edit_mode {min-height:10px;border:1px dashed red}
.solid_line__1750035__.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__1750035__ {height:20px}
}

/*     1750025 : HTML 편집기      */
#sub_view #container .contents_wrap .contents {
padding-bottom:0;
}

.sub_greeting * {
    color: #000;
    word-break: keep-all;
    box-sizing:border-box;
	font-family:'Pretendard';
}

.sub_greeting h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3.2vw, 3.2rem);
    line-height: 1.4em;
    text-align: center;
	word-break: keep-all;
}


.sub_greeting .inner {
    max-width:var(--max-width);
    margin:0 auto;
}

.sub_greeting .ani_txt {
    display: inline-block;
    overflow: hidden;
    width: 0;
    transition: width 0.5s ease-out;
    position: relative;
    height: clamp(2.3rem, 2.8vw, 2.8vw);
    margin-bottom: -10px;
    margin-right: 10px;
    border-radius: 100px;
    background: linear-gradient(45deg, #6d4411, #a48c87);
}

.sub_greeting .txt {
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    color: #fff;
}

.sub_greeting .txt1,
.sub_greeting .txt2 {
    transition: opacity 0.5s ease;
}




.sub_greeting .sec2 {
    padding-top: clamp(2rem, 5vw, 5rem);
}

.sub_greeting .sec2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_greeting .sec2 .img {
    width: 50%;
}

.sub_greeting .sec2 .img img {
    display: block;
    border-radius: clamp(1rem, 2vw, 2rem);
    box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}


.sub_greeting .sec2 p {
    width: 42%;
    margin: 0;
    font-size: clamp(1rem, 1.22vw, 1.22rem);
    line-height: 2em;
word-break: keep-all;
}

.sub_greeting .sec2 p .sign {
    display: block;
    text-align: right;

}

@media (max-width:1023px) {
     .sub_greeting .ani_txt {
        margin-bottom: -7px;
        margin-right: 6px;
    }

    .sub_greeting .sec2 .inner {flex-direction: column;}

    .sub_greeting .sec2 .img {width: 100%;}
    .sub_greeting .sec2 .img img {width: 100%;}

    .sub_greeting .sec2 p {width: 100%; margin-top: clamp(2rem, 2vw, 2rem);}
}


@media (max-width:767px) {
    .sub_greeting .ani_txt {display: none;}
    .sub_greeting .sec2 p .sign img {width: 150px;}

}


/* =========================
   sub_greeting : sec3 (history/value)
   ========================= */
.sub_greeting .sec3 {
  padding: clamp(2.5rem, 6vw, 6rem) 0 clamp(4rem, 11vw, 11rem);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sub_greeting .sec3 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 3rem);
}

/* 좌측 타이틀 블럭 */
.sub_greeting .sec3 h2 {
  flex: 0 0 32%;
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.8rem);
  line-height: 1.5;
  word-break: keep-all;
  position: relative;
  padding-left: clamp(0.9rem, 1vw, 1.2rem);
}

.sub_greeting .sec3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 4px;
  border-radius: 6px;
  background: linear-gradient(275deg, #1d6fcd, #1983c2, #419fbb); /* ani_txt와 톤 통일 */
  opacity: 0.9;
}

/* 우측 본문 */
.sub_greeting .sec3 p {
  flex: 1;
  margin: 0;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 2em;
  word-break: keep-all;
  color: #000;
  background: #fff;
  border-radius: clamp(0.8rem, 1.6vw, 1.6rem);
  box-shadow: 10px 10px 20px rgba(0,0,0,0.06);
  padding: clamp(1.2rem, 2.2vw, 2.2rem);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* 본문 내 구분을 위한 약한 구획선 (선택) */
.sub_greeting .sec3 p br + br {
  line-height: 0;
}

/* 반응형 */
@media (max-width:1023px) {
  .sub_greeting .sec3 .inner {
    flex-direction: column;
  }
  .sub_greeting .sec3 h2 {
    flex: none;
    width: 100%;
    margin-bottom: clamp(0.8rem, 2vw, 1.2rem);
  }
  .sub_greeting .sec3 p {
    width: 100%;
  }
}

@media (max-width:767px) {
  .sub_greeting .sec3 {
    padding: clamp(2rem, 5vw, 3rem) 0;
    background: #fff; /* 모바일에서는 더 담백하게 */
  }
.sub_greeting h2 br {display:none;}
  .sub_greeting .sec3 h2::before {
    width: 3px;
  }
  .sub_greeting .sec3 p {
    box-shadow: 6px 6px 14px rgba(0,0,0,0.05);
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
  }

.sub_greeting .sec3 .inner {gap:0;}

}



