@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');
/*--------------------------------------------------------------------
  public
--------------------------------------------------------------------*/
body {
  font-family: 'Noto Sans TC', sans-serif, 'Open Sans';
  font-weight: 200;
}
a {
  color: #327ab8;
  text-decoration: none;
}
a.btn {
  color: #303030;
  display: inline-block;
  padding: 10px 30px;
  background-color: #e1e1e1;
  transition: .5s;
}
a.btn:hover {
  color: #fff;
}
ul {
	list-style-type: none;
	list-style: none;	
}
p {
    text-align:justify; 
	line-height: 1.725rem;
	color: #133370;
}
.naver {
	width: 100vw;
	z-index: 100;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
nav {
	padding: 0!important;
    margin: 0!important;
}
.reduce input {
	width: calc(100% - 8px);
}
.txt_center{
	text-align: center;
}
.offset{
	margin: 0!important;
}
.inlineBlock {
	display: inline-block;
}
button.btn.fbinfo {
	position: fixed;
    top: 195px;
    right: -39px;
    color: #fff;
    background-color: #2f6ebf;
    border-radius: 0px 0 10px 10px;
    padding: 7px 21px;
    transform: rotate(90deg);
	z-index: 5;
}
button.btn.fbinfo:focus {
	outline: 0;
}
.offcanvas-end {
	width: 335px;
    background-color: #f1dac8;
}
header {
	width: 100%;
	height: auto;
	z-index: 9999;
}
header .container {
	position: relative;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menuinfo {
	font-size: 1rem;
	position: relative;
    display:inline-flex;
    flex-direction: column;
	width: 65%;
	margin: 5px 0;
}
.menuBlock{
	display: flex;
	align-content: center;
}
.headerinfo a {
	color: #b6bfe5;
}
.headerinfo a:hover {
	color: #1a91e4;
}
.naver .logoBar img {
	width: 72%;
	margin-top: 25px;
	margin-bottom: 25px;
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.naver nav.bg-dark {
	background-color: transparent!important;
	box-shadow: none;
}

/* 選單縮放 */

.naver.shrink {
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.shrink header {
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	padding-bottom: 0;
	background-color: rgba(255,255,255,.98);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.shrink .logoBar img {
	transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 60%;
}
.shrink .searchblock {
    transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
    background-color: #f6f6f6;
}
.shrink .navbar-nav {
    transition: all .3s;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;	
    margin:  0;
}

/* 漢堡選單 */

.navbar-collapse:not(.show) .nav-link {
  color: #003072 !important;
}
.naver nav.bg-dark a {
	font-size: 1.2rem;
	font-weight: 500;
}
.naver nav.bg-dark a:hover, .naver nav.bg-dark a:focus {
	color: #32a6de !important;
	outline: none;
}
.navbar-dark .navbar-toggler-icon {
	background-image: none !important;
	cursor: pointer;
}
.navbar-dark .navbar-toggler-icon i {
	color: #fd5958;
	font-size: 2rem;
}
.navbar-toggler span {
    display: block;
    background-color: #2b96ca;
    height: 4px;
    width: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
    transform: rotate(0deg);
    position: relative;
    left: 6px;
    opacity: 1;
}
.main {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content {
	font-size: 18px;
}
.breadcrumb {
	font-weight: 400;
    margin-top: 20px;
}
.breadcrumb a {
	color: #133370;
}
.breadcrumb-item.active {
    color: #327ab8;
}


/*Header 主選單
--------------------------------------------------------------------*/

.navbar-brand img {
  width: 101px;
  height: 52px;
}
.navbar {
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding-top: 16px;
}
.navbar-nav {
  margin: 4px 0;
  width: 100%;
  justify-content: space-between;
}
.headerinfo .nav-item > a {
	display: inline-flex;
}
.nav-item a {
  font-size: 18px;
}
.nav-item > a {
  color:#003072;
}
.nav-item .dropdown-menu {
  background-color: rgba(255, 255, 255, .97);
  box-shadow: 0 4px 7px rgb(0 0 0 / 4%);
  border: none;
  border-radius: 7px;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 0;
}
.nav-item .dropdown-menu li {
  text-align: center;
}
.nav-item .dropdown-menu li a {
  font-size: 1rem;
  font-weight: 300;
  color: #131313;
  padding: 10px 0;
}
.nav-item .dropdown-menu li a:hover {
  color: #ffffff!important;
  background-color: rgba(25,50,77, .7);
}
.dropdown-toggle::after {
   content: none;
}

/*Header 右側icon選單
--------------------------------------------------------------------*/

.icons-nav {
  justify-content: flex-end;
  margin-top: 5px;
  margin-right: 10px;
}
.icons-nav a {
  margin-left: 10px;
}
.icons-nav li:first-child {
  margin-left: 0;
}
.icons-nav img {
  height: 20px;
}
.searchblock {
  padding: 2px 15px;
  background-color: rgba(255,255,255, .6);
  display: inline-flex;
  justify-content:space-between;
  align-items: center;
  border-radius: 25px;
}
.searchblock input {
	border: 0;
    background: transparent;
}
.searchblock input::placeholder {
	color: #b8b8b8;
}
.searchblock span {
	color: #8f8e8e;
	text-align:justify; 
	margin-right: 8px;
}


/*Header Navbar toggler
--------------------------------------------------------------------*/

.navbar-toggler {
  position: absolute;
  border: none;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler span {
  width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  left: 6px;
  opacity: 1;	
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  background-color: #2b96ca;
  position: absolute;
  left: 6px;
  top: 14px;
  transform: rotate(135deg);
  opacity: .9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  background-color: #fff;
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  background-color: #2b96ca;
  position: absolute;
  left: 6px;
  top: 14px;
  transform: rotate(-135deg);
  opacity: 0.9;
}


/*Header 搜尋
--------------------------------------------------------------------*/

#searchBox {
  background: transparent;
}
.searchbar {
  width: 100%;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.searchbar li {
	margin-right: 30px;
}
.searchbar input {
  width: 100%;
  height: 50px;
  border: transparent;
  background: transparent;
  padding: 0 25px;
  outline: none;
  color: #fff;
}
.searchbar input::placeholder {
  color: #ddd;
  opacity: 1;
}
.searchbar input:-ms-input-placeholder, .searchbar input::-ms-input-placeholder {
  color: #ddd;
}
.searchbar button {
  border: transparent;
  background: transparent;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
.searchbar button img {
  width: 25px;
  height: 25px;
}

/*Header scrolled
--------------------------------------------------------------------*/

.navbar {
  transition: .3s;
}
.navbar.scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}


/*Footer
--------------------------------------------------------------------*/

footer:before {
  content: "";
  display: block;
  background: url(../images/wave.png) repeat-x;
  width: 100%;
  height: 41px;
  margin-top: 70px;
}
footer {
  font-size: 16px;
  color: #003072;
}
.ftwrap {
  width: 100%;
  background-color: #f4f5f9;
  padding-top: 45px;
}
.ftwrap .container {
  position: relative;
}
.ftwrap a {
  color: #fff;
  transition: .5s;
}
.ftwrap a:hover {
  opacity: .7;
}
.ftwrap ul {
  list-style: none;
  padding-left: 0;
}
.ft-column {
  width: 100%;
}
.ft-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.ft-logo {
  display: inline-flex;
  flex-direction: column;
}
.ft-logo span {
	font-size: 1.2rem;
    font-weight: 400;
}
.ft-logo em {
	font-size: 2.85rem;
	font-style: normal;
    font-weight: bolder;
}
.ft-second {
    display: inline-flex;	
}
.ft-second ul {
	display: inline-flex;
	flex-direction: row;
	background-color: #ffffff;
	border-radius: 60px;
	padding: 6px;
}
.ft-second ul li {
	margin: 0 20px;
}
.ft-second ul li a {
	font-weight: 400;
	display: inline-flex;
    align-items: center;
    color: #027bbf;
}
.ft-second ul li a img {
	height: 18px;
    margin-right: 7px;
}
.secondMenu ul {
  display:flex;
  justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 500;
  color: #003072;
}
.secondMenu>ul>li>a {
  display:flex;
  font-size: 1.3rem;
  font-weight: 500;
  color: #003072;
}
.secondMenu ul li ul li a {
  font-size: 1.1rem;
  font-weight: 400;
  color: #a8a8a8;	
}
.secondMenu ul li ul {
  flex-direction: column;
  line-height: 1.6;
}
.sns-list {
  width: 200px;
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -20px;
}
.sns-list li img {
  height: 40px;
  margin-bottom: 0;
}
.ft-logo img {
  width: 338px;
  height: auto;
  margin: 12px 0;
}
.ft-sub {
  justify-content:flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: solid 1px #a4abb9;
}
.subWrap a {
	margin-left: 18px;	
}
.subWrap a img {
	width: 28px;
}
.subWrap span {
	margin-right: 8px;	
}
.ft-sub img {
  width: 145px;
  height: auto;
}
.ft-sub > div{
  margin: 0 30px;
}
.ft-sub > div > span {
  font-size: 15px;
  color: #454545;
  margin: 0 20px;
}
.ft-sub > div > span a {
  color: #454545;
}
.ft-sub li {
  display: inline-block;
  margin-left: 30px;
}
.ft-sub li:first-child {
  margin-left: 0;
}


/*widget
--------------------------------------------------------------------*/

.widget {
  z-index: 90;
  position: fixed;
  height: 75%;
  bottom: 0;
  right: 3.9em;
}
.q-action {
  z-index: 999;
  position: absolute;
}
.q-action a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  position: absolute;
  flex-direction: column;
}
.q-action a img {
  height: 17px;
  margin-top:8px;
}
.q-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 200px;
  border-radius: 50em;
  padding: 0.25em 1em;
}
.s1 {
	z-index: 30;
	background-color: #133370;
	top:0;
}
.s2 {
	z-index: 20;
	background-color: #0071bc;
	top:140px;
	padding-top: 50px;
}
.s3 {
	z-index: 10;
	background-color: #88cdcf;
	top:280px;
	padding-top: 50px;
}
.q-action-btn.s1:hover {
  background-color: #163c86;
}
.q-action-btn.s2:hover {
  background-color: #037dce;
}
.q-action-btn.s3:hover {
  background-color: #89d4d6;
}
.q-contact {
  z-index: 90;
  position: absolute;
  right: 1.5em;
  top: 2.5em;
}
.q-contact-sw {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  cursor: pointer
}
.q-contact-sw .sw-off {
  display: flex;
  border-radius: 50em;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #5b95c6;
}
.q-contact-sw .sw-on {
  display: flex;
	border-radius: 50em;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;  
  background-color: #497eab;
}
.q-contact-sw svg {
  width: 100%;
  height: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
}
.q-contact-box {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  right: 0;
  top: 4em;
  white-space: nowrap;
  z-index: 1;
  font-size: 1rem;
  transform-origin: top center;
  transition: transform .3s ease;
  transform: scale(0);
}
.q-contact-box a {
	width: 60px;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8fb8d9;
	margin-top: 8px;
}
.q-contact-box a img {
	width: 100%;
	height: 100%;
}
.q-contact-box div {
  white-space: nowrap
}
.q-contact-box.show {
  transform: scale(1);
}
.q-contact-btn {
  background-color: var(--color-orange);
  color: #fff;
  border-radius: 50em;
  padding: 0.25em 1em;
  opacity: 0.9;
}
.q-contact-btn:hover {
  color: #fff;
  opacity: 1
}
.q-contact-tel {
  color: var(--color-orange);
  font-weight: 500
}


/*Gotop
--------------------------------------------------------------------*/
#gotop {
  line-height: 25px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #133370;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  bottom: 3.5em;
  right: .4em;
}
#gotop:after {
  content: "TOP";
}
#gotop img {
  height: 11px;
}

/*Wrapper 頁面樣式
--------------------------------------------------------------------*/
.wrapper {
  position: relative;
}
.wrapper > .container:first-child {
  padding-top: 200px;
}



/*表單樣式
--------------------------------------------------------------------*/

form {
 font-size: 1.2rem;
 font-weight: 500;
}
form label {
  text-align: left;
}
form .sub {
  text-align: right;
}
form em {
  color: #F51818;
  font-style: normal;
}
form label.sub_left {
  text-align: left;
  padding-left: 10px;
}
form .form-control, .form-select {
  border-radius: 0;
}
form .form-control::placeholder {
  color: #c8c6c6;
}
.form-check-input {
  margin-top: 10px;
  vertical-align: middle;
}
.form-check-inline {
    margin-right: 1.5rem;
}
.form-check-revise {
    padding-top: calc(.275rem + 1px); 
    padding-bottom: calc(.375rem + 1px);
}
.form-check-adjust {
    padding-top: calc(.275rem + 1px); 
}
.form-checkbox {
	margin: 11px 7px 14px 1px;
}
form .d-inline-flex .form-check {
  margin-right: 20px;
}
form .d-inline-flex .form-check label {
  padding-top: 5px;
}
form .form-check.d-flex label {
  padding-top: 4px;
}
form .form-check-input:checked[type=radio] {
  background-image: url(../images/radio.svg);
}
form .form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: #327ab8;
}
.form-check-input:checked {
    background-color: #327ab8;
    border-color: #327ab8;
}
form .col-lg-9 a {
  display: block;
  text-decoration: underline;
  color: #ff8f3a;
  margin-top: 6px;
}
form .col-lg-9 a.btn {
  text-decoration: none;
  max-width: 160px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
form .col-lg-9 p {
  margin-top: 8px;
}
form .col-lg-9 span {
  display: block;
  margin-top: 6px!important;
}
.mb-3 {
    margin-bottom: 2rem !important;
}
.mr_3rem{
	margin-right: 3.5rem;
}
.form-control {
	border: none;
	border-bottom: 1px solid #ced4da!important;
}
.form-select {
	border: none;
	border-bottom: 1px solid #ced4da!important;
}
.keepleft {
	text-align: left;
}
.keepright {
	text-align: right;
}
.formWidth {
	width: 100%;
}
.formCenter{
	display: inline-flex;
}
.formQuestion {
	margin: 0 auto;
    width: 80%;
	margin-bottom: 30px;
}
.formQuestion input {
	margin-right: 10px;
}
.formQuestion .form-control {
	width: 90%;
}
.main-content a {
	color: #0a61d8;
}
.main-content a:hover {
	color: #42b7e8;
}
.form-control {
	font-weight:100;
	color: #444444!important;
}
.form-box {
	border: 0;
}
.form-control:focus {
    background-color: transparent;
	border-color: transparent;
    outline: none!important;
    box-shadow: none;
}
.form-select:focus {
	box-shadow: none;
}
.remind {
	font-size: 1rem;
	color: #133370;
	margin-bottom: 50px;
	font-weight: 500;
}
.w_adj_m {
	display: inline-block;
	width: 50%;
}
.w_adj_s {
	display: inline-block;
	width: 32%;
}
.w_adj_xs {
	display: inline-block;
	width: 25%;
}
.w_adj_s .form-check-input {
	margin-top: 0;
}
.codeContent {
    text-align: left;
/*    margin: 0 auto;
    margin-left: 29%;*/
}
.codeContent span {
	font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
}
.codeContent span:before {
  content: "";
  display: block;
  background: url(../images/explain.svg) no-repeat;
  width: 55px;
  height: 40px;
  margin-right: 8px;
}
.codeContent ul {
	font-size: .9rem;
	color: #666666;
	padding-left: 65px!important;
}



/*按鈕樣式
--------------------------------------------------------------------*/

.formBtns {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
  margin-top: 60px;
}
.formBtns a.btn {
  color: #fff;
  background-color: #327ab8;
  padding-right: 60px;
  padding-left: 60px;
}
.formBtns a.btn-outline {
  color: #575454;
  background-color: #E5E5E5 !important;
}
.formBtns a.btn:hover {
  background-color: #21699e;
}
.formBtns a.btn-outline:hover {
  background-color: #f1efef!important;
}
.formBtns a {
  margin: 0 30px;
}

/*分頁
--------------------------------------------------------------------*/

.pageblock {
	text-align: end;
}
.pageitem {
	align-items: center;
	display: inline-flex;
	margin: 0;
}
.pagination {
	display: inline-flex;
	margin: 0 auto;
	margin-top: 20px;
}
.pagination li.round {
	margin: 0 10px;
}
.pagination li.round a {
	background-color: #133370;
	color: #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin: 3%;
	padding: 5px;
}
.page-link {
	border: 0;
	padding: .5rem 1.5rem;
	font-size: 1rem;
    color: #000000;
    background: transparent;
}
.page-link img {
	width: 23px;
	margin: 0 6px;
}
.define.active {
    color: #FD5958!important;
}
.page-item.active .page-link {
	color: #fff;
    background-color: #FD5958;
	border-radius: 50%;
    padding: 3px 11px;
}
.page-item.disabled .page-link {
	background: transparent;
}
.page-link:hover {
    color: #0071bc!important;
    background:transparent!important;
	text-decoration: underline!important;
}
.active>.page-link:hover {
	color: #fff!important;
	text-decoration: none!important;
    background-color: #FD5958!important;
}



/*--------------------------------------------------------------------
  Home 首頁
--------------------------------------------------------------------*/

/*kv */

/*#canvas {
  width: 90%!important;
  height: auto!important;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}*/
.kv-wrap {
  margin-top: 155px!important;
  padding: 125px 0;
  width: 100%;
}
.kv-wrap img {
  width: 100%;
  height: auto;
}
/*home nav scrolled*/
.home .fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.home .logo-d4, .home .fixed-top.scrolled .logo-w {
  display: none;
}
.home .fixed-top.scrolled .logo-d4 {
  display: block;
}
.home h2 {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  color: #003072;
  margin-top: 70px;
  margin-bottom: 70px;
}
.home h2 span {
  display: inline-flex;
  align-items: center;
}
#animation_container {
	/*position: absolute;*/
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
  }
.mainWrap {
	width: 100%;
	height: auto;	
}
.mainWrap .container {
	text-align: center;
}
.Wrap {
	margin-top: 2px;
	display: flex;
    justify-content: space-between;
	padding: 0;
}
.KVanimate {
	background: url(../images/kv_animate.jpg) no-repeat center top;
	background-size:contain;
	width: 100%;
	min-height: 1080px;
}
.KVanimate .container {
	max-width: 100%!important;
	padding-top: 10rem;
	padding-right: 0!important;
    padding-left: 0!important;
}
.sourceTitle {
	margin-top: 70px;
}
.sourceTitle h2 {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.proof {
	display: flex;
    text-align: center;
    justify-content: center;
}
.proof span {
	margin: 0;
	padding: 4px 25px;
}
.project_1 {
	font-size: 2.4rem;
	color: #ffffff;
	background-color: #003072;
}
.project_2 {
	font-size: 2.4rem;
	font-weight: 400;
	color: #003072;
	background-color: #dbecf4;
	border:solid 1px #003072;
}
.milestone {
    box-sizing: border-box;
	color: #133370;
	margin: 4% 0;
}
.milestone .row {
    align-items: flex-end;
}
.milestone .col-12 figure span {
	display: flex;
    font-size: 1.175rem;
    font-weight: 500;
    height: 43px;
    background: url(../images/waves_pattern.svg) no-repeat center;
    color: #3b7aae;
    text-align: center;
    align-items: center;
    justify-content: center;;
}
.milestone .col-12 figcaption strong {
  font-size: 3.725rem;
  font-style:italic;
}
.milestone .col-12 figcaption strong img {
	width: 130px;
	margin-bottom: 25px;
}
.milestone .col-12 figcaption i {
  font-family: "Noto Serif TC";
  font-size: 6.25rem;
  font-style:italic;
  margin-right: 0.05em;
  line-height: 1.6;
}
.carousel-indicators [data-bs-target] {
	background-color: #133370;
	width: 12px;
    height: 12px;
    border-radius: 50%;
	margin-right: 8px;
    margin-left: 8px;
}
.actionBtn{
	height: auto;
    display: inline-block;
    border: solid 1px #133370;
    padding: 5px 15px;
    border-radius: 25px;
    color: #133370;
    font-weight: 400;
	margin: 5px 0;
}
.a-banner-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display:inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 30px;
    background-color: #003072;
    border-radius: 30px;
    -webkit-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}
.a-banner-button:hover {
    background-color: #0d499a;
}
.a-banner-button__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: .5px;
    color: #fff;
}
.image .m-version {
	display: none;
}
.slogan {
	font-size: 1.5rem;
    color: #ffffff;
    background-color: #003072;
    padding: 1.4vh 0;
	text-align: center;
}
.KVmain {
	width: 100%;
	min-height: 518px;
}
.KVmain .container {
	color: #003072;
	padding-top: 16em;
    padding-left: 23em;
}
.homeQuality {
	background: url(../images/about_bg.jpg) no-repeat top center;
	background-color: #f9f6ef;
	background-size: contain;
	overflow: hidden;
}
.app_tasting {
	position: relative;
	width: 70%;
    border-radius: 3em;
    border: solid 1px #133370;
    margin: 0 auto;
	color: #133370;
	margin-top: 50px;
}
.app_tasting h3 {
	position: absolute;
    text-align: center;
	line-height: 1.275;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 0 1rem;
}
.app_tasting h3 span {
	display: block;
}
.app_tastContent {
	text-align: center;	
}
.app_tastContent>img {
	margin: 4.5em 0 2.5em 0 !important;
}
.app_tastContent div {
	display: flex;
    align-items: center;
    justify-content: center;
}
.app_tastContent span {
	color: #000000;
	font-size: 1.275rem;
	padding: 0 2.5rem;
}
.app_tastContent em {
	color: #133370;
    font-family: "Noto Serif TC";
    font-size: 1.725rem;
    font-weight: 500;
    font-style: normal;
    display: block;
}
.applyBtn a.btn {
    color: #ffffff;
    background-color: #133370;
    margin: 40px 0 30px 0;
    padding: 10px 45px;
}
.applyBtn a.btn:hover {
  background-color: #21699e;
}
.appStep img {
	margin: 0!important;
}
.home_warning {
	border: solid 1px #88cdcf;
    border-radius: 1.275em;
    padding: 25px;
        margin: 3.6em 8em 0 8em;
}
.home_warning p {
	margin: 0;
}
.home_warning strong {
	font-size: 1.5rem;
	font-weight: 600;
}
.locations {
	background: url(../images/map.jpg) no-repeat top center;
	background-size: 100%;
}
.locations h2 {
	margin-top: 10vh;
    margin-bottom: 0;
}
.locations:before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 125px;
    border-radius: 0 0 8em 8em;
}
.locations span {
	display: block;
    text-align: center;
    font-size: 1.275rem;
    color: #133370;
	margin: 1.5em 0;
    font-weight: 400;
}
.locations .mapWrap {
	margin-top: 4.2em;
}
.locationWraper {
	width: 100%;
	color: #133370;
	border-radius: 1.675em;
	padding: 25px 20px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.98);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.locationWraper .locationBtn img {
	width: 15px;
	margin-right: 5px;
}
.locationBtn a.btn {
    color: #ffffff;
    display: inline-flex;
    background-color: #133370;
    margin: 0 10px;
    padding: 6px 15px;
    align-items: center;
    justify-content: center;
}
.locationBtn a.btn:hover {
  background-color: #21699e;
}
.locationWraper .col-lg-2 {
	display: flex;
	align-items: center;
}
.locationWraper .col-lg-auto {
	width: auto;
}
.storeWraper {
	height: 60vh;
	overflow: auto;
	padding: 0 2%;
	margin: 15px 0;
}
.store {
	border: solid 1px #c7c5c4;
	padding: 1.275em;
	margin-bottom: 15px;
}
.store h3 {
	font-size:1.275rem;
}
.store span {
	font-size: .9rem;
    color: #78797a;
    margin: .4em 0;
    text-align: left;
}
.storeBtn {
	text-align: center;
}
.storeBtn a.btn {
	width: 100%;
    margin: 3px auto;
}
iframe {
	padding: 15px 0;
}

.path{
	margin: 20px 0 0 0;
}


/*--------------------------------------------------------------------
  About 關於我們
--------------------------------------------------------------------*/

.about {
	background: url(../images/kv_about.jpg) no-repeat center;
	background-size:cover;
}
.aboutContent h2 {
	font-size: 2.3rem;
    color: #133370;
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
}
.aboutContent p {
	font-size: 1.2rem;
    line-height: 1.7;
	font-weight: 400;
}
.aboutQuality {
	background: url(../images/about_bg.jpg) no-repeat top 330px center;
	background-color: #f9f6ef;
	background-size: contain;
}
.aboutQuality>h2 {
	font-size: 2.7rem;
	color: #133370;
	font-weight: 600;
	text-align: center;
	margin: 40px 0;
}
.aboutQuality:before {
  content: "";
  display: block;
 background-color: #ffffff;
	width: 100%;
	height: 200px;
	border-radius: 0 0 8em 8em;
}
.presentWrap {
	background-color: #f9f6ef;
	border-radius: 8em;
	margin-top: 33%;
	overflow: hidden;
}
.presentWrap>h2 {
	font-family: "Noto Serif TC";
	font-size: 4.5rem;
	font-weight: 700;
	color: #133370;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.presentWrap .col-xl-6  {
	position: relative;
}
.reverse {
	flex-direction: row-reverse;
}
.presentWrap .row img.m-version {
	display: none;
}
.attach img {
	float: right;
}
.condition {
	position: absolute;
}
.condition h3 {
	font-family: "Noto Serif TC";
	color: #133370;
	font-weight: 700;
	font-size: 2.475rem;
}
.condition p {
	width: 100%;
	text-align: justify;
	color: #000000;
	font-size: 20px;
	margin-top: 15px;
}
.condition p span {
	display: block;
}
/*.condition.short p {
	width: 450px;
	text-align: justify;
	color: #000000;
	font-size: 20px;
	margin-top: 15px;
}*/
.itemRight h3:after {
	content: ".............................";
    display: inline-flex;
	font-size: 25px;
	color: #dd9f10;
	flex-direction: row;
	float: right;
	align-items: center;
	padding: 0 0 0 20px;
}
.condition.itemLeft h3:before {
	content: ".............................";
    display: inline-flex;
	font-size: 25px;
	color: #dd9f10;
	float: inline-start;
	flex-direction: row;
	align-items: center;
	padding: 0 16px 0 0;
}
.condition.loc_1 {
	top: 50%;
    transform: translateY(-50%);
    right: -110px;
    z-index: 5;
}
.condition.loc_2 {
	top: 50%;
    transform: translateY(-50%);
    left: -225px;
    z-index: 5;
}
.condition.loc_3 {
	top: 50%;
    transform: translateY(-50%);
    right: -250px;
    z-index: 5;
}
.condition.loc_4 {
	top: 50%;
    transform: translateY(-75%);
    left: -225px;
    z-index: 5;
}
.condition.loc_5 {
	top: 50%;
    transform: translateY(-50%);
    right: -110px;
    z-index: 5;
}
.condition.loc_5 img {
	margin-bottom: 15px;
	float: none;
}
.condition.itemLeft p {
	padding-left:261px;
}
.presentBlock figure img {
	float: right;
}
.presentBlock figure.resist img {
	float: left;
}
.aboutStage {
	background-color: #ccdeed;
	overflow: hidden;
}
.aboutStage:before {
  content: "";
  display: block;
  background-color: #f9f6ef;
  width: 100%;
  height: 200px;
  border-radius: 0 0 8em 8em;
}
.aboutStage h2 {
	font-size: 1.8rem;
	color: #133370;
	text-align: center;
	margin: 100px 0 30px 0;
}
.aboutStage .row {
	margin: 50px 0 70px 0;
}
.aboutProcess {
	background-color: #ccdeed;
	overflow: hidden;
}
.processBlock {
	background-color: #ffffff;
	border-radius:8em 8em 0 0;
	overflow: hidden;
	text-align: center;
}
.processBlock img {
	margin: 4em 0;
}
.processBlock h2 {
	color: #133370;
    font-size: 2.3rem;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
}
.processBlock .m-version {
	display: none;
}



/*關於左側選單
--------------------------------------------------------------------*/

.leftmenu.aboutMenu li a {
	background:0;
	padding-bottom: 8px;
    margin-top: 0px;
}
.leftmenu.aboutMenu li a:hover {
	background: 0;
}
.itemTitle h2 {
	font-size: 3.2rem;
    line-height: 1.25em;
	text-align: left;
    font-weight: 600;
	margin-bottom: 0;
}
.itemTitle h3 {
	font-size: 2.1rem;
    font-weight: 400;
}
.pageContent {
	padding-left: 60px;
}
.pageContent h1 {
	color: #3B3B3B;
	font-size: 1.4rem;
	padding-bottom: 24px;
	border-bottom: solid 2px #ffb883;
	margin-bottom: 50px;	
}
.pageContent h2 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 20px;	
}
.pageContent h2.signup {
	font-size: 1.6rem;
	color: #3B3B3B;
	font-weight: 500;
	padding-bottom: 24px;
	border-bottom: solid 2px #ffb883;
	margin-top: 5px;
	margin-bottom: 50px;	
}
.keywordSearch .main-content {
	display: block;
}
.keywordSearch .virtue {
	display: inline-block;
	width: 32vw;
}
.class .main-content {
	display: block;
	margin-bottom: 50px
}
.class .virtue {
	display: inline-block;
	width: 20vw;
}
.class .feature {
	width: auto;
	display: inline-block;
}
.pageContent .publicTitle {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin-right: 8px;
    color: #ffffff;
    padding: 6px 15px;
    background-color: #5D74A2;
    border-radius: 20px;
}
.pageContent h1.meetingTitle {
	color: #303030;
	font-size: 2.2rem;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 20px 0;
}
.pageContent h1.meetingSub {
	color: #34c1e2;
	font-size: 1.3rem;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 20px 0;
	display: inline-block;
}
.pageContent img {
    max-width: 100%;
	height: auto;
    border-radius: 6px;
}
.noradius {
    border-radius: 0!important;
	margin-bottom: 0!important;
}
.pageLine {
	border-top: 1px solid #d9d9d9;
	margin-top: 60px!important;
}

/*--------------------------------------------------------------------
  News 最新消息
--------------------------------------------------------------------*/

.news {
	background: url(../images/kv_news.jpg) no-repeat center;
	background-size:cover;
}
.list-warp {
	text-align: left;
}
.list-warp>div {
	margin-bottom: 20px;
}
.list-item {
	border: solid 1px #dedfdf;
	border-radius: 25px;
	margin-bottom: 18px;
	height: 100%;
}
.list-item .img-wrap {
	width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.list-item .img-wrap img {
	border-radius: 25px 25px 0 0;
	object-fit: cover;
}
.list-item_content {
	padding: 20px 20px 10px 20px;
}
.list-item_content strong {
	display: block;
	color: #327ab8;
	font-size: 1.4rem;
	font-weight: 600;
}
.list-item_content span {
	display: block;
	color: #808080;
	margin: 2px 0 10px 0;
}
.list-item_content p {
	font-size: 1.125rem;
	line-height: 1.6rem;
}
.list-block img {
	width: 50%;
	border-radius: 25px;
}
.list-block .list-item_content {
	padding: 40px 0;
}



/*--------------------------------------------------------------------
  Product 產品系列
--------------------------------------------------------------------*/

.product-warp {
	margin-top: 40px;
}
.product_0_1 {
	background: url(../images/kv_product_0_1.jpg) no-repeat center;
	background-size:cover;
}
.product_1_7 {
	background: url(../images/kv_product_1_7.jpg) no-repeat center;
	background-size:cover;
}
.product_title {
	background: url(../images/title-patten.png) no-repeat left;
	font-size: 35px;
	font-weight: 600;
	color: #133370;
	height: 112px;
	display: inline-flex;
    align-items: center;
    padding-left: 85px;
}
.productitem{
	margin-bottom: 50px;
}
.productitem figcaption{
	font-size: 1.4rem;
    color: #133370;
    margin-top: 18px;
}
.productitem figcaption strong{
	display: block;
}
.productitem .img-wrap {
	margin: 0 80px;
}
.productitem .img-wrap img {
	width: 210px;
}
.productMain_title {
	font-size: 4.2em;
	color: #2b2e6b;
	margin: 55px 0;
}
.productMain {
	text-align: center;
}
.model-m {
	display: none;
}
.OtherProduct {
	margin-top: 50px;
}
.OtherProduct h3 {
	color: #133370;
}
.OtherProductitem {
	border: solid 1px #327ab8;
	border-radius: 25px;
	padding: 50px 80px 30px 80px;
	margin: 12px 0;
}
.product-under {
	margin-top: 10px;
	width: 850px;
}
h5.modal-title {
	color:#133370;
}
.modal-body {
   display: flex;
   flex-direction: row;
}
.modal-body img {
	
}
.modal-body p strong {
	font-weight: 500;
	
}
.modal-content {
	border-radius: 1.8rem;
}
.btn-secondary {
    color: #fff;
    background-color: #133370;
    border-color: #133370;
    border-radius: 99px;
    padding: 8px 30px;
}


/*--------------------------------------------------------------------
  apply_tasting 申請試喝-活動辦法與QA
--------------------------------------------------------------------*/

.tasting {
	background: url(../images/kv_tasting.jpg) no-repeat center;
	background-size:cover;
}
.tasting_pattern {
	background: url(../images/tasting_pattern.jpg) no-repeat top 450px center;
	background-size: contain;
}
.tasting_purpose {
	text-align: right!important;
	padding-top: 95px;
}
.tasting_slogan {
	display: inline-flex;
	text-align: center;
	    flex-direction: column;
}
.tasting_slogan h1 {
	font-size: 3.2rem;
	color: #327ab8;
	font-weight: 600;
}
.tasting_slogan h1 span {
	color: #cc9605;
	background: rgb(157,110,0);
	background: linear-gradient(135deg, rgba(204,150,5,1) 20%, rgba(232,207,150,1) 25%, rgba(157,110,0,1) 30%, rgba(223,196,133,1) 35%, rgba(204,150,5,1) 50%, rgba(231,214,133,1) 70%, rgba(157,110,0,1) 85%, rgba(224,197,135,1) 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.tasting_item_frist {
    font-size: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
	margin-top: 42px;
	margin-bottom: 60px;
}
.tasting_item_frist a {
    color: #327ab8;
    border-radius: 99em;
	padding: 0 60px;
	border: solid 2px #327ab8;
    background-color: #FFFFFF;
}
.tasting_item_frist a:hover {
  opacity: .8;
}
.tasting_step ul {
	color: #327ab8;
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 0;
}
.tasting_step ul li {
	font-size: 1.2rem;
    font-weight: 600;
	margin: 0 10px;
	display: inline-flex;
    align-items: center;
}
.tasting_step img {
	width: 45px;
	margin-right: 6px;
}
.tasting_item ul {
	color: #327ab8;
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 0;
}
.tasting_item ul li {
	font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 500;
    margin: 10px;
}
.tasting_item ul li a {
    color: #133370;
	color: #133370;
    border-radius: 99em;
    border: solid 2px #133370;
    background-color: #FFFFFF;
    padding: 0 30px;
}
.tasting_item ul li a:hover {
  opacity: .8;
}
.method {
	position: relative;
	text-align: left!important;
	padding-top: 270px;
}
.method h3 {
	text-align: left;
	display: inline-flex;
	align-items: center;
}
.method h3 img {
	margin-right: 45px;
}
.method h3:after {
  content: "";
  display: block;
  background: url(../images/triangle_pattern.svg) no-repeat;
  width: 208px;
}
#anchor4 {
	padding-top: 80px;
}
.giraffe {
	position: absolute;
	z-index: 50;
	top: 75px;
    right: 60px;
}
.processPic_m {
	display: none;
}
.img_adj {
	margin: 25px 0 50px 0; 
}
.QA {
	text-align: left!important;
}
.QA h3 {
	text-align: left;
}
.qa_project {
	display: inline-flex;
	color: #133370;
	font-size: 1.25rem;
	font-weight: 400;
	margin: 25px 0;
}
.qa_project img {
	object-fit: scale-down;
}
.qa_block {
	background-color: #eaf2f8;
	border-radius: 25px;
	padding: 40px 80px;
}
.qa_warp {
  margin-right: 45px;
}
.qa_block .qa_warp {
	margin-right: 0;
}
.topic {
  margin-bottom: 45px;
}
.topic:after {
  content: "";
  display: block;
  border-bottom:solid 1px #bcbcbc;
  width: 80px;
  padding-bottom: 23px;	
}
.topic_item {
	width: 48px;
    height: 48px;
    font-size: 1.7rem;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #133370;
    border-radius: 50%;
	margin-right: 6px;
}
.answer {
	color: #133370;
	
}

/*--------------------------------------------------------------------
  apply_tasting 申請試喝-填寫表單
--------------------------------------------------------------------*/

.tasting_title {
	font-size: 2.5rem;
    color: #327ab8;
    font-weight: 600;
    margin-bottom: 70px;
}
.progressGroup {
	position: relative;
}
.progressProject{
	width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.progressitem { 
	font-size: 1rem;
    color: #61c3db;
    font-weight: 500;
    position: absolute;
}
/*255px*/
.i1 {
    top: -10px;
    left: 20%;
}
/*490px*/
.i2 {
    top:-10px;
	left: 38%;
}
/*670px*/
.i3 {
    top:-10px;
	left: 54%;
}
/*830px*/
.i4 {
    top:-10px;
	left: 71%;
}
/*1075px*/
.i5 {
    top:-10px;
	left: 87%;
}
.progressitem em {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 2px #61c3db;
	margin: 0 auto;
	margin-bottom: 12px;
}
.progressitem span { 
	display: block;
}
.notarrived {
	color: #133370;
}
.notarrived em {
	border: solid 2px #e4e4e4;
}
.progress {
    width: 80%;
	height: 14px;
    background-color: #e4e4e4;
    margin: 0 auto;
}
.progress-bar {
    background-color: #61c3db;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, transparent 75%, transparent);
    background-size: 1.5rem 1.5rem;
}
.step_title {
	font-size: 1.8rem;
    color: #327ab8;
    font-weight: 600;
    margin-top: 150px;
    margin-bottom: 20px;
}
.verify{
	display: block;
	text-align: left;
	margin-left: 9.33333333%;
}
.verify .remind {
	margin-bottom: 0;
}
.verify ul {
	padding-left: 0;
}
.verify ul li {
	margin: 8px 0;
}
.verify span{
	display: block;
	margin-bottom: 8px;
}
.verify .sendBtn {
	margin: 30px 0;
	text-align: center;
}
.verify .hint {
	color: #F51818;
}
.sendBtn a.btn {
    color: #327ab8;
    background-color: #ffffff;
	border:solid 1px #327ab8;
	padding: 10px 40px;
}
.sendBtn a.btn:hover {
    background-color: #ffffff;
}
.uploadPic {
	margin-top: 50px;
    padding: 20px 10px;
    border: solid 1px #7a96ca;
	border-radius: 2em;
}
.uploadPic img {
	margin: 10px 0;
}
.apply-completed {
	display: inline-block;
	margin: 0 auto;
	font-size: 1.25rem;
    color: #133370;
    margin-bottom: 30px;
    font-weight: 500;
}

/*--------------------------------------------------------------------
  會員登入
--------------------------------------------------------------------*/

.member {
	background: url(../images/kv_member.jpg) no-repeat center;
	background-size:cover;
}
.member_title {
	font-size: 2.5rem;
    color: #327ab8;
    font-weight: 600;
    margin-bottom: 50px;
}
.memberContent_title {
	font-size: 1.625rem;
    color: #327ab8;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}
.member_warning {
    color: #e76f00;
	font-weight: 400;
}
.query {
	margin-top: 70px;
	margin-bottom: 150px;
}
.q1 {
    top: -10px;
    left: 23%;
}
.q2 {
    top: -10px;
    left: 54%;
}
.q3 {
    top: -10px;
    left: 86%;
}
.query .progress {
	width: 90%;
	margin: 0;
}

/*表格樣式
--------------------------------------------------------------------*/

.table {
  font-weight: 400;
}
.table tfoot tr:hover td {
  background-color: transparent;
}
.table td {
  color: #565d62;
  font-size: 1rem;
  text-align: left;
  padding: 18px 10px;
  vertical-align: middle;
  border-color: #e3e2e2 !important;
  margin-bottom: 15px;
}
.donate .table td:first-child {
  padding-left: 32px;
}
.member .table td:first-child {
  padding-left: 20px;
}
.table td span {
  color: #f61111;
}
.table th {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  background-color: #8bc0d8;
  border-bottom: none;
}
.table th.att  {
  background-color: #86dae1;
  width: 10%;
}
.table th.rtt  {
  width: 15%;	
  background-color: #327ab8;
}
.table th:first-child {
  padding-left: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}
.table th:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
}
.table td:first-child {
  padding-left: 50px;
}
.table td:last-child {
  /*text-align: right;
  padding-right: 30px;*/	
}
.table a.btn {
	color: #ffffff;
	padding: 6px 22px;
	background-color: #004987;
}
.loginbar {
	background-color: rgba(164, 112, 219, .95);
    text-align: center!important;
    border-radius: 12px;
	padding: 0!important;
	padding: 18px 4px!important;
}
.loginbar li {
	margin-left: 0;
}
.loginbar li a {
	font-size: 0.9rem!important;
	display: block!important;
	text-align: center;
    padding: .3rem .1rem!important;
    color: #fff!important;
    text-decoration: none!important;
    background-color: transparent!important;
	min-width: 8rem!important;
}
.loginbar li a:hover {
    color: #dbd4fb!important;
	text-decoration: underline!important;
	background-color: rgba(0, 0, 0, 0)!important;
}
.memberWarp {
	position: relative;
	border: solid 1px #327ab8;
    border-radius: 1rem;
    padding: 60px 0 30px 0;
}
.memberWarp .formBtns {
	border-top: none;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.memberWarp a.login_pattern {
	position: absolute;
    right: -15%;
    bottom: -5%;
}
form.login .col-lg-5 div a,form.login .col-lg-6 div a,form.login .col-lg-7 div a {
  font-size: 1rem;
  color: #133370;
  text-align: right;
  text-decoration: underline;
  width: 70px;
  margin-left: 10px;
  display: inline-flex;
}
.pwd, .captcha {
    display: flex;
    align-items: center;
}
.captcha > div {
  display: flex;
  padding-left: 5px;
}
.captcha > div img {
  max-width: 100px;
}
.pCheck label {
	font-size: 14px;
  padding-top: 7px;
}
.mCheck label {
  padding-top: 5px;
}


/*會員左側選單
--------------------------------------------------------------------*/

.leftmenu {
	color: #133370;
    width: 90%;
    padding: 25px 40px;
    border: solid 1px #327ab8 !important;
    border-radius: 15px;
    background-color: #fff;
    /*box-shadow: 0px 32px 70px -25px #cdc8c6;
    -webkit-box-shadow: 0px 32px 70px -25px #cdc8c6;
    -moz-box-shadow: 0px 32px 70px -25px #cdc8c6;
    -o-box-shadow: 0px 32px 70px -25px #cdc8c6;*/
}
.leftmenu>figure {
	margin-bottom: 40px;
}
.avatar img {
	width: 112px;
	margin-bottom: 15px;
}
.leftmenu span {
	font-weight: 500;
}
.leftmenu li a {
	color: #133370;
	background: url(../images/leftmenu_arrow.svg) no-repeat top 16px right 2px;
	background-size: 13px;
	font-size: 1.2rem;
	font-weight: 500;
	padding-bottom: 18px;
	margin-top: 10px;
	border-bottom: solid 1px #eaeaea;
	-webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.leftmenu ul :last-child {
	margin-bottom: 0;
}
.leftmenu ul :last-child a {
	border-bottom: 0;
}
.leftmenu li {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.leftmenu li:after,
.leftmenu li:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #327ab8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.leftmenu li:after {
  width: 0;
  transition: .2s;
}
.leftmenu li a:hover {
	background: url(../images/leftmenu_arrow_g.svg) no-repeat top 16px right 2px;
	background-size: 13px;
	color: #327ab8!important;
}
.leftmenu li a.nav-link.active {
	color: #327ab8;
	border-bottom: solid 1px #327ab8;
}
.leftmenu .dropdown{
	display: none;
}
.modifyBtn {
	border-top: none;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: flex-start;
}
.modifyBtn a.btn {
	margin: 0;
	padding-right: 35px;
    padding-left: 35px;
}
.loginoutBtn {
	border-top: none;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 25px;
    justify-content: center;
}
.loginoutBtn a.btn {
	color: #327ab8;
    background-color: #ffffff;
    border: solid 1px #327ab8;
    padding-right: 4rem;
    padding-left: 4rem;
}
.formBtns.loginoutBtn a.btn:hover {
  background-color: #ffffff;
}
.memberContent {
	font-size: 1.2rem;
}

/*--------------------------------------------------------------------
  Giude 育兒指南
--------------------------------------------------------------------*/

.giude {
	background: url(../images/kv_giude.jpg) no-repeat center;
	background-size:cover;
}
.giude_articel {
	font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 400;
	margin-top: 30px;
}
.giudeblock {
	text-align: center;
}
.giude_content {
	padding: 50px 0;
	text-align: left;
	margin-top: 30px;
}
.giude_content h1 {
	display: inline-block;
    font-size: 4rem;
    font-weight: 600;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}
.giude_divider {
	width: 100%;
	background-color: #b5bcde;
	height: 2px;
	margin: 45px 0 80px 0;
}
.giude_divider:after {
	content: "";
    display: block;
    background: url(../images/underarrow.svg) no-repeat;
    width: 41px;
	height: 21px;
	margin: 0 auto;
}
.giude_content span {
	display: block;
	color: #6c7abe;
	margin: 5px 0;
}
.giude_content span.secondtitle {
	display: inline-block;
}
.giude_content em {
	display: inline-block;
	font-style: normal;
    font-size: 3.5rem;
    background-color: #ffb5cd;
    color: #ffffff;
    padding: 5px 40px;
    border-radius: 10em;
    margin: 10px 15px 10px 100px;
}
.giude_item {
	margin: 50px 0;
}
.giude_item .col-12.col-xl-6 {
	position: relative;
}
.giude_item h2 {
	position: absolute;
	background-color: #ffffff;
	color: #6c7abe;
	left: 45px;
	padding: 12px 30px;
	border: solid 1px #6c7abe;
	box-shadow: 14px -9px 0px 2px rgba(182,188,213,1);
}
.giude_item p {
	display: inline-block;
	color: #4d4d4d;
	padding: 70px 63px 30px 63px;
	border: solid 2px #b6bcdf;
    border-radius: 4em;
	margin-top: 45px;
}
.giude_item p.secondp {
	display: inline-block;
	color: #4d4d4d;
	padding: 70px 63px 30px 63px;
	border: 0;
    border-radius: 0;
	margin-top: 45px;
}
.secondp span {
	margin: 0;
	color: #4d4d4d;
	
}
.secondp strong {
	display: block;
    width: 50%;
	font-weight: 500;
    background-color: #3cb4e5;
    color: #ffffff;
    padding: 4px 15px;
    margin: 6px 0;
    border-radius: 10em;
}
form textarea.bon {
    min-height: 220px!important;
}


/*--------------------------------------------------------------------
  隱私權政策
--------------------------------------------------------------------*/

.singleBlock{
	margin-top: 180px;
}
.policyContent {
	text-align: left;
	font-size: 1.2rem;
}
.policyContent h2 {
    font-size: 2.3rem;
    color: #133370;
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d2cece;
}
.policyContent li {
	font-weight: 500;
}
.policyContent li p {
	line-height: 1.7;
	font-weight:100;
}



/*--------------------------------------------------------------------
  search_result 搜尋結果
--------------------------------------------------------------------*/

.searchkv {
	background: url(../images/kv_search_results.jpg) no-repeat center;
	background-size:cover;
}
.search_result {
	margin-top: 30px;
    padding: 30px 35px;
}
.search_result h1 {
	color:#133370;
}
.search_result a {
	color: #327ab8 !important;
    text-align: left;
    display: block;
    padding-bottom: 10px;
    border-bottom: dotted 1px #c9cccf;
    margin-bottom: 12px;
}
.search_result a:hover {
	opacity: .8;
}



button {
   outline:none!important;
}
input {
   outline:none!important;
}
input:focus{
	outline: none!important;
}
#CatTop {
  height: auto;
}
#CatTop .carousel-item {
  overflow: hidden;
  position: relative;
}
#CatTop .carousel-caption {
  top: 50%;
  z-index: 3;
}
#CatTop .carousel-caption h3 {
  font-size: 20px;
  font-weight: 400;
  text-shadow: gray 0 0 5px;
}



/*******************************TOP***********************************/



@media (min-width: 1400px){
	
.container {
    max-width: 1260px;
  }
.ft-account {
    width: 365px;
    padding: 20px 30px;
}

	
}


@media all and (min-width: 1024px) {
	
#searchBox {
    width: 800px;
  }
.navbar .nav-item .dropdown-menu {
	margin-top: 0;
    display: none;
  }
.navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
.nav-item .dropdown-menu {
    min-width: 9rem;
  }
.news-warp .col-xl-4 {
	flex: 0 0 auto;
    width: 33.33333333%;
}

	
}


@media (min-width: 600px) {
	
#searchBox {
    width: 500px;
  }
	
	
}


@media (min-width: 567px) {
	
.modal-dialog {
        max-width: 580px;
    }
	
	
}




/*******************************DOWN***********************************/


@media (max-width: 1399px) {
	
.KVmain {
	min-height: 430px;
}
.KVmain .container {
    padding-top: 13em;
    padding-left: 22em;
}
.itemTitle h2 {
    font-size: 2.8rem;
    line-height: 1.2em;
}
.itemTitle h3 {
    font-size: 1.9rem;
}
.sendBtn {
    margin: 0 60px;
}
.login_pattern {
    right: 11%;
}
.locations {
    background-size: 120%;
}
.locations h2 {
	margin-top: 7vh;
}
/*.locations span {
    font-size: 1.175rem;
	margin: 1.2em 0;
}*/
.condition.loc_1 {
    right: -110px;
}
.condition.loc_2 {
    left: -270px;
}
.condition.loc_3 {
    right: -245px;
}
.condition.loc_4 {
    left: -245px;
}
.condition.loc_5 {
    right: -110px;
}
	
	
}




@media (max-width: 1199px) {
	
.menuinfo {
    width: 85%;
	margin: 0;
}
.KVanimate {
    min-height: auto;
}
.KVanimate .container {
    padding-top: 8rem;
}
.project_1 {
	font-size: 1.6rem;
	}
.project_2 {
	font-size: 1.6rem;
}
.milestone .col-12 {
    width: 50%;
}
.locations {
    background-size: 145%;
}
.OtherProduct .product-warp .col-12 {
    width: 25%;
}
.ft-second ul li {
    margin: 0 10px;
}
.giraffe {
    width: 25%;
    top: 90px;
    right: 70px;
}
.leftmenu {
	width: 74%;
    margin: 0 auto;	
}
.leftmenu li {
    margin: 20px 0;
}
.leftmenu li a {
    padding-bottom: 8px;
    margin-top: 2px;	
}
.leftmenu .dropdown{
	display: block;
}	
.leftmenu .nav.flex-column.d-row.menberMenu {
	display:none;
}	
.leftmenu a.btn {
	display: block;
    color: #327ab8;
    background-color: #ffffff;
    border: solid 1px #327ab8;	
}
.leftmenu .dropdown-menu.show {
    display: block;
    width: 50%;
    padding: 3px 10px;
	top:385%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
.loginoutBtn {
	margin: 20px 0;
}
.leftmenu .dropdown-toggle {
	display: inline-block!important;
	width: 40%;
    margin: 0 auto;
}
/*.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/
.memberContent {
	margin-top: 50px;	
}
.presentWrap>h2 {
    font-size: 4rem;
}
.aboutContent {
	margin-top: 30px;
}
.aboutQuality:before {
    height: 170px;
    border-radius: 0 0 5em 5em;
}	
.presentWrap {
    border-radius: 5em;
    margin-top: 35%;
}	
.aboutStage:before {
    height: 170px;
    border-radius: 0 0 5em 5em;
}
.processBlock {
    border-radius: 5em 5em 0 0;
}
.locations:before {
    height: 170px;
    border-radius: 0 0 5em 5em;
}
.storeBtn a.btn {
	width: 50%;
}
.aboutStage	.col-12 {
	width: 50%;
}
.aboutStage	img {
	margin: 20px 0;
}
.condition {
    position: relative;
}
.condition.short p {
	margin: 0 auto;
    text-align: center;
}
.condition p {
	margin: 0 auto;
    text-align: center;
}
.itemRight h3:after {
    content: "";
    padding:0;
}
.progress {
    margin-bottom: 25px;
}
.condition.itemLeft h3:before {
    content: "";
    padding:0;
}
.condition.itemLeft p {
    padding-left: 0;
}
.condition.loc_1 {
    top: 0;
    transform: none;
    right: 0;
	text-align: center;
	margin: 50px auto;
}
.condition.loc_2 {
    top: 0;
    transform: none;
    left: 0;
	text-align: center;
	margin: 50px auto;
}	
.condition.loc_3 {
    top: 0;
    transform: none;
    right: 0;
	text-align: center;
	margin: 50px auto;
}	
.condition.loc_4 {
    top: 0;
    transform: none;
    left: 0;
	text-align: center;
	margin: 50px auto;
}	
.condition.loc_5 {
    top: 0;
    transform: none;
    right:0;
	text-align: center;
	margin: 50px auto;
}	
.presentWrap .row img {
	width: 74%;	
}	
.condition.loc_5 img {
    display: none;
}	
/*.mapWrap .col-12.col-xl-9 {
	display: none;	
}*/
.giude_content h1 {
    font-size: 3.2rem;
}
.giude_content em {
	font-size: 3rem;
}
.giude_content em {
	margin: 5px 15px 5px 0;
}	
.giude_item .col-12.col-xl-4 {
	text-align: center;
}
.mr_3rem {
    margin-right: 0;
}

	
}



@media (max-width: 1024px) {
	
.nav-tabs .nav-link {
    padding: 10px 25px 20px 25px;
}
/*.mainWrap {
    background: none;
}*/
.KVmain {
    min-height: 370px;
}
.KVmain .container {
    padding-top: 12em;
    padding-left: 18em;
}
.sourceTitle {
    margin-top: 70px;
}
.itemTitle h2 {
    font-size: 2.5rem;
    line-height: 1.1em;
}
.itemTitle h3 {
    font-size: 1.5rem;
}
.wrapper {
    padding-top: 85px;
}
.KVWrap {
	margin-top: 135px;
}
.nav-link {
    padding: 7px 0.9rem;
}
.locations {
    background-size: 195%;
}
.locations span {
	font-size: 1.175rem;
}
.presentWrap>h2 {
    font-size: 3.5rem;
	margin-bottom: 15px;
}
.pageblock {
    text-align: center;
}
.pageblock .page-link {
	padding: .5rem 1rem;
}
.giraffe {
	width: 27%;
}
footer {
	margin-top: 50px;
}
.ft-sns {
    margin-bottom: 20px;
  }
.ft-main {
    background-size: 120px;
    background-position: top center;
  }
.ft-main p:after {
    margin-top: 10px;
  }
.ft-column {
    display: none;
  }
.ft-column.ft-sns {
    display: block;
    padding-top: 100px;
  }
	
/*form*/
	
form .row.mb-3 {
    margin-bottom: 0.5rem !important;
  }
.form-inline > * {
    width: auto;
    display: inline;
  }
.form-inline .col-lg-9 {
    padding-left: 0;
  }
.codeContent {
    margin-left: 24%;
}
.sendBtn {
    margin: 0 30px;
}

/*table*/
	
.table th, .table th span {
    display: none;
  }
.table th:first-child {
    border-radius: 10px;
    display: block;
    text-align: center;
  }
.donate .table td:first-child {
  padding-left: 0;
}
.member .table td:first-child {
  padding-left: 0;
}
.table td:first-child {
    text-align: right;
	padding-left: 0;
}
.table td {
    text-align: right;
    width: 100%;
    display: block;
    padding: 2px 0 4px 0;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 10px;
	height: 35px;
  }
.table td data-label {
	background-color: #86dae1;
}
.table tbody td:last-child {
    clear: left;
    padding-top: 10px;
}
.table td:last-child {
    padding-right: 0;
}
table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}		
table tr {
    border: 2px solid #edeeee;
    padding: 15px;
	margin-bottom: 15px;
     display: block;
	border-radius: 15px;
}
.donate table tr {
    border: 2px solid #d0e7f1;
}
.member table tr {
    border: 2px solid #d1f0f3;
}
table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
table thead {
     display: none;
}
table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
table td:last-child {
    border-bottom: 0;
}
table td:before {
	font-size: 1.1rem;
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
	font-weight: bold;
}
.donate	table td:before {
	color: #8bc0d8;	
}
.member	table td:before {
	color: #55b7bf;	
}	
.login_pattern {
    right: 5%;
}	
	
	
	
}


@media (max-width: 1023px) {
	
	

	
}


@media all and (max-width: 991px) {
	
header {
	background-color: rgba(255, 255, 255, .98);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header .container {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}	
.menuinfo {
    width: 100%;
	margin: 0;
}
.KVanimate {
	background: url(../images/kv_animate.jpg) no-repeat center top 46px;
	background-size:115%;
}
.icons-nav a {
  display: inline-flex;
  align-items: center;
}	
.logoBar {
  position: absolute;
  z-index: 999;
 }	
.d-flex.icons-nav {
  margin-top: 0;
  height: 55px;
  margin-right: 72px;
}	
.naver .logoBar img {
  width: 7.4rem;
  margin-left: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
 }
.KVWrap {
  margin-top: 105px;
}
.KVmain {
  min-height: 290px;
}	
.KVmain .container {
  padding-top: 9em;
  padding-left: 13em;
}
.itemTitle h2 {
  font-size: 2.2rem;
  line-height: 1.1em;
}
.navbar-toggler {
  top: -49px;
  right: 35px;
}
.headerinfo {
    padding-right: 35px;
}
.naver nav.bg-dark {
    height: auto;
}
.nav-menu {
    overflow: scroll;
}
.navbar-collapse:not(.show) .nav-link {
  color: #ffffff !important;
}
.nav-item > a {
  color:#ffffff!important;
}	
.nav-item .dropdown-menu li a {
    color: #ffffff;
}
.navbar-nav {
	display: inline-block;
    padding: 40px 55px;
    height: calc(100vh - 60px);
	background-color: #327ab8;
}
.naver nav.bg-dark a:hover, .naver nav.bg-dark a:focus {
	color: #ffffff !important;
	background-color: transparent;
	outline: none;
}
.naver nav.bg-dark a {
    font-size: 1.4rem;
	font-weight: bolder;
	display: block!important;
	text-align: left;
}
.naver nav.bg-dark .container {
	max-width: 100%;
	height: 100%
}
.nav-item.dropdown {
	border-bottom: solid 1px #ffffff;
	margin: 5px 0;
}	
.nav-item .dropdown-menu {
  background-color: transparent;
  box-shadow:none;
  transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s!important;
  padding: 0 0 20px 0;
}
.OtherProduct .product-warp .col-12 {
    width: 50%;
}
.tasting_pattern {
    background: url(../images/tasting_pattern.jpg) no-repeat top 320px center;
	background-size: contain;
}
.tasting_purpose {
    text-align: center !important;
	padding-top: 330px;
}
.giraffe {
    width: 27%;
    top: 135px;
    right: 50px;
}
.qa_block {
    padding: 35px;
}
.qa_project img {
    width: 40%;
}
.verify{
	margin-left: 0;
}
.remind {
    margin-bottom: 30px;
}
form label {
    text-align: left;
}
.mCheck {
	text-align: left;
}
.memberWarp {
    padding: 60px 40px 30px 40px;
}
.memberContent {
    margin: 0 auto;
    margin-top: 50px;
}
.progressitem {
    position: static;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}	
.progressitem em {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-bottom: 0;
	margin-right: 12px;
}
.tasting_title {
    margin-bottom: 40px;
}
.step_title {
    margin-top: 60px;
}
.codeContent {
    margin-left: 0;
    margin-top: 30px;
}
.query {
	margin-bottom: 100px;
}
.locationBtn a.btn {
	margin: 10px 0;
}
.storeBtn a.btn {
	width: 50%;
	margin: 3px 0;
}
.progressProject {
	display: inline-block;
	width: auto;
}
.uploadPic .col-12 {
	width: 50%;
}
.login_pattern {
	display: none;
}
.giude_content h1 {
    font-size: 2.6rem;
}
.giude_content em {
	font-size: 2.4rem;
}
.leftmenu.aboutMenu {
	padding: 10px;
}
.leftmenu {
	width: 100%;
	padding: 30px 30px 10px 30px;
}
.formBtns {
    border-top: 0;
    padding-top: 0;
    margin-top: 50px;
}
.formBtns.loginoutBtn {
    margin-top: 20px;
}
.ft-logo {
    align-items: center;
}
.ft-logo img {
    width: 80%;
}
.ft-second {
	margin: 15px 0;
}
.ft-sns {
    flex-direction: column;
    align-items: center;
	margin: 12px 0;
}	
.secondMenu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}	
.secondMenu>ul>li {
    margin: 0 3px 20px 0;
    width: 24%;
}
.ft-sub > div {
    margin: 0 15px;
}
	
	
}


@media (max-width: 768px) {
	
/*首頁*/
	
.proof {
	width: 80%;
    flex-direction: column;
    margin: 0 auto;
	box-sizing: border-box;
}
.app_tasting {
    width: 100%;
	border-radius: 1.725em;
}
.project_1 {
    line-height: 3rem;
}
.icons-nav a {
  margin-right: 0;
}
.naver nav.bg-dark a {
    font-size: 1.3rem;
}
/*
.nav-item .dropdown-menu {
  background-color: transparent;
  box-shadow:none;
  transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s!important;
  padding: 0 0 20px 0;
}
*/
.nav-item .dropdown-menu li {
  text-align: left;
}
.searchblock input {
  display: none;
 }
.searchblock span {
  display: none;
}
.searchblock {
	background-color: transparent;
}
.shrink .searchblock {
    background-color: transparent;
}	
.icons-nav img {
    height: 28px;
}
.headerinfo {
    padding-right: 15px;
    justify-content: center;
}
.navbar-nav {
    padding: 30px 40px;
}
.KVmain {
    min-height: 207px;
    margin-top: 50px;
}
.KVmain .container {
    padding-top: 8.5em;
    padding-left: 14em;
}
.aboutQuality {
    background: url(../images/about_bg.jpg) no-repeat top 210px center;
    background-color: #f9f6ef;
    background-size: contain;
}
.presentWrap>h2 {
	font-size: 3rem!important;
	margin-top: 100px!important;
	margin-bottom: 20px!important;
}
.aboutQuality:before {
   height: 90px;
   border-radius: 0 0 2.8em 2.8em;
}
.condition h3 {
	font-size: 1.7rem;
}
.condition.short p {
	width: 90%;
    font-size: 18px;
}
.condition p {
	width: 90%;
    font-size: 18px;
}
.presentWrap {
   border-radius: 2.8em;
   margin-top: 38%;
}	
.aboutStage:before {
   height: 170px;
   border-radius: 0 0 2.8em 2.8em;
}
.aboutStage h2 {
	font-size: 1.5rem;
	margin: 50px 0 0 0;
}
.processBlock {
   border-radius: 2.8em 2.8em 0 0;
}
.home_warning {
    margin: 2em 0 0 0;
}
.locations {
    background-size: 290%;
}
.storeBtn a.btn {
    width: 100%;
    margin: 3px 0;
}
.itemTitle h2 {
    font-size: 1.9rem;
        line-height: 1.1em;
    }	
.itemTitle h3 {
    font-size: 1.2rem;
}
.productMain_title {
	font-size: 2.5em;
}
.model {
	display: none;
}
.model-m {
	display: block;
}
.news-block img {
    width: 100%;
}
.tasting_title {
	font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 40px;
}
.tasting_pattern {
	background: url(../images/tasting_pattern_m.jpg) no-repeat top 165px center;
	background-size: contain;
}
.tasting_purpose {
    text-align: center!important;
    padding-top: 315px;
}
.tasting_step ul {
	flex-direction: column;
    justify-content: flex-start!important;
	align-items: flex-start;
}
.tasting_item ul li {
	padding: 0 12px;
}
.tasting_slogan h1 {
	font-size: 2.2rem;
}	
.tasting_item_frist {
    font-size: 1.5rem;
    padding: 0 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}	
.progress {
    width: 85%;
}
.method {
    padding-top: 90px;
}
.method h3 img {
    width: 45%;
    margin-right: 12px;
}
.method h3:after {
    height: 18px;
}
.processPic{
	display: none;
}
.processPic_m {
	display: block;
}	
.giraffe {
    width: 25%;
    top: 40px;
    right: 65px;
}
.img_adj {
    margin: 25px 0 25px 0;
}
.QA h3 img {
     width: 45%;
}
.qa_project {
	font-size: 1.15rem;
	flex-direction: column;
	text-align: justify;
}
.qa_warp {
    margin-right: 0;
}	
.qa_project img {
	width: 50%;
}	
.qa_block {
	position: relative;
    padding: 20px 20px;
}	
.qa_block img {
	position: absolute;
    width: 32%;
    top: -37px;
	right: 10px;
}
.locations .mapWrap {
	margin-top: 3em;
	flex-direction: column-reverse;
}
.txt_left {
	text-align:left;
}
.flex-row {
    flex-direction:column!important;
	text-align: center;
}	
.subWrap {
	margin: 10px 0;
}		
.member_title {
    font-size: 2rem;
    margin-bottom: 30px;
}	
.widget {
	width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}
.q-action {
	position: relative;
	width: 100%;
	display: inline-flex;
	flex-direction: row; 
}
.q-action a {
	position: relative;
	flex-direction: row;
	line-height: 1;
}
.q-contact {
    right: 2em;
	top:16em;
	position: fixed;
    display: inline-flex;
    flex-direction: row;
}	
.q-contact-sw {
    width: 50px;
    height: 50px;
}
.q-contact-box a {
    width: 50px;
    height: 50px;
}
.q-action-btn {
  display: inline-flex;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding-top: 0;
  padding: 12px 0;
}
.q-contact-box {
	top: 3.5em;
}
.q-action a img {
    margin-top: 0;
	margin-left: 5px;
}
.s1,.s2,.s3 {
    top:0;
}
.formBtns {
    flex-direction: column-reverse;
}
.leftmenu>figure {
    display: inline-flex;
    align-items: center;
	margin-bottom: 20px;
}
.formBtns.loginoutBtn {
    margin-top: 0;
}
.leftmenu .dropdown-toggle {
    width: 60%;
}
.avatar img {
	width: 10vh;
    margin-bottom: 0;
    margin-right: 15px;
}
.giude_content {
    padding: 20px 0;
    margin: 10px 0;
}
.giude_content h1 {
	font-size: 2.6rem !important;
}
.giude_content em {
	font-size: 2.6rem !important;
	padding: 5px 20px;
}
.giude_item h2 {
	position: static;
	text-align: center;
	padding: 12px 20px;
}
.giude_item p {
    padding: 30px 30px;
    border-radius: 2em;
    margin-top: 20px;
}
.giude_item p.secondp {
	padding: 0;
	margin-top: 25px;
}
.formBtns a {
	width: 60%;
	margin: 0 auto;
}
.formBtns a:first-child {
    margin-top: 15px;
}
.uploadPic {
	width: 95%;
	margin: 0 auto;
}
.mapWrap .col-12.col-xl-7{
	height: 30vh;
}
.singleBlock {
    margin-top: 100px;
}
#CatTop {
    margin-bottom: 30px;
  }
#CatTop .carousel-caption {
    height: calc(100% - 30px);
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#CatTop .carousel-caption h3 {
    font-size: 16px;
  }
footer:before {
  content: "";
  display: block;
  background: url(../images/wave_m.png) repeat-x;
  width: 100%;
  height: 13px;
  margin-top: 60px;
}	
.ft-sub {
	padding-top: 25px;
	padding-bottom: 50px;
}
.ft-sub > div {
  margin: 10px 0;
}
.subWrap a {
    margin: 0 10px;
}	
.ft-logo {
    width: 100%;
    flex-flow: column;
}
.ft-logo img {
    width: 65%;
    margin-right: 0;
    margin-bottom: 18px;
}
.ft-logo em {
    display: block;
    font-size: 3rem;
	line-height: 3.6rem;
}
.ft-sns span {
	margin: 5px 0;
}
.ft-second {
    display: flex;
    width: 100%;
	margin-top: 15px;
}
.ft-second ul {
	width: 100%;
	display: inline-block;
    flex-direction: column;
    border-radius: 0 50px 50px 0;
	padding: 10px 20px;
}
.ft-second ul li {
	width: 45%;
	display: inline-block;
    margin: 2px;
}
.secondMenu>ul>li {
    margin: 0 3px 15px 0;
	width: 45%;
}	
.ft-sub ul {
    display: inline-flex;
    flex-wrap: wrap;
  }
.ft-sub li {
    text-align: center;
    width: 33.33%;
    margin-left: 0;
  }
.ft-sub > span {
    margin-left: 0;
}
	


	
}


@media (max-width: 600px) {
	
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 1.3rem);
    padding-left: var(--bs-gutter-x, 1.3rem);
}
.nav-tabs {
  border-bottom: 0;
}
nav.traverse {
  border-bottom: 1px solid #ffda76;
}
.navbar-nav {
  justify-content: space-between!important;
  padding: 25px 30px 70px 30px;
}	
.naver nav.bg-dark .container {
  height: auto;
}
.KVmain {
  min-height: 27vw;
  margin-top: 50px;
}
.home h2 {
  font-size: 1.8rem;
  margin: 8% 0;
}
.sourceTitle h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.locations h2 {
  margin-top: 7vh;
  margin-bottom: 0;	
}
.app_tasting h3 {
  width: 75%;	
}
.processBlock .d-version {
	display: none;
}
.processBlock .m-version {
	display: block;
}
.productMain_title {
	font-size: 2.2em;
	margin: 35px 0;
}
.OtherProductitem {
    border-radius: 20px;
    padding: 25px 40px 0 40px;
    margin: 6px 0;
}
.product_title {
    padding-left: 50px;
}
.memberWarp {
    padding: 40px 20px 30px 20px;
}
.memberContent {
        width: 100%;
}
.ft-logo {
  align-items: flex-start;
}
.verify {
	flex-direction: column;
}	
.verify .sendBtn {
    margin: 30px 0;
    text-align: center;
}	
	
}


@media (max-width: 450px) {

.KVanimate .container {
    padding-top: 6rem;
}
.slogan {
	font-size: 1rem;
}
.navbar-toggler {
  right: 25px;
}
.KVmain .container {
  padding-top: 6.5em;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.milestone .col-12 figcaption i {
  font-size: 3.725rem;
}
.milestone .col-12 figcaption strong {
  font-size: 2.725rem;
}
.home h2 {
  font-size: 1.3rem;
}
.sourceTitle h2 {
  font-size: 2rem;
}
.proof span {
    padding: 0;
}
.project_1 {
   font-size: 1.275rem;
   line-height: 2.5rem;
}
.project_2 {
   font-size: 1.275rem;
   line-height: 2.5rem;
}
.image .d-version {
	display: none;
}	
.image .m-version {
	display: block;
}	
.app_tastContent>img {
    margin: 6em 0 1.5em 0 !important;
    padding: 0 1.4em;
}
.app_tastContent em {
		font-size: 1.275rem;
}
.app_tastContent span {
    font-size: .9rem;
    padding: 0 .8rem;
}
.sourceTitle {
   margin-top: 25px;
}
.milestone .col-12 figure span {
  font-size: 1rem;
}
.milestone .col-12 figcaption strong img {
    width: 100px;
    margin-bottom: 25px;
}
.carousel-indicators {
	margin-bottom: -1.5rem;
}
.aboutContent h2 {
    font-size: 2rem;
    margin-bottom: 25px;
}
.presentWrap>h2 {
    font-size: 1.525rem !important;
	margin: 35px auto!important;;
}
.aboutQuality>h2 {
    font-size: 2rem!important;
	margin: 25px auto !important;
}
.aboutQuality {
   background: url(../images/about_bg.jpg) no-repeat top 185px center;
   background-color: #f9f6ef;
   background-size: contain;
}
.aboutQuality:before {
   height: 90px;
   border-radius: 0 0 1.8em 1.8em;
}
.locations h2 {
  margin-top: 4vh;
  font-size: 1.8rem;	
}
.locations span {
  margin: 1.2em 0
}
.locations:before {
    height: 50px;
    border-radius: 0 0 1.8em 1.8em;
}
.condition h3 {
   font-size: 1.5rem;
   text-align: left;
}
.condition.short p {
   width: 100%;
   font-size: 18px;
   text-align:justify;
}
.condition p {
   width: 100%;
   font-size: 18px;
   text-align:justify;
}
.condition p span {
	display: inline;
}
.presentWrap {
   border-radius: 1.8em;
   margin-top: 42%;
   padding: 0 28px;
}
.presentWrap.revise {
   margin-top: 33%;
}
.presentWrap .row {
	flex-direction: column-reverse;
	margin-top: 15px;
}
.presentWrap .row img.d-version {
	display: none;
}	
.presentWrap .row img.m-version {
	display: block;
}
.presentWrap .row img {
    width: 100%;
}
 .condition.loc_1,.condition.loc_2,.condition.loc_3,.condition.loc_4,.condition.loc_5 {
    margin: 20px auto;
}	
.aboutStage:before {
   height: 60px;
   border-radius: 0 0 1.8em 1.8em;
}
.aboutStage h2 {
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 50px 0 0 0;
}
.processBlock {
   border-radius: 1.8em 1.8em 0 0;
}
.processBlock h2 {
    font-size: 1.8rem;
	margin-top: 50px;
}
.itemTitle h2 {
	font-size: 1.8rem;
    line-height: 1.2em;
	text-align: center;
}
.modal-body {
    display: flex;
    flex-direction: column;
	align-items: center;
}
.modal-body img {
    width: 50%;
}
.product_title {
    padding-left: 20px;
	font-size: 1.8rem;
}
.q-action a {
	font-size: 1.125rem;
}
.q-action a img {
    height: 13px;
    margin-left: 3px;
}
.tasting_purpose {
    padding-top: 205px;
}
.step_title {
    font-size: 1.5rem;
}
.giraffe {
    width: 30%;
    top: 65px;
    right: 25px;
}
.q-contact-sw {
    width: 50px;
    height: 50px;
}
.q-contact-box a {
    width: 50px;
    height: 50px;
}
.q-contact-box {
	top: 3.5em;
}
.q-contact {
    right: .5em;
    top: 11em;
}
.step_title span {
	display: block;
	margin-bottom: 10px;
}
.leftmenu span {
    text-align: left;
    margin-left: 10px;
}
.leftmenu .dropdown-toggle {
	display: block;
	width: 100%;
}
.leftmenu .dropdown-menu.show {
    width: 90%;
	top:385%!important;
}
.formQuestion {
    width: 100%;
}
.giude_content h1 {
	font-size: 1.8rem !important;
}
.giude_content em {
	font-size: 1.6rem !important;
}
.giude_divider {
    margin: 35px 0 70px 0;
}
.giude_divider:after {
	height: 15px;
}
.secondp strong {
	width: 100%;
}
.w_adj_s {
    width: 100%;
}
.w_adj_xs {
    width: 100%;
}
.formBtns a {
	width: 100%;
}	
.uploadPic {
    margin-top: 10px;
}	
#gotop {
	bottom: 5em;
}	

	
	
}


@media (max-width: 350px) {

.progressProject{
	width: 100%;
}	
.progress {
    width: 100%;
}


}








