@charset "UTF-8";
#key-box {
  overflow: hidden;
  position: relative; /* Đảm bảo position relative để các phần tử con căn chỉnh đúng */
  height: 100vh;
  /* Khai báo các biến lưu kích thước ban đầu */
  --before-height: 190px;
  --side-before-width: 80px;
  --side-after-width: 80px;
}
#key-box::before {
  content: "";
  background: url(../img/shared/pt1.jpg);
  width: 100%;
  height: var(--before-height); /* Dùng biến */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: height 0.1s ease-out; /* Giúp mượt mà khi scroll */
}
#key-box .bg-side::before {
  content: "";
  height: 100%;
  width: var(--side-before-width); /* Dùng biến */
  background: url(../img/shared/pt1.jpg);
  top: 0;
  left: 0; /* Cố định bên trái để thu về bên trái */
  position: absolute;
  z-index: 1;
  transition: width 0.1s ease-out;
}
#key-box .bg-side::after {
  content: "";
  height: 100%;
  width: var(--side-after-width); /* Dùng biến */
  background: url(../img/shared/pt1.jpg);
  top: 0;
  right: 0; /* Cố định bên phải để thu về bên phải */
  position: absolute;
  z-index: 1;
  transition: width 0.1s ease-out;
}
#key-box .video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#key-box .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 100vw;
  height: 103.25vw;
  min-width: 181.78vh;
  min-height: 122vh;
  pointer-events: none;
  border: none;
  scale: 1;
}

@media screen and (max-width: 767px) {
  #key-box {
    overflow: hidden;
    position: relative; /* Đảm bảo position relative để các phần tử con căn chỉnh đúng */
    height: 100vh;
    /* Khai báo các biến lưu kích thước ban đầu */
    --before-height: 0;
    --side-before-width: 0;
    --side-after-width: 0;
  }
  #key-box .video iframe {
    transform: translate(-50%, -15%);
    min-width: 180vh;
    min-height: 125vh;
  }
}
section {
  background: url(../img/shared/pt1.jpg);
}

#rss {
  padding: 10vw 0;
}
#rss .blog {
  display: flex;
  gap: 0 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2cdc6;
}
#rss .blog h2 {
  writing-mode: vertical-rl;
  font-size: 20px;
  position: relative;
  padding-top: 12px;
}
#rss .blog h2::after {
  content: "";
  background: #1e1b16;
  width: 5px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  border-radius: 50vw;
}
#rss .blog #feed {
  padding-top: 20px;
}
#rss .blog #feed .row {
  display: flex;
  gap: 0 20px;
}
#rss .blog #feed .row .photo a {
  display: block;
  width: 100px !important;
  height: 80px !important;
}
#rss .blog #feed .row .photo a span {
  display: block;
  width: 100px !important;
  height: 80px !important;
}
#rss .blog #feed .row dl {
  line-height: 20px;
}
#rss .blog #feed .row dl dt {
  font-size: 10px;
}
#rss .blog #feed .row dl dd {
  font-size: 11px;
}
#rss .blog .more a {
  font-size: 12px;
  position: absolute;
  right: 5%;
  bottom: 30px;
  padding-right: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  background: url(../img/shared/icon_square_b.png) no-repeat center right 10px / auto;
}

@media screen and (min-width: 768px) {
  #rss {
    padding: 45px 0 20px;
    position: relative;
  }
  #rss::after {
    content: "";
    background: #d2cdc6;
    height: 1px;
    width: 1350px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
  }
  #rss .wrap {
    max-width: 815px;
  }
  #rss .blog {
    display: flex;
    align-items: center;
    gap: 0 70px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  #rss .blog h2 {
    writing-mode: horizontal-tb;
    font-size: 21px;
    padding-top: 0;
    padding-left: 20px;
    height: -moz-max-content;
    height: max-content;
  }
  #rss .blog h2::after {
    width: 5px;
    height: 5px;
    left: 0;
    transform: translateX(0) translateY(-50%);
    position: absolute;
    top: 50%;
  }
  #rss .blog #feed {
    padding-top: 0;
  }
  #rss .blog #feed .row {
    display: flex;
    align-items: center;
    gap: 0 30px;
  }
  #rss .blog #feed .row .photo a {
    width: 125px !important;
    height: 75px !important;
  }
  #rss .blog #feed .row .photo a span {
    width: 125px !important;
    height: 75px !important;
  }
  #rss .blog #feed .row dl {
    line-height: 20px;
    display: flex;
    gap: 0 30px;
  }
  #rss .blog #feed .row dl dt {
    font-size: 14px;
  }
  #rss .blog #feed .row dl dd {
    font-size: 16px;
  }
  #rss .blog .more a {
    font-size: 16px;
    right: 0;
    bottom: 50px;
  }
}
#sec1 {
  padding: 5vw 0 20vw;
  position: relative;
}
#sec1::before {
  content: "";
  background: url(../img/shared/pt2.jpg) 0 0/250px;
  width: 70%;
  height: 110vw;
  right: 0;
  top: 65vw;
  position: absolute;
}
#sec1 .row-1 .content h2 {
  margin-bottom: 10vw;
}
#sec1 .row-1 .content .photo-1 {
  margin-bottom: 25vw;
}
#sec1 .row-1 .content .txt {
  margin-bottom: 60px;
}
#sec1 .row-1 .content .txt span {
  display: block;
  margin-bottom: 20px;
}
#sec1 .row-2 .photo-2 {
  width: 90%;
  margin-left: -5.5%;
  margin-bottom: 30px;
}
#sec1 .row-2 .photo-3 {
  width: 75%;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 190px 0 150px;
  }
  #sec1::before {
    background: url(../img/shared/pt2.jpg) 0 0 / auto;
    width: calc(50% - 150px);
    height: 1135px;
    top: 235px;
  }
  #sec1 .wrap {
    max-width: 1500px;
  }
  #sec1 .row-1 .content {
    width: 455px;
    margin-left: auto;
    margin-right: calc(50% + 145px);
  }
  #sec1 .row-1 .content h2 {
    margin-bottom: 80px;
  }
  #sec1 .row-1 .content .photo-1 {
    margin-bottom: 0;
    height: 830px;
    left: 50%;
    right: 110px;
    position: absolute;
    top: -65px;
  }
  #sec1 .row-1 .content .txt {
    margin-bottom: 110px;
    font-size: 17px;
    line-height: 34px;
  }
  #sec1 .row-1 .content .txt span {
    margin-bottom: 32px;
  }
  #sec1 .row-2 {
    position: relative;
  }
  #sec1 .row-2 .photo-2 {
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
    margin-bottom: 0;
  }
  #sec1 .row-2 .photo-3 {
    width: auto;
    left: calc(50% + 55px);
    margin-left: auto;
    height: 350px;
    top: 125px;
    right: 200px;
    position: absolute;
  }
}
section {
  overflow-y: visible;
  overflow-x: clip;
}

#sec2 {
  position: relative;
}
#sec2 .photo {
  position: sticky;
  height: calc(100vh - 80px);
  top: 0;
}
#sec2 .photo img {
  height: calc(100vh - 80px);
  -o-object-fit: cover;
  object-fit: cover;
}
#sec2 h2 {
  position: absolute;
  left: 10vw;
  top: 20vw;
  color: #fff;
  padding-top: 12vw;
}
#sec2 h2::before {
  content: "";
  background: url(../img/index/sec2_deco1.png) no-repeat 0 0/100%;
  width: 60%;
  height: 7vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
#sec2 .col-l {
  position: relative;
  z-index: 3;
  background-color: rgba(40, 29, 11, 0.75);
  padding: 15vw 5%;
  color: #fff;
}
#sec2 .col-l .info h3 {
  margin-bottom: 5vw;
}
#sec2 .col-l .info .txt span {
  display: block;
  margin-bottom: 30px;
}
#sec2 .col-l .info .btn-t1 a {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #sec2 .photo {
    height: 100vh;
  }
  #sec2 .photo img {
    height: 100vh;
    width: 100%;
  }
  #sec2 h2 {
    left: auto;
    right: calc(50% + 280px);
    top: 250px;
    padding-top: 70px;
  }
  #sec2 h2::before {
    width: 117px;
    height: 24px;
  }
  #sec2 .col-l {
    margin-left: 50%;
    padding: 200px 20px 195px;
  }
  #sec2 .col-l .info {
    width: 450px;
    margin-left: 150px;
  }
  #sec2 .col-l .info h3 {
    margin-bottom: 50px;
  }
  #sec2 .col-l .info .txt {
    margin-bottom: 50px;
  }
  #sec2 .col-l .info .txt span {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 34px;
  }
  #sec2 .col-l .info .btn-t1 a {
    margin: 0 0 0 auto;
  }
}

#sec3 {
  padding: 15vw 0 20vw;
}
#sec3 .row .content h3 {
  line-height: 2em;
  letter-spacing: 0.2em;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5vw;
}
#sec3 .row .content .group-photo {
  position: relative;
  margin-bottom: 10vw;
}
#sec3 .row .content .group-photo .ttl-latin {
  position: absolute;
  right: 0;
  letter-spacing: 0.15em;
  bottom: -5vw;
  text-transform: uppercase;
}
#sec3 .row .content .txt {
  margin-bottom: 30px;
}
#sec3 .row-1 {
  position: relative;
  margin-bottom: 10vw;
  padding-bottom: 22vw;
}
#sec3 .row-1::after {
  content: "";
  background: url(../img/index/sec3_deco1.png) no-repeat 0 0/100%;
  width: 50%;
  height: 5vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}
#sec3 .row-2 .content .group-photo .ttl-latin {
  bottom: 2vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 125px 0 135px;
  }
  #sec3 .wrap {
    max-width: 1200px;
  }
  #sec3 .row {
    position: relative;
  }
  #sec3 .row .content {
    width: 368px;
    padding-top: 25px;
    margin-left: auto;
    margin-right: calc(50% + 185px);
  }
  #sec3 .row .content h3 {
    line-height: 50px;
    letter-spacing: 4px;
    margin: 0 0 50px 0;
  }
  #sec3 .row .content .group-photo {
    margin-bottom: 20px;
    position: absolute;
    left: calc(50% - 100px);
    height: 520px;
    right: -50px;
    top: 0;
  }
  #sec3 .row .content .group-photo .ttl-latin {
    right: 35px;
    letter-spacing: 3.6px;
    bottom: 40px;
  }
  #sec3 .row .content .txt {
    margin-bottom: 45px;
  }
  #sec3 .row .content .btn-t1 a {
    margin: 0;
  }
  #sec3 .row-1 {
    margin-bottom: 100px;
    padding-bottom: 120px;
  }
  #sec3 .row-1::after {
    width: 294px;
    height: 21px;
    left: 50%;
    bottom: 0;
  }
  #sec3 .row-2 .content {
    padding-top: 35px;
  }
  #sec3 .row-2 .content .group-photo .ttl-latin {
    bottom: 2vw;
    color: #fff;
  }
}
#sec4 {
  padding: 15vw 0 20vw;
  position: relative;
}
#sec4::before {
  content: "";
  background: url(../img/shared/pt2.jpg);
  width: 65%;
  height: 50vw;
  left: 0;
  top: 0;
  position: absolute;
}
#sec4::after {
  content: "";
  background: #d2cdc6;
  height: 1px;
  width: 90%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
}
#sec4 .row .photo {
  padding: 0 10vw;
  margin-bottom: 5vw;
}
#sec4 .row .content h2 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec4 .row .content h2 span {
  display: block;
  line-height: 2em;
}
#sec4 .row .content h2 span:first-child {
  font-size: 6vw;
}
#sec4 .row .content h2 span:last-child {
  font-size: 4.5vw;
}
#sec4 .row .content .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 125px 0 145px;
  }
  #sec4::before {
    width: calc(50% - 410px);
    height: 740px;
  }
  #sec4::after {
    width: 1350px;
  }
  #sec4 .wrap {
    max-width: 1200px;
  }
  #sec4 .row {
    position: relative;
  }
  #sec4 .row .photo {
    padding: 0;
    margin-bottom: 0;
    height: 470px;
    right: calc(50% + 40px);
    left: -70px;
    position: absolute;
  }
  #sec4 .row .content {
    width: 500px;
    margin-left: calc(50% + 60px);
    padding-top: 25px;
  }
  #sec4 .row .content h2 {
    margin-bottom: 50px;
  }
  #sec4 .row .content h2 span {
    line-height: 2em;
  }
  #sec4 .row .content h2 span:first-child {
    font-size: 33px;
    margin-bottom: 5px;
  }
  #sec4 .row .content h2 span:last-child {
    font-size: 21px;
    letter-spacing: 3.5px;
  }
  #sec4 .row .content .txt {
    margin-bottom: 45px;
  }
}
#sec5 .box {
  position: relative;
}
#sec5 .box h2 {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: 25vw;
  text-align: center;
  padding-top: 10vw;
  background: url(../img/index/sec5_deco1.png) no-repeat center top/40%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sec5 .box .photo-bg {
    height: 700px;
  }
  #sec5 .box .photo-bg img {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec5 .box h2 {
    left: auto;
    right: calc(50% + 75px);
    transform: translateX(0);
    top: 220px;
    padding-top: 55px;
    background: url(../img/index/sec5_deco1.png) no-repeat center top/auto;
  }
}
#sec6 {
  padding: 15vw 0;
  background:
    url(../img/shared/pt2.jpg) no-repeat top left -100%/80%,
    url(../img/shared/pt3.jpg);
  color: #fff;
}
#sec6 h2 {
  margin-bottom: 5vw;
  text-transform: uppercase;
}
#sec6 .photo-floor {
  margin-bottom: 35px;
}
#sec6 .group-photo {
  display: flex;
  justify-content: space-between;
  margin: 0 -5.5% 30px;
  align-items: flex-end;
}
#sec6 .group-photo .photo-1 {
  width: 55%;
}
#sec6 .group-photo .photo-2 {
  width: 42%;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 150px 0 125px;
    background:
      url(../img/shared/pt2.jpg) no-repeat top left/550px,
      url(../img/shared/pt3.jpg);
  }
  #sec6 .wrap {
    max-width: 1200px;
  }
  #sec6 h2 {
    margin-bottom: 0;
  }
  #sec6 .photo-floor {
    margin-bottom: 35px;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: calc(50% - 110px);
    top: 35px;
  }
  #sec6 .group-photo {
    padding-top: 400px;
    margin: 0;
    align-items: flex-end;
  }
  #sec6 .group-photo .photo-1 {
    width: 55%;
  }
  #sec6 .group-photo .photo-2 {
    width: 42%;
  }
  #sec6 .txt {
    width: 410px;
    left: 0;
    top: 135px;
    position: absolute;
    font-size: 17px;
    line-height: 34px;
  }
}
#faq {
  padding: 10vw 0;
  background: #f5f4f0;
}
#faq h2 {
  text-align: center;
  margin-bottom: 10vw;
}
#faq .box-faq {
  border-top: 1px solid #ddd;
}
#faq .box-faq dl {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#faq .box-faq dt {
  position: relative;
  padding: 30px 55px 30px 15px;
  font-size: 15px;
  display: flex;
  cursor: pointer;
  /* background: #f5f4f2;*/
}
#faq .box-faq dt span {
  margin-right: 10px;
}
#faq .box-faq dt::before,
#faq .box-faq dt::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 18px;
  height: 1px;
  background: #333;
  transition: 0.3s;
}
#faq .box-faq dt::after {
  transform: translateY(-50%) rotate(90deg);
}
#faq .box-faq dd {
  display: none;
  margin: 0;
  padding: 25px 15px;
  background: #fff;
  font-size: 15px;
  transition: 0.3s;
}
#faq .box-faq dd span {
  margin-right: 10px;
}
#faq .box-faq dl.active dt::after {
  opacity: 0;
}
#faq .box-faq dl.active dd {
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #faq {
    padding: 100px 0;
  }
  #faq h2 {
    margin-bottom: 65px;
  }
  #faq .box-faq dt {
    padding: 30px 80px 30px 85px;
    font-size: 21px;
  }
  #faq .box-faq dt:hover {
    opacity: 0.7;
  }
  #faq .box-faq dt span {
    margin-right: 10px;
    font-size: 25px;
  }
  #faq .box-faq dt::before,
  #faq .box-faq dt::after {
    top: 40%;
    right: 50px;
    width: 30px;
    height: 2px;
  }
  #faq .box-faq dd {
    padding: 30px 130px;
    font-size: 16px;
  }
  #faq .box-faq dd span {
    margin-right: 10px;
    font-size: 16px;
  }
}
#shopinfo {
  padding: 20vw 0;
}
#shopinfo .ttl-latin {
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
#shopinfo .desc {
  text-align: center;
  margin-bottom: 40px;
}
#shopinfo .group-1 .logo {
  width: 80px;
  margin: 0 auto 30px;
}
#shopinfo .group-1 .group-phone .tel-t1 {
  margin-bottom: 5px;
}
#shopinfo .group-1 .group-phone .tel-t1 dt {
  font-size: 16px;
  margin-bottom: 10px;
}
#shopinfo .group-1 .group-phone .tel-t1 dd {
  font-size: 28px;
}
#shopinfo .group-1 .group-phone .phone-desc {
  margin-bottom: 20px;
  font-size: 3vw;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
}
#shopinfo .btn-web-1 {
  width: 160px;
  margin: 0 auto 40px;
}
#shopinfo .btn-web-1 a {
  width: 160px;
}
#shopinfo .shop-info {
  border-top: 1px solid #1e1b16;
  padding-top: 10px;
}
#shopinfo .shop-info dl {
  display: flex;
  border-bottom: 1px solid #d2cdc6;
  padding: 12px 0;
  line-height: 1.6;
  letter-spacing: 0;
  flex-flow: wrap;
}
#shopinfo .shop-info dl dt {
  width: 100%;
}
#shopinfo .shop-info dl dd {
  width: 100%;
  text-align: left;
}
#shopinfo .shop-info .box {
  border: 1px solid #d2cdc6;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#shopinfo .shop-info .box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 120px 0 75px;
  }
  #shopinfo .wrap {
    max-width: 1100px;
  }
  #shopinfo .group-text {
    gap: 0 45px;
    margin-bottom: 90px;
  }
  #shopinfo .ttl-latin {
    text-align: left;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0;
    letter-spacing: -2.6px;
  }
  #shopinfo .desc {
    text-align: left;
    font-size: 21px;
    margin-bottom: 0;
    letter-spacing: 3px;
  }
  #shopinfo .group-1 {
    gap: 0 30px;
    margin-bottom: 85px;
  }
  #shopinfo .group-1 .logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0 35px 0 0;
  }
  #shopinfo .group-1 .group-phone .tel-t1 {
    margin: 0 0 10px 0;
    width: -moz-max-content;
    width: max-content;
  }
  #shopinfo .group-1 .group-phone .tel-t1 dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #shopinfo .group-1 .group-phone .tel-t1 dd {
    font-size: 33px;
  }
  #shopinfo .group-1 .group-phone .tel-t1 dd img {
    width: 20px;
  }
  #shopinfo .group-1 .group-phone .phone-desc {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  #shopinfo .btn-web-1 {
    width: 270px;
    margin: 0 0 40px -110px;
  }
  #shopinfo .btn-web-1 a {
    width: 270px;
    font-size: 25px;
    padding: 15px 0 15px 25px;
  }
  #shopinfo .btn-web-1 a::before {
    top: 24px;
    width: 20px;
    height: 20px;
    right: calc(50% + 55px);
  }
  #shopinfo .shop-info {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .shop-info .col-left {
    width: 520px;
  }
  #shopinfo .shop-info .col-right {
    width: 545px;
  }
  #shopinfo .shop-info dl {
    padding: 12.5px 0;
    font-size: 15px;
    line-height: 26px;
    flex-flow: nowrap;
  }
  #shopinfo .shop-info dl dt {
    width: 110px;
  }
  #shopinfo .shop-info .col-right dl dt{
    width: 133px;
  }
  #shopinfo .shop-info dl dd {
    width: calc(100% - 110px);
  }
  #shopinfo .shop-info .box {
    padding: 15px 0 20px;
    margin-top: 40px;
    width: 438px;
    margin: 25px auto 35px;
  }
  #shopinfo .shop-info .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #shopinfo .shop-info .box .txt {
    line-height: 23px;
    letter-spacing: 0;
  }
  #shopinfo .shop-info .photo {
    text-align: center;
  }
}
#gmap {
  padding: 10vw 0 15vw;
  position: relative;
}
#gmap::before {
  content: "";
  background: url(../img/shared/pt2.jpg);
  width: 100%;
  height: 50vw;
  top: 0;
  position: absolute;
}
#gmap .ttl {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5vw;
}
#gmap .ttl ul .btn-link a {
  width: -moz-max-content;
  width: max-content;
  padding: 0 25px 5px 10px;
  background: url(../img/shared/icon_square.png) no-repeat center right 5px / auto;
  border-bottom: 1px solid #fff;
}
#gmap .google-map {
  filter: grayscale(1);
}

@media screen and (min-width: 768px) {
  #gmap {
    padding: 100px 0 145px;
  }
  #gmap::before {
    width: calc(50% + 150px);
    height: 400px;
  }
  #gmap .wrap {
    max-width: 1100px;
  }
  #gmap .ttl {
    align-items: center;
    justify-content: flex-start;
    gap: 0 65px;
    margin-bottom: 40px;
  }
  #gmap .ttl ul {
    gap: 0 30px;
  }
  #gmap .ttl ul .btn-link a {
    width: -moz-max-content;
    width: max-content;
    padding: 0 25px 5px 10px;
    background: url(../img/shared/icon_square.png) no-repeat center right 5px / auto;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  #gmap .ttl ul .btn-link a:hover {
    border-bottom: 1px solid transparent;
  }
  #gmap .ttl ul .btn-share a {
    letter-spacing: -0.6px;
  }
  #gmap .ttl ul .btn-share a:hover {
    opacity: 0.7;
  }
  #gmap .google-map iframe {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .row-1 .content {
    margin-right: calc(50% + 80px);
  }
  #sec2 .col-l .info {
    margin-left: 65px;
  }
  #sec3 .row .content .group-photo {
    right: 0;
  }
  #sec6 h2 {
    margin-left: 30px;
  }
  #sec6 .txt {
    margin-left: 30px;
  }
  #sec6 .photo-floor {
    width: 700px;
  }
} /*# sourceMappingURL=index.css.map */
