.checks {width:fit-content; display:flex !important; flex-direction:row; align-items:center; gap:5px; margin-right:5px;}
.iconCenter {
    display:block;
    margin:0 auto;
}
.motion svg {
    width:100%;
    height: auto;
    display: block;
}
.onoffBox .on {
    display:none;
}
/* 크롬 / 엣지 / 사파리용 */
::-webkit-scrollbar {
  width: 6px;                /* 스크롤바 두께 */
}
::-webkit-scrollbar-track {
  background:#dedede;    /* 트랙은 투명 */
  border-radius: 999px;
  margin: 8px 0;             /* 위아래 여백 → 끝이 둥근 느낌 */
}
::-webkit-scrollbar-thumb {
  background: #949494;       /* 밝은 회색 막대 */
  border-radius: 999px;      /* 완전 둥근 막대 */
}
/* hover 시 살짝 진하게 */
::-webkit-scrollbar-thumb:hover {
  background: #c8c8c8;
}
.boldText {
    display:inline;
    font-weight:600;
}
.intro-visual-wrap {
    height: 770px;  
    min-height: 100vh;
    padding-top: 230px;
    position: relative;
    z-index:-1;
    background-color:#f7f7f7;
    overflow:hidden;
}
.intro-visual-wrap02 {
  height:auto;
}
.intro-visual-wrap .motion {
    position:absolute;
    z-index:-1;
}
.intro-visual-wrap .motion01 {
    top:330px;
    left:-180px;
    width:591px;
    animation: gentle-move 6s infinite ease-in-out alternate;       
}
.intro-visual-wrap .motion02 {
    top:-300px;
    right:300px;
    width:811px;
    animation: gentle-move02 8s infinite ease-in-out alternate;
}
.intro-visual-wrap .motion03 {
    top:220px;
    right:35px;
    z-index:-2;
    width:510px;
   animation: gentle-move 8s infinite ease-in-out alternate;    
}

@keyframes gentle-move {
    0% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
    100% {
        transform: scale(1.1) translate(20px, 20px) rotate(10deg);
    }
}

@keyframes gentle-move02 {
    0% {
        transform: scale(1.1) translate(0, 0) rotate(10deg);
    }
    100% {
        transform: scale(1) translate(10px, 10px) rotate(0deg);
    }
}
.intro-visual-wrap .topTitle {
    width: 1400px;
    margin: 0 auto;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    z-index: 1;
}
.intro-visual-wrap .topTitle dt{
  font-size: 24px;
  font-family: "Pretendard";
  color: rgb(217, 29, 88);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.intro-visual-wrap .topTitle dd {
  font-size: 46px;
  font-family: "Pretendard";
  font-weight:300;
  color: rgb(0, 0, 0);
  line-height: 1.304;
  text-align: left;
  padding-top:35px;
}
.intro-visual-wrap .topTitle dd strong {
    display:inline;
    font-weight:600;
}
/* sticky 래퍼는 고정될 영역 → 반드시 내용물만큼 높이 유지됨 */
.intro-visual-sticky {
    position: relative;
    z-index: 2;
}

/* 실제 애니메이션되는 박스 */
.intro-visual-box {
    width: 1400px;
    height: 420px;
    margin:300px auto 0 auto;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    overflow: hidden;
    position: relative; /* 절대 바꾸지 말기 */
}

.intro-visual-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro-visual-wrap02 {
    min-height:auto;
}
.intro-visual-wrap02 .topTitle {
    position:relative;
    left:auto;
    transform:initial;
    padding-bottom:75px;
    z-index:8;
}
.intro-visual-wrap02 .border {
    display:block;
    width:100%;
    height:1px;
    background-color:#e3e3e3;
    position: relative;
    z-index:-6;
}
.intro-visual-wrap02::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fed547;
    position: absolute;
    left: 45%;
    top: 0px;
    position: absolute;
    left:150px;
    top:260px;
}
.intro-visual-wrap02::after {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ff8833;
    position: absolute;
    left:50%;
    top:260px;
    z-index: 5;
    animation: breathe02 3.9s ease-in-out infinite;  
}
.intro-visual-wrap02 .cell-ring01 {
    top:212px;
    left:40%;
    z-index:6;
}
.intro-visual-wrap02 .cell-ring02 {
    position:absolute;
    top:320px;
    right:10.8%;
    z-index:5;
    left:auto;
    bottom:auto;
}
.intro-visual-wrap02 .cell-ring03 {
    top:435px;
    right:37%;
    left:auto;
    bottom:auto;
    background-color:#accfff;
}
.intro-visual-wrap02 .motion02 {
    top:-320px;
    right:11%;
    z-index:-3;        
}
.intro-visual-wrap02 .motion03 {
    top:180px;
    right:2%;
    z-index:-4;
}
.wd100 {width:100%;}
.center {text-align:center;}
.sub {position:relative; z-index:2;}
.sub .sec {width:100%; position:relative;}
.sub .sec .inner {width:1400px; margin:0 auto; position:relative;}
.sub .topTitBox {
    margin-bottom:55px;
}
.boardViewWrap {
    padding-top:120px;
}
.sub .topTitBox dt {
    font-size:24px;
    font-weight:500;
    color:#888888;
    margin-bottom:25px;
    line-height:1;
}
.sub .topTitBox dd {
    font-size:72px;
    font-weight:700;
    color:#000000;
    line-height:1;
}
.profileCircle {
    width:200px;
    height:200px;
    border-radius:50%;
    background-color:#fff;
    box-shadow:3px 3px 10px rgba(0, 0, 0, 0.06);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.titType01 {
    display:block;
    font-size:40px;
    font-weight:700;
    color:#222222;
    line-height:1.4;
}
.titType02 {
  font-size: 64px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.textType01 {
    font-size:20px;
    font-weight:400;
    color:#444444;
    line-height:1.6;
}
.textType02 {
  font-size: 24px;
  font-family: "Noto Sans CJK KR";
  font-weight:300;
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.25;
}
.textType03 {
  font-size: 26px;
  font-weight:300;
  font-weight:200;
  color: #444444;
  line-height: 1.4;
  text-align:center;
}
.textType04 {
  font-size:20px;
  font-weight:300;
  font-weight:300;
  color: #000;
  line-height: 1.4;
  text-align:center;
}
.textType04 .point {
  font-size:26px;
  display:inline;
  font-weight:600;
  color:var(--point);
}
.textType04 .point02 {
  font-size:1em;
  display:inline;
  font-weight:600;
  color:var(--point);
}
.titDeco {
  display:block;
  font-size: 20px;
  font-family: "Pretendard";
  color: rgb(217, 29, 88);
  font-weight: bold;
}
/* 인사말 */
.greeting-section,
.boardLayout {padding:100px 0 180px 0;}
.greetingBox {justify-content:space-between;}
.greetingBox .lfBox {width:560px;}
.greetingBox .lfBox .ceoImg {width:100%; margin-bottom:10px;}
.greetingBox .lfBox .ceoImg img {width:100%;}
.greetingBox .rtBox {width:calc(100% - 630px);}
.greetingBox .lfBox dl {
    margin-right:10px;
}
.greetingBox .lfBox dt {
    font-size:24px;
    font-weight:500;
    color:#888888;
    text-align:right;
    padding-bottom:10px;
}
.greetingBox .lfBox dd {
    font-size:40px;
    font-weight:500;
    color:#222222;
    text-align:right;    
}
/* 협회소개 하단 */
.associationMove {
    width:100%;
    height:380px;
    background:url('../../_images/sub/intro_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.associationMove .textType02 {
    padding:30px 0 50px 0;
}
.associationMove ul {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.associationMove ul li a {
  display:block;
  background-color: rgb(0, 0, 0, 0.3);
  width: 180px;
  height: 50px;
  line-height:50px;
  text-align:center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.associationMove ul li a:hover {
    background-color:var(--point);
    color:#fff;
}

/* 회원가입 */
.joinWrap {padding:110px 0 140px 0;}
.selectType {width:920px; margin:0 auto; }
.selectType .linkBox {width:100%; display:flex; flex-direction:row; align-items:stretch; justify-content:space-between;}
.selectType .linkBox li {width:32%; box-shadow:3px 3px 10px rgb(0, 0, 0, 0.1); background-color:#fff; border-radius:12px; overflow:hidden; text-align:center;}
.selectType .linkBox li:hover {background-color:var(--point);}
.selectType .linkBox li a {display:block; width:100%; padding:40px 30px 30px 30px; box-sizing:border-box;}
.selectType .linkBox li .icon {width:140px; height: 140px; border-radius:50%; background-color:#f7f7f7; margin:0 auto; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.selectType .linkBox li:hover .icon {background-color:#fff;}
.selectType .linkBox li dt {padding:28px 0 25px 0; font-size:26px; font-weight:500; color:#222222;}
.selectType .linkBox li dd {height:100px; font-size:14px; font-weight:300; color:#9e9e9e; line-height:1.4; text-align:left; letter-spacing:-0.6px;}
.selectType .linkBox li:hover dt,
.selectType .linkBox li:hover dd {color:#fff;}
.selectType .linkBox li .arrowImg img {display:block; margin:0 auto;}
.selectType .linkBox li .arrowImg .on {display:none;}
.selectType .linkBox li:hover .arrowImg .off {display:none;}
.selectType .linkBox li:hover .arrowImg .on {display:block;}

.dotsList li {display:flex; flex-direction:row; align-items:flex-start;}
.dotsList li:not(:last-child) {margin-bottom:7px;}
.dotsList li p {font-size:14px; font-weight:300; color:#777777; line-height:1.3;}
.dotsList li p strong {color:#000; display:inline; font-weight:500;}
.dotsList li p.type02 {color:#ff6600; margin-right:3px;}
/* 이용약관 */
:root {
  --border-gray: #e1e1e1;
  --text-main: #111;
  --bg-card: #fff;
}

/* 래퍼 */
.terms-wrap {
  max-width: 800px;
  width:100%;
  margin: 0 auto;
}

/* 섹션 간 간격 */
.terms-section + .terms-section {
  margin-top: 40px;
}

/* 타이틀 */
.terms-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 14px;
}

/* 타이틀 + 전체보기 */
.terms-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 전체보기 버튼 */
.btn-more {
  border: none;
  background: none;
  padding: 0;
  font-size: 17px;
  font-weight:300;
  color: #666;
  cursor: pointer;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:5px;
}
.btn-more:hover {
    color:var(--point);
}
.btn-more .on {
    display:none;
}
.btn-more:hover .off {
    display:none;
}
.btn-more:hover .on {
    display:block;
}
/* 카드 박스 */
.terms-card {
  min-height:295px;
  border-radius:10px;
  background-color: var(--bg-card);
  padding:30px 20px;
  box-shadow:rgba(0, 0, 0, 0.1) -1px 1px 13px 6px;
}
.terms-card02.active,
.terms-card02.active .terms-scroll {
    min-height:initial;
    max-height:initial;
}
/* 스크롤 되는 텍스트 박스 */
.terms-scroll {
  max-height: 230px;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-main);
}
.terms-scroll p {
    font-size:15px;
    font-weight:300;
    color:#111111;
    line-height:1.4;
}

/* 커스텀 체크박스 라벨 */
.terms-agree {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top:25px;
  cursor: pointer;
}

/* 실제 체크박스 숨김 */
.terms-agree input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 체크박스 UI */
.checkbox-ui {
  width:30px;
  height:30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.18s ease-out;
}

/* 체크 표시 */
.checkbox-ui::before {
  content: "✓";
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.18s ease-out;
}

/* 텍스트 */
.terms-agree-text {
  font-size:22px;
  font-weight:300;
  color: var(--text-main);
}

/* 체크 시 색상 채워짐 */
.terms-agree input[type="checkbox"]:checked + .checkbox-ui {
  background-color: var(--point);
  border-color: var(--point);
}
.terms-agree input[type="checkbox"]:checked + .checkbox-ui::before {
  opacity: 1;
  transform: scale(1);
}
.btn-join {
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width: 100%;
  max-width: 800px;
  height: 80px;
  margin: 50px auto 0 auto;
  border-radius: 10px;
  border: none;
  background-color: var(--point);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
}
.qnaWriteBtn {
  display: flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width: 150px;
  height: 50px;;
  border-radius: 5px;
  border: none;
  background-color:#333;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
}
.qnaWriteBtn:hover {
    background-color:var(--point);
}
.btn-join02 {
    margin:25px auto 0 auto;
}
.btn-grey {
    background-color:#878787;
}
.writeBtn {
    margin-top:5px;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:26px;
}
.writeBtn button {
    width:calc(50% - 13px);
    margin:0 !important;
}
.btn-join:hover,
.login-btn:hover {
  background-color: #000;
}
.login-btn {
  display: block;
  width:100%;
  height:60px;
  margin:25px auto 30px auto;
  border:none;
  background-color: var(--point);
  color: #fff;
  font-size: 22px;
  border-radius:4px;
  font-weight:500;
  text-align:center;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
}
.login-btn02 {
    margin:30px auto 40px auto;
}
.idResult .textType04 {
  height:95px;
}
.idResult .login-btn {
  margin:0 auto 30px auto;
}
/* 정보등록 */
:root {
  --border-gray: #e1e1e1;
  --text-sub: #666666;
  --orange-star: #ff6600;
}
/* 전체 카드 박스 (Rectangle_513) */
.registrationBox {
  max-width: 800px;
  width:100%;
  margin: 40px auto 0 auto;
  padding: 30px 40px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow:0px 0px 25px rgba(0, 0, 0, 0.1); /* 적당히 */
  font-family: "Pretendard", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  box-sizing: border-box;
}
.wd800 {
    max-width:800px;
    margin:0 auto;
}
/* 타이틀 박스 */
.titleBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.title {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-main);
}

.title-desc {
  font-size: 15px;
  color: var(--text-sub);
  white-space: nowrap;
}

.required-mark {
  color: var(--orange-star);
}

/* 언더라인 (gradient 양끝) */
.title-underline {
  margin-top: 8px;
  margin-bottom: 24px;
  width:100%;
  height: 2px;
  background-color:#222222;
}

/* 리스트 베이스 */
.form-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-item,
.form-item02 {
  margin-bottom: 25px;
}

/* 2칼럼 */
.form-item--half {
  display: flex;
  gap: 20px;
}
.editorBox {
    width:100%;
    margin-top:25px;
}
textarea {
    width:100%;
    border-radius:4px;
    resize: none;
    padding:20px;
}
textarea,
textarea:focus {
    border: 1px solid var(--border-gray);
    outline:none;
}
.editorBox textarea {
    min-height:600px;
}
.field-col {
  flex: 1;
  max-width:calc(50% - 10px);
}

/* 라벨 */
.field-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom:7px;
}

/* 인풋 */
.form-input {
  font-family: "Noto Sans CJK KR";
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--border-gray);
  background-color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight:200;
  text-indent:10px;
}
.form-input:disabled {
    border:none;
    border-bottom: 1px solid var(--border-gray);
    padding:0 10px 0 0;
}
.form-input:disabled,
.form-input:disabled::placeholder {
    height:45px;
    line-height:45px;
    font-variant-numeric: normal !important;
    -webkit-font-smoothing: antialiased;
    text-indent:0;
    font-size:18px;
    color:#000 !important;
    -webkit-text-fill-color:#000 !important; /* iOS/Safari 대응 */
}
.form-textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 4px;
  border: 1px solid var(--border-gray);
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 15px;
  resize: vertical;
}
.downBtn {
    display:flex;
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
    width:100%;
    border-bottom: 1px solid var(--border-gray);
    padding:10px 0;
    font-size: 15px;
}
.downBtn i {
    font-size:21px;
    font-weight:400;
    color:#c3c3c3;
    position:relative;
    top:2px;
}
.downBtn:hover {
    color:var(--point);    
    border-bottom:1px solid var(--point);
}
.downBtn:hover i {
    color:var(--point);
}
/* 설명 */
.form-desc {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  word-break:keep-all;
}
.form-desc i {
    line-height:1;
    vertical-align:middle;
    font-size:17px;
    color: rgba(0, 0, 0, 0.4);
    padding-right:3px;
}
.form-desc02 {
  font-size: 14px;
  font-weight: 300;  
  color:#000;
  line-height:1.5;
  letter-spacing:-0.6px;
  margin-top:10px;
  width:100%;
  text-align:right;
}
.form-desc02.textCenter {
    text-align:center;
}
/* 공통 row */
.field-row {
  display: flex;
  align-items: center;
}

/* 이메일+중복확인 */
.form-item--email .field-input-wrap {
  flex: 1;
  margin-right: 10px; /* 버튼과 간격 */
}

.btn {
  border-radius: 6px;
  border: 0;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-gray {
  background-color: #878787;
  color: #fff;
}

/* 중복확인 버튼 */
.btn-dup {
  width: 120px;
  flex-shrink: 0;
}
.fileInfoBox,
.fileInfoBox .fileLi {
    display:flex;
    flex-direction:row;
    align-items:center;
}
.fileInfoBox {
    gap:50px;
    flex-wrap:wrap;
    margin-bottom:28px;
}
.fileInfoBox .fileLi {
    gap:8px;
    align-items:flex-start;    
}
.fileInfoBox dt {
    font-size:14px;
    font-weight:300;
    color:#000000;
}
.fileInfoBox dd {
    font-size:12px;
    font-weight:300;
    color:#aaaaaa;
    padding-top:5px;
}
.fileInfoBox i {
    font-size:20px;
    color:#999999;
}
.fileInfoBox button:hover i {
    color:var(--point);
}
.field-file-wrap {
    width:100%;
    position:relative;
}
.fileWriteBox .btn-dup,
.fileWriteBox .attachButton  {
    width:80px;
    height:32px;
    position:absolute;
    right:5px;
    top:50%;
    transform:translateY(-50%);
    color:rgba(255, 255, 255, 0.6);
    cursor:pointer;
}
.fileWriteBox .btn-dup:hover {
    background-color:var(--point);
    color:#fff;
}
.form-item02 {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.form-item02 >div {
    width:30%;
    position:relative;
    height:60px;
}
.form-item02 input {
    width:100%;
    height:100%;
    border:none;
    border-bottom:1px solid var(--border-gray);    
    text-align:right;
    text-indent:70px;
    background-color:#fff;
    font-family: "Noto Sans CJK KR";    
}
.form-item02 input,
.form-item02 input::placeholder {
    font-size:22px;
    font-weight:300;
    color:#000;
}
.form-item02 label {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    font-size:18px;
    font-weight:500;
    color:#000;
}
.radio-group {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 6px 0 0;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-main);
}

/* 실제 라디오 숨김 */
.radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio-label:has(input:disabled) .radio-ui {
    background-color:#ededed;
}
/* 타원_3_복사 스타일 */
.radio-ui {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color:#fff;
  border: 1px solid #dddeea;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* 내부 동그라미 */
.radio-ui::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
}

/* 체크됐을 때 inner circle 색상 d91d58 */
.radio-label input[type="radio"]:checked + .radio-ui::before {
  background-color:var(--point);
}
.radio-label input[type="radio"]:checked + .radio-ui {
    border:2px solid var(--point);
    background-color:#fff;
}
/* ===== 셀렉트 (생년월일) ===== */

.field-row--birthday,
.field-row--date {
  gap: 12px;
  margin-top: 6px;
}

.select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.field-row02 {
  gap:7px
}
/* 넓이 지정 */
.select-wrap--year {
  width: 110px;
}
.select-wrap--month {
  width: 90px;
}
.select-wrap--day {
  width: 90px;
}
.select-wrap--1 {
  width:140px;
}
.form-select,
.year-select,
.month-select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--border-gray);
  padding: 0 32px 0 10px;
  box-sizing: border-box;
  font-size: 15px;
  background: #ffffff
    url("../../_images/sub/form_select_arrow_01.svg") no-repeat right 10px
    center;
  background-size: 13px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.month-title {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:10px;
}
.year-select {width:100px;}
.month-select {width:60px;}
.field-row02 .form-select {
  background: #ffffff
    url("../../_images/sub/form_select_arrow_02.svg") no-repeat right 20px
    center;
  background-size: 10px 10px;
}
.select-label {
  font-size: 15px;
  color: #000;
}
.searchInput {
  width: 380px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--border-gray);
  box-sizing: border-box;
  font-size: 15px;
  position:relative;
  overflow:hidden;
}
.searchInput form,
.searchInput input {
  width:100%;
  height:100%;
  border:none;
}
.searchInput input {
  padding: 0 50px 0 15px;
  position:absolute; top:0; left:0;   background: #ffffff;
    /* url("../../_images/sub/form_search_icon.svg") no-repeat right 15px
    center;
  background-size: 21px 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  font-size:15px;
  font-weight:300;
  color:#747d97;
}
.searchInput .searchBtn {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:10px;
  z-index:3;
}
.searchInput input:focus {border:none; outline:none; color:#000; font-weight:500;}
/* ===== 주소 / 우편번호 ===== */

.field-row--zipcode {
  gap: 10px;
  margin-top: 6px;
}

.form-input--zip {
  width: 160px;
  flex: 0 0 auto;
}

.btn-zip {
  width: 120px;
  flex: 0 0 auto;
}

/* ===== 제출 버튼 ===== */

.btn-submit {
  margin-top: 32px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: none;
  background-color: var(--point);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
}

.btn-submit:hover {
  background-color: #000;
}
.subBtn {

}
.signBtnWrap {display:flex; flex-direction:row; justify-content:center; align-items:center;}
.signBtnWrap .signBtn { padding: 0 80px; width: fit-content; height: 54px; line-height: 54px; background: #333; color: #fff; font-size:18px; letter-spacing: -0.9px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.signBtnWrap a {
    width:190px; 
    justify-content:space-between;
    border-radius: 25px;
    background-color: #252a31;
    align-items: center;
    padding: 10px 10px 10px 30px;
}
.signBtnWrap a p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.signBtnWrap a >span {
    width: 34px;
    height: 34px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    position:relative;
}
.signBtnWrap a >span i {
    font-size:20px;
    font-weight:900;
    letter-spacing:0;
    margin-left:2px;
    position:absolute;
    top:50%; left:50%; transform:translate(-50%,-50%);
}
.signBtnWrap a:nth-child(1) {background-color:#252a31; margin-right:15px;}
.signBtnWrap a:nth-child(1) i {color:var(--point);}
.signBtnWrap a:nth-child(2) {background-color:#878787;}
.signBtnWrap a:nth-child(2) i {color:#878787;}
.signBtnWrap a:hover {background-color:var(--point) !important;}
.signBtnWrap a:hover i {color:var(--point) !important;}

/* 로그인폼 */
/* 전체 박스 */
.loginFormStyle {
  border:1px solid #e1e1e1;
  box-sizing:border-box;
  border-radius: 10px;
  background-color: #fff;
  width: 540px;
  max-width:540px;  
  z-index: 71;
  box-shadow:3px 3px 10px rgba(0, 0, 0, 0.1);
  margin:0 auto;
}
.loginInner {
  padding:75px 65px 65px 65px;
}
.loginInner * {
  box-sizing: border-box;
}
.login-row {
  display: flex;
  align-items: center;
  position: relative;
}
.login-row label {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  font-size:16px;
  font-weight:600;
  color:#000;
}
.loginList {
  margin-bottom:15px;
}
.loginList li:not(:last-child) {
  margin-bottom: 25px;
}
/* 인풋 */
.loginList input {
  width:100%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 40px 0 45px; /* 오른쪽은 눈 아이콘 여유 */
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  height:50px;  
}
.loginList02 input {
  padding:0 0 0 65px;
}
.loginList02_2 input {
  padding:0 0 0 95px;
}
.login-option {
  height:25px;
}
.login-row .icon {
  width:17px;
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
}
.loginList input:focus {
  font-size:20px;
  color:#000;
}
/* placeholder 스타일 (.abcde_example_com) */
.loginList input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #999999;
}

/* 포커스 시 선 색, placeholder 색 */
.login-input:focus {
  outline: none;
  border-bottom-color: #000;
  color: #000;
}

.login-input:focus::placeholder {
  color: #000;
}
.qnaPwText {
    font-size:18px;
    font-weight:300;
    color:#111111;
    margin-bottom:65px;
    text-align:center;
    line-height:1.4;
}
/* 비밀번호 눈토글 버튼 */
.pw-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 19px;
  border: none;
  background: transparent url("../../_images/sub/pw_icon_off.svg") no-repeat center / contain;
  cursor: pointer;
}

.pw-toggle.on {
  background-image: url("../../_images/sub/pw_icon_on.svg");
}

/* 아이디 저장 텍스트 */
.save_text {
  font-size: 14px;
  font-family: "Noto Sans CJK KR";
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
}

/* 커스텀 체크박스 */
.save-id-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.save-id-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-custom {
  width:26px;
  height:26px;
  border: 1px solid #cccccc;
  border-radius:4px;
  margin-right:12px;
  position: relative;
}

.checkbox-custom::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0px;
  width: 10px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.15s ease-out;
}
.save-id-wrap input[type="checkbox"]:checked + .checkbox-custom {
  background-color:var(--point);
  border:1px solid transparent;
}
.save-id-wrap input[type="checkbox"]:checked + .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
}

/* 로그인 버튼 – 기본 스타일은 기존 CSS 사용 / 여기선 hover만 */
.loginBtn {
  width: 100%;
  margin-top: 10px;
  padding: 14px 0;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  /* 배경, 폰트 컬러 등 기본 스타일은 기존 CSS에서 */
}

/* (4) 호버 시 검정색 */
.loginBtn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* 하단 텍스트 */
.login-bottom02 {
  margin-top:5px;
}
.login-bottom02 li {
  justify-content:center;
}
.login-bottom li:not(:last-child) {
  margin-bottom:15px;
}
.login-bottom li {
  display:flex;
  flex-direction:row;
  align-items:center;
}
.login-bottom p {
  font-size:14px;
  font-weight:300;
  color:#000;
  margin-right:20px;
}
.login-bottom a {
  font-size:14px;
  font-weight:500;
  color:#000;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:7px;
  letter-spacing:-1px;
}
.login-bottom a:hover {
  color:var(--point);
}
.login-bottom a .on {
  display:none;
}
.login-bottom a:hover .off {
  display:none;
}
.login-bottom a:hover .on {
  display:block;
}
.login-bottom a:not(:last-child) {
  margin-right:20px;
}
.find-link {
  font-size: 14px;
  font-family: "Pretendard";
  color: #000;
  text-decoration: none;
  margin-left: 6px;
}
.terms-agree-text {
    font-size: 22px;
    font-weight: 300;
    color: var(--text-main);
}

/* 게시판 */
.boardBtnWrap {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px;
}
.boardBtnWrap button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:8px;
}
.boardBtnWrap button p,
.boardBtnWrap a {
  font-size:26px;
  font-weight:500;
  color: #666;
}
.boardBtnWrap button:hover p,
.boardBtnWrap button.active p,
.boardBtnWrap a:hover,
.boardBtnWrap a.active {
    color:var(--point);
}
.boardBtnWrap button .on,
.boardBtnWrap button.active .on {
    display:none;
}
.boardBtnWrap button:hover .off,
.boardBtnWrap button.active .off {
    display:none;
}
.boardBtnWrap button:hover .on,
.boardBtnWrap button.active .on {
    display:block;
}
.borderType01 {
  display:block;
  width:100%;
  height:1px;
  background-color:#dddeea;
  margin:45px auto 20px auto;
}
.boardTabBox {width:100%;}
.boardTabBox .tab {
  width:100%; 
  /* 기본적으로는 숨김 */
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.boardTabBox .tab.active {
  position: static;     /* 원래 자리 */
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.boardListBox {
  width:100%;
  display:flex;
  flex-direction:row;
  align-items:stretch;
  flex-wrap:wrap;
  gap:50px;
}
.boardListBox li {
  width:calc(50% - 25px);
  border:1px solid #dddeea;
  box-sizing:border-box;
  box-shadow:3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius:10px;
  overflow:hidden;
}
.boardListBox li a {
  width:100%;
  height:100%;
  display:flex;
  flex-direction:row;
  align-items:stretch;
}
.boardListBox li .lfBox {
  width:45%;  height:100%;
  position:relative;
}
.boardListBox li .lfBox .imgBox {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.boardListBox li .lfBox .noImg {
  background-color:#f4f4f8;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.boardListBox li .lfBox .categoryBox {
  width:100%;
  position:absolute;
  top:20px;
  left:20px;
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.boardListBox li .lfBox .categoryBox span {
  display:block;
  z-index:2;
  border-radius:20px;
  height:40px;
  line-height:40px;
  text-align:center;
  width: fit-content;
  padding:0 20px;
  overflow:hidden;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.boardListBox li .lfBox .cate01 {
  background-color:var(--point);
}
.boardListBox li .lfBox .cate02 {
  background-color:#afafaf;
}
.boardListBox li .lfBox .cate03 {
    background-color:#afafaf;
}
.boardListBox li .textBox {
  width:55%;  height:100%;
  padding:30px 45px 40px 45px;
}
.boardListBox li .textBox dt {
  font-size: 16px;
  color: rgb(255, 102, 0);
  font-weight: bold;
  line-height: 1.95;
  text-align: left;
  padding-bottom:5px;
}
.boardListBox li .textBox dd {
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 1.25;
  text-align: left;
  min-height:80px;  
}
.boardListBox li .textBox .boardInfo {
  margin-bottom:25px;
}
.boardListBox li .textBox .boardInfo div:not(:last-child) {
  margin-bottom:8px;
}
.boardListBox li .textBox .boardInfo .icon {margin-right:5px;}
.boardListBox li .textBox .boardInfo p {
  font-size: 16px;
  color: rgb(116, 125, 151);
  line-height: 1;
  text-align: left;
}
.boardListBox li .textBox .text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.702);
  line-height: 1.5;
  text-align: left;
  width:100%;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ← 3줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:80px auto 0 auto;
}
.page-btn .off {
  display:block;
}
.page-btn .on {
  display:none;
}
.page-btn:hover .on {
    display:block;
}
.page-btn:hover .off {
    display:none;
}
.page-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin:0 20px;
}
.page-list li:not(:last-child) {
  margin-right:30px;
}
.page-list li a {
    text-decoration: none;
    font-size: 18px;
    font-weight:300;
    color: #363d45;
    position:relative;
}
.page-list li a:hover {
  color:#000;
}
.page-list li.active a {
  display:block;
  width:fit-content;
  min-width:35px;
  text-align:center;
}
.page-list li.active a {
    color:var(--point);  /* 분홍색 강조 */
    font-weight: 600;
    position: relative;
}
.page-list li.active a::before,
.page-list li.active a::after {
  content:'';
  width:100%;
  height:1px;
  background-color:var(--point);
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.page-list li.active a::before {
  top:-10px;
}
.page-list li.active a::after {
  bottom:-10px;
}
.pagination .btnBox {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:5px;
}
.pagination .btnBox01 {
  margin-right:15px;
}
.pagination .btnBox02 {
  margin-left:15px;
}

/* 뷰페이지 */
.boardViewPage-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    gap: 40px;
    width:1400px;
    margin:0 auto;
    padding-top:140px;
    padding-bottom:50px;
}

.boardViewPage-right {    
  width:450px;   
  position: relative;
}

/* 기본 상태 */
.boardViewPage-info-box {
  width:100%;
  position: static;
}

/* 스크롤 따라다니는 중 */
.boardViewPage-info-box.is-fixed {
    /* position: fixed; */
    /* z-index:7; */
}

/* 영역 끝나고 더 이상 안 내려가게 (부모 안 맨 아래에 붙음) */
.boardViewPage-info-box.is-bottom {
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; */
}
.boardViewPage-detail {
    width:calc(100% - 540px);
    padding:0 0 150px 0;
    background:#fff;
}
.boardViewPage-detail-inner {width:100%;}
/* 전체 컨테이너 */
.viewInfoBox {
  width:100%;
  overflow:hidden;     
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 4px solid var(--point);    /* 상단 핑크 보더 느낌 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
}

/* 헤더 영역 */
.viewInfoBox-header {
  width:100%;
  background-color:#eeeeef;
  padding:30px;
}

/* 상단 작은 태그 */
.viewInfoBox-tag {
  display: inline-block;
  font-size: 18px;
  font-weight:400;
  color: #d91d58;
  margin-bottom:10px;
}

/* 메인 타이틀 */
.viewInfoBox-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

/* 정보 테이블 영역 */
.viewInfoBox-body {
  padding: 30px 35px 50px 35px;
  background-color: #fafafa;
  border-radius: 10px;
}

/* 각 행 */
.viewInfo-row {
  display: flex;
  flex-direction:row;
  align-items: flex-start;
  margin-bottom:15px;
}

.viewInfo-row + .viewInfo-row {
  margin-top: 6px;
}

/* 라벨(왼쪽) */
.viewInfo-label {
  width:110px;
  font-size:16px;
  font-weight:500;
  color: #252a31;
  opacity:0.5;
  padding-top:5px;
}
/* 값(오른쪽) */
.viewInfo-value {
  font-family: "Noto Sans CJK KR";
  width: calc(100% - 110px);
  font-size:16px;
  font-weight:300;
  color: #000000;
  word-break:keep-all;
  line-height:1.4;
  position:relative;
}

/* 버튼 영역 */
.viewInfoBox-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top:60px;
}

/* 기본 버튼 스타일 */
.viewInfo-btn {  
  width: 100%;
  border-radius: 6px;
  border: none;
  height:60px;
  text-align:center;
  font-size:18px;
  font-weight:300;
  color:#fff;
  cursor: pointer;
  box-sizing: border-box;
}
.viewInfo-btn .minitext {
    font-size:0.7em; font-weight:300; display:inline-block; vertical-align:middle;
}
/* 활성 버튼 (핑크) */
.viewInfo-btn.primary {
  background-color: var(--point);
  color: #ffffff;
  font-size:22px;
  font-weight:500;
}

.viewInfo-btn.primary:hover {
  background-color: #000;
}

/* 비활성 버튼 (회색) */
.viewInfo-btn.disabled {
  background-color: #bcbcbc;
  cursor: default;
}


/* 상단 라벨들 */
.boardViewPage-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.view-badge {
    display: inline-block;
    font-size:16px;
    padding:8px 20px;
    border-radius:18px;
    background: #d91d58;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}
.boardViewPage-desc {
    font-size:28px;
    font-weight:300;
    line-height: 1.6;
    color:#000000;
    margin-bottom: 10px;
    border-bottom:4px solid #333333;
    box-sizing:border-box;
    padding-bottom:20px;
    margin-bottom:15px;
}
.boardViewPage-meta {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
}
.hitBox,
.hitBox dl {
  display:flex;
  flex-direction:row;
  align-items:center;
}
.hitBox .xi-eye {
  font-size:22px;
  color:#333333;
}
.hitBox dt {
  font-size:18px;
  font-weight:300;
  color:#333333;
  margin:0 30px 0 5px;
  position:relative;
}
.hitBox dt::after {
  content:'';
  width:1px;
  height:16px;
  background-color:#000;
  opacity:0.2;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:-15px;
}
.hitBox dd {
  font-size:18px;
  font-weight:700;
  color:#333333;
}
/* 메타 정보 */
.boardViewPage-meta {
    display: flex;
    flex-direction:row;
    align-items: center;
}
.meta-dot {
    font-size: 10px;
    line-height: 1;
}
/* 본문 */
.boardViewPage-body {
    padding:50px 0 40px 0;
}
.boardViewPage-body,
.boardViewPage-body p {
    font-size: 18px;
    font-weight:300;
    line-height: 1.7;
    color:#666666;
}
.boardViewPage-body img {
    max-width:calc(100% - 40px);
    display:block;
    margin:0 auto;
}
/* 포스터 이미지 */
.boardViewPage-poster {
    overflow: hidden;
    margin-bottom:30px;
    padding:0 30px;
}
.boardViewPage-poster img {
    display:block;
    width:100%;
    max-width:800px;
    width:calc(100% - 40px);
    height:auto;
    margin:0 auto;
}
.boardViewPage-divider {
    width:100%;
    height:4px;
    background:#333333;
    margin-bottom:35px;
}
.boardViewPage-bottom {
    text-align: center;
}
.listBtn {
  display:flex;
  flex-direction:row;
  align-items:center;
}
.listBtn:hover {
  border:1px solid transparent;
  background-color:var(--point);
  color:#fff;
}
.listBtn01 {
  border:1px solid #bcbcbc;
  box-sizing:border-box;
  font-size:18px;
  font-weight:400;
  color:#888888;
  line-height:1;
  border-radius:25px;
  overflow:hidden;
  padding:15px 30px;
}
.listBtn01 i {
  font-size:19px;
  line-height:1;
  position:relative;
  top:-1px;
  margin-right:10px;
}
.listBtn02 {
  width: fit-content;
  padding:25px 110px;
  border-radius:40px;
  background-color:#333333;
  margin:0 auto;
  font-size:18px;
  font-weight:400;
  color:#fff;
  border:none !important;
  display:block;
  margin:0 auto;
}

/* 달력형 */
.schedule-wrap {
  max-width:100%;
  margin: 0 auto;
  display: flex;
  gap:80px;
  align-items: flex-start;
  padding-top:50px;
}

/* 왼쪽 달력 영역 */
.calendar-container {
  flex: 1;
  max-width:800px;
  position:relative;
}
.calendar-header {
  display:flex;
  align-items:center;
  margin-bottom:10px;
}

.month-title {
  font-size: 32px;
  font-weight: 600;
  color:#000;
  margin-right:auto;
}
.month-title span {
  display:inline;
  font-size:1em;
  font-weight:600;
  color:#000;
}
.month-nav {
  background:#fff;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;  
  border:1px solid #dddeea;
  box-sizing:border-box;
}
.month-nav.prev {border-top-left-radius:6px; border-bottom-left-radius:6px;}
.month-nav.next {border-left:none; border-top-right-radius:6px; border-bottom-right-radius:6px;}
.month-nav:hover {
  background-color:var(--point);
  color:#fff;
}
.month-nav .on {
  display:none;
}
.month-nav:hover .off {
  display:none;
}
.month-nav:hover .on {
  display:block;
}
.today-btn {
  border-radius: 6px;
  background-color:#aeaeae;
  width: 55px;
  height: 40px;
  font-size: 16px;
  font-weight:500;
  color: rgb(255, 255, 255);
  overflow:hidden;
  margin-right:8px;
}
.calendar {
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  font-size:14px;
}
.calendar thead {
  border:1px solid #dddeea;
}
.calendar thead th {
  padding:12px 0;
  border-right:1px solid #dddeea;
  background-color:#fafafc;
  font-size:14px;
  font-weight:500;
  color:#000;
}
.calendar thead th:last-child {
  border-right:none;
}
.calendar thead th:nth-child(1) { color:#ff3030; } /* 일(빨강) */
.calendar thead th:nth-child(7) { color:#4170f4; } /* 토(파랑) */
.calendar tbody {
    border-left:1px solid #dddeea;
}
.calendar tbody td {
  height:100px;
  vertical-align:top;
  border-bottom:1px solid #dddeea;
  cursor:pointer;
  position:relative;
  z-index:1;
  font-size:14px;
}
.calendar tbody td::after {
  content:'';
  width:1px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  background-color:#dddeea;
  z-index:-1;
}
.calendar tbody tr td:last-child {
  border-right:none;
}
.calendar .date-num {
  padding:10px;
  font-size:14px;
  font-weight:500;
  color:#000;
  display:block;
}
.calendar td.other-month .date-num {
  color:#b5b9c3;
}
.calendar td.today {
  background:#fffdf7;
}
.event-badge {
  display:inline-block;
  margin-top:4px;
  padding:2px 4px;
  font-size:11px;
  border-radius:3px;
  background:#eee;
  color:#555;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
/* 오른쪽 상세 패널 */
.detail-container {
  width:calc(100% - 880px);

}
.detail-container .detailInfo {
  width:100%;
  min-height:540px;
  background-color:#fafafc;
  border:1px solid #dddeea;
  box-sizing:border-box;
  padding:30px 50px 70px 50px;
  margin-top:50px;
  position:relative;
}
.detail-container .tab-btn {
  position:absolute;
  right:40px;
  bottom:-35px;
  width:70px;
  height:70px;
}
.detail-date {
  font-size:24px;
  font-weight:700;
  color:#000000;
  line-height:1.3;
  word-break:keep-all;
}
.detail-badge {
  margin-top:45px;
  display:inline-block;
  font-size:18px;
  padding:12px 20px;
  border-radius:20px;
  background:#d91d58;
  color:#fff;
  font-weight:600;
  line-height:1;
  margin-bottom:25px;
  z-index:7;
  
}
.event-ended {
  background:#afafaf;
  color:rgba(255, 255, 255, 0.8);
}
.detail-title {
  font-size:24px;
  font-weight:600;
  color:#000;
  margin-bottom:28px;
  word-break:keep-all;
  line-height:1.3;
}
.detail-desc {
  line-height:18px;
  font-weight:300;
  color:rgba(0,0,0,0.7);
  line-height:1.6;
  word-break: keep-all;
}
.detail-empty {
  font-size:20px;
  font-weight:400;
  text-align:center;
  color:#888;
  padding-top:150px;
}

/* 가로 행사 바 */
.event-bar {
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
}

/* 예정/종료 색상 구분 */
.event-bar.event-upcoming {
  background: #d91d58;   /* 예시: 빨간색 계열 */
  color: #fff;
}
.event-bar.event-single {
  border-radius: 4px;
  width:calc(100% - 8px);
  margin:0 auto;
}
.event-bar.event-start {
  border-radius: 4px 0 0 4px;
  margin-left:5px;
}
.event-bar.event-middle {
  border-radius: 0;
}
.event-bar.event-end {
  border-radius: 0 4px 4px 0;
  margin-right:5px;
}
.event-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* 색상 (예정 / 종료) */
.event-bar-abs.event-upcoming {
  background: #d91d58;
  color: #fff;
}
.calendar-container { position: relative; }
.event-bar-abs {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 11px;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.event-bar-abs {
  position: absolute;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.event-bar-bg {
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
}
.event-bar-label {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  padding: 0 8px;
  flex: 1;           /* 바 폭을 꽉 채우는 영역 */
  min-width: 0;      /* flex에서 ellipsis가 먹게 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  /* ← 뒤를 ... 으로 */
  text-align: center;  
}
.event-bar-abs {
  position: absolute;
  display: flex;
  justify-content: center;   /* ← 가운데 말고 왼쪽부터 */
  align-items:center;
  padding: 0 6px;
  box-sizing: border-box;

  pointer-events: none;
  overflow: hidden;              /* 바 밖으로는 안 나가게 */
}
.event-bar-label {
  position: relative;
  z-index: 1;
  font-size: 11px;
  white-space: nowrap;
  padding: 0 8px;
  color: #fff;
}
.detail-badge.badge-prereg,
.view-badge.badge-prereg   { background-color: #00be7d; }
.detail-badge.badge-upcoming,
.view-badge.badge-upcoming { background-color: #d91d58; }
.detail-badge.badge-ongoing,
.view-badge.badge-ongoing { background-color: #ff6600; }
.detail-badge.badge-ended,
.view-badge.badge-ended { background-color: #afafaf; }

.detail-container.has-slider .detailInfo {
  display: none;
}
.detail-container.has-slider .detailInfo.is-active {
  display: block;
}

.detail-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.detail-page-bullet {
  width:15px;
  height:15px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  padding: 0;
  cursor: pointer;
}
.detail-page-bullet.is-active {
  background: #000; /* 필요하면 포인트 컬러로 변경 */
}

@media screen and (max-width:1680px) {
    .textType01 {word-break:keep-all;}
    .textType01 br {display:none;}

    .boardListBox {gap:30px;}
    .boardListBox li {width:calc(50% - 15px);}
    .boardListBox li .textBox {padding:30px 30px 40px 30px;}
}

@media screen and (max-width:1480px) {
    .sub {overflow:hidden;}
    .sub .sec .inner {width:calc(100% - 40px); padding:0;}
    .intro-visual-wrap .topTitle,
    .intro-visual-box {width:1160px;}
    .intro-visual-wrap .topTitle dd {font-size:40px;}

    .sub .topTitBox {margin-bottom:50px;}
    .sub .topTitBox dt {margin-bottom:20px; font-size:22px;}
    .sub .topTitBox dd {font-size:60px;}

    .titType01 {font-size:32px;}
    .textType01 {font-size:17px; word-break:keep-all;}
    .textType01 br {display:none;}

    .intro-visual-wrap .motion01 {top:100px; left:-250px;}
    .intro-visual-wrap .motion02 {right:200px;}
    .intro-visual-wrap .motion03 {right:-50px;}

    .greetingBox .lfBox {width:500px;}
    .greetingBox .rtBox {width:calc(100% - 550px);}

    .titType02 {font-size:58px;}
    .textType02 {font-size:20px;}
    .associationMove .textType02 {padding:20px 0 40px 0;}

    .boardBtnWrap button p {font-size:20px;}
    .boardBtnWrapBoard .btn01 img {width:20px;}
    .boardBtnWrapBoard .btn02 img {width:22px;}

    .boardViewPage-wrap {width:calc(100% - 40px);}

    .boardViewPage-desc {font-size:20px;}

    .schedule-wrap {gap:20px;}
    .detail-container {width:calc(100% - 820px);}
    .detail-container .detailInfo {padding:30px 30px 60px 30px;}
    .detail-container .tab-btn {right:20px; width:60px; height:60px; bottom:-30px;}

}
@media screen and (max-width:1200px) {
    .intro-visual-wrap02 .cell-ring {display:none;}
    .intro-visual-wrap .topTitle,
    .intro-visual-box {width:calc(100% - 40px);}    
    .intro-visual-wrap {height:auto; min-height:auto; padding-top:150px;}
    .intro-visual-wrap .topTitle {position:relative; top:0; left:0; transform:initial;}
    .intro-visual-box {margin:50px auto 0 auto;}
    .intro-visual-box {height:300px; border-top-left-radius:90px; border-top-right-radius:90px;}
    .intro-visual-wrap .topTitle dt {font-size:22px;}
    .intro-visual-wrap .topTitle dd {font-size:30px; padding-top:20px;}

    .sub .topTitBox {margin-bottom:40px;}
    .sub .topTitBox dt {margin-bottom:20px; font-size:20px;}
    .sub .topTitBox dd {font-size:50px;}    

    .greetingBox {
        flex-direction:column;
    }
    .greetingBox .lfBox {max-width:560px; width:100%; margin:0 auto;}
    .greetingBox .rtBox {width:100%;}
    .greetingBox .rtBox {padding-top:50px; margin-top:50px; border-top:1px solid #ccc; box-sizing:border-box;}

    .intro-visual-wrap .motion01 {width:400px; left:-100px; top:50px;}
    .intro-visual-wrap .motion02 {width:600px; top:-100px; width:350px; right:170px;}
    .intro-visual-wrap .motion03 {width:350px; right:20px;}

    .titType02 {font-size:40px;}
    .textType02 {font-size:17px;}

    .boardViewPage-wrap {display:block;}
    .boardViewPage-right,
    .boardViewPage-info-box.is-fixed {position:relative !important; top:0 !important; left:0 !important;}
    .boardViewPage-detail {padding:0 0 50px 0; width:100%;}
    .boardViewPage-right {margin:0 auto; width:100%; max-width:800px;}
    .boardViewPage-poster {padding:0 10px;}
    .joinWrap {width:calc(100% - 40px); margin:0 auto; padding:60px 0 80px 0;}

    .schedule-wrap {flex-direction:column; gap:20px;}
    .calendar-container {width:100%; margin:0 auto;}
    .detail-container {width:100%;}
    .detail-container .detailInfo {min-height:auto; padding:30px 30px 60px 30px;}
    .detail-container .tab-btn {right:20px; width:60px; height:60px; bottom:-30px;}    
    .month-title {font-size:25px;}
    .detail-badge {margin-top:20px;}

    .form-item02 input, .form-item02 input::placeholder {font-size:18px;}

    .btn-join {font-size:20px; height:70px; line-height:70px;}
    .fileInfoBox {gap:25px;}

    .editorBox textarea {min-height:40vh;}
}
@media screen and (max-width:1080px) {
    .boardListBox li .lfBox {width:50%;}
    .boardListBox li .textBox {width:50%;}
    .boardListBox li .lfBox .cate {font-size:16px; height:38px; line-height:38px;}
    .searchInput {width:280px;}

    .selectType .linkBox {width:100%; flex-wrap:wrap; gap:10px;}
    .selectType .linkBox li {width:calc(50% - 10px); margin-bottom:10px;}
    .selectType .linkBox li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .terms-agree {margin-top:20px;}
    .checkbox-ui {width:20px; height:20px; position:relative; top:-2px;}
    .terms-agree-text {font-size:16px;}
    .terms-title {font-size:22px;}
    .textType03 {font-size:20px;}

    .form-item02 {flex-direction:column; gap:25px;}
    .form-item02 >div {width:100%;}
    .form-item02 input {text-align:left;}
    .form-item02 input {text-indent:60px;}
    .form-item02 label {font-size:15px;}
    .form-item02 input, .form-item02 input::placeholder {font-size:16px;}   
    .writeBtn {gap:10px;} 
    .writeBtn button {width:calc(50% - 5px); font-size:18px;}
    .fileInfoBox {gap:15px;}

    .boardBtnWrap {gap:20px;}
    .boardBtnWrap button p, .boardBtnWrap a {font-size:20px;}
}
@media screen and (max-width:980px) {
    .boardViewWrap {
        padding-top:70px;
    }
    .selectType .linkBox li dd {height:auto; padding-bottom:20px; word-break:keep-all;}
    .selectType .linkBox li dd br {display:none;}
    .associationMove ul {width:100%;}
    .associationMove ul li {width:25%;}
    .associationMove ul li a {width:100%;}
    .associationMove ul li a {font-size:16px;}

    .boardListBox {width:100%; flex-wrap:wrap;}
    .boardListBox li {width:100%;}
    .boardListBox li .textBox dt {line-height:1; padding-bottom:8px; font-size:15px;}
    .boardListBox li .textBox dd {font-size:20px; min-height:auto; padding-bottom:40px;}
    .boardListBox li .textBox .boardInfo .icon01 img {width:15px;}
    .boardListBox li .textBox .boardInfo .icon02 img {width:13px;}
    .boardListBox li .textBox .boardInfo p {font-size:15px;}
    .boardListBox li .textBox .text {font-size:15px;}
    .boardListBox li .lfBox .cate {font-size:15px; height:35px; line-height:35px; padding:0 18px;}

    .greeting-section, .boardLayout, .boardViewPage-wrap {
        padding:60px 0 100px 0;
    }
    .boardViewPage-right {margin:0 auto;}
    .boardLayout .topWrap {
        display:block;
    }
    .boardLayout .boardBtnWrap {
        padding-top:30px;
        gap:30px;
    }
    .boardBtnWrap button p {font-size:17px;}
    .boardBtnWrapBoard .btn01 img {width:17px;}
    .boardBtnWrapBoard .btn02 img {width:19px;}   
    
    .boardTopInfoWrap {justify-content:center; align-items:flex-start; flex-wrap:wrap; gap:3px;}
    .boardTopInfoWrap .field-row02,
    .boardTopInfoWrap .select-wrap {gap:0;}
    .boardTopInfoWrap >div {width:100%;}
    .boardTopInfoWrap >div:nth-child(1) {margin-bottom:5px;}
    .boardTopInfoWrap .field-row02 {width:100%; flex-wrap:wrap; gap:10px;}
    .boardTopInfoWrap .select-wrap--1 {width:calc(50% - 5px);}
    .select-wrap--1 {width:110px;}
    .searchInput {width:200px;}
    .boardTopType01 {flex-direction:column; align-items:flex-start;}
    .boardTopType01 .listNum {order:2; margin-top:30px; margin-bottom:-20px;}

    .view-badge {font-size:14px;}
    .listBtn01 {font-size:16px; padding:12px 25px;}
    .listBtn01 i {font-size:16px; margin-right:5px;}
    .boardViewPage-body, .boardViewPage-body p {font-size:16px;}
    .listBtn02 {padding:20px 80px; font-size:17px;}
    .viewInfo-btn {font-size:16px;}
    .viewInfo-btn.primary {font-size:18px;}
    .viewInfoBox-tag {font-size:16px;}
    .viewInfoBox-title {font-size:21px;}

    .login-bottom li {flex-wrap:wrap; align-items:flex-start;}
    .login-bottom p {margin-right:0; margin-bottom:8px; width:100%;}
    .login-bottom a.ml10 {margin-left:0 !important;}

    .form-desc.flex03 {align-items:flex-start;}
}
@media screen and (max-width:680px) {
    .intro-visual-wrap02 .topTitle {padding-bottom:45px;}
    .intro-visual-wrap .topTitle dt {font-size:18px;}    
    .intro-visual-wrap .topTitle dd {font-size:22px; padding-top:15px; word-break:keep-all;}
    .intro-visual-wrap {padding-top:130px;}
    .intro-visual-box { margin:30px auto 0 auto; height:220px; border-top-left-radius:45px; border-top-right-radius:45px;}
    
    .titType01 {font-size:26px;}
    .titType01.mb50 {margin-bottom:25px !important;}
    .textType01 {font-size:16px;}
    .textType01.mb30 {margin-bottom:15px !important;}

    .intro-visual-wrap .motion01 {width:270px; left:-100px; top:50px;}
    .intro-visual-wrap .motion02 {width:300px; top:-100px; right:100px;}
    .intro-visual-wrap .motion03 {width:220px; right:0px; top:55px;}    

    .greetingBox .lfBox dt {font-size:20px;}
    .greetingBox .lfBox dd {font-size:32px;}
    .greetingBox .sign {width:250px;}

    .sub .topTitBox dt {font-size:16px; margin-bottom:15px;}
    .sub .topTitBox dd {font-size:32px;}

    .boardBtnWrap {gap:15px;}
    .boardBtnWrap button p, .boardBtnWrap a {font-size:16px;}

    .titType02 {font-size:32px;}
    .textType02 {font-size:16px;}   
    .associationMove ul li a {font-size:14px;}  
    
    .page-list li:not(:last-child) {margin-right:20px;}
    .page-list li.active a {min-width:15px;}
    .page-list {margin:0 15px;}
    .pagination .btnBox01 {margin-right:0;}
    .pagination .btnBox02 {margin-left:0;}
    .page-list li a {font-size:16px;}

    .viewInfoBox-header {padding:20px 15px;}
    .viewInfoBox-body {padding:25px 15px;}
    .viewInfo-label {width:90px; font-size:14px;}
    .viewInfo-value {width:calc(100% - 90px); font-size:14px;}
    .viewInfoBox-actions {margin-top:30px;}

    .joinWrap .titleBox {flex-direction:column; align-items:flex-start; gap:10px; margin-bottom:15px;}

    .registrationBox {padding:30px 20px;}
    .title {font-size: 20px;}
    .form-item--half {display:block;}
    .form-item--half .field-col {max-width:100%;}
    .form-item,
    .form-item--half .field-col:not(:last-child) {
        margin-bottom:20px;
    }
    .radio-group {flex-wrap:wrap; gap:10px;}
    .btn-join {height:60px; font-size:19px;}
    .joinWrap .titType01{
        font-size:24px;
        word-break:keep-all;
    }
    .titDeco {font-size:18px; margin-bottom:5px !important;}
    .selectType .linkBox {width:100%; gap:20px;}
    .selectType .linkBox li {width:100%; margin-bottom:0;}

    .textType03  {font-size:16px; letter-spacing:-1px; word-break:keep-all;}
    .signBtnWrap a p {font-size:16px;}
    .signBtnWrap a >span {width:30px; height:30px;}
    .signBtnWrap a >span i {font-size:18px;}

    .profileCircle {width:150px; height:150px;}
    .profileCircle img {width:50%;}
    .textType03.mb70 {margin-bottom:35px !important;}

    .loginFormStyle {width:100%;}
    .loginInner {padding:35px 20px;}
    .login-btn {font-size:17px; height:55px;}
    .form-desc02 {font-size:13px; letter-spacing:-1px; word-break:keep-all;}
    .login-row label {font-size:14px;}
    .loginList02_2 input {
        padding: 0 0 0 85px;
    }    
    .loginList input,
    .loginList input:focus,
    .loginList input::placeholder {
        font-size:15px;
    }
    .login-bottom li {gap:10px;}
    .login-bottom a:not(:last-child) {margin-right:0;}

}

@media screen and (max-width:480px) {
    .intro-visual-wrap .topTitle dd {font-size:19px; letter-spacing:-1px; padding-right:20px; line-height:1.4;}

    .intro-visual-wrap .motion01 {width:200px; left:-50px; top:150px;}
    .intro-visual-wrap .motion02 {width:220px; top:-50px; right:70px;}
    .intro-visual-wrap .motion03 {width:160px; right:0px; top:55px;}        

    .greetingBox .lfBox dt {font-size:17px;}
    .greetingBox .lfBox dd {font-size:26px;}
    .greetingBox .sign {width:200px;}    

    .titType02 {font-size:26px; letter-spacing:-1px;}
    .associationMove .textType02 {font-size:15px; letter-spacing:-1px; padding:15px 0 30px 0; word-break:keep-all;}
    .associationMove ul {flex-wrap:wrap;}
    .associationMove ul li {width:calc(50% - 5px);}

    .boardListBox li a {width:100%; display:block;}     
    .boardListBox li .lfBox,
    .boardListBox li .textBox {width:100%;}
    .boardListBox li .textBox {height:auto; padding:25px;}
    .boardListBox li .lfBox {height:30vh; min-height:220px;}
    .boardListBox li .lfBox .noImg img {width:50px;}

    .boardListBox li .textBox dd {font-size:18px; padding-bottom:25px;}
    .viewInfoBox-tag {margin-bottom:7px;}
    .boardViewPage-desc {font-size:18px; letter-spacing:-1px;}
    .viewInfoBox-title {font-size:19px; word-break:keep-all;}
    .calendar tbody td {height:75px;}
    .event-bar-abs {height:14px;}
    .calendar thead th {font-size:13px; padding:10px 0;}
    .month-title {font-size:22px;}
    .today-btn {height:35px; font-size:15px;}
    .month-nav {height:35px; width:35px;}
    .month-nav img {width:6px;}
    .detail-date, .detail-title {font-size:20px;}
    .detail-badge {font-size:15px; padding:10px 17px;}

    .btn-join {font-size:17px; height:55px; line-height:55px;}

    .sub .topTitBox dt {font-size:16px; margin-bottom:10px;}
    .sub .topTitBox dd {font-size:32px;}

    .btn {padding:0 10px;}
    .btn-dup,
    .btn-zip {width:80px; font-size:15px;}
    .form-input--zip {width:calc(100% - 90px);}
    .field-row--birthday, .field-row--date {flex-wrap:wrap;}

    .sub .topTitBox dt {font-size:15px; margin-bottom:15px;}
    .sub .topTitBox dd {font-size:30px;}

}
@media screen and (max-width:380px) {
    .boardBtnWrap {gap:10px;}
    .sub .topTitBox dt {font-size:15px; margin-bottom:7px;}
    .sub .topTitBox dd {font-size:26px;}    
}
/* 파트너사 */
.partnerList {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
    align-items:stretch;
}
.partnerList li {
    width:20%;
    position:relative;
}
.partnerCate {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: fit-content;
    padding: 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
    box-sizing:border-box;
    font-weight: bold;
    z-index:2;
}
.partnerCate01 {
    background-color:#1F3A93;
}
.partnerCate02 {
    background-color:#4A69BD;
}
.partnerCate03 {
    background-color:#6C5CE7;
}
.partnerCate04 {
    background-color:#95A5A6;
}
.partnerCate05 {
    background-color:#c1c1c1;
}
.partnerList li:not(:nth-child(5n)) a {
    border-right:1px solid transparent;
}
.partnerList li:last-child a {
    border-right: 1px solid #e5e5e5;
}
.partnerList li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    border: 1px solid #e5e5e5;
    border-top:1px solid transparent;
    background-color: #fff;
    text-decoration: none;
    transition: border-color 0.25s ease;
    padding:60px 0 40px 0;
}
.partnerList li:nth-child(1) a,
.partnerList li:nth-child(2) a,
.partnerList li:nth-child(3) a,
.partnerList li:nth-child(4) a,
.partnerList li:nth-child(5) a {
    border-top:1px solid #e5e5e5;
}
.partnerList li a:hover {
    border: 1px solid var(--point) !important;
}
.partnerList li a img {
    max-width: 140px;
    height: auto;
}
.partnerList li a p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: center;
    padding: 0 10px;
}
.partnerList .partLogo {
    height:110px;  
    max-width:90%;      
}
.partnerList .partLogo {
    max-width:100%;
}
@media screen and (max-width:1200px) {
    .partnerList li a {padding:40px 0 30px 0;}
    .partnerList .partLogo {height:80px;}
    .partnerList .partLogo img {max-height:100%;}
}
@media screen and (max-width:980px) {
    .partnerList li {width:50%;}
    .partnerList li a {border-right:1px solid transparent;  max-height:165px;}
    .partnerList li a p {font-size:15px; letter-spacing:-1px;}
    .partnerList li:nth-child(3) a,
    .partnerList li:nth-child(4) a,
    .partnerList li:nth-child(5) a {
        border-top:1px solid transparent;
    }    
    .partnerList li:not(:nth-child(5n)) a {
        border-right:1px solid transparent;
    }        
    .partnerList li:nth-child(2n) a {
        border-right:1px solid #e5e5e5;
    } 
    .partnerList li:last-child a {
        border-right: 1px solid #e5e5e5;
    }       
    .partnerList li a img {max-width:100%;}
    .partnerList li a {
        padding:30px 10px;
    }    
    .partnerList li a p {padding:5px 0 0 0;}
}
/* 게시판_리스트타입 */
.boardLayout .listType { width:100%;}
.boardLayout .listType ul { width: 100%; height: auto; border-top: 2px solid #111111; }
.boardLayout .listType ul li {border-bottom:1px solid #DDDDDD; box-sizing:border-box;}
.boardLayout .listType ul li:hover {background-color:#f6f6f6;}
.boardLayout .listType ul li a {padding:40px; padding-left:0px; width:100%; height:100%; display:block; font-size: var(--font-small); display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.boardLayout .listType ul li::after {display:none;}
.boardLayout .listType ul li .areaBox { width:calc(100% - 200px); display:flex; flex-direction:row; align-items:center;}
.boardLayout .listType ul li .areaBox .numBox {width:10%; text-align:center; font-family: 'Roboto', sans-serif; font-size:21px; font-weight:300; color:#000;}
.boardLayout .listType ul li .areaBox .numBox.active {font-weight:700;}
.boardLayout .listType ul li:hover .areaBox .numBox{color:var(--point);}
.boardLayout .listType ul li .infoBox {width:88%;}
.list_new i {color:var(--point);}
.boardLayout .listType ul li dt {max-width:100%;  padding-bottom:18px; line-height:1;  display:flex; flex-direction:row; align-items:center;}
.boardLayout .listType ul li dt p {font-size:21px; font-weight:500; color:#000;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.boardLayout .listType ul li dt .onoffBox {padding-left:12px;}
.boardLayout .listType ul li dt .onoffBox .off {display:block;}
.boardLayout .listType ul li:hover .onoffBox .off {display:none;}
.boardLayout .listType ul li:hover .onoffBox .on {display:block;}
.boardLayout .listType ul li:hover dt p {color:var(--point);}
.boardLayout .listType ul li dt .new {width:40px; margin-left:12px;}
.boardLayout .listType ul li dt .new span {width:24px !important; height:24px; line-height:24px; text-align:center; border-radius:50%; background-color:var(--mainColor); font-family: 'Roboto', sans-serif; font-size:12px; font-weight:400; color:#fff; display:inline-block; }
.boardLayout .listType ul li dd {display:flex; flex-direction:row; align-items:center;}
.boardLayout .listType ul li dd p {display:inline-block; font-size:var(--font-small); font-weight:300; padding-right:10px; margin-right:10px; position:relative; display:inline-block;}
.boardLayout .listType ul li:hover dd p {color:var(--point);}
.boardLayout .listType ul li dd p:last-child::after {display:none;}
.boardLayout .listType ul li dd p::after { content: ""; position: absolute; top:50%; transform:translateY(-50%); right: 0; display: block; width: 1px; height:12px; background-color:#B4B4B4; }
.boardLayout .listType ul li dd p .num {display:inline-block; font-family: 'Roboto', sans-serif;}
.boardLayout .listType ul li .content button {background-color:transparent; position:relative;}
.boardLayout .listType ul li .content button:hover .num {background-color: var(--mainColor); transition:all 0.3s;}
.boardLayout .listType ul li:hover .content button svg path {fill:var(--point);}
.boardLayout .listType ul li .content .num {position:absolute; bottom:-4px; right:-14px; width:24px; height:24px; line-height:24px; background-color:var(--point); border-radius:50%; font-family: 'Roboto', sans-serif; font-size:12px; font-weight:500; color:#fff;}
.boardLayout .listTypeArchive .archiveStatus {width:7%; min-width:110px;}
.boardLayout .listTypeArchive ul li .infoBox {width:81%;}
.boardLayout .listTypeArchive .archiveStatus p {
  border-radius: 4px;
  width: 80px;
  height: 30px;
  line-height:30px;
  text-align:center;
  font-size:16px;
  font-weight:500;
  color:rgba(255,255,255,0.7);
}
.boardLayout .listTypeArchive .archiveStatus01 p {background-color:#d91d58;}
.boardLayout .listTypeArchive .archiveStatus02 p {background-color:#6483ba;}
.boardLayout .listTypeArchive .archiveStatus03 p {background-color:#00b559;}
.boardLayout .listTypeArchive .archiveStatus04 p {background-color:#474747;}

.boardLayout .listType ul li .areaBox02 {width:calc(98% - 220px);}
.qnaStatus {width:220px; position:relative; display:flex; flex-direction:row; align-items:center; justify-content:center;}
.qnaStatus::before {
  content:'';
  width:1px;
  height:50px;
  background-color:#e9e9e9;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.qnaStatus01 p {
    font-size:18px;
    font-weight:600;
    color:#999999;
}
.qnaStatus02 p {
    font-size:18px;
    font-weight:600;
    color:#111111;
}
.qnaStatus p span {
    display:block;
    font-size:16px;
    font-weight:300;
    color:#999999;
    padding-top:5px;
}
.qnaStatus .icon {
    width:50px;
}
@media screen and (max-width:1200px){
    .boardLayout .listType ul li a {padding:25px 10px;}
    .boardLayout .listType ul li .content {display:none;}
    .boardLayout .listType ul li a {flex-direction:column;}
    .boardLayout .listType ul li .areaBox {flex-direction:column; justify-content: start; align-items: baseline;}
    .boardLayout .listType ul li .areaBox .numBox {width:auto; padding-bottom:7px;}
    .boardLayout .listType ul li .areaBox, .boardLayout .listType ul li .infoBox {width:100%;}
    .boardLayout .listType ul li dt .onoffBox img {width:12px;}
    .qnaStatus {width:100%; justify-content:flex-start; margin-top:30px;}
    .qnaStatus::before {width:100%; height:1px; top:-15px; transform:none;}
    .qnaStatus .icon {width:32px;}
    .qnaStatus .icon img {width:25px;}
    .qnaStatus01 p {font-size:16px;}
    .boardLayout .listTypeArchive .archiveStatus {margin-bottom:10px;}
    .boardLayout .listTypeArchive .archiveStatus p {font-size:13px; height:27px; line-height:27px; width:70px;}
    .boardLayout .listType ul li dt {padding-bottom:10px;}
    .boardLayout .listType ul li dt p {max-width:95%; }
    .boardLayout .listType ul li dt .new {width:5% !important; text-align:center;}
    .boardLayout .listType ul li dd p {}
}
@media screen and (max-width:768px){
    .boardLayout .listType ul li dt p {max-width:100%;}
    .boardLayout .listType ul li dt .new {width:30px !important; text-align:right;}
}
@media screen and (max-width:480px){
    .boardLayout .listType ul li a {padding:15px 10px;}
    .boardLayout .listType ul li .areaBox .numBox{font-size:var(--font-small);}
    .boardLayout .listType ul li dt p {font-size:var(--font-small); }
    .boardLayout .listType ul li dt .new span {width: 20px !important; height: 20px; line-height: 20px; font-size: 10px;}
}
@media screen and (max-width:298px){
    .boardLayout .listType ul li dd {display:none;}
}

/* 게시판 상세 (리스트형/썸네일형) */
.boardViewTopBox .qnaStatus {width:auto; justify-content:flex-start; margin-bottom:15px;}
.boardViewTopBox .qnaStatus::before {display:none;}
.boardViewTopBox .tit{margin-bottom: 26px; font-size: 30px; font-weight: bold; letter-spacing: -0.75px; color:#000; line-height:1.3;}
.boardViewWrap .board_noticeDdak{text-align: center; font-size: var(--font-nor); font-weight: 300; display: inline-block; vertical-align: middle;}

.boardViewTopBox .topInfoBox {border-bottom: 1px solid #000; display: flex; color: #aaa; font-weight: 300; padding-bottom:20px;}
.boardViewTopBox .topInfoBox  li{position: relative; margin-right:20px; display:flex; flex-direction:row; align-items:center;}
.boardViewTopBox .topInfoBox  li i{margin-right:5px; color:#000; font-size:20px;}
.boardViewTopBox .topInfoBox  li:last-child{margin-right: 0; padding-right: 0;}
.boardViewTopBox .topInfoBox li p {font-size:16px; font-weight:300; color:#666666;}
.boardViewTopBox .downBox {display:block;}
.boardViewTopBox .downBox li {padding:15px 0; border-bottom:1px solid #e9e9e9; box-sizing:border-box;}
.boardViewTopBox .downBox li:not(:last-child) {}
.boardViewTopBox .downBox dl {width:100%;}
.boardViewTopBox .downBox dl,
.boardViewTopBox .downBox dd {display:flex; flex-direction:row; align-items:center;}
.boardViewTopBox .downBox dt {width:85px; text-align:center; font-size:14px; font-weight:600; color:#717171;}
.boardViewTopBox .downBox dd {width:calc(100% - 100px); margin-inline-start:0;}
.boardViewTopBox .downBox dd a {width:100%; display:flex; flex-direction:row; align-items:center; line-height:1;}
.boardViewTopBox .downBox dd span {font-size:14px; font-weight:300; color:#717171; margin-right:7px; max-width:calc(100% - 26px); word-break: break-word;}
.boardViewTopBox .downBox .on {display:none;}
.boardViewTopBox .downBox a:hover span {color:var(--point);}
.boardViewTopBox .downBox a:hover .off {display:none;}
.boardViewTopBox .downBox a:hover .on {display:block;}


.boardViewCont {border-bottom:1px solid #e9e9e9; width:100%;}
.boardViewCont .boardViewContInner {
    padding:45px 40px; 
}
.boardViewCont,
.boardViewCont p {font-size:18px; line-height: 1.6; color: #333; letter-spacing: -0.9px; font-weight: 300;;}
.boardViewCont p {word-break:keep-all; white-space: pre-line;}
.boardViewCont img{max-width: 100%; margin:30px auto 50px auto; display:block;}

@media screen and (max-width:1024px){
    .boardViewTopBox .tit{font-size: 30px;}
    .boardViewWrap__attachBox .box{padding:20px 10px;}
    .boardViewWrap__attachBox .box .tit {margin: 0 10px;}

    .boardViewTopBox .downBox {

    }
}
@media screen and (max-width:480px){
    .boardViewTopBox .tit{margin-bottom:20px; font-size:22px;}
    .boardViewTopBox ul{margin-bottom: 0;}
    .boardViewCont .boardViewContInner {padding:30px 0 40px;}
    .boardViewCont, .boardViewCont p {font-size:16px;}
}

/* 뷰페이지 하단 이전&다음 */
.prevNextWrap{position:relative; margin:30px 0; display: flex; justify-content: space-between; width:100%; gap:0 !important;}
.prevNextWrap >a {width:calc(50% - 10px);}
.prevNextWrap .txtWrap{display: flex; width: 100%; cursor:pointer; position:relative; gap:0 !important;}
.prevNextWrap::after {
    content:'';
    width:1px;
    height:60px;
    background-color:#e9e9e9;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.prevNextWrap .left img {margin-right:20px;}
.prevNextWrap .right img {margin-left:20px;}
.prevNextWrap .right{justify-content: flex-end; text-align: right;}
.prevNextWrap .txtWrap {overflow:hidden;}
.prevNextWrap .txtWrap .txt{font-size: 14px; font-weight:400; letter-spacing: -0.7px; color:var(--point); }
.prevNextWrap .txtWrap p {margin-top: 10px; font-size:18px; font-weight:300; letter-spacing: -0.9px; color:#000000; width:100%;   white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
.prevNextWrap .txtWrap:hover p {color:var(--point);}
.prevNextWrap .txtOmitWrap{width:calc(100% - 40px);}
.prevNextWrap .txtWrap p {color:#999999;}
.prevNextWrap .txtWrap >div {gap:0 !important; width:calc(100% - 40px);}
.prevNextWrap .txtWrap.right >div {width:100%;}
.prevNextWrap .txtWrap img {opacity:0.2;}
.prevNextWrap .txtWrap:hover p {color:#000;}
.prevNextWrap .txtWrap:hover img {opacity:1;}
.listBtn {
  background-color: rgb(217, 29, 88);
  width: 200px;
  height: 80px;
  line-height:78px;
  font-size: 28px;
  color: rgb(255, 255, 255);
  letter-spacing:-1px;
  text-align: center;  
  border-radius:10px;
  display:block;
  margin:0 auto;
  overflow:hidden;
  border:none !important;
}
.listBtn:hover {
    background-color:#000;
}
.boardBtnLists {
    justify-content:center;
    gap:10px;
}
.boardBtnLists .listBtn  {
    margin:0 !important;
}
.listBtn-edit {
    background-color:#ddd;
    color:#333;
}
.listBtn-del {
    background-color:#878787;
}
/* s:pagination */
.numPagination {display:flex; flex-direction:row; justify-content:center; margin-top:50px;}
.numPagination::after {display:block;}
.numPagination .btnPagi {width:40px; height:40px; border:1px solid #ababab; box-sizing:border-box; display:flex; justify-content:center; align-items:center; background-color: #fff;}
.numPagination .btnPagi:hover {background-color:var(--point); box-sizing:border-box; border:none;}
.numPagination .btnPagi svg.on {display:none;}
.numPagination .btnPagi:hover svg.off {display:none;}
.numPagination .btnPagi:hover svg.on {display:block;}
.numPagination .prev, .numPagination .next {margin:0 5px;}
.numPagination ul {display:flex; flex-direction:row; align-items:center; margin:0 15px;}
.numPagination ul li {margin:0 10px; position:relative; }
.numPagination ul li::after {content:''; width:20px; height:2px; position:absolute; left:50%; transform:translateX(-50%); bottom:-5px; display:none;}
.numPagination ul li.on::after {display:block; background-color:#000;}
.numPagination ul li.on:hover a:hover {color:var(--point); transition:all 0.3s;}
.numPagination ul li a {font-size:19px; font-weight:400; color:#767676;}
.numPagination ul li a:hover {color:var(--point); transition:all 0.3s;}
.numPagination ul li:hover::after {display:block; background-color:var(--point);}
.numPagination ul li.on a {font-weight:700; color:#000;}

@media screen and (max-width:768px) {
    .numPagination .btnPagi {border:none; width:30px; height:30px; line-height:30px;}
    .numPagination .btnPagi:hover {background-color:transparent;}
    .numPagination .btnPagi:hover svg.on {display:none;}
    .numPagination .btnPagi:hover svg.off {display:block;}
    .numPagination ul li a {font-size:16px;}
    .prevNextWrap .txtWrap img {width:10px;}
    .prevNextWrap .txtWrap p {font-size:16px; line-height:1.3; word-break:keep-all;}

    .listBtn {height:60px; line-height:60px; font-size:20px;}

    .numPagination ul {margin:0 5px;}
    .numPagination .btnPagi {width:22px; height:22px;}
    
}
@media screen and (max-width:480px) {
.numPagination {margin-top:30px;}
}

/* e:pagination */

/* s:보드탭구조 */
.boardTab li p {
    font-size:26px;
    font-weight:500;
    color:#999999;
    cursor:pointer;
}
.boardTab li.active p {
    color:var(--point);
}
.boardTab li:not(:last-child) {
    position:relative;
    margin-right:70px;
}
.boardTab li:not(:last-child)::after {
    content:'';
    width:1px;
    height:23px;
    background-color:#e9e9e9;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:-35px;
}
.boardTapCont >div {
    width:100%;
    display:none;
}
.boardTapCont >div.active {
    display:block;
}
@media screen and (max-width:980px) {
    .boardTab li:not(:last-child) {margin-right:40px;}
    .boardTab li:not(:last-child)::after {right:-20px; height:18px;}
    .boardTab li p {font-size:19px;}
}
@media screen and (max-width:680px) {
    .archiveWrap {display:block;}
    .archiveWrap .boardTab {margin-top:10px; flex-wrap:wrap; gap:7px;}
    .boardTab li p {font-size:16px;}
    .boardTab li:not(:last-child) {margin-right:15px;}
    .boardTab li:not(:last-child)::after {right:-11px; height:15px;}
}
/* 갤러리형 */
.totalNumBoard {font-size:18px; display:flex; flex-direction:row; align-items:center; color:#000;}
.totalNumBoard .xi-comment-o {line-height: 1.75em; padding-right:5px;}
.cardNews{
	width: 100%;
  	margin: 0 auto;
}
.cardNews ul {width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.cardNews ul li {width:32%; margin-right:2%; margin-bottom:2%; border-radius:10px; overflow:hidden; border:1px solid #EBEBEB; box-sizing:border-box;}
.cardNews ul li:hover {border:1px solid #696cbb; box-sizing:border-box; box-shadow:10px 10px 30px rgba(0,0,0,0.1);}
.cardNews ul li a {width:100%; height:100%;}
.cardNews ul li:nth-child(3n) {margin-right:0;}
.cardNews ul li .imgBox {width:100%; max-height:300px; overflow:hidden; border-bottom:1px solid #EBEBEB; box-sizing:border-box; }	
.cardNews ul li .imgBox img, .cardNews ul li .imgBox svg {width:100%;}
.cardNews ul li .textBox {background-color:#fff; max-width:100%; padding:25px 30px 25px 20px; display:flex; flex-direction:row; align-items:center;}
.cardNews ul li .textBox p {width:calc(100% - 32px); overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:18px; font-weight:600; color:#111111;}
.cardNews ul li .textBox .newIcon {display:block; width:22px; height:22px; border-radius:4px; background-color:#D10412; font-size:16px; font-weight:700; color:#fff; text-align:center; margin-left:10px; margin-top:2px;}
@media screen and (max-width:1500px) {

}
/* 해상도 1280px 이하 */
@media screen and (max-width:1280px) {
	.cardNews ul li {width:49%;}
	.cardNews ul li:nth-child(3n) {margin-right:2%;}
	.cardNews ul li:nth-child(2n) {margin-right:0;}
}
/* 해상도 680px 이하 */
@media screen and (max-width:680px) {
	.cardNews ul li {width:100%; height:auto; margin-right:0; margin-bottom:50px;}
	.cardNews ul li:nth-child(3n) {margin-right:0;}
	.cardNews ul li:nth-child(2n) {margin-right:0;}
	.cardNews ul li .textBox {padding:15px 20px;}
	.cardNews ul li .textBox p {font-size:16px; width:calc(100% - 28px);}
	.cardNews ul li .textBox .new  {font-size:14px; width:20px; height:20px; margin-left:8px;}

}
.cardNews .imgSrc {
    /* 기본 배경 이미지 스타일 */
    width: 100%; /* 이미지 박스의 가로 크기 */
    background-size: cover; /* 이미지를 컨테이너에 맞게 조절 */
    transition: transform 0.3s ease; /* 변환 효과를 부드럽게 적용 */

    /* 마우스 오버 시 변환 효과 */
    /* 이미지를 120%로 확대 */
}
.cardNews .imgSrc:hover {
    transform: scale(1.2); /* 이미지를 120%로 확대 */
}
/* 답변 */
.adminReplyBox {
    border: 1px solid #f4acbe;
    background-color: #fffbfc;
    border-radius:10px;
    padding: 25px 45px;
    margin-bottom:45px;
}
.adminReplyHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adminReplyHeader .left {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* 체크 아이콘 스타일 */
.adminReplyBox .icon-check {
    color: #000;
    font-size: 14px;
}
.adminReplyHeader .left img {
    width:35px;
    margin:0 5px 0 0 !important; 
}
.adminReplyHeader .title {
    font-size:20px;
    font-weight: 600;
    color: #000;
}
.adminReplyHeader .date {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:8px;
}
.adminReplyHeader .date dt {
    font-size:16px;
    font-weight:600;
    color:#000;
}
.adminReplyHeader .date dd {
    font-size:16px;
    font-weight:300;    
    color:#999999;
}
.adminReplyLine {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 10px 0 15px;
}
.adminReplyContent {
    font-size: 18px;
    font-weight:300;
    color: #000;
    line-height: 1.6;
}
@media screen and (max-width:980px) {
    .adminReplyHeader {flex-direction:column; gap:5px; justify-content:flex-start; align-items:flex-start;}
    .adminReplyBox {padding:25px 20px;}
    .adminReplyHeader .left img {width:25px;}
    .adminReplyHeader .title {font-size:18px;}
    .adminReplyHeader .date dt,
    .adminReplyHeader .date dd {font-size:14px;}
    .adminReplyContent {font-size:15px;}
}

/* faq */
.faq_wrap {
  margin-top:30px;
  border-top: 2px solid var(--point);
}

.faq_wrap li {
  cursor: pointer
}

.faq_wrap li:first-child {
  border-top: 1px solid #ddd;
}

.faq_wrap li div {

}
.faq_wrap li .tit,
.faq_wrap li .txt {
  width:100%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  box-sizing:border-box;
  overflow:hidden;
}
.faq_wrap li .tit {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.faq_wrap li .tit .lfArea {
    width:calc(100% - 10px);
    display:flex;
    flex-direction:row;
    align-items:center;
}
.faq_wrap li .ico {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ddd;
  text-align: center;
  color: #333;
  font-size: 24px;
  float: left;
  margin-right: 20px;
}
.faqFlex {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
}
.faq_wrap li .faq_answer {
    width:calc(100% - 60px);
    display:flex;
    flex-direction:column;
}
.faq_wrap li .faq_answer img {
    max-width:100%;
}
.faq_wrap li .ico.green {
  background-color: var(--point);
  color: #fff
}
.faq_wrap li p {
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  font-weight: 900;
  float: left;
  width:calc(100% - 70px);
}
.faq_wrap li.lfArea p {
  max-width: calc(100% - 92px);
}
.faq_wrap li .txt p {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin-top:10px;
}

.faq_wrap li i {
  line-height: 40px;
  font-size: 22px;
  margin-left: 10px;
  float: right;
  color: #ddd;
  transition: .3s;
}

.faq_wrap li i.active {
  transform: rotate(-180deg);
  color: var(--point);
}
.faq_wrap li .txt {
  background-color: #fffafa;
  display: none;
  position: relative
}

@media screen and (max-width:1480px) {
    .faq_wrap li .txt p {margin-top:5px;}
}
@media screen and (max-width: 1080px) {
  .faq_wrap li .tit, .faq_wrap li .txt {
    padding:20px 15px;
  }
  .faq_wrap li p {
    font-size: 15px;
    margin-top: 5px;
  }
  .faq_wrap li .lfArea p{
    max-width: calc(100% - 60px);
  }
  .faq_wrap li .txt p {
    font-size: 13px;
    margin-top:2px;
  }

  .faq_wrap li .ico {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    margin-right: 14px;
  }
  .faq_wrap li i {
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (max-width: 720px) {
  .faq_wrap {
    margin-top: 30px;
  }
  .faq_wrap li .ico {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    margin-right: 8px;
  }

  .faq_wrap li p {
    font-size: 14px;
    margin-top: 0;
  }
  .faq_wrap li .lfArea p {
    max-width: calc(100% - 54px);
  }
  .faq_wrap li i {
    line-height: 26px;
    font-size: 14px
  }
}
/* 비전 */
.visionImg {
    display:block;
    margin:0 auto 60px auto;
}
.visionImg.moImg {
    display:none;
}
.top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom:80px;
    padding-bottom:80px;
    border-bottom: 1px solid #d9def1;
    position:relative;
}
.top-section::after {
    content:'';
    width:1px;
    height:120px;
    background:#d9def1;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
.visionBox .top-item {
    width:50%;
}
.visionBox .top-item:nth-child(1) {
    padding-right:50px;
}
.visionBox .top-item:nth-child(2) {
    padding-left:80px;
}
.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom:30px;
    color:#222;
    position:relative;
    width:fit-content;
}
.section-title span::after {
    content:'';
    width:1px;
    height:16px;
    background-color:#ddd;
    position:absolute;
    left:-15px;
    top:50%;
    transform:translateY(-50%);
}
.section-title span {
    font-size:1em;
    font-weight: 400;
    color:#888;
    margin-left:30px;
    position:relative;
}

.desc-large {
    font-size:22px;
    font-weight:600;
    color:#222;
    word-break: keep-all;
    line-height:1.3;
}

/* --- 하단: 핵심 가치 --- */
.values-section {
    margin-top: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5개 컬럼 */
    gap: 30px;
    margin-top: 40px;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* 아이콘 스타일 */
.icon-wrapper {
    position: relative;
    height: 80px;
    margin-bottom:22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-title {
    font-size: 22px;
    font-weight: 700;
    color:#222;
    margin-bottom:10px;
}
.value-subtitle {
    font-size: 17px;
    font-weight:400;
    color:#888;
    margin-bottom: 15px;
    display: block;
}
.value-desc {
    font-size: 17px;
    font-weight:400;
    color:#444;
    word-break: keep-all;
    line-height: 1.5;
}
/* 주요활동 */
.InitiativesBox >ul {
    display:flex;
    flex-direction:row;
    align-items:stretch;
    flex-wrap:wrap;
    gap:80px;
}
.InitiativesBox >ul >li {
    width:calc(50% - 40px);
    padding:40px;
    border-radius:6px;
    border:1px solid #D9DEF1;
    box-sizing:border-box;
}
.InitiativesBox >ul >li .icon {
    height:140px;
}
.InitiativesBox >ul >li .icon img {
    width:120px;
}
.InitiativesBox >ul >li h3 {
    margin-bottom:20px;
}
.dotList li {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
}
.dotList li:not(:last-child) {
    margin-bottom:10px;
}
.dotList li span {
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#444;
    margin-right:8px;
    position: relative;
    top:8px;
}
.dotList02 li:not(:last-child) {
    margin-bottom:2px;
}
.dotList li p {
    font-size:17px;
    font-weight:400;
    color:#444;
    line-height:1.4;
    letter-spacing:-0.6px;
}
.dotList02 li span {
    width:2px;
    height:2px;
    margin-right:4px;
}
.dotList02 li p {
    font-size:15px;
    font-weight:300;
}
.dotList03 li span,
.dotList04 li span {
    top:12px;
}
.dotList03 li p {
    font-size:20px;
    font-weight:600;
}
.dotList04 li p {
    font-size:20px;
    font-weight:400;
}
.dotList04 li p strong {
    font-size:600;
}
/* 연혁 */
.timeline-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.timeline-item {
    display: flex;
    position: relative;
    padding-bottom: 80px; /* 아이템 간 간격 */
}
.timeline-item:last-child {
    padding-bottom: 0;
}
.marker-col {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:50px;
    position: relative;
}
.marker {
    width:48px;
    height:48px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2; /* 선보다 위에 오도록 */
    flex-shrink: 0;
}
.marker.gray {
    border:14px solid #888;
}
.marker.pink {
    border:14px solid #d61f58;
}
.timeline-item::after {
    content: '';
    position: absolute;
    top: 29px; /* 마커 바로 아래부터 시작 */
    bottom: -35px; /* 다음 마커까지 닿도록 길이 조절 */
    left:28px;
    width:0;
    height:100%;
    border-left:2px dotted #aaa;
    z-index: 1;
}
.timeline-item:last-child:after {
    display:none;
}
.timeline-item .content-col {
    flex: 1;
    padding-top:5px;
}
.timeline-item .year-title {
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    color: #222;
    line-height:1.2;
}
.timeline-item .event-list {
    list-style: none;
}
.timeline-item .event-row {
    display: flex;
    flex-direction:row;
    align-items:flex-start;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}
.timeline-item .event-date {
    display:block;
    font-size:22px;
    font-weight: 500;
    color:#444;
    margin-right:20px;
    position:relative;
    z-index:2;
    padding-left:12px;
    width:97px;
}
.timeline-item .event-date::before {
    content:'';
    display:block;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#444;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.timeline-item .event-date::after {
    content:'';
    width:1px;
    height:16px;
    background-color: #ddd;
    position:absolute;
    top:10px;
    right:-10px;
    z-index:2;
}
.timeline-item .event-desc {
    font-size:22px;
    font-weight:400;
    color: #333;
    width:calc(100% - 97px);
}
/* 조직도 */
.organizationBox {
    width: 100%;
    margin: 0 auto;
    color: #333;
}

/* 공통 변수 및 스타일 */
.organizationBox .hidden-text {
    display: none;
}

/* =========================================
    1. 조직도 영역 (Org Chart)
    ========================================= */
.organizationBox .org-chart-wrap {
    width: 100%;
    padding-bottom: 60px;
    margin:0 auto 60px auto;
    text-align: center;
    border-bottom:1px solid #333;
    box-sizing:border-box;
}

.organizationBox .org-tree {
    display: inline-block;
    min-width:1180px; /* 차트 최소 너비 */
    padding-top: 20px;
}

/* 박스 공통 디자인 */
.organizationBox .node {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight:700;
    font-size:28px;
    color: #fff;
    border-radius:6px;
    position: relative;
    z-index: 2;
}

/* 색상 테마 */
.organizationBox .node {width:280px; height:80px;}
.organizationBox .node.pink-bg { background-color: #D81D58;}
.organizationBox .node.dark-bg { background-color: #333;}
.organizationBox .node.gray-bg { background-color: #666;}
.organizationBox .node.light-bg { background-color: #EEEEEE; width: 100%; height:60px; font-size:22px; font-weight:700; color:#222;}

.organizationBox .node.white-box {
    background-color: #fff;
    border: 2px solid #D81D58;
    color: #D81D58;
}

/* 연결선 공통 */
.organizationBox .line-v {
    width: 1px;
    background-color: #ccc;
    margin: 0 auto;
}
.organizationBox .line-h {
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
}

/* LEVEL 1: 회장 & 우측 이사회/감사 */
.organizationBox .level-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.organizationBox .level-1 .center-node {
    position: relative;
    z-index: 5;
}

/* 우측 가지 (상임이사회/감사) */
.organizationBox .level-1 .side-group {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left:220px; /* 회장 박스 절반(90) + 간격(20) */
    display: flex;
    flex-direction: column;
    gap:30px;
    text-align: left;
}
/* 상임이사회와 감사를 잇는 브라켓 라인 */
.organizationBox .level-1 .side-group .bracket {
    position: absolute;
    left: -40px;
    top:40px; /* 시작점 */
    width:10px;
    height:110px; /* 감사 박스 중간까지 */
    border-left: 1.5px solid #999999;
}
.organizationBox .level-1 .side-group .box-wrapper {
    position: relative;
}
.organizationBox .level-1 .side-group .box-wrapper::before {
    content: '';
    position: absolute;
    left:-100px;
    top: 50%;
    width:100px;
    height:1.5px;
    border-top:1.5px solid #999999;
}
.organizationBox .level-1 .side-group .box-wrapper02::before {
    width:40px;
    left:-40px;
}
/* LEVEL 2: 부회장 */
.organizationBox .level-2 {
    position: relative;
}
.organizationBox .level-2::before { /* 회장->부회장 연결선 */
    content: '';
    display: block;
    width: 0;
    height:150px; /* 위쪽 여백 */
    background-color: #999999;
    border-left:1.5px solid #999999;
    margin: -20px auto 0; /* level-1 margin 상쇄 */
    position: relative;
    z-index: 1;
}

/* LEVEL 3: 위원회 & 사무국 */
.organizationBox .level-3 {
    position: relative;
    display: flex;
    justify-content: center;
    gap:150px; /* 위원회와 사무국 사이 간격 */
    padding-top:80px;
}

/* 부회장 -> 레벨3 분기선 */
.organizationBox .level-3-connector {
    position: absolute;
    top:41px;
    left: 50%;
    transform: translateX(-50%);
    width:665px; /* 너비 조절 */
    height:40px;
    border-top: 1.5px solid #999999;
    border-left: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
}
.organizationBox .level-3-connector::after {
    content: '';
    position: absolute;
    top: -42px;
    left: 50%;
    height:42px;
    width: 1.5px;
    background-color: #999999;
}
.organizationBox .level-3 .group-left {
    margin-left:-230px;
}
/* LEVEL 4: 5개 위원회 */
.organizationBox .level-4 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
}

/* 위원회 -> 5개 위원회 연결선 */
.organizationBox .level-4-bridge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width:1.5px;
    height:30px;
    border-left:1.5px solid #999;
}
.organizationBox .level-4-branch {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width:580px; 
    height: 15px;
    border-top: 1.5px solid #999999;
    border-left: 1.5px solid #999999;
    border-right: 1.5px solid #999999;
}
/* 가운데 줄 추가 */
/* 2번째, 4번째 줄 추가 */
.organizationBox .level-4-branch .inner-line-left {
    position: absolute;
    top: 0;
    left: 25%;
    width: 1.5px;
    height: 15px;
    background-color: #999999;
}
.organizationBox .level-4-branch .inner-line-right {
    position: absolute;
    top: 0;
    right: 25%;
    width: 1.5px;
    height: 15px;
    border-left:1.5px solid #999;
}

.organizationBox .level-4 .sub-node {
    width: 140px;
}
/* =========================================
    2. 임원 리스트 영역 (Member List)
    ========================================= */
.organizationBox .member-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.organizationBox .member-section:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.organizationBox .section-title {
    font-size:32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

/* 리스트 아이템 공통 */
.organizationBox .member-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.organizationBox .photo-box {
    width:120px;
    flex-shrink: 0;
}
.organizationBox .photo-box img {
    width:100%;
}
.organizationBox .info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top:5px;
}

.organizationBox .role {
    font-size: 17px;
    font-weight:500;
    color: #222;
    margin-bottom:12px;
    font-weight: 500;
}

.organizationBox .name {
    font-size:24px;
    font-weight:700;
    color: #222;
    margin-bottom:20px;
}

.organizationBox .desc {
    font-size: 17px;
    font-weight:400;
    color: #444;
    line-height: 1.4;
}

/* 그리드 레이아웃 (상임이사회) */
.organizationBox .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4열 */
    gap:25px 20px;
}
/* 비전~조직도 반응형 */
@media screen and (max-width:1480px) {
    .value-desc {word-break:keep-all;}
    .value-desc br {display:none;}

    .organizationBox .org-tree {min-width:1000px;}
    .organizationBox .level-3 .group-left {margin-left:-120px;}    
    .organizationBox .level-3 {gap:0;}
    .organizationBox .level-3-connector {width:380px;}
    .organizationBox .node {width:250px; height:70px;}
    .organizationBox .node.gray-bg02 {position:relative; right:115px;}
    .organizationBox .level-1 .side-group .bracket {top:35px; height:100px;}
}
@media screen and (max-width:1200px) {
    .visionImg {width:600px;}
    .desc-large {word-break:keep-all;}
    .visionBox .top-item:nth-child(2) {padding-left:50px;}
    .InitiativesBox >ul {gap:60px;}
    .InitiativesBox >ul >li {width:calc(50% - 30px);}
    .dotList li p {word-break:keep-all;}

    .organizationBox .grid-container { grid-template-columns: repeat(2, 1fr);}

    .timeline-item {padding-bottom:35px;}
    .marker-col {width:40px;}
    .marker-col {margin-right:10px;}
    .marker {width:25px; height:25px;}
    .timeline-item::after {left:20px; top:25px;}
    .timeline-item .year-title {font-size:22px; margin-bottom:10px;}
    .timeline-item .content-col {padding-top:0;}
    .marker.gray {
        border:5px solid #888;
    }    
    .marker.pink {
        border:5px solid #d61f58;
    }    
    .timeline-item .event-date, .timeline-item .event-desc {font-size:16px;}
    .timeline-item .event-date {width:70px;}
    .timeline-item .event-desc {width:calc(100% - 70px);}
    .timeline-item .event-date::after {top:5px; height:12px;}
    .timeline-item .event-date::before {width:3px; height:3px;}
}
@media screen and (max-width:1140px) {
    /* 1. 전체 컨테이너 초기화 */
    .organizationBox .org-chart-wrap {
        width: 100%;
        padding: 0 20px 60px 20px; /* 좌우 여백 추가 */
        overflow: visible; /* 스크롤 제거 */
        height: auto;
    }

    .organizationBox .org-tree {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 0; /* 최소 너비 해제 */
        width: 100%;
        padding-top: 0;
    }

    /* 2. 기존 복잡한 가로 연결선 모두 숨기기 (필수) */
    .organizationBox .bracket,
    .organizationBox .level-1 .side-group .box-wrapper::before,
    .organizationBox .level-1 .side-group .box-wrapper02::before,
    .organizationBox .level-2::before,
    .organizationBox .level-3-connector,
    .organizationBox .level-3-connector::after,
    .organizationBox .level-4-bridge,
    .organizationBox .level-4-branch,
    .organizationBox .level-4-branch .inner-line-left,
    .organizationBox .level-4-branch .inner-line-right {
        display: none !important;
    }
    .organizationBox .node.gray-bg02 {right:0;}
    /* 3. 박스 크기 모바일 최적화 */
    .organizationBox .node {
        width:500px;
        height: 60px;
        font-size: 18px;
        margin: 0 auto; /* 가운데 정렬 */
    }
    
    .organizationBox .node.light-bg {
        width:400px;
        height: 50px;
        font-size: 16px;
    }

    /* ============================
       계층 구조 재설정 (세로 쌓기)
       ============================ */

    /* LEVEL 1: 회장 & 이사회/감사 */
    .organizationBox .level-1 {
        flex-direction: column;
        margin-bottom: 0;
    }
    
    /* 회장 박스 */
    .organizationBox .level-1 .center-node {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px; /* 아래 박스와 간격 */
        position: relative;
    }
    /* 회장 아래 세로 선 */
    .organizationBox .level-1 .center-node::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 1px;
        height: 30px;
        background-color: #999;
    }

    /* 이사회/감사 그룹 */
    .organizationBox .level-1 .side-group {
        position: static; /* 절대 위치 해제 */
        margin: 0 0 30px 0;
        width: 100%;
        align-items: center;
        gap: 20px;
    }
    /* 각 박스 아래 세로 선 추가 */
    .organizationBox .level-1 .side-group .box-wrapper,
    .organizationBox .level-1 .side-group .box-wrapper02 {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .organizationBox .level-1 .side-group .box-wrapper::after,
    .organizationBox .level-1 .side-group .box-wrapper02::after {
        content: '';
        position: absolute;
        bottom: -20px; /* gap 만큼의 길이 */
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #999;
    }

    /* LEVEL 2: 부회장 */
    .organizationBox .level-2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    /* 부회장 위쪽 연결선 (이사회/감사 그룹과 연결) */
    .organizationBox .level-2::before {
        content: '';
        display: block !important; /* 위에서 숨긴거 다시 살림 */
        width: 1px;
        height: 30px; /* 길이 재조정 */
        background-color: #999;
        position: absolute;
        top: -30px;
        left: 50%;
        margin: 0;
        border: none;
    }
    /* 부회장 아래 연결선 */
    .organizationBox .level-2::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 1px;
        height: 30px;
        background-color: #999;
    }

    /* LEVEL 3: 위원회 & 사무국 */
    .organizationBox .level-3 {
        flex-direction: column; /* 세로 정렬 */
        padding-top: 0;
        gap: 30px;
        width: 100%;
        border:1px solid #ddd;
        box-sizing:border-box;
        padding:20px;
    }
    
    .organizationBox .level-3 .group-left,
    .organizationBox .level-3 .group-right {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 위원회(Left)가 먼저 나오고 사무국(Right)이 맨 밑으로 가도록 순서 조정 */
    /* 현재 HTML 순서상 위원회가 먼저임. 사무국을 위원회 하위로 볼 건지 동급으로 볼 건지에 따라 다름 */
    /* 여기서는 동급으로 보고 세로로 나열 */
    
    .organizationBox .level-3 .group-left {
        position: relative;
    }
    /* 위원회 박스 아래 선 */
    .organizationBox .group-left > .node {
        margin-bottom: 20px;
        position: relative;
    }
    .organizationBox .group-left > .node::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #999;
    }

    /* LEVEL 4: 5개 하위 위원회 */
    .organizationBox .level-4 {
        flex-direction: column;
        padding-top: 0;
        gap: 15px;
        width: 100%;
        align-items: center;
        /* 사무국과 연결을 위해 마진 추가 */
        margin-bottom: 30px; 
    }
    
    .organizationBox .level-4 .sub-node {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    /* 하위 위원회끼리 연결하는 선 */
    .organizationBox .level-4 .sub-node:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -15px; /* gap 길이 */
        left: 50%;
        width: 1px;
        height: 15px;
        background-color: #ccc;
    }

    /* 마지막 기술위원회에서 사무국으로 이어지는 긴 선 */
    .organizationBox .level-4::after {
        content: '';
        position: absolute;
        bottom:0;
        left: 50%;
        width: 1px;
        height: 30px;
        background-color: #999;
    }    
}
@media screen and (max-width:1080px) {
    .section-title {font-size:32px;}
    .desc-large {font-size:20px;}
    .values-grid {grid-template-columns:repeat(3, 2fr);}

    .top-section {flex-direction:column; margin-bottom:40px; padding-bottom:40px;}
    .top-section::after {display:none;}
    .visionBox .top-item {width:100%;}
    .visionBox .top-item:nth-child(1) {padding-right:0; margin-bottom:40px; padding-bottom:40px; border-bottom: 1px solid #d9def1;}
    .visionBox .top-item:nth-child(2) {padding-left:0;}
    .InitiativesBox >ul {gap:30px;}
    .InitiativesBox >ul >li h3 {font-size:20px; line-height:1.3;}
    .InitiativesBox >ul >li {width:calc(50% - 15px); padding:25px;}
    .dotList li:not(:last-child) {margin-bottom:5px;}
    .dotList li p {font-size:15px;}    

}
@media screen and (max-width:680px) {
    .visionImg {width:100%;}
    .visionImg.pcImg {
        display:none;
    }        
    .visionImg.moImg {
        display:block;
    }    
    .values-grid {grid-template-columns:repeat(2, 3fr);}
    .section-title {font-size:26px;}
    .section-title span {margin-left:20px;}
    .section-title span::after {left:-10px;}
    .desc-large {font-size:18px;}

    .InitiativesBox >ul {gap:30px; flex-direction:column;}
    .InitiativesBox >ul >li h3 {font-size:20px; line-height:1.3;}
    .InitiativesBox >ul >li {width:100%; padding:25px;}
    .dotList li:not(:last-child) {margin-bottom:3px;}
    .dotList li p {font-size:15px; letter-spacing:-1px;}    
    .dotList li span {width:3px; height:3px; top:7.5px;}
    .InitiativesBox >ul >li .icon {height:auto; margin-bottom:20px;}
    .InitiativesBox >ul >li .icon img {width:100px;}

    .organizationBox .level-1 {width:100%;}
    .organizationBox .node {width:350px;}
    .organizationBox .node.light-bg {width:300px;}

    .organizationBox .grid-container { grid-template-columns: repeat(1, 1fr);}

    .marker-col {width:30px; margin-right:5px;}
    .marker {width:20px; height:20px;}
    .timeline-item::after {left:14px; top:15px;}
    .timeline-item .event-date, .timeline-item .event-desc {font-size:14px;}
}
@media screen and (max-width:480px){
    .values-grid {grid-template-columns:repeat(1, 1fr);}   
    .value-desc br {display:block;}
    .section-title {font-size:24px; margin-bottom:20px;}
    .section-title span {margin-left:10px; font-size:0.8em;}
    .section-title span::after {left:-7px; height:12px;}
    .desc-large {font-size:16px; line-height:1.5;}     
    .desc-large br {display:block;}

    .InitiativesBox >ul >li {padding:25px 20px;}
    .InitiativesBox >ul >li h3 {word-break:keep-all; font-size:19px; letter-spacing:-1px;}
    .InitiativesBox >ul {gap:20px;}

    .organizationBox .level-1 {width:100%;}
    .organizationBox .node {width:100%;}  
    .organizationBox .level-3 {padding:20px 10px;}
    .organizationBox .level-3 .node.light-bg {width:calc(100% - 40px);}

    .InitiativesBox.pt30,
    .organizationBox.pt30 {padding-top:0 !important;}
}
/* 마이페이지 */
.shieldBox {
    display:block;
    text-align:center;
}
.shieldBox p {
    font-size:18px;
    font-weight:300;
    color:#111111;
    line-height:1.5;
    padding:20px 0 50px 0;
}
@media screen and (max-width:480px) {
    .shieldBox img {width:80px;}
    .shieldBox p {font-size:17px; word-break:keep-all; letter-spacing:-1px;}
}
.mypageTab {display:flex; flex-direction:row; align-items:center; justify-content:center; margin-bottom:50px;}
.mypageTab li:not(:last-child) {position:relative; margin-right:60px;}
.mypageTab li.active a {
    color:var(--point);
}
.mypageTab li a {font-size:26px; font-weight:500; color:#999;}
.mypageTab li::after {
    content: '';
    width: 1px;
    height: 23px;
    background-color: #ddd;
    position: absolute;
    right:-30px;
    top: 50%;
    transform: translateY(-50%);
}
.mypageTab li:last-child::after {
    display:none;
}
/* 전체 박스 (.mypag_info 수정) */
.mypage_info {
  width: 100%; 
  max-width:800px;
  margin:0 auto;
  box-sizing: border-box; 
  padding: 30px 40px;
  border-width: 1px;
  border-color: rgb(255, 223, 213);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 251, 249);
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow:3px 3px 10px rgba(0, 0, 0, 0.1);
}
.mypage_info .info_header {
  display: flex;
  justify-content: space-between; 
  align-items: flex-end;
  flex-wrap: wrap; 
  gap: 20px;
}
.mypage_info .title_group {
  display: flex;
  align-items: center;
}
.mypage_info .main_title {
  font-size: 30px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin: 0;
  line-height: 1.2;
  margin-right:50px;
  position:relative;
}
.mypage_info .main_title::after {
    content:'';
    width:1px;
    height:27px;
    background-color:#000;
    position:absolute;
    right:-25px;
    top:50%;
    transform:translateY(-50%);
}
.mypage_info .sub_title { 
  font-size: 24px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}
.mypage_info .date_group {
  display: flex;
  gap:30px; 
}

.mypage_info .date_item {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 5px;
}
.mypage_info .date_item .label {
  font-size: 16px;
  font-weight:300;
  color:#666666; 
}
.date_item .value { 
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.mypage_info .info_line {
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  margin: 10px 0;
  opacity: 1;
}
.mypage_info .info_footer {
  display: flex;
  flex-direction: column;
  gap: 8px; 
}
.mypage_info .info_footer p { 
  font-size: 15px;
  color: rgb(102, 102, 102); 
  margin: 0;
  line-height: 1.5;
  text-align: left;
}
.mypageWrap .registrationBox{
    margin:15px auto 40px auto;
}
@media (max-width: 768px) {
  .mypage_info .info_header {
    flex-direction: column;
    align-items: flex-start;
  }
  .mypage_info .date_group {
    width: 100%;
    justify-content: flex-start;
    gap:15px;
  }
  .mypage_info .date_item {
    align-items: flex-start; /* 모바일에서는 왼쪽 정렬 */
  }
}
.registrationBoxBoard {
    padding:0 ;
}
.registrationBoxBoard .numPagination {
    margin:0 auto;
    padding:40px 0;
}
.boardListBox02,
.boardListBox02 li {
    width:100%;
}
.boardListBox02 li {
    padding:30px;
    border-bottom:1px solid #dddeea;
    box-sizing:border-box;
}
.boardListBox02 li a:hover .textBox dd {
    color:var(--point);
}
.boardListBox02 li {
    display:flex;
    flex-direction:row;
    align-items:center;
}
.boardListBox02 li a {
    width:calc(100% - 120px);
    height:165px;
    display:flex;
    flex-direction:row;
    align-items:stretch;
}
.boardListBox02 li .lfBox .imgBox {
  width:100%;
  height:100%;
  border-radius:10px;
  overflow: hidden;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.boardListBox02 li .lfBox .noImg {
  background-color:#f4f4f8;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.boardListBox02 li .lfBox .cate {
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  border-radius:20px;
  height:30px;
  line-height:30px;
  text-align:center;
  width: fit-content;
  padding:0 10px;
  overflow:hidden;
  font-size:14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.boardListBox02 li .lfBox .cate01 {
  background-color:var(--point);
}
.boardListBox02 li .lfBox .cate02 {
  background-color:#afafaf;
}
.boardListBox02 li .lfBox {
    width:165px;
    height:100%;
    margin-right:30px;
    position: relative;
}
.boardListBox02 li .textBox {
    width:calc(100% - 195px);
    height: 100%;
}
.boardListBox02 li .textBox dt {
    font-size: 16px;
    color: rgb(255, 102, 0);
    font-weight: bold;
    line-height: 1.95;
    text-align: left;
    padding-bottom: 5px;
}
.boardListBox02 li .textBox dd {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: left;
    margin-bottom:30px;
}
.boardListBox02 li .textBox .boardInfo {
  margin-bottom:25px;
}
.boardListBox02 li .textBox .boardInfo div:not(:last-child) {
  margin-bottom:8px;
}
.boardListBox02 li .textBox .boardInfo .icon {margin-right:5px;}
.boardListBox02 li .textBox .boardInfo p {
  font-size: 16px;
  color: rgb(116, 125, 151);
  line-height: 1;
  text-align: left;
}
.boardListBox02 li .submissionBox {
    width:120px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.boardListBox02 li .submissionBox p {
    font-size:18px;
    font-weight:600;
}
.boardListBox02 li .submissionBox01 p {
    color:#bcbcbc;
}
.boardListBox02 li .submissionBox02 p {
    cursor:pointer;
    width:100%;
    height:45px;
    border-radius:20px;
    border:2px solid var(--point);
    box-sizing:border-box;
    font-weight:700;
    color:var(--point);
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.boardListBox02 li .submissionBox02 p:hover {
    background-color:var(--point);
    color:#fff;
}
/* 팝업 배경 (어두운 영역) */
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}

/* 팝업 박스 */
.modal-box {
background-color: #fff;
width:800px;
padding: 40px 50px 25px 50px;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
position: relative;
box-sizing: border-box;
}

/* 닫기 버튼 (우측 상단 X) */
.btn-close-x {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    line-height:39px;
    background-color: #34373b;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-close-x:hover {
    background-color:var(--point);
}
/* 헤더 영역 */
.modal-header {
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.modal-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--point); /* 붉은색 포인트 */
}
.modal-divider {
    width: 1px;
    height:26px;
    background-color: #ccc;
    margin:0 30px;
}
.modal-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.modal-body {
margin-bottom: 30px;
}
.input-label {
    display: block;
    font-size: 18px;
    font-weight:500;
    color: #000;
}
.required-star {
    font-size:15px;
    font-weight:300;
    color: #ff6b00; /* 주황색 별 */
    margin-left:5px;
}
.file-input-group {
display: flex;
gap: 10px;
margin-bottom: 15px;
}
.file-name-display {
flex: 1;
height: 45px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 0 10px;
font-size: 14px;
color: #333;
background-color: #fff;
}
/* 실제 파일 인풋은 숨김 */
#realFileInput {
display: none;
}
.btn-browse {
width: 100px;
height: 47px;
background-color: #888;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
}
.info-text {
font-size: 13px;
color: #666;
line-height: 1.6;
margin: 0;
padding-left: 10px;
}
.info-text li {
list-style-type: disc;
margin-left: 15px;
}
/* 구분선 */
.modal-hr {
border: 0;
height: 2px;
background-color: #333;
margin:65px 0 35px 0;
}
/* 푸터 버튼 영역 */
.modal-footer {
display: flex;
flex-direction:row;
align-items:center;
justify-content: space-between;
gap: 10px;
}
.btn-action {
flex: 1;
height: 55px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
}
.btn-cancel {
background-color: #8e8e8e;
color: #fff;
}
.modal-submit {
background-color: #e61e4d; /* 이미지의 붉은색 */
color: #fff;
}
.btn-action:hover {
opacity: 0.9;
}
.modal-box .fileWriteBox .form-input {
    padding:0 5px;
}
.modal-box .fileWriteBox .btn-dup {
    width:93px;
    height:35px;
    color:#fffefe;
    right:3px;
}
.modal-box .writeBtn {
    gap:10px;
}
.modal-box .writeBtn button {
    width:calc(50% - 5px);
    height:60px;
    font-size:20px;
    font-weight:500;
}   

/* 기본 폰트 설정 (Pretendard 등 적용 권장) */
.withdrawal-wrap {
  padding:70px 45px;
}

/* 상단 안내 문구 */
.withdrawal-header {
  text-align: center;
  margin-bottom: 40px;
}

.withdrawal-header p {
  font-size: 18px;
  font-weight:400;
  color:#000;
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
}

/* 구분선 */
.withdrawal-wrap .line {
  border: 0;
  height: 1px;
  background-color: #eee;
  margin: 30px 0;
}
.withdrawal-wrap .line01 {
    margin:50px 0 30px 0;
}
/* 정보 섹션 (절차, 참고사항) */
.info-section {
  display: flex;
  margin-bottom: 25px;
}

.info-label {
  width: 140px;
  flex-shrink: 0;
  font-weight: 600;
  color: var(--point); /* 붉은색 포인트 */
  font-size: 16px;
  padding-top: 2px; /* 줄맞춤 보정 */
}
.withdrawal-wrap .info-content {
    width:calc(100% - 140px);
}
.withdrawal-wrap .info-content ol {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.withdrawal-wrap .info-content li {
display:flex;
flex-direction:row;
align-items:center;
  margin-bottom: 5px;
}
.withdrawal-wrap .info-content li p:nth-child(1) {
    padding-right:15px;
}
.withdrawal-wrap .info-content li p {
    font-size:14px;
    font-weight:300;
    color:#747d97;
    line-height:1.3;
}
/* 하단 영역 (연락처 + 버튼) */
.withdrawal-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 바닥 기준 정렬 */
  margin-top: 40px;
}

/* 사무국 연락처 */
.contact-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom:20px;
  color: #000;
}

.contact-box p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction:row;
}
.contact-box p:not(:last-child){
    margin-bottom:10px;
}
.contact-box .icon {
  margin-right: 8px;
  position:relative;
  top:2px;
}
.btn-withdraw {
  background-color: #fff;
  border: 2px solid var(--point);
  color:var(--point);
  font-size: 18px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius:25px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-withdraw:hover {
  background-color:var(--point);
  color: #fff;
}
/* 회원안내 */
/* 공통 그룹 스타일 */
.content-group {
    margin-bottom: 80px;
}
.group-title {
    font-size: 28px;
    font-weight: 700;
    color:#222;
    margin-bottom:40px;
}
.group-title.mb10 {
    margin-bottom:10px;
}
.group-desc {
    font-size:20px;
    font-weight:400;
    color:#444; 
    line-height:1.4;
}
.process-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}
.step-box {
    flex: 1;
    border: 1px solid var(--border-gray);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    background: #fff;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.step-num {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background-color: var(--primary-pink);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.icon-area {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background-color: #f4f4f4; /* 이미지 없을 때 배경 */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;
    font-size: 12px;
}

.icon-placeholder {
    /* 실제 구현 시 display: none 하거나 img 태그로 대체 */
}
.step-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* 화살표 */
.flow-arrow {
    color: var(--arrow-pink);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -2px;
}

.flow-arrow i {
    font-style: normal;
    font-family: monospace; /* 화살표 모양 유지를 위해 */
}

/* 계좌 정보 및 노트 */
.bank-info {
    margin-top: 30px;
}

.account-text {
    font-size:20px;
    font-weight:400;
    color:#444;
    margin-bottom: 10px;
}

.account-text strong {
    display:inline;
    font-weight:600;
}

.note-text {
    font-size: 17px;
    font-weight:400;
    color: #888;
    line-height: 1.6;
    display:flex;
    flex-direction:row;
    align-items:center;
    flex-wrap:wrap;
    word-break:keep-all;
}
.note-text strong {
    display:inline;
    vertical-align:middle;
    font-weight:700;
    line-height:1;
    padding-right:5px;
    position:relative;
    top:-1px;
}
/* 4. 단체회원 리스트 */
.corporate-group {
    margin-bottom: 0; /* 마지막 요소 여백 제거 */
}
.textList li {
    display:flex;
    flex-direction:row;
    align-items:flex-start;
}
.textList li:not(:last-child) {
    margin-bottom:20px;
}
.textList p {
    font-family: "Pretendard";
    font-size:20px;
    font-weight:400;
    color:#444;
}
.textList p strong {
    display:inline;
    font-weight:600;
}
.subscriptionGuide_process img {
    width:100%;
}
.subscriptionGuide_process .mo {
    display:none;
}

/* 회원안내 */
.memberInfoBox {
    background-color: #f7f7f7;
    padding:80px 20px;
    text-align: center;
    border-radius:6px;
    margin-bottom: 80px;
}

.memberInfologo img {
    width:200px;
    margin-bottom:30px;
}

.memberInfotext {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}
.member-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.member-table th {
    background-color: #fff;
    font-size: 17px;
    font-weight:400;
    color: #888;
}

.member-table td {
    padding:20px 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight:400;
    color: #444;
    line-height: 1.5;
}

/* 테이블 내부 스타일 */
.cell-type {
    text-align: center;
}

.type-icon {
    margin-bottom:5px;
}
.type-icon img {
    width:80px; 
    display: block;
    margin: 0 auto;
}

.cell-type strong {
    display: block;
    font-size:20px;
    font-weight:bold;
    color: #444;
}
.cell-desc {
    text-align: left;
    padding-left: 40px; /* 내용 들여쓰기 */
    word-break: keep-all;
}
.cell-fee {
    font-weight: 500;
    color: #333;
}
.fee-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fee-list li {
    margin-bottom: 6px;
    font-size: 15px;
}

.fee-list li:last-child {
    margin-bottom: 0;
}
.fee-list li {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content:center;
}
.fee-list li span,
.fee-list li p {
    display: inline-block;
    font-size:20px;
    font-weight:400;
    color:#444;
    text-align:right;
}
.fee-list li p {
    text-align:left;
    padding-left:5px;
}
/* 3. 회원의 권리 (Grid) */
.values-section {
    margin-bottom: 80px;
}

.values-grid.five-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.value-item {
    text-align: left;
}

.icon-wrapper {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    align-items: center;
}
.icon-wrapper05 {
    height:70px;
}
.icon-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.value-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    word-break: keep-all;
}
.value-title02 {
    font-size:20px;
    font-weight:600;
    color:#444;
    margin-bottom:10px;
}
.value-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    word-break: keep-all;
}
.value-desc02 {
    font-size:18px;
    font-weight:400;
    color: #444;
    line-height: 1.6;
    word-break: keep-all;
}
/* 마이페이지~회원안내 반응형 */
@media (max-width: 1024px) {
    .values-grid.five-columns {
        grid-template-columns: repeat(3, 1fr); /* 태블릿 3열 */
    }
    .mypageTab li a {font-size:22px;}

    .cell-type strong {font-size:18px; word-break:keep-all;}
    .member-table td,
    .fee-list li span, .fee-list li p {font-size:17px;}    
}
@media screen and (max-width:980px) {
    .subscriptionGuide_process .pc {
        display:none;
    }
    .subscriptionGuide_process .mo {
        max-width:280px;
        display:block;
        margin:0 auto;
    }
    .mypageTab li a {font-size:20px;}
    .titDeco {font-size:18px;}
    .titType01 {font-size:28px;}
    .mypageTab li:not(:last-child) {margin-right:40px;}
    .mypageTab li::after {right:-20px; height:18px;}

    .mypage_info {padding:25px 20px; gap:15px;}
    .mypage_info .main_title {font-size:20px; margin-right:30px;}
    .mypage_info .sub_title {font-size:18px;}
    .mypage_info .main_title::after {height:18px; right:-15px;}
    .mypage_info .date_item .label,
    .date_item .value {font-size:15px;}
    
    .boardListBox02 li {flex-wrap:wrap;} 
    .boardListBox02 li a {width:100%; height:auto;}
    .boardListBox02 li .lfBox {height:165px;}
    .boardListBox02 li .textBox dd {font-size:19px; margin-bottom:20px;}
    .boardListBox02 li .submissionBox {width:150px; margin:20px auto 0 auto;}
    .modal-box {width:calc(100% - 40px); padding:40px 20px 30px 20px;}
    .btn-close-x {width:40px; height:40px;}
    .modal-header {margin-bottom:30px;}
    .modal-title {font-size:22px;}
    .modal-subtitle {font-size:16px;}
    .modal-divider {height:22px; margin:0 15px;}
    .modal-box .writeBtn button {font-size:17px; height:50px;}
    .modal-hr {margin:35px 0 25px 0;}

    .withdrawal-wrap {padding:30px 20px;}
    .withdrawal-header p {font-size:16px; letter-spacing:-1px;}
    .withdrawal-wrap .line01 {margin:30px 0 15px 0;}
    .info-label {width:110px;}
    .withdrawal-wrap .info-content {width:calc(100% - 110px);}

    .content-group {margin-bottom:55px;}
    .group-title {font-size:22px; margin-bottom:20px;}
    .group-desc {font-size:17px; letter-spacing:-1px;}
    .account-text {font-size:18px; word-break:keep-all; line-height:1.3; margin-bottom:20px;}
    .note-text {font-size:15px; letter-spacing:-1px;}
    .textList p {font-size:17px; line-height:1.3;}

    .memberInfoBox {padding:50px 20px;}
    .memberInfologo img {width:150px; margin-bottom:20px;}
    .memberInfotext {font-size:15px; word-break:break-all;}
    .memberInfotext br {display:none;}

    .value-title02 {font-size:18px;}
    .value-desc02 {font-size:16px;}
}
@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }
    
    .intro-box {
        padding: 40px 20px;
    }

    /* 테이블 반응형 (필요시 스크롤 혹은 블록화) */
    .member-table, .member-table tbody, .member-table tr, .member-table td, .member-table th {
        display: block;
        width: 100%;
    }
    
    .member-table thead {
        display: none; /* 모바일에서 헤더 숨김 */
    }

    .member-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
    }
    .type-icon img {width:100px;}
    .type-icon {margin-bottom:10px;}
    .fee-list li span, .fee-list li p {text-align:left;}
    .member-table td {
        border-bottom: none;
        padding: 10px 0;
        text-align: left;
    }

    .cell-type {
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee !important;
        padding-bottom: 20px !important;
    }

    .cell-desc {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .cell-fee.align-left {
        padding-left: 0;
        background-color: #f9f9f9;
        padding: 15px;
        border-radius: 4px;
    }

    /* 권리 그리드 반응형 */
    .values-grid.five-columns {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:40px;
    }
    .value-item {
        align-items:center;
    }
    .icon-wrapper {
        margin:0 auto 20px auto;
    }
    .value-item {
        text-align: center;
    }
    
    .icon-wrapper {
        justify-content: center;
    }
    .info-section {display:block;}
    .info-section >div  {
        width:100%;
    }
    .withdrawal-wrap .info-content li {align-items:flex-start;}
    .withdrawal-wrap .info-content {width:100%;}
    .info-label {margin-bottom:20px;}
    .withdrawal-wrap .info-content ol {padding-left:0;}    
    .withdrawal-header {margin-bottom:30px;}
    .withdrawal-footer {flex-direction:column;}
    .contact-box h3 {font-size:19px; margin-bottom:15px;}
    .withdrawal-footer .button-box {width:100%;}
    .withdrawal-footer .button-box button {display:block; margin:20px auto 0 auto; text-align:center;}
    .contact-box p {font-size:16px;}
    .contact-box .icon01 img {width:15px;}
    .contact-box .icon02 img {width:16px;}

    .faq_wrap li .tit .lfArea {flex-direction:column; align-items:flex-start; gap:8px;}
    .faq_wrap li .lfArea p {width:calc(100% - 10px); max-width:100%;}
}
@media screen and (max-width:680px) {
    .mypageTab li a {font-size:18px;}
    .mypageTab li:not(:last-child) {margin-right:24px;}
    .mypageTab li::after {right:-12px; height:15px;}
    .boardListBox02 li {padding:25px 20px;}
    .boardListBox02 li .lfBox {width:130px;height:130px; margin-right:15px;}
    .boardListBox02 li .textBox {width:calc(100% - 145px);}

    .cell-type strong {font-size:17px;}
    .cell-type { padding-bottom:10px; margin-bottom:10px;}
    .member-table td, .member-table td, .fee-list li span, .fee-list li p {font-size:15px;}
    .fee-list li span {min-width:100px;}
    .fee-list li p {min-width:auto;}

    .value-title02 {font-size:16px;}
    .value-desc02 {font-size:15px;}
}
@media screen and (max-width:480px) {
    .mypageTab li a {font-size:16px; letter-spacing:-1px;}
    .boardListBox02 li a {flex-direction:column; justify-content:center;}
    .boardListBox02 li .lfBox {width:165px; height:165px; margin:0 auto 20px auto;}
    .boardListBox02 li .textBox {width:100%;}
    .boardListBox02 li .textBox dt {text-align:center;}
    .registrationBoxBoard .numPagination {padding:20px 0;}
    .registrationBoxBoard .numPagination ul {margin:0 5px;}
    .registrationBoxBoard .numPagination .btnPagi {width:20px; height:20px;}
    .registrationBoxBoard .numPagination svg {height:12px;}
}
@media screen and (max-width:380px) {
    .mypageTab {flex-wrap:wrap; margin-bottom:30px;}
    .mypageTab li:not(:last-child) {margin-right:10px;}
    .mypageTab li::after {right:-5px; height:12px;}
}

/* 오시는 길 */
.locationWrap { max-width: 100%; width: 100%; margin: 0 auto; } 
.locationWrap .map-wrap { width: 100%; margin-bottom: 110px; border: 1px solid #e0e0e0; overflow: hidden;} 

.locationWrap .title {display: flex; justify-content: space-between;}
.locationWrap .title .left{font-size: 60px; font-weight:300; letter-spacing: -0.05em; color: #000; line-height: 1.4;}
.locationWrap .title .left b{font-weight: 700;}
.locationWrap .title .right {display: flex; gap:10px; margin-top: 10px;}
.locationWrap .title .locationBtn{width: 220px; height: 70px; justify-content: center; align-items: center; gap: 9px; color: #fff; font-size: 19px; letter-spacing: -0.05em; font-weight:700; display: flex; border-radius:40px;}
.locationWrap .title .locationBtn.naver {background: #1E7D2D;}
.locationWrap .title .locationBtn.kakao {background: #D7C22A; color:#333;}
.locationWrap .title .locationBtn:hover {background-color:#333; color:#fff;}
.root_daum_roughmap .wrap_controllers {display:none;}
.root_daum_roughmap .cont {display:none;}

.location-info {margin-top: 80px; width: 100%;}
.location-info .item{display: flex; align-items: center; min-height: 110px; padding: 0 20px; border-bottom: 1px solid #ddd;}
.location-info .item:first-of-type{border-top: 1px solid #ddd;}
.location-info .left{width: 100px; display: block; flex-shrink: 0;}
.location-info .left p{font-size:18px;color: #888;letter-spacing: -0.05em;padding: 0 0 0 30px;position: relative;font-weight:400;}
/* .location-info .left p::before{width:5px; height: 5px; position: absolute; content: ''; display: block; top: 50%; left: 0; transform: translateY(-50%); background: #000; border-radius:50%;} */
.location-info .left p::after{width: 1px; height: 18px; position: absolute; content: ''; display: block; top: 50%; right: 0; transform: translateY(-50%); background: #ddd;}
.location-info .right {width: 100%; padding: 0 80px 0 30px;}
.location-info .right p,
.location-info .right a {font-size:22px; font-weight:500; letter-spacing: -0.05em; color: #222222;}
@media screen and (max-width:1200px) {
    .locationWrap .title .left {font-size:40px;}
    .locationWrap .title .locationBtn {width:200px; height:60px; font-size:17px;}
}
@media all and (max-width:980px){
    .locationWrap .map-wrap{width: 100%; height: 30svh; margin-bottom: 50px;}
    .locationWrap .title{flex-direction: column; gap: 10px;}
    .locationWrap .title .left{font-size: 28px;}
    .locationWrap .title .rig{gap:16px;}
    .locationWrap .title .locationBtn{font-size: 14px; height:50px; width:180px;}

    .location-info{margin: 40px auto 0; grid-template-columns: repeat(1, 1fr);}
    .location-info .item{flex-direction: column;align-items: flex-start;gap: 16px;padding: 20px 10px;justify-content: center;min-height: 100px; overflow: hidden;}
    .location-info .item:first-of-type{border-top: 1px solid #ddd;}
    .location-info .item:nth-of-type(2){border-top: none;}
    .location-info .left,
    .location-info .right{padding: 0;}
    .location-info .left p{font-size: 14px;padding-left:0px;}
    .location-info .left p::before{width: 5px; height: 5px; left: 2px;}
    .location-info .left p::after{display: none; left: 4px;}
    .location-info .right .text{max-width: none;}
    .location-info .right input{padding: 5px 15px;min-height: 40px; font-size: 14px;}
    .location-info .right textarea{padding: 15px;min-height: 40px; font-size: 14px;}
    .location-info .right p, .location-info .right a {font-size: 16px; line-height: 1.4;}
}

.articlesBox {
    margin-top:50px;
    display:flex;
    flex-direction:column;
    gap:15px;
}
.articlesBox a {
    font-size:17px;
    font-weight:500;
    color:#000;
}


/* 테이블 기본 스타일 */
.org-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000; /* 상단 굵은 파란색 선 */
    margin-top:30px;
}

/* 헤더 스타일 */
.org-table th {
    background-color: #f6f6f6; /* 회색 배경 */
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size:18px;
    font-weight:500;
    color:#000;
}

/* 셀 기본 스타일 */
.org-table td {
padding: 15px 0;
border-bottom: 1px solid #e0e0e0; /* 연한 회색 구분선 */
text-align: center;
vertical-align: middle;
font-size:16px;
font-weight:400;
color:#333;
}
.org-table td.col-line {
    border-right: 1px solid #e0e0e0;
}
/* 마지막 하단 선 */
.org-table tr:last-child td {
border-bottom: 1px solid #000; /* 하단 파란색 선 */
}

/* 이름 강조 (선택사항) */
.org-table td.name-cell {
    font-weight: 500;
    color: #000;
}

/* 반응형 처리 (모바일에서는 가로 스크롤) */
.table-container {
overflow-x: auto;
}