/* 서브페이지 타이틀 배경 스타일 */
section {
    padding: 50px 0 0px 220px;
    background: var(--Greyscale2);
  }
  
  .container {
    max-width: 1280px;
  }
  
  .sub-tit-area section {
    padding-bottom: 50px;
  }
  
  .sub-tit-area .tit-area.sns {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
  
  section.con-wrap {
    padding-top: 0;
    background: #fff;
  }
  
  /* .sub-contents > .row {
      margin-bottom: 30px;
  } */
  
  /* 서브페이지 네비게이션 초기설정 */
  .lnbBg {
    transition: none;
  }
  
  /* 서브페이지 반응형 작업 */
  
  @media (max-width: 1400px) {
    section {
      padding-left: 0 !important;
    }
  }
  
  /* IB-01-01-IN */
  .tbl-dtlPage p.tit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  
  .tbl-dtlPage p.tit img {
    width: 48px;
    height: 48px;
  }
  
  .tbl-dtlPage p.tit span.blue {
    color: var(--information);
  }
  
  /* IB-01-01-WR */
  .btn-area.row {
    justify-content: center;
  }
  
  .tbl-section.warnningTxt {
    padding: 16px;
    box-sizing: border-box;
  }
  
  .tbl-section.warnningTxt p {
    color: var(--Error);
    font-size: 16px;
    font-weight: 700;
  }
  
  /* IB-01-02 */
  .inc-Topbox {
    margin-top: 40px;
    padding: 16px;
    font-family: "GmarketSans";
    background: var(--Greyscale0);
  }
  
  .inc-Topbox .inc-box-w {
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
    background-color: #fff;
  }
  
  .inc-Topbox .inc-box-w img {
    width: auto;
    height: 100px;
  }
  
  .inc-Topbox .inc-box-w .rightItem {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .inc-Topbox .inc-box-w .rightItem .topItem p {
    margin-bottom: 8px;
    display: inline-block;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 400;
  }
  
  .inc-Topbox .inc-box-w .rightItem .topItem p:last-child {
    margin-bottom: 0;
  }
  
  .inc-Topbox .inc-box-w .rightItem .topItem p::before {
    margin-right: 8px;
    content: "·";
    font-size: 20px;
    color: var(--information);
  }
  
  .inc-Topbox .inc-box-w .rightItem .topItem p b.yellow {
    color: var(--Secondary);
    font-weight: 500;
  }
  
  .inc-Topbox .inc-box-w .rightItem .topItem p b.green {
    color: var(--Primary);
    font-weight: 500;
  }
  
  .inc-Topbox .inc-box-w .rightItem .bottomItem {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  
  .inc-Topbox .inc-box-w .rightItem .bottomItem a {
    display: block;
    padding: 16px;
    border-radius: 6px;
  }
  
  .inc-Topbox .inc-box-w .rightItem .bottomItem a.goBtn {
    margin: unset;
    color: var(--Greyscale8);
    background-color: #ffc960;
    border: none;
  }
  
  .inc-Topbox .inc-box-w .rightItem .bottomItem a.reportBtn {
    color: #fff;
    background-color: var(--Primary);
  }
  
  .sectionTab {
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    font-family: "GmarketSans";
    border: 1px solid var(--Greyscale4);
  }
  
  .sectionTab .sectionTabitem {
    padding: 27px 16px;
    color: var(--Greyscale7);
    font-weight: 500;
    flex-grow: 1;
  }
  
  .sectionTab .sectionTabitem.action {
    color: #fff;
    background: var(--information);
  }
  
  .privacyChk {
    margin-bottom: 40px;
  }
  
  .privacyChk .privacyCon {
    border-top: 2px solid var(--Greyscale9);
    border-bottom: 1px solid var(--Greyscale5);
  }
  
  .privacyChk .privacyCon .tit,
  .userChk .userChkCon .tit {
    padding: 16px;
    color: var(--Greyscale8);
    font-size: 21px;
    font-weight: 700;
    background: var(--Greyscale0);
  }
  
  .privacyChk .privacyCon .con {
    padding: 20px;
    height: 200px;
    background: #fff;
    overflow-y: auto;
  }
  
  .privacyChk .privacyCon .con p {
    font-size: 14px;
  }
  
  .privacyChk > p {
    padding-bottom: 16px;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  .privacyChk .chk-area .chkBox {
    margin: 32px auto;
    width: fit-content;
  }
  
  .privacyChk .chk-area span {
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 400;
  }
  
  .userChk .userChkCon {
    border-top: 1px solid var(--Greyscale5);
  }
  
  .userChk .userChkCon .con {
    padding: 16px;
    background: #fff;
  }
  
  .userChk .userChkCon .con li {
    margin-top: 16px;
  }
  
  .userChk .userChkCon .con .userChkItem {
    padding: 22px 29px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--Greyscale4);
  }
  
  .userChk .userChkCon .con .userChkItem p {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  /* IB-02-01 */
  .topTxt-box.praise {
    padding: 20px;
    height: unset;
    background: #fff;
  }
  
  .topTxt-box.praise b.green {
    display: block;
    padding-bottom: 16px;
    color: var(--Primary);
    font-size: 18px;
    font-weight: 700;
  }
  
  .topTxt-box.praise p.txt {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  .topTxt-box.praise .tbl-section .rightItem .fileUpload-Info p {
    margin: 4px 0;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  /* IB-02-02 */
  .topTxt-box.praise ul li {
    display: inline-block;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  .topTxt-box.praise ul li b.red {
    color: var(--Error);
    font-size: 16px;
    font-weight: 700;
  }
  
  .topTxt-box.praise ul li::before {
    margin-right: 10px;
    content: "·";
    font-size: 20px;
    color: var(--Greyscale8);
  }
  
  /* IB-02-07 */
  .topTxt-box.praise > div {
    padding-bottom: 16px;
  }
  
  /* IB-03-01 */
  .topTxt-box.flexBox p > a.goBtn {
    color: var(--Greyscale8);
    text-decoration: underline;
  }
  
  .tab.fit {
    width: 100%;
  }
  
  .topTxt-box.flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 20px;
    height: unset;
  }
  
  .guideCon {
    padding-top: 50px;
  }
  
  .guideCon .tit {
    position: relative;
    color: var(--Greyscale8);
    font-size: 21px;
    font-weight: 700;
  }
  
  .guideCon > .tit::before {
    position: absolute;
    top: -8px;
    content: "";
    width: 42px;
    height: 6px;
    background: var(--Primary-darken);
  }
  
  .guideCon .con {
    margin-top: 16px;
  }
  
  .guideCon .con img {
    max-width: 100%;
  }
  
  .guideCon .con p {
    /* display: flex; */
    align-items: baseline;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }
  
  .guideCon .con p:not(.txt) {
    padding-left: 10px;
  }
  
  .guideCon .con p::before {
    margin-right: 4px;
    display: block;
    content: "·";
    font-size: 16px;
    color: var(--Primary);
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .guideCon .con > .btn-area {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
  
  .guideCon .con > .btn-area a {
    padding: 11px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  .guideCon .con > .conItembox {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .guideCon .con .conItem p {
    align-items: flex-start;
  }
  
  .guideCon .con .conItem > p {
    padding-left: 20px;
  }
  
  .guideCon .con > .conItembox .conItem {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 250px;
  }
  
  .guideCon .con > .conItembox .conItem.circle {
    display: flex;
    align-items: center;
    text-align: center;
    width: auto;
  }
  
  .guideCon .con > .conItembox .conItem > div {
    flex-grow: 1;
  }
  
  .guideCon .con > .conItembox .conItem .topItem {
    padding: 8px 16px;
    color: #fff;
    background: var(--Primary-darken);
    border-radius: 8px 8px 0 0;
  }
  
  .guideCon .con > .conItembox .conItem .topItem span {
    font-weight: 700;
  }
  
  .guideCon .con > .conItembox .conItem .bottomItem {
    padding: 8px 16px;
    color: #fff;
    font-weight: 700;
    background: var(--Greyscale8);
  }
  
  .guideCon .con > .infoTxt {
    margin-top: 16px;
    padding: 20px;
    color: var(--Greyscale8);
    border: 1px solid var(--Greyscale4);
    border-radius: 16px;
  }
  
  .guideCon .con > .infoTxt p {
    font-size: 18px;
    font-weight: 700;
  }
  
  .guideCon .con p.txt::before,
  .guideCon .con > .infoTxt p::before {
    content: none;
  }
  
  .guideCon .con > .infoTxt ul {
    padding-top: 16px;
  }
  
  .guideCon .con > .infoTxt ul.pt-no {
    padding-top: 0;
  }
  
  .guideCon .con > .infoTxt ul li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
  }
  
  .guideCon .con > .infoTxt ul li::before {
    margin-right: 10px;
    content: "·";
    font-size: 20px;
    color: var(--Greyscale8);
  }
  
  /* IB-04-01-WT-01 */
  .table-area p.titTxt {
    margin-top: 40px;
    padding-bottom: 16px;
    color: var(--Greyscale9);
    font-size: 18px;
    font-weight: 700;
  }
  
  .table-area .table-BottomItem {
    padding: 24px 0 40px;
    text-align: center;
  }
  
  .table-area .table-BottomItem p {
    color: var(--Greyscale9);
    font-size: 16px;
    font-weight: 400;
  }
  
  .table-area .table-BottomItem .radio-area {
    margin-top: 16px;
  }
  
  .table-area .tbl .tblBody.center > .tit {
    text-align: center;
  }
  
  /* IB-04-01-WT-02 */
  .tbl-section .rightItem .dropdown-area .dropdown a.dropdownBtn {
    border-radius: 0 !important;
  }
  
  .tbl-section .rightItem .dropdown-area .dropdown a.dropdownBtn span {
    border-right: none;
  }
  
  /* IB-05-01 */
  .guideCon .con .conItem {
    padding: 5px 0 5px 0;
  }
  
  .guideCon .con .conItem p::before {
    content: url(../assets/image/sub/text_arrow.png);
    width: 24px;
    height: 24px;
    font-size: 16px;
    vertical-align: middle;
  }
  
  .guideCon .con > .guideTxt {
    padding: 16px 0;
    color: var(--Primary);
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }
  
  .guideCon .con p.mTop {
    margin-top: 16px;
  }
  
  /* IB-05-01 */
  .mt-more {
    margin-top: 40px;
  }
  
  /* IB-05-03 */
  
  /* IB-05-04 */
  
  /* IB-06-01 */
  .btn-area.flexBtn {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .btn-area.flexBtn .btn {
    margin: unset;
  }
  
  .btn-area.flexBtn .btn.fix,
  .btn-area.flexBtn .btn.delete,
  .btn-area.flexBtn .btn.answer {
    padding: 21px;
    width: 200px;
    color: var(--Primary-darker);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border: 1px solid var(--Primary-darker);
    border-radius: 8px;
  }
  
  /* IB-07-01 */
  .tab.singleTab {
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    height: auto;
    border: none;
  }
  
  .tab.singleTab .tabBtn {
    width: 160px;
    height: 56px;
    line-height: 1.2;
    border: 1px solid var(--Greyscale6);
    border-radius: 8px;
  }
  
  .tab.singleTab .tabBtn a {
    padding: 0 10px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    word-break: keep-all;
    box-sizing: border-box;
  }
  
  /* IB-08-01 */
  .guideCon .con .topTxt-box.flexBox {
    margin-top: 0;
  }
  
  .guideCon .con .conItembox .conItem .partItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: var(--Primary-darker);
    border-radius: 8px;
  }
  
  .guideCon .con .conItembox .conItem .partItem span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  
  /* IB-08-01-WT */
  .input-tbl .tbl-section .rightItem > p.con-infotxt {
    margin-top: 10px !important;
  }
  
  .input-tbl .tbl-section.column {
    flex-direction: column;
  }
  
  .input-tbl .tbl-section.column .leftItem {
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
  }
  
  .input-tbl .tbl-section.column .rightItem {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  table.tbl tbody tr td > .radio-area {
    justify-content: start;
    margin: 8px 0;
  }
  
  /* IB-09-01 */
  .guideCon .con > .img-area img.routeCircle {
    width: 100%;
    max-width: 830px !important;
  }
  
  .mainTit {
    margin-top: 40px;
    color: var(--Greyscale7);
    font-size: 27px;
    font-weight: 700;
  }
  
  .mainTit ~ .inc-Topbox {
    margin-top: 20px;
  }
  
  .inc-Topbox .rightItem b.boxTit {
    color: var(--Greyscale9);
    font-size: 21px;
    font-weight: 500;
  }
  
  .inc-Topbox .rightItem .bottomItem {
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 400;
  }
  
  .inc-Topbox .rightItem .bottomItem.infoTxt {
    align-items: center;
    gap: 5px;
  }
  
  .inc-Topbox .rightItem .bottomItem.infoTxt .billiards-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 16px;
    background: #5ba159;
    border-radius: 40px;
  }
  
  .btn-area.lovehm-system {
    display: flex;
    justify-content: end;
  }
  
  .lovehm-systemBtn {
    display: flex;
    padding: 16px 38px;
    width: fit-content;
    font-family: "GmarketSans";
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 500;
    background: var(--Secondary-light);
  }
  
  .guideCon .con .img-area {
    padding: 16px 0;
  }
  
  .guideCon .con .img-area img {
    width: 100%;
  }
  
  .guideCon .con > .btn-area a.payGo {
    padding: 21px;
    width: unset;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
  }
  
  .btn-area.end {
    display: flex;
    justify-content: end;
  }
  
  .btn-area.end a {
    margin: unset !important;
  }
  
  img.payImg {
    width: 100%;
  }
  
  /* IC-01-01 */
  .tab-area .tab.serviceTab {
    margin-top: 8px;
  }
  
  .inc-Topbox .inc-box-w .boxTit .grayTxt {
    color: var(--Greyscale6);
  }
  
  .inc-Topbox .inc-box-w .topItem p.noDot {
    font-weight: 500;
  }
  
  .mt-basic {
    margin-top: 16px;
  }
  
  .linkItem {
    margin-top: 40px;
  }
  
  .link-area .linkItem .leftItem {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    width: 100%;
    height: 240px;
    border: 1px solid var(--Greyscale4);
    border-radius: 16px;
  }
  
  .link-area .linkItem .rightItem {
    padding-top: 10px;
  }
  
  .link-area .linkItem .rightItem .tit {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .link-area .linkItem .rightItem .tit b {
    color: var(--Greyscale9);
    font-size: 18px;
    font-weight: 700;
  }
  
  .link-area .linkItem .rightItem .conTxt {
    padding-top: 16px;
  }
  
  .link-area .linkItem .rightItem .conTxt p {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  /* IC-02-01 */
  .topTxt-box.praise p.txtBk::before {
    margin-right: 8px;
    content: "·";
    font-size: 20px;
    color: var(--Greyscale8);
  }
  
  .con.flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  
  .con.flexBox a.goBtn {
    margin: unset;
  }
  
  .conLineBox {
    padding: 20px 24px;
    border: 1px solid var(--Greyscale4);
    border-radius: 16px;
  }
  
  .conLineBox p {
    display: inline-block;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  .conLineBox p::before {
    margin-right: 4px;
    content: "·";
    color: var(--Primary);
    font-size: 16px;
  }
  
  .guideCon .con > .btn-area a.plzPass {
    margin: 30px auto 0;
    padding: 21px;
    width: unset;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: var(--Primary);
    border-radius: 8px;
  }
  
  /* IC-02-02 */
  .guideCon .con .img-area.half img {
    max-width: 830px;
  }
  
  .guideCon .con .tblBody .tblBodyItem-down {
    padding: 0 16px;
  }
  
  .guideCon .con .tblBody .tblBodyItem-down > a {
    display: block;
  }
  
  .guideCon .con .tblBody .tblBodyItem-down > a.downloadBtn {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--Greyscale8);
    font-size: 16px;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  /* IC-02-04 */
  .tab.half {
    width: 50%;
  }
  
  img.passport {
    width: 138px;
    height: auto;
  }
  
  .guideCon .con .conItembox.flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
  
  .guideCon .con .conItembox.flexBox .conItem {
    flex-grow: unset;
  }
  
  .guideCon .con .conItembox.flexBox .conItem::after {
    content: url(../assets/image/sub/chevron-right.png);
    padding: 0 8px;
  }
  
  .guideCon .con .conItembox.flexBox .conItem:last-child::after {
    content: none;
  }
  
  .guideCon .con .conItembox.flexBox .conItem .circleItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border: 1px solid var(--Greyscale8);
    border-radius: 100px;
    word-break: keep-all;
  }
  
  .guideCon .con .conItembox .conItem .circleItem span {
    font-size: 16px;
    font-weight: 700;
  }
  
  .guideCon .con .infoTxt p.green {
    color: var(--Primary);
  }
  
  .guideCon .con p.commonPaper {
    margin-top: 16px;
  }
  
  table.tbl tbody > tr .overHeader-r {
    border-right: 1px solid var(--Greyscale4) !important;
  }
  
  table.tbl tbody > tr .overHeader-l {
    border-left: 1px solid var(--Greyscale4) !important;
  }
  
  /* IC-02-05 */
  .mt-no {
    margin-top: 0 !important;
  }
  
  .guideCon .tit.subTit::before {
    content: none;
  }
  
  /* IC-02-08 */
  .guideCon .con > .conItembox.g-zero {
    flex-wrap: wrap;
  }
  
  .guideCon .con > .conItembox .conItem.grayBox {
    margin-top: 8px;
    width: 100%;
    max-width: 300px;
  }
  
  .guideCon .con > .conItembox .conItem.grayBox > div {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--Greyscale1);
    border-radius: 16px;
  }
  
  .conItembox .conItem.grayBox .leftItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50px;
  }
  
  .conItembox .conItem.grayBox .rightItem {
    text-align: left;
  }
  
  .conItembox .conItem.grayBox .rightItem p::before {
    content: none;
  }
  
  .conItembox .conItem.grayBox .rightItem p.titTxt {
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 700;
  }
  
  .conItembox .conItem.grayBox .rightItem p.subTxt {
    padding-top: 4px;
    color: var(--Greyscale6);
    font-size: 14px;
    font-weight: 400;
  }
  
  /* IC-02-10 */
  .infoTxt.basicTxt p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  
  .prc-order {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .prc-order .prc-orderItem {
    width: 100%;
    border: 1px solid var(--Greyscale4);
    word-break: keep-all;
  }
  
  .prc-order .prc-orderItem .topItem {
    padding: 28px;
    font-weight: 700;
    background: var(--Greyscale1);
  }
  
  .prc-order .prc-orderItem .bottomItem {
    padding: 38px;
    background: #fff;
  }
  
  /* IC-03-01 */
  .guideCon .con .guideCon {
    padding-top: 30px;
  }
  
  .guideCon .con .guideCon:first-child {
    padding-top: 10px;
  }
  
  h5.tit.subTit {
    font-size: 18px;
  }
  
  .guideCon .con .guideCon .tit.flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 18px;
  }
  
  .guideCon .con .guideCon .tit.flexBox > .btn-area {
    margin-top: 0;
  }
  
  .guideCon .con .guideCon .tit.flexBox > .btn-area a {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    color: var(--Greyscale8);
    font-size: 16px;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  /* IC-05-01 */
  .guideCon .con span.txt.red {
    display: block;
    padding-left: 10px;
    color: var(--Error);
  }
  
  .guideCon .con .cmplTab .tabBtn {
    width: 267px;
  }
  
  /* IC-05-01-IN */
  .cmplTbl .input-tbl .tbl-section .leftItem {
    width: 150px;
    min-width: 150px;
  }
  
  .cmplTbl .input-tbl .tbl-section .rightItem.titTxt {
    background: var(--Greyscale0);
  }
  
  .cmplTbl .input-tbl .tbl-section .rightItem.titTxt p {
    font-weight: 700;
  }
  
  .cmplTbl p::before {
    content: "" !important;
    display: none;
  }
  
  .cmplTbl .input-tbl .tblRowbox {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .cmplTbl .input-tbl .tblRowbox > .tbl-section {
    flex-grow: 1;
    width: auto;
  }
  
  .cmplTbl .input-tbl .tblRowbox > .tbl-section .rightItem {
    flex-grow: unset;
    align-self: auto;
  }
  
  .cmplTbl.fileDown-area {
    margin-top: 20px;
    border-top: 1px solid var(--Greyscale5);
  }
  
  /* IC-06-01 */
  .topTxt-box.center {
    padding: 40px;
    text-align: center;
  }
  
  .topTxt-box.center .btn-area {
    margin-top: 16px;
    padding-bottom: 0;
  }
  
  a.goBtn,
  .btn-area a.goBtn,
  .topTxt-box.center .btn-area a.goBtn {
    margin: 0 auto;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    color: var(--Greyscale8);
    font-size: 16px;
    background: #fff;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  /* ID-01-01 */
  .table-area table.tbl tbody tr td a.moreViewBtn.center,
  .table-area table.tbl tbody tr td a.downloadBtn.center {
    margin: 0 auto;
  }
  
  .betweenTxt.end {
    align-items: end;
    margin-bottom: 8px;
  }
  
  p.green,
  .betweenTxt > p.green {
    color: var(--Primary) !important;
  }
  
  .accordion .accordionItem .accordionContent .table-area table tbody {
    background: #fff;
  }
  
  /* ID-01-02 */
  .con-section > h5 {
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .con-section .conBox {
    padding: 16px;
    background: var(--Greyscale1);
  }
  
  .con-section .conBox .guideCon {
    padding-top: 32px;
  }
  
  .con-section .conBox .guideCon .con {
    margin-top: 8px;
  }
  
  .con-section .conBox .guideCon .con .flexBox {
    align-items: center;
  }
  
  .con-section .conBox .guideCon .con .flexBox > a {
    background: #fff;
  }
  
  .bg-w {
    background: #fff;
  }
  
  /* ID-02-01 */
  .guideCon .con > .slide-area {
    width: 100%;
    max-width: 740px;
  }
  
  .guideCon .con > .slide-area .slideItem {
    height: auto;
  }
  
  .guideCon .con > .slide-area .slideItem img {
    width: 100%;
  }
  
  .img-area.arrange img {
    width: 100%;
    max-width: 740px;
  }
  
  /* ID-03-01 */
  .accordion-area .accordion .subTopitem {
    margin-top: 0;
  }
  
  /* ID-03-05 */
  .con-sectionB > h5 {
    padding-bottom: 8px;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 700;
  }
  
  .con-sectionB > img {
    width: 100%;
    max-width: 640px;
  }
  
  .guideCon .con .linkTxt {
    display: inline-block;
  }
  
  .guideCon .con .linkTxt > a.link,
  .guideCon .con p > a.link {
    color: var(--Greyscale8);
    text-decoration: underline;
  }
  
  /* ID-04-01 */
  img.route {
    width: 100%;
    max-width: 830px !important;
  }
  
  p.green {
    color: var(--Primary) !important;
  }
  
  /* ID-04-03 */
  a.goBtn.left {
    margin: unset;
  }
  
  /* ID-04-05 */
  .block,
  .guideCon .con .linkTxt.block {
    display: block !important;
  }
  
  .pd-lt {
    padding-left: 15px;
  }
  
  /* ID-04-06 */
  .inlineB {
    display: inline-block !important;
  }
  
  p span.green {
    color: var(--Primary);
  }
  
  img.expImg,
  .guideCon .con .con-flexBox > img.expImg {
    width: 30%;
    height: auto;
    border-radius: 0;
  }
  
  .ml-small {
    margin-left: 20px;
  }
  
  @media (max-width: 640px) {
    img.expImg,
    .guideCon .con .con-flexBox > img.expImg {
      width: 70%;
    }
  }
  
  /* ID-04-07 */
  .tab.fiveTab > .tabBtn:last-child {
    border-radius: 0 8px 8px 0 !important;
  }
  
  .con-flexBox.center {
    align-items: center !important;
  }
  
  p > b.green {
    color: var(--Primary);
  }
  
  /* ID-05-02 */
  a.mg-zero {
    margin: 0;
  }
  
  .conBox-row {
    padding-top: 40px;
  }
  
  .conBoxItem {
    margin-top: 10px;
    padding: 36px;
    border: 1px solid var(--Greyscale4);
    border-radius: 8px;
  }
  
  .conBoxItem .guideCon {
    padding-top: 0;
  }
  
  .conBoxItem .con-flexBox .downloadBtn > img {
    width: unset !important;
    height: unset !important;
  }
  
  /* ID-05-04 */
  .pd-bt {
    padding-bottom: 10px;
  }
  
  /* ID-07-02 */
  img.tableArrow {
    padding: 0 5px;
    width: 15px;
    height: 15px;
  }
  
  /* ID-08-01 */
  img.naturalImg,
  img.eatImg {
    width: 100%;
    max-width: 730px !important;
  }
  
  /* ID-09-01 */
  .red {
    color: var(--Error) !important;
    text-decoration: underline double;
  }
  
  .blue {
    color: var(--information) !important;
    text-decoration: underline !important;
  }
  
  /* ID-12-03 */
  .img-area img.chartImg {
    width: 100%;
    max-width: 900px;
  }
  
  .titTxt-area {
    text-align: center;
  }
  
  .titTxt-area h4.tit {
    color: var(--Greyscale8);
    font-size: 36px;
    font-weight: 700;
  }
  
  .titTxt-area p {
    color: var(--Greyscale8);
    font-size: 24px;
    font-weight: 400;
  }
  
  .peopleInfoBg {
    margin: 32px auto;
    padding: 36px;
    background: var(--Greyscale1);
    border-radius: 30px;
  }
  
  .peopleInfoBg .infoBoxItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .peopleInfoBg .infoBoxItem .txtBox > b {
    display: block;
    color: var(--Greyscale8);
    font-size: 36px;
    font-weight: 700;
  }
  
  .peopleInfoBg .infoBoxItem .txtBox > p {
    color: var(--Greyscale8);
    font-size: 26px;
    font-weight: 400;
    word-break: keep-all;
  }
  
  .peopleInfoBg-no .infoBoxItem2 {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .peopleInfoBg-no .infoBoxItem2 .top {
    padding: 16px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background: var(--information);
    border-radius: 20px 20px 0 0;
  }
  
  .peopleInfoBg-no .infoBoxItem2 .body {
    padding: 40px;
    width: 100%;
    border: 1px solid var(--Greyscale4);
    border-top: none;
  }
  
  .peopleInfoBg-no .infoBoxItem2 .body img {
    width: 120px;
    height: 120px;
  }
  
  .peopleInfoBg-no .infoBoxItem2 .body p {
    margin-top: 16px;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 700;
  }
  
  .guideCon .con .greenBox {
    margin-bottom: 10px;
    padding: 16px 24px;
    background: #beeae7;
    border-radius: 8px;
  }
  
  .guideCon .con .greenBox > h5 {
    color: var(--Primary-darken);
    font-size: 18px;
    font-weight: 700;
  }
  
  .guideCon .con .greenBox > h5::before {
    padding-right: 30px;
    content: "";
    background: url(../assets/image/sub/greenBox_Icon.png) no-repeat center;
  }
  
  .guideCon .con .con-flexBox img.libImg,
  .guideCon .con .con-flexBox img.cultureH {
    width: 100%;
    max-width: 376px;
    height: auto;
    border-radius: 0;
  }
  
  /* IE-01-01 */
  .planBox {
    margin-top: 40px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    background: var(--Greyscale1);
  }
  
  .planBox .planItem {
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: fit-content;
    text-align: center;
    background: #fff;
  }
  
  .planBox .planItem p {
    color: var(--Primary-darker);
    font-size: 24px;
    font-weight: 700;
  }
  
  /* IE-02-01 */
  .flexBox.center {
    align-items: center !important;
  }
  
  .conItem > span {
    display: block;
    padding-left: 27px;
  }
  
  .conItem > span.green {
    color: var(--Primary);
  }
  
  .tbl tbody tr td p.red,
  .conItem > span {
    color: var(--Error);
  }
  
  .tbl tbody tr td p.blue,
  .conItem > span {
    color: var(--information);
  }
  
  /* IE-02-01-IN */
  .guideCon .tit > span.smTxt {
    font-size: 18px;
  }
  
  /* IE-02-02 */
  .topTxt-box.praise > div.betweenItem {
    padding-bottom: 0;
  }
  
  .topTxt-box.praise > div.betweenItem a.goBtn {
    margin: unset;
  }
  
  /* IE-03-01 */
  table.tbl tbody.t-line tr td.tit {
    vertical-align: top;
  }
  
  table.tbl tbody tr td a.downloadBtn {
    margin-bottom: 10px;
  }
  
  table.tbl tbody tr td a.downloadBtn:last-child {
    margin-bottom: 0;
  }
  
  .accordionContent > .guideCon:first-child {
    padding-top: 10px;
  }
  
  /* IE-04-01 */
  .tblHeaderItem.txtLeft {
    text-align: left !important;
  }
  
  .bg-Gray {
    font-weight: 700 !important;
    background: var(--Greyscale0);
  }
  
  .guideCon > .tit.bg-Gray {
    position: unset;
    font-weight: 700 !important;
    background: var(--Greyscale0);
  }
  
  .tab-area .tab.dscl > .tabBtn {
    flex-grow: 1;
    width: unset;
    border-radius: 0 !important;
  }
  
  .tab-area .tab.dscl > .tabBtn:nth-child(4n) {
    border-right: 0;
  }
  
  .tab-area .tab.dscl > .tabBtn:first-child {
    border-radius: 8px 0 0 8px !important;
  }
  
  .tab-area .tab.dscl > .tabBtn:last-child {
    border-radius: 0 8px 8px 0 !important;
  }
  
  a.suggestBtn,
  a.moreViewBtn,
  a.downloadBtn {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    color: var(--Greyscale8);
    font-size: 16px;
    background: #fff;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  table.tbl thead tr td.left {
    text-align: left;
  }
  
  /* IE-05-03 */
  .row.mb-no {
    margin-bottom: 0;
  }
  
  .conItem p.red {
    color: var(--Error);
  }
  
  /* IE-05-03-WT */
  .rightItem.columnBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .rightItem.columnBox > .radio-area {
    justify-content: start;
  }
  
  /* IE-05-04 */
  .mt-normal {
    margin-top: 30px;
  }
  
  .privacyChk > p.center {
    text-align: center;
  }
  
  /* IE-05-05 */
  .word-search {
    width: 100%;
    border: 1px solid var(--Greyscale9);
    border-radius: 8px;
  }
  
  .word-search .topItem {
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--Greyscale4);
  }
  
  .word-search .bottomItem {
    padding: 20px 16px;
    text-align: center;
  }
  
  .word-search .bottomItem .inputField {
    position: relative;
  }
  
  .word-search .bottomItem .inputField input {
    padding: 12px 50px 12px 16px;
    width: 100%;
    height: 43px;
    border: 1px solid var(--Greyscale5);
  }
  
  .word-search .bottomItem .inputField img {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  
  .word-search .bottomItem .btn-area {
    margin-top: 0;
  }
  
  .word-search .bottomItem .btn-area .close {
    margin: 0 auto;
    display: block;
    padding: 12px 16px;
    width: fit-content;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 700;
    border: 1px solid var(--Greyscale4);
  }
  
  /* IE-09-01 */
  .guideCon .con > .topTxt-box.praise p.green::before {
    content: none;
  }
  
  .prc-order .prc-orderItem > .bottomItem.columnBox {
    padding: 0 !important;
  }
  
  .prc-order .prc-orderItem > .bottomItem.columnBox .bottom-tItem {
    padding: 38px;
  }
  
  .prc-order .prc-orderItem > .bottomItem.columnBox .bottom-bItem {
    padding: 15px 38px;
    font-weight: 700;
    border-top: 1px dashed var(--Greyscale4);
  }
  
  /* IE-09-03 */
  .guideCon .con > .con-Boldtxt {
    font-size: 18px;
    font-weight: 700;
  }
  
  .guideCon .con > .spaninfoTxt {
    color: var(--Primary);
    font-weight: 400;
  }
  
  .con-in-flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  
  /* IE-11-01 */
  .guideCon .con .img-area.graphGroupImg img {
    width: 100%;
    max-width: 940px;
  }
  
  /* IF-01-01 */
  .tab.fiveTab > .tabBtn {
    width: 20%;
    border-right: none;
  }
  
  .tab.fiveTab > .tabBtn:nth-child(4n),
  .tab.fiveTab > .tabBtn:nth-child(9) {
    border-radius: 0 !important;
  }
  
  .tab.fiveTab > .tabBtn:nth-child(5n) {
    border-radius: 0px 8px 8px 0 !important;
    border-right: 1px solid var(--Greyscale4);
  }
  
  .tab.fiveTab > .tabBtn:nth-child(6),
  .tab.fiveTab > .tabBtn:nth-child(11),
  .tab.fiveTab > .tabBtn:nth-child(16) {
    border-radius: 8px 0 0 8px !important;
  }
  
  .topTxt-box.praise p.bigTit {
    margin-bottom: 8px;
    font-family: "GmarketSans";
    text-align: center;
    font-size: 36px;
    font-weight: 700;
  }
  
  .topTxt-box.praise p span.green {
    color: var(--Primary);
  }
  
  .guideCon .con .con-flexBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
  
  .guideCon .con .con-flexBox img {
    width: 125px;
    height: 135px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .guideCon .con .con-flexBox .txtBox {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
  }
  
  /* IF-01-02 */
  .guideCon .con .con-flexBox img.wideImg {
    width: 200px;
    height: 135px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  /* IF-01-04 */
  .guideCon .con > .img-area.center {
    text-align: center;
  }
  
  .guideCon .con > .img-area .mapImg {
    width: auto;
    height: 568px;
  }
  
  .guideCon .con > .img-area .graphImg {
    width: auto;
    height: 179px;
    text-align: center;
  }
  
  .guideCon .con > .img-area .graphImg02 {
    width: auto;
    height: 366px;
  }
  
  .guideCon .con > .img-area .graphImg03 {
    width: auto;
    height: 250px;
  }
  
  .guideCon .con > .img-area .graphImg04 {
    width: auto;
    height: 250px;
  }
  
  .guideCon .con > .img-area .graphImg05 {
    width: auto;
    height: 758px;
  }
  
  .betweenTxt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  p.unit {
    justify-content: end;
  }
  
  .betweenTxt p.unit,
  .guideCon .con > p.unit {
    margin-bottom: 8px;
    color: var(--Greyscale6);
    font-size: 16px;
    font-weight: 400;
  }
  
  /* IF-01-05 */
  .spotInt .spotInt-Item {
    margin-top: 16px;
    padding: 20px;
    color: var(--Greyscale8);
    border: 1px solid var(--Greyscale4);
    border-radius: 8px;
  }
  
  .spotInt .spotInt-Item .topItem {
    padding-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid var(--Greyscale4);
  }
  
  .spotInt .spotInt-Item .bodyItem {
    margin: 20px 0;
    min-height: 85px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .spotInt .spotInt-Item .footerItem > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    color: var(--Greyscale8);
    font-size: 18px;
  }
  
  /* IF-01-06 */
  .guideCon .con.music {
    margin: 0 auto;
    max-width: 800px;
  }
  
  .audio-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .audio-area audio {
    flex-grow: 1;
  }
  
  /* IF-02-01 */
  .declare-area {
    position: relative;
    margin-top: 50px;
  }
  
  .declare-area::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    bottom: -10px;
    height: 200px;
    background: var(--Primary);
    z-index: 0;
  }
  
  .declare-area::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0px;
    height: 200px;
    background: var(--Primary);
    z-index: 0;
  }
  
  .declare-area .declare {
    position: relative;
    margin: 10px;
    padding: 130px 80px;
    margin-top: 56px;
    background-color: #fff;
    background-image: url(../assets/image/sub/if0201_declareBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    border: 1px solid var(--Greyscale4);
    z-index: 2;
  }
  
  /* .declare-area .declare::after {
      content: "";
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 200px;
      right: 200px;
      background: #fff;
      z-index: 1;
  } */
  
  .declare-area .declare .topItem {
    margin-bottom: 60px;
    text-align: center;
  }
  
  .declare-area .declare .topItem .subTit {
    color: var(--Greyscale6);
    font-size: 24px;
    font-weight: 700;
  }
  
  .declare-area .declare .topItem .Tit {
    color: var(--Primary);
    font-size: 36px;
    font-weight: 700;
  }
  
  .declare-area .declare .bodyItem {
    margin: 30px 0;
  }
  
  .declare-area .declare .bodyItem p {
    font-size: 18px;
    font-weight: 400;
  }
  
  .declare-area .declare .bodyItem p strong.green {
    color: var(--Primary);
  }
  
  .declare-area .declare .footerItem {
    text-align: center;
    color: var(--Greyscale7);
  }
  
  .declare-area .declare .footerItem .date {
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
  }
  
  .declare-area .declare .footerItem .userName {
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 400;
  }
  
  /* IF-03-01 */
  .topLogoBox {
    padding-top: 40px;
  }
  
  .topLogoBox .A-Item {
    margin-bottom: 16px;
  }
  
  .topLogoBox .A-Item,
  .topLogoBox .B-Item {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 400;
  }
  
  .topLogoBox .A-Item img,
  .topLogoBox .B-Item img {
    width: 177px;
    height: auto;
  }
  
  .topLogoBox .A-Item strong.green {
    color: var(--Primary);
  }
  
  .topLogoBox .B-Item p > a {
    color: var(--Greyscale8);
    text-decoration: underline;
  }
  
  .table-area .tbl tbody .tblBodyItem.top b {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
  }
  
  .table-area .tbl tbody .tblBodyItem.top > p.txt {
    padding-bottom: 16px;
  }
  
  .table-area .tbl tbody .tblBodyItem.top > p > a {
    padding-left: 6px;
    color: var(--Greyscale8);
    text-decoration: underline;
  }
  
  img.if-imgItem {
    width: 100%;
  }
  
  /* IF-03-02 */
  .topTxt-box .flexBox,
  .guideCon .con .flexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  /* IF-03-03 */
  .topTxt-box > p.txt > strong {
    font-size: 18px;
    font-weight: 700;
  }
  
  .guideCon .con > .flexBox .rightItem p.txt {
    display: flex;
    align-items: center;
  }
  
  .guideCon .con > .flexBox .rightItem p.txt a {
    padding-left: 6px;
    color: var(--Greyscale8);
    text-decoration: underline;
  }
  
  .flexBox > .rightItem .footerItem {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
    padding-top: 16px;
  }
  
  .flexBox > .rightItem .footerItem > div {
    display: unset;
  }
  
  /* IF-04-01 */
  .row.sub-c-img {
    justify-content: center;
  }
  
  /* IF-05-01 */
  .guideCon .con > .guideTxt.txtBk {
    padding-top: 0;
    color: var(--Greyscale8);
    text-align: right !important;
    font-size: 16px;
  }
  
  /* IF-06-02 */
  .spotItem {
    display: block;
    margin-top: 16px;
    font-family: "GmarketSans";
    padding: 16px;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  .organization {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
  }
  
  .organization::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: calc(50% - 1px);
    top: 0;
    width: 1px;
    height: 50%;
    background: #d9d9d9;
  }
  
  .organization a,
  .organization .organ-top span {
    display: block;
    position: relative;
    font-family: "GmarketSans";
    z-index: 1;
  }
  
  .organization .organ-tit,
  .organization .organ-top span {
    position: relative;
    padding: 16px 10px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--Greyscale6);
    margin: 0 auto;
    text-align: center;
  }
  
  .organization .organ-top {
    position: relative;
  }
  
  .organization .organ-top .organ-tit {
    background-color: var(--Primary-darken);
    width: 200px;
  }
  
  .organization .organ-top .sub {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 95px;
    width: calc(50% - 95px);
  }
  
  .organization .organ-top .sub .organ-tit {
    color: var(--Greyscale8);
    background-color: #fff;
    border: 5px solid var(--Primary);
    margin: 0 auto;
  }
  
  .organization .organ-algn {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  
  .organization .organ-wrap.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 95px;
    width: calc(50% - 95px);
    padding: 30px 0;
  }
  
  .organization .organ-wrap.right .organ-tit {
    width: 200px;
    color: #fff;
    background-color: var(--Primary);
    border: 5px solid var(--Primary);
  }
  
  .organization .organ-wrap.right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 400px);
    height: 1px;
    background: #d9d9d9;
  }
  
  .organization .organ-wrap.left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 95px;
    margin-right: auto;
    width: calc(50% - 95px);
    padding: 30px 0;
  }
  
  .organization .organ-wrap.left .organ-tit {
    width: 200px;
    color: #fff;
    background-color: var(--Primary);
    border: 5px solid var(--Primary);
  }
  
  .organization .organ-wrap.left > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  
  .organization .organ-mid .organ-tit {
    width: 200px;
    background-color: var(--Secondary);
    color: var(--Greyscale8);
  }
  
  .organ-btm .organ-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px;
  }
  
  .organ-btm .organ-wrap > .organ-box {
    position: relative;
    margin-top: 60px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  
  .organ-btm .organ-wrap::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 88%;
    height: 1px;
    background: #d9d9d9;
  }
  
  .organ-btm .organ-wrap > li:first-of-type::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 50%;
    height: 1px;
    background: #d9d9d9;
  }
  
  .organ-btm .organ-wrap > li:last-child:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    top: -30px;
    width: 50%;
    height: 1px;
    background: #d9d9d9;
  }
  
  .organ-btm .organ-tit::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    width: 1px;
    background: #d9d9d9;
  }
  
  .organ-btm .organ-wrap > .organ-box > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  
  .organ-btm .organ-wrap > .organ-box > ul > li {
    padding: 16px 10px;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
  }
  
  .organ-btm .organ-wrap > .organ-box > ul > li > a {
    font-size: 18px;
    text-align: center;
    color: var(--Greyscale8);
  }
  
  .organ-btm .organ-wrap > .organ-box .organ-sub {
    background-color: var(--Greyscale1);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  
  .organ-btm .organ-wrap > .organ-box .organ-sub a {
    text-align: center;
    color: var(--Greyscale8);
  }
  
  @media (max-width: 1200px) {
    .organization {
      padding: 0 30px;
    }
  
    .organ-btm .organ-wrap {
      flex-wrap: wrap;
    }
  
    .organization::after {
      left: 50%;
      height: 30%;
    }
  
    .organ-btm .organ-wrap > .organ-box {
      width: calc(33% - 20px);
    }
  
    .organ-btm .organ-wrap::before {
      width: 69%;
    }
  
    .organ-btm .organ-wrap > li:first-of-type::before {
      width: 100%;
      left: -30px;
    }
  
    .organ-btm .organ-wrap > li::before {
      display: block;
      content: "";
      position: absolute;
      right: 50%;
      top: -30px;
      width: 100%;
      height: 1px;
      background: #d9d9d9;
    }
  
    .organ-btm .organ-wrap > li:nth-of-type(4)::before {
      left: -30px;
    }
  
    .organ-btm .organ-wrap > li:nth-of-type(5)::before {
      left: -80px;
      width: calc(100% + 30px);
      right: unset;
    }
  
    .organ-btm .organ-wrap > li:last-of-type::before {
      left: -30px;
      width: calc(50% + 30px);
    }
  
    .organ-btm .organ-wrap > li:first-of-type::after {
      content: "";
      position: absolute;
      left: -30px;
      top: -30px;
      width: 1px;
      height: calc(200% + 115px);
      background: #d9d9d9;
    }
  
    .organization .organ-wrap.left {
      position: relative;
      top: unset;
    }
  
    .organization .organ-wrap.left > div {
      flex-direction: column;
    }
  
    .organization .organ-wrap.left > div::after {
      display: block;
      content: "";
      position: absolute;
      width: 1px;
      height: 50%;
      background-color: #d9d9d9;
    }
  
    .organization .organ-wrap.left::after {
      width: calc(100% - 100px);
    }
  }
  
  @media (max-width: 778px) {
    .organ-btm .organ-wrap > li:first-of-type::after {
      height: calc(200% + 132px);
    }
  }
  
  @media (max-width: 720px) {
    .organization .organ-top .sub .organ-tit {
      font-size: 16px;
      width: 160px;
    }
  
    .organization .organ-wrap.right {
      margin-right: 0;
      width: 50%;
    }
  
    .organization .organ-top .sub {
      margin-left: 0;
      width: 50%;
    }
  
    .organization .organ-wrap.right .organ-tit,
    .organization .organ-wrap.left .organ-tit {
      font-size: 16px;
      width: 160px;
    }
  
    .organization .organ-wrap.right::after {
      width: 70%;
    }
  
    .organization .organ-wrap.left::after {
      width: calc(100% - 80px);
    }
  
    .organization .organ-wrap.left {
      margin-left: 0;
      width: 50%;
    }
  
    .organization::after {
      height: 362px;
    }
  
    .organ-btm .organ-wrap::before {
      width: 50%;
    }
  
    .organ-btm .organ-wrap > li::before {
      width: calc(50% + 30px);
    }
  
    .organ-btm .organ-wrap > li:nth-last-of-type(2n):before {
      width: calc(100% + 60px);
    }
  
    .organ-btm .organ-wrap > li:first-of-type::after {
      height: calc(200% + 118px);
    }
  
    .organ-btm .organ-wrap > li:nth-of-type(5)::before {
      left: -30px;
    }
  
    .organ-btm .organ-wrap > .organ-box > ul > li > a {
      font-size: 16px;
    }
  
    .organ-btm .organ-wrap > .organ-box .organ-sub a {
      font-size: 14px;
    }
  
    .inc-Topbox .inc-box-w {
      flex-direction: column;
      gap: 20px;
    }
  
    .organization .organ-top {
      margin-bottom: 100px;
    }
  
    .organization .organ-top .sub {
      top: 80px;
    }
  }
  
  @media (max-width: 640px) {
    .organization {
      padding: 0 10px;
    }
  
    .organ-btm .organ-wrap {
      gap: 16px;
    }
  
    .organ-btm .organ-wrap > .organ-box {
      width: calc(50% - 15px);
    }
  
    .organ-btm .organ-wrap > li::before,
    .organ-btm .organ-wrap > li:first-of-type::before {
      left: -12px;
    }
  
    .organ-btm .organ-wrap > li:first-of-type::after {
      left: -12px;
      height: calc(400% - 85px);
    }
  
    .organ-btm .organ-wrap > li::before {
      width: calc(100% + 60px);
    }
  
    .organ-btm .organ-wrap > li:last-of-type::before {
      left: -12px;
      width: calc(50% + 12px);
    }
  
    .organ-btm .organ-wrap > li:nth-of-type(5)::before {
      left: -12px;
    }
  
    .organ-btm .organ-wrap > li:nth-last-of-type(2n):before {
      width: calc(50% + 12px);
    }
  
    .organ-btm .organ-wrap > li:nth-of-type(4)::before {
      left: -12px;
    }
  
    .organization .organ-wrap.right .organ-tit,
    .organization .organ-wrap.left .organ-tit {
      width: 100%;
    }
  
    .organization .organ-wrap.right {
      width: calc(50% - 20px);
      margin-right: 20px;
    }
  
    .organization .organ-wrap.left {
      width: calc(50% - 20px);
      margin-left: 20px;
    }
  
    .organization .organ-top .sub {
      margin-left: 20px;
      width: calc(50% - 20px);
    }
  
    .organization .organ-top .sub .organ-tit {
      width: 100%;
    }
  }
  
  @media (max-width: 449px) {
    .organ-btm .organ-wrap > li:first-of-type::after {
      height: calc(400% - 82px);
    }
  }
  
  @media (max-width: 355px) {
    .organ-btm .organ-wrap > li:first-of-type::after {
      height: calc(400% - 65px);
    }
  }
  
  /* IF-06-04 */
  .map {
    width: 100%;
    height: 600px;
    border: 1px solid var(--Greyscale4);
  }
  
  .trfTit {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: left;
    word-break: break-all;
  }
  
  .trfTit .label {
    padding: 2px 6px;
    color: #fff;
    font-size: 14px;
    background: #a76700;
    border-radius: 5px;
  }
  
  /* IF-07-01 */
  .tblBodyItem.left {
    text-align: left !important;
  }
  
  .tblBodyItem > .btn-area > a {
    color: var(--Greyscale8) !important;
    font-size: 16px;
    font-weight: 400;
  }
  
  a.goBtn.bd-no {
    padding: 0;
    margin: unset;
    border: none;
  }
  
  /* IF-07-02 */
  .pt-no {
    padding-top: 0 !important;
  }
  
  .dashBox {
    padding: 36px;
    border: 1px dashed var(--Greyscale4);
    border-radius: 16px;
  }
  
  .dashBox .A-Item > div,
  .dashBox .B-Item > div {
    padding-top: 10px;
  }
  
  /* IH-01 */
  /* IH-02 */
  /* IH-03 */
  /* IH-04 */
  /* IH-05 */
  .con-wrap .siteMapBox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
  }
  
  .siteMapTit {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  
  .siteMapTit > img {
    width: 42px;
  }
  
  .siteMapTit > p {
    width: fit-content;
    flex-shrink: 0;
    font-size: 21px !important;
    font-family: "GmarketSans";
  }
  
  .siteMapTit > p::before {
    display: none;
  }
  
  ul.siteMap {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  ul.siteMap > li {
    width: calc(20% - 24px);
    flex-shrink: 0;
  }
  
  ul.siteMap > li > a {
    display: block;
    width: 100%;
    background-color: var(--Greyscale1);
    border: 1px solid var(--Greyscale2);
    border-radius: 8px;
    padding: 10px;
    font-family: "GmarketSans";
    font-size: 18px;
    color: var(--Greyscale8);
  }
  
  ul.siteMap > li > .siteMapSub {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  
  ul.siteMap > li > .siteMapSub a {
    font-family: "GmarketSans";
    font-size: 16px;
    color: var(--Greyscale7);
  }
  
  ul.siteMap > li > .siteMapSub a::before {
    content: "·";
    padding-right: 5px;
    color: var(--Primary);
  }
  
  /* IH-06 */
  .bannerList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    padding-top: 30px;
  }
  
  .bannerList > li {
    width: 170px;
    height: 52px;
    border: 1px solid var(--Greyscale4);
  }
  
  .bannerList > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .bannerList > li > a > img {
    width: 100%;
    height: 100%;
  }
  
  /* CS-01 */
  
  .intgrSearch {
    padding: 0;
  }
  
  .intgrSearch h1 {
    margin: 0 auto;
  }
  
  .intgrSearch h1 > a {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
  
  .intgrSearch h1 > a > img {
    width: 180px;
  }
  
  .intgrSearch .searchRankBox {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 16px;
    border: 1px solid var(--Greyscale4);
    border-radius: 16px;
  }
  
  .intgrSearch .searchRankBox > p {
    font-size: 18px;
    font-weight: 700;
    color: var(--Greyscale8);
  }
  
  .intgrSearch .searchRankBox > a {
    font-size: 18px;
    color: var(--Greyscale8);
  }
  
  .intgrSearch .searchRankBox > a > span {
    display: inline-block;
    background-color: var(--Primary);
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
  
  .intgrSearch .tab .tabBtn {
    width: calc(100% / 8);
  }
  
  .intgrSearch .tab .tabBtn:nth-child(4n) {
    border-radius: unset;
    border-right: 0;
  }
  
  .intgrSearch .tab .tabBtn:nth-child(5) {
    border-radius: 0 !important;
  }
  
  .intgrSearch .tab .tabBtn:last-child {
    border-radius: 0 8px 8px 0;
  }
  
  .intgrSearch .tabCon > .tabConItem {
    padding-top: 40px;
  }
  
  .intgrSearch h3.searchRst {
    font-family: "GmarketSans";
    font-size: 31px;
    color: var(--Greyscale8);
  }
  
  .intgrSearch h3.searchRst > .searchWord {
    color: var(--Primary);
    background-color: transparent !important;
  }
  
  .intgrSearch .guideCon .tit > .searchRstCount {
    font-size: 18px;
    color: var(--Greyscale6);
  }
  
  .intgrSearch .searchRstList {
    display: flex;
    flex-direction: column;
    font-family: "GmarketSans";
  }
  
  .intgrSearch .searchRstList > li {
    border-bottom: 1px dashed var(--Greyscale4);
  }
  
  .intgrSearch .searchRstList > li > a {
    display: block;
    padding: 16px 0px;
    width: 100%;
  }
  
  .intgrSearch .searchWord {
    color: var(--Primary-darken);
    background-color: var(--Secondary);
  }
  
  .intgrSearch .guideCon .con p::before {
    display: none;
  }
  
  .intgrSearch .searchMoreBtn {
    display: block;
    width: 160px;
    padding: 10px 16px;
    border: 1px solid var(--Greyscale4);
    border-radius: 5px;
    font-size: 16px;
    color: var(--Greyscale8);
    margin: 0 auto;
    margin-top: 16px;
  }
  
  .intgrSearch .searchRst01 .searchRstList > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    color: var(--Greyscale8);
  }
  
  .intgrSearch .searchRst01 .searchRstList .searchLct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 3px 8px;
    padding-top: 5px;
    font-size: 16px;
    color: #fff;
    background-color: var(--Primary);
    border-radius: 30px;
    margin-right: 10px;
  }
  
  .intgrSearch .guideCon .searchPageLct {
    font-size: 16px;
    color: var(--Greyscale6);
    margin-bottom: 5px;
  }
  
  .intgrSearch .guideCon .searchPageTit {
    font-size: 21px;
    color: var(--Greyscale9);
    margin-bottom: 10px;
  }
  
  .intgrSearch .guideCon .searchPageTxt {
    display: block;
    font-size: 18px;
    color: var(--Greyscale9);
    width: 100%;
  }
  
  .intgrSearch .guideCon .searchRstDownBtn {
    display: block;
    width: 160px;
    border: 1px solid #ced3d6;
    border-radius: 5px;
    padding: 10px 16px;
    margin-bottom: 16px;
  }
  
  .intgrSearch .photo-list .img-area {
    padding: 0;
  }
  
  .intgrSearch .searchBlank {
    padding: 30px 0;
    border-bottom: 1px dashed var(--Greyscale4);
    font-family: "GmarketSans";
    font-size: 18px;
  }
  
  .intgrSearch .table-area {
    overflow-x: auto;
  }
  
  .intgrSearch .table-area > table {
    min-width: 700px;
  }
  
  @media (max-width: 960px) {
    .intgrSearch .subTopitem .aItem {
      gap: 10px;
    }
  
    .intgrSearch .subTopitem .aItem > .dropdown {
      width: 100%;
    }
  
    .intgrSearch .subsearch .dropdown {
      width: 100%;
    }
  
    .intgrSearch .subsearch .dropdownBtn {
      border-radius: 8px;
    }
  
    .intgrSearch .subTopitem .aItem > .subsearch {
      flex-wrap: wrap !important;
      gap: 10px !important;
    }
  
    .intgrSearch .subsearch .rightItem input {
      border-radius: 8px 0 0 8px;
    }
  
    .intgrSearch .searchRankBox {
      flex-wrap: wrap;
    }
  
    .intgrSearch .searchRankBox > p {
      width: 100%;
    }
  
    .intgrSearch .searchRankBox > a {
      font-size: 16px;
    }
  
    .intgrSearch .tab .tabBtn {
      width: 25%;
    }
  
    .intgrSearch .tab .tabBtn:nth-child(4n) {
      border-radius: 0 8px 8px 0;
      border-right: 1px solid var(--Greyscale4);
    }
  
    .intgrSearch .tab .tabBtn:nth-child(5) {
      border-radius: 8px 0 0 8px !important;
    }
  }
  
  @media (max-width: 640px) {
    .intgrSearch h3.searchRst {
      font-size: 21px;
    }
  
    .intgrSearch .tab .tabBtn {
      width: 50%;
    }
  
    .intgrSearch .tab .tabBtn a {
      font-size: 16px;
    }
  
    .intgrSearch .searchRst01 .searchRstList > li > a {
      flex-wrap: wrap;
    }
  }
  
  /* 공통 반응형 처리 */
  
  @media (max-width: 960px) {
    /* 게시판 */
    .subTopitem .aItem {
      flex-wrap: wrap !important;
      gap: 10px !important;
    }
  
    .subTopitem .aItem > .dropdown {
      width: 100% !important;
    }
  }
  
  @media (max-width: 640px) {
    /* 서브페이지 헤더 */
    .sub-tit-area .tit-area.sns {
      flex-direction: column;
      align-items: center;
    }
  
    .breadcrumb {
      justify-content: center;
    }
  
    /* 푸터 서브페이지 공통 양식 */
    .sub-FooterCommon .topItem > img {
      height: 42px;
    }
  
    .sub-FooterCommon .topItem p,
    .sub-FooterCommon .bodyItem .leftItem .info-area,
    .sub-FooterCommon .bodyItem .leftItem .rdo-area .titItem,
    .sub-FooterCommon .bodyItem .rightItem,
    .sub-FooterCommon .bodyItem .leftItem .rdo-area .titItem a,
    .sub-FooterCommon .bodyItem .leftItem .rdo-area .rdoItem a {
      font-size: 14px;
      gap: 10px;
    }
  
    /* 게시판 */
    /* 게시판 목록 */
    .subTopitem .aItem > .subsearch {
      flex-wrap: wrap;
    }
  
    .subTopitem .aItem > .subsearch .rightItem input,
    .subTopitem .aItem > .subsearch .dropdown {
      width: 100%;
    }
  
    .subTopitem .aItem > .subsearch .dropdown {
      margin-bottom: 10px;
    }
  
    .subTopitem .aItem > .subsearch .rightItem input {
      border-radius: 8px 0 0 8px;
    }
  
    .subsearch .dropdownBtn {
      border-radius: 8px;
    }
  
    table.tbl .dNone640 {
      display: none;
    }
  
    table.tbl thead > tr td,
    table.tbl tbody > tr td {
      padding: 12px 8px;
    }
  
    .pagination {
      gap: 6px;
    }
  
    .pagination li {
      height: 30px;
      width: 30px;
    }
  
    .tabBtn,
    .tab.fiveTab > .tabBtn {
      width: 50%;
    }
  
    .tabBtn:nth-child(2n),
    .tab.fiveTab > .tabBtn:nth-child(2n) {
      border-right: 1px solid var(--Greyscale4);
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
    }
  
    .tabBtn:nth-child(2n + 1),
    .tab.fiveTab > .tabBtn:nth-child(2n + 1) {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }
  
    /* 게시판 상세 */
  
    .tbl-dtlPage p.tit {
      font-size: 18px;
    }
  
    .tbl-dtlPage .infoItem ul li {
      font-size: 14px;
    }
  
    .tbl-dtlPage .tbl-dtlCon-area {
      padding: 30px 16px 50px 16px;
    }
  
    .fileDown-area {
      flex-direction: column;
    }
  
    .fileDown-area .conDown .conDownItem > p,
    .fileDown-area p.tit {
      font-size: 14px;
    }
  
    .fileDown-area .conDown .conDownItem > button {
      padding: 5px 8px;
      font-size: 14px;
    }
  
    .prvCon,
    .nxtCon {
      gap: 16px;
    }
  
    .prvCon .leftItem > p,
    .nxtCon .leftItem > p {
      display: none;
    }
  
    .btn.Fill.list,
    .btn-area.flexBtn .btn.fix,
    .btn-area.flexBtn .btn.delete,
    .btn-area.flexBtn .btn.answer {
      padding: 12px;
      font-size: 16px;
      width: 100%;
    }
  
    /* 플렉스 버튼 스타일 */
    .topTxt-box .flexBox .goBtn,
    .guideCon .con .flexBox .goBtn,
    .topTxt-box .flexBox .downloadBtn,
    .guideCon .con .flexBox .downloadBtn {
      margin: unset;
    }
  
    /* 박스콘텐츠 가로값 스타일 */
    .guideCon .con > .conItembox .conItem,
    .guideCon .con > .conItembox .conItem.grayBox {
      max-width: 100%;
    }
  
    .guideCon .con > .conItembox .conItem.circle {
      width: 50%;
    }
  
    .guideCon .con > .conItembox .conItem.circle:last-child {
      width: calc(50% - 40px);
    }
  }
  
  /* 대메뉴 통합과정 */
  @media (max-width: 640px) {
    .guideCon .con .con-flexBox {
      flex-direction: column;
    }
  
    .guideCon .con .con-flexBox img {
      margin: 0 auto;
    }
  }
  
  .tabBtn.outSide {
    border-radius: 8px;
  }
  
  .tabBtn.outSide > a {
    height: 47px;
    line-height: 47px;
  }
  
  /* 서브페이지 반응형작업 추가 */
  
  @media (max-width: 640px) {
    .table-area > .tbl.board {
      width: 100%;
      display: block;
    }
  
    .table-area > .tbl.board > .tblHeader {
      display: none !important;
    }
  
    .table-area > .tbl.board > tbody {
      border-top: 2px solid var(--Greyscale8);
    }
  
    .table-area > .tbl.board > tbody,
    .table-area > .tbl.board > tbody > tr {
      display: flex;
      flex-direction: column;
      width: 99.9%;
    }
  
    .table-area > .tbl.board > tbody > tr {
      gap: 5px;
      padding: 20px 10px;
      box-sizing: border-box;
    }
  
    .table-area > .tbl.board > tbody td {
      display: block;
      width: 99.9% !important;
      max-width: unset !important;
      text-align: left;
      padding: 0;
      color: var(--Greyscale8);
    }
  
    .table-area > .tbl.board > tbody td.dNone640 {
      display: none;
    }
  
    table.tbl.board tbody > tr td:not(.tit) {
      font-size: 14px !important;
      color: var(--Greyscale6);
    }
  
    table.tbl.board tbody > tr.noticeBox p.noticeTxt {
      width: fit-content;
    }
  }
  
  .ellipsis:focus {
    display: block;
    /* border: thin dashed var(--Default); */
  }
  
  .sectionTab .sectionTabitem.one.action::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 26px;
    background: var(--information);
    top: 0;
    right: -36px;
    border-bottom: 37px solid #fff;
    border-top: 37px solid #fff;
    border-left: 37px solid var(--information);
    border-right: 37px solid #fff;
    box-sizing: border-box;
  }
  
  .sectionTab .sectionTabitem.one.action {
    position: relative;
    overflow: hidden;
    width: calc(50% + 18px);
    padding-right: 37px;
  }
  
  .sectionTab .sectionTabitem.two {
    width: calc(50% - 18px);
  }
  
  .guideCon .con p > b {
    width: fit-content;
    flex-shrink: 0;
    padding-right: 5px;
  }
  
  @media (max-width: 960px) {
    .peopleInfoBg .infoBoxItem img {
      width: 90px;
    }
  
    .peopleInfoBg .row .col.st12:first-child {
      margin-bottom: 16px;
    }
  }
  
  @media (max-width: 640px) {
    .input-tbl .tbl-section {
      flex-direction: column;
    }
  
    .input-tbl .tbl-section .leftItem,
    .input-tbl .tbl-section .rightItem {
      width: 100%;
    }
  
    .input-tbl .tbl-section .rightItem .inputField {
      flex-wrap: wrap;
    }
  
    .input-tbl .tbl-section .rightItem p {
      flex-shrink: 0;
      width: 100%;
    }
  
    .btn-area a.list,
    .btn-area a.write,
    .btn-area a.cancel {
      padding: 10px;
    }
  
    .fileBox input {
      font-size: 16px;
    }
  
    .fileBox label {
      flex-shrink: 0;
      font-size: 14px;
    }
  
    .fileUpload-Info p {
      font-size: 14px !important;
    }
  
    .btn.Fill.write {
      font-size: 16px;
      padding: 10px;
    }
  
    .inc-Topbox .inc-box-w {
      flex-direction: column;
      gap: 16px;
      padding: 16px;
    }
  
    .inc-Topbox .inc-box-w .rightItem .topItem p {
      font-size: 16px;
    }
  
    .inc-Topbox .inc-box-w .rightItem .bottomItem {
      flex-wrap: wrap;
    }
  
    .inc-Topbox .inc-box-w .rightItem .bottomItem a.goBtn,
    .inc-Topbox .inc-box-w .rightItem .bottomItem a.reportBtn {
      flex-shrink: 0;
      width: 100%;
    }
  
    .tit-area h2.tit-txt {
      width: 100%;
      text-align: center;
      word-break: keep-all;
      word-wrap: break-word;
    }
  
    .userChk .userChkCon .con .userChkItem {
      padding: 16px;
    }
  
    .userChk .userChkCon .con .userChkItem > img {
      width: 36px;
    }
  
    .topTxt-box.flexBox {
      flex-direction: column;
    }
  
    .guideCon .con > .conItembox {
      flex-direction: column;
    }
  
    .guideCon .con > .conItembox .arrowImg {
      transform: rotate(90deg);
    }
  
    .guideCon .con > .infoTxt p {
      font-size: 16px;
    }
  
    .guideCon .con > .infoTxt ul li {
      font-size: 16px;
    }
  
    .guideCon .con > .btn-area {
      flex-direction: column;
    }
  
    .guideCon .con p {
      flex-wrap: wrap;
    }
  
    .guideCon .con .topTxt-box.flexBox {
      flex-direction: column;
      align-items: center;
    }
  
    .table-area > .tbl.board.trms > tbody > tr {
      padding: 0;
    }
  
    .table-area > .tbl.board.trms > tbody > tr > td {
      padding: 10px;
    }
  
    .tabBtn {
      height: auto;
      line-height: normal;
    }
  
    .tabBtn a {
      padding: 10px 12px;
      word-break: keep-all;
      font-size: 16px;
    }
  
    .guideCon .con > .btn-area a.payGo {
      padding: 12px 16px;
      font-size: 16px;
    }
  
    .guideCon .table-area {
      overflow-x: auto;
    }
  
    .link-area .linkItem .leftItem {
      gap: 16px;
      height: auto;
      margin-bottom: 16px;
    }
  
    .titTxt-area h4.tit {
      font-size: 21px;
    }
  
    .titTxt-area p {
      font-size: 18px;
    }
  
    .guideCon .con .greenBox {
      padding: 10px;
    }
  
    .declare-area .declare {
      padding: 30px 20px;
    }
  
    .declare-area .declare .topItem .subTit {
      font-size: 18px;
    }
  
    .declare-area .declare .topItem {
      margin-bottom: 30px;
    }
  
    .declare-area .declare .topItem .Tit {
      font-size: 21px;
    }
  
    .declare-area .declare .bodyItem p {
      font-size: 16px;
    }
  
    .declare-area .declare .footerItem .userName {
      font-size: 18px;
    }
  
    .topLogoBox .A-Item,
    .topLogoBox .B-Item {
      flex-direction: column;
    }
  
    ul.siteMap {
      gap: 16px;
    }
  
    ul.siteMap > li {
      width: calc(50% - 8px);
    }
  
    .bannerList {
      gap: 16px;
    }
  
    .bannerList > li {
      width: calc(50% - 8px);
      height: auto;
    }
  }
  
  /* 누락페이지 */
  
  .prvcPlcyBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  
  .prvcPlcyTbl,
  .prvcPlcyBox {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .prvcPlcyBox a.prvcPlcyBtn {
    width: calc(50% - 8px);
    border: 1px solid var(--Greyscale4);
    padding: 24px;
    color: var(--Greyscale9);
    font-size: 18px;
  }
  
  .prvcPlcyDd {
    display: flex;
  }
  
  .prvcPlcyDd .dropdown .dropdownBtn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .prvcPlcyDd .dropdown .dropdownBtn span {
    padding-right: 16px;
    border-right: 0;
  }
  
  .prvcPlcyDd > a.btn {
    background-color: var(--Greyscale8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    height: 50px;
  }
  
  .sub-contents.prvcPlcy .guideCon .con > .btn-area {
    margin-bottom: 16px;
  }
  
  .sub-contents.prvcPlcy .guideCon .con > img {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .sub-contents.prvcPlcy .row > .col > .guideCon > .con .tit.subTit {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  
  .topTxt-box.praise.danger {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  
  .topTxt-box.praise.danger::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../assets/image/sub/danger1_1.gif) center no-repeat;
    padding-top: 5px;
  }
  
  .guideCon .con p.idnVrfInfo {
    color: var(--Primary);
  }
  
  .idnVrfBox {
    background-color: var(--Greyscale0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px;
    border-radius: 30px;
  }
  
  .guideCon .con .idnVrfBox p::before {
    display: none;
  }
  
  .guideCon .con .idnVrfBox p {
    padding: 0;
  }
  
  .guideCon .con .idnVrfBox .tit {
    font-size: 24px;
    font-family: "GmarketSans";
    font-weight: 700;
  }
  
  .guideCon .con .idnVrfBox > a {
    padding: 14px 24px;
    padding-top: 16px;
    background-color: var(--Primary);
    color: #fff;
    border-radius: 8px;
    font-family: "GmarketSans";
    font-size: 21px;
    font-weight: 700;
  }
  
  /* 에러페이지 - 2023.06.21 추가 */
  .errorMsg {
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  
  .errorMsg img {
    width: 200px;
    height: auto;
  }
  
  .errorMsg .errorTxt {
    font-family: "GmarketSans";
    text-align: center;
    color: var(--Primary);
  }
  
  .errorMsg .errorTxt b {
    display: block;
    font-size: 28px;
    font-weight: 500;
  }
  
  .errorMsg .errorTxt p {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
  }
  
  .errorMsg .btn-area {
    margin: 0;
  }
  
  .errorMsg .btn-area .errorBtn {
    width: 200px;
  }
  
  .errorMsg .btn-area .errorBtn a {
    display: block;
    padding: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
  }
  
  .errorMsg .btn-area .errorBtn a.prevBtn {
    background: var(--Primary-darken);
  }
  
  .errorMsg .btn-area .errorBtn a.mainBtn {
    background: var(--Primary);
  }
  
  @media (max-width: 640px) {
    .errorMsg {
      padding: 40px 0 0;
    }
  
    .errorMsg .errorTxt b {
      font-size: 21px;
    }
  
    .errorMsg .errorTxt p {
      font-size: 16px;
    }
  
    .errorMsg .btn-area .errorBtn a {
      padding: 12px;
      font-size: 16px;
      text-align: center;
    }
  }
  
  @media (max-width: 460px) {
    .errorMsg img {
      width: 150px;
    }
  
    .errorMsg .btn-area.flexBtn {
      flex-direction: column;
      width: 100%;
    }
  
    .errorMsg .btn-area .errorBtn {
      width: 100%;
    }
  }
  
  /* 아이프레임 불러오는 스타일 지정 */
  
  iframe#gosi,
  iframe#insa {
    width: 100%;
    height: calc(100vh - 280px);
    border: none;
    overflow-y: auto;
  }
  
  /* 게시판 다운로드버튼 가운데정렬 스타일 - 20233.06.26 */
  .tbCenter {
    margin: 0 auto;
  }
  
  /* 게시판 스타일 추가 - 20233.06.26 */
  .flexBox.left {
    gap: 0 !important;
  }
  
  .flexBox.left p {
    padding-left: 0 !important;
  }
  
  .flexBox.left p::before {
    content: none;
  }
  
  /* 팝업 스타일 추가 - 2023.07.05 */
  .openBtn {
    margin: 10px;
    padding: 12px 14px;
    color: #fff;
    font-size: 16px;
    background: var(--Primary);
  }
  
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  
  .modal.show,
  .modal-img.show {
    display: none;
  }
  
  .modal .modalCon.fixModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    width: 500px;
    height: 100%;
    max-height: 500px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  
  .modal .modalCon.center {
    text-align: center;
  }
  
  .modalBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .modal .modalCon h4 {
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 18px;
  }
  
  .modal .modalCon.center h4 {
    justify-content: center;
    font-family: "GmarketSans";
    color: var(--Primary);
    font-size: 21px;
    font-weight: 600;
  }
  
  .modal .modalCon p {
    font-size: 16px;
    font-weight: 400;
  }
  
  .modal .modalCon .modalImgBox {
    margin: 0 auto 24px;
    width: 50%;
  }
  
  .modal .modalCon .modalImgBox img {
    width: 100%;
    height: 100%;
  }
  
  .modal .modalFooter {
    width: 100%;
  }
  
  .modal .modalFooter .row {
    padding-top: 24px;
    padding-bottom: 0;
    text-align: center;
  }
  
  .modal .modalFooter a {
    display: block;
    padding: 8px;
    width: 100%;
  }
  
  .modal .modalFooter .lineBtn {
    color: var(--Primary);
    font-size: 16px;
    border: 1px solid var(--Primary);
    border-radius: 4px;
  }
  
  .modal .modalFooter .fullBtn {
    color: #fff;
    font-size: 16px;
    background: var(--Primary);
    border: 1px solid var(--Primary);
    border-radius: 4px;
  }
  
  .modal.modal-img .modalCon {
    padding: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .modal-img .modalFooter.chkFooter {
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    background: var(--Greyscale8);
  }
  
  .imgModal {
    width: 100%;
    height: 560px;
  }
  
  .imgModal img {
    width: 100%;
    height: 100%;
  }
  
  .modal .modalFooter.chkFooter input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }
  
  .modal .modalFooter.chkFooter {
    color: #fff;
    font-size: 14px;
  }
  
  .closeBtn.img-closeBtn {
    width: unset !important;
    color: #fff;
    font-size: 14px;
  }
  
  @media (max-width: 640px) {
    .modal .modalCon .modalImgBox {
      width: 100%;
    }
  
    .modal .modalCon.fixModal {
      width: 100%;
      max-width: 70%;
      height: auto !important;
    }
  }
  
  /* 다운로드버튼 있는 flexBox 스타일 추가 - 2023.07.19 */
  .flexBox > p.pl-more {
    padding-left: 20px !important;
  }
  
  /* 분야별정보 문화/체육 시내코스 테이블 깨짐 스타일 수정 - 2023.07.20 */
  .overTbl {
    overflow-x: auto;
  }
  
  /* 웹접근성 수정사항 반영 - 230926 */
  
  .sub-FooterCommon .bodyItem .leftItem .rdo-area .rdoItem .sbm {
    background: var(--Primary-dark);
  }
  
  /* 테이블 스타일 추가 - 20231116 */
  .con > .table-area {
    overflow-x: auto;
  }
  
  /* IB-07-07-N.html 추가 - 20231124 */
  .giftSlideBox {
    margin-top: 44px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .giftSlideBox > button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: transparent;
    font-size: 0;
    background: #fff;
    border: 1px solid var(--Greyscale3);
    border-radius: 50%;
    pointer-events: auto;
  }
  
  .giftSlideBox .giftSlide {
    margin: 0 auto;
    width: calc(100% - 120px);
    height: 100%;
  }
  
  .giftSlideBox .giftSlide img {
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 960px) {
    .giftSlideBox > button {
      position: absolute;
      z-index: 1;
    }
  
    .giftSlideBox > button.next {
      right: 0;
    }
  
    .giftSlideBox .giftSlide {
      margin: 0 auto;
      width: calc(100% - 20px);
    }
  }
  
  /* 담양군현황 추가 - IF-04-01 - 20231212 */
  span.unitTxt {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    color: var(--Greyscale6);
    font-size: 14px;
    text-align: right;
  }
  
  span.infoText {
    display: block;
    margin-top: 8px;
    color: var(--Greyscale6);
    font-size: 14px;
    text-align: left;
  }
  
  h6.tableTit {
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .imgBox {
    text-align: center;
  }
  
  .imgBox img.mapImg {
    max-width: 750px;
  }
  
  /* IB-03-01 설문조사 추가 - 20231219 */
  .mt-40 {
    margin-top: 40px;
  }
  
  p.startDate,
  p.endDate {
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: keep-all;
  }
  
  .noneSurveyBox {
    margin: 0 auto;
    padding: 8px 16px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background: var(--Greyscale8);
  }
  
  a.surveyItem {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  
  a.surveyItem > p.count {
    color: var(--Greyscale8);
  }
  
  @media (max-width: 640px) {
    a.surveyItem,
    .noneSurveyBox {
      margin: unset;
    }
  }
  
  /* IB-03-01-WT */
  .surveyConBox {
    margin-top: 21px;
    padding: 21px;
    border: 1px solid var(--Greyscale4);
  }
  
  .surveyConBox .headTit {
    padding: 16px;
    background: var(--Greyscale0);
  }
  
  .surveyConBox .headTit > p {
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 700;
  }
  
  .surveyConBox > .conBox .qBox {
    margin-top: 21px;
  }
  
  .surveyConBox > .conBox .qBox p.titItem {
    padding: 12px;
    color: var(--Greyscale7);
    font-size: 16px;
    border: 1px dashed var(--Greyscale4);
  }
  
  .surveyConBox > .conBox .qBox .qImg {
    margin: 20px auto 0;
    width: 100%;
    max-width: 380px;
  }
  
  .surveyConBox > .conBox .qBox .qImg img {
    width: 100%;
  }
  
  .surveyConBox > .conBox .qBox .colBox {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  
  .surveyConBox > .conBox textarea {
    margin-top: 16px;
    height: 100px;
  }
  
  /* IB-03-01-IN */
  .valueItem {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    width: 100%;
  }
  
  .valueItem > p.titTxt {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: bold;
  }
  
  .valueItem > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  
  .valueItem > div .barBox {
    flex-grow: 1;
    width: 100%;
    height: 25px;
    background: var(--Greyscale2);
  }
  
  .valueItem > div .barBox .bar {
    background: var(--Primary);
    width: 50%;
    height: 100%;
  }
  
  .valueItem > div .rightItem {
    flex-shrink: 0;
    justify-self: end;
    width: 78px;
  }
  
  .valueItem > div .rightItem p.valueTxt {
    text-align: right;
  }
  
  .valueItem > div .rightItem p.valueTxt span {
    color: var(--Primary-dark);
    font-weight: bold;
  }
  
  @media (max-width: 420px) {
    .valueItem > div {
      flex-direction: column;
      align-items: end;
      gap: 8px;
    }
  }
  
  /* 조직정보지표 스타일 추가 - 20240318 */
  .praise.goBox {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
  }
  
  .praise.goBox > div {
    padding-bottom: 0;
  }
  
  .praise.goBox b.green {
    padding-bottom: 0;
  }
  
  .praise.goBox p {
    margin-top: 8px;
  }
  
  .praise.goBox a {
    display: block;
    padding: 12px;
    border: 1px solid var(--Greyscale4);
  }
  
  @media (max-width: 460px) {
    .praise.goBox {
      flex-direction: column;
    }
  
    .praise.goBox a {
      width: 100%;
      text-align: center;
    }
  }
  
  /* 고향사랑 기부제 명예의 전당 추가 - 20240417 */
  .honorBox {
    margin-top: 40px;
  }
  
  .honorBox img {
    width: 100%;
  }
  
  .photo-card.honorCard,
  .photo-card.honorCard > .bgBox {
    border-radius: 10px 10px 0 0 !important;
  }
  
  .photo-card.honorCard > .bgBox {
    position: relative;
    height: 200px;
  }
  
  .photo-card.honorCard > .bgBox .date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 12px;
    color: var(--Greyscale6);
    font-size: 16px;
    font-weight: 400;
    background: var(--Greyscale3);
    border-radius: 0 10px 0 10px;
  }
  
  .photo-card.honorCard > .info-area {
    padding: 16px 20px !important;
    background: var(--Primary);
    border-radius: 0 0 10px 10px;
  }
  
  .photo-card.honorCard > .info-area > p.price {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  
  .bgBox .contributorBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    background-image: url(../assets/image/sub/bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
  
  .bgBox .contributorBox img {
    width: 42px;
  }
  
  .bgBox .contributorBox p.name {
    color: var(--Greyscale8);
    font-size: 22px;
    font-weight: 700;
  }
  
  .bgBox .contributorBox p.job {
    margin-top: 4px;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  
  /* 담양소개 -> 군청안내 -> 상위 안내 텍스트 스타일 추가 - 20240513 */
  .etcGreen {
    padding-bottom: 0 !important;
  }
  
  p.dotTxt {
    position: relative;
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
    word-wrap: break-word;
  }
  
  p.dotTxt::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 4px;
    display: block;
    content: "·";
    font-size: 16px;
    color: var(--Primary);
  }
  
  p.dotTxt:not(.txt) {
    padding-left: 10px;
  }
  
  b.boldTxt {
    display: block;
    margin-bottom: 5px;
  }
  
  /* ID-03-01.html 복지멤버십 스타일 추가 - 20241029 */
  .con .imgFlex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  
  .con .imgFlex img:first-child {
    width: 53%;
  }
  
  .con .imgFlex img:last-child {
    width: 30%;
  }
  
  @media (max-width: 960px) {
    .con .imgFlex {
      flex-direction: column;
    }
  
    .con .imgFlex img {
      width: 100% !important;
    }
  }
  
  /* 분야별 정보 > 경제 스타일 추가 - 241128 */
  .tab-area .tab li.tabBtn:nth-child(9) {
    border-radius: 8px !important;
  }
  
  /* guidePg 스타일 추가 - 241209 */
  .guideWrap {
    margin: 0 !important;
    height: 100vh;
  }
  
  .guideWrap .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
  }
  
  .guideInfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
  
  .guideInfoBox img.logo {
    max-width: 200px;
  }
  
  .guideInfoBox b {
    display: block;
    margin-top: 0;
    color: #000;
    font-size: 36px;
    word-break: keep-all;
    word-wrap: break-word;
  }
  
  .guideInfoBox b > br {
    display: none;
  }
  
  .guideInfoBox b > span {
    color: #23947a;
  }
  
  .guideInfoBox p {
    display: block;
    color: #3e5146;
    font-size: 24px;
    word-break: keep-all;
    word-wrap: break-word;
  }
  
  .customLine {
    width: 100%;
    max-width: 740px;
    height: 1px;
    background: #ebebeb;
  }
  
  @media (max-width: 760px) {
    .guideInfoBox {
      gap: 24px;
    }
  
    .guideInfoBox img.logo {
      max-width: 160px;
    }
  
    .guideInfoBox b {
      font-size: 32px;
    }
  
    .guideInfoBox p {
      font-size: 18px;
    }
  }
  
  @media (max-width: 420px) {
    .guideInfoBox img.logo {
      max-width: 120px;
    }
  
    .guideInfoBox b {
      font-size: 26px;
    }
  
    .guideInfoBox p {
      font-size: 16px;
    }
  }
  
  @media (max-width: 360px) {
    .guideInfoBox b > br {
      display: block;
    }
  }
  
  /* 청사안내도 스타일 추가 - 20241219 */
  .guideMapImg {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }
  
  .guideMapImg img {
    width: 100%;
  }
  
  .guideMapImg p.infoTxt {
    margin: 8px auto 0;
    padding: 4px 16px;
    width: fit-content;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    background: var(--Default);
  }
  
  /* 고향사랑기부제 관련문의 글작성 스타일 추가 - 20250212 */
  .fileLabel {
    margin-bottom: 12px;
  }
  
  .fileLabel > .fileBox {
    margin-bottom: 8px;
  }
  
  .fileLabel > input[type="text"] {
    padding: 12px 16px;
    width: 100%;
    height: 43px;
    border: 1px solid var(--Greyscale4);
  }
  
  .fileLabel > input[type="text"]:focus,
  .fileLabel > input[type="text"]:focus-visible {
    outline: 1px solid var(--Primary) !important;
  }
  
  @media (max-width: 890px) {
    .fileLabel > .fileBox {
      margin-bottom: 4px;
    }
  
    .fileBox {
      flex-direction: column;
      gap: 4px;
      width: 100%;
    }
  
    .fileBox > input,
    .fileBox > label {
      width: 100%;
      box-sizing: border-box;
    }
  
    .fileBox > label {
      text-align: center;
    }
  }
  