@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');


.pc2 { display:inline-block!important;}
.mobile2 { display:none!important;}

html .row-10 {
	margin-bottom: -10px;
}

html .row-10:empty {
	margin-bottom: 0;
}

html .row-10 > * {
	margin-bottom: 10px;
}

html .row-20 {
	margin-bottom: -20px;
}

html .row-20:empty {
	margin-bottom: 0;
}

html .row-20 > * {
	margin-bottom: 20px;
}

html .row-30 {
	margin-bottom: -30px;
}

html .row-30:empty {
	margin-bottom: 0;
}

html .row-30 > * {
	margin-bottom: 30px;
}

html .row-40 {
	margin-bottom: -40px;
}

html .row-40:empty {
	margin-bottom: 0;
}

html .row-40 > * {
	margin-bottom: 40px;
}

html .row-50 {
	margin-bottom: -50px;
}

html .row-50:empty {
	margin-bottom: 0;
}

html .row-50 > * {
	margin-bottom: 50px;
}

html .row-60 {
	margin-bottom: -50px;
}

html .row-60:empty {
	margin-bottom: 0;
}

html .row-60 > * {
	margin-bottom: 50px;
}

html .row-70 {
	margin-bottom: -50px;
}

html .row-70:empty {
	margin-bottom: 0;
}

html .row-70 > * {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	html .row-60 {
		margin-bottom: -60px;
	}
	html .row-60:empty {
		margin-bottom: 0;
	}
	html .row-60 > * {
		margin-bottom: 60px;
	}
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
	html .row-md-50 {
		margin-bottom: -50px;
	}
	html .row-md-50:empty {
		margin-bottom: 0;
	}
	html .row-md-50 > * {
		margin-bottom: 50px;
	}
	html .row-md-75 {
		margin-bottom: -75px;
	}
	html .row-md-75:empty {
		margin-bottom: 0;
	}
	html .row-md-75 > * {
		margin-bottom: 75px;
	}
}

@media (min-width: 992px) {
	html .row-lg-90 {
		margin-bottom: -90px;
	}
	html .row-lg-90:empty {
		margin-bottom: 0;
	}
	html .row-lg-90 > * {
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
	html .row-xl-110 {
		margin-bottom: -110px;
	}
	html .row-xl-110:empty {
		margin-bottom: 0;
	}
	html .row-xl-110 > * {
		margin-bottom: 110px;
	}
}

@media (min-width: 1400px) {
	html .row-xxl-50 {
		margin-bottom: -50px;
	}
	html .row-xxl-50:empty {
		margin-bottom: 0;
	}
	html .row-xxl-50 > * {
		margin-bottom: 50px;
	}
}
.link:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    -webkit-filter: brightness(1.08);
    cursor: pointer;
}
.link2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity:1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0 2px 12px rgb(0 0 0 / 71%);
}
.title-box {
position: relative;
    color: #0068b7;
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
    padding-top: 45px;
    padding-bottom: 45px;
    letter-spacing: 1.5px;
}
.title-box::after {
    content: '';
    position: absolute;
   background: url(../images/title-top-icon.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top center;
    height: 44px;
    width: 100%;
    max-width: 529px;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -264.5px;
}
.title-box span {
display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    font-family: math;
    font-weight: 500;
}
    #brand-index {
  margin: 0 auto;
}
.el-d-brandIndex__item {
  width: calc((100% - 48px) / 3); 
  margin-bottom: 24px;
}
#brand_btm {margin: 0 auto 10px;width: 970px;}
.about-logo { width: 100%;max-width: 360px; margin: 0 auto 10px;display: block;}
.about-title{width: 100%;max-width: 207px;display: block;margin: 5px auto 50px;}
#brand_message_cont {
    padding: 50px 100px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* about*/

.elliarArticle h2 {
    color: #3990d1;
    margin: 20px 0;
    font-size: 30px;
    font-style: italic;
}
.eventContent .contents>article p {margin-bottom: 30px;}
.elliarArticle p {margin: 1.5em auto;line-height: 2em;font-size: 18px;}
.elliarArticle hr {border-top: 1px solid #3990d1;height: 1px;width: 100px;display: block;margin: 50px auto;}
.eventContent .contents hr { margin: 0;text-align: left;}
.elliarArticle h3 {
    color: #3990d1;
    margin: 20px 0;
    font-size: 25px;
    font-style: italic;
}
.intro {
    background: #fff url(../images/intro.jpg) right bottom no-repeat !important;
}
.eventContent .contents {
    padding-bottom: 60px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 20px auto 50px;
    min-height: 300px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: #ccc 0 2px 3px;
}
.eventContent .contents.borderCt {
    border-radius: 20px;
}

.about-type { background: #fff;display: block;padding: 20px;}
.aobut-type-title { font-size: 16px;color: #0068b7;padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px #ededed solid; text-align: center;}
.about-logo {}
a, button, img, input, span, div {transition: all 0.3s ease 0s;}
.about-icon {font-size: 18px; text-align: center; display: block;}
.ab-logo {width: 100%; max-width: 300px;display: block;margin: auto;}
.el-c-subCat__item p {text-align: center;color: #0068b7;}
.el-c-productTitle__main img {width: 40px;}
.el-headerANavMenuLinks__itemImageIcon img {width: 40px;}
.is-open {margin: auto;}
.el-a-categories__itemImage img {width: 100%; max-width: 70px;}
.el-c-titleA__icon img {width: 100%; max-width: 70px;}
.preserve-whitespace { white-space: pre-wrap;}
.el-c-productDetails__field6 {margin-top: 8px;}
.index-img:nth-child(2) a .el-a-categories__itemImage img {max-width: 80px;}
.edm-info-body {max-width: 1200px;width: 100%;text-align: center; padding: 50px 0px; margin: auto; }
.edm-info-photo {}
.edm-info-size {font-size: 24px;border-bottom: 1px #d3d3d3 solid;font-weight: bold;line-height: 1.5;}
.edm-info-kg {font-size: 15px;font-weight: 600;}
.edm-info-no {}
.edm-info-title { width: 100%; max-width: 200px;margin: auto;padding-bottom: 20px;}
.edm-info-box {background: #fff;display: block;padding: 5px;border-radius: 12px;color: #00a3d9;}




@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1440px) {
  

}
    
@media only screen and (max-width: 1366px) {

}


@media only screen and (max-width: 1280px) {

    
    
}
@media only screen and (max-width: 1210px){

}


@media only screen and (max-width: 1200px){

	
	
}

@media only screen and (max-width: 1199px) {
  
}



@media only screen and (max-width: 1024px) {

   

}



@media only screen and (max-width: 991px){

}




@media only screen and (max-width: 768px) {

      .pc2 { display:none!important;}
    .mobile2 { display: inherit!important;}
    
    .el-d-brandIndex__item { width: calc((100% - 24px) / 2); }
   .edm-info-title { width: 100%; max-width: 120px;margin: auto;padding-bottom: 20px;}
    
	
}

@media only screen and (max-width: 767px) {
      .col-xxs-6 {
          flex: 0 0 50%;
          max-width: 50%;
    } 
    .el-d-brandIndex__item { width: 100%;}

	}


@media only screen and (max-width: 480px) {
    
    .title-box::after { background-position: bottom center; top: 0;  left: 0; margin-left: 0;}
    .title-box {font-size: 20px;}
    .title-box span {font-size: 12px;}
    .el-a-onlineShopB__item a {background: #fff; overflow: hidden;}
    .ab-logo {max-width: 200px;}
    .elliarArticle p {line-height: 1.8em;font-size: 14px;}
    .elliarArticle h2 {font-size: 24px;}
    .el-c-titleA__icon img { max-width: 50px;}
    .el-a-categories__itemImage img { max-width: 55px;}
    .index-img:nth-child(2) a .el-a-categories__itemImage img {max-width: 65px;}

	}




@media only screen and (max-width: 428px) {

   
}


@media only screen and (max-width: 414px) {
    
      #questionnaire iframe {}
    
}

@media only screen and (max-width: 390px) {
    
}

@media only screen and (max-width: 375px) {

    
}

@media only screen and (max-width: 360px) {

}