@charset "UTF-8";

.sub-tilte{
	line-height: 180%;
    margin-bottom: 20px;
	font-size: 15px;
    font-family: Arial, "微軟正黑體", "新細明體";
    text-align: justify;
    color: #333;
}

.header-box {
	overflow: hidden;
	font-size: 24px;
	font-size: 2.4rem;	
}

.header-box .title {
	display: block;
	position: absolute;
	z-index: 99;
	left: 15px;
	top: 4%;	
	padding: 5px 10px;
	color: #FFF;
	background-color: #199ED8;
	border-radius: 5px; 
	font-size: 16px;
}

.header-box .name {    
	display: block;
	line-height: 160%;
	position: absolute;
	z-index: 99;
	left: 15px;
	top: 12%;
    color: #FFF;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
}

.header-box .info-box {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: left;
}

.header-box .info-box .linkedin-icon {
    width: 36px;
    height: 36px;
    margin: 5px 0px 5px 10px;
    background-image: url(/resources/images/social-icon@4x.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 0 -108px;
	border-radius: 10px; 
	display: inline-block;
	vertical-align: middle;
}

.header-box .info-box .email {
	color: #FFF;	
	font-size: 20px;  
    padding-right: 10px;
    line-height: 46px;
    float: right;
}

.header-box .img-box {
	background-color: rgba(0, 0, 0, 0.3);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/* direction: rtl; */
}

.header-box .img-box.large{
	padding-bottom: 75%;
}

.header-box .img-box.small{
	padding-bottom: 110%;
	opacity: 0;
	display: none;
}

.footer-box {
	text-align: right;
}

.footer-box .profile-logo{
/*     height: 35px; */
    margin-top: 10px;
}

.float-right {
	float: right;
}

.button {
	padding: 8px 12px;
	cursor: pointer;
	opacity: 0.85;
	font-size: 12px;
	margin-bottom: 4px;
}

.button.top-btn {
		z-index: 9999;
}

.button.blue,
.button.blue:visited {
	color: #FFF;
	background-color: #1B71A2;
}

.button:hover {
	opacity: 0.7;
}

.button:active {
	opacity: 1;
}

.profile-anchor-area{
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
}

.profile-width{
	margin: auto;
	width: 575px;	
}

.profile-box {
	text-align: left;
}

.profile-box .content > h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	word-wrap: break-word;
	word-break: break-all;
	display: inline-block;
    border-radius: 10px;
    background-color: #BCE6F8;
    color: #007BB6;
    padding: 3px 20px;
    font-family: Arial;
}

.profile-box .content > article {
	padding: 0 20px;
	font-size: 16px;
    text-align: justify;
    line-height: 180%;
}

.profile-list {
	display: flex;
	flex-wrap: wrap;
}

.profile-area-title{
	flex: 0 0 100%;	
	font-size: 24px;
	font-weight: bold;
    color: #10415F;
    text-align: left;
}

.profile-list:nth-of-type(n+2) > .profile-area-title{
	margin-top: 24px
}

.profile-item {
	text-align: center;
	flex: 0 0 20%;
	overflow: hidden;
}

.profile-item .layer1 {	
	margin: 5px;
	border-radius: 20px;
	background-color: #EBF5FC;
	color: black;
	font-size: 2rem;
}

.profile-item .layer1 > p {
	padding: 6px 0;
	font-size: 14px;
	color: #333333;
}

.profile-item .layer2 {
	border-radius: 20px 20px 5px 5px;
	background-color: #CAE6F7;
	font-weight: bold;
}

.profile-item .layer2 > p {
	font-size: 16px;
	color: #10415F;
}

.profile-item .img-box {	
	overflow: hidden;
	border-radius: 20px 20px 5px 5px;
	cursor: pointer;
	padding-bottom: 110%;
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.popupStyle{
	padding-top: 5px;
	margin: 15px 0;
}

.popupStyle .pane-header{
	text-align: right;
}

@media screen and (max-width: 767px) {
	.header-box {
		font-size: 20px;
	}
	
	.header-box .name {
		top: 15%;
	}
	
	.header-box .info-box .email {
		font-size: 18px;
	}
	
	.header-box .img-box.large{
		opacity: 0;	
		display: none;
	}	
	.header-box .img-box.small{
		opacity: 1;	
		display: block;
	}	
	.profile-item {
		flex: 0 0 100%;
	}
	.profile-width{
		width: 100%;
	}
}