
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
p{
  margin-bottom: 1rem;
}
.nav-link{  font-size:19px !important;}
.contents--sm-section {

  display: flex
;
  width: 100%;
  max-width: 1415px;
  margin: 0 auto;
}
body{
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.navbar{
  --bs-navbar-padding-y: 1rem;
  --bs-navbar-color: rgba(0, 0, 0, 1);
  --bs-navbar-hover-color: #0d7ff0;
}
.contents-wrap__body.renewal {
  background: #fafafa;
 padding-top: 5px !important;
}

@media only screen and (max-width: 1260px) {
  .contents-wrap {
      padding-left: 0;
      padding-top: 0;
  }
  
} 
.bg-light2{
  background-color: #c6f5ff;
}
.fixed-bottom-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: lightgray;
  text-align: center;
  padding: 10px;
}
.blog-preview2 {

  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: transform 0.5s ease;
}
.blog-preview2 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: transform 0.5s ease;
}
.blog-preview img {
  width: 100px;
  height: auto;
  border-radius: 8px;
}
.blog-content h5 {
  margin: 0;
  font-size: 1.1rem;
}
.blog-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}
.col-md-4 {
  flex: 1 0 calc(33.3333% - 10px); /* Default: 3 items per row */
}

/* 모바일 화면에서 한 번에 1개씩만 표시 */
@media (max-width: 768px) {
  .col-md-4 {
    flex: 1 0 100%; /* 1 item per row */
  }
}
.fixed-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 200px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 15px;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

.fixed-sidebar.hidden {
  transform: translate(100%, -50%);
}

.toggle-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 5px 10px;
  z-index: 90;
  cursor: pointer;
  transition: right 0.3s ease-in-out;
}

.toggle-btn.hidden {
  right: 0;
}

.toggle-btn:not(.hidden) {
  right: 200px;
}


.dropdown:hover .dropdown-menu {
  display: block;
}

.contents--home-section_contact {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 20px 0 ;
  border-radius: 20px;
  background: #7effc3;
}
.in-wrap {
  display: flex; /* Flexbox를 활성화 */
  flex-wrap: wrap; /* 작은 화면에서는 줄바꿈 허용 */
  gap: 1rem; /* 요소 간 간격 */
  justify-content: space-between; /* 요소 간 공간 균등 배분 */
  align-items: center; /* 세로 정렬 */
}

/* 각 box 클래스 설정 */
.box {
  flex: 1; /* 각 요소가 균등하게 너비 차지 */
  min-width: 150px; /* 최소 너비 설정 */
  max-width: 300px; /* 최대 너비 설정 */
  text-align: center; /* 텍스트 가운데 정렬 */
  padding: 0;

}

/* box-1 텍스트 스타일 */
.box-1 .txt-1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.box-1 .txt-2 {
  font-size: 1rem;
  color: #555;
}

/* box-2 폼 스타일 */
.box-2 .box-sub-1 span {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.box-2 .box-sub-1 input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
}

/* 개인정보 동의 체크박스 */
.box-2 .box-sub-2 label {
  font-size: 0.9rem;
  line-height: 1.5;
}

.box-sub-2 {
width:100%;
  text-align:center;


}

/* box-3 버튼 스타일 */
.box-3 .btn-submit {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.box-3 .btn-submit:hover {
  background-color: #0056b3;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .in-wrap {
      flex-direction: column; /* 작은 화면에서는 세로 정렬 */
      gap: 1rem;
  }

  .box {
      max-width: 100%; /* 작은 화면에서는 전체 너비 사용 */
  }
}
.form-container {
          
  background: url('https://1577-9590.com/_var/rental/banner/i61.jpg') ;
  background-size: 100% auto; 
  position: relative;
  max-width:1080px;

  text-align: center;
  color: #fff;

  padding: 20px 0;

}

.form-container h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.form-container input[type="number"] {
  width: 70px;
  height: 30px;
  margin: 5px;
  font-size: 1rem;
  text-align: center;
}

.form-container input[type="checkbox"] {
  margin: 10px;
}

.form-container label {
  font-size: 0.9rem;
}

.form-container button {
  background-color: #FF9800;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.form-container button:hover {
  background-color: #e68900;
}

.image-container {
  display: flex; /* Flexbox를 사용하여 정렬 */
  flex-wrap: wrap; /* 이미지가 화면 크기에 따라 줄바꿈되도록 설정 */
  gap: 30px; /* 이미지 간의 간격 (조절 가능) */
}
/* 개별 이미지 상자 */
.image-item {
  /* width: 240px; */
  height: 90px;
 margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: left; /* 이미지 텍스트 왼쪽 정렬 */

}

.image-item-r {
  width: 300px;
  height: 90px;
  flex: 0 0 auto; /* 고정된 크기로 오른쪽에 위치 */
  margin-left: auto; /* 오른쪽으로 밀기 */
  text-align: right; /* 이미지 텍스트 오른쪽 정렬 */
  font-size:35px;
  font-weight:bold;
  font-family:'Do Hyeon';
}
/*
// .totop
*/
.totop {
  position: relative;
  z-index: 9;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s,
    visibility 0s .3s;
  transition: opacity .3s,
    visibility 0s .3s;
}

.totop__body {
  position: fixed;
  bottom: 36px;
  left: 0;
  top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}

.totop__container {
  margin: 0;
  width: 50%;
}

.totop__start,
.totop__end {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 0;
}

.totop__end {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.totop__end:before {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.totop__button {
  pointer-events: auto;
  width: 39px;
  height: 39px;
  border-radius: 19.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #333;
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color .15s,
    color .15s;
  transition: background-color .15s,
    color .15s;
}

[dir=ltr] .totop__button {
  margin-left: 80px;
  margin-right: 24px;
}

[dir=rtl] .totop__button {
  margin-right: 80px;
  margin-left: 24px;
}

.totop__button:focus {
  outline: none;
}

@media (hover: hover) {
  .totop__button:hover {
    color: #fff;
    background: #4d4d4d;
  }
}

.totop__button:active {
  color: #fff;
  background: #333;
}

.totop__button svg {
  margin-top: -2px;
  margin-bottom: 1px;
}

.totop--show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.tags__list {

    font-size: 15px !important;
	}
	.modal-content {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 20px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 15%);
}
.form-control {
  border-radius: 2px;
  line-height: 1.25;
}
.btn-primary.disabled, .btn-primary:disabled {
  border-color: #333;
  background: #333;
  color: #fff;
  fill: #fff;
}
.btn-block {
  display: block;
  width: 100%;
}
.product-card1{
    border: 1px solid #eeeeee;
    width: 100%;
    position: relative;
}
.product-card1:hover{
    border: 1px solid #cccccc;

}
.site-header__phone-number {
  font-size: 30px;
  font-weight: 700;
}

.mobile-top__menu {
  overflow-x: auto;
  white-space: nowrap;
}

.videoc {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoc iframe,
.videoc object,
.videoc embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important; 
  height: 100% !important;
}

.nav-pills .nav-link {
  border-radius: 0;
  cursor: pointer;

}

.nav-pills .nav-item>a:hover.active {
  color: #ffffff !important;
}

/* vpage 탭 컬러 


.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs li {
  display: block;
}

ul.nav-pills li {
  display: inline;
}

ul.nav-pills .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  cursor: pointer;
}

ul.nav-pills .nav-link.active,
ul.nav-pills .show > .nav-link {
  color: #e50045;
  background-color: #ffffff;
  border-bottom: 1px solid #e50045;
  transition: 0.5s;
}

*/

.nav-links__list>li {
  height: 100%;
}

.nav-links__list>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: inherit;
}

.nav-links__list>li>a:hover {
  color: inherit;
}

.nav-links__list li a:hover .nav-links__item-body {
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.nav-links__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 0 24px;
  height: 42px;
  border-radius: 2px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submenu .nav-links__item-body {
  position: relative;
}

.submenu .nav-links__item-arrow {
  position: absolute;
  fill: rgba(0, 0, 0, 0.25);
}

[dir="ltr"] .submenu .nav-links__item-arrow {
  right: 12px;
  font-size: 8px;
  color: #00000050;
}

.menu__item--hover .menu__item-link {
  background: #f2f2f2;
}

.menu__item--hover>.menu__submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.contatiner {
  max-width: 1200px;
  background: #eee;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-links__item-body {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .nav-links__submenu {

    right: 10%;
  }

  .mobile-header__menu-button {
    height: 54px;
  }

  .submenu .nav-links__item-body {
    padding-right: 10px;
  }

  .nav-links__list>li>a {
    font-size: 16px;
  }

  .nav-links__list>li.submenu>a {
    /* pointer-events: none;*/
  }

  .nav-links__item-body {
    padding: 0 10px;
    height: 42px;
  }

  .nav-links__item-arrow {
    display: none;
  }
}

.page-header__breadcrumb {
  padding-bottom: 20px;
}

@media (min-width: 1340px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) {}

.columns {
  margin-left: 0;
  margin-right: 0;
}

/*
 * ::::::::::: Custom Styles :::::::::::
 * Note: use this file to add or override any other styles.
 * DON'T EDIT TEMPLATE CSS/SCSS FILES DIRECTLY, JUST USE THIS FILE.
 */
.mobileonly {
  display: none;
}
@media screen and (max-width: 620px) {


  .totop {

    pointer-events: auto;

  }

  .mobilehide {
    display: none;
  }
    .mobileonly {
    display: block;
  }
.totop__container {
    margin: 0;
    width:50%;
    background: #cf232390;
}
.totop__container2 {
  margin: 0;
  width:50%;
  color:#ffffff;
  background: #0022e490;
}
.totop__body {
    position: fixed;
    bottom: 0 !important;
	}
  .pd-10 {
    padding: 0 10px;
  }

  .page-header__breadcrumb {
    padding-bottom: 8px;
  }
}

.smalltxt {
  font-size: 13px;
}

.notification {
  color: #333;
}

.content p {
  color: #333333;
}

.is-medium-2 {
  font-size: 0.8rem;
}

.table td,
.table th {
  vertical-align: middle;
}

table td>a {
  color: #000000;
}

table td>a>img {
  vertical-align: bottom;
}

.menu>li>a {
  font-weight: 500;
}

.heading-title-top.style-2 {
  padding-top: 28px;
}

body.footer-background.dark-color:not(.primary-color) footer a,
body.footer-background.dark-color:not(.primary-color) footer p {
  color: #f0f0f0;
}

.blog-post .entry-header .entry-title {
  font-size: 25px;
}

.widget-title {
  font-size: 18px;
}

.owl-carousel .owl-dots .owl-dot span {
  opacity: 1;
}

.testimonials-column {
  padding-top: 138px;
}

.works-latest .works-latest-item .works-latest-item-meta h5 a,
.works-latest .works-latest-item .works-latest-item-meta h3 a,
.works-latest .works-latest-item .works-latest-item-meta h5,
.works-latest-item .works-latest-item-meta h3 {
  opacity: 1;
}

body .image-hover figure img {
  min-height: auto !important;
}

.bd-structure {
  border: 2px solid #f5f5f5;
  border-radius: 4px;
  padding: 1.25rem;
  position: relative;
  margin-bottom: 2rem;
}

.bd-structure p {
  font-size: 16px;
}

.title {
  padding: 1rem 1rem 0rem;
}
.products-list__body{
    font-family: 'Noto Sans KR';
}
.tit{float:left;}
.txt{float:right;}
.text-right{text-align:right;}
.nowrap{white-space:nowrap;}
.cmt-structure {
  background-color: rgba(240, 240, 240, 0.5);
  border-radius: 4px;
  padding: 1.25rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  body .works-latest .works-latest-item .works-latest-item-meta h3 {
    font-size: 18px;
  }

  body .image-hover figure img {
    min-height: auto !important;
  }

  .works-latest .works-latest-item .works-latest-item-meta h5 {
    font-family: Oswald, sans-serif;
    font-weight: normal;
  }

  body .testimonials .testimonials-item p {
    padding-left: 10px !important;
    padding-right: 15px !important;
  }

  .testimonials.style-1 .testimonials-item h3 {
    font-size: 15px;
  }

  .bd-structure {
    border: 0px;

    padding: 0.5rem;
  }

  .cmt-structure {
    padding: 1.5rem 0.5rem 0rem;
  }

  .title {
    padding-left: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .site-logo-inner img {
    max-height: 100px;
  }

  [dir="ltr"] .submenu .nav-links__item-body {
    padding-right: 27px;
  }
}

@media screen and (max-width: 1087px) {
  .site-logo-inner img {
    max-height: 45px;
  }
}


.loginform {
  margin-left: 1px;
  padding: 26px 24px 46px;
  font-weight: normal;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  -khtml-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
}

#join {
  width: 350px;
  margin: 1em auto;
}

.joinform {
  margin-left: 1px;
  padding: 26px 24px 46px;
  height: 510px;
  font-weight: normal;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  -khtml-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
  box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
}

body .joinform .input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    sans-serif;
  font-weight: 200;
  font-size: 24px;
  padding-left: 10px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: none;
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

input {
  color: #555;
}

.clear {
  clear: both;
}

.loginform .forgetmenot {
  font-weight: normal;
  float: left;
  margin-bottom: 0;
}

.button-primary {
  font-family: sans-serif;
  padding: 3px 10px;
  border: none;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 11px;
  -khtml-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  cursor: pointer;
  text-decoration: none;
  margin-top: -3px;
}

#login .loginform p {
  margin-bottom: 0;
}

label {
  color: #777;
  font-size: 14px;
}

.loginform .forgetmenot label {
  font-size: 12px;
  line-height: 19px;
}

.loginform .submit,
.alignright {
  float: right;
}

.loginform p {
  margin-bottom: 24px;
}

#login {
  width: 320px;
  margin: 1em auto;
}

#login_error,
.message {
  margin: 0 0 16px 8px;
  border-width: 0px;
  border-style: solid;

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#nav,
#backtoblog {
  text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
  margin: 0 0 0 16px;
  padding: 16px 16px 0;
}

#backtoblog {
  padding: 12px 16px 0;
}

body .loginform .input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    sans-serif;
  font-weight: 200;

  padding-left: 10px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  outline: none;
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

input {
  color: #555;
}

.clear {
  clear: both;
}

#pass-strength-result {
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  margin: 12px 0 6px;
  padding: 6px 5px;
  text-align: center;
}

.member_form_wrapper .highlight {
  margin-bottom: 2px;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #ededed;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}

.progress.is-link::-ms-fill {
  background-color: #3273dc;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #3298dc;
}

.progress.is-info::-moz-progress-bar {
  background-color: #3298dc;
}

.progress.is-info::-ms-fill {
  background-color: #3298dc;
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #48c774;
}

.progress.is-success::-moz-progress-bar {
  background-color: #48c774;
}

.progress.is-success::-ms-fill {
  background-color: #48c774;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c774 30%, #ededed 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}

.progress.is-danger::-ms-fill {
  background-color: #f14668;
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
  animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@-webkit-keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}


.borom-slide-control {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -176px;
  z-index: 99999999;
  height: 471px;
}
.borom-slide-control ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.borom-slide-control ul li {
  width: 77px;
  height:100px;
  display: block;
  text-align: center;
  background: #222;
}
#qconbtn {
  background-image: linear-gradient(to left,#f40b26,#3952ea);
}
.borom-slide-control .qcontact a {
  padding: 27px 0;
}
.borom-slide-control ul li a {
  display: block;
  position: relative;
  z-index: 99999;
  color: #000;
  padding: 17px 0;
  font-size: 13px;
  color: #fff;
}
.borom-slide-control ul li.go_phone {
  background: #e21c40;
}
.borom-slide-control ul li a::after {
  content: '';
  display: block;
  width: 43%;
  height: 1px;
  background: #5d5d5d;
  position: absolute;
  bottom: 97%;
  transform: translate(-50%,0);
  right: 5px;
}

