@charset "utf-8";
/* CSS Document */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans TC";
  src: url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W9";
  src: url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W9.woff') format("woff"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W9.ttf') format("truetype"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W9.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W7";
  src: url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W7.woff') format("woff"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W7.ttf') format("truetype"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W7.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W5";
  src: url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W5.woff') format("woff"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W5.ttf') format("truetype"), url('https://www.uniqlo.com/tw/collection/fonts/DFHeiStd-W5.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProBold";
  src: url("/tw/collection/fonts/UniqloProBold-webfont.eot");
  src: url("/tw/collection/fonts/UniqloProBold-webfont.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProBold-webfont.woff") format("woff"), url("/tw/collection/fonts/UniqloProBold.otf") format("opentype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProRegular";
  src: url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.eot");
  src: url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.eot?#iefix") format("embedded-opentype"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.woff") format("woff"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.ttf") format("truetype"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.svg#uniqlo_proregular") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProLight";
  src: url("/tw/collection/fonts/UniqloProLight.eot");
  src: url("/tw/collection/fonts/UniqloProLight.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProLight.woff") format("woff"), url("/tw/collection/fonts/UniqloProLight.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProLight";
  src: url("/tw/collection/fonts/UniqloProLight.eot");
  src: url("/tw/collection/fonts/UniqloProLight.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProLight.woff") format("woff"), url("/tw/collection/fonts/UniqloProLight.ttf") format("truetype");
}





div#content {
  background-color: #fff; 
  font-family:  13px "UniqloProRegular","DFHeiStd-W5","Noto Sans TC", sans-serif;
  line-height: 1.5;
  width: 100%;
  min-width: 960px;
  margin-top: 0;
  color: #1b1b1b;
  color: var(--default-color);
}

a {
  text-decoration:none;
}

.title-01 {
  padding: 5px;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  text-align:left;
  line-height: 32px;
}

.title-02 {
  margin-bottom:20px;
  padding: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-align:left;
  background-color:#FFED00;
  line-height: 28px;
  display: inline-block;
}

.linkBank {
  text-align: right;
}

p {
  font-size: 18px;
}

ul {
  padding-left: 18px;
  font-size: 18px;
  list-style-position:outside;
  list-style-type: square;  
}


.fr-img{transition:opacity .5s;width:100%;height:auto}
.fr-img.lazyload{opacity:0}
.fr-img.lazyloaded{opacity:1}

@media only screen and (min-width: 750px) {

  /* popup */
  .activePopCoupon .popupWhiteBg {
    width: 100vw;
    height: 100%;
    background-color: white;
    opacity: .75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .activePopCoupon .popupContent{
    display: block !important;
  }

  .popupContentClose{
    display: none !important;
  }

  .popupContent{
    max-width: 500px;
    min-width: 390px;

  }

  .activePopCoupon a:hover:not(.fr-tabs_itemLink), 
  .activePopCoupon a:hover img,.activePopCoupon  a:hover p, 
  .activePopCoupon a[href]:not(.fr-tabs_itemLink):hover, 
  .activePopCoupon a[href]:hover img,.activePopCoupon  a[href]:hover p, 
  .activePopCoupon a[data-link]:hover, 
  .activePopCoupon a[data-link]:hover img{
    opacity: 1 !important;
  }

  .activePopCoupon .popupContentImg {
    position: fixed;
    top: 2.5vh;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 11;
    height: 95vh;
  }

  .activePopCoupon .popupContentImg img{
    width: auto;
    height: 100%;
  }


  .popupCloseBtn {
    display: inline;
    line-height: 1;
    color: #ff0000;
    border-radius: 50%;
    padding: 0.3em;
    font-size: 26px;
    font-weight: bolder;
    position: fixed;
    top: 5vh;
    right: calc(50% - 40vh);
    cursor: pointer;
    z-index: 11;
  }

  /* popup */
  }

@media only screen and (max-width: 749px) {
  div#content {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
  }

  div#content * {
    box-sizing: border-box;
  }
  
  .credit_item{
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .main {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }

  .activePopCoupon .popupWhiteBg {
    width: 100vw;
    height: 100%;
    background-color: white;
    opacity: .75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .activePopCoupon .popupContent {
    display: block !important;
  }

  .popupContent {
    max-width: 500px;
    min-width: 390px;
  }

  .activePopCoupon .popupContentImg{
    position: fixed;
    top: 10vh;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    overflow: hidden;
    z-index: 3;
    height: auto;
    max-width: 500px;
  }

  .activePopCoupon .popupContentImg img {
    width: 100%;
    height: auto;
  }

  .popupCloseBtn {
    display: inline;
    line-height: 1;
    color: #ff0000;
    border-radius: 50%;
    padding: 0.3em;
    font-size: 10vw;
    font-weight: bolder;
    position: fixed;
    top: 5vh;
    right: 2%;
    cursor: pointer;
    z-index: 30;
  }
}


.RPlqr {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(218, 218, 218);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 55px;
    width: 100%;
    z-index: 10;
}

.hlIOnx {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    height: 100%;
}

.MsQQU {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.izqOYF {
    display: block;
}

.izqOYF svg {
    width: auto;
    height: 33px;
    vertical-align: bottom;
}

.ejZQpd {
    -webkit-box-align: center;
    align-items: center;
    display: none;
    height: 100%;
    margin-top: 1px;
    margin-left: 32px;
}

.goIptu {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 19px;
    height: 100%;
    padding: 12px;
}

.eOLsqP {
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}

.ejZQpd {
	-webkit-box-align: center;
	align-items: center;
	display: none;
	height: 100%;
	margin-top: 20px!important;
	margin-left: 15px!important;
}


@media (min-width: 813px){
	.RPlqr {
		height: 73px;
	}
	
	.hlIOnx {
		max-width: 1176px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.izqOYF svg {
		width: 90px;
		height: 40px;
	}
	
	.ejZQpd {
		display: flex;
	}
}

