:root
{
  --light_c: #1893ce;
  --main_c: #9ccdfc;
  --deep_c: #537386;
  --sec_c: #e4f3fb;
  --bc_c: #e5f4fa;
  --dark_c: #004777;
  --border_c: #a6a6a6;
  --text_c: #262626;
  --price_c: #7500fa;
  --svg_c: #ffffff;
}

body
{
  background: var(--sec_c);
  color: var(--text_c);
  font-weight: normal;
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
  font-family: "Brygada 1918","Microsoft JhengHei","PingFang TC","蘋果儷中黑","sans-serif",Arial;
}

.viewbox{
  width: 100%;
  overflow-x: hidden;
}

a
{
  color: var(--text_c);
  text-decoration: none;
}
a:hover
{
  filter: brightness(0.8);
}

img:not(a>img)
{
  display: block;
  width: 100%;
  object-fit: contain;
}

select:focus-visible ,button:focus-visible
{
  outline: -webkit-focus-ring-color auto 0px;
}

input,select
{
  width: 100%;
  padding: 2px 10px;
  color: var(--text_c);
  border: 1px var(--border_c) solid;
  border-radius: 5px;
}

/*svg*/
svg
{
  display: block;
  width: 100%;
  height: 100%;
}
.hlargans0 { fill: #006db2 }
/*svg*/


.changepage
{
  cursor: pointer;
}

/*confirmbox*/
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box
{
  border-radius: 0px!important;
}

.jconfirm .jconfirm-box
{
  background: white;
  border-radius: 0px;
  position: relative;
  outline: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 700;
}

.jconfirm .jconfirm-holder
{
  margin: auto;
}

.jconfirm-buttons
{
  float: none!important;
}

.btn-default
{
  background-color: var(--deep_c)!important;
  color: #fff !important;
}
.btn-default1
{
  background: var(--border_c)!important;
  color: #fff!important;
}

.jconfirm-content
{
  font-size: 0.9rem!important;
  font-weight: 400!important;
}

.jconfirm-title
{
  font-size: medium!important;
}

/*confirmbox*/


.loading-box{
  width: 100%;
  justify-content: center;
}
.loading-box.hide{
  display: none;
}

/* scrollbar*/
::-webkit-scrollbar-track
{
  opacity: 0;
  border-radius: 10px;
}

::-webkit-scrollbar
{
  background-color: transparent;
  width: 10px;
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: var(--main_c);
}
/* scrollbar*/

/*flex*/
.d-flex
{
  width: 100%;
}
/*flex*/

/*寬*/
@media screen and (min-width: 1025px)
{
.dropdown-menu {
    box-shadow: -10px -10px 20px 0px rgba(174, 174, 192, 0.1), 10px 10px 20px 0px rgba(174, 174, 192, 0.4);
  }
}
/*寬*/


/*窄*/
@media screen and (max-width: 1024px)
{

}
/*窄*/

/*loading*/
.lds-gridbox
{
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #0000002b;
  z-index: 99997;
}

.ldshide
{
  display: none!important;
}

.lds-grid
{
  display: inline-block;
  position: fixed;
  top: 45vh;
  right: 45vw;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
}

.lds-grid div
{
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4b92d6;
  opacity: 0.6;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1)
{
  background: #ffffff!important;
  top: 0px;
  left: 0px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(2)
{
  top: 0px;
  left: 60px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(3)
{
  top: 60px;
  left: 0px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(4)
{
  top: 30px;
  left: 30px;
  animation-delay: -1.6s;
}

.lds-grid div:nth-child(5)
{
  top: 0px;
  left: 30px;
  animation-delay: -2.0s;
}

.lds-grid div:nth-child(6)
{
  top: 30px;
  left: 0px;
  animation-delay: -2.4s;
}

@keyframes lds-grid
{
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes Lbar-ani
{
  0%, 35%{
    width: 100%;
  }
  35%, 55%{
    width: 0%;
  }
  55%, 100% {
    width: 100%;
  }
}
/*loading*/


