@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: 'Noto Serif TC', 'Shippori Mincho', serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.newConst-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}
.newConst-header .h-wrap {
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.newConst-header .h-logo {
  background-color: #fff;
}
.newConst-header .h-logo a {
  display: block;
  width: 20rem;
  padding: 3rem 3rem;
}
.newConst-header .h-links {
  width: 54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.newConst-header .h-links .lang {
  width: 15%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newConst-header .h-links .lang a {
  font-size: 1.3rem;
  color: #A7A7A7;
  padding: 1.2rem 0;
  text-align: center;
  position: relative;
}
.newConst-header .h-links .lang a.act {
  color: #2E4E80;
}
.newConst-header .h-links .lang a:first-of-type::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #A7A7A7;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newConst-header .h-links .btn_box {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newConst-header .h-links .btn_box a {
  display: block;
  width: 33.3333333333%;
  background-color: #fff;
  padding: 3rem 0;
}
.newConst-header .h-links .btn_box a p {
  text-align: center;
  font-size: 1.3rem;
  color: #333333;
}
.newConst-header .h-links .btn_box .consult {
  background-color: #2E4E80;
}
.newConst-header .h-links .btn_box .consult p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .newConst-header .h-wrap {
    width: 100%;
  }
  .newConst-header .h-logo {
    width: 100%;
  }
  .newConst-header .h-logo a {
    width: 32%;
  }
  .newConst-header .h-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 500;
    padding: 3px;
  }
  .newConst-header .h-links .lang {
    width: 15%;
  }
  .newConst-header .h-links .lang a {
    font-size: 2.3rem;
  }
  .newConst-header .h-links .btn_box {
    width: 80%;
  }
  .newConst-header .h-links .btn_box a {
    width: 33%;
    border: 1px solid #333333;
  }
  .newConst-header .h-links .btn_box a p {
    font-size: 2.3rem;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.com-sec-note {
  background: #dddddd;
  padding: 12rem 0 6.6rem;
  position: relative;
  z-index: 3;
}

.com-sec-note.empty {
  padding: 0 0 6.6rem;
}

@media screen and (max-width: 768px) {
  .com-note {
    font-size: 2rem;
  }
  .com-sec-note {
    padding: 12rem 0 9.6rem;
  }
  .com-sec-note.empty {
    padding: 0 0 9.6rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #333333;
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.com-content {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .com-content {
    width: 68rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 13rem 0 0;
  }
}
/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
#newConst figure {
  position: relative;
}
#newConst .const-subttl {
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
}
#newConst .const-ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #newConst .const-subttl {
    font-size: 2.2rem;
  }
  #newConst .const-ttl {
    font-size: 3.5rem;
  }
}
#newConst .sec-main .main-slide .main_img {
  position: relative;
}
#newConst .sec-main .main-slide .main_img .main_lead {
  font-size: clamp(1rem, 3vw, 2.6rem);
  color: #fff;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  /* left: 3%; */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: inherit;
  width: 44%;
}
#newConst .sec-main .main-slide .main_img .main_lead > div {
  margin: auto;
  width: fit-content;
}
#newConst .sec-main .main-slide .main_img .main_txt {
  font-family: YakuHanMPs, 'Noto Serif TC', 'Shippori Mincho', serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  /* position: absolute;
  left: 3%;
  bottom: 16%; */
  border-left: 1px solid #fff;
  margin-top: 3rem;
  padding-left: 2rem;
}
#newConst .sec-main .main-slide .slick-dots {
  display: flex;
  bottom: 33px;
  width: 45%;
  margin-left: 3%;
}
#newConst .sec-main .main-slide .slick-dots li {
  width: 30%;
}
#newConst .sec-main .main-slide .slick-dots li button {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
}
#newConst .sec-main .main-slide .slick-dots .slick-active button {
  background: white;
}
#newConst .sec-main .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #newConst .sec-main .main-slide .main_img .main_lead {
    font-size: 2.64rem;
    line-height: 2;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    width: 100%;
  }
  /* #newConst .sec-main .main-slide .main_img .main_lead2 {
    top: 90%;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  } */
  #newConst .sec-main .main-slide .main_img .main_txt {
    font-size: 2.3rem;
    bottom: 7%;
  }
  #newConst .sec-main .main-slide .slick-dots {
    bottom: 16px;
    width: 90%;
    margin-left: 5%;
  }
  #newConst .sec-main .main-slide .slick-dots li {
    width: 28%;
    height: 3px;
  }
  #newConst .sec-main .main-slide .slick-dots li button {
    height: 3px;
    padding: 2px;
  }
}
#newConst .sec-list {
  position: relative;
  padding: 8rem 0 16rem;
}
#newConst .sec-list .list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#newConst .sec-list .list-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#newConst .sec-list .com-content {
  position: relative;
  z-index: 1;
}
#newConst .sec-list .const-subttl,
#newConst .sec-list .const-ttl {
  text-align: center;
}
#newConst .sec-list .b-tab-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.5rem auto 0;
}
#newConst .sec-list .b-tab-list .b-tab {
  width: 48%;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
  padding: 1.7rem 0;
}
#newConst .sec-list .b-tab-list .tab-condo.act {
  background-color: #307075;
  border: 1px solid #307075;
}
#newConst .sec-list .b-tab-list .tab-build.act {
  background-color: #543077;
  border: 1px solid #543077;
}
#newConst .sec-list .tab-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2rem 4rem;
  margin: 2rem auto 5.5rem;
}
#newConst .sec-list .tab-area .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
#newConst .sec-list .tab-area .tab-list .tab {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.3rem;
  color: #333333;
  padding: 2rem;
  cursor: pointer;
  position: relative;
}
#newConst .sec-list .tab-area .tab-list .tab::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #2E4E80;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 200ms cubic-bezier(0.32, 0.625, 0.58, 1);
  transition: all 200ms cubic-bezier(0.32, 0.625, 0.58, 1);
}
#newConst .sec-list .tab-area .tab-list .tab.act::after {
  width: 100%;
}
#newConst .sec-list .tab-area .tab-list .tab:hover::after {
  width: 100%;
}
#newConst .sec-list .tab-area .inquiry {
  padding: 1rem 0 0;
  text-align: right;
  width: 100%;
}
#newConst .sec-list .tab-area .inquiry a {
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  text-align: right;
  color: #2E4E80;
  border-bottom: #2E4E80 solid 1px;
}

#newConst .sec-list .tab-cnt {
  display: none;
}
#newConst .sec-list .tab-cnt.act {
  display: block;
}
#newConst .sec-list .tab-cnt p.developer {
  margin-bottom: 1em;
  padding: 1rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3)
}
#newConst .sec-list .tab-cnt .list-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem 2%;
}
#newConst .sec-list .tab-cnt .list-wrap:not(:last-child) {
  margin-bottom: 4rem;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box {
  width: 32%;
  display: none;
  position: relative;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
  transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
}
#newConst .sec-list .tab-cnt .list-wrap .list-box.soldout,
#newConst .sec-list .tab-cnt .list-wrap .list-box.comingsoon > a {
  pointer-events: none;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box.soldout figure::before,
#newConst .sec-list .tab-cnt .list-wrap .list-box.comingsoon > a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box.soldout > a figure::after {
  content: "SOLD OUT";
  font-size: 2.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: none;
  height: auto;
  z-index: 2;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box.comingsoon > a figure::after {
  content: "COMING SOON";
  font-size: 2.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-image: none;
  height: auto;
  z-index: 2;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-pdf {
  display: block;
  width: 100%;
  position: relative;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-pdf:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(46, 78, 128, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-pdf:hover::after {
  content: "";
  background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-arrow_wh1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 47%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-pdf-jp:hover::after {
  content: "";
  background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-arrow_wh3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 47%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box {
  background-color: #fff;
  padding: 2rem 0 2rem 2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-gap: 0.8rem;
     -moz-gap: 0.8rem;
          gap: 0.8rem;
  margin-bottom: 1.6rem;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .red,
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .blue,
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .white,
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .green,
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .orange {
  font-size: 1.2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.8rem;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .red {
  background-color: #802e32;
  color: #fff;
  border: 1px solid #802e32;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .blue {
  background-color: #2E4E80;
  color: #fff;
  border: 1px solid #2E4E80;
}
#newConst .sec-list #tab-cnt-build.tab-cnt .list-wrap .info-box .tag-box .blue {
  width: calc(100% - 2rem);
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .white {
  background-color: #fff;
  color: #2E4E80;
  border: 1px solid #2E4E80;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .green {
  background-color: #246816;
  color: #fff;
  border: 1px solid #246816;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .orange {
  background-color: #a34417;
  color: #fff;
  border: 1px solid #a34417;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .name {
  font-size: 1.7rem;
  color: #2E4E80;
  margin-bottom: 1.6rem;
  letter-spacing: 0;
}
#newConst .sec-list .tab-cnt .list-wrap .info-box .far,
#newConst .sec-list .tab-cnt .list-wrap .info-box .addr,
#newConst .sec-list .tab-cnt .list-wrap .info-box .sale,
#newConst .sec-list .tab-cnt .list-wrap .info-box .yield {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.4;
  letter-spacing: -0.14rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-inq {
  width: 94%;
  margin-top: 1.6rem;
  position: relative;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-inq .btn-inq-a {
  font-size: 1.6rem;
  display: block;
  background-color: #d5dce6;
  color: #2E4E80;
  padding: 1.4rem 0 1.6rem 1rem;
  letter-spacing: 0;
  position: relative;
}
#newConst .sec-list .tab-cnt .list-wrap .btn-inq .icon {
  width: 7%;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#newConst .sec-list #tab-cnt-condo .list-wrap .list-box.house::after {
  content: "一戶建";
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0;
  color: #104d52;
  background-color: #fff;
  outline: #104d52 solid 1px;
  outline-offset: -1px;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
#newConst .sec-list #tab-cnt-condo .list-wrap .list-box.condominium::after {
  content: "區分住宅";
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #307075;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
#newConst .sec-list #tab-cnt-build .list-wrap .list-box::after {
  content: "整棟收益住宅";
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #543077;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  #newConst .sec-list .b-tab-list .b-tab {
    padding: 3rem 0;
  }
  #newConst .sec-list .tab-area .tab-list .tab {
    font-size: 2.3rem;
  }
  #newConst .sec-list .tab-area .inquiry {
    line-height: 3rem;
    text-align: center;
  }
  #newConst .sec-list .tab-area .inquiry a {
    font-size: 2rem;
  }
  
  #newConst .sec-list .tab-cnt .list-wrap {
    gap: 4.2rem 2%;
  }
  #newConst .sec-list .tab-cnt .list-wrap .list-box {
    width: 48%;
  }
  #newConst .sec-list .tab-cnt .list-wrap .list-box.soldout figure::after,
  #newConst .sec-list .tab-cnt .list-wrap .list-box.comingsoon > a figure::after {
    font-size: 3.6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box {
    padding: 2rem 2rem 4rem;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem 0;
    margin-bottom: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .red,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .blue,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .white,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .green,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .tag-box .orange {
    width: 100% !important;
    font-size: 2.2rem;
    text-align: center;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .name {
    font-size: 2.7rem;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .far,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .addr,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .sale,
  #newConst .sec-list .tab-cnt .list-wrap .info-box .yield {
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .btn-inq .btn-inq-a {
    font-size: 2.6rem;
    padding: 1.4rem 0 1.6rem 1.4rem;
    line-height: 1.4;
  }
  #newConst .sec-list .tab-cnt .list-wrap .info-box .btn-inq .icon {
    width: 13%;
  }
}

#newConst .sec-movie {
  padding: 8rem 0 16rem;
  background-color: #267aa7;
}
#newConst .sec-movie .const-subttl,
#newConst .sec-movie .const-ttl {
  text-align: center;
}
#newConst .sec-movie ol {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  padding-top: 5rem;
}
#newConst .sec-movie ol li {
  width: calc(33.33% - 15px);
  text-align: center;
}
#newConst .sec-movie ol li a {
  display: block;
  color: #fff;
}
#newConst .sec-movie ol li a:hover figure {
  position: relative;
}
#newConst .sec-movie ol li a:hover figure:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(38, 122, 167, .8);
background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-videoplay.svg);
background-repeat: no-repeat;
background-size: 25%;
background-position: center;
}

#newConst .sec-movie ol li .title {
  padding: .5em 0;
  line-height: 1.2em;
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: #2E4E80;
  background-color: #fff;
}
#newConst .sec-movie ol li .explanation {
  position: relative;
  padding: .5em 0;
  line-height: 1.2em;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #2E4E80;
  background-color: #d5dce6;
}
#newConst .sec-movie ol li .explanation:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-arrow_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 2rem;
}


@media screen and (max-width: 768px) {

  #newConst .sec-movie ol {
    gap: 10px;
  }
  #newConst .sec-movie ol li {
    width: calc(50% - 6px);
  }

  #newConst .sec-movie ol li .title {
    font-size: 2rem;
  }
  #newConst .sec-movie ol li .explanation {
    font-size: 2.5rem;
    letter-spacing: 0;
  }

  #newConst .sec-movie ol li a figure:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 8rem;
    height: 8rem;
    background-color: rgba(38, 122, 167, .6);
    background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-videoplay.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 10rem;
    }

}

#newConst .sec-news {
  padding: 9rem 0;
}
#newConst .sec-news .news-wrap {
  width: 96%;
  margin: 0 auto;
}
#newConst .sec-news .const-subttl,
#newConst .sec-news .const-ttl {
  color: #2E4E80;
}
#newConst .sec-news .news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 9rem auto 0;
}
#newConst .sec-news .news-box .consult-box {
  width: 26%;
}
#newConst .sec-news .news-box .consult-box .consult-txt {
  font-size: 1.6rem;
  color: #2E4E80;
  display: inline-block;
  margin-right: 2.4rem;
}
#newConst .sec-news .news-box .consult-box .link-arrow {
  width: 6.8rem;
  display: inline-block;
  vertical-align: middle;
}
#newConst .sec-news .news-box .news-list {
  width: 72%;
}
#newConst .sec-news .news-box .news-list .news-article {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2E4E80;
  border-bottom: 1px solid #2E4E80;
  padding-bottom: 3rem;
}
#newConst .sec-news .news-box .news-list .news-article + .news-article {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  #newConst .sec-news .news-wrap {
    width: 90%;
  }
  #newConst .sec-news .news-box {
    row-gap: 4rem;
  }
  #newConst .sec-news .news-box .consult-box {
    width: 100%;
  }
  #newConst .sec-news .news-box .consult-box .consult-txt {
    font-size: 2.6rem;
  }
  #newConst .sec-news .news-box .news-list {
    width: 100%;
  }
  #newConst .sec-news .news-box .news-list .news-article {
    font-size: 2.4rem;
  }
}
#newConst .sec-company {
  padding: 7.2rem 0;
  background-color: hsl(0, 0%, 100%);
  background-image: -webkit-radial-gradient(at 7% 91%, hsla(211, 94%, 48%, 0.2) 0px, transparent 50%), -webkit-radial-gradient(at 97% 1%, hsla(0, 0%, 100%, 0.2) 0px, transparent 50%), -webkit-radial-gradient(at 92% 95%, hsla(340, 0%, 0%, 0.2) 0px, transparent 50%), -webkit-radial-gradient(at 0% 0%, hsla(33, 13%, 61%, 0.2) 0px, transparent 50%);
  background-image: radial-gradient(at 7% 91%, hsla(211, 94%, 48%, 0.2) 0px, transparent 50%), radial-gradient(at 97% 1%, hsla(0, 0%, 100%, 0.2) 0px, transparent 50%), radial-gradient(at 92% 95%, hsla(340, 0%, 0%, 0.2) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(33, 13%, 61%, 0.2) 0px, transparent 50%);
}
#newConst .sec-company .const-subttl,
#newConst .sec-company .const-ttl {
  color: #2E4E80;
  text-align: center;
}
#newConst .sec-company .company-info {
  width: 80%;
  margin: 5.6rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#newConst .sec-company .company-info .left,
#newConst .sec-company .company-info .right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#newConst .sec-company .company-info .company-item {
  margin-bottom: 4rem;
}
#newConst .sec-company .company-info .ttl {
  font-size: 1.6rem;
  color: #2E4E80;
  margin-bottom: 1.2rem;
}
#newConst .sec-company .company-info .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666666;
}
#newConst .sec-company .company-info .link {
  margin-top: 1.2rem;
  text-align: right;
}
#newConst .sec-company .company-info .link .link-txt {
  font-size: 1.6rem;
  color: #2E4E80;
}
#newConst .sec-company .company-info .link .icon {
  width: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #newConst .sec-company .company-info {
    width: 86%;
  }
  #newConst .sec-company .company-info .ttl {
    font-size: 2.6rem;
  }
  #newConst .sec-company .company-info .txt {
    font-size: 2.4rem;
  }
  #newConst .sec-company .company-info .link .link-txt {
    font-size: 2.6rem;
  }
  #newConst .sec-company .company-info .link .icon {
    width: 4.2rem;
  }
}
#newConst .footer {
  position: relative;
  z-index: 1;
  padding: 6rem 0 2rem;
}
#newConst .footer .footer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#newConst .footer .footer-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#newConst .footer .contact-wrap {
  width: 80%;
  margin: 0 auto 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#newConst .footer .contact-wrap .contact .const-subttl {
  margin-bottom: 1.6rem;
}
#newConst .footer .contact-wrap .contact .const-subttl,
#newConst .footer .contact-wrap .contact .const-ttl {
  color: #fff;
  text-align: center;
}
#newConst .footer .contact-wrap .contact .contact-link {
  display: block;
  width: 6.8rem;
  margin: 4rem auto 0;
}
#newConst .footer .tel-box {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3.2rem 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#newConst .footer .tel-box .icon {
  width: 3.3rem;
}
#newConst .footer .tel-box .tel-num {
  font-size: 3.7rem;
  color: #fff;
  letter-spacing: 0.3rem;
}
#newConst .footer .tel-box .time {
  font-size: 1.3rem;
  line-height: 1.8;
}
#newConst .footer .f-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 6.4rem auto 16rem;
}
#newConst .footer .f-link-box .logo {
  width: 20rem;
  background-color: #fff;
  padding: 3rem;
}
#newConst .footer .f-link-box .site-link-wrap {
  width: 34%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
#newConst .footer .f-link-box .site-link-wrap .site-link {
  position: relative;
  display: block;
}
#newConst .footer .f-link-box .site-link-wrap .site-link .site-link-txt {
  font-size: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
#newConst .footer .f-link-box .site-link-wrap .site-link .small {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}
#newConst .footer .f-link-box .site-link-wrap .site-link .arrow {
  width: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
#newConst .footer .f-link-box .site-link-wrap .site-link:hover .arrow {
  right: -2%;
}
#newConst .footer .f-copy {
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #newConst .footer {
    padding: 6rem 0 14rem;
  }
  #newConst .footer .contact-wrap {
    width: 100%;
  }
  #newConst .footer .contact-wrap .contact {
    width: 32%;
  }
  #newConst .footer .contact-wrap .contact .const-ttl {
    font-size: 3rem;
  }
  #newConst .footer .contact-wrap .contact .contact-link {
    width: 58%;
  }
  #newConst .footer .tel-box {
    width: 100%;
    padding: 3.2rem 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2.4rem;
  }
  #newConst .footer .tel-box .icon {
    width: 4.5rem;
    margin-right: 2.4rem;
  }
  #newConst .footer .tel-box .tel-num {
    font-size: 6.7rem;
  }
  #newConst .footer .tel-box .time {
    font-size: 2.8rem;
  }
  #newConst .footer .f-link-box {
    row-gap: 4rem;
  }
  #newConst .footer .f-link-box .logo {
    width: 20rem;
  }
  #newConst .footer .f-link-box .site-link-wrap {
    width: 100%;
    row-gap: 5rem;
  }
  #newConst .footer .f-link-box .site-link-wrap .site-link .site-link-txt {
    font-size: 2.6rem;
  }
  #newConst .footer .f-link-box .site-link-wrap .site-link .small {
    font-size: 2rem;
    line-height: 1.4;
  }
  #newConst .footer .f-link-box .site-link-wrap .site-link .arrow {
    width: 2.4rem;
  }
  #newConst .footer .f-copy {
    font-size: 2rem;
  }
}
#newConst.cn .sec-list .tab-cnt .list-wrap .info-box .far {
  letter-spacing: -0.09rem;
}
#newConst.cn .sec-list .tab-cnt .list-wrap .info-box .btn-inq .btn-inq-a {
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 1.7rem;
}
#newConst.cn .sec-list .tab-cnt .list-wrap .info-box .btn-inq .icon {
  width: 11%;
}/*# sourceMappingURL=biz-taiwan-newconstruction-jp-style.css.map */










/* ----------------ADD 20231023 ↓--------------------------------------*/

#newConst .sec-list .list-attention{
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 5.5rem;
  width: fit-content;
}
#newConst .sec-list .list-attention .movie-attention {
  position: relative;
  margin-top: 1em;
  padding: 1rem;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #aaa;
  cursor: pointer;
}
#newConst .sec-list .list-attention .movie-attention:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%) rotate(90deg);
  background-color: #fff;
  background-image: url(/assets/materials/biz-taiwan-newconstruction-cn-arrow_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #newConst .sec-list .list-attention{
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #newConst .sec-list .list-attention .movie-attention {
    font-size: 2.5rem;
  }
  #newConst .sec-list .list-attention .movie-attention:after {
    width: 2.5rem;
    height: 2.5rem;
  }

  #newConst .sec-list .tab-cnt .list-wrap .pdf-more{
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 2rem;
    color: #fff;
    width: 100%;
    padding: 1.2rem 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #newConst .sec-list .tab-cnt .list-wrap .pdf-more::before{
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    bottom: 1.4rem;
    z-index: 1;
  }
}


/* ----------------ADD 20231116 ↓--------------------------------------*/
#newConst .sec-list .tab-cnt .list-wrap .list-box .new{
  width: 7.8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#newConst .sec-list .tab-cnt .list-wrap .list-box .recommended {
  width: 12rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #newConst .sec-list .tab-cnt .list-wrap .list-box .recommended {
    bottom: 5rem;
  }
}
