@charset "UTF-8";
/************************************
** max-width: 1199px
************************************/
@media screen and (max-width: 1199px) {
  .header-inner {
    padding: 20px 12px;
  }

  footer .container {
    padding: 30px 12px;
  }

  .container {
    padding: 55px 12px;
  }

  .top-scrolltrigger h1 {
    padding: 0 12px 10px;
  }

  .top-scrolltrigger h2 {
    padding: 0 12px;
  }

  .top-scrolltrigger p {
    padding: 5px 12px 42px;
  }

  .container .flex-between {
    gap: 60px;
  }
  .container .flex-between img {
    max-width: 60%;
  }

}

/************************************
** max-width: 768px
************************************/
@media screen and (max-width: 768px) {
  .hamburger {
    width: 28px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }

  .hamburger span {
    width: 100%;
    height: 1px;
    background: #FFF;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transition: transform .3s ease, top .3s ease, bottom .3s ease;
    z-index: 9999;
  }

  .hamburger.open span {
    background: #000;
  }

  .hamburger span:nth-child(1) {
    top: 4px;
  }

  .hamburger span:nth-child(2) {
    bottom: 4px;
  }

  .hamburger.open span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }

  .hamburger.open span:nth-child(2) {
    bottom: auto;
    top: 9px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #DDEAEC;
    flex-direction: column;
    overflow-y: auto;
    max-height: 0;
    transition: max-height 0.4s ease;
  }

  .no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .site-nav.active {
    max-height: 100vh;
    padding-bottom: 80px;
  }

  .site-nav ul,
  .site-nav ul li ul li:last-of-type {
    display: block;
  }

  .site-nav ul {
    padding-top: 80px;
  }

  .site-nav ul li {
    padding: 0 25px 30px;
    margin: 0;
  }

  .site-nav ul li a {
    display: block;
    color: #3C3C3C;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 27px;
  }

  .site-nav ul li ul {
    padding: 0;
  }

  .site-nav ul li ul li {
    padding: 0 0 15px;
  }

  .site-nav ul li ul li a {
    color: #949494;
    font-size: 14px;
    padding: 0;
  }

  .site-nav ul li:last-of-type {
    display: none;
  }

  .site-nav ul li ul,
  .site-nav button {
    display: block;
  }

  .header-bottom {
    padding: 0 25px 80px;
  }

  .header-bottom button {
    margin-top: 30px;
  }

  .container .flex-between .footer-left img {
    width: auto;
    height: 40px;
  }
  
  .footer-left .footer-address,
  .footer-menu li,
  .footer-right .flex-end,
  .footer-bottom a {
    display: none;
  }

  footer .container {
    padding: 30px 12px 15px;
  }

  .footer-top {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }

  .container .footer-right .flex-between .footer-menu:nth-of-type(5),
  .container .footer-right .flex-between .footer-menu:nth-of-type(6),
  .container .footer-right .flex-between .footer-menu:nth-of-type(7),
  .footer-right + .footer-bottom {
    display: block;
  }
  
  .footer-right {
    padding: 30px 0;
  }

  .footer-menu p {
    padding-bottom: 15px;
  }

  .footer-bottom .footer-address:first-of-type {
    padding-bottom: 15px;
  }

  .container .footer-bottom.flex-between {
    font-size: 10px;
    text-align: center;
  }

  .container .flex-between {
    display: block;
  }

  .top-description {
    width: 75%;
    padding: 20px 0 40px;
    margin: 0 0 0 auto;
  }

  button .button-text {
    font-size: 14px;
  }

  .scroll-list {
    gap: 10px;
    padding-right: 10px;
  }
  
  .scroll-item {
    width: calc(100vw / 4);
  }

  .container h2 p {
    padding: 10px 0 25px;
  }

  .header-image {
    height: 305px;
  }

  .under-content {
    padding: 40px 0;
  }

  .container h3 {
    padding-bottom: 30px;
  }

  .container h4 {
    width: 55%;
    left: 45%;
  }

  .container .container-inner-right {
    padding-left: 30px;
  }

  .container .container-inner-right img {
    height: 265px;
  }

  .h3-description {
    width: 75%;
    padding: 20px 0;
    margin: 0 0 0 auto;
  }

  .h4-description {
    width: 75%;
    padding-top: 15px;
  }

  .container-inner-center {
    padding-left: 30px;
  }

  #realestate-sec02.container-inner-center {
    padding: 0;
  }

  .under-content h5 {
    padding: 40px 0 30px;
  }

  .info-list li {
    flex-direction: column;
    gap: 15px;
  }

  .info-list .info-label {
    border: none;
    padding: 15px 0 0;
  }

  .info-list .info-item {
    padding: 0 0 15px 0;
  }
}
