@charset "utf-8";
@import url(style/reset.css);
@import url(style/font-awesome.min.css);
@import url(style/swiper.css);
@import url(style/animate.css);
/**/
header{ 
	background-color:#63b52f;
	line-height: 50px;
	color: #ffffff;
	text-align: right;
	padding: 0 75px;
	height: 38px;
}
header a{
	padding:0 5px;
	letter-spacing: 1px;
}
header a:last-child{
	border-left: solid 1px #b2b2b2;
	padding-right: 0;
}



footer{
	background-image: url(../../images/footer-bg.svg);	
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -16.875em;
	position: relative;
	padding-top: 17.5em;
}

.top{
	position: absolute;
	top: 7.5em;
	left: 50%;
	margin-left: -2.8125em;
	cursor: pointer;
	
}
img:focus {
    outline: 1px solid #00000F;
}

.footer-data{
	float: left;
	width: 60%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.125em;
	position: relative;
	padding-bottom: 1.875em;
}
.footer-all {
	color: #fff;
	text-align: center;
    width: 100%;
    font-size:1.125em;
}
.footer-data p{
	padding-left: 15px;
    line-height: 34px;
    font-size: 1.125em;
}
.footer-data p i{
	display: inline-block;
	text-align: center;
	width: 22px;
}
.footer-link{
	float: left;
    width: 40%;
    text-align: right;
    padding-left: 18.5%;
}
.footer-linka{
	float: left;
    width: 40%;
    text-align: right;
    padding-left: 18.5%;
}
.footer-data-logo{
	margin-bottom: 15px;
}
.footer-link a{
	display: block;
	width: 246px;
	line-height: 41px;
	color: #fff;
	border:solid 1px #fff;
	border-radius: 7px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.footer-linka a{
	display: block;
	width: 246px;
	line-height: 41px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	
}

.footer-link a:hover{
	background-color: #552277;
	border:solid 1px #552277;
	color: #fff;
}
.footer-link p{
	font-size: 1.125em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-link p i{
	padding-left: 5px;
	padding-right: 0
}

.fb{
	padding-left: 15px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.menu-style{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background-color:#746398;
	height: 100px;
	box-shadow: 5px 5px 11px #ccc;
}
.i-setting{
	margin-top: 36px;
	text-align: center;
	
}
.i-setting p{
	font-size: 28px;
	color:#8b6239;
	letter-spacing: 5px;
	position: relative;
}
.i-setting p:after{
	content: "";
	position: absolute;
	width: 45%;
	height: 1px;
	background: #8b6239;
	right: 0;
	top: 20px;
}
.i-setting p:before{
	content: "";
	position: absolute;
	width: 45%;
	height: 1px;
	background: #8b6239;
	left: 0;
	top: 20px;
}
.i-setting-img{
	margin-bottom: 50px;
}
.i-setting-banner{
	border:solid 2px #d5de22;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.i-setting{
	text-align: center;
	margin-bottom: 36px;
}
.banner{
	background-image: url(../../images/banner.svg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	padding-top: 250px;
}
.swiper-slide-p{
	font-weight: bold;
	font-size: 38px;
	color:#8b6239; 
	text-shadow: 3px 2px 1px #fff
}
.banner-container{
	text-align: center;
}
.swiper-container-banner{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 50px;
}
.swiper-pagination-bullet{
	width: 42px;
	border-radius: 10px;
	background-color: #8bc53f;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #662d90;
}
/--.marquee{
/--	padding-top: 10px;


}
.i-propaganda{
	width: 1140px;
	margin: 0 auto;
	line-height: 32px;
	background-color:#eaeaea;
	border:solid 1px #ccc;
	color: #333;
	padding:7px 20px;
	font-size: 1.25em;
	letter-spacing: 3px;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	margin-bottom: 35px;
}
.i-propaganda i{
	padding-left: 5px
}
.i-propaganda span{
	color: #c0272d;
    font-weight: bold;
    border-right: solid 1px #ccc;
    position: relative;
    top: -8px;
}
.i-nav{
	margin-top: 10px;
}
.i-nav-div{
	width: 25%;
	float: left;
	line-height: 82px;
	background: url(../../images/i-nav-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.i-nav-div a{
	display: block;
	width: 100%;
	height: 100%;
}
.i-nav-div:after{
	content: "";
	position: absolute;
	width: 2px;
	background-color: #fff;
	height: 82px;
	top: 0;
	right: 0;
}
.i-nav-div:hover,.i-nav-div-active{
	background: url(../../images/i-nav-bg-hover.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.i-nav-div-box-hide{	
	border:solid 1px #88268a;
	width: 1880px;
	margin: 0 auto;
	margin-top: 45px;
}
.i-nav-div-box-hide-img{
	text-align: center;
    margin-top: -18px;    
    margin-bottom: 12px;
}
.container{
	width: 1170px;
	padding: 5px;
	margin: 0 auto;
}
.i-nav-div-box-content-div{
	font-size: 1.25em;
	color: #000;
	letter-spacing: 2px;
	margin-bottom:15px;
}
.i-nav-div-box-content-div span{
	padding:0 15px;
	border-left: solid 1px #000;
}
.i-nav-div-box-content-div span:nth-child(2){
	display: inline-block;
	min-width: 150px;
}
.nav-div-1,{}
.nav-div-2,.nav-div-3,.nav-div-4{
	text-align: center;
	display: none;
}
.i-nav-div-box-hide{
	position: relative;
}
.i-nav-div-box-hide-icon-1{
    position: absolute;
    top: -38px;
    left: 9.5%;
}
.i-nav-div-box-hide-icon-2{
    position: absolute;
    top: -38px;
    left: 35%;
    display: none;
}
.i-nav-div-box-hide-icon-3{
    position: absolute;
    top: -38px;
    left: 60.5%;
    display: none;
}
.i-nav-div-box-hide-icon-4{
    position: absolute;
    top: -38px;
    left: 86%;
    display: none;
}
.i-slogin{
	background-image: url(../../images/i-slogin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	margin-top: 20px;
	background-attachment: fixed;
}
.i-slogin{
	padding-top: 50px;
}
.i-slogin h2{
	text-align: center;
	font-size: 26px;
	color: #552277;
	display: inline-block;
}
.i-slogin h2 span{
	border-bottom: solid 1px #552277;
	padding-bottom: 5px;
}
.i-title-box{
	text-align: center;
}
.i-title{
	position: relative;
}
.i-title:before{
	content: "";
    position: absolute;
    left: -30px;
    width: 20px;
    height: 2px;
    top: 18px;
    background-color: #552277;
}
.i-title:after{
	content: "";
    position: absolute;
    right: -30px;
    width: 20px;
    height: 2px;
    top: 18px;
    background-color: #552277;
}
.i-slogin-box{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 5%;
	margin-top: 120px;	
}


.i-slogin-box span{
	border:solid 2px #552277;
	border-radius: 20px;
	text-align: center;
	display: block;
	font-size: 1.25em;
	color: #552277;
	font-weight: bold;
	line-height: 48px;
	margin: 15px 0;
}
.i-slogin-box article{
	text-align: left;
	line-height: 32px;
	padding: 0 8px;
	font-size: 1.125em;
}
.i-slogin-box p{
	min-height: 122px;
}
.i-slogin-a{
	text-align:center;
	padding-top: 60px;
}
.condition{
	background-image: url(../../images/condition.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 850px;
	margin-top: -10px;
	padding-top: 52px;
}
.condition-content{
	background-color: #fff;
	padding: 72px 150px;
	font-size: 1.125em;
	letter-spacing: 2px;
	color: #666666;
}
.condition-content p{
	padding-bottom: 20px;
}
.condition-content b{
	display: inline-block;
	width: 60px;
	font-size: 1.25em;
}
.condition-span2{
	padding-left: 94px;
	display: block;
	padding-top: 8px;
}
/*about*/
.web-banner{
	background-image: url(../../images/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	margin-top: -120px;
	padding-top: 180px;
}

.condition-banner{
	background-image: url(../../images/condition.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
}

.condition-banner20241029{
	background-image: url(../../images/20241029.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
}
	
.content-box{
	background: url(../../images/content-bg.png)no-repeat;	
	width: 1280px;
	margin: 0 auto;
}
.content{
	background-color: #fff;   
    margin-top: -130px;
}
.title{
	width: 486px;
	margin: 0 auto;
	height: 250px;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	padding: 40px 0;
	font-family: "Arial","微軟正黑體";
}
.title h1{
	font-size: 2em;
	color: #009145;
	padding-bottom: 40px;
	position: relative;
}
.title h1:after{
	content: "";
	position: absolute;
	height: 4px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	background: #8bc53f;
	bottom: 32px;
}
.title h2{
	font-size: 1.75em;
	color: #009145;
}
.title div{
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 10px;	
}
.content{
	padding: 90px 120px;
	margin-bottom: 200px;
}
.title-h1{
	font-size: 1.75em;
	font-weight: bold;
	
	position: relative;
	color: #006837;
	margin-bottom: 15px;
     
}
.title-h2{
	font-size: 1.75em;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
	color: #006837;
	margin-bottom: 15px;
     
}
.title-h2:before{
	content: "";
    position: absolute;
    height: 26px;
    width: 7px;
    background: #006837;
    top: 6px;
    left: 0;
}
.title-h3{
	background: url(../../images/title-h3.svg) no-repeat left;
	font-size: 1.25em;
	color: #000;
	padding-left: 22px;
	margin-bottom: 15px;
}
.title-h4{
	background: url(../../images/title-h4.svg) no-repeat left;
	font-size: 1.25em;
	color: #000;
	padding-left: 22px;
	margin-bottom: 15px;
}
.title-h5{
	background: url(../../images/title-h5.svg) no-repeat left;
	font-size: 1.25em;
	color: #000;
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.title-h6{

	font-size: 1.25em;
	color: #000;
	padding-left: 22px;
	margin-bottom: 15px;
}
.title-h7{

	font-size: 1.5em;
	color: #0000C6;
	padding-left: 22px;
	margin-bottom: 15px;
}
.content-p,.content-div-about-txt p{
	font-size: 1.125em;
    color: #808080;
    line-height: 33px;
    padding-left: 22px;
    max-width: 800px;
    letter-spacing: 3px;
}
.about-img-1{
	margin-left: -100px;
	margin-top: 36px;
}
.about-img-2{
	text-align: right;
	margin-right: -280px;
}
.about-img-3{
	margin-left: 300px;
	margin-top: 36px;
}
.about-img-4{
    float:left;
	margin-right:20px;
	margin-top: 2px;
}
.content-div-about-txt{
	max-width: 572px;
}
.content-div-about-txt h2{
	margin-bottom: 15px;
}

/*services*/
.services-banner{
	background-image: url(../../images/services-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
}
.services-title{
	margin-bottom: 120px;
}
.services-title div{
	float: left;
	padding: 0 5px;
	width: 25%;
	text-align: center;
}
.services-title-active img{
	box-shadow: 3px 3px 6px #ccc;
}
.services-head-img{
	margin-left: -140px;
}
.services-head{
	position: relative;
}
.services-head div{
	display: inline-block;
}
.services-head-img-2{
	margin-left: -40px;
	position: relative;
    top: 45px;
}    
.services-head-span{
	display: inline-block;
	width: 205px;
	font-size:1em;
	line-height: 55px;
	background-color: #0071bb;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.check-span{
	background-color: #9f1f0e;
}
.services-head-bg-txt{
	position: absolute;
    right: -240px;
    top: 65px;
}
.services-body-dept{
	padding-top: 5px;
}

.services-body{
	padding-top: 48px;
}
.services-body-div{
	padding-bottom: 60px;
}
.services-body-div-img-img{
	width: 120px;
	display: inline-block;
}
.services-body-div-img-txt{
	width: 215px;
	display: inline-block;
	border:solid 2px #0071bb;
	border-radius: 20px;
    text-align: center;
    font-size: 20px;
	color: #0071bb;
	font-weight: bold;
	line-height: 48px;
}

.services-body-div-article{
	float: left;
    width: 90%;
   font-size: 18px;
    padding-top: 11px;
    padding-left: 12px;
    line-height: 28px;
}
.services-body-div-article-dept{
	float: left;
    width: 90%;
    font-size: 16px;
    padding-left: 12px;
    line-height: 28px;
}
.services-body-div-article-dept p{
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #4d4d4d; 
	font-size: 16px;
}
.services-body-div-article-dept span{
	color: #f6921e;
	font-weight: bold;
	font-size: 18px;
}
.services-body-div-img{
	float: left;
	width: 40%;
}
.services-body-div-article p{
	padding-bottom: 10px;
}
.services-body-div-article span{
	color: #f6921e;
	font-weight: bold;
	font-size: 20px;
}
.check-head{
	padding: 60px 0;
}
.check-head-img{
	width: 22.5%;
	float: left;
	padding: 0 5px;
}
.check-head-icon{
	width: 3.3333333%;
	float: left;
	height: 202px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.check-body-img{
	float: left;
	width: 28%;
	text-align: right;
	padding-right: 10px;
}
.check-body-txt {
    float: left;
    width: 72%;
    padding-left: 12px;
    line-height: 34px;
    padding-top: 19px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.check-body-div{
  padding-bottom: 50px;
  padding-left: 40px;
}
.check-body-p-first{
	padding-bottom: 40px;
}
.check-body-p{
	position: relative;
	color: #4d4d4d; 
	padding-left: 32px;
	padding-bottom: 25px;
}
.check-body-span{
	position: absolute;
	left: 0px;
    top: 4px;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	background-color:#4d4d4d;
	color: #fff; 
	text-align: center;
}
.check-body-txt-bg{
	position: relative;
}
.check-body-txt-bg-img{
	position: absolute;
	right: -440px;
    top: -25px;
}
.obj-span{
	background-color: #800080;
}
.obj-body-txt,.fee-body-txt{
	padding-left: 110px;
	padding-top:80px;
	font-size: 1.125em;
	position: relative;
	padding-bottom: 160px;
}
.obj-body-txt p,.fee-body-txt p{
	letter-spacing: 1px;
	line-height: 30px;
}
.obj-txt-bg{
	position: absolute;
    bottom: 0px;
    text-align: right;
    right: -270px;
}
.fee-span1{
	background-color:#693e20; 
}
.fee-span{
	background-color:#009145; 
}
.fee-body{
	position: relative;
}
.fee-body-txt-bg{
	position: absolute;
    text-align: right;
    top: 290px;
    right: -323px;
}
.fee-body-p{
	font-size: 1.125em;
	line-height: 36px;
	letter-spacing: 2px;
	padding-left: 96px;
	color: #4d4d4d;
}
/*new*/
.new {
	position: relative;
	padding-bottom: 592px;
	z-index: 2;
}
.new-banner{
	background-image: url(../../images/news-banner.jpg);
}
.new-head-date{
	width: 20%;
	float: left;
	background-color: rgba(0,113,187,0.2);
	color: #fff;
	text-align: center;
	font-size: 1.125em;
	line-height: 30px;
}
.new-body-date{
	width: 20%;
	float: left;	
	text-align: center;
	font-size: 1.125em;
	line-height: 30px;
}
.new-head-content,.new-body-content{
	width: 60%;
	float: left;
	padding: 0 5px;
	text-align: center;
	font-size: 1.125em;
	line-height: 30px;
}
.new-body-date,.new-body-content{
	background-color:#fff;	
	color: ;
}
.new-head-content p{
	background-color: #0071bb;
	color: #fff;
}
.new-head{
	padding-bottom: 30px;
}
.new-body-div{
	margin-bottom: 15px;
}
.new-viedo,.new-txt,.new-img{
	cursor: pointer;
	color: #4d4d4d;
}
.new-viedo:hover{
	color: #d3145a;
	font-weight: bold;
}
.new-txt:hover{
	color: #29aae1;
	font-weight: bold;
}
.new-img:hover{
	color: #faaf3b;
	font-weight: bold;
}
.new-body-content p{
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0071bb;
}
.new-page{
	border-top: solid 1px #ccc;
	text-align: center;
	padding-top: 15px;
	position: relative;
}
.new-page-txt{
	position: absolute;
    right: 33px;
    top: 16px;
    display: inline-block;
    letter-spacing: 5px;
}
.new-page span,.new-page a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border:solid 1px #ccc;
	margin: 0 3px;
}
.new-page span{
	background-color: #63b52f;
	color: #fff;
}
.new-page span:hover,.new-page a:hover{
	background-color: #63b52f;
	color: #fff;
}
.new-txt-bg{
	position: absolute;
    left: 50%;
    margin-left: -713px;
	bottom: -25%;
	z-index: 1;
}
.title-style{
	color: #006837;
	font-size: 24px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 36px;
}
.title-style:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 24px;
	background-color: #006837;
	top: 5px;
	left: 0;
}
.new-item-p{
	line-height: 34px;
	font-size: 1.125em;
	letter-spacing: 3px;
	max-width: 90%;
}
.new-item-img{
	padding-top: 20px;
}
.img-shadow{
	box-shadow:3px 3px 6px #ccc 
}
.content-box-short {
    background: url(../../images/content-bg-short.png)no-repeat;   
}
.news{
	padding-bottom: 80px;
}
.news-return {
    text-align: right;
    margin-top: -42px;
    margin-bottom: 36px;
}
.news-return a{
	border:solid 1px #ccc;
	display: inline-block;
	width: 168px;
	line-height: 46px;
	text-align: center;
}
.news-return a:hover{
	background-color: #63b52f;
	color: #fff;
}

/*setting*/
.setting-banner{
	background-image: url(../../images/setting-banner.jpg);
}
.setting-btn{
	text-align: right;
	padding-bottom: 30px;
}
.setting-btn a{
	margin-left: 10px;
	border:solid 1px #ccc;
	display: inline-block;
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	border-radius: 100%;
}
.setting-btn a i{
	font-size: 36px;
	line-height: 58px;
	padding: 0;
}
.setting-active,.setting-btn a:hover{
	background-color:#4d4d4d;
	color: #fff;
}
.setting-box{
	float: left;
	width: 48.5%;
}
.setting-box:nth-child(1){
	margin-right: 1.5%
}
.setting-box:nth-child(2){
	margin-left: 1.5%
}
.setting-box-p{
	text-align: center;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 5px;
}
.setting-content{
	padding: 60px;
	padding-bottom: 150px;
}
.setting-body-div{
	padding-bottom: 70px;
}
/*highlights*/
.highlights-banner{
	background-image: url(../../images/highlights-banner.jpg);
}
.highlights{
	position: relative;
}
.highlights p{
	text-align: left;
	font-size: 1.125em;
	letter-spacing: 0px;
	display: inline-block;
}
.lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lightbox-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lightbox .lightbox-video {
  width: 100%;
  padding-bottom: 56%;
}
.lightbox iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    padding: 5% 15%;
    top: 0;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
   z-index: 999999;
}
.lightbox .lightbox-close:hover {
  text-decoration: none;
}

.lightbox-toggle-div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.viedo-iframe{
	position: relative;
}
.highlights-box-div{
	float: left;
	width: 48.5%;
	position: relative;
	padding: 15px 15px 30px;
}
.highlights-span{
	position: absolute;
	right: 5%;
	bottom: 5px;
	color: #aaa;
	border-bottom: 1px solid #aaa;
}
.highlights-box-p{
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
.highlights-box-div-1{
	margin-right: 1.5%;
}
.highlights-box-div-2{
	margin-left: 1.5%;
}
.highlights-box{
	padding-bottom: 36px;
}

/*guardian*/
.guardian-titlle{
	width: 826px;
	font-size: 20px;
}
.guardian-title-title{
	float: left;
	width: 15%;
	background-color: #666666;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.guardian-title-text{
	float: left;
	width: 85%;
	padding-left: 10px;	
}
.guardian-title-text p{
	background-color: #cbcbcb;
	color: #666666;
	line-height: 42px;
	text-align: center;
}
.guardian-body-div-date{
	float: left;
	width: 15%;
	line-height: 42px;
	text-align: center;
}
.guardian-body-div-txt{
	float: left;
    width: 85%;
    text-align: center;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}
.guardian-body-div{
	padding: 10px 0;
}
.guardian-body-div:hover{
	color: #63b52f;
	cursor: pointer;
}
.guardian-body{
	padding-bottom: 30px;
}
.guardian-bg-txt {
    position: absolute;
    bottom: -486px;
    left: 15%;
}
.guardian-content{
	padding: 60px;
	padding-bottom: 600px;
}
.menu-btn{
	width: 14%;
	height: 60px;
	position: relative;
	left: 89%; 
    z-index: 99;
    display: none
}
.menu-btn-top,.menu-btn-middle, .menu-btn-bottom{
	height: 3px;
	width: 30px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
    margin-left: auto;
    margin-right: auto;
	background: #fff;
	margin-bottom:6px;
	z-index: 99;
	border-radius: 10px;
	transition-duration: 0.5s;
}
.menu-btn-top{
	transform: translate(-50%,-9px);
}
.menu-btn-middle{
	transform: translate(-50%,0px)
}
.menu-btn-bottom{
	transform: translate(-50%,9px)
}
.menu-btn-top-2{
	transform: translate(-50%) rotate(45deg);
}
.menu-btn-bottom-2{
	transform: translate(-50%) rotate(-45deg);
}
.menu-btn-middle-2{
	display: none!important;
	animation: 0.5s;
}

.new-body-date-span{
	display: none;
}
.full-image img{
	background: #fff;
	padding: 15px;
	border:solid 1px #ccc;
}
.setting-box{
	width: 494px;
	height: 328px;
}
.i-nav-span-3{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    background-color: #4d4d4d;
    color: #fff;
    text-align: center;
    padding: 0!important;
    margin-right: 10px;
}
.i-nav-div-box-content-div-3 {
    text-align: left;
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 42px;
    width: 700px;
    margin: 0 auto;
}
.i-nav-div-box-p{
	line-height: 38px;
	font-size: 20px;
}
.i-nav-div-text{
	text-align: left;
	line-height: 36px;
}
.time-banner{
	background-image: url(../../images/test-img.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
}
.academic-banner{
	background-image: url(../../images/stock-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
    
}
.prodlistC-banner{
	background-image: url(../../images/dept8-12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
    
}

.recruiting-banner{
	background-image: url(../../images/test--img.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: -120px;
    padding-top: 180px;
}
.recruiting-div-title{
	border-bottom: solid 1px #ccc;
	font-size: 20px;
	font-weight: bold;
}
.recruiting-div-title div,.recruiting-div-body-div div{
	float: left;
}
.recruiting-div-title div:nth-child(1),.recruiting-date{
	width: 18%;
	padding-left: 10px;
}
.recruiting-div-title div:nth-child(1){
	text-align: center;
	padding-left: 0;
}
.recruiting-div-title div:nth-child(2),.recruiting-content{
	width: 70%;
}
.recruiting-content h2{
	font-size: 20px;
	padding-bottom: 7px;
}
.recruiting-content p{
	font-size: 15px;
}
.recruiting-div-title div:nth-child(3),.recruiting-more{
	width: 12%;
	text-align: center;
}
.recruiting-div-body-div{
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
}
.recruiting-date{
	padding: 0 15px;
}
.recruiting-date span{
	background-color: #527;
	color: #fff;
	display: block;
	width: 86%;
	text-align: center;
	line-height: 32px;
}
.recruiting-date p{
	background-color: #63b52f;
	color: #fff;	
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	display: inline-block;
	width: 86%;
}
.recruiting-box{
	padding-bottom: 140px;
}
.recruiting--img{
	padding-top: 36px;
	text-align: right;
}
.recruiting-more{
	height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.recruiting-more a{
	 border: solid 1px #ccc;
	 padding: 5px 10px;
	 border-radius: 15px;
}
.recruiting-more a:hover{
	background-color: #63b52f;
	color: #fff;
}
.recruiting-h1{
	font-size: 24px;
	margin-bottom: 25px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.recruiting-h1 a{
	position: absolute;
	right: 3px;
    top: 10px;
	font-size:  0.75em;
	color: #cc6633;
}
.recruiting-h1 span{
	font-size: 1.125em;
}
.recruiting-item{
	padding-bottom: 50px;	
}
.recruiting-item h2{
	margin-top:30px;
	font-size: 20px;
	color: #cc6633;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}
.recruiting-item p{
	line-height: 34px;
	font-size: 1.125em;
	padding-left: 15px;
}
.recruiting-item h2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width:5px;
	border-radius: 10px;
	height: 20px;
	background-color: #cc6633;
}
.recruiting-bg{
	background-image: url(../../images/test--img.png);
	background-repeat: no-repeat;
	background-position: bottom right;	
}
.recruiting--img a{
	 background-color: #527;
	 color: #fff;
	 font-size: 20px;
	 font-weight: bold;
	 padding: 12px 15px;
	 line-height: 40px;
	border-radius: 10px;
}
.recruiting-date-mobile,.recruiting-div-title-mobile{
	display: none;
}
.recruiting-content h2 br{
	display: none
}
.new-item-video{
	padding: 15px;
    border: solid 1px #ccc;
    border-radius: 15px;
    margin-top: 20px;
}

table {
  width:100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  
}
#t01 tr:nth-child(even) {
  background-color: #eee;
}
#t01 tr:nth-child(odd) {
 background-color: #fff;
}
#t01 th {
  background-color: black;
  color: white;
}
.toggle, [id^=drop] {
 display: none;
}


nav {
   	background-image: url(../../images/menu-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 190px;
	padding: 18px 70px;
	position: relative;


}

nav:after {
  content: "";
  display: table;
  clear: both;
}

.logo{
	width: 30%;
	float: left;
	visibility: visible !important;
}
.menu
{
	width: 70%;
	float: left;
	position: relative;
  z-index: 9;

  visibility: visible !important;
}

.navbar,
.navbar .navbar-sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar > .navbar-item.active > .navbar-sub {
    display: block;
}
.navbar > .navbar-item.active > .navbar-sub > .navbar-sub-item.active > .navbar-sub-sub {
    display: block;
}
nav ul{

  list-style: none;
  position: relative;
  
  font-size: 20px;
	font-weight: bold;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  text-align: center;
  float: left;
  line-height: 45px;
  background-color: #746398;
}

nav a {
  display: block;
  padding: 7px 7px;
  color: #FFF;
  font-size: 1em;
  line-height: 45px;

  
}

nav ul li ul li:hover { background: #63b52f;}
nav ul li ul li:focus { background: #63b52f;}

nav a:hover, nav a:focus{   
 text-decoration: underline;
  -webkit-text-decoration-color: #F9F900; /* Safari */  
  text-decoration-color: #F9F900;
  background-color: #8080C0; 
  text-underline-offset: 3px;}

nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
}

nav ul li:hover > ul { display: inherit; }
nav ul li:focus > ul { display: inherit; }

nav ul ul li
 {
	width: 155px;
  float: none;
  display: list-item;
  position: relative						;
}

nav ul ul ul li {
  position: relative;
  top: -50px;
  left: 155px;
}




/* Media Queries
--------------------------------------------- */



@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

.skip-link {
  background: #DB8F00;
  color: #fff;
  font-weight: 700;
  left:2%;
  padding: 1px;
  position: absolute;
  transform: translateY(-100%);
}

.skip-link:focus {
  transform: translateY(0%);
}






.acKey,
.acKey a {
	color:transparent;
	font-size:0.8rem;
	color:#000000;
}
.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
	color:#000000;
}
.noscript {
	display:block;
	width: 100%;
	font-size: 1.5em;
	line-height: 120%;
	padding: 20px 0px;
	margin:0 auto;
	box-sizing:border-box;
	background:#ffe5e6;
}