@charset "utf-8";
/* Add here all your CSS customizations */

.main{

min-height: 850px !important;

	
}

/* Undo the collapsing navbar */
.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	background-image: linear-gradient(#7e3b80, #b777ab);
}

/* Reset the container */
.container {
	
}


/* 調查專業人才庫 */

.hrecords { list-style:decimal;
margin-left:30px;
margin-top:10px;

}

.reddelete {
font-size:0.750em;
font-weight:normal;

color:#FF0000;

}
.reddelete a{

color:#FF0000;

}
.rednote {

color:#FF0000;

}

.rednote a{

color:#FF0000;

}

.fileselec{

width:100%;
height:35px;

}


div.slider {
margin:0 auto;
	max-height: 500px;
	position: relative;
}

div.slider > ul > li > div.center-caption {
	left: 0 !important;
	margin-left: 0 !important;
	text-align: center;
	width: 100%;
}


.indnews a{
color:#777;
}

.indexshoret{

color:#121214;

}

/* ckedit */


.ckdiv{

}

.ckdiv h1{
font-size:1.5em;
color:#9f469d;

}

.ckdiv h2{
font-size:1.25em;
color:#9f469d;
}

.ckdiv h3{
clear: both;	
font-size:1.2em;
padding-top: 20px;	

}

.ckdiv p{
font-size:1.2em;
line-height:33px;
margin:10px 0 0 0;
letter-spacing:1px;
}

.ckdiv br{
line-height:0;
height:0;
}

.ckdiv table{
margin:30px 0 30px 0;


}

.ckdiv table br{
line-height:0;
height:0;
}
.ckdiv td{
line-height:23px;
color:#777777;
padding:10px;
border:#cfcfcf solid 1px;
letter-spacing:1px;
}

.ckdiv li{
font-size:1.2em;
line-height:23px;
color:#777777;
padding:5px;
letter-spacing:1px;
}



.ccdisply{
	display:none;
	}


#forh4{
	font-size:1.8em;
	color:#FFF;	
	margin-bottom:20px;
	}

.social_icon_line{
	
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/line_icon.png); 
	background-color: #00ac00; 
	background-repeat: no-repeat;
	
}


.main-nav {
  border-bottom: 0px solid rgba(255,255,255,0.3);
  
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:1.375em;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}
.submenun{display:none;}
.pictitle4{display:none;}

#off1100{display:none;}	

.pp150{padding-left:150px; padding-right:150px;  }

@media (min-width: 1000px) {

.submenun{display: inline-block;}
.pictitle4{display:inline-block;}
}
@media (min-width: 1000px) {

#off1100{display:inline-block;}		
}

@media (min-width: 1025px) {
  #main-menu {
    float: right;
    clear: none;
  }
	
}

@media (max-width: 1025px) {
	
.b_img_rainbow{display: none;}	
	
.off1024{display: none !important;}
	
.pp150{padding-left:0px !important; padding-right:0px !important; }
	
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1025px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

table{
	max-width:100%;
	background-color:transparent
}
th{
text-align:center;
}
.table{
width:100%;
margin-bottom:20px;
border-bottom:1px solid #ddd
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
{
	padding:8px;
	line-height:1.42857143;
	vertical-align:middle;
	border-top:1px solid #ddd
}

th.xleft{
text-align:left;

}

td.xcenter{
text-align:center;

}

.xright{
text-align:right;

}

.xmbottom{
margin-bottom:10px;
}

.xmtop15{
margin-top:15px;
}

.xptop15{
padding-top:15px;
}

.xmleft15{
margin-left:15px;
}


.xfontcolor{
color:#FFFFFF;
text-decoration:none;
}

.xfontcolor a{
color:#FFFFFF;
text-decoration:none;
}
.xfontcolor a:hover{
color:#FFFFFF;
text-decoration:none;
}

.fright{
float:right;
}
.fleft{
float:left;
}


.jheight{
line-height:63px;
height:63px;
padding:0;
margin:0;
}

.jheight li{
display:inline-table;
}

td ul{
margin:0 0 0 15px;
padding:0;
}

.citybg{	
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/sliderBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #d5effa;
}

img.logo-navbar {
    width: 424px !important;
    
}
.m768-top-10{margin-top: 0px;}
.m768-top-50{margin-top: 10px !important;}	
.m768-left-50{margin-left: 50px;}

@media (max-width: 1000px) {

 	
.sidebar{display: none}	
img.logo-navbar {
    width: 300px !important;

}	
.m768-top-10{margin-top: 10px !important;}
.m768-top-50{margin-top: 20px !important;}	
.m768-left-50{margin-left: 10px !important;}
.display768none{display: none}	
}
@media (max-width: 500px) {
	
.infro480{display: none}		
	
}

@media (max-width: 480px) {
	
.page-top-M9{display: none !important;}		
.breadcrumbNN{display: none !important;}	
}
.unit_title{
height: 107px;
line-height: 107px;
display: inline;	
color: #fff;
position: relative;
font-size:1.8em;
font-weight: 550;
letter-spacing: 2px;
text-shadow: 2px 2px 2px #505050;
padding: 0 0 0 40px;
margin-left: 40px;
margin-top: -10px;
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/unitbg/M1_title.png);
background-repeat: no-repeat;
background-position: top left;
	
}



#dialog{ /*此行指定放置廣告的div */ 
width:966px; /*此行設定div的寬度*/ 
height:488px; /*此行設定div的高度*/ 
background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/css/popWindow.png) no-repeat; /*此行設定div的背景圖形*/ 
z-index:999;

}

#dialog {
font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,sans-serif;
color: #733672;
	line-height: 33px;
	letter-spacing: 1px;
	
}

#dialog a{
	font-size: 1.2em;
	
color: #733672;	
}

.myTitleClass .ui-dialog-titlebar {
      background:#fde9e8;
	z-index:999;
}

/*無障礙*/

a:focus  {text-decoration: none;
	outline: 3px #000000 dotted;}
a img:focus {outline: 2px #000000 dotted;}
.actions-continue a {display: inline-block}
.actions-continue a:focus {text-decoration: none;
	outline: 3px #000000 dotted;}
input:focus  {outline: dotted 3px #000;}
select:focus  {outline: dotted 3px #000;}
.btn:focus{outline: dotted 3px #000;}
.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
     position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

 #AU[accesskey] {
            color: #2B358C;
            margin-left: -1.8rem;
        }

        #AU:focus {
            color: #FFF;
        }

#AL[accesskey] {
            color: #45454a;
            line-height: 2rem;
            margin-top: 0.313rem;
        }

        #AL:focus {
            color: #000;
        }
#content:focus{color: #000;}

        #AC[accesskey] {
            color: #F7F7F7;
            line-height: 2rem;
            margin-top: 0.313rem;
        }

        #AC:focus {
            color: #000;
        }

        #AF[accesskey] {
            color: #000;
            margin-left: -1.8rem;
        }

        #AF:focus {
            color: #FFF;
        }

.indexbtn:focus{color: #000; border: 2px #000 dotted;}
.caption_new{
	text-align: left;
	color: #9f469d;
	font-size: 1.3em;
	padding: 20px 0 20px 0;
	
}

.caption_white{
	
	color: #fff;
	font-size:0em;

}
/*END 無障礙*/

.sr-only2 {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.search38{
margin-top: 0px;	
}

.contact li p{color: #9f9f9f;}

.contact li p a{color: #9f9f9f;}
.pagination li{color: #756969;}
.pagination li a{color: #756969;}
.icon-search{font-size: 1.4rem;height: 20px;line-height: 20px;}

.ckdiv p{
	word-break: break-all;
}



.toggle.toggle-simple .toggle > label {
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #777;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #212529;
}

.toggle.toggle-simple .toggle > label:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #CCC;
	top: 25px;
	margin-top: -12px;
	border-radius: 3px;
	z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
	border: 0;
	left: 9px;
	right: auto;
	margin-top: 0;
	top: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f067";
	z-index: 2;
	color: #FFF;
	font-size: 7px;
	width: auto;
	height: auto;
	-webkit-transform: none;
	transform: none;
}

.toggle.toggle-simple .toggle.active > label {
	background: transparent;
	color: #212529;
}

.toggle.toggle-simple .toggle.active > label:before {
	content: "\f068";
}

.toggle-content-list ul li{
	
	
	display: list-item !important;
	
}

.wave{
	background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/wave.png);
	background-repeat: repeat-x;
	background-position: bottom center;

}
.main{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/wave3.jpg),url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/wave2.png);
	background-repeat: repeat-x,no-repeat;
	background-position: 0px 130px,bottom left;	
	
	padding-bottom:150px;
	
}
@media (max-width: 480px) {
	
.main{

background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/wave3.jpg1),url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/wave2.png1)!important;
	background-repeat: repeat-x,no-repeat;
	background-position: 0px 130px,bottom left;	
	
	padding-bottom:150px;
	
}	

	#hrnews2{display: none;}	
}
.nobg{
	
padding-bottom:50px !important;	
	
}



.ar_line{
border-bottom: 1px solid #eeeeee;
padding-top: 40px;		
padding-bottom: 30px;	
}

.index_shorcut{
border-top: #c884c6 1px solid;
border-bottom: #c884c6 5px solid;
border-left: #9f469d 0px solid;	
border-right: #9f469d 0px solid;		
background-color: rgba(255,255,255,0.8);	
width:100%;
height: 100px;
line-height: 26px;
margin-top: 10px;
padding: 10px 0px 0px 10px;	
font-size: 1.1em;
color: #333333 !important;	

}

.index_shorcut.short_cut_icon1{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/short_cut_icon1.png);
background-repeat: no-repeat;	
background-position: 95% 50%;	
}
.index_shorcut.short_cut_icon2{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/short_cut_icon2.png);
background-repeat: no-repeat;	
background-position: 95% 50%;	
}

.index_shorcut.short_cut_icon3{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/short_cut_icon3.png);
background-repeat: no-repeat;	
background-position: 95% 50%;	
}

.index_shorcut.short_cut_icon4{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/short_cut_icon4.png);
background-repeat: no-repeat;	
background-position: 95% 50%;	
}
.font_strong{
font-weight: 800 !important;	
	
}

.hot_txt{
width:70% !important; font-size: 0.9em !important;	
	
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
.hot_txt{
width:100% !important; font-size: 0.9em !important;	
	
}
.index_shorcut.short_cut_icon1{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/);
	
}
.index_shorcut.short_cut_icon2{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/);
	
}	
.index_shorcut.short_cut_icon3{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/);
	
}
.index_shorcut.short_cut_icon4{
	
background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170905174602/https://www.gender.edu.tw/web/img/);
	
}	

}

.hot_news{
background-color:#f3e4d5;box-shadow: 10px 10px #cf9f72; border-radius: 10px; border-top: 5px solid #cf9f72;

}

.hot_news_title{
padding-top: 10px; padding-left: 15px; padding-bottom: 10px; color: #333333; font-size:1.4em; letter-spacing: 1px; font-weight: 800; text-align: center;	
	
}

.newslist2018 {
background-color: #fff;
border-top: 0px solid #f3e4d5;	
border-bottom: 5px solid #f3e4d5;
border-left: 5px solid #f3e4d5;
border-right: 5px solid #f3e4d5;	
padding-top: 10px;	
padding-bottom: 20px;
}
.newslist2018 ul{
padding:0;
margin: 0;

}
.newslist2018 ul li{
list-style-type: disc;

padding:10px 0px 0px 0px;
margin-left: 55px; 
margin-right: 15px; 	
line-height: 27px;	
border-bottom: 0px dotted rgba(0,0,0,0.3);
	font-size: 1.05em;
} 
.newslist2018 ul li a{
color: #333333;
	
} 

.hot_news2{
background-color:#c7d7f0;box-shadow: 10px 10px #779ad0; border-radius: 10px; border-top: 5px solid #779ad0;
margin-top: 10px;	
}

.hot_news2_title{
padding-top: 10px; padding-left: 15px; padding-bottom: 10px; color: #333333; font-size:1.4em; letter-spacing: 1px; font-weight: 800; text-align: center;	
	
}
.newslist2018_2 {

background-color: #fff;

border-top: 0px solid #c7d7f0;	
border-bottom: 5px solid #c7d7f0;
border-left: 5px solid #c7d7f0;
border-right: 5px solid #c7d7f0;		
padding-bottom: 20px;
padding-top: 10px;	
}
.newslist2018_2 ul{
padding:0;
margin: 20px 0 0 0;	

}
.newslist2018_2 ul li{
list-style-type: disc;

padding:10px 0px 0px 0px;
margin-left: 55px; 
margin-right: 15px; 	
line-height: 27px;	
border-bottom: 0px dotted rgba(0,0,0,0.3);
	font-size: 1.05em;
} 
.newslist2018_2 ul li a{
color: #333333;
	
} 
.itemsize{	
width: 635px;
height:542px;
background-size: contain;	
	
}

/*性別平等教育季刊 */

.mag_title{
font-size: 1.5em;
font-weight: 500;
	
}

.mag_list li{
font-size: 1.2em; 
letter-spacing: 1px;
line-height: 33px;
 
}

/*END 性別平等教育季刊 */

.hottag{
background-color: #de427d !important;
border: 0px #de427d solid;
color: #fff !important;	
	
	
}

@media (min-width: 482px) {
.banner_size1{
height: 400px !important;	
margin: 0 auto;	
}
}
@media (max-width: 480px) {
	
.banner_size1{
height: auto !important;
}	
}

.ma_act{
	
background-color: #F7E600;	
}

.old_files{
	
font-size: 1.1em;	
	
}

.formobile{
	
display: none;	
}
@media (max-width: 480px) {
.formobile_pc{
display: none !important;	
}	
.formobile{
display:block !important;	
}	
}

.play2 {top:40%; left:45%;position: absolute;z-index:5000;}
.play2 img {width:103px; height: 73px;}
@media only screen and (max-width: 768px) {
.play2 {top:40%; left:40%;position: absolute;z-index:5000;}
.play2 img {width:80px;height: 50px;}
}

.play2_2{
position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;	
z-index: 99999;	
	text-align: center;
}

.play2_2 img{
 top: 50%;
  left: 50%;
width: 100%;		
 text-align: center;	
}
.p_mb{
margin-bottom: 0px;
}

.listfortt li{
font-size: 1.0em; line-height: 33px;
	
}
.listfortt span{
font-size: 1.0em; 
	
}





/*
     FILE ARCHIVED ON 17:46:02 九月 5, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:08:04 五月 16, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
