@charset "UTF-8";
.mVisual {
  position: relative;
  width: 1920px;
  height: 660px;
  margin: 0 auto 60px;
}

.fullWrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.slider-wrapper {
  border: none;
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .slider {
  max-width: 1920px;
  position: relative;
}
.slider-wrapper .slider .title {
  position: absolute;
  left: 185px;
  top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
@media only screen and (max-width: 1720px) {
  .slider-wrapper .slider .title {
    left: 100px;
  }
}
@media only screen and (max-width: 1400px) {
  .slider-wrapper .slider .title {
    left: 60px;
    gap: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  .slider-wrapper .slider .title {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-wrapper .slider .title {
    gap: 20px;
    left: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .slider-wrapper .slider .title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.slider-wrapper .slider .title .titTop h1 {
  color: var(--color-yel);
  font-weight: bold;
  font-size: 50px;
}
@media only screen and (max-width: 1200px) {
  .slider-wrapper .slider .title .titTop h1 {
    font-size: clamp(16px, 1.458vw + 11.333px, 30px);
  }
}
@media only screen and (max-width: 600px) {
  .slider-wrapper .slider .title .titTop h1 {
    font-size: 20px;
  }
}
.slider-wrapper .slider .title .titTop p {
  color: #ffffff;
  font-size: clamp(16px, 1.458vw + 11.333px, 30px);
}
@media only screen and (max-width: 600px) {
  .slider-wrapper .slider .title .titTop p {
    padding-top: 0px;
  }
}
.slider-wrapper .slider .title .titBtm p {
  color: #ffffff;
  font-size: clamp(16px, 0.9375vw + 13px, 25px);
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slider .title .titBtm p {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slider .mobileRev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 500px) {
  .slider-wrapper .slider .mobileRev {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
}

.controls {
  text-align: center;
  margin-top: 4px;
  position: absolute;
  bottom: 30%;
  left: 175px;
  gap: 10px;
}
@media only screen and (max-width: 1720px) {
  .controls {
    left: 105px;
    bottom: 20%;
  }
}
@media only screen and (max-width: 1400px) {
  .controls {
    left: 55px;
  }
}
@media only screen and (max-width: 900px) {
  .controls {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 65%;
    bottom: 25%;
  }
}

.slider-wrapper button {
  margin: 0 3px;
  padding: 3px 3px;
  cursor: pointer;
}

.progress-bar {
  height: 4px;
  background: #9c9c9c;
  width: 140px;
  margin-top: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .progress-bar {
    display: none;
  }
}

.progress {
  height: 4px;
  width: 0%;
  background: #ffffff;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: white;
}

.controls button {
  padding: 10px;
}

.slider-nav .current,
.slider-nav .total {
  width: 40px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .slider-nav .current,
  .slider-nav .total {
    display: none;
  }
}

.cartTitle {
  font-size: 25pt;
  color: #262261;
  font-weight: 500;
}

.Cardlayout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 4rem;
  max-width: 1640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 20px;
}

.YellowCardlayout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0px 20px 60px 20px;
}

.cardphone {
  font-size: 50px;
  font-weight: bold;
  color: #ffc63d;
}

.cardfax {
  font-size: 22pt;
  font-weight: 300;
}

.cardHover {
  width: 100%;
  min-height: 330px;
  background-size: cover;
  background-position: center;
}

.cardHover:hover {
  cursor: pointer;
}

.cardHover:hover .txtWrap {
  opacity: 1;
}

.txtWrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(255, 198, 61, 0.8509803922);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-height: 330px;
}

.cardhoverWrap {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tit {
  font-weight: bold;
  font-size: 22pt;
  color: #262261;
}

.desc {
  font-size: 15pt;
  color: #4b5563;
  margin-bottom: 3rem;
}

.cardhoverWrap:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.tits .tit {
  font-size: 22pt;
  color: #262261;
}

@media only screen and (max-width: 767px) {
  .cartTitle {
    font-size: 20pt;
  }
  .cardphone {
    font-size: 30px;
    font-weight: bold;
    color: #ffc63d;
  }
  .cardfax {
    font-size: 15pt;
    font-weight: 300;
  }
  .tits .tit {
    font-size: 20pt;
  }
}
@media only screen and (max-width: 1020px) {
  .Cardlayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    gap: 40px;
    margin-bottom: 0rem;
  }
  .YellowCardlayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 80px;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .YellowCardlayout {
    padding: 20px 20px;
  }
}
.timetable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* width-ийг ягштал барина */
}

.timetable th,
.timetable td {
  border: 1px solid #e5e7eb;
  padding: 12px;
  text-align: left;
}

/* тогтмол колонкууд */
.timetable .col-bu {
  width: 64px;
} /* 부제/번호 гэх мэт богино */
.timetable .col-time {
  width: 160px;
} /* 시간 */
/* Хэрэв '비교' колонк байвал (коммент тайлж хэрэглэ) */
/* .timetable .col-compare { width: 160px; } */
/* 7 weekday баганын ижил өргөн:
   (100% - тогтмол колонкуудын нийлбэр) / 7  */
.timetable .col-week {
  /* 비교 байхгүй хувилбар: 64 + 160 = 224px */
  width: calc((100% - 224px) / 7);
}

/* Хэрвээ '비교' бас байгаа бол дээрхийг ингэж солиорой: */
/*
.timetable .col-week {
  width: calc((100% - (64px + 160px + 160px)) / 7);
}
*/
.sec2 {
  background-image: url("../assets/bgSec2.png");
}

.sec2tit {
  font-size: clamp(18px, 5vw, 38px);
  font-weight: bold;
}

.sec2titd {
  font-size: clamp(18px, 5vw, 38px);
  font-weight: bold;
}

.Swipetit {
  font-size: clamp(18px, 5vw, 38px);
  font-weight: bold;
}

.sec2titp {
  font-size: clamp(1rem, 0.955rem + 0.227vw, 1.13rem);
}

.seemoreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.seemoreBtn:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.doro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../assets/bgfixed.jpg") right;
  background-attachment: fixed;
  background-size: cover;
  height: 60vh;
}
.doro .txt {
  margin-left: auto;
  margin-bottom: auto;
  padding: 2% 10% 0 0;
  text-align: right;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.doro h1 {
  font-size: 3em;
  color: #fff;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .doro h1 {
    font-size: 1.8em;
  }
}
.doro p {
  display: block;
  margin: 20px 0 0;
  color: #fff;
}
.doro a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
}
.doro a:hover {
  color: #6fa1ff;
  scale: 1.05;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

/* Slider max width + decoration */
.temdeg {
  width: 100%;
  max-width: 900px; /* lg дээр 900px */
  padding: 0 16px; /* жижиг дэлгэцэд амьсгаа */
  word-break: keep-all;
  line-break: loose;
}

.bggrad {
  background: #faf7ff;
  background: linear-gradient(
    40deg,
    rgb(255, 246, 253) 0%,
    rgb(255, 255, 255) 100%
  );
}

/* lefт decoration */
.temdeg::before {
  content: "";
  position: absolute;
  background-image: url("../assets/ygntemdeg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 133px;
  height: 133px;
  top: -30px;
  left: 10px;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.temdeg::after {
  content: "";
  position: absolute;
  background-image: url("../assets/ygntemdeg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 133px;
  height: 133px;
  bottom: -120px;
  right: 10px;
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .temdeg {
    max-width: 480px;
  }
  .temdeg::before {
    width: 86px;
    height: 86px;
    left: -24px;
    top: -8px;
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .temdeg {
    max-width: 680px;
  }
}
/* Swiper nav buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 56px !important;
  height: 56px !important;
  top: 80% !important;
}

/* hide default arrow glyph */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
/* optional: nicer image sizing for arrows */
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .swiper {
    max-width: 300px;
  }
}

/* 푸터 */
#footer {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url("../assets/footerbg.png") center;
  background-size: cover;
  z-index: 9;
}

#footer .common_customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0 60px;
  margin: 0 auto;
  width: 80%;
  max-width: 1500px;
}

#footer .common_customer .desc {
  width: 70%;
}

#footer .common_customer .desc h1 {
  font-size: 0.8em;
  color: #ffc63d;
  letter-spacing: 1px;
}

#footer .common_customer .desc h2 {
  display: block;
  margin: 20px 0;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0;
}

#footer .common_customer .desc h2 strong {
  color: #ff462d;
}

#footer .common_customer .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
}

#footer .common_customer .number .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#footer .common_customer .number .tel:nth-child(1) span {
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
}

#footer .common_customer .number .tel:nth-child(2) span {
  display: inline-block;
  margin: 0 15px;
  background: #1e60c3;
  border-radius: 35px;
  padding: 15px;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
}

#footer .common_customer .number .tel a {
  margin: auto 0;
  font-size: 1.7em;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0;
}

#footer .common_customer .number .tel .material-symbols-outlined {
  font-size: 30px;
}

#footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #545454;
  padding: 40px 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1500px;
}

#footer .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 50px 0 0;
}

#footer .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 7px;
}

#footer .admin li {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

#footer .admin li:last-child {
  padding: 0;
}

#footer .admin li a {
  color: #fff;
  line-height: 25px;
}

#footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
  border-left: 1px solid #545454;
  padding-left: 50px;
  font-size: 0.8em !important;
  color: #afaeae;
  line-height: 1.6em;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  /* 푸터 */
  #footer .common_customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0 40px;
    margin: 0 auto;
    width: 90%;
  }
  #footer .common_customer .desc {
    width: 100%;
    margin: 0 0 10px;
  }
  #footer .common_customer .desc h1 {
    font-size: 0.7em;
    letter-spacing: 1px;
    text-align: center;
  }
  #footer .common_customer .desc h2 {
    display: block;
    margin: 6px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center;
  }
  #footer .common_customer .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
  }
  #footer .common_customer .number .tel {
    display: none;
    margin: 0;
  }
  #footer .common_customer .number .tel:nth-child(1) span {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.1em;
    color: #fff;
    line-height: 1.1em;
    text-align: center;
  }
  #footer .common_customer .number .tel:nth-child(2) span {
    display: inline-block;
    margin: 0 15px;
    background: #1e60c3;
    border-radius: 35px;
    padding: 15px;
    width: 40px;
    height: 40px;
    font-size: 1.1em;
    color: #fff;
    line-height: 1.1em;
    text-align: center;
  }
  #footer .common_customer .number .tel a {
    margin: auto 0;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0;
  }
  #footer .common_customer .number .tel img {
    height: 40px;
  }
  #footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
  #footer .footer_logo {
    display: block;
    margin: 0px auto;
  }
  #footer .footer_logo img {
    width: 150px;
  }
  #footer .admin {
    display: none;
  }
  #footer .admin li {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }
  #footer .admin li:last-child {
    padding: 0;
  }
  #footer .admin li a {
    color: #fff;
    line-height: 25px;
  }
  #footer .address {
    padding: 50px 0px 0px 0px;
    border: none;
  }
}
.iconWrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #e5e7eb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
}
.iconWrap:hover {
  scale: 1.05;
}

.boxItem {
  display: -ms-grid;
  display: grid;
  padding: 2rem;
  -ms-grid-columns: minmax(0, 1fr) 0.5rem minmax(0, 1fr) 0.5rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #d1d5db;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.boxItem:hover {
  cursor: pointer;
}
@media (min-width: 640px) {
  .boxItem {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
