.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;
  }
}




/* Building  -주택사업자가 알아야 할 건축법*/
.sub.building .sec .inner_1280 h2 {
  position: relative;
  padding-left: 60px;
}

.sub.building .sec .inner_1280 h2.no_element::before {
  content: none;
}


.sub.building .sec .inner_1280 h2::before {
  content: 'Q.';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20%;
  left: 0;
  text-align: center;
  line-height: 220%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 999px 999px 0 999px;
  background-color: #009d99;
}

.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 부동산 세무가이드 */

.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 */

.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 인포그래픽 뉴스 */

.sub.graphic .sec .inner_1280 {
  text-align: center;
}

.sub.graphic .sec .inner_1280 h2 {
  display:inline-block;
  position: relative;
  border-bottom: 2px solid #5A76BA;
}

.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 주택경기 전망 */

.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;
  }
}




/* Travel  fun한 여행 */

.sub.travel .content_title {
  color: #7C6047 !important;
}

.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한 맛 */

.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;
}

/* 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%;
  }
}



/* Now01  협회는 지금1*/

.sub.now01 .sec .box {
  margin-bottom: 30px;
}

.sub.now01 .sec .box:last-child {
  margin: 0;
}

.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;
  }
}


/* review 독자후기*/

@media(max-width:768px){
  .sub.review .qr_code {
    display: block;
    width: 200px;
    margin: auto;
  }
}