/* CSS Document */
@font-face {
    font-family: RobotoRegular;
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot') 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#Roboto-Regular-webfont') format('svg');
}
@font-face {
    font-family: RobotoLight;
    src: url('/fonts/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-Light-webfont.eot') 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#Roboto-Light-webfont') format('svg');
}
@font-face {
    font-family: RobotoBold;
    src: url('/fonts/Roboto-Bold-webfont.eot');
    src: url('/fonts/Roboto-Bold-webfont.eot') 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#Roboto-Bold-webfont') format('svg');
}
@font-face {
    font-family: RobotoMedium;
    src: url('/fonts/Roboto-Medium-webfont.eot');
    src: url('/fonts/Roboto-Medium-webfont.eot') 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#Roboto-Medium-webfont') format('svg');
}

body{
	font-family: RobotoRegular, "微軟正黑體", "微軟正黑體 UI", "Microsoft JhengHei", "Microsoft JhengHei UI", "Microsoft YaHei", "Microsoft YaHei UI", Helvetica, Arial, sans-serif;
}

.nomargin{
	margin:0px !important;
}

.nopadding{
	padding:0px !important;
}

/*footer*/
.footer-container{
	background: #d4d5d7;
	color: #ffffff;
	height: 1px;
}
.footer-tnc{
	font-size: 12px;
	text-align: left;
}
.footer-logo{
	max-width:100%
}

#footer{
	background-color:#009bde;
	color:#fff;
	text-decoration:none;
	font-family: RobotoLight,微軟正黑體, Microsoft JhengHei;
	font-size:70%;
	text-align:center;
	padding:30px 15px 35px 15px;
	line-height:150%;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#023160;
}

@media(max-width: 961px) {
	.img-responsive {
		width: auto;
		height: 320px;
	}
	.desktop-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	.study-tour-logo img{
		width: 30%;
	}
	.education-logo img{
		width: 45%;
	}
	/*header*/
	.lang{cursor: pointer; background: #ffffff; color: #1f3a93; font-weight: bold;}
	.type{font-weight: bold; font-size:16px; color: #1f3a93; cursor:pointer;}
	.active{background: #ffffff;}

	/*footer*/
	.footer-tnc{
		text-align: center;
	}
	.footer-logo{
		max-width:80%
	}
}
@media (min-width: 576px){
	.modal-dialog{
		max-width: 510px;
	}
}

.color-deep-blue{
	color: #124b8b;
}

.color-sea-blue{
	color: #4199d8;
}

a.langcol{
	color: #666666;
	text-decoration: none;
	border: 1px solid black;
    padding: 5px 20px;
}

a.tel{
	text-decoration: none;
	color: inherit;
}

#visual .title{
	font-family: RobotoMedium,微軟正黑體, Microsoft JhengHei;
}

#visual .sub_title{
	font-family: RobotoLight,微軟正黑體, Microsoft JhengHei;
}

#estates .table1{
	width: 100%;
	margin-bottom: 0;
}

#estates .table1 th,
#estates .table2 th{
	width: 35%;
	padding: 5px 0;
}

#estates .table1 td,
#estates .table2 td{
	width: 65%;
	padding: 5px 0;
}


#estates .table2{
	width: 100%;
	margin-bottom: 0;
}

@media (max-width: 767px){
	#estates .table1{
		width: 100%;
	}
}

#estates .table th, #estates .table td {
    padding: 0;
    vertical-align: top;
    border-top: 0;
}

#estates .title{
	font-size: 20px;
	font-family: RobotoMedium, 微軟正黑體, "Microsoft JhengHei";
}

#estates .area{
	font-size: 23px;
	font-family: RobotoMedium, 微軟正黑體, "Microsoft JhengHei";
	font-weight: lighter;
}

#estates .district{
	font-size: 18px;
	font-family: RobotoMedium, 微軟正黑體, "Microsoft JhengHei";
	font-weight: lighter;
}

#estates .building{
	font-size: 18px;
}

#estates, #tnc{
	background-color: #f5f5f5;
}

#tnc ul{
	margin-left: -20px;
}

#footerlogo a{
	color: #002F87;
	font-family: arial;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
}
#visual{
	overflow-x: hidden;
}
.desktop-mainvisual {
    width: 1920px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.kv_text{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 60%;
	left: 0;
	right: 0;
	text-align: center;
}