@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url(/fonts/avenir/AvenirLTStd-Book.otf) format('opentype');
}
@font-face {
    font-family: 'Aller-Light';
    src: url(/fonts/aller/Aller_Lt.ttf) format('opentype');
}
@font-face {
    font-family: 'Oswald-Medium';
    src: url(/fonts/oswald/Oswald-Medium.ttf) format('opentype');
}
@font-face {
    font-family: 'Lucida-Sans';
    src: url(/fonts/lucida-sans/LucidaSans-Demi.ttf) format('TrueType');
}
/*@font-face {
    font-family: 'ElectraLH';
    src: url(/fonts/ElectraLHCursiveDisplayBold.ttf) format('TrueType');
}*/
@font-face {
    font-family: 'ElectraLHCursiveDisplayBold';
    src: url('/fonts/ElectraLHCursiveDisplayBold.eot');
    src: local('ElectraLHCursiveDisplayBold'), local('ElectraLHCursiveDisplayBold'), url('/web/20190226022426im_/http://www.aits.tw/fonts/ElectraLHCursiveDisplayBold.woff') format('woff'), url('/fonts/ElectraLHCursiveDisplayBold.ttf') format('truetype'), url('/fonts/ElectraLHCursiveDisplayBold.svg#ElectraLHCursiveDisplayBold') format('svg');
}
@font-face {
    font-family: 'ITCAvantGardeGothicBook';
    src: url('/fonts/ITCAvantGardeGothicBook.eot');
    src: local('ITCAvantGardeGothicBook'), local('ITCAvantGardeGothicBook'), url('/fonts/ITCAvantGardeGothicBook.woff') format('woff'), url('/fonts/ITCAvantGardeGothicBook.ttf') format('truetype'), url('/fonts/ITCAvantGardeGothicBook.svg#ITCAvantGardeGothicBook') format('svg');
}
@font-face {
    font-family: 'ElectraLHCursiveDisplayBold';
    src: url(/fonts/ElectraLHCursiveDisplayBold.ttf) format('TrueType');
}
@font-face {
    font-family: 'ITCAvantGardeGothicBook';
    src: url(/fonts/ITCAvantGardeGothicBook.ttf) format('TrueType');
}
@font-face {
    font-family: 'Calibri';
    src: url(/fonts/calibri.ttf) format('opentype');
}
@font-face {
    font-family: 'Gotham-Black';
    src: url('/fonts/Gotham-Black.eot');
    src: local('Gotham-Black'), local('Gotham-Black'), url('/fonts/Gotham-Black.woff') format('woff'), url('/fonts/Gotham-Black.ttf') format('truetype'), url('/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
}
@font-face {
    font-family: 'Gotham-Thin';
    src: url('/web/20190226022426im_/http://www.aits.tw/fonts/Gotham-Thin.eot');
    src: local('Gotham-Thin'), local('Gotham-Thin'), url('/fonts/Gotham-Thin.woff') format('woff'), url('/fonts/Gotham-Thin.ttf') format('truetype'), url('/fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
}
@font-face {
    font-family: 'avantgarde-book-bold';
    src: url(/fonts/avantgarde-book-bold.ttf) format('TrueType');
}
/*-------------帶字體--------------*/

.text1 {
    font-family: 'AvenirLTStd-Book';
}

.text2 {
    font-family: "Times New Roman", Times, serif;
}

.text3 {
    font-family: "Arial", Helvetica, sans-serif;
}

.text4 {
    font-family: "微軟正黑體"!important;
}

.text5 {
    font-family: "Calibri", sans-serif;
}

.text6 {
    font-family: "Oswald-Medium", sans-serif;
}

.text7 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.text8 {
	font-family: "Aller-Light", sans-serif;
}

.text9 {
    font-family: "Lucida-Sans", sans-serif;
}

.text10 {
    font-family: "ElectraLHCursiveDisplayBold", serif;
}
.text11 {
    font-family: "ITCAvantGardeGothicBook", serif;
}
.text12{
    font-family: 'Gotham-Black', serif;
}
.text13{
    font-family: 'Gotham-Thin', serif;
}
.text14 {
    font-family: "avantgarde-book-bold", serif;
}