:root {
  --color--orange : #f18b23;
  --color--green : #00848B;
  --color--whiteOrange : #fef8f0;
  --color--whiteGreen : #edf4f4;
  --color--lightOrange: #fff9ee;
  --color--blue : #3e99c7;
  --color--realblue : #015598;
  --color--highlight : #fbf2d1;
  --color--underline--blue : #79a4ce;
  --color--brown : #a13132;
  --color--rightbrown : #cd6556;
  --color--gradientblue--right : linear-gradient(to right, #14B7E8, #2E437C);
  --color--gradientblue--bottom : linear-gradient(to bottom, #14B7E8, #2E437C);
  --color--rightblue : #f0f9fe;
  --color--purple : #643c8c;
  --color--rightpurple : #e5dfee;
}


/* 알쓸용어사전 */

.sub.info .sec_headline h2 {
  color: #00848B;
}

.sub.info .tag_txt {
  font-weight: 600;
}
.sub.info.dict .content_title {
  display: block;
  position: relative;
  width: 500px;
  padding: 10px 40px;
  padding-left: 90px;
  background: #4665af;
  color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.sub.info .content_title::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  top: -18px;
  left: 0;  
}
.sub.info .content_title.first::before {
  background: url('../../images/contents/dict_ic_img01.png') no-repeat center/contain;
}
.sub.info .content_title.second::before {
  background: url('../../images/contents/dict_ic_img02.png') no-repeat center/contain;
}
.sub.info .content_title.third::before {
  background: url('../../images/contents/dict_ic_img03.png') no-repeat center/contain;
}
.sub.info .content_title.fourth::before {
  background: url('../../images/contents/dict_ic_img04.png') no-repeat center/contain;
}
.sub.info .content_title.fifth::before {
  background: url('../../images/contents/dict_ic_img05.png') no-repeat center/contain;
}
.sub.info .content_title.sixth::before {
  background: url('../../images/contents/dict_ic_img06.png') no-repeat center/contain;
}
.sub.info .content_title.seventh::before {
  background: url('../../images/contents/dict_ic_img07.png') no-repeat center/contain;
}
.sub.info .content_title.eighth::before {
  background: url('../../images/contents/dict_ic_img08.png') no-repeat center/contain;
}
.sub.info .content_title.ninth::before {
  background: url('../../images/contents/dict_ic_img09.png') no-repeat center/contain;
}
.sub.info .content_title.tenth::before {
  background: url('../../images/contents/dict_ic_img10.png') no-repeat center/contain;
}




.sub.info .bullet>li::before {
  position: absolute;
  display: block;
}

.sub.info .bullet>li {
  position: relative;
}

.sub.info .bullet>li h3 {
  font-size: 19px;
  font-weight: 600;
  color: #E17700;
}

.sub.info .bullet.type1>li::before {
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 2px solid #00848B;
  border-radius: 50%;
}

.sub.info .bullet.type1>li {
  padding-left: 16px;
}

.sub.info .bullet.type2>li::before {
  content: attr(data-before);
  left: 0;
  top: 0;
  font-size: 19px;
}

.sub.info .bullet.type2>li {
  padding-left: 12px;
}

.sub.info .bullet b {
  font-weight: 700;
}

.sub.info .content_text.annot {
  font-size: 20px;
  color: #ec6519;
}

.sub.info h3 img.chk {
  width: 19px;
  margin-top: 7px;
  margin-right: var(--space--xsm);
  line-height: 1.6;
}

.sub.info h3 span {
  font-weight: 400;
}

.sub.info .bc {
  display: inline-block;
  padding: 0 8px;
  border: 2px solid #009d99;
  border-radius: 20px;
  color: #009d99;
  font-weight: 500;
}

.sub.info table tr * {
  padding: var(--space--sm);
}

.sub.info table th {
  background: #feeabf;
  border: 1px solid #ddd;
}

.sub.info table tr:not(:last-child) td:first-child {
  color: #00848B;
  font-weight: 500;
}

@media screen and (min-width:789px) {
  .sub.info .bullet.type1>li::before {
      top: 12px;
  }
}

@media screen and (max-width:768px) {
  .sub.info.dict .content_title::before{
    width: 80px;
    height: 80px;
    top: -15px;
  }
  .sub.info.dict .content_title {
    width: 100%;
    font-size: 16px;
  }
  .sub.info h3 img.chk {
      width: 16px;
  }

  .sub.info .content_text.annot {
      font-size: 17px;
  }

  .sub.info table .bullet>li,
  .sub.info table .bullet>li::before {
      font-size: 15px;
  }
}



/* 주택사업전략 */

.sub.strategy h2.content_title {
  color: #009d99;
  border-left: 7px solid #009d99;
  padding-left: 16px;
}
.sub.strategy .tag_txt {
  color: #009d99;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}


.sub.strategy table th {
  padding: var(--space--sm);
  color: #fff;
  border: 1px solid #ddd;
  font-weight: 500;
  word-break: keep-all;
  background: #009d99;
  text-align: center;
}

.sub.strategy .box {
  border: 1px dotted #008ba7;
  padding: var(--space--sm);
}
.sub.strategy .dict {
  padding: var(--space--md);
  background: #f7fbfb;
}
.sub.strategy .dict p:not(:last-child) {
  color: #555;
  margin-bottom: var(--space--sm);
}
.sub.strategy .dict .bc {
  border: 2px solid #009d99;
  border-radius: 20px;
  padding: 2px 16px;
  background: #fff;
  color: #009d99;
}




/* 주택사업전략 */

.strategy table {
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}



.strategy .table--one thead {
  border-bottom: 1px solid;
}

.strategy .table--one thead tr:first-child th {
  border: 1px solid #fff;
}

.strategy .table--one thead th {
  border: 1px solid #00848B;
}

.strategy .table--one tr, .strategy .table--one td {
  text-align: center;
  border: 1px solid #00848B;
}

.strategy .table--one thead tr:last-child th {
  background-color: transparent;
  color: #121212;
}


.strategy .table--one .greenbg {
  background-color: #edf4f4;
}

.strategy .table--one tbody tr td:first-child {
  color: #00848B;
  font-weight: bold;
}

.strategy .table--one tr.highlight {
  background: #fef8f0;
}
.strategy .table--one tr.highlight {
  border-left: 2px solid var(--color--orange);
  border-right: 2px solid var(--color--orange);
}
.strategy .table--one tr.highlight:nth-child(1) {
  border-top: 2px solid var(--color--orange);
}
.strategy .table--one tr.highlight:nth-child(3) {
  border-bottom: 2px solid var(--color--orange);
}

.strategy table tfoot tr {
  border: none !important;   
}

.strategy table tfoot td {
  text-align: left !important;
  padding-left: 30px;
  border: none !important;
}






@media(max-width:768px) {
  .strategy .table--one {
      
  }

  .strategy .table--one thead tr,.strategy .table--one thead td {
      padding: 0;
  }

  .strategy .table--one td,.strategy .table--one th {
      font-size: 10px;
      padding: 0 !important;
  }

  .strategy .table_container {
      overflow-x: scroll;
  }
}

.strategy .table--two thead th {
  background-color: #00848B !important;
  color: #fff !important;
}

.strategy .table--two tr td:nth-child(2) {
  background-color: var(--color--whiteOrange);
}

.strategy .table--two tr:nth-child(3) {
  background-color: var(--color--whiteGreen);
}
.strategy .table--two tr td:nth-child(2),.strategy .table--two thead tr th:nth-child(2) {
  border: 2px solid var(--color--orange);
  border-bottom: 1px solid var(--color--green);
  border-top: 1px solid var(--color--green);
}

.strategy .table--two tbody td {
  border: 1px solid var(--color--green);
  
}

.strategy .table--two thead tr th:nth-child(2) {
  border-top: 2px solid var(--color--orange);
}

.strategy .table--two tbody tr:last-child td:nth-child(2) {
  border-bottom:  2px solid var(--color--orange);
}

.strategy .table--two tbody tr td:first-child {
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--two th {
  padding: 0;
}


/* 자바스크립트 */


.strategy table {
  white-space: nowrap;
}


.strategy button.table_title {
  background-color: var(--color--green);
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  color: white;
  text-align: center;
  display: none;
}

@media(max-width:768px) {
  .strategy button.table_title {
      display: block;
  }
  


}
/* ------------------- */

@media(max-width:768px) {
  .strategy .table--two td,.strategy .table--two th{
      font-size: 10px;
  }

  .strategy .table--three,.strategy .table--three td,.strategy .table--three th {
      font-size: 10px !important;
  }


  .strategy .table--four,.strategy .table--four td,.strategy .table--four th {
      font-size: 10px !important;
  }
}



.strategy .table--three td {
  border: 1px solid var(--color--green);
}
.strategy .table--three thead tr:nth-child(2) th {
  background-color: var(--color--orange) ;
}

.strategy .table--three tbody tr td:first-child,
.strategy .table--three tbody tr:first-child td:nth-child(2)
{
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--three tbody tr:last-child {
  border-bottom: 2px solid var(--color--green);
}

.strategy .table--three tr td:nth-child(2) {
  background: var(--color--whiteOrange);
  border-left: 2px solid var(--color--orange);
  border-right: 2px solid var(--color--orange);
  border-bottom: 1px solid var(--color--orange);
  border-top: 1px solid var(--color--orange);
}

.strategy .table--three tr:last-child td:nth-child(2) {
  border-bottom: 2px solid var(--color--orange)
}


.sub.strategy .strategy_table {
  border: 2px solid #009d99;
  /* border-collapse: collapse; */
}

.sub.strategy .strategy_table strong {
  color: #009d99;
}

.sub.strategy .strategy_table span {
  background-color: #fef5ce;
  
}

.sub.strategy .strategy_table tbody tr,.sub.strategy .strategy_table tbody tr td {
  border: 2px solid #009d99;
}

.sub.strategy .strategy_table thead tr th {
  font-weight: bold;
  font-size: 22px;
}

.sub.strategy .strategy_table tbody tr .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #f18b25;
}

.sub.strategy .strategy_table tbody tr .title + td,.sub.strategy .strategy_table tbody tr:nth-child(2) td:first-child, .sub.strategy .strategy_table tbody tr:nth-child(3) td:first-child  {
  text-align: center;
}

.sub.strategy .strategy_table tbody tr td {
  font-size: 22px;
}

@media(max-width:768px) {
  .sub.strategy .strategy_table thead tr th {
    font-size: 16px;
  } 
  .sub.strategy .strategy_table tbody tr .title {
    font-size: 12px;
  }
  .sub.strategy .strategy_table tbody tr td {
    font-size: 12px;
  }
}

@media(max-width:768px) {
  .strategy .table--three th,.strategy .table--three td {
      padding: 2px;
  }
}


.strategy .table--four thead tr th:first-child {
  background-color: var(--color--green);
}

.strategy .table--four thead tr th {
  background: var(--color--orange);
  border-right: 1px solid #fff;
}

.strategy .table--four tbody tr td:first-child {
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--four tbody td {
  border: 1px solid var(--color--orange);
}

.strategy .table--four tbody tr td:nth-child(2) {
  font-weight: bold;
  border: 2px solid var(--color--orange);
  border-top: none;
  border-bottom: none;
  background: #fdead5;
  border-bottom: 1px solid var(--color--orange);
}

.strategy .table--four tbody tr:last-child  td:nth-child(2){
  border-bottom: 2px solid var(--color--orange);
}

.strategy .table--four tbody tr:last-child td {
  background: var(--color--lightOrange);
}

@media(max-width:768px) { 

  .sub.strategy .tag_txt {
      text-align: center;
  }

  .sub.strategy .tag_txt {
      font-size: 18px;
  }

  .sub.strategy .tag_txt .table_num {
      display: block;
      text-align: center;
  }
}







/* Building  -주택사업자가 알아야 할 건축법*/


.building .content_title em {
  display: block;
  color: var(--color--orange);
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 2px;
}

.building .img.ic {
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.building .title_container .content_title {
  display: inline-block;
}

.building span.highlight {
  background: var(--color--highlight);
}

.building .title_container .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.building .building__table--one {
  border: none;
  font-size: 22px;
}
.building .building__table--one thead th{
  background: var(--color--blue);
  color: #fff;
  border: 1px solid #fff;
}

.building .building__table--one tbody tr td{
  width: 50%;
}

.building .building__table--one tbody td {
  border: 1px solid var(--color--blue);
}

.building strong.content_text {
  font-weight: bold;
}

@media(max-width:768px) {
  .building .title_container .title {
      flex-direction: column;
      align-items: start;
      gap: 0;
  }

  .building .building__table--one thead th {
      padding: 5px;
  }
}


.sub.building .sec .inner_1280 h2.no_element::before {
  content: none;
}




.sub.building .sec:nth-last-child(2) h2 {
  padding: 0;
}

.sub.building .sec:nth-last-child(2) h2::before {
  content: none;
}

.sub.building .sec .inner_1280 strong {
  display: block;
  margin-bottom: 10px;
  color: #3CA1D0;
  text-align: center;
}


.sub.building .sec .inner_1280 ul.box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: max-content;
}

.sub.building .sec .inner_1280 .box.one li:nth-child(2) {
  position: relative;
  top: 50px;
}

.sub.building .sec .inner_1280 ul.box li {
  width: calc(100% / 2 - 20px);
  height: 100%;
}

.sub.building .sec .inner_1280 ul.box li p {
  margin: 10px 0 10px 0;
}


.sub.building .sec .inner_1280 ul.box li:nth-child(2) {
  display: flex;
  justify-content: center;
  height: 50%;
  align-items: center;
  width: 20%;
}

.sub.building .sec .inner_1280 ul.box li:nth-child(2) .img {
  position: relative;
  top: 5%;
  max-width: 50px;
  height: auto;
}

.sub.building .sec .inner_1280 ul.box li:nth-child(2) strong, .sub.building .sec .inner_1280 ul.box li:nth-child(2) p {
  visibility: hidden;
}
 
.sub.building .sec .inner_1280 ul.box li strong {
  text-decoration: underline;
  text-underline-position: under;
}

.sub.building .sec .inner_1280 ul.box li p {
  text-align: center;
  font-weight: bold;
}

.sub.building .sec .inner_1280 .box:last-child {
  display: flex;
  height: 520px;
}

.sub.building .sec .inner_1280 .box:last-child li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;  
  height: 100%;
}

.sub.building .sec .inner_1280 .box:last-child li:nth-child(1) .img , .sub.building .sec .inner_1280 .box:last-child li:nth-child(3) .img {
  position: relative;
  top: -20%;
}

.sub.building .sec .inner_1280 .box:last-child li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sub.building .sec .inner_1280 .detail_container {
  display: block;
  font-size: 22px;
  padding: 20px;
  border:  1px solid #f18b25;
}

.sub.building .sec .inner_1280 .detail_container h3 {
  display: inline-block;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  background: #f18b25;
  color: #fff;
}

.sub.building .sec .inner_1280 .detail_container dl {
  font-size: 22px;
  margin-bottom: 20px;
}

.sub.building .sec .inner_1280 .detail_container dl dt {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  color: #f18b25;  
}

.sub.building .sec .inner_1280 .detail_container dl dd {
  display: inline-block;
}

.sub.building .sec .inner_1280 .detail_container.two dl dt {
  display: block;
}

.sub.building .sec .inner_1280 .detail_container.three dl dt {
  display: inline;
  margin: 0;
}
.sub.building .sec .inner_1280 .detail_container.three dl dd {
  display: inline;
}

@media(max-width:768px) {
  .sub.building .sec .inner_1280 h2.no_element {
    padding: 0;
  }
}



/*Building  Mobile */

@media(max-width:768px){

  .sub.building .sec .inner_1280 ul.box {
    flex-direction: column;
    gap: 20px;
  }

  .sub.building .sec .inner_1280 ul.box li {
    width: 100%;
  }
  .sub.building .sec .inner_1280 ul.box li:nth-child(2) {
    transform: rotate(90deg);
  }

  .sub.building .sec .inner_1280 .detail_container dl{
    font-size: 14px;
  }

  .sub.building .sec .inner_1280 .detail_container.two h3 {
    font-size: 22px;
  }

  .sub.building .sec .inner_1280 .box:last-child {
    display: flex;
    height: 100%;
  }

  .sub.building .sec .inner_1280 .box.one li:nth-child(2) {
    position: relative;
    top: 0;
  }
  .sub.building .sec .inner_1280 .youtube_ic li {
    flex-direction: column;
  }
}



/* Guide01 주택건설 법률 가이드 */

.sub.guide01 .sec .inner_1280 .box {
  border: 2px solid #009d99;
  padding: 30px;
  border-radius: 25px;
}


/* Guide02 부동산 세무가이드 */
.guide02 span.highlight {
  background: var(--color--highlight);
}

.guide02 dl.category {
  font-size: 22px;
}

.guide02 dl.category dt {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  width: fit-content;
  margin-bottom: 5px;
}

.guide02 dl.category dt::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 18px);
  height: 2px;
  background: var(--color--underline--blue);
}

.guide02 dl.category dt figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 30px;
}

.guide02 dl.category dt figure img {
  width: 100%;
}

.guide02 dl.category dd {
  margin-bottom: 4px;
}

.guide02 dl.category dd:last-child {
  margin-bottom: 0;
}

.guide02 dl.category dd strong {
  font-weight: 500;
  font-size: 19px;
  border: 2px solid var(--color--realblue);
  border-radius: 999px;
  padding: 2px 10px;
  color: var(--color--realblue);
}

.guide02 dl.category dd span {
  background-color: var(--color--highlight);
}

@media(max-width:768px) {
  .guide02 dl.category {
      font-size: 19px;
  }   

  .guide02 dl.category dt {
      font-size: 20px;
  }
  .guide02 dl.category dt figure {
      max-width: 30px;
  }

  .guide02 dl.category dd {
      line-height: 32px;
  }
  .guide02 dl.category dt::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 10px);
      height: 2px;
      background: var(--color--underline--blue);
  }
  .guide02 dl.category dd strong {
      font-size: 14px;
      display: block;
      width: fit-content;
      padding: 0px 8px;
      line-height: normal;
      margin-bottom: 8px;
  }
}


.sub.guide02 .sec .inner_1280 .box {
  border: 2px solid #08588D;
  padding: 30px;
}

.sub.guide02 .sec .inner_1280 .box .content_text {
  margin-bottom: 20px;
}

.sub.guide02 .sec .inner_1280 .box .content_text:last-child {
  margin: 0;
}

.sub.guide02 .sec .inner_1280 .box .content_text dt {
  text-align: start;
  word-break: break-all;
  font-weight: bold;
  color: #08588D;
}

.sub.guide02 .sec .inner_1280 .box .content_text dd strong {
  font-weight: bold;
  color: #f18b25;
}




/* Q&A 주택사업 Q&A */

.qna .answer span {
  color: var(--color--orange);
}

.qna dl.answer_dl dd {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
}

.qna .details  dl {
  display: flex;
  gap: 14px;
}

.qna .details  dl:nth-child(2) {
  flex-direction: column;
  gap: 6px;
}

.qna .details  dl:nth-child(2) dt {
  width: fit-content;
}

.qna .details  dl:nth-child(2) dd { 
  padding-left: 20px;
}

.qna .details  dl dt {
  background: var(--color--highlight);
}

.qna .details.blue_box dl {
  display: block;
}

.qna .details.blue_box dl dt {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 14px;
}
.qna .details.blue_box dl dd {
  display: inline-block;
}

.qna .details.blue_box dl dd.box {
  display: block;
  width: fit-content;
  background-color: transparent;
}

.qna .details.blue_box dl dd {
  padding: 0;
}


.qna .details.blue_box dl dd span.blue {
  font-weight: 500;
  font-size: 19px;
  border: 2px solid var(--color--realblue);
  border-radius: 999px;
  padding: 2px 10px;
  color: var(--color--realblue);
}

.qna .tag_txt {
  color: var(--color--green);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.qna .qna_table table {
  text-align: left;
}

.qna .qna_table table thead tr th {
  text-align: center;
  border: 1px solid #fff;
  background-color: var(--color--green);
  color: #fff;
  width: calc(100% / 3);
}

.qna .qna_table table tbody td {
  padding-left: 20px;
}




@media(max-width:768px) {
  .qna .qna_table table th {
      padding: 5px;
  }

  .qna .qna_table table tbody td {
      padding: 5px;
  }


  .qna {
      word-break: break-all;
  }

  .qna .details.blue_box dl dd {
      margin-bottom: 6px;
      display: inline-block;
  }

  .qna .details.blue_box dl dd :last-child {
      margin-bottom: 0;
  }

  .qna .details.blue_box dl dd span.blue {
      font-size: 14px;
      display: inline-block;
      width: fit-content;
      padding: 0px 8px;
      line-height: normal;
      margin-bottom: 8px;
  }
  
  .qna dl.answer_dl dd {
      font-size: 19px;
  }

  .qna .details  dl {
      display: flex;
      flex-direction: column;
      gap: 2px;
  }

  .qna .details  dl dt {
      width: fit-content;
  }

  .qna .details  dl dd {
      padding-left: 20px;
  }
}


.sub.qna .sec .inner_1280 .box .content_text {
  padding: 20px;
  line-height: 1.6;
}

.sub.qna .sec .inner_1280 .box .content_text dt {
  font-weight: bold;
  margin-bottom: 20px;
} 

.sub.qna .sec .inner_1280 .box .content_text dd {
  margin-bottom: 10px;
}

.sub.qna .sec .inner_1280 .box .content_text dd:last-child {
  margin: 0;
}


/* Graphic 인포그래픽 뉴스 */

.graphic .graphic_img_list {
  display: flex;
  gap: 24px;
}

.graphic .graphic_img_list li:first-child,.graphic .graphic_img_list li:last-child {
  width: calc(35%);
  position: relative;
}


.graphic .graphic_img_list li {
  position: relative;
}

.graphic .graphic_img_list li:nth-child(2) .img::before,.graphic .graphic_img_list li:last-child .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100%);
  width: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 25px;
}

.graphic .graphic_img_list li:first-child .img::before {
  height: calc(92.6%);
}

.graphic_img_list li .img img {
  position: relative;
  z-index: 1;
}

.graphic .graphic_img_list li:nth-child(2) {
  display: flex;
  align-items: center;
}

.graphic .row.full-img {
  width: 100%;
  overflow-x: scroll;
}

.graphic .row.full-img .img {
  width: 500%;
}

.graphic .row.full-img .img img {
  width: fit-content;
}



@media(max-width:768px) {

  .graphic .graphic_img_list li:first-child .img::before {
      height: calc(100%);
  }
  .graphic .graphic_img_list {
      flex-direction: column;
      gap: 40px;
  }

  .graphic .graphic_img_list li:first-child,.graphic .graphic_img_list li:last-child {
      width: calc(100%);
  }

  .graphic .graphic_img_list li:nth-child(2) {
      width: 100%;
  }
}


.sub.graphic .sec .inner_1280 {
  text-align: center;
}

.sub.graphic .sec:nth-child(2) .inner_1280 h2 {
  padding: 0;
  margin-bottom: 32px;
  border: none;
}

.sub.graphic .sec .inner_1280 h2 strong {
  display: inline-block;
  width: 40px;
  height: calc(100% + 20px);
  background: #5A76BA;
  color: #fff;
  border-radius: 20px 20px 0 0;
  margin-right: 10px;
}

.sub.graphic .sec .inner_1280 h2 span {
  color: #5A76BA;
}

.sub.graphic .sec .inner_1280 .tag_txt.graphic_title {
  text-align:center; 
  color: #fff;
  background:#857E85;
}

.sub.graphic .sec .inner_1280 span.mobile {
  display: none !important;
}

@media(max-width:768px) {

  .sub.graphic .sec .inner_1280 span.mobile {
    display: inline !important;
  }

  .sub.graphic .sec .inner_1280 {
    
  }

  .sub.graphic .sec .inner_1280 h2 {
    display: block;
    text-align: start;
  }

  .sub.graphic .sec .inner_1280 h2.contnet_title {
    position: relative;
    display: block;
    padding-left: 40px;
    
  }

  .sub.graphic .sec .inner_1280 h2 strong {
    bottom: 0;
    left: 0;
    height: 40px;
    text-align: center;
    margin-right: 0;
  }
}

/* 11월호에 해당 */
.sub.graphic .sec .inner_1280 .november .col-5.november-1  {
  max-width: 200px;
  margin: auto;
  margin-bottom: 20px;
}

.sub.graphic .sec .inner_1280 .november .col-5.november-2 {
  max-width: 280px;
  margin: auto;
}


/* Future 주택경기 전망(4분기) */

.sub.future .sec .inner_1280 dl.content_text dt {
  display: inline-block;
  background: #EDE0DC;
  color: #666;
  width: 10%;
  padding: 5px 0;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 16px;
}

.sub.future .sec .inner_1280 dl.content_text dd {
  display: inline-block;
  font-weight: bold;
}

.sub.future .sec .inner_1280 dl.content_text dd span {
  font-weight: normal;
}

.sub.future .sec .inner_1280 ul li .width {
  width: 65%;
  margin: 0 auto;
}

.sub.future .con_title small {
  color: #121212;
  float: right;
  padding-right: 20px;
}

.sub.future .sec .inner_1280 .sec1 em {
  color: #009d99;
  padding: 15px 40px;
  border: 2px solid #009d99;
  border-radius: 999px;
  font-weight: bold;
  display: block;
  margin: auto;
  width: fit-content;
  box-shadow: 8px 5px 0 #009d99;
  margin-bottom: 60px;
}

@media(max-width:768px) {
  .sub.future .sec .inner_1280 dl.content_text {
    margin-bottom: 20px;
  }
  .sub.future .sec .inner_1280 dl.content_text dt {
    margin: 0;
    width: 30%;
    margin-bottom: 4px;
  }
  .sub.future .sec .inner_1280 dl.content_text dd {
    display: block;
  }

  .sub.future .sec .inner_1280 ul li .width {
    width: 100%;
    margin: 0 auto;
  }

  .sub.future .con_title small {
    display: block;
    text-align: center;
    width: fit-content;
    padding: 10px;
    color: #121212;
    margin: auto;
    float: none;
  }

  .sub.future .sec .inner_1280 .sec1 em {
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .sub.future .sec .inner_1280 .sec1.m_margin {
    margin-bottom: 2.5rem;
  }
  .sub.future .sec .inner_1280. .size-change .img img {
    width: 230px !important;
  }

}


/* 놓치지 말아야 할 법과 제도 */

.law sup {
  font-weight: bold;
  color: var(--color--brown);
}

.law strong.important_title {
  display: inline-block;
  background: var(--color--brown);
  color: #fff;
  padding: 2px 8px;
}




/* Travel  fun한 여행 */

.travel .font-change2 {
  font-family: "Gowun Batang", serif;
  font-weight: 500;
  font-style: normal;
}

.travel .sec.sec_headline .font-change2 {
  font-weight: bold;
  color: var(--color--realblue);
}

.travel .sec.sec_headline h2 {
  color: var(--color--realblue);
}

.travel .font-change2.weight {
  font-size: 19px;   
}

@media(max-width:768px) {
  .travel .font-change2.weight {
      font-size: 17px;   
  }   
}

.sub.travel .sec.head_img .inner_1280 .img {
  height: 800px;
  width: auto;
}

.sub.travel .sec.head_img .inner_1280 .img img {
  height: 100%;
  object-fit: cover;
}

.sub.travel .sec .img.height {
  height: 600px;
}

.sub.travel .sec .img.height img {
  height: 100%;
  object-fit: cover;
}

.sub.travel .sec .font-change {
  font-family: "East Sea Dokdo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

@media(max-width:768px) {

  .sub.travel .sec .font-change {
    font-family: "East Sea Dokdo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
  }

  .sub.travel .sec.head_img .inner_1280 .img {
    height: 300px;
    width: auto;
  }

  .sub.travel .sec .inner_1280 .row.reverse li.col-3 {
    order:2;
    margin-bottom: 0;
  }
  .sub.travel .sec .inner_1280 .row.reverse li.col-7 {
    margin-bottom: 40px;
  }
  .sub.travel .sec .inner_1280 .row.reverse:nth-child(2) li.col-7 {
    margin-bottom: 0;
  }
  .sub.travel .sec:nth-last-child(2) .inner_1280 .row li.col-7 {
    margin-bottom: 0;
  }
}


/* Taste fun한 맛 */


.taste .font-change2 {
  font-family: "Gowun Batang", serif;
  font-weight: 600;
  font-style: normal;
}

.taste .taste-grid h2 span {
  color: #526f35;
}

.sub.taste .bullet > li::before {
  background-color: #526f35 !important;
}


.sub.taste .sec .inner_1000 .weight {
  border: none;
  width: 100%;
  height: 2px;
  background-color: #121212;
}

.sub.taste .sec .inner_1000 .img.logo {
  max-width: 150px;
  height: auto;
  padding-bottom: 20px;
}


/* 해외탐방 */

.visit .sec_visual {
  background: url('../../images/contents/sub_visit.jpg') no-repeat center/cover;
}

@media(max-width:768px) {
  .visit .row.reverse  li:first-child {
      order: 2;
      margin-bottom: 0;
  }
  
  .visit .row.reverse  li:last-child {
      margin-bottom: 2.5rem;
  }
}


/* Overseas 해외주택시장 탐방 */


.sub.overseas .news_wrap .fs_lg  {
  background-color: #453c78 !important;
}

.sub.overseas .sec .inner_1280 .img.head {
  height: 800px;
  width: auto;
}

.sub.overseas .sec .inner_1280 .img.head img {
  height: 100%;
  object-fit: cover;
}

.sub.overseas .sec .inner_1280 ul.row li.col-3.height .img {
  height: 500px;
  width: auto;
}

.sub.overseas .sec .inner_1280 ul.row li.col-3.height .img img {
  height: 100%;
  object-fit:cover;
}

@media(max-width:768px) {
  .sub.overseas .sec .inner_1280 ul.row li.col-3.height .img {
    height: 300px;
  } 
  .sub.overseas .sec .inner_1280 ul.row li.col-3.height .img img {
    object-position: 50%;
  }
}



/* 지상중계 */

@media screen and (min-width:769px){
  .sub.future .row > .col-5{width:calc(50% - 32px);}
}
  .sec.future .future-title {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      color: #233686;
      padding-left: 80px;
  }

  .sec.future .future-title::before {
      content: '';
      position: absolute;
      width: 62px;
      height: 62px;
      
      top: 50%;
      left: -1%;
      transform: translateY(-50%);
  }

  .sec.future .future-title.one::before {
      background: url('../../images/contents/con_future_icon01.png') no-repeat center/cover;
  }

  .sec.future .future-title.two::before {
      background: url('../../images/contents/con_future_icon02.png') no-repeat center/cover;
  }

  .sec.future .future-title-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 2px solid var(--color--blue);
      border-radius: 999px;
      padding: 2px 20px;
      padding-left: 0;
  }

  .sec.future .future-title-container strong {
      font-size: 18px;
      background-color: transparent;
      color: var(--color--blue);
      padding: 10px 20px;
      border-top-left-radius: 999px;
      border-bottom-left-radius: 999px;
  }

  .sec.future .future-img {
      border: 2px solid #e7cfc8;
      border-radius: 50px;
      padding: 40px;
  }

.sec.future .future-img p,.sec.future .content-text {
  color: #bc3832;
  font-size: 22px;
  font-weight: bold;
}
.sec.future .future-table {
  font-size: 20px;
  text-align: start;
}

.sec.future .future-table tr td:first-child {
  text-align: center;
  background-color: #FBF0E4;
}

.sec.future .future-table td {
  padding: 20px;
}

.sec.future strong {
  font-weight: 400;
}

.sec.future .future-table td strong {
  font-weight: bold;
  color: #bc3832;
}

.future .content_title.box {
  display: inline-block;
  width: fit-content;
  background: var(--color--rightbrown);
  color: #fff;
  padding: 2px 20px;
  border-radius: 999px;
}

.future .sec_headline h4.blue_box {
  background: var(--color--gradientblue--right);
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 1rem;
} 
.future dl {
  font-size: 22px;
}

.future dl dt {
  font-weight: bold;
} 

.future dl dd span {
  display: inline-block;
  width: fit-content;
  color: var(--color--realblue);
  background: var(--color--highlight);
  font-weight: 500;
  line-height: 22px;
}


.future .future_table {
  width: 100%;
  font-size: 19px;
  border: none;
}

.future .future_table td {
  border: 1.5px solid var(--color--realblue);
}

.future .future_table thead th {
  background: var(--color--gradientblue--bottom);
  color: #fff;
  border: 1px solid #fff;
}

.future .future_table tbody .yellow {
  background-color: var(--color--lightOrange);
}

.future .future_table.two .blue, .future .future_table.three .blue {
  background: var(--color--rightblue);
  color: var(--color--realblue);
  border: 1.5px solid var(--color--realblue);
}

.future .future_table.two thead th {
  border: 1px solid var(--color--realblue);
}

.future .future_table.two .gradientblue, .future .future_table.three .gradientblue {
  background: var(--color--gradientblue--bottom);
  color: #fff;
  border: none;
}

.future .future_table.three .gradientblue {
  border: 1.5px solid #fff;
  font-weight: bold;
}


.future .future_table.three td.yellow:last-child {
  font-weight: bold;
  color: var(--color--realblue);
}




@media (max-width:768px) {

  .future .table_container {
      overflow-x: scroll;
  }

  .future .future_table {
      width: 100vw;
      font-size: 19px;
      border: none;
      white-space: nowrap;
  }
  .future .future_table thead th {
      padding: 5px;
  }

  .future dl {
      font-size: 19px;
  }

  .sec.future .future-title::before {
      width: 45px;
      height: 45px;
  }

  .sec.future .future-title-container {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: none;
      padding: 0;
  }

  .sec.future .future-title-container h3 {
      font-size: 22px;
      border: 2px solid var(--color--blue);
      border-radius: 999px;
      padding: 2px 15px;
      width: 100%;
      text-align: center;
      padding-left: 40px;
  }

  .sec.future .future-title-container strong {
      padding: 0;
      font-size: 16px;
  }

  .sec.future .future-title {
      font-size: 20px;
      height: 100%;
      word-break: keep-all;
  }
}



/* Now01  협회는 지금1*/

.now01 .content_container.grid .grid_container {
  display: grid;
  text-align: justify;
  grid-column-gap: 32px;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: 'a b'
                       'a c';
}

.now01 .content_container.grid .grid_container.contain {
  display: grid;
  text-align: justify;
  grid-column-gap: 32px;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: 'a d'
                       'a b'
                       'a c';
}

.now01 .content_container.grid .grid_container.contain .group {
  display: inline-flex;
  margin-bottom: 16px;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.now01 .content_container.grid .grid_container.contain h2 {
  font-size: 32px;
  line-height: 1.2;
}

.now01 .content_container.grid .grid_container.contain p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1px;
  word-break: break-all;
  line-height: normal;
}


.now01 .content_container.grid .grid_container h2 {
  margin-bottom: 3.5rem;
}

.now01 .content_container .content_text {
  text-align: justify !important;
  word-break: break-all;
}


@media(max-width:768px) {

  .now01 .content_container.grid .grid_container.contain .group {
      padding: 4px 32px;
  }
  .now01 .content_container.grid .grid_container h2 {
      text-align: center;
      margin-bottom: 30px;
  }
  .now01 .content_container.grid .grid_container {
      grid-template-columns: repeat(1,1fr);
      grid-template-areas: 'b'
                           'a'
                           'c';
  }
  .now01 .content_container.grid .grid_container .grid-a {
      margin-bottom: 32px;
  }

  .now01 .content_container.grid .grid_container.contain {        
      grid-template-columns: repeat(1,1fr);
      grid-template-areas: 'd'
                           'b'
                           'a'
                           'c';
  }

  .now01 .content_container.grid .grid_container.contain .group {
      margin: 0 auto;
      margin-bottom: 16px;
  }

  

}

.now01 .grid_container .grid-a {
  grid-area: a;
}

.now01 .grid_container .grid-b {
  grid-area: b;
}

.now01 .grid_container .grid-c {
  grid-area: c;
}

.now01 .content_container.grid .grid > li {
  width: fit-content;
}

.now01 .content_container.grid .grid_container .content_text {
  text-align: justify !important;
}





.now01 h3 {
  font-weight: 400;
}

.now01 .content_title {
  margin-bottom: 5rem;
}

.now01 .content_title p.group {
  padding: 2px 32px;
}

.sub.now01 .row-auto.margin li {
  margin-bottom: 0;
}

@media(max-width:768px) {
.now01 .content_title {
  margin-bottom: 30px;
}   
}





.now01 .now01_table {
  border: none;
}

.now01 .now01_table th {
  border-top: 2px solid var(--color--purple);
  border-bottom: 2px solid var(--color--purple);
}

.now01 .now01_table th:first-child {
  border-right: 1px solid var(--color--purple);
}

.now01 .now01_table tbody td:first-child {
  font-weight: bold;
}

.now01 .now01_table td:first-child {
  border-right: 1px solid #121212;
}

.now01 .now01_table td {
  border: 1px solid #121212;
}

.now01 .now01_table tfoot td {
  background-color: var(--color--rightpurple);
}

.now01 .now01_table tfoot td:first-child {
  font-weight: bold;
}

.now01 .now01_table td {
  border-left: none;
  border-right: none;
}

.now01 .now01_table.two td {
  border: 1px solid #121212;
}

.now01 .now01_table.two th {
  border-right: 1px solid var(--color--purple);
}

.now01 .now01_table.two th:last-child {
  border-right: none;
}

.now01 .now01_table.two tr:last-child {
  border-bottom: 2px solid #121212;
}

.now01 .now01_table.two td:first-child {
  border-left: none;
}

.now01 .now01_table.two td:last-child {
  border-right: none;
}

.now01 .now01_table.two {
  background-color: #fff;
  white-space: nowrap;
}

.now01 .table_container {
  padding: 10px;
  background-color: var(--color--rightpurple);
}



.now01 .box {
  width: 50%;
}


@media(max-width:768px) {
  .now01 .box {
      width: 100%;
  }

  .now01 .now01_table.two th,.now01 .now01_table.two td {
      padding: 5px;
  }    

  .now01 .table_container {
      overflow-x: scroll;
  }
}

.sub.now01 .sec .box {
  margin-bottom: 30px;
}



.sub.now01 .sec .box dl.content_text dt {
  padding-left: 40px;
  background-color: #6a3f95;
  color: #fff;
  margin: 0;
}

.sub.now01 .sec .box dl.content_text dd {
  padding: 20px 0;
  padding-left: 40px;
  background-color: #f6f6f6;
}

.sub.now01 .sec .box dl.content_text dd span {
  color: #6a3f6a;
  font-weight: bold;
}

@media(max-width:768px) {
  .sub.now01 .sec .box dl.content_text dt {
    padding: 15px;
  }
  .sub.now01 .sec .box dl.content_text dd {
    padding: 15px;
  }
}


/* 회원사 소식 */


.news table tr, .news table td, .news table th {
  border: 1px solid #ddd;
}



/* review 독자후기*/

@media(max-width:768px){
  .sub.review .qr_code {
    display: block;
    width: 200px;
    margin: auto;
  }
}




figure {
  display: block;
  margin: 0;
  width:100%;
  height: auto;
}

figure img {
  border-radius: 20px;
  width: 100%;
}

figure figcaption {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  color: #666;
}

table td,table th {
  border: 1px solid #ddd
}


.mbr3 {
  display: none !important;
}

@media(max-width:768px) {
  .mbr3 {
      display: inline !important;
  }
  figure figcaption {
      font-size: 17px;
  }
}

/* 알쓸용어사전 */

.sub.info .sec_headline h2 {
  color: #00848B;
}

.sub.info .tag_txt {
  font-weight: 600;
}

.sub.info .bullet>li::before {
  position: absolute;
  display: block;
}

.sub.info .bullet>li {
  position: relative;
}

.sub.info .bullet>li h3 {
  font-size: 19px;
  font-weight: 600;
  color: #E17700;
}

.sub.info .bullet.type1>li::before {
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 2px solid #00848B;
  border-radius: 50%;
}

.sub.info .bullet.type1>li {
  padding-left: 16px;
}

.sub.info .bullet.type2>li::before {
  content: attr(data-before);
  left: 0;
  top: 0;
  font-size: 19px;
}

.sub.info .bullet.type2>li {
  padding-left: 12px;
}

.sub.info .bullet b {
  font-weight: 700;
}

.sub.info .content_text.annot {
  font-size: 20px;
  color: #ec6519;
}

.sub.info h3 img.chk {
  width: 19px;
  margin-top: 7px;
  margin-right: var(--space--xsm);
  line-height: 1.6;
}

.sub.info h3 span {
  font-weight: 400;
}

.sub.info .bc {
  display: inline-block;
  padding: 0 8px;
  border: 2px solid #009d99;
  border-radius: 20px;
  color: #009d99;
  font-weight: 500;
}

.sub.info table tr * {
  padding: var(--space--sm);
}

.sub.info table th {
  background: #feeabf;
  border: 1px solid #ddd;
}

.sub.info table tr:not(:last-child) td:first-child {
  color: #00848B;
  font-weight: 500;
}

@media screen and (min-width:789px) {
  .sub.info .bullet.type1>li::before {
      top: 12px;
  }
}

@media screen and (max-width:768px) {
  .sub.info h3 img.chk {
      width: 16px;
  }

  .sub.info .content_text.annot {
      font-size: 17px;
  }

  .sub.info table .bullet>li,
  .sub.info table .bullet>li::before {
      font-size: 15px;
  }
}

.business_title {
  padding: 1rem;
  border-radius: 10px 10px 0px 0px;
  background-color: #e1dfef;
  color: #6961a9;
  border-bottom: 2px solid #6961a9;
}

.business-title {
  display: flex;
  flex-direction: column;
}

.business-title .img {
  width: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}

.business-title h3 {
  position: relative;
  width: fit-content;
  font-size: 22px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #0059a2;
  box-shadow: -10px -10px 0px #009d9a;
  color: #fff;
}

/* 11월호 */

.business-title .container  {
  margin-left: 120px;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 18px;
  border: 1px solid #E9C2B1;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 20px;
}

.business-title .container span {
  color: #D06B63;
}

.mbr2 {
  display: none;
}

.business-title .container p b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:50px;
}

@media(max-width: 482px) {
  .business-title .img {
  width: 100px;
  position: absolute;
  z-index: 1;
  
}

.mbr2 {
  display: block;
}
}

.pbr2 {
display: inline-block;
}

.mbr3 {
display: none;
}

@media(max-width:768px) {

.business-title {
      overflow: hidden;
  }

.business-title h3::after {		
  width: 200px;
}
.business-title b {
  padding: 0;
  font-size: 20px;
}
.business-title h3 {
  text-align: start;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.mbr3 {
display: inline-block;
}

.pbr2 {
display: none !important;
}
.business-title .content_text.mt_md {
  margin-left: 0;
}

.business-title .img {
  width: 60px;
  height: 60px;
}
.business-title b {
  font-size: 22px;
}
.business-title small {
  font-size: 17px;
  
}
.business-title .container {
  margin-left: 0;
  font-size: 18px;
  gap: 20px;
}

.business-title .container p b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
  padding: 0;
}

.business-title .container p {
  word-break: keep-all;
  text-align: center;
}
}

@media (max-width:423px) {
.business-title .container {
  margin-left: 0;
  font-size: 12px;
  gap: 20px;
  }
.business-title b {
  font-size: 19px;
  }
}

/* 12월호 */

.info .december_title {
  color: #888;
  font-weight: bold;
}

.info .december_title span {
  display: inline-block;
  transform: scale(1.2);
  color: #bf177f;
  padding-right: 2px;
}


.info .business-title.none h3 {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  color: #bf177f;
  box-shadow: none;
  padding: 0;
  font-size: 48px;
  text-align: center;
}



.info .business-title.none h3 span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  
}

.info .business-title.none h3 span::before {
  content: '';
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #bf177f;
  border-radius: 100%;
}


@media(max-width:768px){ 
  .info .business-title h3 {
      margin-left: 8px;
      margin-top: 8px;
  }

  .info .december_title {
      margin-top: 20px;
  }

  .info .business-title.none {
      overflow: visible;
  }

  .info .business-title.none h3 {
      font-size: 32px;   url(../../images/contents/sub_issue.jpg)
  }

  .info .business-title.none h3 span::before {
      content: '';
      position: absolute;
      top: -5%;
      left: 50%;
      transform: translateX(-50%);
      width: 6px;
      height: 6px;
      background-color: #bf177f;
      border-radius: 100%;
  }
  
}


/* 주택사업정보 */

.info.business .content_title span.content_text.sub_title {
  color: #00848B;
}
          /* 표 */
.info.business .business__table--one {
  border: none;
  font-size: 17px;
  text-align: start;
}
.info.business .business__table--one tr {
  border: none;
  border-bottom: 1px solid #E17700;
}
.info.business .business__table--one tr.last-line {
  border-bottom: 2px solid #E17700;
}
.info.business .business__table--one tr td {
  border-right: 1px solid #E17700;
}
.info.business .business__table--one tr td.last {
  border: none;
}
.info.business .business__table--one td {
  border: none;
}

.info.business .business__table--one thead th {
  background-color: var(--color--orange);
  color: #fff;
}
.info.business .business__table--one tr td:first-child {
  font-weight: 400 !important;
  color: #121212 !important;
}

.info.business .business__table--one tr td:nth-child(2) {
  font-weight: 500;
}

.info.business .bc {
  margin-right: 8px;
}
@media(max-width:768px) {
  .info.business .bc {
      margin-right: 0;
  }
  .info.business .business__table--one {
      
  }
  .info.business .business__table--one tr td {
      padding: 8px;
      font-size: 12px;
  }   
}

.info.business .fontblack {
  color: #121212 !important;
}



/* 주택사업전략 */

.sub.strategy h2.content_title {
  color: #009d99;
  border-left: 7px solid #009d99;
  padding-left: 16px;
}
.sub.strategy .tag_txt {
  color: #009d99;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}


.sub.strategy table th {
  padding: var(--space--sm);
  color: #fff;
  border: 1px solid #ddd;
  font-weight: 500;
  word-break: keep-all;
  background: #009d99;
  text-align: center;
}

.sub.strategy .box {
  border: 1px dotted #008ba7;
  padding: var(--space--sm);
}
.sub.strategy .dict {
  padding: var(--space--md);
  background: #f7fbfb;
}
.sub.strategy .dict p:not(:last-child) {
  color: #555;
  margin-bottom: var(--space--sm);
}
.sub.strategy .dict .bc {
  border: 2px solid #009d99;
  border-radius: 20px;
  padding: 2px 16px;
  background: #fff;
  color: #009d99;
}




/* 주택사업전략 */

.strategy table {
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}



.strategy .table--one thead {
  border-bottom: 1px solid;
}

.strategy .table--one thead tr:first-child th {
  border: 1px solid #fff;
}

.strategy .table--one thead th {
  border: 1px solid #00848B;
}

.strategy .table--one tr, .strategy .table--one td {
  text-align: center;
  border: 1px solid #00848B;
}

.strategy .table--one thead tr:last-child th {
  background-color: transparent;
  color: #121212;
}


.strategy .table--one .greenbg {
  background-color: #edf4f4;
}

.strategy .table--one tbody tr td:first-child {
  color: #00848B;
  font-weight: bold;
}

.strategy .table--one tr.highlight {
  background: #fef8f0;
}
.strategy .table--one tr.highlight {
  border-left: 2px solid var(--color--orange);
  border-right: 2px solid var(--color--orange);
}
.strategy .table--one tr.highlight:nth-child(1) {
  border-top: 2px solid var(--color--orange);
}
.strategy .table--one tr.highlight:nth-child(3) {
  border-bottom: 2px solid var(--color--orange);
}

.strategy table tfoot tr {
  border: none !important;   
}

.strategy table tfoot td {
  text-align: left !important;
  padding-left: 30px;
  border: none !important;
}






@media(max-width:768px) {
  .strategy .table--one {
      
  }

  .strategy .table--one thead tr,.strategy .table--one thead td {
      padding: 0;
  }

  .strategy .table--one td,.strategy .table--one th {
      font-size: 10px;
      padding: 0 !important;
  }

  .strategy .table_container {
      overflow-x: scroll;
  }
}

.strategy .table--two thead th {
  background-color: #00848B !important;
  color: #fff !important;
}

.strategy .table--two tr td:nth-child(2) {
  background-color: var(--color--whiteOrange);
}

.strategy .table--two tr:nth-child(3) {
  background-color: var(--color--whiteGreen);
}
.strategy .table--two tr td:nth-child(2),.strategy .table--two thead tr th:nth-child(2) {
  border: 2px solid var(--color--orange);
  border-bottom: 1px solid var(--color--green);
  border-top: 1px solid var(--color--green);
}

.strategy .table--two tbody td {
  border: 1px solid var(--color--green);
  
}

.strategy .table--two thead tr th:nth-child(2) {
  border-top: 2px solid var(--color--orange);
}

.strategy .table--two tbody tr:last-child td:nth-child(2) {
  border-bottom:  2px solid var(--color--orange);
}

.strategy .table--two tbody tr td:first-child {
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--two th {
  padding: 0;
}


/* 자바스크립트 */


.strategy table {
  white-space: nowrap;
}


.strategy button.table_title {
  background-color: var(--color--green);
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  color: white;
  text-align: center;
  display: none;
}

@media(max-width:768px) {
  .strategy button.table_title {
      display: block;
  }
  


}
/* ------------------- */

@media(max-width:768px) {
  .strategy .table--two td,.strategy .table--two th{
      font-size: 10px;
  }

  .strategy .table--three,.strategy .table--three td,.strategy .table--three th {
      font-size: 10px !important;
  }


  .strategy .table--four,.strategy .table--four td,.strategy .table--four th {
      font-size: 10px !important;
  }
}



.strategy .table--three td {
  border: 1px solid var(--color--green);
}
.strategy .table--three thead tr:nth-child(2) th {
  background-color: var(--color--orange) ;
}

.strategy .table--three tbody tr td:first-child,
.strategy .table--three tbody tr:first-child td:nth-child(2)
{
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--three tbody tr:last-child {
  border-bottom: 2px solid var(--color--green);
}

.strategy .table--three tr td:nth-child(2) {
  background: var(--color--whiteOrange);
  border-left: 2px solid var(--color--orange);
  border-right: 2px solid var(--color--orange);
  border-bottom: 1px solid var(--color--orange);
  border-top: 1px solid var(--color--orange);
}

.strategy .table--three tr:last-child td:nth-child(2) {
  border-bottom: 2px solid var(--color--orange)
}

@media(max-width:768px) {
  .strategy .table--three th,.strategy .table--three td {
      padding: 2px;
  }
}


.strategy .table--four thead tr th:first-child {
  background-color: var(--color--green);
}

.strategy .table--four thead tr th {
  background: var(--color--orange);
  border-right: 1px solid #fff;
}

.strategy .table--four tbody tr td:first-child {
  color: var(--color--green);
  font-weight: bold;
}

.strategy .table--four tbody td {
  border: 1px solid var(--color--orange);
}

.strategy .table--four tbody tr td:nth-child(2) {
  font-weight: bold;
  border: 2px solid var(--color--orange);
  border-top: none;
  border-bottom: none;
  background: #fdead5;
  border-bottom: 1px solid var(--color--orange);
}

.strategy .table--four tbody tr:last-child  td:nth-child(2){
  border-bottom: 2px solid var(--color--orange);
}

.strategy .table--four tbody tr:last-child td {
  background: var(--color--lightOrange);
}

@media(max-width:768px) { 

  .sub.strategy .tag_txt {
      text-align: center;
  }

  .sub.strategy .tag_txt {
      font-size: 18px;
  }

  .sub.strategy .tag_txt .table_num {
      display: block;
      text-align: center;
  }
}


/* 주택사업자가 알아야 할 건축법 */

.building .content_title em {
  display: block;
  color: var(--color--orange);
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 2px;
}

.building .img.ic {
  display: inline-block;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.building .title_container .content_title {
  display: inline-block;
}

.building span.highlight {
  background: var(--color--highlight);
}

.building .title_container .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.building .building__table--one {
  border: none;
  font-size: 22px;
}
.building .building__table--one thead th{
  background: var(--color--blue);
  color: #fff;
  border: 1px solid #fff;
}

.building .building__table--one tbody tr td{
  width: 50%;
}

.building .building__table--one tbody td {
  border: 1px solid var(--color--blue);
}

.building strong.content_text {
  font-weight: bold;
}

@media(max-width:768px) {
  .building .title_container .title {
      flex-direction: column;
      align-items: start;
      gap: 0;
  }

  .building .building__table--one thead th {
      padding: 5px;
  }
}

/* 부동산 세무가이드 */

.guide02 span.highlight {
  background: var(--color--highlight);
}

.guide02 dl.category {
  font-size: 22px;
}

.guide02 dl.category dt {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  width: fit-content;
  margin-bottom: 5px;
}

.guide02 dl.category dt::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 18px);
  height: 2px;
  background: var(--color--underline--blue);
}

.guide02 dl.category dt figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 30px;
}

.guide02 dl.category dt figure img {
  width: 100%;
}

.guide02 dl.category dd {
  margin-bottom: 4px;
}

.guide02 dl.category dd:last-child {
  margin-bottom: 0;
}

.guide02 dl.category dd strong {
  font-weight: 500;
  font-size: 19px;
  border: 2px solid var(--color--realblue);
  border-radius: 999px;
  padding: 2px 10px;
  color: var(--color--realblue);
}

.guide02 dl.category dd span {
  background-color: var(--color--highlight);
}

@media(max-width:768px) {
  .guide02 dl.category {
      font-size: 19px;
  }   

  .guide02 dl.category dt {
      font-size: 20px;
  }
  .guide02 dl.category dt figure {
      max-width: 30px;
  }

  .guide02 dl.category dd {
      line-height: 32px;
  }
  .guide02 dl.category dt::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 10px);
      height: 2px;
      background: var(--color--underline--blue);
  }
  .guide02 dl.category dd strong {
      font-size: 14px;
      display: block;
      width: fit-content;
      padding: 0px 8px;
      line-height: normal;
      margin-bottom: 8px;
  }
}



/* 주택사업 Q&A */

.qna .answer span {
  color: var(--color--orange);
}

.qna dl.answer_dl dd {
  font-size: 22px;
  font-weight: 400;
  color: #121212;
}

.qna .details  dl {
  display: flex;
  gap: 14px;
}

.qna .details  dl:nth-child(2) {
  flex-direction: column;
  gap: 6px;
}

.qna .details  dl:nth-child(2) dt {
  width: fit-content;
}

.qna .details  dl:nth-child(2) dd { 
  padding-left: 20px;
}

.qna .details  dl dt {
  background: var(--color--highlight);
}

.qna .details.blue_box dl {
  display: block;
}

.qna .details.blue_box dl dt {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 14px;
}
.qna .details.blue_box dl dd {
  display: inline-block;
}

.qna .details.blue_box dl dd.box {
  display: block;
  width: fit-content;
  background-color: transparent;
}

.qna .details.blue_box dl dd {
  padding: 0;
}


.qna .details.blue_box dl dd span.blue {
  font-weight: 500;
  font-size: 19px;
  border: 2px solid var(--color--realblue);
  border-radius: 999px;
  padding: 2px 10px;
  color: var(--color--realblue);
}

.qna .tag_txt {
  color: var(--color--green);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.qna .qna_table table {
  text-align: left;
}

.qna .qna_table table thead tr th {
  text-align: center;
  border: 1px solid #fff;
  background-color: var(--color--green);
  color: #fff;
  width: calc(100% / 3);
}

.qna .qna_table table tbody td {
  padding-left: 20px;
}




@media(max-width:768px) {
  .qna .qna_table table th {
      padding: 5px;
  }

  .qna .qna_table table tbody td {
      padding: 5px;
  }


  .qna {
      word-break: break-all;
  }

  .qna .details.blue_box dl dd {
      margin-bottom: 6px;
      display: inline-block;
  }

  .qna .details.blue_box dl dd :last-child {
      margin-bottom: 0;
  }

  .qna .details.blue_box dl dd span.blue {
      font-size: 14px;
      display: inline-block;
      width: fit-content;
      padding: 0px 8px;
      line-height: normal;
      margin-bottom: 8px;
  }
  
  .qna dl.answer_dl dd {
      font-size: 19px;
  }

  .qna .details  dl {
      display: flex;
      flex-direction: column;
      gap: 2px;
  }

  .qna .details  dl dt {
      width: fit-content;
  }

  .qna .details  dl dd {
      padding-left: 20px;
  }
}


/* 인포그래픽 뉴스 */

.graphic .graphic_img_list {
  display: flex;
  gap: 24px;
}

.graphic .graphic_img_list li:first-child,.graphic .graphic_img_list li:last-child {
  width: calc(35%);
  position: relative;
}


.graphic .graphic_img_list li {
  position: relative;
}

.graphic .graphic_img_list li:nth-child(2) .img::before,.graphic .graphic_img_list li:last-child .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100%);
  width: 100%;
  background-color: #fff;
  z-index: 0;
  border-radius: 25px;
}

.graphic .graphic_img_list li:first-child .img::before {
  height: calc(92.6%);
}

.graphic_img_list li .img img {
  position: relative;
  z-index: 1;
}

.graphic .graphic_img_list li:nth-child(2) {
  display: flex;
  align-items: center;
}

.graphic .row.full-img {
  width: 100%;
  overflow-x: scroll;
}

.graphic .row.full-img .img {
  width: 500%;
}

.graphic .row.full-img .img img {
  width: fit-content;
}



@media(max-width:768px) {

  .graphic .graphic_img_list li:first-child .img::before {
      height: calc(100%);
  }
  .graphic .graphic_img_list {
      flex-direction: column;
      gap: 40px;
  }

  .graphic .graphic_img_list li:first-child,.graphic .graphic_img_list li:last-child {
      width: calc(100%);
  }

  .graphic .graphic_img_list li:nth-child(2) {
      width: 100%;
  }
}


/* 놓치지 말아야 할 법과 제도 */

.law sup {
  font-weight: bold;
  color: var(--color--brown);
}

.law strong.important_title {
  display: inline-block;
  background: var(--color--brown);
  color: #fff;
  padding: 2px 8px;
}


/* 지상중계 */

@media screen and (min-width:769px){
  .sub.future .row > .col-5{width:calc(50% - 32px);}
}
  .sec.future .future-title {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      color: #233686;
      padding-left: 80px;
  }

  .sec.future .future-title::before {
      content: '';
      position: absolute;
      width: 62px;
      height: 62px;
      
      top: 50%;
      left: -1%;
      transform: translateY(-50%);
  }

  .sec.future .future-title.one::before {
      background: url('../../images/contents/con_future_icon01.png') no-repeat center/cover;
  }

  .sec.future .future-title.two::before {
      background: url('../../images/contents/con_future_icon02.png') no-repeat center/cover;
  }

  .sec.future .future-title-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 2px solid var(--color--blue);
      border-radius: 999px;
      padding: 2px 20px;
      padding-left: 0;
  }

  .sec.future .future-title-container strong {
      font-size: 18px;
      background-color: transparent;
      color: var(--color--blue);
      padding: 10px 20px;
      border-top-left-radius: 999px;
      border-bottom-left-radius: 999px;
  }

  .sec.future .future-img {
      border: 2px solid #e7cfc8;
      border-radius: 50px;
      padding: 40px;
  }

.sec.future .future-img p,.sec.future .content-text {
  color: #bc3832;
  font-size: 22px;
  font-weight: bold;
}
.sec.future .future-table {
  font-size: 20px;
  text-align: start;
}

.sec.future .future-table tr td:first-child {
  text-align: center;
  background-color: #FBF0E4;
}

.sec.future .future-table td {
  padding: 20px;
}

.sec.future strong {
  font-weight: 400;
}

.sec.future .future-table td strong {
  font-weight: bold;
  color: #bc3832;
}

.future .content_title.box {
  display: inline-block;
  width: fit-content;
  background: var(--color--rightbrown);
  color: #fff;
  padding: 2px 20px;
  border-radius: 999px;
}

.future .sec_headline h4.blue_box {
  background: var(--color--gradientblue--right);
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 1rem;
} 
.future dl {
  font-size: 22px;
}

.future dl dt {
  font-weight: bold;
} 

.future dl dd span {
  display: inline-block;
  width: fit-content;
  color: var(--color--realblue);
  background: var(--color--highlight);
  font-weight: 500;
  line-height: 22px;
}


.future .future_table {
  width: 100%;
  font-size: 19px;
  border: none;
}

.future .future_table td {
  border: 1.5px solid var(--color--realblue);
}

.future .future_table thead th {
  background: var(--color--gradientblue--bottom);
  color: #fff;
  border: 1px solid #fff;
}

.future .future_table tbody .yellow {
  background-color: var(--color--lightOrange);
}

.future .future_table.two .blue, .future .future_table.three .blue {
  background: var(--color--rightblue);
  color: var(--color--realblue);
  border: 1.5px solid var(--color--realblue);
}

.future .future_table.two thead th {
  border: 1px solid var(--color--realblue);
}

.future .future_table.two .gradientblue, .future .future_table.three .gradientblue {
  background: var(--color--gradientblue--bottom);
  color: #fff;
  border: none;
}

.future .future_table.three .gradientblue {
  border: 1.5px solid #fff;
  font-weight: bold;
}


.future .future_table.three td.yellow:last-child {
  font-weight: bold;
  color: var(--color--realblue);
}




@media (max-width:768px) {

  .future .table_container {
      overflow-x: scroll;
  }

  .future .future_table {
      width: 100vw;
      font-size: 19px;
      border: none;
      white-space: nowrap;
  }
  .future .future_table thead th {
      padding: 5px;
  }

  .future dl {
      font-size: 19px;
  }

  .sec.future .future-title::before {
      width: 45px;
      height: 45px;
  }

  .sec.future .future-title-container {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: none;
      padding: 0;
  }

  .sec.future .future-title-container h3 {
      font-size: 22px;
      border: 2px solid var(--color--blue);
      border-radius: 999px;
      padding: 2px 15px;
      width: 100%;
      text-align: center;
      padding-left: 40px;
  }

  .sec.future .future-title-container strong {
      padding: 0;
      font-size: 16px;
  }

  .sec.future .future-title {
      font-size: 20px;
      height: 100%;
      word-break: keep-all;
  }
}


/* fun한 여행 */

.travel .font-change2 {
  font-family: "Gowun Batang", serif;
  font-weight: 500;
  font-style: normal;
}

.travel .sec.sec_headline .font-change2 {
  font-weight: bold;
  color: var(--color--realblue);
}

.travel .sec.sec_headline h2 {
  color: var(--color--realblue);
}

.travel .font-change2.weight {
  font-size: 19px;   
}

@media(max-width:768px) {
  .travel .font-change2.weight {
      font-size: 17px;   
  }   
}

/* fun한 맛 */

.taste .font-change2 {
  font-family: "Gowun Batang", serif;
  font-weight: 600;
  font-style: normal;
}

.taste .taste-grid h2 span {
  color: #526f35;
}

.sub.taste .bullet > li::before {
  background-color: #526f35 !important;
}


/* 해외탐방 */

.visit .sec_visual {
  background: url('../../images/contents/sub_visit.jpg') no-repeat center/cover;
}

@media(max-width:768px) {
  .visit .row.reverse  li:first-child {
      order: 2;
      margin-bottom: 0;
  }
  
  .visit .row.reverse  li:last-child {
      margin-bottom: 2.5rem;
  }
}


/* 협회에서는 지금1 */

.now01 .content_container.grid .grid_container {
  display: grid;
  text-align: justify;
  grid-column-gap: 32px;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: 'a b'
                       'a c';
}

.now01 .content_container.grid .grid_container.contain {
  display: grid;
  text-align: justify;
  grid-column-gap: 32px;
  grid-template-columns: repeat(2,1fr);
  grid-template-areas: 'a d'
                       'a b'
                       'a c';
}

.now01 .content_container.grid .grid_container.contain .group {
  display: inline-flex;
  margin-bottom: 16px;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.now01 .content_container.grid .grid_container.contain h2 {
  font-size: 32px;
  line-height: 1.2;
}

.now01 .content_container.grid .grid_container.contain p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1px;
  word-break: break-all;
  line-height: normal;
}


.now01 .content_container.grid .grid_container h2 {
  margin-bottom: 3.5rem;
}

.now01 .content_container .content_text {
  text-align: justify !important;
  word-break: break-all;
}


@media(max-width:768px) {

  .now01 .content_container.grid .grid_container.contain .group {
      padding: 4px 32px;
  }
  .now01 .content_container.grid .grid_container h2 {
      text-align: center;
      margin-bottom: 30px;
  }
  .now01 .content_container.grid .grid_container {
      grid-template-columns: repeat(1,1fr);
      grid-template-areas: 'b'
                           'a'
                           'c';
  }
  .now01 .content_container.grid .grid_container .grid-a {
      margin-bottom: 32px;
  }

  .now01 .content_container.grid .grid_container.contain {        
      grid-template-columns: repeat(1,1fr);
      grid-template-areas: 'd'
                           'b'
                           'a'
                           'c';
  }

  .now01 .content_container.grid .grid_container.contain .group {
      margin: 0 auto;
      margin-bottom: 16px;
  }

  

}

.now01 .grid_container .grid-a {
  grid-area: a;
}

.now01 .grid_container .grid-b {
  grid-area: b;
}

.now01 .grid_container .grid-c {
  grid-area: c;
}

.now01 .content_container.grid .grid > li {
  width: fit-content;
}

.now01 .content_container.grid .grid_container .content_text {
  text-align: justify !important;
}





.now01 h3 {
  font-weight: 400;
}

.now01 .content_title {
  margin-bottom: 5rem;
}

.now01 .content_title p.group {
  padding: 2px 32px;
}

.sub.now01 .row-auto.margin li {
  margin-bottom: 0;
}

@media(max-width:768px) {
.now01 .content_title {
  margin-bottom: 30px;
}   
}





.now01 .now01_table {
  border: none;
}

.now01 .now01_table th {
  border-top: 2px solid var(--color--purple);
  border-bottom: 2px solid var(--color--purple);
}

.now01 .now01_table th:first-child {
  border-right: 1px solid var(--color--purple);
}

.now01 .now01_table tbody td:first-child {
  font-weight: bold;
}

.now01 .now01_table td:first-child {
  border-right: 1px solid #121212;
}

.now01 .now01_table td {
  border: 1px solid #121212;
}

.now01 .now01_table tfoot td {
  background-color: var(--color--rightpurple);
}

.now01 .now01_table tfoot td:first-child {
  font-weight: bold;
}

.now01 .now01_table td {
  border-left: none;
  border-right: none;
}

.now01 .now01_table.two td {
  border: 1px solid #121212;
}

.now01 .now01_table.two th {
  border-right: 1px solid var(--color--purple);
}

.now01 .now01_table.two th:last-child {
  border-right: none;
}

.now01 .now01_table.two tr:last-child {
  border-bottom: 2px solid #121212;
}

.now01 .now01_table.two td:first-child {
  border-left: none;
}

.now01 .now01_table.two td:last-child {
  border-right: none;
}

.now01 .now01_table.two {
  background-color: #fff;
  white-space: nowrap;
}

.now01 .table_container {
  padding: 10px;
  background-color: var(--color--rightpurple);
}



.now01 .box {
  width: 50%;
}


@media(max-width:768px) {
  .now01 .box {
      width: 100%;
  }

  .now01 .now01_table.two th,.now01 .now01_table.two td {
      padding: 5px;
  }    

  .now01 .table_container {
      overflow-x: scroll;
  }
}


/* 회원사 소식 */


.news table tr, .news table td, .news table th {
  border: 1px solid #ddd;
}

/* 살맛나는 공독주택 */


/* 이달의 모델하우스 */

.month article {
  margin-bottom: 32px;
}

.month figcaption {
  display: block;
  margin-top: 7px;
  color: #666;
  font-size: 22px;
  line-height: 30.8px;
}
.month strong {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 36.4px;
}

@media(max-width:768px) {
  .month article {margin-bottom: 32px;}
  .month figcaption { margin-top: 8px; font-size: 19px; line-height: 26.6px;}
  .month strong {
    font-size: 24px;
    line-height: 33.6px;
  }
}


/* 신년특집 */
.newyear h3 {
  font-size: 36px;
  color: #8b3837;
  font-weight: 800;
}
.newyear dl dd {
  font-size: 19px;
}
.newyear span.num {
  display:block;
  margin-right: 10px;
  text-align: center;
  width: 60px;
  color: #fff;
  font-size: 36px;
  background: url('../../images/contents/newyear_num.png') no-repeat center/contain;
}

.newyear table {
  font-size: 19px;  
}
.newyear table th {
  border: 1px solid #8b3837;
}
.newyear table th, .newyear table td {
  padding: 5px;
}
.newyear table td {
  border: 1px solid #8b3837;
}
.newyear table .light-yellow {
  background-color: #f9f0e1;
}
.newyear table .brown {
  background-color: #fae5dd;
  color: #a14442;
  font-weight: bold;
}
.newyear table tbody tr td:first-child {
  font-weight: 700;
}

.newyear .row.line ul li:first-child {
  border-top: 2px solid #8b3837;
  padding-top: 10px;
}
.newyear figure.icon {
  display: flex; 
  align-items: center;
  gap: 10px
}
.newyear figure.icon img {
  flex-grow: 0;
  width: 50px;
  object-fit: contain;
}
.newyear figure.icon figcaption {
  display: inline-block;
}
.newyear h2.ny_title {
  flex-direction: column;
  align-items: start;
}
.newyear h2.ny_title strong {
  width: fit-content;
  margin-bottom: 12px;
}

.newyear table.third td,.newyear table.third th {
 border: 1px solid #333;
}
.newyear table.third th {
  border-top: 2px solid #8b3837;
  border-bottom: 2px solid #8b3837;
}
.newyear table.fourth th {
  border : 1px solid #8b3837;
  border-top: 2px solid #8b3837;
  border-bottom: 2px solid #8b3837;
}
.newyear table.fourth {
  white-space: nowrap;
}


.newyear .inspection-container {
  text-align: center;
}
.newyear .inspection-container h4 {
  font-size: 22px;
  color: #a74543;
  text-decoration: underline;
  text-underline-position: under;
}
.newyear .inspection-container table td,.newyear .inspection-container table th {
  border: 3px solid #fff;
}
.newyear .inspection-container table {font-weight: 500;}
.newyear .inspection-container table .orange {
  color: orange;
}
.newyear .inspection-container table .blue {
  color: blue;
}
.newyear .inspection-container table tbody tr td:first-child,
.newyear .inspection-container table tbody tr td:nth-child(2),
.newyear .inspection-container table tbody tr td:nth-child(3) {
  background: #f2f2f2;
}
.newyear .inspection-container table tbody tr td:nth-last-child(2) {
  background: #fdf9f3;
}
.newyear .inspection-container table tbody tr td:nth-last-child(1) {
  background: #f3f4f8;
}

.newyear .inspection-container table tbody tr td.red {
  background: #fcf3f2;
}
.newyear .inspection-container table tbody tr td.purple {
  background: #f0eff6;
}
.newyear .inspection-container table tbody tr td.green {
  background: #eff4f2;
}
.newyear .inspection-container table tbody tr td.orange-bg {
  background: #fdf6f2;
}
.newyear .inspection-container table strong.accent {
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #e17780;
  padding:2px 10px;
  border: 1px solid #e17780;
  border-radius: 999px;
}



.newyear .inspection-container table thead tr th:nth-child(1) {
  background-color: #949595;
  color: #fff;
}
.newyear .inspection-container table thead tr th:nth-child(2) {
  background-color: #e17780;
  color: #fff;
}
.newyear .inspection-container table thead tr th:nth-child(3) {
  background-color: #395166;
  color: #fff;
}
.newyear .inspection-container table thead tr th:nth-child(4) {
  background-color: #249583;
  color: #fff;
}
.newyear .inspection-container table thead tr th:nth-child(5) {
  background-color: #e46a56;
  color: #fff;
}
.newyear .inspection-container table thead tr th:nth-child(6) {
  background-color: #eebf82;
  color: #62382e;
}
.newyear .inspection-container table thead tr th:nth-child(7) {
  background-color: #7d94b6;
  color: #fff;
}



@media(max-width:768px){
  .newyear .table-container {
    overflow-x: scroll;
  }
  .newyear .table-container > table {
    white-space: nowrap;
  }
  .newyear .table-container > table th,
  .newyear .table-container > table td {
    font-size: 12px;
  }
  .newyear .table-container .caption {
    font-size: 10px;
  }
  .newyear .item-box {
    display: flex;
    justify-content: space-between;
  }
  .newyear .item-box figure.icon {
    gap: 10px;
    width: calc(100% / 3);
  }
  .newyear .item-box figure.icon img {
    width: 30px;
  }
  .newyear .item-box figure.icon figcaption {
    font-size: 12px;
    margin: 0;
  }
  .newyear table.third td,.newyear table.third th {
    font-size: 10px;
    padding: 4px;
  }
  .newyear h2.ny_title strong {
    margin-bottom: 0;
  }
  .newyear h3 {
    font-size: 30px;
    text-align: center;
  }
  .newyear span.num {
    margin: 0 auto;
  }
  .newyear dl {
    text-align: center;
  }
  .newyear dl dd {
    font-size: 17px;
  }
}

/* study-list */
.study-list li ~ li {
  margin-top: 5rem;
}


/* 주택사업자를 위한 세법 가이드 */



.sub.tax .sec_visual {
  background: url('../../images/contents/tax_visual.png') no-repeat center/cover;
}
.sub.tax .sec_headline h2 {
  font-weight: normal;
}
.sub.tax .sec_headline p {
  font-size: 22px;
}
.sub.tax .author {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background-color: #f6f4f0;
  word-break: break-all;
}
.sub.tax .author figure {
  width: 20%;
}
.sub.tax .author .details {
  font-size: 19px;
  text-align: left;
  font-weight: normal;
}
.sub.tax .author .details li {
  position: relative;
  margin-bottom: 15px;
}
.sub.tax .author .details li ~ li{
  margin-bottom: 0;
}

.sub.tax .author .details li:nth-child(2),
.sub.tax .author .details li:nth-child(3),
.sub.tax .author .details li:nth-child(4) {
  padding-left: 20px;
}
.sub.tax .author .details li:nth-child(2):before,
.sub.tax .author .details li:nth-child(3):before,
.sub.tax .author .details li:nth-child(4):before {
  position: absolute;
  content: attr(data-before);
  left: 0;
}
.sub.tax .author .details li:nth-child(4) {
  margin-bottom: 20px;
}
.sub.tax .author .details li:nth-child(5) {
  margin-bottom: 5px;
}
.sub.tax .author .details li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  width: 30px;
  background-color: #121212;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
.sub.tax .title-container {
  margin-bottom: 5rem;
}
.sub.tax .title-container h4 {
  position: relative;
  color: #fff;
  background: #585757;
  line-height: 55px;
}
.sub.tax .title-container h4 span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  line-height: 55px;
  background-color: #d97635;
}
.sub.tax article  {
  margin-bottom: 40px;
}
.sub.tax article:last-child  {
  margin-bottom: 0;
}
.sub.tax article dl {
    font: normal 22px / 1.6 'Lato', "Noto Sans KR";
    color: #333;
}
.sub.tax article dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  text-decoration: underline;
  text-underline-position: under;
}
.sub.tax article dl.num dd span {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  background: #121212;
  color: #fff;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.sub.tax article dl dd span.highlight {
  background-color: #fbf2d0;
  color: #121212;
}

.sub.tax article.orange dl dt { 
  color: #d97535;
  text-decoration: none;
}

.sub.tax h4.content_title.table {
  text-align: center;
  color: #009d9a;
}
.sub.tax table {
  border: none;
  font-size: 19px;  
}

.sub.tax table thead th {
  text-align: center;
  background: #009d9a;
  color: #fff;
  padding: 5px;
}
.sub.tax table tbody th,.sub.tax table tbody td {
  border: 1px solid #009d9a;
}
.sub.tax table tbody th {
  background-color: #f2f7f7;
  color: #029693;
  padding: 5px;
  border-left: none;
}
.sub.tax table tbody td {
  padding: 5px;
  text-align: left;
  padding-left: 20px;
  border-right: none;
}
.sub.tax .check-list .col-5.check{
  padding: 20px;
  border: 15px solid #f5cc91;
}
.sub.tax .check-list .col-5:last-child figure {
  width: 70%;
}
.sub.tax .check-list h4 {
  background-color: #585757;
  color: #fff;
}
.sub.tax .check-list ul {
  font-size: 22px;
}
.sub.tax .check-list ul strong {
  display: block;
  background-color: #029693;
  color: #fff;
  width: fit-content;
  padding: 0 10px;
  font-size: 24px;
}

.sub.tax .check-list dl {
  margin-bottom: 30px;
}
.sub.tax article.orange .check-list dl dt {
  color: #121212;
}
.sub.tax .check-list ul li:last-child dl {
  margin-bottom: 0;
}
.sub.tax .check-list dl span {
  color:#d97535;
}
.sub.tax .check-list dl dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.sub.tax .check-list ul.fs dl dd {
  font-size: 19px;
}
.sub.tax .sec_headline {
  margin-bottom: 120px;
}

/* 1024 */
@media(max-width:1024px){
  .sub.tax .sec_headline {
    margin-bottom: 60px;
  }
  .sub.tax .author {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .sub.tax .author figure {
    width: 60%;
  }
  .sub.tax .author .details ul li {
    font-size: 14px;
  }
  .sub.tax .author .details li:first-child {
    text-align: center;
  }
  .sub.tax .author .details li:nth-child(2),
  .sub.tax .author .details li:nth-child(3),
  .sub.tax .author .details li:nth-child(4) {
    padding-left: 15px;
  }
  .sub.tax .author .details li span {
    width: 20px;
    line-height: 20px;
  }
  .sub.tax .sec_headline p {
    font-size: 19px;
  }
  .sub.tax .title-container {
    margin-bottom: 60px;
  }
  .sub.tax .title-container h4 {
    font-size: 19px;
  }
  .sub.tax .title-container h4 span {
    width: 30px;
    margin-right: 10px;
  }
  .sub.tax article {
    margin-bottom: 40px;
  }
  .sub.tax article dl {
    font-size: 19px;
  }
  .sub.tax .table-container {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .sub.tax .table-container td,.sub.tax .table-container th {
    font-size: 10px;
  }
  .sub.tax .check-list .col-5.check {
    padding: 10px;
    border: 5px solid #f5cc91;
  }
  .sub.tax .check-list .col-5.check:first-child {
    margin-bottom: 30px;
  }
  .sub.tax .check-list ul.fs dl dd {
    font-size: 17px;
  }
  .sub.tax .check-list ul strong {
    font-size: 19px;
  }
  .sub.tax .check-list dl dt {
    font-size: 19px;
  }
  .sub.tax article dl.num dd span {
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-right: 4px;
  }
  .sub.tax article dl dt {
    font-size: 22px;
  }
  .sub.tax article dl dd {
    font-size: 17px;
  }
  .sub.tax p.content_text {
    font-size: 17px;
  }
}

























