/* 
templatemo 395 urbanic
*/

/* 
Urbanic Template 
http://www.templatemo.com/preview/templatemo_395_urbanic 
*/

body, html {
    overflow-x: hidden;
}

body {
	
    background-size: 100% auto;
    background-color: #eeeeee;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
	font-size: 12px;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p {
  font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
}

    * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
    margin: 0;
    clear: both;
}

li {
    line-height: 1.6em;
}

.templatemo_clear {
    clear: both;
}

.height30 {
    height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color: #f5f5f5;
	overflow: hidden;
    /*background: transparent url(../images/pixel_bg2.png) repeat 0 0;*/
}

.templatemo-top-menu {
    min-height: 100px;
    background-color: rgba(255, 255,255, 0.8) ;
    z-index: 5000;
	/*z-index: 5000;*/
    width: 100%;
}

    .templatemo-top-menu .navbar-toggle {
        margin-top: 38px;
    }

    .templatemo-top-menu .navbar-brand {
        /*padding: 0;
    margin: 30px 0 0 0;*/
    }

/* ------ Logo ----- */
.toefl-logo {
    display: block;
}

.toefl-logo-m {
    display: none;
}


.freebirdFormviewerViewCenteredContent {
    margin: auto;
    width: 90% !important;
}
/* ------ Carousel ----- */

#templatemo-carousel {
    /*border-top: 3px solid #333333; */
    background: url('../templatemo_carousel_bg-7.html') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*overflow-x: hidden;*/
    margin-bottom: 0;
    height: 500px;
}

    #templatemo-carousel .carousel-caption {
        z-index: 10;
    }

    #templatemo-carousel .item {
        height: 500px;
    }

    #templatemo-carousel .carousel-inner > .item > img {
        min-width: 100%;
        /*height: 500px;*/
        left: 0;
        top: 0;
    }

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â®-ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â©Ãƒâ€¦Ã‚Â¸*/
.applyform_desktop {
    display: block;
    width: 100%;
    margin: 0 auto;
    /* background-color: #e9e9e9; */
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â®-ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢*/
.applyform_mob {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.line_space {
	text-decoration: none;
    border-bottom:2px solid;
}


.table_form {
    border-right: 1px solid #dfdfdf;
    margin: 0 auto;
    padding: 0 30px 35px 30px;
}


.table_form_right {
    margin: 0 auto;
    padding: 0 30px 35px 30px;
}

.table_form_basic {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    font-variant: normal;
    height: 1200px;
    width: 100%;
    color: #635245;
    letter-spacing: 1px;
    text-align: left;
    border: 1px solid #eeeeee;
    background-color: #FFFFFF;
    margin: 40px 0px 50px 0px;
    padding: 35px 35px 35px 35px;
}

/* 文字陰影 */
.shadow{
text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

/* 極細線效果 */
.bd-t{
  position:relative;
  height:25px;
  margin-bottom:20px;
  

  

}

.bd-t:after{
  content: "  ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #c3c3c3;
  /* 如果不用 background-color, 使用 border-top:1px solid #e0e0e0; */
  -webkit-transform: scaleY(.5);
  transform:scaleY(.5);
  }
  
  /* 左右橫線中間文字 */
.order {
   height: 60px;
   line-height: 60px;
   text-align: center;
}
 .order .line {
   display: inline-block;
   width: 150px;
   border-top: 1px solid #ccc ;
}
.order .txt {
   color: #686868;
   vertical-align: -8%;
}

  /* 左右直線中間文字 */
  




/* 文字陰影 */

 /*
.matrix table.feature_comparison_chart thead tr.tier_header th, .matrix table.feature_comparison_chart thead tr.tier_targets td {
    background-color: #eef1f2;
}

.matrix table.feature_comparison_chart tfoot td:first-child:empty, .matrix table.feature_comparison_chart tfoot th:first-child:empty, .matrix table.feature_comparison_chart thead td:first-child:empty, .matrix table.feature_comparison_chart thead th:first-child:empty {
    visibility: hidden;
}

.matrix table.feature_comparison_chart {
    max-width: 65rem;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: initial;
}

.matrix table.feature_comparison_chart thead tr.tier_header th, .matrix table.feature_comparison_chart thead tr.tier_targets td {
    background-color: #eef1f2;
}

.matrix.left table.feature_comparison_chart thead tr.tier_header th.tier_left, .matrix.left table.feature_comparison_chart thead tr.tier_targets td.tier_left {
    background-color: #00ADEF;
    color: #FFF;
}

.matrix.left table.feature_comparison_chart .tier_left {
    background: 0 0;
}

table.feature_comparison_chart .tier_left {
    background: -webkit-linear-gradient(left,transparent 0,transparent 93%,rgba(0,0,0,.07) 100%);
    background: linear-gradient(to right,transparent 0,transparent 93%,rgba(0,0,0,.07) 100%);
}

table.feature_comparison_chart thead tr.tier_header th {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-top-width: 1px;
    font-size: 1.25rem;
    padding-bottom: .625rem;
}

.matrix table.feature_comparison_chart thead td, .matrix table.feature_comparison_chart thead th {
    width: 16.25rem;
    padding: 1.25rem;
    vertical-align: top;
}

table.feature_comparison_chart td, .matrix table.feature_comparison_chart th {
    border: 1px solid #D0D8DB;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: .9375rem 1.5625rem;
    text-align: center;
    color: #456;
} */


@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 60px;
        padding-left: 50px;
        right: 20%;
        /*left: 612px;*/
    } 
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../templatemo_carousel_bg_s-7.html') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 1px solid #dfdfdf;
    min-height: 85px;
}

.templatemo-slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 30px 0 0px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}

.templatemo-case {
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* border-top: #EDEDED solid 1px; */
    background: url(../jpg/case_back.jpg) top center no-repeat #e1faff; 
  background-size: 100% auto;
  z-index: 20;
  
	
}


.templatemo-share  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
	background:#fdefef;
	background:url(../jpg/share_back.jpg) top center no-repeat;
    background-size: 100% auto;
}

.templatemo-understand  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
	background:#FFFFFF;
	background:url(../jpg/campaign_back.jpg) top center no-repeat;
    background-size: 100% auto;
}

.templatemo-standard  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#fff0ef;
	
    background-size: 100% auto;
}

.templatemo-experience  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#FFFFFF;
	background:url(../jpg/experience_back.jpg) top center no-repeat;
    background-size: 100% auto;
}

.templatemo-qa  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#f9f6f1;
	 /*background:url(../images/experience_back.jpg) top center no-repeat;*/
    background-size: 100% auto;
}

.templatemo-advantage  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:f9f9f9;
	
    background-size: 100% auto;
}

.templatemo-aboutsay  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
 
	background:#f9f6f1;
	 /*background:url(../images/campaign_back.jpg) top center no-repeat;*/
    background-size: 100% auto;
}

.templatemo-plusthree  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
	background: url(../jpg/plustwo_back.jpg) top center no-repeat #FFFFFF;
    background-size: 100% auto;
}

.templatemo-challenge  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#f6f3ec;
	/* background: url(../images/challenge_back.jpg) top center no-repeat #f6f3ec; */
    background-size: 100% auto;
}

.templatemo-add  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
	background: url(../jpg/challenge_back-2.jpg) top center no-repeat #eef9ff;
    background-size: 100% auto;
}

.templatemo-prepare  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
	background:#FFFFFF;
	background:url(../jpg/prepare_back.jpg) top center no-repeat;
    background-size: 100% auto;
}

.templatemo-book  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
	background:#ffffec;
	/* background:url(../images/book_back.jpg) top center no-repeat; */
   /*  background-size: 100% auto; */
}




.templatemo-test  {
    border-top: 1px solid #eeeeee; 
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#FFFFFF;
	
    background-size: 100% auto; */
}

.templatemo-more  {
    border-top: 1px solid #eeeeee; 
	border-bottom: 1px solid #eeeeee; 
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	background:#fcf7f1;
	
    overflow: hidden;
    /* background: transparent url(../images/pixel_bg.png) repeat 0 0;*/
}

.templatemo-date  {
   
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
	/* background:url(../images/back_date.jpg) top center no-repeat #eeeff4; */
    background-size: 100% auto; 
	
}

.templatemo-gift  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
	background:#FFFFFF;
}

.templatemo-join  {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
	background:#ffe5e5;
}

.templatemo-video {
    /* border-top: 1px solid #eeeeee; */
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
	background:#333333;
	background:url(../jpg/video_back.jpg) top center no-repeat;
	background-size: 100% auto;
}


.templatemo-sw  {
   
    margin-bottom: 0px;
    
    
  
	
	background:url(../jpg/experience_back.jpg) top center no-repeat #fdf7f1;
    background-size: 100% auto; 
}

.templatemo-foreword {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
}





.templatemo-service-intitle {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff6f5;
}

.templatemo-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}


    .templatemo-service-item p {
        font-weight: lighter;
        text-align: justify;
        margin-top: 25px;
        font-size: 14px;
        color: #555555;
    }

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    font-size: 18px;
    line-height: 23px;
    background-color: #bc340a;
    border-bottom: 2px solid #bc340a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
        background-color: #d35400;
        color: #ffffff;
    }

.btn-green {
    background-color: #e9e9e9;
    border-bottom: 0px solid #e9e9e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #555555;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
        background-color: #555555;
        color: #ffffff;
    }

.nav > li > a {
    padding: 10px 20px;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: e9e9e9;
        color: #fff;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #E9E9E9;
    color: #333333;
}


.nav > li > a {
    color: #929292;
}

.navbar-default {
    /*background-color: #FFFFFF;*/
    border: none;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #dedede;
        color: #fff;
        font-size: 17px;
    }

.navbar {
    margin-bottom: 0px;
}

/* 講者照片 */
.speaker img {
    margin-bottom: 20px;
    /* border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 3px solid #333; 
    box-shadow: #c5c5c5 0 0 7px;*/
}

.speak_bar {
	        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    padding: 6px;
    width: 100%;
    background-color: #ffeed1;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3em;

    border-radius: 5px;
	border:1px solid #ffdfa9;

}

.speak_bar_red {
	        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    padding: 6px;
    width: 100%;
    background-color: #f5ebfe;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3em;
    font-weight: nod;
    border-radius: 5px;
	border:1px solid #e5deeb;
}


.speak_bar2 {
    padding: 8px;
    width: 100%;
    background-color: #c8edff;
    color: #3b7cc5;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
}

.ma_content2 td {
    border: #ccc solid thin;
	font-size: 19px;
    line-height: 25px;
    padding: 10px;
}


/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼768 ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦768 */
@media (min-width: 768px) {
    .templatemo-service-item-header {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        margin-left: -20px;
        padding: 16px 20px 20px;
        font-weight: bold;
        display: inline-block;
        padding-top: 0px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #333333;
    }
}

@media (max-width: 767px) {
    .templatemo-service-item-header {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        margin-left: -20px;
        padding: 16px 20px 20px;
        font-weight: bold;
        display: inline-block;
        padding-top: 0px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0px;
    }
}


.templatemo-service-item-header-s {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    margin-left: -20px;
    padding: 16px 20px 20px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    padding-top: 0px;
    letter-spacing: 0px;
    font-size: 24px;
}


.templatemo-header-orange {
    background-color: #ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff;
}

.team_hr {
    border: 1px solid #fff;
    width: 39.5%;
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc;
}

.templatemo-team {
    border-top: 1px solid #eeeeee;
    background: #edf8ff;
    font-family: 'Open Sans', sans-serif;
    min-height: 400px;
    color: #ffffff;
}

.templatemo-line-header {
    margin-top: 100px;
    margin-bottom: 80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

    .member-thumb .thumb-overlay {
        background-color: rgba(220, 157, 102, 0.8);
        position: absolute;
        visibility: hidden;
        padding-top: 35%;
        padding-left: 25%;
        height: 100%;
        width: 100%;
        opacity: 0;
        right: 0;
        top: 0;
    }

.thumb-overlay a {
    float: left;
    margin-right: 5px;
}



.team-inner {
    margin-top: 10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.team-inner-subtext {
    font-weight: normal;
    font-size: 12px;
}

.row_team {
    margin-left: -50px;
    margin-top: 70px;
}

    .row_team li {
        list-style: none;
    }

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
    width: 200px;
}

    .templatemo-project-box:hover .project-overlay {
        transition: all 0.3s ease-in-out 0s;
        visibility: visible;
        opacity: 1;
    }

.project-overlay {
    background: rgba(0,0,0,.75);
    border: 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align: center;
    padding-top: 40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


    .project-overlay hr {
        width: 70%;
    }

.templatemo-project-gallery li {
    margin: 15px;
}


.txt_darkgrey_b {
    font-size: 70px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #00428e;
    letter-spacing: 0px;
    line-height: 70px;
    text-align: middle;
    font-weight: 700;
    margin-top: 50px;
}

.txt_darkgrey_b_red {
    font-size: 70px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #bc340a;
    letter-spacing: 0px;
    line-height: 70px;
    text-align: middle;
    font-weight: 700;
}

.ma_table_content ul {
    margin: 0;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€¦Ã‚Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ */
.txt_darkgrey {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 700;
}

.break {
    display: inline;
    line-height: 0px !important;
    font-size: 10px !important;
}

.txt_darkgrey_share {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.txt_darkgrey_green{
    font-family: "malgun gothic", simhei;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #5e8939;
    font-weight: 700;
    margin-bottom: 10px;

}

.txt_darkgrey_black{
    font-family: "malgun gothic", simhei;
    font-size: 23px;
    letter-spacing:0px;
    line-height: 28px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 5px;

}



.txt_darkgrey_high{
    font-family: "malgun gothic", simhei;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #323232;
    font-weight: 550;
    margin-bottom: 10px;

}



/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¼768 ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¦768 */
@media (min-width: 768px) {
    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 12px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 6px;
    }

    .txt_darkgrey {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 53px;
        letter-spacing: -1px;
        line-height: 75px;
        color: #333333;
        font-weight: 700;
    }

    .break {
        display: none;
    }

    .txt_darkgrey_share {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 21px;
        letter-spacing: 1px;
        line-height: 25px;
        color: #333333;
        font-weight: 700;
        margin-bottom: 10px;
    }

.divider-1 span {
    display: block;
    width: 150px;
    height: 6px;
    margin: 20px auto 20px auto;
    border-top: 1px solid #333333;
}

.divider-3 span {
    display: block;
    width: 150px;
    height: 1px;
    margin: 15px auto 15px auto;
    border-top: 1px solid #FFFFFF;
}


.divider-2 span {
    display: block;
    width: 150px;
    height: 6px;
    margin: 20px auto 20px auto;
    border-top: 3px solid #e83729;
	
}

.divider-4 span {
    display: block;
    width: 100%;
    height: 6px;
    margin: 20px auto 20px auto;
    border-top: 1px solid #B8B8B8;
}

.divider-5 span {
    display: block;
    width: 150px;
    height: 6px;
    margin: 20px auto 20px auto;
    border-top: 3px solid #000000;
	
}

.divider-5-100 span {
    display: block;
    width: 100px;
    height: 6px;
    margin: 20px auto 20px auto;
    border-top: 3px solid #000000;
	text-align:left;
	
}




.txt_darkgrey_s {
    font-size: 24px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color:#01aaad;
    letter-spacing: 0px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
}

.txt_darkgrey_s_blue {
    font-size: 24px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #29C4D7;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.txt_darkgrey_ss {
    font-size: 27px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #bb7700;
    letter-spacing: 0px;
    margin-top: 0px;
}

.txt_darkgrey_sss {
    font-size: 20px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #bb7700;
    letter-spacing: 0px;
    margin-top: 0px;
}


.txt_orange {
    font-size: 50px;
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #e67e22;
}

.txt_slogan {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 14px;
    color: #929292;
}

.templatemo-line-header span {
    font-size: 18px;
    float: left;
    margin-top: 10px;
}

.team_box div {
    text-align: center;
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333;
    padding: 10px;
}

.blog_header {
    font-weight: bold;
    font-size: 16px;
}

.blog_text {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
    color: #000000;
}

#templatemo-contact {
    margin-top: 100px;
    border-top: 1px solid #cccccc;
    font-size: 14px;
}

.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;
}

.head_contact {
    padding-bottom: 80px;
    margin-bottom: 0;
}

.contact_right img {
    margin-right: 5px;
}

.contact_right form {
    padding-left: 15px;
    padding-right: 15px;
}

.tweet_txt {
    border-left: 2px solid #ffffff;
    min-height: 160px;
}

.twitter_user {
    color: #FFFF33;
    font-size: 14px;
    float: right;
}

.templatemo-partners {
    border-top: 2px solid #cccccc;
}

    .templatemo-partners .templatemo-partner-item {
        margin-bottom: 5px;
    }

.templatemo-footer {
	background:#f9f6f2;
    border-top: 1px solid #eeeeee;
    margin-top: 0px;
}

.footer_container {
    margin-top: 60px;
    margin-bottom: 20px;
}

.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
}


ul.templatemo-project-gallery li a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
    color: #333333;
}

    .templatemo-gallery-category a.active {
        color: #e67e22;
        text-decoration: none;
    }

    .templatemo-gallery-category a:focus {
        color: #e67e22;
        text-decoration: none;
    }

    .templatemo-gallery-category a:hover {
        color: #e67e22;
        text-decoration: none;
    }

.link_orange:hover {
    text-decoration: none;
}

.templatemo-project-gallery {
    margin: 0 0 0 0;
    margin-top: 30px;
    margin-left: -40px;
}

    .templatemo-project-gallery li {
        list-style: none;
        margin-bottom: 25px;
    }

        .templatemo-project-gallery li img {
            cursor: pointer;
        }

.templatemo-tweets {
    background-color: #8996a0;
    min-height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: 100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
    margin-top: 30px;
    margin-bottom: 80px;
}

.blog_box {
    margin-left: -12px;
}

.nameWord {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    margin: 10px 0;
}

.exper_img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
}

.adva {
    background-color: #84c24e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 15px auto;
    padding: 4px 6px;
    border: 1px solid #84c24e;
}

.fault {
    background-color: #fb88ab;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    padding: 4px 6px;
    border: 1px solid #fb88ab;
}




.txt_gift_title ,.txt_gift_title_red{
	 display:inline-block;
	 font-size: 22px;
	 font-weight:600;
	 line-height: 1.5;
	 color: #333333;
	 margin:10px 0;
	 padding:0 0 10px 0;
	 border-bottom:3px solid #4b6b33;
	 
}

.txt_gift_title_red{
	 border-bottom:3px solid #8d3540
	 
}

.txt_gift p{
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    letter-spacing: 1px;
    /* text-align: center; */
    margin-bottom: 1em;
}

.txt_gift p .red{
    color: #FF4144;
}

/* 最小768*/
.pcBr {
     display: inline; 
}


.spBr {
    display: none;
}

.big-title01
    {font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
	display:inline-block;
	font-size: 45px;
	color: #4d4948;
	letter-spacing:0px;
	font-weight:600;
	margin: 10px 0 10px;
    padding: 0 0 15px 0;
    border-bottom: 5px solid #4d4948;
	}

.big-title01b
    {font-family: "Microsoft YaHei";
	display:inline-block;
	font-size: 27px;
	color: #323232;
	letter-spacing:0px;
	font-weight:600;
	margin: 0 0 30px 0;
    
	}

.big-title02 {
	font-size: 35px; 
	line-height: 43px;
	font-family: 'cwTeXKai',  sans-serif;
    color: #000000;
	letter-spacing: 0px;
	margin-top:0px  ;
    margin-bottom:20px;
    font-weight:400;
}

.big-title02-big {
	font-size: 55px; 
	line-height: 65px;
	/*font-family: "malgun gothic", simhei; */
	/*font-family: 'cwTeXKai',  sans-serif;*/
	font-family: "malgun gothic", simhei;
    color: #000000;
	letter-spacing: 0px;
	margin-top:0px  ;
    margin-bottom:20px;
    font-weight:400;
	letter-spacing:-3;
}






.main-title ,.main-title-white{
    font-family: "malgun gothic", simhei; 
    font-size: 32px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 5px solid #FFFFFF;
    background-color:#FFFFFF;
    margin: 10px 0px 15px 0px;
    padding: 12px 0px 15px 0px;
    /* border-radius: 5px; */
}

.main-title02{
    font-family: "malgun gothic", simhei; 
    font-size: 32px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 5px solid #FFFFFF;
    background-color:#FFFFFF;
    margin: 15px 0px 10px 0px;
    padding: 12px 0px 10px 0px;
    /* border-radius: 5px; */
}

.main-titles{
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
    font-weight:200;
    font-variant: normal;
    width: 100%;
    color: #e83729;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 2px solid #e83729;
    background-color:#FFFFFF;
    margin: 10px 0px 15px 0px;
    padding: 12px 0px 15px 0px;
    /* border-radius: 5px; */
}

.main-titless{
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
    font-weight:200;
    font-variant: normal;
    width: 100%;
    color: #555555;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 2px solid #e83729;
    background-color:#FFFFFF;
    margin: 10px 0px 15px 0px;
    padding: 12px 0px 15px 0px;
    /* border-radius: 5px; */
}

.video-title-white {
	font-family: "malgun gothic", simhei; 
    font-size: 32px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
   
    margin: 10px 0px 15px 0px;
  
    color: #FFFFFF;
	    
    /* background-color: #009ade; */
}

.main-title-white {
    color: #FFFFFF;
	    border: 1px solid #FFFFFF;
    /* background-color: #009ade; */
}

#main-title-Right {
     font-size: 16px;
	 vertical-align: middle;
	 font-weight:normal;
	 color: #959595;
	 letter-spacing:1px;
	 padding-left:15px;
}


.main-title-left{
    font-family: "malgun gothic", simhei; 
    font-size: 32px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: left;
    border: 5px solid #FFFFFF;
    background-color:#FFFFFF;
    margin: 0px 0px 0px 0px;
    
    /* border-radius: 5px; */
}

.main-title-normal{
    font-family: "malgun gothic", simhei; 
    font-size: 30px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: left;
    
    /* border-radius: 5px; */
}


.table-whitetitle {
    font-family: "malgun gothic", simhei; 
    font-size: 32px;
    font-weight:400;
    font-variant: normal;
    width: 100%;
    color: #FFFFFF;
    letter-spacing: -1px;
    text-align: center;
}

.compare_title {
    font-family: "malgun gothic", simhei; 
    font-size: 28px;
	line-height:35px;
    font-weight:400;
    color: #FFF;
	padding:10px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#dbc05e;
}



.compare_title_green {
    font-family: "malgun gothic", simhei; 
    font-size: 28px;
	line-height:35px;
    font-weight:400;
    color: #FFF;
	padding:10px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#A1C75D;
}

.compare_title_red {
    font-family: "malgun gothic", simhei; 
    font-size: 28px;
	line-height:35px;
    font-weight:400;
    color: #FFF;
	padding:10px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#e65660;
}



.compare_content {
	padding:30px 20px 20px 20px;
    text-align: center;
	/*background-color:#FFFFFF;*/
}


.compare_content ul{
      list-style-image:url("../png/checked-2.png"); 
	  
	}
	
.compare_content li{
	  margin-bottom:0.6em;
	 
    }

.compare_content_white {
	padding:50px 30px 30px 30px;
    text-align: left;
	background-color:#ffffff;
	font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    font-variant: normal;
    color: #8e6c47;
    letter-spacing:0px;
	border:solid 1px #e5e4e4;
	position:relative;
	
}



.example {
	padding:50px 30px 30px 30px;
    text-align: left;
	background-color:#fbf8f0;
	font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    font-variant: normal;
    color: #8e6c47;
    letter-spacing:0px;
	border:dotted 1px #8e6c47;
	position:relative;
	
}



.compare_content_white .focus{
    color: #d9534f;
	font-weight:0;	
}

.example .focus{
    color: #d9534f;
	font-weight:0;
}

.example .title{
	font-size:24px;
    color: #8e6c47;
	font-weight:600;
}




#explain-title {

height:88px;
display:table;
	
	
}

#explain-title div {

display: table-cell;

vertical-align:middle;

}



.teacher	{
    position:absolute;
	background-color: #8e6c47;
	padding: 8px 22px;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	top:0px;
	left:0px;
	}

.teacher span	{display: block;
	font-size: 16px;
	line-height: 1;}

.share_box_title {
    font-family: "Yu Gothic", SimHei; 
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    align: left;
}

.ma_content2 {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
    font-variant: normal;
    color: rgb(86, 74, 63);
    letter-spacing: 1px;
    /*text-align: center;*/
    margin-bottom: 0em;
	/*text-align:left;*/
}

.ma_content_small {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: rgb(86, 74, 63);
    letter-spacing: 0px;
    /*text-align: center;*/
    margin-bottom: 0em;
	text-align:left;
}


.ma_content2_left {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
    font-variant: normal;
    color: rgb(86, 74, 63);
    letter-spacing: 1px;
    /*text-align: center;*/
    margin-bottom: 1em;
	text-align:left;
}



.ma_content2_s span{

    text-align:left;
}

 .comma{

    font-family: 游明朝体,游明朝,Yu Mincho,YuMincho,serif;
	font-weight:800;
	font-size:120%;
}

/* readmore */
#readmore {
    text-align: center;
    width: 30%;
}

    #readmore p a {
        display: block;
        border: 2px solid #35a9d8;
        font-size: 15px;
        color: #35a9d8;
        width: 100%;
        padding: 3px 0px;
        text-decoration: none;
    }

        #readmore p a:hover {
            background: #35A9D8;
            color: #FFF;
        }
		
.ma_content2  .gold {
    color: #ad7b25;
    font-weight: 700;
}


.txt_gift {
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 75px;
    color: #FFFFFF;
    font-weight: 700;
}

    .intro_sec_titleb {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 50px;
        letter-spacing: -1px;
        line-height: 50px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		text-align:center;
		margin:20px auto 20px auto;
    }

    .intro_sec_title {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 45px;
        letter-spacing: -1px;
        line-height: 50px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		text-align:center;
		margin:20px auto 20px auto;
    }
	
	.intro_sec_titles {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 50px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		margin:10px auto 0px auto;
    }
	
	.intro_sec_titless {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 50px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		margin:20px auto 20px auto;
    }
	
	.space60{
		padding:30px 0 30px 0;
	}
		
	
	.space80-20{
		padding:40px 0 40px 0;
	}

		
    .space80-10{
		padding:40px 0 40px 0;
	}



	.space50-10{
		padding:25px 0 25px 0;
	}
	
	.space60-10{
		padding:30px 0 30px 0;
	}
	
	.space50-4{
		padding:25px 0 25px 0;
	}
	
	.space20-10{
		padding:10px 0 10px 0;
	}
	
	.pic100-50{
		max-width: 100%;
	}
	
	.pic90-100{
		max-width: 80%;
	}
	
	.pic70-100{
		max-width: 70%;
		text-align:center;
	}
	
	.pic85-100{
		max-width: 85%;
		text-align:left;
	}
	


	
	.pic-info img{
	width:90%;
		text-align:center;
     }

     .pic-infos img{
	width:50%;
	text-align:cente!important;
    }
	
	.pic-info p{
	width:90%;
	
	display:inline-block;
	padding:30px 0;
}


 /* ------ 最大768  先置左 再置中 桌機----- */
        .left_center_computer{
			 text-align:center;
			}
			
 /* ------ 最大768  先置左 再置中 桌機----- */
        .left_center_computer{
			 text-align:center;
			}

 /* ------ 最大768 桌機 先置中 再置左----- */
        .center_left_computer{
			 text-align:left;
			}
			

			

	 /* ------ 最大768 手機 先置中 再置左 ----- */
	.left_center_phone{
    text-align:left;
}


		
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height: 170px;
        width: 170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box, .team_box_over {
        height: 220px;
        width: 220px;
    }

    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 15px 16px;
        font-size: 30px;
        line-height: 1.33;
        border-radius: 6px;
    }
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }

    .templatemo-project-box, .project-overlay {
        height: 130px;
        width: 130px;
        padding-top: 0px;
    }

    .templatemo-project-gallery {
        margin-left: 10px;
    }

    .blog_box {
        margin-right: -140px;
    }

    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 15px 16px;
        font-size: 30px;
        line-height: 1.33;
        border-radius: 6px;
    }
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 17px;
        color: #d8d8d8;
    }

    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 12px 12px;
        font-size: 26px;
        line-height: 1.2;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {

    /* ------ Logo ----- */
    .toefl-logo {
        display: none;
    }

    .toefl-logo-m {
        display: block;
        max-width: 210px;
    }

    .member-thumb .thumb-overlay {
        padding-left: 40%;
    }

    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }

    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 15px 16px;
        font-size: 30px;
        line-height: 1.33;
        border-radius: 6px;
    }
	
	 /* ------ 最大768 ----- */
		.pcBr {
    display: none;
}

.spBr {
    display: inline;
}

.ma_content2 {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: #696969;
    letter-spacing: 0px;
    /*text-align: center;*/
    margin-bottom: 1em;
	text-align:left;
}

.ma_content2 td {
    border: #ccc solid thin;
	font-size: 17px!important;
    line-height: 26px!important;
    padding: 10px;
}

.ma_content2_center {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: #696969;
    letter-spacing: 0px;
    /*text-align: center;*/
    margin-bottom: 1em;
	text-align:center;
}

.ma_content2_left {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: rgb(86, 74, 63);
    letter-spacing: 1px;
    /*text-align: center;*/
    margin-bottom: 1em;
	text-align:center;
}

.big-title01
    {font-family: "Microsoft YaHei";
	display:inline-block;
	font-size: 18px;
	color: #323232;
	letter-spacing:0px;
	font-weight:600;
	margin: 10px 0 30px;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000000;
	}
	
	.txt_gift_title ,.txt_gift_title_red{
	 display:inline-block;
	 font-size: 18px;
	 font-weight:600;
	 line-height: 1.2;
	 color: #333333;
	 margin:10px 0;
	 padding:0 0 10px 0;
	 border-bottom:3px solid #4b6b33;
	 
}

.txt_gift_title_red{
	 border-bottom:3px solid #8d3540
	 
}

.txt_gift p{
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    letter-spacing: 1px;
    /* text-align: center; */
    margin-bottom: 1em;
}

.txt_gift p .red{
    color: #FF4144;
}

.main-title ,.main-title-white{
    font-family: "malgun gothic", simhei; 
    font-size: 17px;
    font-weight:700;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 1px solid #e2e2e2;
     background-color: #FFFFFF; 
    margin: 20px 0 0 0 ;
    padding: 5px ;
    /* border-radius: 5px; */
}


.main-title02 {

    font-family: "malgun gothic", simhei; 
    font-size: 20px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
   
    background-color:#FFFFFF;
 
    padding:10px;
    /* border-radius: 5px; */

}


#main-title-Right {
     font-size: 12px;
	 vertical-align: middle;
	 font-weight:normal;
	 color: #959595;
	 letter-spacing:1px;
	 padding-left:15px;
}



.main-title-white {
    color: #FFFFFF;
	    border: 1px solid #FFFFFF;
    /* background-color: #009ade; */
}





.big-title02 {
	font-size: 25px; 
	line-height: 35px;
	font-family: 'cwTeXKai',  sans-serif;
    color: #000000;
	letter-spacing: 0px;
	margin-top:0px  ;
    margin-bottom:10px;
    font-weight:400;
}

.share_box_title {
    font-family: "Yu Gothic", SimHei; 
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    align: left;
}

.big-title02-big {
	font-size: 25px; 
	line-height: 30px;
	/*font-family: "malgun gothic", simhei; */
	/*font-family: 'cwTeXKai',  sans-serif;*/
	font-family: "malgun gothic", simhei;
    color: #000000;
	letter-spacing: 0px;
	margin-top:0px  ;
    margin-bottom:20px;
    font-weight:400;
	letter-spacing:-3;
}

.txt_darkgrey_black{
    font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 20px;
    letter-spacing:0px;
    line-height: 30px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 10px;

}

.compare_title {
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
	line-height:28px;
    font-weight:400;
    color: #FFF;
	padding:5px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#dbc05e;
}



.compare_title_green {
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
	line-height:28px;
    font-weight:400;
    color: #FFF;
	padding:5px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#A1C75D;
}

.compare_title_red {
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
	line-height:28px;
    font-weight:400;
    color: #FFF;
	padding:5px;
    letter-spacing: 0px;
    text-align: center;
	background-color:#e65660;
}

.compare_content {
	padding:30px 20px 20px 20px;
    text-align: center;
	/*background-color:#fff7ea;*/
}




.compare_content ul{
      list-style-image:url("../png/checked-2.png"); 
	  
	}
	
.compare_content li{
	  margin-bottom:1em;
    }

.compare_content_white {
	padding:50px 30px 30px 30px;
    text-align: left;
	background-color:#ffffff;
	font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: #8e6c47;
    letter-spacing:0px;
	border:solid 1px #e5e4e4;
	position:relative;
	
}

.teacher	{
    position:absolute;
	background-color: #8e6c47;
	padding: 8px 22px;
	text-align: center;
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	top:0px;
	left:0px;
	}

.teacher span	{display: block;
	font-size: 16px;
	line-height: 1;}

.compare_content_white .focus{
    color: #d9534f;
	font-weight:0;	
}

.example {
	padding:50px 30px 30px 30px;
    text-align: left;
	background-color:#fbf8f0;
	font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: normal;
    font-variant: normal;
    color: #8e6c47;
    letter-spacing:0px;
	border:dotted 1px #8e6c47;
	position:relative;
	
}

.example .focus{
    color: #d9534f;
	font-weight:0;
}

.example .title{
	font-size:24px;
    color: #8e6c47;
	font-weight:600;
}




.ma_content2  .gold {
    color: #ad7b25;
    font-weight: 700;
}


.txt_darkgrey_high{
   font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    color: #999;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #323232;
    font-weight: 400;
   

}

.templatemo-case {
    
 
    padding-top: 20px;
    padding-bottom: 20px;
   
	
}

	.intro_sec_titles {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 25px;
        letter-spacing: -1px;
        line-height: 32px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		margin:20px auto 0px auto;
    }

.ma_content2 td {
    border: #ccc solid thin;
	font-size: 14px;
    line-height: 16px;
    padding: 10px;
}

.ma_content2_s {
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px!important;
    line-height: 25px!important;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    letter-spacing: 0px;
	
    /*text-align: center;*/
   
    /*text-align:left;*/
}

.ma_content2_s .title {

    font-size: 18px;

}

.ma_content2_s span{
    font-family:'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: normal;
    font-variant: normal;
    color: #555555;
    letter-spacing: 0px;

 
}




.table-whitetitle {
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
	line-height:45px;
    font-weight:400;
    font-variant: normal;
    width: 100%;
    color: #FFFFFF;
    letter-spacing: -1px;
    text-align: center;
}


.main-title-normal{
    font-family: "malgun gothic", simhei; 
    font-size: 22px;
    font-weight:600;
    font-variant: normal;
    width: 100%;
    color: #FF3D3D;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: left;
    
    /* border-radius: 5px; */
}
.divider-1 span {
    display: block;
    width: 150px;
    height: 6px;
    margin: 15px auto 15px auto;
    border-top: 3px solid #333333;
}

.divider-2 span {
    display: block;
    width: 100px;
    height: 6px;
    margin:0px auto 0px auto;
    border-top: 3px solid #e83729;
	
}

.divider-4 span {
    display: block;
    width: 100%;
    height: 6px;
    margin: 5px auto 5px auto;
    border-top: 1px solid #B8B8B8;
}

.divider-5 span {
    display: block;
    width: 100px;
    height: 6px;
    margin: 0px auto 0px auto;
    border-top: 3px solid #000000;
	
}

.intro_sec_title {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 25px;
        letter-spacing: 0px;
        line-height:35px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		text-align:center;
		margin:20px auto 0px auto;
}

.pic-info img{
	width:100%;
		text-align:center;
}

.pic-infos img{
	width:50%;
	text-align:center;
}

	.pic-info p{
	width:100%; 
	display:inline-block;
	padding:15px 0;
}


.templatemo-sw  {

    margin-top: 0px;
     padding-top: 10px;
}

	.space60{
		padding:10px 0 10px 0;
	}

	.space80-20{
		padding:10px 0 10px 0;
	}
		
	.space80-10{
		padding:5px 0 5px 0;
	}
	/* ------ 最大768 ----- */
	.space50-10{
		padding:5px 0 5px 0;
	}
	
	.space60-10{
		padding:5x 0 5px 0;
	}
	
	.space20-4{
		padding:2px 0 2px 0;
	}
	
	
	
	.pic100-50{
		max-width: 50%;
		margin:0 auto;
		text-align:center;
	}

	.pic90-100{
		max-width: 60%;
		margin:0 auto;
		text-align:center;
	}
	.pic70-100{
		max-width: 80%;
		margin:0 auto;
		text-align:center;
	}
	
	.pic85-100{
		max-width: 100%;
		text-align:center;
	}
	
		.pic50s{
		max-width: 50%;
	}

   .intro_sec_titleb {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        font-size: 25px;
        letter-spacing: -1px;
        line-height: 35px;
        color: rgb(51, 51, 51);
        font-weight: 700;
		text-align:center;
		margin:20px auto 20px auto;
    }

 /* ------ 最大768 桌機置中 手機置左----- */
        .center_left_computer{
			 text-align:left;
			}

	 /* ------ 最大768 桌機置左，手機置中 ----- */
	.left_center_phone{
    text-align:center;
}


    .main-titles{
    font-family: "malgun gothic", simhei; 
    font-size: 18px;
    font-weight:200;
    font-variant: normal;
    width: 100%;
    color: #e83729;
    letter-spacing: -1px;
	vertical-align: baseline;
    text-align: center;
    border: 1px solid #e83729;
    background-color:#FFFFFF;
    margin: 10px 0px 0px 0px;
    padding: 12px 0px 15px 0px;
    /* border-radius: 5px; */
}

}   /* ------ 最大768的結尾 ----- */

@media (max-width: 380px) {
    .freebirdFormviewerViewCenteredContent {
        margin: auto;
        width: 90% !important;
    }

    /* ------ Logo ----- */
    .toefl-logo {
        display: none;
    }

    .toefl-logo-m {
        display: block;
        max-width: 200px;
    }

    /*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â®-ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â©Ãƒâ€¦Ã‚Â¸*/
    .applyform_desktop {
        display: none;
        width: 100%;
        height: 3050px;
        margin: 0 auto;
    }

    /*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â®-ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢*/
    .applyform_mob {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* MENU */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        /*border-color: #e7e7e7;*/
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }


    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }

    .templatemo-service-item-header {
        font-size: 16px;
        padding: 23px 10px 22px;
    }

    .templatemo-header-orange {
        min-width: 0px;
    }
	

	

    .btn-lg {
        font-family: 'Open Sans', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei', 'Apple LiGothic Medium', MingLiU, sans-serif;
        padding: 16px 16px;
        font-size: 20px;
        line-height: 1.33;
        border-radius: 6px;
    }
	
	.pcBr {
    display: none;
}

.spBr {
    display: inline;
}


.templatemo-top-menu {
    min-height: 100px;
    background-color: rgba(255, 255,255, 1) ;
    z-index: 5000;
    width: 100%;
}


 


}

@media (min-width:991px) and (max-width: 1200px) {
    .team_hr {
        width: 37%;
    }
}

@media (min-width:683px) and ( max-width: 991px) {
    .team_hr {
        width: 33%;
    }
}

@media (min-width:585px) and ( max-width: 683px) {
    /* MENU */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .member-thumb .thumb-overlay {
        padding-left: 25%;
    }

    .team_hr {
        width: 30%;
    }
}

@media (min-width:536px) and ( max-width: 585px) {
    /* MENU */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .team_hr {
        width: 28%;
    }
}

@media (min-width:410px) and ( max-width: 536px) {
    /* MENU */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .team_hr {
        width: 21%;
    }
}

@media ( max-width: 410px) {
    /* MENU */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .team_hr {
        width: 11%;
    }
}


/* 按鈕判斷式 平板加桌機 */
@media only screen and ( min-width: 436px ) {
	.computer{ display:block;}
	.phone{ display:none;}
	
	}

/* 按鈕判斷式 手機 */
@media only screen and (max-width:435px) {
	.computer{ display:none;}
	.phone{ display:block;}
}



/* 以下是瀑布流 */

@media screen and (min-width: 641px){

.content-inner{
	width: 960px;
    margin: 0 auto;
	}

/* postlist最上面大標開始 */
.postlist ul h3 span.title01{
	display:block;
    padding: 1px 0 1px 40px;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 175%;
	background: url(../lib_ico_book-3.html)0 0 no-repeat;
}

.postlist ul h3.titleline {
    margin: 30px 0 30px 0px;
    padding: 0 0 20px;
    border-bottom: 1px solid #a09c9b;
}
/* postlist最上面大標結束 */

/* postlist文章區塊開始 */

.postlist {
	background:#FFFFFF;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom:20px;

}

.postlist ul{
	/*border-top: 1px solid #dfdfdf; */
	
	padding:24px;
}

.postlist li:last-child	{margin-right: 0;}

.postlist li + .postlist li + .postlist li + .postlist li	{margin-right: 0;}

.postlist li	{float: left;
	width: 191px;
	margin-right: 29px;
	margin-bottom: 25px;
	background:#FFF8E8;
	min-height:150px;
	list-style: none;
	border: 1px solid #dcdcdc;
	}


.postlist li img	{width: 100%;
	height: auto;
	vertical-align: bottom;
	
	
	}

.postlist li h2	{font-size: 16px;
    color:#492c19;
     font-weight:200;
	 line-height:25px;
	margin: 20px 15px 0px 14px;}

 .postlist li .info {
	font-size:0.85em;
    color:#666;
    margin:15px 15px;
	line-height:1.5em;
	letter-spacing:0;
    height:6em;
    overflow:hidden;
	}
	
 .postlist li .price {
	font-size:1.2em;
    color:#d9534f;;
	font-weight:600;
    margin:5px 15px;
	line-height:1.5em;
	letter-spacing:0;
    height:2em;
    overflow:hidden;
	}
	
	
	
	

}

/* postlist文章區塊結束 */

/* more按鈕開始 */

.postlist li .link01 {
	float: right;
    border: #d2cccb 1px solid;
    border-radius: 5px;
    font-size: 13px;
	margin-right:15px;
	/* 這個可以決定按鈕的寬度多寬
	width: 98%;
	 */
    background-color: #f2eeed;
}


.postlist .link01 a {
    display: block;
    padding: 5px 15px;
	color: #333333;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

.postlist .link01 a:hover{
	border-radius: 5px;
    background-color: #f7f5f5;
    text-decoration: underline;
	
}

.postlist .ico {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    background: url(../parts_arwico-5.html) -10px 0 no-repeat;
	background: url(../png/parts_arwico.png) -10px 0 no-repeat;
}

/* more按鈕結束 */









@media screen and (max-width: 640px){

.content-inner{
    width: 300px;
    margin: 30px auto;
	}



/* postlist最上面大標開始 */
.postlist ul h3 span.title01{
	display:block;
    padding: 0 0 5px 35px;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 130%;
	background: url(../lib_ico_book-3.html)0 0 no-repeat;
}

.postlist ul h3.titleline {
    margin: 15px 0 30px 0px;
    padding: 0 0 20px;
    border-bottom: 1px solid #a09c9b;
}
/* postlist最上面大標結束 */
/* postlist文章區塊開始 */

.postlist	{
	background:#FFFFFF;
	
	}

.postlist ul{
	margin-top:0px;
	padding:24px;
	
}

.postlist li	{float: none;
	width: 100%;
	background:#ffffec;
	margin-right: 0px;
	margin-bottom: 25px;
	overflow:hidden;
	list-style: none;
	
	}
	
.postlist li img	{width: 100%; height:auto;}

 .postlist li h2	{font-size: 16px;
     color:#492c19;
     font-weight:700;
	margin: 20px 15px 0px 15px;}
 
 .postlist li .info {
	font-size:1em;
    color:#666;
    margin:10px 0;
    margin:15px 15px;
	line-height:1.5em;
    height:12em;
    overflow:hidden;
	}

.postlist li .price {
	font-size:1.2em;
    color:#d9534f;;
	font-weight:600;
    margin:5px 15px;
	line-height:1.5em;
	letter-spacing:0;
    height:2em;
    overflow:hidden;
	}
/* postlist文章區塊結束 */

/* more按鈕開始 */

.postlist li .link01 {
	float: right;
    border: #d2cccb 1px solid;
    border-radius: 5px;
    font-size: 13px;
	margin-right:15px;
	/* 這個可以決定按鈕的寬度多寬
	width: 98%;
	 */
    background-color: #f2eeed;
}


.postlist .link01 a {
    display: block;
    padding: 5px 15px;
	color: #333333;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

.postlist .link01 a:hover{
	border-radius: 5px;
    background-color: #f7f5f5;
    text-decoration: underline;
	
}

.postlist .ico {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    background: url(../png/parts_arwico.png) -10px 0 no-repeat;
}

.clearfix {
  overflow: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
	}
/* more按鈕結束 */

/* 以上是瀑布流 */

}

/* JUUNIOR按鈕 */
.btn-junior-more{
	background-color:#e63730;
	border-color: #e63730;
	}
	
.btn-junior-more:hover,
.btn-junior-more:focus,
.btn-junior-more:active,
.btn-junior-more.active{
    background-color:#d42c25;
	border-color: #d42c25;
 }

/* PRIMARY按鈕 */

/* JUUNIOR按鈕 */
.btn-primary-more{
	background-color:#578bc7;
	border-color: #578bc7;
	}
	
.btn-primary-more:hover,
.btn-primary-more:focus,
.btn-primaryore:active,
.btn-primary-more.active{
    background-color:#4477b2;
	border-color: #4477b2;
 }


/* 主圖黑色點點遮罩 */
.dot-screen {
    position: absolute;
    left: 0;
    top: 50;
    z-index:0;
    width: 100%;
    height: 100%;
    background-image: url(../png/dot_screen-2.png);
	
}