	/* ==========================================================================
	    Special Font
 	============================================================================= */
 	body.inside.en .h1-wrapper h1,
 	body.inside.en .selection,
 	body.inside.en ul.breadcrumb li.current,
 	body.inside.en #mission .big-title span,
 	body.inside.en #mission .big-title p { font-family: 'robotoBoldCondensed'; }


 	body.inside.en #window .title-year,
 	body.inside.tc #window .title-year,
 	body.inside.sc #window .title-year,
 	body.inside.en .ti-no,
 	body.inside.tc .ti-no,
 	body.inside.sc .ti-no  { font-family: 'robotoblack'; }

 	body.inside.tc .h1-wrapper h1,
 	body.inside.tc .selection,
 	body.inside.tc ul.breadcrumb li.current,
 	body.inside.tc #mission .big-title span { font-family: 'NotoSansTC-Regular'; }

 	body.inside.sc .h1-wrapper h1,
 	body.inside.sc .selection,
  	body.inside.sc ul.breadcrumb li.current,
  	body.inside.sc #mission .big-title span { font-family: 'NotoSansSC-Bold'; }
	

  	/* • en
   	------------------------------------------------------------------------- */
	@font-face {
	    font-family: 'robotolight';
	    src: url('fonts/Roboto-Light-webfont.eot');
	    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Light-webfont.woff') format('woff'),
	         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	    font-weight: lighter;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'robotoregular';
	    src: url('fonts/Roboto-Regular-webfont.eot');
	    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
	         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	    font-weight: normal;
	    font-style: normal;

	}

	@font-face {
	    font-family: 'robotomedium';
	    src: url('fonts/Roboto-Medium-webfont.eot');
	    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Medium-webfont.woff') format('woff'),
	         url('fonts/Roboto-Medium-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'robotobold';
	    src: url('fonts/Roboto-Bold-webfont.eot');
	    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
	         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}


	@font-face {
	    font-family: 'robotoBoldCondensed';
	    src: url('fonts/Roboto-BoldCondensedItalic-webfont.eot');
	    src: url('fonts/Roboto-BoldCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
	         url('fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-BoldCondensed-webfont.svg#robotoBoldCondensed') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'robotoblack';
	    src: url('fonts/Roboto-Black-webfont.eot');
	    src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/Roboto-Black-webfont.woff') format('woff'),
	         url('fonts/Roboto-Black-webfont.ttf') format('truetype'),
	         url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

  	/* • TC
   	------------------------------------------------------------------------- */
    @font-face {
	font-family: 'NotoSansTC-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSansTC-Bold.otf") format("opentype");
    }

    @font-face {
	font-family: 'NotoSansTC-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSansTC-Regular.otf") format("opentype");
    }
	
    @font-face {
	font-family: 'NotoSansTC-Light';
    font-style: normal;
    font-weight: lighter;
    src: url("fonts/NotoSansTC-Light.otf") format("opentype");
    }
	
    @font-face {
	font-family: 'NotoSansTC-Thin';
    font-style: normal;
    font-weight: lighter;
    src: url("fonts/NotoSansTC-Thin.otf") format("opentype");
    }
	

  	/* • SC
   	------------------------------------------------------------------------- */
    @font-face {
	font-family: 'NotoSansSC-Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSansSC-Bold.otf") format("opentype");
    }

    @font-face {
	font-family: 'NotoSansSC-Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NotoSansSC-Regular.otf") format("opentype");
    }
	

    @font-face {
	font-family: 'NotoSansSC-Light';
    font-style: normal;
    font-weight: lighter;
    src: url("fonts/NotoSansSC-Light.otf") format("opentype");
    }

    @font-face {
	font-family: 'NotoSansSC-Thin';
    font-style: normal;
    font-weight: lighter;
    src: url("fonts/NotoSansSC-Thin.otf") format("opentype");
    }




