@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
#container{
	width:960px;
	margin:0 auto;
	}
#header{
    width: 960px;
    height: 644px;
    background-image: url(images/indexheader/hchs-playground.png);
	}
#header02{
	position:absolute;
	z-index:2;
	visibility:visible;
	}
#banner01{
	position:absolute;
	z-index:1;
	visibility: hidden;
	}
#banner02{
	position:absolute;
	z-index:1;
	visibility: hidden;
	}
#banner03{
	position:absolute;
	z-index:1;
	visibility: hidden;
	}
#banner04{
	position:absolute;
	z-index:1;
	visibility: hidden;
	}
#header #top{
	height:268px;
	}
#header #top #L{
    width: 80px;
    height: 268px;
    float: left;
    }
#header #top #M{
	width:320px;
	height:268px;
	float:left;
	}
#header #top #M #HJ{
	width:150px;
	height:170px;
	float:left;
	}
#header #top #M #V_list{
	width:170px;
	height:170px;
	float:left;
	}
#header #top #M #V_list ul{
	list-style-type:none;
	overflow: auto;
	padding-left:0px;
	}
#header #top #M #V_list ul li a{
	width:155px;
	height:20px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFF;
	text-decoration:none;
	display:block;
	background-color: #B91C23;
	}
#header #top #M #V_list ul li a:hover{
	background-color:#d82727;
	color: #FFF;
	}
/* for sub menu */
#header #top #M #V_list ul li ul{
	position:absolute;
	overflow:visible;
	margin-left:170px;
	margin-top:-34px;
	}
#header #top #M #V_list ul li ul li a{
	width:120px;
	}
/* hiden visible sub menu*/
#header #top #M #V_list ul li ul{
	visibility:hidden;	/*滑鼠沒有滑入,下拉式選單隱藏*/
	}
#header #top #M #V_list ul li:hover ul{
	visibility:visible;       /*滑鼠滑入按鈕,下拉式選單顯示*/
}

#header #top #M #HJ_chinese{
	width:320px;
	height:98px;
	clear:both;
	}
#header #top #R{
	width:560px;
	height:268px;
	float:left;
	}
#slogan   {
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 25px;
    padding-bottom: 10px;
    float: right;
    /* [disabled]background-color: #FFF; */
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.40) 99.48%);
    background-image: -moz-linear-gradient(45deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.40) 99.48%);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.40) 99.48%);
    background-image: linear-gradient(45deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.40) 99.48%);
    font-family: "微軟正黑體", "標楷體";
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.70);
    letter-spacing: 0.6em;
    color: red;
    font-size: 1.5em;
    border-radius: 30px;
    border-left: 2px solid blue;
    border-right: 2px solid blue;
    border-bottom: 2px solid blue;
    border-top: 2px solid blue;
    margin-right: 15px;
	}
#header #top #R #icon{
    clear: both;
    float: right;
    margin-top: 5px;
    margin-right: 40px;
	}
#header #top #R #icon #icon1,#header #top #R #icon #icon2,#header #top #R #icon #icon3{
	width:33px;
	height:33px;
	float:left;
	}
#header #top #R #icon #icon1{
	margin-left:5px;
	}
#header #top #R #icon #icon2{
	margin-left:5px;
	}
#header #mid{
	clear:both;
	height:98px;
	}
#header #mid #stu{
	margin-top:104px;
	margin-left:130px;
	}
#header #btm{
	padding:0px 130px;
	width:700px;
	height: 174px;
	}
#header #btm #hover{
	width:700px;
	height:140px;
	}
#header #btm #hover01,#header #btm #hover02,#header #btm #hover03,#header #btm #hover04{
	width:175px;
	height:140px;
	float:left;
	}
#header #btm #H_list{
	margin:0px auto;
	clear:both;
	width:660px;
	padding:0px 20px;
	background-color:#B91C23;
	background-image: -webkit-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    font-family: "微軟正黑體", "標楷體";
	}
#header #btm #H_list ul{
	list-style-type:none;
	overflow: auto;
	padding-left:0px;
	transition : 0.4s;}/*選單停留時間*/
#header #btm #H_list ul li{
	float:left;
	}
#header #btm #H_list ul li a{
    background: #B91C23;
    text-align: center;
    width: 107px;
    height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFF;
    text-decoration: none;
    display: block;
    background-image: -webkit-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    /*border-top: 1px solid #FDA9AB;*/
    /*border-bottom: 1px solid #891C23;*/
    border-right: 1px solid #FDA9AB;
    border-left: 1px solid #FDA9AB;
	}
#header #btm #H_list ul li a:hover{
    color: blue;
    background-color: #d82727;
    border-top: 1px solid #891C23;
    border-bottom: 1px solid #FDA9AB;
    background-image: -webkit-linear-gradient(90deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(253,169,171,1.00) 0%,rgba(185,28,35,1.00) 100%);
    font-weight: bold;
    }
	
/* for sub menu */
#header #btm #H_list ul li ul{
	position:absolute;
	overflow:visible;
	}
#header #btm #H_list ul li ul li{
	float:none;
	}

/* hiden visible sub menu*/
#header #btm #H_list ul li ul{
	visibility:hidden;	/*滑鼠沒有滑入,下拉式選單隱藏*/
	}
#header #btm #H_list ul li:hover ul{
	visibility:visible;       /*滑鼠滑入按鈕,下拉式選單顯示*/
}
#main{
	width:960px;
	padding:15px 0px;;
	background:url(images/main_bg_72.jpg);
	background-repeat: repeat-y;
	}
#main #box{
	width: 805px;
	margin: 0px auto;
	font-size: 14px;
	}
#main #box a{
	text-decoration: none;
	color: #609;
	}
#main #box a:hover{
	text-decoration: underline;
	}
#main #box .more{
	text-align:right;
	}
#main #box #news{
	width: 458px;
	height: 420px;
	border: 1px solid #CCC;
	padding-left: 20px;
	padding-top: 10px;
	}
#main #box #announce{
	width: 458px;
	height: 298px;
	float: left;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-left: 20px;
	}
#main #box #announce h2{
	color:#063;
	}
#main #box #announce #latest{
	width:450px;
	margin:0px auto;
	height:260px;
	}
#main #box #news .title{
	height: 110px;
	width: 440px;
	}
#main #box #news h2{
	color:#036;
	}
#main #box #news h2 a{
	color:#036;
	text-decoration:none;
	}
#main #box #news .title .images{
	float: left;
	height: 110px;
	width: 180px;
	}
#main #box #news .title .images .sub_text{
	float: right;
	height: 110px;
	width: 90px;
	}	
#main #box #news .title .text{
	height: 108px;
	width: 245px;
	float: left;
	padding-top:2px;
	padding-left: 15px;
	}
#main #box #recruit{
	width: 299px;
	height: 298px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	}
#main #box #recruit .title{
	height: 70px;
	width: 280px;
	}
#main #box #recruit h2{
	color:#0C6;
	}
#main #box #recruit h2 a{
	color:#0C6;
	text-decoration:none;
	}
#main #box #recruit .title .images{
	height: 70px;
	width: 70px;
	float: left;
	}
#main #box #recruit .title .text{
	width: 200px;
	height: 70px;
	float: left;
	padding-left: 10px;
	font-size:12px;
	}
#main #box #space{
	padding-top:5px;
	clear:both;
	width: 800px;
	height: 35px;
	}

#main #box #campus{
	width: 458px;
	height: 278px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-left: 20px;
	}
#main #box #campus h2{
	color:#909;
	}
#main #box #campus h2 a{
	color:#909;
	text-decoration:none;
	}
#main #box #campus .title{
	width:440px;
	height:100px;
	}
#main #box #campus .images{
	width: 100px;
	height: 100px;
	float: left;
	}
#main #box #campus .text{
	width: 330px;
	height: 100px;
	float: left;
	padding-left: 10px;
	}
#main #box #awards{
	width: 299px;
	height: 709px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-left: 20px;
	}
#main #box #awards h2{
	color:#F00;
	}
#main #box #awards h2 a{
	color:#F00;
	text-decoration:none;
	}
#main #box #awards .title{
	width:280px;
	height:90px;
	}
#main #box #awards .images{
	width: 90px;
	height: 90px;
	float: left;
	}
#main #box #awards .text{
	width: 180px;
	height: 90px;
	float: left;
	padding-left: 10px;
	}
#footer {
	height: 190px;
	clear: both;
	font-size: 13px;
	color: #FFF;
	}
#footer a{
	color:#F2F2F2;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration: underline;
	}
#footer #info{
	width: 800px;
	height: 130px;
	background: #333;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	}
#footer #info .info_box{
	width:170px;
	height:120px;
	padding:5px 15px;
	float:left;
	}
#footer #info .more{
	text-align:right;
	}
#footer #about{
	height:50px;
	text-align:center;
	clear: both;
	padding:5px 0px;
	background:#B91C23;
	}
#info h3 {
    margin-left: -7px;
}
/* design Josh huang 黃俊閔*/
#newactivity {
	padding: 25px;
}
#container #main #box #newactivity h2 {
	color: #F33;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#activity {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #CCC;
}
.ctr {
    font-size: 1.5em;
    color: yellow;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #F77A7C;
    background-image: -webkit-linear-gradient(270deg, rgba(244,146,148,1.00) 0%, rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(244,146,148,1.00) 0%, rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(244,146,148,1.00) 0%, rgba(255,0,0,1.00) 100%);
    /* [disabled]border-bottom-left-radius: 12px; */
    /* [disabled]border-bottom-right-radius: 12px; */
    /* [disabled]border-top-right-radius: 12px; */
    /* [disabled]border-top-left-radius: 12px; */
    margin-right: 60px;
    font-family: "微軟正黑體 Light", "標楷體";
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.70);
    letter-spacing: 0.15em;
	}
.textshadow {
    text-shadow: 5px 4px 5px rgba(0,0,0,0.64);
}
.ctr2 {
    font-size: 2em;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 30px;
    background-color: #F77A7C;
    background-image: -webkit-linear-gradient(270deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
    /* [disabled]border-bottom-left-radius: 12px; */
    /* [disabled]border-bottom-right-radius: 12px; */
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin-right: 28px;
    font-family: "微軟正黑體 Light", "標楷體";
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.70);
    letter-spacing: 0.15em;
	}
.ctr2:hover {
    background-color: #F77A7C;
    background-image: -webkit-linear-gradient(90deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(133,214,243,1.00) 0%,rgba(37,181,179,1.00) 100%);
	}
/*此區為右側固定方塊-BEGIN*/

#hchs_floatbox {
    position: fixed;
    z-index: 9999;
    top: 50%; /*高度開始比例 5個設50%*/
    right: 20px;
    margin-top: -270px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100px;
    height: 324px; /*每個方塊108px 5個設540px*/
}
.floatbox {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 0 5px;
    -ms-box-shadow: rgba(0,0,0,0.4) 0px 0 5px;
    -o-box-shadow: rgba(0,0,0,0.4) 0px 0 5px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    -webkit-text-shadow: rgba(0,0,0,0.4) 0 0 5px;
    -moz-text-shadow: rgba(0,0,0,0.4) 0 0 5px;
    -ms-text-shadow: rgba(0,0,0,0.4) 0 0 5px;
    -o-text-shadow: rgba(0,0,0,0.4) 0 0 5px;
    text-shadow: rgba(0,0,0,0.4) 0 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 10px;
}
.floatbox a { display:flex; flex-direction:column; justify-content:center; align-items:center; width:100px; height:100px; text-align:center; line-height:30px; color:#FFF; -webkit-box-sizing:border-box; box-sizing:border-box; }
.floatbox a:link { color: #FFF; }
.floatbox a:hover { color: yellow; }
.floatbox p {
    width: 59px;
    margin: 0;
    padding: 10px 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
}
#floatbox3 p {  /*#floatbox?針對第?方塊設文字寬度字型大小等*/
    width: 59px;
    font-size: 1em;
    line-height: 1.4em;
}

#hchs_floatbox div:nth-child(3n+1),#floatbox div:nth-child(3n+1) { background:#B91C23;
background:linear-gradient(135deg,#B91C23 1%,#d82727 100%);
background:-moz-linear-gradient(-45deg,#B91C23 1%, #d82727 100%);
background:-webkit-linear-gradient(-45deg,#B91C23 1%,#d82727 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#B91C23', endColorstr='#d82727',GradientType=1 ); }
#hchs_floatbox div:nth-child(3n+1):hover,#floatbox div:nth-child(3n+1):hover { 
background:#d82727;
background:linear-gradient(135deg,#d82727 1%,#B91C23 100%);
background:-moz-linear-gradient(-45deg,#d82727 1%, #B91C23 100%);
background:-webkit-linear-gradient(-45deg,#d82727 1%,#B91C23 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196ff', endColorstr='#B91C23',GradientType=1 ); }

#hchs_floatbox div:nth-child(3n+2),#floatbox div:nth-child(3n+2) { background:#35c0ee;
background:linear-gradient(135deg,#35c0ee 5%,#2196ff 100%);
background:-moz-linear-gradient(-45deg,#35c0ee 5%, #2196ff 100%);
background:-webkit-linear-gradient(-45deg,#35c0ee 5%,#2196ff 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c0ee', endColorstr='#2196ff',GradientType=1 ); }
#hchs_floatbox div:nth-child(3n+2):hover,#floatbox div:nth-child(3n+2):hover {
background:#2196ff;
background:linear-gradient(135deg,#2196ff 5%,#35c0ee 100%);
background:-moz-linear-gradient(-45deg,#2196ff 5%, #35c0ee 100%);
background:-webkit-linear-gradient(-45deg,#2196ff 5%,#35c0ee 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196ff', endColorstr='#35c0ee',GradientType=1 ); }

#hchs_floatbox div:nth-child(3n+3),#floatbox div:nth-child(3n+3) { background:#8bc35a;
background:linear-gradient(135deg,#8bc35a 1%,#4caf60 100%);
background:-moz-linear-gradient(-45deg,#8bc35a 1%, #4caf60 100%);
background:-webkit-linear-gradient(-45deg,#8bc35a 1%,#4caf60 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc35a', endColorstr='#4caf60',GradientType=1 ); }
#hchs_floatbox div:nth-child(3n+3):hover,#floatbox div:nth-child(3n+3):hover {
background:#4caf60;
background:linear-gradient(135deg,#4caf60 1%,#8bc35a 100%);
background:-moz-linear-gradient(-45deg,#4caf60 1%, #8bc35a 100%);
background:-webkit-linear-gradient(-45deg,#4caf60 1%,#8bc35a 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf60', endColorstr='#8bc35a',GradientType=1 ); }
.float01 { top:0px; right:0px; }
.float02 { top:110px; right:0px; }
.float03 { top:220px; right:0px; }
.float04 { top:330px; right:0px; }
.float05 { top:440px; right:0px; }
/*此區為右側固定方塊-END*/

/*CSS3 晃動*/
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;}

.hvr-wobble-top:hover,.hvr-wobble-top:focus,.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {-webkit-transform: skew(-12deg); transform: skew(-12deg);}
  33.3%  {-webkit-transform: skew(10deg); transform: skew(10deg);}
  49.95% {-webkit-transform: skew(-6deg); transform: skew(-6deg);}
  66.6%  {-webkit-transform: skew(4deg); transform: skew(4deg);}
  83.25% {-webkit-transform: skew(-2deg); transform: skew(-2deg);}
  100%   {-webkit-transform: skew(0); transform: skew(0);}
}

@keyframes hvr-wobble-top {
  16.65% {-webkit-transform: skew(-12deg); transform: skew(-12deg);}
  33.3%  {-webkit-transform: skew(10deg); transform: skew(10deg);}
  49.95% {-webkit-transform: skew(-6deg); transform: skew(-6deg);}
  66.6%  {-webkit-transform: skew(4deg); transform: skew(4deg);}
  83.25% {-webkit-transform: skew(-2deg); transform: skew(-2deg);}
  100%   {-webkit-transform: skew(0); transform: skew(0);}
}
/*CS3連結動畫底線*/
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0 }

.adv { transition : 0.2s; opacity : 1; }
.adv:hover { opacity : 0.6; }
#NewRecruit2 .flex {
    display: flex;
}
